tree-ssa-pre.c: Include alias.h.
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2016-07-07  Richard Biener  <rguenther@suse.de>
2
3         * tree-ssa-pre.c: Include alias.h.
4         (compute_avail): If we have multiple VN_REFERENCEs with the
5         same hashtable entry adjust that to make it a valid replacement
6         for all of them with respect to alignment and aliasing
7         when doing insertion.
8         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
9         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
10
11 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
12
13         PR target/70098
14         PR target/71763
15         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
16         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
17         constraint.
18
19 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20
21         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
22         (adjust_mems): Adjust.
23         (adjust_insn): Likewise.
24         (prepare_call_arguments): Likewise.
25
26 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27
28         * gcse.c (struct ls_expr): Make stores field a vector.
29         (ldst_entry): Adjust.
30         (free_ldst_entry): Likewise.
31         (print_ldst_list): Likewise.
32         (compute_ld_motion_mems): Likewise.
33         (update_ld_motion_stores): Likewise.
34
35 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
36
37         * gcse.c (struct ls_expr): Remove loads field.
38         (ldst_entry): Adjust.
39         (free_ldst_entry): Likewise.
40         (print_ldst_list): Likewise.
41         (compute_ld_motion_mems): Likewise.
42
43 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
44
45         * store-motion.c (struct st_expr): Make antic_stores a vector.
46         (st_expr_entry): Adjust.
47         (free_st_expr_entry): Likewise.
48         (print_store_motion_mems): Likewise.
49         (find_moveable_store): Likewise.
50         (compute_store_table): Likewise.
51         (remove_reachable_equiv_notes): Likewise.
52         (replace_store_insn): Likewise.
53         (build_store_vectors): Likewise.
54
55 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
56
57         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
58         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
59
60 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
61
62         PR tree-optimization/71518
63         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
64         misalign also for outer loops with negative step.
65
66 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
67
68         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
69         (cortex_a53_shift): Add mov_shift.
70         (cortex_a53_shift_reg): Add new reservation for register shifts.
71         (cortex_a53_alu): Remove bfm.
72         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
73         (cortex_a53_alu_extr): Add new reservation for EXTR.
74         (bypasses): Improve bypass modelling.
75
76 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
77
78         PR target/50739 
79         * config/avr/avr.c (avr_asm_select_section): Strip off
80         SECTION_DECLARED from flags when calling get_section.
81
82 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
83
84         * tree-vectorizer.h (vect_memory_access_type): Add
85         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
86         * tree-vect-stmts.c (compare_step_with_zero): New function.
87         (perm_mask_for_reverse): Move further up file.
88         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
89         step is negative.
90         (get_negative_load_store_type): New function.
91         (get_load_store_type): Call it.  Add an ncopies argument.
92         (vectorizable_mask_load_store): Update call accordingly and
93         remove tests for negative steps.
94         (vectorizable_store, vectorizable_load): Likewise.  Handle new
95         memory_access_types.
96
97 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
98
99         * tree-vectorizer.h (vect_memory_access_type): New enum.
100         (_stmt_vec_info): Add a memory_access_type field.
101         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
102         (vect_model_store_cost): Take an access type instead of a boolean.
103         (vect_model_load_cost): Likewise.
104         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
105         vect_model_store_cost and vect_model_load_cost.
106         * tree-vect-stmts.c (vec_load_store_type): New enum.
107         (vect_model_store_cost): Take an access type instead of a
108         store_lanes_p boolean.  Simplify tests.
109         (vect_model_load_cost): Likewise, but for load_lanes_p.
110         (get_group_load_store_type, get_load_store_type): New functions.
111         (vectorizable_store): Use get_load_store_type.  Record the access
112         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
113         (vectorizable_load): Likewise.
114         (vectorizable_mask_load_store): Likewise.  Replace is_store
115         variable with vls_type.
116
117 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
118
119         * tree-vectorizer.h (vect_grouped_load_supported): Add a
120         single_element_p parameter.
121         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
122         Check the PR65518 case here rather than in vectorizable_load.
123         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
124         * tree-vect-stmts.c (vectorizable_load): Likewise.
125
126 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
127
128         * tree-vectorizer.h (gather_scatter_info): New structure.
129         (vect_check_gather_scatter): Return a bool rather than a decl.
130         Replace return-by-pointer arguments with a single
131         gather_scatter_info *.
132         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
133         (vect_analyze_data_refs): Update call accordingly.
134         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
135         (vectorizable_mask_load_store): Likewise.  Also record the
136         offset dt and vectype in the gather_scatter_info.
137         (vectorizable_store): Likewise.
138         (vectorizable_load): Likewise.
139
140 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
141
142         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
143         strided groups, use the cost of N scalar accesses instead
144         of ncopies vector accesses.
145         (vect_model_load_cost): Likewise.
146
147 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
148
149         * tree-vect-stmts.c (vect_cost_group_size): Delete.
150         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
151         variable to indicate when once-per-group costs are being used.
152         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
153
154 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
155
156         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
157         peeling-for-gaps condition.
158
159 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
160
161         * config/s390/s390.c (s390_expand_vec_init): Force initializer
162         element to register if it doesn't match general_operand.
163
164 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
165             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
166
167         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
168         prototype.
169         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
170         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
171         (SIGNBIT): New mode iterator.
172         (Fsignbit): New mode attribute.
173         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
174         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
175         when direct moves are available.
176         (signbit<mode>2_dm): New define_insn_and_split).
177         (signbit<mode>2_dm2): New define_insn.
178
179 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
180
181         PR rtl-optimization/71594
182         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
183         into subregs of appropriate mode before trying to emit a conditional
184         move.
185
186 2016-07-05  Jan Hubicka  <jh@suse.cz>
187
188         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
189         (simple_iv): Use it.
190
191 2016-07-05  Jan Hubicka  <jh@suse.cz>
192
193         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
194
195 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
196
197         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
198         "offmemok".
199
200 2016-07-05  Jan Hubicka  <jh@suse.cz>
201
202         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
203         IV can overflow.
204
205 2016-07-05  Richard Biener  <rguenther@suse.de>
206
207         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
208         Handle empty else block.
209         (is_feasible_trace): Likewise.
210         (split_paths): Likewise.
211
212 2016-07-05  Richard Biener  <rguenther@suse.de>
213
214         * tree-loop-distribution.c (distribute_loop): Fix issue with
215         the cost model loop.
216
217 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
218
219         * config/arm/neon-testgen.ml: Delete.
220         * config/arm/neon.ml: Delete.
221
222 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
223
224         PR c++/71739
225         * tree.c (attribute_value_equal): Use get_attribute_name instead of
226         directly using TREE_PURPOSE.
227
228 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
229
230         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
231         * config/aarch64/aarch64_neon.h: Likewise.
232         * config/aarch64/arm_neon.h: Likewise.
233         * config/aarch64/atomics.md: Likewise.
234         * config/aarch64/aarch64-simd-builtins.def: Likewise.
235         * doc/invoke.texi: Likewise.
236
237 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
238
239         * config/s390/s390.md: Add "z13" cpu_facility.
240         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
241         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
242         condition" type instructions.
243
244 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
245             Jeff Law  <law@redhat.com>
246
247         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
248         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
249
250 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
251
252         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
253         permutation for TARGET_AVX512F.
254         (ix86_expand_vec_one_operand_perm_avx512): New function.
255         (expand_vec_perm_1): Invoke introduced function.
256         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
257         it may be not valid after vectorization.
258
259 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
260
261         PR target/63874
262         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
263         typo in comment.  Only force to memory if it is a weak
264         external reference.
265
266 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
267             Jiong Wang  <jiong.wang@arm.com>
268
269         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
270         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
271         (AARCH64_FL_F16): New.
272         (AARCH64_FL_FOR_ARCH8_2): New.
273         (AARCH64_ISA_8_2): New.
274         (AARCH64_ISA_F16): New.
275         (TARGET_FP_F16INST): New.
276         (TARGET_SIMD_F16INST): New.
277         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
278         ("fp"): Disabling "fp" also disables "fp16".
279         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins): Conditionally define
280         __ARM_FEATURE_FP16_SCALAR_ARITHMETIC and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
281         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
282
283 2016-07-04  Jan Beulich  <jbeulich@suse.com>
284
285         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
286
287 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
288
289         PR target/71720
290         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
291         the insns, use an insn form that does not adjust the offset on
292         little endian systems.
293
294 2016-07-01  Jan Beulich  <jbeulich@suse.com>
295
296         * varasm.c (get_variable_section): Validate initializer in
297         named .bss-like sections.
298
299 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
300
301         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
302         Exchange the order of the second and third operands in the vpermr
303         instruction tmeplate.
304
305 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
306
307         PR target/71698
308         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move): Disallow
309         TDmode values.
310
311 2016-07-01  Alan Modra  <amodra@gmail.com>
312
313         PR rtl-optimization/71709
314         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
315         being set, not referenced.
316
317 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
318
319         PR tree-optimization/70729
320         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
321         of loop since it can be not valid after transformation.
322
323 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
324
325         * config/arm/arm.c (thumb_reload_in_hi): Delete.
326         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
327
328 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
329
330         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
331         for NULL decl.
332
333 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
334
335         PR target/71677
336         * config/rs6000/constraints.md (wY constraint): New constraint to
337         match the requirements for the LXSD and STXSD instructions.
338         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
339         predicate to match the requirements for the LXSD and STXSD
340         instructions.
341         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
342         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
343         to make sure that the bottom 2 bits of offset are 0, the address
344         form is offsettable, and no updating is done in the address mode.
345         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
346         (movdi_internal32): Likewise
347         (movdi_internal64): Likewise.
348
349 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
350
351         PR tree-optimization/71707
352         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
353         strinfo even for ADDR_EXPR ptr.
354
355 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
356
357         * config/rs6000/altivec.md (darn_32): Change the condition to
358         TARGET_P9_MISC instead of TARGET_MODULO.
359         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
360         condition expression.
361         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
362         condition expression.
363         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
364         (DFP_TEST): New code iterator.
365         (dfptstsfi_<code>_mode>): New define_expand.
366         (*dfp_sgnfcnc_<mode>): New define_insn.
367         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
368         definition next to BU_P9_MISC_1 definition and change the MASK
369         value to RS6000_BTM_P9_MISC.
370         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
371         (BU_P9_64BIT_MISC_0): Likewise.
372         (BU_P9_DFP_MISC_0): New macro definition.
373         (BU_P9_DFP_MISC_1): New macro definition.
374         (BU_P9_DFP_MISC_2): New macro definition.
375         (BU_P9_DFP_OVERLOAD_1): New macro definition.
376         (BU_P9_DFP_OVERLOAD_2): New macro definition.
377         (BU_P9_DFP_OVERLOAD_3): New macro definition.
378         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
379         (TSTSFI_LT_TD): Likewise.
380         (TSTSFI_EQ_DD): Likewise.
381         (TSTSFI_EQ_TD): Likewise.
382         (TSTSFI_GT_DD): Likewise.
383         (TSTSFI_GT_TD): Likewise.
384         (TSTSFI_OV_DD): Likewise.
385         (TSTSFI_OV_TD): Likewise.
386         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
387         (TSTSFI_LT_DD): Likewise.
388         (TSTSFI_LT_TD): Likewise.
389         (TSTSFI_EQ): Likewise.
390         (TSTSFI_EQ_DD): Likewise.
391         (TSTSFI_EQ_TD): Likewise.
392         (TSTSFI_GT): Likewise.
393         (TSTSFI_GT_DD): Likewise.
394         (TSTSFI_GT_TD): Likewise.
395         (TSTSFI_OV): Likewise.
396         (TSTSFI_OV_DD): Likewise.
397         (TSTSFI_OV_TD): Likewise.
398         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
399         overloaded test significance functions.
400         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
401         OPTION_MASK_P9_MISC into the representation of this mask.
402         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
403         of this mask.
404         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
405         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
406         non-zero.
407         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
408         argument is a 6-bit unsigned literal value if the icode argument
409         represents a DFP test significance built-in call.
410         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
411         flag used independently and in combination with the
412         RS6000_BTM_64BIT flag.
413         (rs6000_opt_masks): Add entry for power9-misc command-line option.
414         (rs6000_builtin_mask_names): Add entry for power9-misc
415         command-line option.
416         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
417         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
418         RS6000_BTM_P9_MISC macros.
419         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
420         option and change the description of the -mpower9-vector option to
421         enable only vector instructions, removing its erroneously claimed
422         support for scalar instructions.
423         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
424         the ISA 3.0 digital floating point test significance built-in
425         functions.
426
427 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
428
429         * config/aarch64/aarch64.c (cortexa35_tunings):
430         Enable AES fusion.  Use cortexa57_branch_cost.
431         (cortexa53_tunings): Use cortexa57_branch_cost.
432         (cortexa72_tunings): Use cortexa57_branch_cost.
433         Use AUTOPREFETCHER_WEAK.
434         (cortexa73_tunings): Use cortexa57_branch_cost.
435
436 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
437             James Greenhalgh  <james.greenhalgh@arm.com>
438
439         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
440         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
441         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
442         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
443         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
444         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
445         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
446         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
447         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
448         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
449         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
450         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
451         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
452         New intrinsics.
453
454 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
455             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
456
457         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
458         New define_insn.
459         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
460
461 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
462
463         PR driver/71651
464         * gcc.c (driver::build_option_suggestions): Pass "option" to
465         add_misspelling_candidates.
466         * opts-common.c (add_misspelling_candidates): Add "option" param;
467         use it to avoid adding negated forms for options marked with
468         RejectNegative.
469         * opts.h (add_misspelling_candidates): Add "option" param.
470
471 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
472
473         PR middle-end/71693
474         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
475         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
476         first when permuting bitwise operation with rotate.  Cast
477         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
478
479 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
480
481         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
482         for misspelled param names.
483         * params.c: Include spellcheck.h.
484         (find_param_fuzzy): New function.
485         * params.h (find_param_fuzzy): New prototype.
486         * spellcheck.c (struct edit_distance_traits<const char *>): Move
487         to...
488         * spellcheck.h (struct edit_distance_traits<const char *>):
489         ...here.
490
491 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
492
493         * config/rs6000/predicates.md (const_0_to_7_operand): New
494         predicate, recognize 0..7.
495         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
496         support for doing extracts from V16QImode, V8HImode, V4SImode
497         under ISA 3.0.
498         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
499         vector extract support.
500         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
501         for ISA 3.0 vector extract.
502         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
503         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
504         extracts of a constant element number from small integer vectors
505         on 64-bit ISA 3.0 systems.
506         (vsx_extract_<mode>_di): Likewise.
507         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
508         say when we can do ISA 3.0 vector extracts.
509         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
510         registers, using the stxsiwx instruction.
511
512 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
513
514         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
515         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
516         qdf24xx_regmove_cost, qdf24xx_tunings): New.
517         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
518         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
519         * config/arm/arm.c (arm_qdf24xx_tune): New.
520
521 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
522
523         * config/aarch64/aarch64.c (cortexa53_tunings):
524         Increase loop alignment to 8.  Set function alignment to 16.
525         (cortexa35_tunings): Likewise.
526         (cortexa57_tunings): Increase loop alignment to 8.
527         (cortexa72_tunings): Likewise.
528         (cortexa73_tunings): Likewise.
529
530 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
531
532         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
533         for arm_fp16_ok and arm_fp16_hw.
534         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
535         arm_fp16_alternative.
536
537 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
538
539         PR tree-optimization/71655
540         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
541         types when swapping operands.
542
543 2016-06-29  Martin Liska  <mliska@suse.cz>
544
545         PR middle-end/71585
546         * common.opt (flag_stack_protect): Mark the flag as optimization
547         flag.
548         * ipa-inline-transform.c (inline_call): Remove unnecessary call
549         of build_optimization_node.
550
551 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
552
553         PR tree-optimization/70729
554         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
555         independent in loops having positive safelen value.
556         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
557         it may be not valid after vectorization.
558
559 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
560
561         PR tree-optimization/71625
562         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
563         is sorted by ascending list->offset.  If PTR is non-NULL and there is
564         previous strinfo, call get_stridx_plus_constant.
565         (get_stridx): Pass exp as second argument to get_addr_stridx.
566         (addr_stridxptr): Add missing list = list->next, so that there can be
567         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
568         the list is sorted by ascending list->offset.
569         (get_stridx_plus_constant): Adjust so that it can be also called with
570         ADDR_EXPR instead of SSA_NAME as PTR.
571         (handle_char_store): Pass NULL_TREE as second argument to
572         get_addr_stridx.
573
574 2016-06-29  Richard Biener  <rguenther@suse.de>
575
576         PR rtl-optimization/68961
577         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
578
579 2016-06-29  Richard Biener  <rguenther@suse.de>
580
581         PR middle-end/71002
582         * alias.c (component_uses_parent_alias_set_from): Handle
583         type punning through union accesses by using the union alias set.
584         * gimple.c (gimple_get_alias_set): Remove union type punning case.
585
586 2016-07-29  Richard Biener  <rguenther@suse.de>
587
588         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
589         precision not matching mode precision.
590
591 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
592
593         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
594         pa_output_arg_descriptor.
595         (call_val_symref_64bit_post_reload): Likewise.
596         (call_val_powf_64bit_post_reload): Likewise.
597         (sibcall_internal_symref_64bit): Likewise.
598         (sibcall_value_internal_symref_64bit): Likewise.
599
600 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
601
602         PR middle-end/71626
603         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
604         a constant, force its SUBREG_REG into memory or register instead
605         of whole op1.
606
607 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
608
609         PR target/58655
610         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
611         * doc/invoke.texi (AVR Options): Document it.
612
613 2016-06-28  Walter Lee  <walt@tilera.com>
614
615         * config/tilegx/linux.h: Do not include arch/icache.h
616         (CLEAR_INSN_CACHE): Provide inlined definition directly.
617         * config/tilepro/linux.h: Do not include arch/icache.h
618         (CLEAR_INSN_CACHE): Provide inlined definition directly.
619
620 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
621
622         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
623         for big-endian BIT_FIELD_REF.
624
625 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
626
627         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
628         ('size' attribute): Add '128'.
629         Include power9.md.
630         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
631         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
632         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
633         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
634         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
635         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
636         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
637         *trunc<mode>df2_odd): Set size attribute to '128'.
638         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
639         * config/rs6000/power6.md (power6-fp): Include dfp type.
640         * config/rs6000/power7.md (power7-fp): Likewise.
641         * config/rs6000/power8.md (power8-fp): Likewise.
642         * config/rs6000/power9.md: New file.
643         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
644         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
645         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
646         htmsimple.
647         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
648         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
649         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
650         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
651         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
652         dfp_dscri_<mode>): Change type attribute to dfp.
653         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
654         attribute to vecsimple.
655         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
656         and prefetch streams.
657         (rs6000_option_override_internal): Remove temporary code setting
658         tuning to power8.  Don't set rs6000_sched_groups for power9.
659         (last_scheduled_insn): Change to rtx_insn *.
660         (divide_cnt, vec_load_pendulum): New variables.
661         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
662         (rs6000_issue_rate): Set issue rate for Power9.
663         (is_power9_pairable_vec_type): New.
664         (power9_sched_reorder2): New.
665         (rs6000_sched_reorder2): Call new function for Power9 specific
666         reordering.
667         (insn_must_be_first_in_group): Remove Power9.
668         (insn_must_be_last_in_group): Likewise.
669         (force_new_group): Likewise.
670         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
671         Initialize divide_cnt/vec_load_pendulum.
672         (_rs6000_sched_context, rs6000_init_sched_context,
673         rs6000_set_sched_context): Handle context save/restore of new
674         variables.
675
676 2016-06-28  Richard Biener  <rguenther@suse.de>
677
678         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
679         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
680         COMPONENT_REF operand.
681         (nonoverlapping_component_refs_p): Likewise.
682         * stor-layout.c (start_bitfield_representative): Mark
683         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
684
685 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
686
687         * Makefile.in: Don't cat ../stage_current if it does not exist.
688
689         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
690         last argument is a bit-field.
691
692         PR rtl-optimization/71673
693         * internal-fn.c (expand_arith_overflow_result_store): Use
694         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
695         expand_simple_binop.
696
697         PR middle-end/66867
698         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
699         expand_ifn_atomic_compare_exchange): New functions.
700         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
701         * tree.h (build_call_expr_internal_loc): Rename to ...
702         (build_call_expr_internal_loc_array): ... this.  Fix up type of
703         last argument.
704         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
705         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
706         ATOMIC_COMPARE_EXCHANGE result.
707         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
708         * gimple-fold.h (optimize_atomic_compare_exchange_p,
709         fold_builtin_atomic_compare_exchange): New prototypes.
710         * gimple-fold.c (optimize_atomic_compare_exchange_p,
711         fold_builtin_atomic_compare_exchange): New functions..
712         * tree-ssa.c (execute_update_addresses_taken): If
713         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
714         of call when finding addressable vars, and if such var becomes
715         non-addressable, call fold_builtin_atomic_compare_exchange.
716
717 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
718
719         PR target/71670
720         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
721         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
722
723 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
724
725         * config/rs6000/rs6000.md ('type' attribute): Add
726         veclogical,veccmpfx,vecexts,vecmove insn types.
727         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
728         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
729         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
730         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
731         *nabs<mode>2_hw): Change type to vecmove.
732         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
733         *boolcc<mode>3_internal, *eqv<mode>3_internal,
734         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
735         *ieee_128bit_vsx_abs<mode>2_internal,
736         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
737         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
738         *ieee128_mtvsrd_32bit): Change type to veclogical.
739         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
740         *movdi_internal32, *movdi_internal64): Update insn types.
741         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
742         vsx_extract_<mode>): Change type to veclogical.
743         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
744         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
745         *vsx_sign_extend_si_v2di): Change type to vecexts.
746         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
747         type to veclogical.
748         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
749         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
750         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
751         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
752         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
753         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
754         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
755         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
756         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
757         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
758         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
759         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
760         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
761         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
762         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
763         (ppc7450-vecsimple): Add veclogical, vecmove.
764         (ppc7450-veccmp): Add veccmpfx.
765         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
766         vecmove.
767         (ppc8540_vector_compare): Add veccmpfx.
768         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
769         * config/rs6000/cell.md (cell-fp): Add fpsimple.
770         (cell-vecsimple): Add veclogical, vecmove.
771         (cell-veccmp): Add veccmpfx.
772         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
773         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
774         veccmpfx.
775         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
776         * config/rs6000/power4.md (power4-fp): Add fpsimple.
777         (power4-vecsimple): Add veclogical, vecmove.
778         (power4-veccmp): Add veccmpfx.
779         * config/rs6000/power5.md (power5-fp): Add fpsimple.
780         * config/rs6000/power6.md (power6-fp): Add fpsimple.
781         (power6-vecsimple): Add veclogical, vecmove.
782         (power6-veccmp): Add veccmpfx.
783         * config/rs6000/power7.md (power7-fp): Add fpsimple.
784         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
785         * config/rs6000/power8.md (power8-fp): Add fpsimple.
786         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
787         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
788         * config/rs6000/titan.md (titan_fp): Add fpsimple.
789         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
790         fpsimple.
791         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
792
793 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
794
795         PR target/71656
796         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
797         OPTION_MASK_P9_DFORM_VECTOR.
798         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
799         disable -mpower9-dform-vector when using reload.
800         (quad_address_p): Remove 'gpr_p' argument and all associated code.
801         New 'strict' argument.  Update all callers.  Add strict addressing
802         support.
803         (rs6000_legitimate_offset_address_p): Remove call to
804         virtual_stack_registers_memory_p.
805         (rs6000_legitimize_reload_address): Add quad address support.
806         (rs6000_legitimate_address_p): Move call to quad_address_p above
807         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
808         to account for new strict usage.
809         (rs6000_output_move_128bit): Adjust quad_address_p args to account
810         for new strict usage.
811         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
812
813 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
814
815         PR target/70902
816         PR target/71453
817         PR target/71555
818         PR target/71596
819         PR target/71657
820         * config/i386/i386.c (ix86_spill_class): Disable condition to
821         always return NO_REGS.
822
823 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
824
825         * predict.c: Include gimple-pretty-print.h
826         (predicted_by_loop_heuristics_p): Check also
827         PRED_LOOP_EXIT_WITH_RECURSION
828         (predict_loops): Find self recursive calls and use special purpose
829         predictors for them; dump log about decisions.
830         (pass_profile::execute): Dump info about #of iterations.
831         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
832         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
833
834 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
835
836         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
837         output_asm_insn calls and shorten long lines.  Output .CALL
838         argument descriptor using pa_output_arg_descriptor.  Add various
839         inline $$dyncall and other optimizations.
840         (pa_attr_length_indirect_call): Adjust ordering and lengths.
841
842 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
843
844         PR tree-optimization/71643
845         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
846         EH preds.
847
848         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
849         leak a bitmap if dep_bb is NULL.
850
851         PR tree-optimization/71631
852         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
853         to rewrite_expr_tree even if negate_result, move new_lhs var
854         declaration and initialization earlier, for powi_result set afterwards
855         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
856         if new_lhs != lhs, and don't shadow gsi var.
857
858 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
859
860         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
861         Add in_loop parameter.
862         (predict_loops): Add loop guard heuristics.
863         * predict.def (PRED_LOOP_GUARD): New heuristics.
864
865 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
866
867         * predict.c: Include ipa-utils.h
868         (tree_bb_level_prediction): Predict recursive calls.
869         (tree_estimate_probability_bb): Skip inexpensive calls for call
870         predictor.
871         * predict.def (PRED_RECURSIVE_CALL): New.
872
873 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
874
875         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
876         (BU_FLOAT128_1): Likewise.
877         (FABSQ): Likewise.
878         (COPYSIGNQ): Likewise.
879         (RS6000_BUILTIN_NANQ): Likewise.
880         (RS6000_BUILTIN_NANSQ): Likewise.
881         (RS6000_BUILTIN_INFQ): Likewise.
882         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
883         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
884         (TARGET_FOLD_BUILTIN): New #define.
885         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
886         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
887         (rs6000_fold_builtin): New target hook implementation, handling
888         folding of 128-bit NaNs and infinities.
889         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
890         entries are filled in to avoid problems during bootstrap
891         self-test; define builtins for 128-bit NaNs and infinities.
892         (rs6000_opt_mask): Add entry for float128.
893         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
894         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
895         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
896         (const_str_type_node): New #define.
897         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
898         to a define_expand that dispatches to either copysign<mode>3_soft
899         or copysign<mode>3_hard.
900         (copysign<mode>3_hard): Rename from copysign<mode>3.
901         (copysign<mode>3_soft): New define_insn.
902         * doc/extend.texi: Document new builtins.
903
904 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
905
906         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
907         PRIu64 instead of lu.
908
909 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
910
911         PR debug/71642
912         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
913         copy the type name.
914
915 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
916
917         PR tree-optimization/71647
918         * omp-low.c (lower_rec_input_clauses): Convert
919         omp_clause_aligned_alignment (c) to size_type_node for the
920         last argument of __builtin_assume_aligned.
921
922 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
923
924         * configure.ac (calling ___tls_get_addr via GOT): New
925         assembler/linker check.
926         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
927         assembler and linker supports calling ___tls_get_addr via GOT.
928         Otherise, defined to 0.
929         * config.in: Regenerated.
930         * configure: Likewise.
931         * config/i386/constraints.md (Yb): New constraint.
932         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
933         (REG_CLASS_NAMES): Likewise.
934         (REG_CLASS_CONTENTS): Likewise.
935         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
936         the b constraint with the Yb constraint.  Call ___tls_get_addr
937         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
938         is 1.
939         (*tls_local_dynamic_base_32_gnu): Likewise.
940         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
941         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
942         (*tls_local_dynamic_base_64_<mode>): Likewise.
943
944 2016-06-24  Martin Liska  <mliska@suse.cz>
945
946         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
947         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
948         few functions.
949         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
950         argument to true if the expected number of iterations is
951         loop-based.
952
953 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
954
955         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
956         assemble for 32bit target.
957         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
958         and $ld_ix86_gld_32_opt to link for 32bit target.
959         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
960         * configure: Regenerate.
961
962 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
963
964         * config/arm/arm.c (int_log2): Delete definition and prototype.
965         (shift_op): Use exact_log2 instead of int_log2.
966         (vfp3_const_double_for_fract_bits): Likewise.
967
968 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
969
970         * internal-fn.c (expand_arith_set_overflow): New function.
971         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
972         Use it.
973         (expand_arith_overflow_result_store): Likewise.  Handle precision
974         smaller than mode precision.
975         * tree-vrp.c (extract_range_basic): For imag part, handle
976         properly signed 1-bit precision result.
977         * doc/extend.texi (__builtin_add_overflow): Document that last
978         argument can't be pointer to enumerated or boolean type.
979         (__builtin_add_overflow_p): Document that last argument can't
980         have enumerated or boolean type.
981
982 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
983             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
984
985         * config/rs6000/predicates.md (splat_input_operand): Rework.
986         Don't allow constants, since the insns that use this predicate
987         don't support constants.  Constants are handled by other insns
988         that are created via combine.  During and after register
989         allocation, only allow indexed or indirect addresses, and not
990         general addresses.  Only allow modes supported by the hardware.
991         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
992         comment.  Move check for using VSPLTIS<x> to a common location,
993         instead of doing it in two different places.
994
995 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
996
997         * config/i386/driver-i386.c (host_detect_local_cpu): Set
998         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
999         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
1000         signature_CENTAUR_ebx.
1001
1002 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
1003
1004         PR target/66232
1005         PR target/67400
1006         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
1007         (as_ix86_gas_32_opt): This.
1008         (ld_ix86_tls_ldm_opt): Renamed to ...
1009         (ld_ix86_gld_32_opt): This.
1010         (R_386_TLS_LDM reloc): Updated.
1011         (R_386_GOT32X reloc): New assembler/linker check.
1012         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
1013         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
1014         defined to 0.
1015         * config.in: Regenerated.
1016         * configure: Likewise.
1017         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
1018         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
1019         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
1020         if ix86_force_load_from_GOT_p returns true.
1021         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
1022         ix86_force_load_from_GOT_p returns true.
1023         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
1024         the external function address via the GOT slot.
1025         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
1026         HAVE_AS_IX86_GOT32X before returning false.
1027         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
1028         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
1029
1030 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
1031
1032         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
1033
1034 2016-06-23  Andi Kleen  <ak@linux.intel.com>
1035
1036         * Makefile.in: Regenerate.
1037         * doc/install.texi: Document autoprofiledbootstrap.
1038
1039 2016-06-23  Andi Kleen  <ak@linux.intel.com>
1040
1041         * config/i386/gcc-auto-profile: New file.
1042
1043 2016-06-23  Martin Liska  <mliska@suse.cz>
1044
1045         PR middle-end/71619
1046         * predict.c (predict_loops): Revert the hunk that was removed
1047         in r237103.
1048
1049 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1050
1051         * config.gcc: Add support for arm*-*-phoenix* targets.
1052         * config/arm/t-phoenix: New.
1053         * config/phoenix.h: New.
1054
1055 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
1056             H.J. Lu  <hongjiu.lu@intel.com>
1057
1058         PR target/67400
1059         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
1060         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
1061         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
1062         ix86_force_load_from_GOT_p returns true.
1063         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
1064         ix86_force_load_from_GOT_p returns true.
1065         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
1066         ix86_force_load_from_GOT_p returns true.
1067         (ix86_expand_move): Load the external function address via the
1068         GOT slot if ix86_force_load_from_GOT_p returns true.
1069         * config/i386/predicates.md (x86_64_immediate_operand): Return
1070         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
1071         (x86_64_zext_immediate_operand): Ditto.
1072
1073 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
1074
1075         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
1076
1077 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
1078
1079         PR c/70339
1080         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
1081         * diagnostic.c (pedwarn_at_rich_loc): New function.
1082         * spellcheck.h (best_match::best_match): Add a
1083         "best_distance_so_far" optional parameter.
1084         (best_match::set_best_so_far): New method.
1085         (best_match::get_best_distance): New accessor.
1086         (best_match::get_best_candidate_length): New accessor.
1087
1088 2016-06-22  Nick Clifton  <nickc@redhat.com>
1089
1090         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
1091         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
1092         modes are accepted as well.
1093         (ucompare_loc_descriptor): Likewise.
1094         (minmax_loc_descriptor): Likewise.
1095         (clz_loc_descriptor): Likewise.
1096         (popcount_loc_descriptor): Likewise.
1097         (bswap_loc_descriptor): Likewise.
1098         (rotate_loc_descriptor): Likewise.
1099         (mem_loc_descriptor): Likewise.
1100         (loc_descriptor): Likewise.
1101
1102 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
1103
1104         * common.opt (fdiagnostics-parseable-fixits): New option.
1105         * diagnostic.c: Include "selftest.h".
1106         (print_escaped_string): New function.
1107         (print_parseable_fixits): New function.
1108         (diagnostic_report_diagnostic): Call print_parseable_fixits.
1109         (selftest::assert_print_escaped_string): New function.
1110         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
1111         (selftest::test_print_escaped_string): New function.
1112         (selftest::test_print_parseable_fixits_none): New function.
1113         (selftest::test_print_parseable_fixits_insert): New function.
1114         (selftest::test_print_parseable_fixits_remove): New function.
1115         (selftest::test_print_parseable_fixits_replace): New function.
1116         (selftest::diagnostic_c_tests): New function.
1117         * diagnostic.h (struct diagnostic_context): Add field
1118         "parseable_fixits_p".
1119         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
1120         -fdiagnostics-parseable-fixits.
1121         (-fdiagnostics-parseable-fixits): New option.
1122         * opts.c (common_handle_option): Handle
1123         -fdiagnostics-parseable-fixits.
1124         * selftest-run-tests.c (selftest::run_tests): Call
1125         selftest::diagnostic_c_tests.
1126         * selftest.h (selftest::diagnostic_c_tests): New prototype.
1127
1128 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
1129
1130         PR tree-optimization/71488
1131         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
1132         comparison of boolean vectors.
1133         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
1134         of boolean vectors using bitwise operations.
1135
1136 2016-06-22  Andreas Schwab  <schwab@suse.de>
1137
1138         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
1139         Remove declaration.
1140
1141 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
1142
1143         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
1144
1145 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1146
1147         * config/i386/i386.c (print_reg): Emit an error message on attempt to
1148         print FLAGS_REG.
1149
1150 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1151
1152         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
1153         * config/arm/arm-cores.def (cortex-a73): New entry.
1154         (cortex-a73.cortex-a35): Likewise.
1155         (cortex-a73.cortex-a53): Likewise.
1156         * config/arm/arm-tables.opt: Regenerate.
1157         * config/arm/arm-tune.md: Likewise.
1158         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
1159         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
1160         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
1161         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
1162         * doc/invoke.texi (ARM Options): Document cortex-a73,
1163         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
1164
1165 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1166
1167         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
1168         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
1169         (cortex-a73.cortex-a35): Likewise.
1170         (cortex-a73.cortex-a53): Likewise.
1171         * config/aarch64/aarch64-tune.md: Regenerate.
1172         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
1173         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
1174         -mcpu and -mtune.
1175
1176 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1177
1178         * configure.ac (gcc_cv_as_compress_debug): Remove
1179         --compress-debug-sections as extra as switch.
1180         Handle gas --compress-debug-sections=type.
1181         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
1182         Handle gld --compress-debug-sections=type.
1183         * configure: Regenerate.
1184
1185 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1186
1187         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
1188
1189 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
1190
1191         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
1192         (do_rewrite): likewise.
1193
1194 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1195
1196         * common/config/mep/mep-common.c: Remove.
1197         * config.gcc: Remove mep-* support.
1198         * config/mep/constraints.md: Remove.
1199         * config/mep/default.h: Remove.
1200         * config/mep/intrinsics.h: Remove.
1201         * config/mep/intrinsics.md: Remove.
1202         * config/mep/ivc2-template.h: Remove.
1203         * config/mep/mep-c5.cpu: Remove.
1204         * config/mep/mep-core.cpu: Remove.
1205         * config/mep/mep-default.cpu: Remove.
1206         * config/mep/mep-ext-cop.cpu: Remove.
1207         * config/mep/mep-intrin.h: Remove.
1208         * config/mep/mep-ivc2.cpu: Remove.
1209         * config/mep/mep-pragma.c: Remove.
1210         * config/mep/mep-protos.h: Remove.
1211         * config/mep/mep.c: Remove.
1212         * config/mep/mep.cpu: Remove.
1213         * config/mep/mep.h: Remove.
1214         * config/mep/mep.md: Remove.
1215         * config/mep/mep.opt: Remove.
1216         * config/mep/predicates.md: Remove.
1217         * config/mep/t-mep: Remove.
1218         * doc/install.texi: Remove mep-* documentation.
1219         * doc/md.texi: Likewise.
1220
1221 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1222
1223         * config.gcc: Remove support for avr-rtems.
1224         * config/avr/gen-avr-mmcu-specs.c: Likewise.
1225         * config/avr/rtems.h: Remove.
1226         * config/avr/t-rtems: Remove.
1227
1228 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1229
1230         * config.gcc: Remove m32r-rtems support.
1231         * config/m32r/rtems.h: Remove.
1232
1233 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1234
1235         * config.gcc: Remove h8300-rtems support.
1236         * config/h8300/rtems.h: Remove.
1237         * config/h8300/t-rtems: Remove.
1238
1239 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1240
1241         * config.gcc: Remove support for knetbsd.
1242         * configure.ac: Likewise.
1243         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
1244         * config/knetbsd-gnu.h: Remove.
1245         * configure: Regenerate.
1246
1247 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1248
1249         * config.gcc: Remove support for openbsd 2 and 3.
1250         * config/openbsd-oldgas.h: Remove.
1251
1252 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1253
1254         * config.gcc: Remove interix support.
1255         * config/i386/i386-interix.h: Remove.
1256         * config/i386/interix.opt: Remove.
1257         * config/i386/t-interix: Remove.
1258         * configure: Regenerate.
1259         * configure.ac: Remove interix support.
1260         * doc/install.texi: Remove interix documentation.
1261
1262 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1263
1264         * config/rs6000/rs6000.h: Add conditional preprocessing directives
1265         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
1266         not defined.
1267
1268 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
1269
1270         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
1271         they are both PLACEHOLDER_EXPRs.
1272
1273 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
1274
1275         * stor-layout.c (layout_type): Move setting complex MODE to
1276         layout_type, instead of setting it ahead of time by the caller.
1277         * tree.c (build_complex_type): Likewise.
1278
1279 2016-06-21  Martin Liska  <mliska@suse.cz>
1280
1281         * predict.c (force_edge_cold): Replace imposisble with
1282         impossible.
1283
1284 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
1285
1286         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
1287         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
1288
1289 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
1290
1291         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
1292
1293 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
1294             Ilya Enkovich  <ilya.enkovich@intel.com>
1295
1296         PR target/71549
1297         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
1298         New member function to convert V1TImode register to SUBREG
1299         TImode in debug insn.
1300         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
1301         after changing register mode to V1TImode.
1302
1303 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
1304
1305         * config/aarch64/aarch64-cores.def (vulcan): New core.
1306         * config/aarch64/aarch64-tune.md: Regenerate.
1307         * doc/invoke.texi: Document vulcan as an available option.
1308
1309 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
1310
1311         * cse.c (canon_asm_operands): New function extracted from...
1312         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
1313         either standalone or member of a PARALLEL.
1314
1315 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
1316
1317         PR target/30417
1318         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
1319         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
1320         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
1321
1322 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
1323
1324         PR target/71103
1325         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
1326         constant addresses if can_create_pseudo_p.
1327
1328 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
1329
1330         PR tree-optimization/71588
1331         * tree-ssa-strlen.c (valid_builtin_call): New function.
1332         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
1333         it.
1334
1335 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
1336
1337         PR middle-end/71581
1338         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
1339         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
1340         for conversion of scalar user var to complex type and use the
1341         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
1342         punt.
1343
1344         PR rtl-optimization/71591
1345         * toplev.c (toplev::run_self_tests): If no_backend, complain and
1346         don't run any tests.
1347
1348 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
1349
1350         PR target/71571
1351         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
1352         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
1353         space for PIC with non-v32 and the common non-PIC "jump".
1354
1355 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
1356
1357         PR target/71559
1358         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
1359         returned values and add UN*/LTGT/*ORDERED cases with values matching
1360         D operand modifier on vcmp for AVX.
1361
1362 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
1363
1364         * config/aarch64/aarch64.opt
1365         (mpc-relative-literal-loads): Rename internal option name.
1366         * config/aarch64/aarch64.c
1367         (aarch64_nopcrelative_literal_loads): Rename to
1368         aarch64_pcrelative_literal_loads.
1369         (aarch64_expand_mov_immediate): Likewise.
1370         (aarch64_secondary_reload): Likewise.
1371         (aarch64_can_use_per_function_literal_pools_p): Likewise.
1372         (aarch64_override_options_after_change_1): Rename and simplify logic.
1373         (aarch64_classify_symbol): Merge large model checks into switch,
1374         remove pc-relative load check.
1375
1376 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1377
1378         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
1379         costs relative to the cost of a register move.
1380
1381 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1382
1383         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
1384         (vcvt_n_f64_u64): Likewise.
1385         (vcvt_n_s64_f64): Likewise.
1386         (vcvt_n_u64_f64): Likewise.
1387         (vcvt_f64_s64): Likewise.
1388         (vrecpe_f64): Likewise.
1389         (vcvt_f64_u64): Likewise.
1390         (vrecps_f64): Likewise.
1391
1392 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1393
1394         * config/aarch64/aarch64.md
1395         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
1396         iterators.
1397         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
1398         attributes.
1399         * config/aarch64/aarch64-builtins.c
1400         (aarch64_types_binop_uss_qualifiers): Delete.
1401         (TYPES_BINOP_USS): Likewise.
1402         (aarch64_types_binop_sus_qualifiers): Likewise.
1403         (TYPES_BINOP_SUS): Likewise.
1404         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
1405         (TYPES_FCVTIMM_SUS): Likewise.
1406         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
1407         rather than BINOP.
1408         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
1409         (fcvtzs): Use SHIFTIMM rather than BINOP.
1410         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
1411
1412 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1413
1414         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
1415         costs relative to the cost of a register move.
1416
1417 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
1418
1419         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
1420         Allow scalar/single vector modes to be tieable.
1421
1422 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
1423
1424         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
1425
1426 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1427
1428         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
1429         "alignement".
1430         * tree.h (TYPE_ALIGN): Likewise.
1431
1432 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
1433
1434         PR target/71103
1435         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
1436
1437 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
1438
1439         * config/avr/avr.c (avr_print_operand): Fix "format not a string
1440         literal" build warnings.
1441         (avr_print_operand_address): Dito.
1442
1443 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
1444
1445         PR target/71375
1446         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
1447         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
1448
1449 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
1450
1451         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
1452
1453 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1454
1455         PR bootstrap/71435
1456         * reload1.c (reload): Pass 0 to finish_spills when called because
1457         update_eliminables_and_spill returns true and remove did_spill.
1458         (finish_spills): Adjust comment and document GLOBAL parameter.
1459
1460 2016-06-17  DJ Delorie  <dj@redhat.com>
1461
1462         PR target/71338
1463         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
1464         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
1465         (umulqihi3_virt): Likewise.
1466         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
1467         (umulqihi3_real): Likewise.
1468
1469 2016-06-17  Martin Liska  <mliska@suse.cz>
1470
1471         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
1472
1473 2016-06-17  Martin Liska  <mliska@suse.cz>
1474
1475         * predict.def: PRED_LOOP_EXIT from 92 to 85.
1476
1477 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
1478
1479         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
1480         __FAST_MATH__.
1481         (vaddq_f32): Likewise.
1482         (vmul_f32): Likewise.
1483         (vmulq_f32): Likewise.
1484         (vsub_f32): Likewise.
1485         (vsubq_f32): Likewise.
1486
1487 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
1488
1489         PR tree-optimization/71347
1490         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
1491         cost for all uses in group.
1492
1493 2016-06-17 Bin Cheng  <bin.cheng@arm.com>
1494
1495         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
1496         insert gimple seq if it's not empty.
1497
1498 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
1499
1500         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
1501         member OFFSET.
1502         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
1503         rather than OFFSET.
1504         (comp_dr_with_seg_len_pair): Ditto.
1505         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
1506         struct dr_with_seg_len_pair against DR_OFFSET.
1507         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
1508         DR_OFFSET directly.
1509
1510 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1511
1512         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
1513
1514 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
1515
1516         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
1517         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
1518         (pa_output_millicode_call): Likewise.
1519         (pa_output_call): Likewise.
1520         (pa_output_indirect_call): Likewise.
1521         (pa_asm_output_mi_thunk): Likewise.
1522
1523 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1524
1525         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
1526
1527 2016-06-16  Martin Liska  <mliska@suse.cz>
1528
1529         * predict.c (combine_predictions_for_insn): When we find a first
1530         match predictor, we should consider just predictors with
1531         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
1532         DS theory predictor.
1533         (combine_predictions_for_bb): Likewise.
1534
1535 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
1536
1537         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
1538         with base of reference to struct.
1539
1540 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
1541
1542         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
1543
1544 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1545
1546         PR target/71151
1547         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
1548         progmem_swtable_section.
1549         (progmem_swtable_section): Remove.
1550         (avr_asm_function_rodata_section): Remove.
1551         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
1552         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
1553
1554 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
1555
1556         * config/i386/driver-i386.c (host_detect_local_cpu): Set
1557         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
1558         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
1559         signature_CENTAUR_ebx.
1560         * config/i386/i386.c (ix86_option_override_internal): Add
1561         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
1562         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
1563         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
1564
1565 2016-06-16  Martin Liska  <mliska@suse.cz>
1566
1567         * predict.def: Add fortran loop preheader predictor.
1568         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
1569         fold IFN_BUILTIN_EXPECT with a known constant argument.
1570
1571 2016-06-16  Martin Liska  <mliska@suse.cz>
1572
1573         * predict.def: Add 'Fortran' to display text of all
1574         PRED_FORTRAN_* predictors.
1575
1576 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
1577
1578         PR target/71242
1579         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
1580         [IA64_BUILTIN_NANSQ]: Ditto.
1581         (ia64_fold_builtin): New function.
1582         (TARGET_FOLD_BUILTIN): New define.
1583         (ia64_init_builtins) Declare const_string_type node.
1584         Add __builtin_nanq and __builtin_nansq builtin functions.
1585         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
1586
1587 2016-06-16  Nick Clifton  <nickc@redhat.com>
1588
1589         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
1590         MSP430_HWMULT_ prefix to enum values.
1591         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
1592         * config/msp430/msp430.c: Update use of enum values.
1593         * config/msp430/msp430.md: Likewise.
1594         * config/msp430/msp430.opt: Likewise.
1595
1596 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
1597
1598         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
1599         of comparsions in the last iteration.
1600
1601 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
1602             Joern Rennecke  <joern.rennecke@embecosm.com>
1603
1604         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
1605         addresses.
1606         (arc_needs_pcl_p): Add GOTOFFPC.
1607         (arc_legitimate_pic_addr_p): Likewise.
1608         (arc_output_pic_addr_const): Likewise.
1609         (arc_legitimize_pic_address): Generate a pc-relative address using
1610         GOTOFFPC.
1611         (arc_output_libcall): Use @pcl syntax.
1612         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
1613         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
1614         (*movsi_insn): Use @pcl syntax.
1615         (doloop_begin_i): Likewise.
1616
1617 2016-06-16  Martin Liska  <mliska@suse.cz>
1618
1619         * predict.def: Define a new predictor.
1620
1621 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
1622
1623         * config/arc/arc.opt (mtp-regno): Update text.
1624
1625 2016-06-16  Renlin Li  <renlin.li@arm.com>
1626
1627         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
1628
1629 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
1630
1631         PR target/71554
1632         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
1633         (setcc + and peephole2): Likewise.
1634
1635         PR rtl-optimization/71532
1636         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
1637         memory slots.
1638
1639 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
1640
1641         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
1642         DImode constants with XXSPLTIB in vector registers.
1643         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
1644         vsx_extract_<mode>_internal{1,2} into a single insn that handles
1645         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
1646         extraction of the element at the top of the register as a scalar
1647         value.
1648         (vsx_extract_<mode>_internal1): Likewise.
1649         (vsx_extract_<mode>_internal2): Likewise.
1650         * config/rs6000/constraints.md (wi constraint): Remove a comment
1651         about DImode not being allowed in Altivec registers.
1652         (wB constraint): New constraint for constants that can be
1653         generated in Altivec registers with VSPLTISW/VUPKHSW.
1654         * config/rs6000/predicates.md (xxspltib_constant_split): Update
1655         comments.
1656         (xxspltib_constant_nosplit): Likewise.
1657         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
1658         support for -mupper-regs-di to enable DImode to go into Altivec
1659         registers.
1660         (POWERPC_MASKS): Likewise.
1661         (power7 cpu): Likewise.
1662         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
1663         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
1664         for DImode being allowed in Altivec registers.  Update wi/wj
1665         constraints.  Set scalar_in_vmx_p flag.
1666         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
1667         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
1668         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
1669         (rs6000_opt_masks): Add -mupper-regs-di.
1670         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
1671         direct move to use wi and not wj.
1672         (lfiwzx): Likewise.
1673         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
1674         alternative.
1675         (floatunssi<mode>2_lfiwzx_mem): Likewise.
1676         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
1677         any VSX register, instead of just Altivec registers, to allow
1678         either operand to be an Altivec register or both.
1679         (fixuns_trunc<mode>di2_fctiduz): Likewise.
1680         (movdi_internal32): Add support for -mupper-regs-di.  Add support
1681         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
1682         the alternatives and attributes to be lined up to be easier to
1683         read.
1684         (movdi_internal64): Likewise.
1685         (64-bit DImode splitters): Change predicates to only split loading
1686         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
1687         load constants in ISA 3.0 or ISA 2.07 respectively.
1688         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
1689         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
1690         mention -mcpu=power9 sets these options.
1691         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
1692         wB constraint.
1693
1694 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1695
1696         PR target/67353
1697         * config/avr/avr.c (avr_set_current_function): Warn misspelled
1698         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
1699         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
1700         by default to warn misspelled interrupt/ signal handler.
1701         * doc/invoke.texi (AVR Options): Document it. Update description
1702         for -nodevicelib option.
1703
1704 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1705
1706         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
1707         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
1708         (aarch64_<sur>shll2_n<mode>): Likewise.
1709
1710 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
1711
1712         PR middle-end/71529
1713         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
1714         DECL_CONTEXT for copied arguments.
1715
1716 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
1717
1718         PR tree-optimization/71483
1719         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
1720         for slp
1721
1722 2016-06-15  Martin Liska  <mliska@suse.cz>
1723
1724         * predict.c (tree_predict_by_opcode): Call predict_edge_def
1725         instead of predict_edge w/o a probability.
1726
1727 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
1728
1729         PR tree-optimization/71439
1730         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
1731         live PHIs.
1732
1733 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1734
1735         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
1736         register subregs in SET_SRC.
1737
1738 2016-06-15  Richard Biener  <rguenther@suse.de>
1739
1740         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
1741         store restrictions.
1742
1743 2016-06-15  Richard Biener  <rguenther@suse.de>
1744
1745         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
1746         not consider dependences between accesses that belong to the
1747         same group.
1748         (vect_analyze_data_ref_dependences): Do not analyze read-read
1749         or self-dependences.
1750
1751 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
1752
1753         * spellcheck-tree.c: Include spellcheck-tree.h rather than
1754         spellcheck.h.
1755         (find_closest_identifier): Reimplement in terms of
1756         best_match<tree,tree>.
1757         * spellcheck-tree.h: New file.
1758         * spellcheck.c (struct edit_distance_traits<const char *>): New
1759         struct.
1760         (find_closest_string): Reimplement in terms of
1761         best_match<const char *, const char *>.
1762         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
1763         overload to spellcheck-tree.h.
1764         (find_closest_identifier): Likewise.
1765         (struct edit_distance_traits<T>): New template.
1766         (class best_match): New class.
1767
1768 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
1769
1770         * selftest-run-tests.c (selftest::run_tests): Call
1771         selftest::spellcheck_tree_c_tests.
1772         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
1773         * spellcheck-tree.c: Include selftest.h and stringpool.h.
1774         (selftest::test_find_closest_identifier): New function.
1775         (selftest::spellcheck_tree_c_tests): New function.
1776         * spellcheck.c (selftest::test_find_closest_string): Verify that
1777         the order of the vec does not affect the results for this case.
1778         (selftest::test_data): New array.
1779         (selftest::test_metric_conditions): New function.
1780         (selftest::spellcheck_c_tests): Add a test of case-comparison.
1781         Call selftest::test_metric_conditions.
1782
1783 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1784
1785         * config/rs6000/rs6000-builtin.def (commentary): Typo.
1786         (BU_P9_MISC_1): Likewise.
1787         (BU_P9_64BIT_MISC_0): Likewise.
1788         (BU_P9_MISC_0): Likewise.
1789
1790 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
1791
1792         * gcc-rich-location.c
1793         (gcc_rich_location::add_fixit_misspelled_id): New method.
1794         * gcc-rich-location.h
1795         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
1796
1797 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
1798
1799         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
1800         FreeBSD 11 and above.
1801
1802 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
1803
1804         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
1805
1806 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1807
1808         * expmed.h: Close parenthesis in "at your option" in copyright
1809         boilerplate.
1810         * lower-subreg.h: Likewise.
1811
1812 2016-06-14  Richard Biener  <rguenther@suse.de>
1813
1814         PR middle-end/71526
1815         * genmatch.c (expr::gen_transform): Use in_type for comparisons
1816         if available.
1817
1818 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1819
1820         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
1821         New function.
1822         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
1823         mask+shift version.
1824         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
1825         New prototype.
1826         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
1827         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
1828
1829 2016-06-14  Richard Biener  <rguenther@suse.de>
1830
1831         PR tree-optimization/71522
1832         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
1833         copying into float copying.
1834
1835 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
1836
1837         PR tree-optimization/71520
1838         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
1839         (replace_block_by): Move user labels from bb1 to bb2.
1840
1841 2016-06-14  Richard Biener  <rguenther@suse.de>
1842
1843         PR middle-end/71310
1844         PR bootstrap/71510
1845         * expr.h (get_bit_range): Declare.
1846         * expr.c (get_bit_range): Export.
1847         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
1848         word_mode again to constrain the bitfield access.
1849
1850 2016-06-14  Richard Biener  <rguenther@suse.de>
1851
1852         PR tree-optimization/71521
1853         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
1854         division int_const_binop against zero divisor.
1855
1856 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
1857
1858         * config/i386/i386.md (signbittf2): New expander.
1859         * config/i386/sse.md (ptesttf2): New insn pattern.
1860
1861 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
1862
1863         PR bootstrap/71481
1864         * input.c (selftest::test_reading_source_line): Avoid reading from
1865         __FILE__ by creating a tempfile with known content and reading
1866         from that instead.
1867
1868 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
1869
1870         * pretty-print.c (assert_pp_format_colored): Skip the test if
1871         GCC_COLORS is set.
1872         (test_pp_format): Remove comment about GCC_COLORS.
1873
1874 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
1875
1876         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
1877         * pretty-print.c (assert_pp_format_va): Add location param and use
1878         it with ASSERT_STREQ_AT.
1879         (assert_pp_format): Add location param and pass it to
1880         assert_pp_format_va.
1881         (assert_pp_format_colored): Likewise.
1882         (ASSERT_PP_FORMAT_1): New.
1883         (ASSERT_PP_FORMAT_2): New.
1884         (ASSERT_PP_FORMAT_3): New.
1885         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
1886         explicitly, or implicitly via the above macros.
1887         * selftest.c (selftest::pass): Use a selftest::location rather
1888         than file and line.
1889         (selftest::fail): Likewise.  Print the function name.
1890         (selftest::fail_formatted): Likewise.
1891         (selftest::assert_streq): Use a selftest::location rather than
1892         file and line.
1893         * selftest.h (selftest::location): New struct.
1894         (SELFTEST_LOCATION): New macro.
1895         (selftest::pass): Accept a const location & rather than file
1896         and line.
1897         (selftest::fail): Likewise.
1898         (selftest::fail_formatted): Likewise.
1899         (selftest::assert_streq): Likewise.
1900         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
1901         (ASSERT_FALSE): Likewise.
1902         (ASSERT_EQ): Likewise.
1903         (ASSERT_NE): Likewise.
1904         (ASSERT_STREQ): Likewise.
1905         (ASSERT_PRED1): Likewise.
1906         (ASSERT_STREQ_AT): New macro.
1907
1908 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
1909
1910         * selftest.c (selftest::fail_formatted): New function.
1911         (selftest::assert_streq): New function.
1912         * selftest.h (selftests::fail_formatted): New decl.
1913         (selftest::assert_streq): New decl.
1914         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
1915
1916 2016-06-13  Jeff Law  <law@redhat.com>
1917
1918         PR tree-optimization/71403
1919         * tree-ssa-threadbackward.c
1920         (convert_and_register_jump_thread_path): No longer accept reference
1921         to path.  Do not pop items off the path anymore.
1922         (fsm_find_control_statement_thread_paths): Do not allow threading
1923         to a deeper loop nest.  Pop the last item off the path here rather
1924         than in convert_and_register_jump_thread_path.
1925
1926 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
1927             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
1928
1929         [AArch64] Emit division using the Newton series
1930
1931         * config/aarch64/aarch64-protos.h
1932         (cpu_approx_modes): Add new member "division".
1933         (aarch64_emit_approx_div): Declare new function.
1934         * config/aarch64/aarch64.c
1935         (generic_approx_modes): New member "division".
1936         (exynosm1_approx_modes): Likewise.
1937         (xgene1_approx_modes): Likewise.
1938         (aarch64_emit_approx_div): Define new function.
1939         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
1940         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
1941         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
1942         * doc/invoke.texi (-mlow-precision-div): Describe new option.
1943
1944 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
1945             Wilco Dijkstra  <wilco.dijkstra@arm.com>
1946
1947         [AArch64] Emit square root using the Newton series
1948
1949         * config/aarch64/aarch64-protos.h
1950         (aarch64_emit_approx_rsqrt): Replace with new function
1951         "aarch64_emit_approx_sqrt".
1952         (cpu_approx_modes): New member "sqrt".
1953         * config/aarch64/aarch64.c
1954         (generic_approx_modes): New member "sqrt".
1955         (exynosm1_approx_modes): Likewise.
1956         (xgene1_approx_modes): Likewise.
1957         (aarch64_emit_approx_rsqrt): Replace with new function
1958         "aarch64_emit_approx_sqrt".
1959         (aarch64_override_options_after_change_1): Handle new option.
1960         * config/aarch64/aarch64-simd.md
1961         (rsqrt<mode>2): Use new function instead.
1962         (sqrt<mode>2): New expansion and insn definitions.
1963         * config/aarch64/aarch64.md: Likewise.
1964         * config/aarch64/aarch64.opt
1965         (mlow-precision-sqrt): Add new option description.
1966         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
1967
1968 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
1969
1970         [AArch64] Add more choices for the reciprocal square root approximation
1971
1972         Allow a target to prefer such operation depending on the operation mode.
1973
1974         * config/aarch64/aarch64-protos.h
1975         (AARCH64_APPROX_MODE): New macro.
1976         (AARCH64_APPROX_{NONE,ALL}): Likewise.
1977         (cpu_approx_modes): New structure.
1978         (tune_params): New member "approx_modes".
1979         * config/aarch64/aarch64-tuning-flags.def
1980         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
1981         * config/aarch64/aarch64.c
1982         (generic_approx_modes): New core "cpu_approx_modes" structure.
1983         (exynosm1_approx_modes): Likewise.
1984         (xgene1_approx_modes): Likewise.
1985         (generic_tunings): New member "approx_modes".
1986         (cortexa35_tunings): Likewise.
1987         (cortexa53_tunings): Likewise.
1988         (cortexa57_tunings): Likewise.
1989         (cortexa72_tunings): Likewise.
1990         (exynosm1_tunings): Likewise.
1991         (thunderx_tunings): Likewise.
1992         (xgene1_tunings): Likewise.
1993         (use_rsqrt_p): New argument for the mode and use new member from
1994         "tune_params".
1995         (aarch64_builtin_reciprocal): Devise mode from builtin.
1996         (aarch64_optab_supported_p): New argument for the mode.
1997         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
1998
1999 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2000
2001         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
2002         RS6000_BTM_MODULO flag into the set of flags that are considered
2003         to be part of the common configuration.
2004
2005 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2006
2007         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
2008         difference unsigned.
2009         (vec_absdb): New macro for vector absolute difference unsigned
2010         byte.
2011         (vec_absdh): New macro for vector absolute difference unsigned
2012         half-word.
2013         (vec_absdw): New macro for vector absolute difference unsigned word.
2014         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
2015         (vadu<mode>3): New insn.
2016         (*p9_vadu<mode>3): New insn.
2017         * config/rs6000/rs6000-builtin.def (vadub): New built-in
2018         definition.
2019         (vaduh): New built-in definition.
2020         (vaduw): New built-in definition.
2021         (vadu): New overloaded built-in definition.
2022         (vadub): New overloaded built-in definition.
2023         (vaduh): New overloaded built-in definition.
2024         (vaduw): New overloaded built-in definition.
2025         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2026         overloaded vector absolute difference unsigned functions.
2027         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
2028         the ISA 3.0 vector absolute difference unsigned built-in functions.
2029
2030 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
2031
2032         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
2033         update shared_lookup_references only once after changing operands.
2034
2035 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2036
2037         PR middle-end/71373
2038         * tree-nested.c (convert_nonlocal_omp_clauses)
2039         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
2040
2041         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
2042         * tree.def (CASE_LABEL_EXPR): Likewise.
2043
2044 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2045
2046         PR bootstrap/71481
2047         * input.c (test_builtins): Fix an assertion.
2048
2049 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
2050
2051         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
2052         (paritysi2): Ditto.
2053         (isinfxf2): Ditto.
2054         (isinf<mode>2): Ditto.
2055
2056 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
2057
2058         * ggc-tests.c (test_finalization): Only test need_finalization_p
2059         for GCC_VERSION >= 4003.
2060
2061 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2062
2063         * config/s390/vecintrin.h: Fix file description in comment.
2064
2065 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2066
2067         * config/s390/s390-builtin-types.def: Change builtin type naming
2068         scheme to match builtin-types.def.
2069
2070 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
2071
2072         * fold-const.c (optimize_minmax_comparison): Remove.
2073         (fold_comparison): Remove call to the above.
2074         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
2075         New transformations.
2076
2077 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
2078
2079         PR tree-optimization/71416
2080         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
2081         multiple entries
2082
2083 2016-06-13  Martin Liska  <mliska@suse.cz>
2084
2085         * predict.c (enum predictor_reason): Prefix enum with REASON_.
2086         (combine_predictions_for_insn): Likewise.
2087         (prune_predictions_for_bb): Likewise.
2088         (combine_predictions_for_bb): Likewise.
2089
2090 2016-06-13  Richard Biener  <rguenther@suse.de>
2091
2092         PR tree-optimization/71505
2093         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
2094         assert match comment.
2095
2096 2016-06-13  Marek Polacek  <polacek@redhat.com>
2097
2098         PR middle-end/71476
2099         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
2100         gimplify_switch_expr.
2101         (warn_switch_unreachable_r): New function.
2102
2103 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2104
2105         PR target/71379
2106         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
2107         one.
2108
2109 2016-06-13  Richard Biener  <rguenther@suse.de>
2110
2111         PR middle-end/64516
2112         * fold-const.c (fold_unary_loc): Preserve alignment when
2113         folding a VIEW_CONVERT_EXPR into a MEM_REF.
2114
2115 2016-06-13  Martin Liska  <mliska@suse.cz>
2116
2117         PR sanitizer/71458
2118         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
2119         w/ -fsanitize=bounds.
2120
2121 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
2122
2123         * config/i386/i386.c (ix86_init_builtins): Calculate
2124         FLOAT128_FTYPE_CONST_STRING function type only once.
2125         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
2126         built-in functions are available for x86-32 and x86-64 targets.
2127
2128 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
2129
2130         PR target/71241
2131         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
2132         New primitive type.
2133         (FLOAT128_FTYPE_CONST_STRING): New function type.
2134         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
2135         [IX86_BUILTIN_NANSQ]: Ditto.
2136         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
2137         (ix86_init_builtin_types): Declare const_string_type_node.
2138         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
2139         builtin functions.
2140         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
2141         * doc/extend.texi (x86 Built-in Functions): Document
2142         __builtin_nanq and __builtin_nansq.
2143
2144 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
2145
2146         PR target/71061
2147         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
2148         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
2149         length for pop patterns.
2150         (arm_attr_length_push_multi): Update comments.
2151         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
2152         attribute.
2153         (*pop_multiple_with_writeback_and_return): Likewise.
2154         (*pop_multiple_with_return): Likewise.
2155
2156 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
2157
2158         PR middle-end/71310
2159         * fold-const.c (optimize_bit_field_compare): Don't try to use
2160         word_mode unconditionally for reading the bit field, look at
2161         DECL_BIT_FIELD_REPRESENTATIVE instead.
2162
2163 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
2164
2165         PR middle-end/71478
2166         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
2167         vector integer type.
2168
2169 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
2170
2171         PR middle-end/71494
2172         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
2173         without LABEL_DECL, set *handled_ops_p to false instead of true.
2174
2175 2016-06-10  Martin Sebor  <msebor@redhat.com>
2176
2177         PR c/71392
2178         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
2179         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
2180         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
2181         them.
2182         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
2183         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
2184         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
2185         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
2186         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
2187         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
2188         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
2189         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
2190
2191 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2192
2193         * config/arm/arm.h (pool_vector_label,
2194         return_used_this_function): Remove.
2195
2196 2016-06-10  Jeff Law  <law@redhat.com>
2197
2198         PR tree-optimization/71335
2199         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
2200         zero length paths here.
2201         (convert_and_register_jump_thread_path): Remove hacks related to
2202         duplicated blocks in the jump thread path.
2203         (fsm_find_control_statement_thread_paths): Avoid putting the same
2204         block on the thread path twice, but ensure the thread path is
2205         unchanged from the caller's point of view.
2206
2207 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
2208
2209         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
2210         * predict.def (PRED_LOOP_BRANCH): Remove.
2211
2212 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
2213
2214         * Makefile.in (OBJS): Add ggc-tests.o.
2215         (GTFILES): Add ggc-tests.c.
2216         * ggc-tests.c: New file.
2217         * selftest-run-tests.c (selftest::run_tests): Call
2218         selftest::ggc_tests_c_tests.
2219         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
2220
2221 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
2222
2223         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
2224
2225 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
2226
2227         PR sanitizer/71480
2228         * varasm.c (place_block_symbol): Adjust alignment for asan protected
2229         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
2230
2231 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
2232
2233         * profile.c: Include cfgloop.h.
2234         (branch_prob): Compute estimated number of iterations.
2235         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
2236         recompute estimate number of iterations from profile.
2237
2238 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2239
2240         PR inline-asm/68843
2241         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
2242         must be grouped on top of stack.  Don't force early clobber
2243         on ordinary reg outputs.
2244
2245 2016-06-10  Richard Biener  <rguenther@suse.de>
2246
2247         * targhooks.c (default_builtin_vectorization_cost): Adjust
2248         vec_construct cost.
2249
2250 2016-06-10  Richard Biener  <rguenther@suse.de>
2251
2252         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
2253         to fold the RHS to a constant if possible.
2254
2255 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
2256
2257         PR middle-end/71373
2258         * tree-nested.c (convert_nonlocal_omp_clauses)
2259         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
2260         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
2261         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
2262
2263         * gimplify.c (gimplify_adjust_omp_clauses): Discard
2264         OMP_CLAUSE_TILE.
2265         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
2266
2267         * omp-low.c (scan_sharing_clauses): Don't expect
2268         OMP_CLAUSE__CACHE_.
2269
2270 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
2271
2272         PR tree-optimization/71407
2273         PR tree-optimization/71416
2274         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
2275         BIT_FIELD_REF type.
2276
2277 2016-06-10  Richard Biener  <rguenther@suse.de>
2278
2279         PR middle-end/71477
2280         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
2281
2282 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
2283
2284         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
2285
2286 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
2287             Jiong Wang  <jiong.wang@arm.com>
2288
2289         PR rtl-optimization/70751
2290         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
2291         spilled into memory.
2292
2293 2016-06-09  Jonathan Yong  <10walls@gmail.com>
2294
2295         Revert:
2296         2015-09-21  Jonathan Yong  <10walls@gmail.com>
2297
2298         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
2299         sysroot/usr/lib/32api for additional win32 libraries,
2300         fixes failing Cygwin bootstrapping.
2301
2302 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
2303
2304         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
2305         Delete.
2306
2307 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2308
2309         PR bootstrap/71471
2310         * pretty-print.c (pp_indent): Specify that %p is printed in a
2311         host-dependent manner.
2312         (test_pp_format): Remove the test for %p.
2313
2314 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
2315
2316         * config/mips/mips.c (mips_output_jump): Fix formatting.
2317
2318 2016-06-09  Richard Biener  <rguenther@suse.de>
2319
2320         PR tree-optimization/71462
2321         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
2322         removed blocks.
2323
2324 2016-06-09  Martin Liska  <mliska@suse.cz>
2325
2326         * predict.c (dump_prediction): Add new argument.
2327         (enum predictor_reason): New enum.
2328         (struct predictor_hash): New struct.
2329         (predictor_hash::hash): New function.
2330         (predictor_hash::equal): Likewise.
2331         (not_removed_prediction_p): New function.
2332         (prune_predictions_for_bb): Likewise.
2333         (combine_predictions_for_bb): Prune predictions.
2334
2335 2016-06-09  Martin Liska  <mliska@suse.cz>
2336
2337         * predict.c (filter_predictions): New function.
2338         (remove_predictions_associated_with_edge): Use the filter
2339         function.
2340         (equal_edge_p): New function.
2341
2342 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
2343
2344         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
2345         Correct usage of @samp vs @option, add @samp where appropriate.
2346         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
2347         Add armv6s-m and document it, as it is no official ARM name.
2348
2349 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2350
2351         * ifcvt.c (struct noce_if_info): Add transform_name field.
2352         (noce_try_move): Set if_info->transform_name to the function name.
2353         (noce_try_ifelse_collapse): Likewise.
2354         (noce_try_store_flag): Likewise.
2355         (noce_try_inverse_constants): Likewise.
2356         (noce_try_store_flag_constants): Likewise.
2357         (noce_try_addcc): Likewise.
2358         (noce_try_store_flag_mask): Likewise.
2359         (noce_try_cmove): Likewise.
2360         (noce_try_cmove_arith): Likewise.
2361         (noce_try_minmax): Likewise.
2362         (noce_try_abs): Likewise.
2363         (noce_try_sign_mask): Likewise.
2364         (noce_try_bitop): Likewise.
2365         (noce_convert_multiple_sets): Likewise.
2366         (noce_process_if_block): Print if_info->transform_name to
2367         dump_file if transformation succeeded.
2368
2369 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2370
2371         * config/arm/cortex-a57.md (cortex_a57_alu):
2372         Handle csel type.
2373
2374 2016-06-08  Martin Sebor  <msebor@redhat.com>
2375             Jakub Jelinek  <jakub@redhat.com>
2376
2377         PR c++/70507
2378         PR c/68120
2379         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
2380         BUILT_IN_MUL_OVERFLOW_P): New builtins.
2381         * builtins.c: Include gimple-fold.h.
2382         (fold_builtin_arith_overflow): Handle
2383         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
2384         (fold_builtin_3): Likewise.
2385         * doc/extend.texi (Integer Overflow Builtins): Document
2386         __builtin_{add,sub,mul}_overflow_p.
2387
2388 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
2389
2390         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
2391         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
2392
2393 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
2394
2395         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
2396         Rewrite, looking one level down for records and arrays.
2397
2398 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
2399
2400         * pretty-print.c: Include "selftest.h".
2401         (pp_format): Fix comment.
2402         (identifier_to_locale): Likewise.
2403         (selftest::test_basic_printing): New function.
2404         (selftest::assert_pp_format): New function.
2405         (selftest::test_pp_format): New function.
2406         (selftest::pretty_print_c_tests): New function.
2407         * selftest-run-tests.c (selftest::run_tests): Call
2408         selftest::pretty_print_c_tests.
2409         * selftest.h (pretty_print_c_tests): New declaration.
2410
2411 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
2412
2413         * invoke.texi (max-loop-headers-insns): Document.
2414         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
2415         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
2416         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
2417
2418 2016-06-08  Richard Biener  <rguenther@suse.de>
2419
2420         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
2421         on strided SLP loads and fall back to scalar loads in case
2422         we can't chunk them.
2423
2424 2016-06-08  Richard Biener  <rguenther@suse.de>
2425
2426         PR tree-optimization/71452
2427         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
2428         type used for the SSA rewrite has enough precision to cover
2429         the dynamic type of the location.
2430
2431 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
2432             Richard Biener  <rguenther@suse.de>
2433
2434         PR c++/71448
2435         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
2436         the same as DECL_P (base0) for indirect_base0.  Use equality_code
2437         in one further place.
2438
2439 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
2440
2441         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
2442         to one word if the field is known to overlap other words.
2443         (extract_bit_field_1): Likewise.
2444         (store_split_bit_field): Remove compensating code.
2445         (extract_split_bit_field): Likewise.
2446
2447 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
2448
2449         PR debug/71432
2450         PR ada/71413
2451         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
2452
2453 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2454
2455         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
2456         VDQF.
2457         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
2458         (arch64_addpv4sf): Delete.
2459         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
2460         "gen_aarch64_addpv4sf".
2461         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
2462         builtin.
2463         (vpadds_f32): Likewise.
2464         (vpaddq_f32): Likewise.
2465         (vpaddq_f64): Likewise.
2466
2467 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2468
2469         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
2470         VALLF.
2471         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
2472         to VALLF.  Rename to "fabd<mode>3".
2473         "*fabd_scalar<mode>3): Delete.
2474         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
2475         Use builtin.
2476         (vabdd_f64): Likewise.
2477         (vabd_f32): Likewise.
2478         (vabd_f64): Likewise.
2479         (vabdq_f32): Likewise.
2480         (vabdq_f64): Likewise.
2481
2482 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2483
2484         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
2485         VALLF.
2486         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
2487         "aarch64_rsqrts<mode>".
2488         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
2489         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
2490         builtin.
2491         (vrsqrtsd_f64): Likewise.
2492         (vrsqrts_f32): Likewise.
2493         (vrsqrts_f64): Likewise.
2494         (vrsqrtsq_f32): Likewise.
2495         (vrsqrtsq_f64): Likewise.
2496
2497 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2498
2499         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
2500         VALLF.
2501         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
2502         "aarch64_rsqrte<mode>".
2503         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
2504         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
2505         builtin.
2506         (vrsqrted_f64): Likewise.
2507         (vrsqrte_f32): Likewise.
2508         (vrsqrte_f64): Likewise.
2509         (vrsqrteq_f32): Likewise.
2510         (vrsqrteq_f64): Likewise.
2511
2512 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2513
2514         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
2515         (ucvtf): Likewise.
2516         (fcvtzs): Likewise.
2517         (fcvtzu): Likewise.
2518         * config/aarch64/aarch64-simd.md
2519         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
2520         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
2521         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
2522         Use builtin.
2523         (vcvt_n_f32_u32): Likewise.
2524         (vcvt_n_s32_f32): Likewise.
2525         (vcvt_n_u32_f32): Likewise.
2526         (vcvtq_n_f32_s32): Likewise.
2527         (vcvtq_n_f32_u32): Likewise.
2528         (vcvtq_n_f64_s64): Likewise.
2529         (vcvtq_n_f64_u64): Likewise.
2530         (vcvtq_n_s32_f32): Likewise.
2531         (vcvtq_n_s64_f64): Likewise.
2532         (vcvtq_n_u32_f32): Likewise.
2533         (vcvtq_n_u64_f64): Likewise.
2534         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
2535         (VSDQ_SDI): Likewise.
2536         (fcvt_target): Support V4DI, V4SI and V2SI.
2537         (FCVT_TARGET): Likewise.
2538
2539 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2540
2541         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
2542         (TYPES_BINOP_SUS): Likewise.
2543         (aarch64_simd_builtin_data): Update include file name.
2544         (aarch64_builtins): Likewise.
2545         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
2546         for conversion between scalar float-point and fixed-point.
2547         (ucvtf): Likewise.
2548         (fcvtzs): Likewise.
2549         (fcvtzu): Likewise.
2550         * config/aarch64/aarch64.md
2551         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
2552         pattern for conversion between scalar float to fixed-pointer.
2553         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
2554         (UNSPEC_FCVTZS): New UNSPEC enumeration.
2555         (UNSPEC_FCVTZU): Likewise.
2556         (UNSPEC_SCVTF): Likewise.
2557         (UNSPEC_UCVTF): Likewise.
2558         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
2559         Use builtin.
2560         (vcvtd_n_f64_u64): Likewise.
2561         (vcvtd_n_s64_f64): Likewise.
2562         (vcvtd_n_u64_f64): Likewise.
2563         (vcvtd_n_f32_s32): Likewise.
2564         (vcvts_n_f32_u32): Likewise.
2565         (vcvtd_n_s32_f32): Likewise.
2566         (vcvts_n_u32_f32): Likewise.
2567         * config/aarch64/iterators.md (fcvt_target): Support integer to float
2568         mapping.
2569         (FCVT_TARGET): Likewise.
2570         (FCVT_FIXED2F): New iterator.
2571         (FCVT_F2FIXED): Likewise.
2572         (fcvt_fixed_insn): New define_int_attr.
2573
2574 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
2575
2576         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
2577         some statements was removed.
2578
2579 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
2580
2581         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
2582         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
2583         (vect_can_advance_ivs_p): likewise.
2584         (vect_update_ivs_after_vectorizer): likewise.
2585         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
2586         (vect_analyze_scalar_cycles_1): likewise.
2587         (vect_analyze_loop_operations): likewise.
2588         (report_vect_op): likewise.
2589         (vect_is_slp_reduction): likewise.
2590         (vect_is_simple_reduction): likewise.
2591         (get_initial_def_for_induction): likewise.
2592         (vect_transform_loop): likewise.
2593         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
2594         (vect_recog_sad_pattern): likewise.
2595         (vect_recog_widen_sum_pattern): likewise.
2596         (vect_recog_widening_pattern): likewise.
2597         (vect_recog_divmod_pattern): likewise.
2598         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
2599         (vect_analyze_slp_instance): likewise.
2600         (vect_transform_slp_perm_load): likewise.
2601         (vect_schedule_slp_instance): likewise.
2602
2603 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
2604
2605         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
2606         (return_prediction): PRED_CONST_RETURN predict return as not taken.
2607         * predict.def (PRED_CONTINUE): Change hitrate 50->67
2608         (PRED_LOOP_BRANCH): Document predictor as broken.
2609         (PRED_LOOP_EXIT): Change hitrate 91->92.
2610         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
2611         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
2612         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
2613         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
2614         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
2615         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
2616         (PRED_CALL): Chane hitrate 71->67.
2617         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
2618         (PRED_GOTO): Document as unused right now.
2619         (PRED_CONST_RETURN): Change hitrate 67->69
2620         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
2621         (PRED_NULL_RETURN): Change hitrate 91->90.
2622         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
2623         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
2624         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
2625
2626 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
2627
2628         * config/rs6000/altivec.h: Add __builtin_vec_mul.
2629         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
2630         special case Altivec builtin.
2631         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
2632         VSX_BUILTIN_VEC_MUL (replaced with special case code).
2633         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2634         code for ALTIVEC_BUILTIN_VEC_MUL.
2635         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2636         for __builtin_vec_mul.
2637
2638 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
2639
2640         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
2641         -mno-htm.
2642
2643 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
2644
2645         * spellcheck.c (selftest::test_find_closest_string): New function.
2646         (spellcheck_c_tests): Call the above.
2647
2648 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2649
2650         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
2651
2652 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
2653
2654         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
2655         Yv=Yv,C alternatives.
2656
2657 2016-06-07  Richard Biener  <rguenther@suse.de>
2658
2659         PR c/61564
2660         * common.opt (ffast-math): Make Optimization.
2661
2662 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
2663             Prachi Godbole  <prachi.godbole@imgtec.com>
2664
2665         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
2666         `fabs' and `fneg' type attributes.
2667         (p5600_fpu_fabs): Add `fmove' to the comment.
2668
2669 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
2670
2671         * gimple.c: Include builtins.h
2672         (gimple_inexpensive_call_p): New function.
2673         * gimple.h (gimple_inexpensive_call_p): Declare.
2674         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
2675         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
2676         fix formatting.
2677
2678 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
2679
2680         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
2681         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
2682         warning_at_rich_loc, warning_n, pedwarn, permerror,
2683         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
2684         sorry, fatal_error, internal_error, internal_error_no_backtrace):
2685         Use the above.
2686
2687 2016-06-07  Richard Biener  <rguenther@suse.de>
2688
2689         PR tree-optimization/71428
2690         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
2691         BIT_FIELD_REF op vs. load.
2692
2693 2016-06-07  Richard Biener  <rguenther@suse.de>
2694
2695         PR middle-end/71423
2696         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
2697         for signed ops.
2698
2699 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
2700
2701         * config/pa/pa.md (call): Generate indirect long calls to non-local
2702         functions on TARGET_64BIT.
2703         (call_value): Likewise.
2704
2705 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
2706
2707         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
2708         pattern and subsequent splitters.
2709         (call_val_reg_64bit_post_reload): Likewise.
2710
2711 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
2712
2713         PR middle-end/71408
2714         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
2715         propagate_op_to_single_use.
2716
2717 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
2718
2719         PR middle-end/71281
2720         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
2721
2722 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
2723
2724         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
2725         (enum x86_dirflag_state): New enum.
2726         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
2727         (machine_function): Remove needs_cld.
2728         (ix86_current_function_needs_cld): Remove.
2729         * config/i386/i386.c (ix86_set_func_type): Set
2730         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
2731         (ix86_expand_prologue): Do not emit CLD here.
2732         (ix86_dirflag_mode_needed): New function.
2733         (ix86_dirflag_mode_entry): Ditto.
2734         (ix86_mode_needed): Handle X86_DIRFLAG entity.
2735         (ix86_mode_after): Ditto.
2736         (ix86_mode_entry): Ditto.
2737         (ix86_mode_exit): Ditto.
2738         (ix86_emit_mode_set): Ditto.
2739         * config/i386/i386.md (strmov_singleop): Set
2740         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
2741         Do not set ix86_current_function_needs_cld.
2742         (rep_mov): Ditto.
2743         (strset_singleop): Ditto.
2744         (rep_stos): Ditto.
2745         (cmpstrnqi_nz_1): Ditto.
2746         (cmpstrnqi_1): Ditto.
2747         (strlenqi_1): Ditto.
2748
2749 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
2750
2751         PR tree-optimization/71259
2752         * tree-vect-slp.c (vect_get_constant_vectors): For
2753         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
2754         one for constant op, and use COND_EXPR for non-constant.
2755
2756 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
2757
2758         * Makefile.in (OBJS): Add function-tests.o,
2759         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
2760         selftest-run-tests.o.
2761         (OBJS-libcommon): Add selftest.o.
2762         (OBJS-libcommon-target): Add selftest.o.
2763         (all.internal): Add "selftest".
2764         (all.cross): Likewise.
2765         (selftest): New phony target.
2766         (s-selftest): New target.
2767         (selftest-gdb): New phony target.
2768         (COLLECT2_OBJS): Add selftest.o.
2769         * bitmap.c: Include "selftest.h".
2770         (selftest::test_gc_alloc): New function.
2771         (selftest::test_set_range): New function.
2772         (selftest::test_clear_bit_in_middle): New function.
2773         (selftest::test_copying): New function.
2774         (selftest::test_bitmap_single_bit_set_p): New function.
2775         (selftest::bitmap_c_tests): New function.
2776         * common.opt (fself-test): New.
2777         * diagnostic-show-locus.c: Include "selftest.h".
2778         (make_range): New function.
2779         (test_range_contains_point_for_single_point): New function.
2780         (test_range_contains_point_for_single_line): New function.
2781         (test_range_contains_point_for_multiple_lines): New function.
2782         (assert_eq): New function.
2783         (test_get_line_width_without_trailing_whitespace): New function.
2784         (selftest::diagnostic_show_locus_c_tests): New function.
2785         * et-forest.c: Include "selftest.h".
2786         (selftest::test_single_node): New function.
2787         (selftest::test_simple_tree): New function.
2788         (selftest::test_disconnected_nodes): New function.
2789         (selftest::et_forest_c_tests): New function.
2790         * fold-const.c: Include "selftest.h".
2791         (selftest::assert_binop_folds_to_const): New function.
2792         (selftest::assert_binop_folds_to_nonlvalue): New function.
2793         (selftest::test_arithmetic_folding): New function.
2794         (selftest::fold_const_c_tests): New function.
2795         * function-tests.c: New file.
2796         * gimple.c: Include "selftest.h".
2797         Include "gimple-pretty-print.h".
2798         (selftest::verify_gimple_pp): New function.
2799         (selftest::test_assign_single): New function.
2800         (selftest::test_assign_binop): New function.
2801         (selftest::test_nop_stmt): New function.
2802         (selftest::test_return_stmt): New function.
2803         (selftest::test_return_without_value): New function.
2804         (selftest::gimple_c_tests): New function.
2805         * hash-map-tests.c: New file.
2806         * hash-set-tests.c: New file.
2807         * input.c: Include "selftest.h".
2808         (selftest::assert_loceq): New function.
2809         (selftest::test_accessing_ordinary_linemaps): New function.
2810         (selftest::test_unknown_location): New function.
2811         (selftest::test_builtins): New function.
2812         (selftest::test_reading_source_line): New function.
2813         (selftest::input_c_tests): New function.
2814         * rtl-tests.c: New file.
2815         * selftest-run-tests.c: New file.
2816         * selftest.c: New file.
2817         * selftest.h: New file.
2818         * spellcheck.c: Include "selftest.h".
2819         (selftest::levenshtein_distance_unit_test_oneway): New function,
2820         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
2821         (selftest::levenshtein_distance_unit_test): Likewise.
2822         (selftest::spellcheck_c_tests): Likewise.
2823         * toplev.c: Include selftest.h.
2824         (toplev::run_self_tests): New.
2825         (toplev::main): Handle -fself-test.
2826         * toplev.h (toplev::run_self_tests): New.
2827         * tree.c: Include "selftest.h".
2828         (selftest::test_integer_constants): New function.
2829         (selftest::test_identifiers): New function.
2830         (selftest::test_labels): New function.
2831         (selftest::tree_c_tests): New function.
2832         * tree-cfg.c: Include "selftest.h".
2833         (selftest::push_fndecl): New function.
2834         (selftest::test_linear_chain): New function.
2835         (selftest::test_diamond): New function.
2836         (selftest::test_fully_connected): New function.
2837         (selftest::tree_cfg_c_tests): New function.
2838         * vec.c: Include "selftest.h".
2839         (selftest::safe_push_range): New function.
2840         (selftest::test_quick_push): New function.
2841         (selftest::test_safe_push): New function.
2842         (selftest::test_truncate): New function.
2843         (selftest::test_safe_grow_cleared): New function.
2844         (selftest::test_pop): New function.
2845         (selftest::test_safe_insert): New function.
2846         (selftest::test_ordered_remove): New function.
2847         (selftest::test_unordered_remove): New function.
2848         (selftest::test_block_remove): New function.
2849         (selftest::reverse_cmp): New function.
2850         (selftest::test_qsort): New function.
2851         (selftest::vec_c_tests): New function.c.
2852         * wide-int.cc: Include selftest.h and wide-int-print.h.
2853         (selftest::from_int <wide_int>): New function.
2854         (selftest::from_int <offset_int>): New function.
2855         (selftest::from_int <widest_int>): New function.
2856         (selftest::assert_deceq): New function.
2857         (selftest::assert_hexeq): New function.
2858         (selftest::test_printing <VALUE_TYPE>): New function template.
2859         (selftest::test_ops <VALUE_TYPE>): New function template.
2860         (selftest::test_comparisons <VALUE_TYPE>): New function template.
2861         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
2862         template.
2863         (selftest::wide_int_cc_tests): New function.
2864
2865 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2866
2867         PR middle-end/37780
2868         * ifcvt.c (noce_try_ifelse_collapse): New function.
2869         Declare prototype.
2870         (noce_process_if_block): Call noce_try_ifelse_collapse.
2871         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
2872         (simplify_ternary_operation): Use the above to simplify
2873         conditional CLZ/CTZ expressions.
2874
2875 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2876
2877         PR middle-end/37780
2878         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
2879         define_insn_and_split.
2880
2881 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2882
2883         PR middle-end/37780
2884         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
2885
2886 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2887
2888         PR c/24414
2889         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
2890         Implicitly clobber memory for basic asm with non-empty assembler
2891         string.  Use targetm.md_asm_adjust also here.
2892         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
2893         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
2894         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
2895         non-empty assembler string.
2896         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
2897         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
2898         (decode_asm_operands): Handle basic asm in PARALLEL block.
2899         (extract_insn): Handle basic asm in PARALLEL block.
2900         * doc/extend.texi: Mention new behavior of basic asm.
2901         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
2902         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
2903         branch_needs_nop_p): Use asm_noperands.
2904
2905 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
2906
2907         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
2908         Include the M7 SPARC DFA scheduler.
2909         New attribute v3pipe.
2910         Annotate insns with v3pipe where appropriate.
2911         Define cpu_feature vis4.
2912         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
2913         Add (V8QI "8") to vbits.
2914         Add insns {add,sub}v8qi3
2915         Add insns ss{add,sub}v8qi3
2916         Add insns us{add,sub}{v8qi,v4hi}3
2917         Add insns {min,max}{v8qi,v4hi,v2si}3
2918         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
2919         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
2920         * config/sparc/niagara4.md: Add a comment explaining the
2921         discrepancy between the documented latenty numbers and the
2922         implemented ones.
2923         * config/sparc/niagara7.md: New file.
2924         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
2925         supports SPARC5 and VIS 4.0 instructions.
2926         * configure: Regenerate.
2927         * config.in: Likewise.
2928         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
2929         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
2930         TARGET_CPU_niagara7.
2931         (ASM_CPU64_DEFAULT_SPEC): Likewise.
2932         (CPP_CPU_SPEC): Handle niagara7.
2933         (ASM_CPU_SPEC): Likewise.
2934         * config/sparc/sparc-opts.h (processor_type): Add
2935         PROCESSOR_NIAGARA7.
2936         (mvis4): New option.
2937         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
2938         (AS_NIAGARA7_FLAG): Define.
2939         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
2940         (CPP_CPU64_DEFAULT_SPEC): Likewise.
2941         (CPP_CPU_SPEC): Handle niagara7.
2942         (ASM_CPU_SPEC): Likewise.
2943         * config/sparc/sparc.c (niagara7_costs): Define.
2944         (sparc_option_override): Handle niagara7 and adjust cache-related
2945         parameters with better values for niagara cpus.  Also support VIS4.
2946         (sparc32_initialize_trampoline): Likewise.
2947         (sparc_use_sched_lookahead): Likewise.
2948         (sparc_issue_rate): Likewise.
2949         (sparc_register_move_cost): Likewise.
2950         (dump_target_flag_bits): Support VIS4.
2951         (sparc_vis_init_builtins): Likewise.
2952         (sparc_builtins): Likewise.
2953         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
2954         VIS4 4.0.
2955         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
2956         UltraSparc M7.
2957         * config/sparc/sparc.opt (sparc_processor_type): New value
2958         niagara7.
2959         * config/sparc/visintrin.h (__attribute__): Prototypes for the
2960         VIS4 builtins.
2961         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
2962         -mvis4.
2963         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
2964         VIS4 builtins.
2965
2966 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
2967
2968         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
2969
2970 2016-06-06  Richard Biener  <rguenther@suse.de>
2971
2972         PR tree-optimization/71398
2973         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
2974         remove edges.
2975
2976 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
2977
2978         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
2979         ft32_expand_prolog, ft32_expand_epilogue):
2980         Handle pretend_args.
2981         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
2982         * config/ft32/ft32.md: Add pretend_returner.
2983
2984 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
2985
2986         PR target/71389
2987         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
2988         Copy op1 RTX to avoid invalid sharing.
2989         (ix86_expand_vector_move_misalign): Ditto.
2990
2991 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
2992
2993         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
2994         ATTRIBUTE_UNUSED.
2995
2996 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
2997
2998         * predict.c (predicted_by_loop_heuristics_p): New function.
2999         (predict_iv_comparison): Use it.
3000         (predict_loops): Walk from innermost loops; do not predict edges
3001         leaving multiple loops multiple times; implement
3002         PRED_LOOP_ITERATIONS_MAX heuristics.
3003         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
3004
3005 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
3006
3007         * cfg.c (check_bb_profile): Do not report mismatched profiles when
3008         only edges out of BB are EH edges.
3009
3010 2016-06-04  Martin Sebor  <msebor@redhat.com>
3011             Marcin Baczyński  <marbacz@gmail.com>
3012
3013         PR c/48116
3014         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
3015         a void expression in a void function.
3016
3017 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
3018
3019         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
3020         aux; dump reasons of decisions.
3021         (should_duplicate_loop_header_p): Likewise.
3022         (do_while_loop_p): Likewise.
3023         (ch_base::copy_headers): Dump asi num insns duplicated.
3024
3025 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
3026
3027         PR tree-optimization/71405
3028         * tree-ssa.c (execute_update_addresses_taken): For clobber with
3029         incompatible type, build a new clobber with the right type instead
3030         of building a VIEW_CONVERT_EXPR around it.
3031
3032 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
3033
3034         PR tree-optimization/52171
3035         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
3036         by_pieces_ninsns instead of move_by_pieces_ninsns.
3037
3038 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
3039
3040         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
3041         for reg+reg addressing mode.
3042
3043 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3044
3045         * rs6000-c.c (c/c-tree.h): Add #include.
3046         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
3047         in C++ when found in the base position of vec_ld or vec_st.
3048
3049 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
3050
3051         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
3052         use of profile unless profile status is PROFILE_READ.
3053         * profile.c (compute_branch_probabilities): Set profile status
3054         only after reporting predictor hitrates.
3055
3056 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
3057
3058         PR target/71276
3059         PR target/71277
3060         * common.opt (ffp-int-builtin-inexact): New option.
3061         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
3062         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
3063         (ceil@var{m}2): Document dependence on this option.
3064         * ipa-inline-transform.c (inline_call): Handle
3065         flag_fp_int_builtin_inexact.
3066         * ipa-inline.c (can_inline_edge_p): Likewise.
3067         * config/i386/i386.md (rintxf2): Do not test
3068         flag_unsafe_math_optimizations.
3069         (rint<mode>2_frndint): New define_insn.
3070         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
3071         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
3072         for 387 instead of extending and truncating.
3073         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
3074         !flag_trapping_math instead of flag_unsafe_math_optimizations.
3075         Change to frndint<mode>2_<rounding>.
3076         (frndintxf2_<rounding>_i387): Likewise.  Change to
3077         frndint<mode>2_<rounding>_i387.
3078         (<rounding_insn>xf2): Likewise.
3079         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
3080         !flag_trapping_math instead of flag_unsafe_math_optimizations for
3081         x87.  Test TARGET_ROUND || !flag_trapping_math ||
3082         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
3083         SSE.  Use ROUND_NO_EXC in constant operand of
3084         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
3085         for 387 instead of extending and truncating.
3086
3087 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
3088             Julia Koval  <julia.koval@intel.com>
3089
3090         PR target/66960
3091         PR target/67630
3092         PR target/67634
3093         PR target/67841
3094         PR target/68037
3095         PR target/68618
3096         PR target/68661
3097         PR target/69575
3098         PR target/69596
3099         PR target/69734
3100         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
3101         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
3102         all registers, except for function return registers if there are
3103         no caller-saved registers.
3104         (ix86_set_func_type): New function.
3105         (ix86_set_current_function): Call ix86_set_func_type to set
3106         no_caller_saved_registers and func_type.  Call reinit_regs if
3107         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
3108         nor x87 instructions in interrupt handler nor function with
3109         no_caller_saved_registers attribute.
3110         (ix86_function_ok_for_sibcall): Return false if there are no
3111         caller-saved registers.
3112         (type_natural_mode): Don't warn ABI change for MMX in interrupt
3113         handler.
3114         (ix86_function_arg_advance): Skip for callee in interrupt handler.
3115         (ix86_function_arg): Return special arguments in interrupt handler.
3116         (ix86_promote_function_mode): Promote pointer to word_mode only
3117         for normal functions.
3118         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
3119         interrupt handler.
3120         (ix86_epilogue_uses): New function.
3121         (ix86_hard_regno_scratch_ok): Likewise.
3122         (ix86_save_reg): Preserve all registers in interrupt handler
3123         after reload.  Preserve all registers, except for function return
3124         registers, if there are no caller-saved registers after reload.
3125         (find_drap_reg): Always use callee-saved register if there are
3126         no caller-saved registers.
3127         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
3128         for interrupt handler.
3129         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
3130         Emit cld instruction if stringops are used in interrupt handler
3131         or interrupt handler isn't a leaf function.
3132         (ix86_expand_epilogue): Generate interrupt return for interrupt
3133         handler and pop the 'ERROR_CODE' off the stack before interrupt
3134         return in exception handler.
3135         (ix86_expand_call): Disallow calling interrupt handler directly.
3136         If there are no caller-saved registers, mark all registers that
3137         are clobbered by the call which returns as clobbered.
3138         (ix86_handle_no_caller_saved_registers_attribute): New function.
3139         (ix86_handle_interrupt_attribute): Likewise.
3140         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
3141         attributes.
3142         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
3143         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
3144         accumulation in interrupt function if stack may be realigned to
3145         avoid DRAP.
3146         (EPILOGUE_USES): New.
3147         (function_type): New enum.
3148         (machine_function): Add func_type and no_caller_saved_registers.
3149         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
3150         (interrupt_return): New pattern.
3151         * doc/extend.texi: Document x86 interrupt and
3152         no_caller_saved_registers attributes.
3153
3154 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
3155
3156         PR tree-optimization/52171
3157         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
3158         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
3159         Look for constant strings.  Move some code to emit_block_cmp_hints
3160         and use it.
3161         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
3162         * defaults.h (COMPARE_MAX_PIECES): New macro.
3163         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
3164         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
3165         (clear_by_pieces_1): Don't declare.  Move definition before use.
3166         (can_do_by_pieces): New static function.
3167         (can_move_by_pieces): Use it.  Return bool.
3168         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
3169         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
3170         (class pieces_addr); New.
3171         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
3172         pieces_addr::adjust, pieces_addr::increment_address,
3173         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
3174         functions for it.
3175         (class op_by_pieces_d): New.
3176         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
3177         functions for it.
3178         (class move_by_pieces_d, class compare_by_pieces_d,
3179         class store_by_pieces_d): New subclasses of op_by_pieces_d.
3180         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
3181         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
3182         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
3183         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
3184         compare_by_pieces_d::finish_mode): New member functions.
3185         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
3186         functions.
3187         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
3188         (emit_block_cmp_hints): New function.
3189         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
3190         use the newly defined classes.
3191         * expr.h (by_pieces_constfn): New typedef.
3192         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
3193         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
3194         (move_by_pieces_ninsns): Don't declare.
3195         (can_move_by_pieces): Change return value to bool.
3196         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
3197         (compare_by_pieces_branch_ratio): New hook.
3198         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
3199         (by_pieces_ninsns): Declare.
3200         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
3201         COMPARE_BY_PIECES.
3202         (default_compare_by_pieces_branch_ratio): New function.
3203         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
3204         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
3205         * doc/tm.texi: Regenerate.
3206         * tree-ssa-strlen.c: Include "builtins.h".
3207         (handle_builtin_memcmp): New static function.
3208         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
3209         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
3210
3211 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
3212
3213         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
3214         relevant stmts which are simple and invariant.
3215         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
3216         instead of simple and invariant
3217
3218 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
3219
3220         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
3221         (vectorizable_reduction): Check for new relevant state.
3222         (vectorizable_live_operation): vectorize live stmts using
3223         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
3224         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
3225         (vect_stmt_relevant_p): Check for stmts which are only used live.
3226         (process_use): Use of a stmt does not inherit it's live value.
3227         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
3228         (vect_analyze_stmt): Check for new relevant state.
3229         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
3230         outside the loop, but not inside it.
3231
3232 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
3233
3234         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
3235         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
3236         (vect_get_vec_def_for_operand): Split out code.
3237
3238 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
3239
3240         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
3241
3242 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
3243
3244         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
3245
3246 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3247
3248         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
3249
3250 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
3251
3252         PR middle-end/71387
3253         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
3254         to noreturn e->callee->decl that has void return type and void
3255         arguments, adjust gimple_call_fntype and remove lhs even if it had
3256         previously addressable type.
3257
3258 2016-06-02  Jeff Law  <law@redhat.com>
3259
3260         PR tree-optimization/71328
3261         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
3262         error when checking for a jump back onto the copied path.
3263
3264 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
3265
3266         * config/microblaze/microblaze.c (get_branch_target): Add return
3267         NULL_RTX for the non-CALL_P case.
3268         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
3269         (insert_wic): Remove unused local "j".
3270
3271 2016-06-02  Martin Liska  <mliska@suse.cz>
3272
3273         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
3274
3275 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3276             Julia Koval  <julia.koval@intel.com>
3277
3278         * function.c (assign_parm_setup_stack): Force source into a
3279         register if needed.
3280         * target.def (function_incoming_arg): Update documentation to
3281         allow arbitrary address computation based on hard register.
3282         * doc/tm.texi: Regenerated.
3283
3284 2016-06-02  Martin Liska  <mliska@suse.cz>
3285
3286         * predict.c (combine_predictions_for_bb): Fix first match in
3287         cases where a first predictor contains more than one occurence
3288         in list of predictors.  Take the best value in such case.
3289
3290 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3291
3292         PR rtl-optimization/71295
3293         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
3294         offset would go over the size of the inner mode reject it.
3295
3296 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
3297
3298         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
3299         x=x,x and v=v,m instead of x=x,m.
3300
3301         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
3302         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
3303         alternative to v=rm,C.
3304
3305         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
3306         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
3307         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
3308         instead of vex for the last two above mentioned alternatives.
3309
3310 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3311
3312         PR target/70830
3313         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
3314
3315 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
3316
3317         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
3318
3319 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
3320
3321         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
3322         from int to unsigned.
3323
3324 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
3325
3326         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
3327         alternatives, eliminating preferred register class.  Add support
3328         for the MTVSRDD instruction in ISA 3.0.
3329         (vsx_splat_v4si_internal): Use splat_input_operand instead of
3330         reg_or_indexed_operand.
3331         (vsx_splat_v4sf_internal): Likewise.
3332
3333 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
3334
3335         PR target/71186
3336         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
3337         for loading up all 0's or all 1's.
3338
3339 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3340
3341         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
3342
3343 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
3344
3345         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
3346         extension.
3347         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
3348         * gcc.c (set_source_date_epoch_envvar): New function, sets
3349         the SOURCE_DATE_EPOCH environment variable to the current time.
3350
3351 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
3352
3353         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
3354         the factor for live Phi nodes.
3355
3356 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
3357
3358         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
3359         * tree-parloops.c (parallelize_loops): likewise.
3360         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
3361         tree_unswitch_outer_loop): likewise.
3362
3363 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
3364
3365         PR middle-end/71371
3366         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
3367         around creation of the temporary.
3368
3369 2016-06-01  Richard Biener  <rguenther@suse.de>
3370
3371         PR tree-optimization/71366
3372         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
3373         (unloop_loops): Move removing edges here ...
3374         (try_unroll_loop_completely): ... from here.
3375         (try_peel_loop): ... and here.
3376         (tree_unroll_loops_completely_1): Track parent loops via
3377         bitmap of header BBs.
3378         (tree_unroll_loops_completely): Adjust for that.
3379
3380 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3381
3382         * config/rs6000/altivec.h (vec_slv): New macro.
3383         (vec_srv): New macro.
3384         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
3385         (UNSPEC_VSRV): New value.
3386         (vslv): New insn.
3387         (vsrv): New insn.
3388         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
3389         (vsrv): New builtin definition.
3390         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
3391         define argument types for new builtin.
3392         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
3393         new builtin.
3394         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
3395         functions.
3396
3397 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
3398             Jocelyn Mayer  <l_indien@magic.fr>
3399
3400         PR target/67310
3401         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
3402         detect processor family for signature_CENTAUR_ebx.
3403         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
3404         signature_CENTAUR_ebx.
3405         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
3406         <default>: Pass x86-64 for has_longmode.
3407
3408 2016-06-01  Nathan Sidwell  <nathan@acm.org>
3409
3410         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
3411         undefined weak.
3412
3413 2016-06-01  Richard Biener  <rguenther@suse.de>
3414
3415         PR tree-optimization/71261
3416         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
3417         of stmts successfully put in the bool pattern.  Remove
3418         single-use restriction.
3419         (adjust_bool_pattern_cast): Add cast at the use site via the
3420         pattern def sequence.
3421         (adjust_bool_pattern): Remove recursion, maintain a hash-map
3422         of patterned defs.  Use the pattern def seqence instead of
3423         multiple independent patterns.
3424         (sort_after_uid): New qsort compare function.
3425         (adjust_bool_stmts): New function to process stmts in the bool
3426         pattern in IL order.
3427         (vect_recog_bool_pattern): Adjust.
3428         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
3429         (ifcvt_walk_pattern_tree): Likewise.
3430         (stmt_is_root_of_bool_pattern): Likewise.
3431         (ifcvt_repair_bool_pattern): Likewise.
3432         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
3433
3434 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
3435
3436         * loop-unroll.c (decide_unroll_constant_iterations,
3437         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
3438         likely upper bounds.
3439         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
3440
3441 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
3442
3443         * tree-core.h (enum omp_clause_code): Remove
3444         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
3445
3446 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3447
3448         * config/arm/sync.md (arm_store_exclusive<mode>):
3449         Use 'H' output modifier on operands[2] rather than creating a new
3450         entry in out-of-bounds memory of the operands array.
3451         (arm_store_release_exclusivedi): Likewise.
3452
3453 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3454
3455         * config/arm/arm.c (arm_fusion_enabled_p): New function.
3456         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
3457         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
3458         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
3459
3460 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
3461
3462         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
3463         into account live statements for mask producers.
3464
3465 2016-06-01  Richard Biener  <rguenther@suse.de>
3466
3467         PR tree-optimization/71311
3468         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
3469         restrict to non-INTEGER_CST @0.
3470
3471 2016-06-01  Richard Biener  <rguenther@suse.de>
3472
3473         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
3474         (relational patterns): Use :c to avoid pattern duplications.
3475
3476 2016-06-01  Richard Biener  <rguenther@suse.de>
3477
3478         * genmatch.c (comparison_code_p): New predicate.
3479         (swap_tree_comparison): New function.
3480         (commutate): Add for_vec parameter to append new for entries.
3481         Support commutating relational operators by swapping it alongside
3482         operands.
3483         (lower_commutative): Adjust.
3484         (dt_simplify::gen): Do not pass artificial operators to gen
3485         functions.
3486         (decision_tree::gen): Do not add artificial operators as parameters.
3487         (parser::parse_expr): Verify operator commutativity when :c is
3488         applied.  Allow :C to override this.
3489         * match.pd: Adjust patterns to use :C instead of :c where required.
3490
3491 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
3492
3493         PR tree-optimization/71077
3494         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
3495         the combining step, use boolean_false_node and boolean_true_node
3496         as the designated false/true return values.
3497
3498 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
3499
3500         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
3501         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
3502         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
3503         PRED_LOOP_EXIT.
3504
3505 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
3506
3507         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
3508         of flags impliying the register renaming.
3509         * toplev.c (process_options): Do not imply flag_rename_registers with
3510         loop peeling.
3511
3512 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
3513
3514         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
3515         default implementation.
3516
3517 2016-05-31  Nathan Sidwell  <nathan@acm.org>
3518
3519         * dwarf2out.c (cur_line_info_table): Add GTY marker.
3520
3521 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
3522
3523         * config/sh/constraints.md (b): Remove constraint.
3524         * config/sh/predicates.md (arith_reg_operand): Remove
3525         TARGET_REGISTER_P.
3526         * config/sh/sh-modes.def (PDI): Remove.
3527         * config/sh/sh.c (sh_target_reg_class,
3528         sh_optimize_target_register_callee_saved): Remove functions.
3529         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
3530         (sh_expand_epilogue): Update comment.
3531         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
3532         sh_secondary_reload): Remove TARGET_REGS related code.
3533         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
3534         TARGET_REGISTER_P): Remove macros.
3535         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
3536         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
3537         TR1_REG, TR2_REG): Remove constants.
3538         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
3539
3540 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
3541
3542         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
3543         define_expand patterns.
3544         (adddi3_compact): Rename to adddi3.
3545         (subdi3_compact): Rename to subdi3.
3546         (*negdi2): Rename to negdi2.
3547         (*abs<mode>2): Rename to abs<mode>2.
3548
3549 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
3550
3551         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
3552         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
3553         (atomic_sub_fetchsi): ... this new pattern.
3554         (mvtc): Add CC_REG clobber.
3555
3556 2016-05-31  Marek Polacek  <polacek@redhat.com>
3557
3558         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
3559
3560 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3561
3562         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
3563         aarch64_fusion_enabled_p to check for fusion capabilities.
3564
3565 2016-05-31  Richard Biener  <rguenther@suse.de>
3566
3567         PR tree-optimization/71352
3568         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
3569         minus one and a negate.
3570
3571 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3572
3573         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
3574         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
3575         Delete prototype.
3576         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
3577         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
3578         Remove use of aarch64_simd_attr_length_move, set length attribute
3579         directly.
3580         (*aarch64_be_movoi): Likewise.
3581         (*aarch64_be_movci): Likewise.
3582         (*aarch64_be_movxi): Likewise.
3583
3584 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
3585
3586         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
3587         It no longer does that.
3588         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
3589
3590 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
3591
3592         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
3593         attribute __unused__.
3594
3595 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3596
3597         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
3598         * config/arm/arm.c (arm_arch_thumb1): Define.
3599         (arm_option_override): Initialize arm_arch_thumb1.
3600         * config/arm/arm.h (arm_arch_thumb1): Declare.
3601         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
3602         support Thumb-1 ISA.
3603
3604 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
3605
3606         PR target/71346
3607         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
3608         `Yv' for scalar operand.
3609
3610 2016-05-31  Tom de Vries  <tom@codesourcery.com>
3611
3612         PR tree-optimization/69068
3613         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
3614         phis with more than two args.
3615
3616 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
3617
3618         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
3619         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
3620         target.
3621
3622 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
3623
3624         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
3625         tune_64.
3626         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
3627         support on SPARC.
3628         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
3629         cpu_32, cpu_64, tune_32 and tune_64.
3630         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
3631
3632 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
3633
3634         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
3635
3636 2016-05-30  Andi Kleen  <ak@linux.intel.com>
3637
3638         * auto-profile.c (read_profile): Replace asserts with errors
3639         when file does not exist.
3640         * gcov-io.c (gcov_read_words): Dito.
3641
3642 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3643
3644         * tree-cfg.c (print_loop): Print likely upper bounds.
3645
3646 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3647
3648         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
3649         * opts.c (default_options): Enable peel loops at -O3.
3650         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
3651         (try_peel_loop): Do not re-peel already peeled loops;
3652         use likely upper bounds; fix profile updating.
3653         (pass_complete_unroll::execute): Initialize peeled_loops.
3654
3655 2016-05-30  Martin Liska  <mliska@suse.cz>
3656
3657         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
3658         computed costs by frequency of BB they belong to.
3659         (get_scaled_computation_cost_at): New function.
3660
3661 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
3662             Marc Glisse  <marc.glisse@inria.fr>
3663
3664         PR tree-optimization/71289
3665         * match.pd (-1 / B < A, A > -1 / B): New transformations.
3666
3667 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3668
3669         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
3670
3671 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3672
3673         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
3674         for peeled copies; avoid underflow when updating estimates; correctly
3675         scale loop profile.
3676
3677 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
3678
3679         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
3680         r236875. Corrected oe3 to oe2 as obvious.
3681
3682 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
3683
3684         PR middle-end/71269
3685         PR middle-end/71252
3686         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
3687         that inserted stmt will not dominate stmts that defines its operand.
3688         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
3689         (rewrite_expr_tree_parallel): Likewise.
3690
3691 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
3692
3693         PR middle-end/71252
3694         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
3695         all fields including stmt_to_insert are swapped.
3696
3697 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3698
3699         * predict.h (force_edge_cold): Declare.
3700         * predict.c (force_edge_cold): New function.
3701         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
3702         updating.
3703         (canonicalize_loop_induction_variables): Fix formating.
3704
3705 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
3706
3707         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
3708         (visium_expand_copysign): Use gen_int_mode directly.
3709         (visium_compute_frame_size): Minor tweaks.
3710
3711 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3712
3713         * tree-vect-loop.c (vect_analyze_loop_2): Use
3714         likely_max_stmt_executions_int.
3715
3716 2016-05-30  Tom de Vries  <tom@codesourcery.com>
3717
3718         PR tree-optimization/69067
3719         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
3720
3721 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
3722
3723         PR target/71245
3724         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
3725         New peepholes to remove unneeded fild/fistp pairs.
3726         (define_peephole2 atomic_loaddi_fpu): Ditto.
3727
3728 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3729
3730         * predict.c (maybe_hot_frequency_p): Avoid division.
3731
3732 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
3733
3734         * doc/install.texi: Use https for shop.fsf.org.
3735
3736 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3737
3738         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
3739         likely_max_stmt_executions_int.
3740
3741 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3742
3743         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
3744         likely_max_stmt_executions_int.
3745
3746 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3747
3748         * profile.c (compute_branch_probabilities): Do not report hitrates
3749         here.
3750         (branch_prob): Report hitrates here.
3751         * predict.c (gimple_predict_edge): Do not assert profile status;
3752         fix formatting issues.
3753
3754 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3755
3756         * predict.c (edge_predicted_by_p): New function.
3757         (predict_paths_for_bb): Do not put multiple predictions of the same type
3758         on one edge.
3759
3760 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3761
3762         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
3763         commit.
3764
3765 2016-05-28  Alan Modra  <amodra@gmail.com>
3766
3767         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
3768
3769 2016-05-28  Alan Modra  <amodra@gmail.com>
3770
3771         PR rtl-optimization/71275
3772         * ira.c (ira): Free dominance info.
3773
3774 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
3775
3776         * doc/sourcebuild.texi: New address for upstream Go repository.
3777
3778 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3779
3780         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
3781         (TARGET_ARM_V7M): Likewise.
3782
3783 2016-05-26  Jeff Law  <law@redhat.com>
3784
3785         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
3786         (thread_across_edge): Remove calls to find_jump_threads_backwards.
3787         * passes.def: Add jump threading passes before DOM/VRP.
3788         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
3789         argument to a basic block from an edge.  Remove tests which are
3790         handled elsewhere.
3791         (pass_data_thread_jumps, class pass_thread_jumps): New.
3792         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
3793         (make_pass_thread_jumps): Likewise.
3794         * tree-pass.h (make_pass_thread_jumps): Declare.
3795
3796 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3797
3798         * config/visium/visium-protos.h (split_double_move): Rename into...
3799         (visium_split_double_move): ...this.
3800         (visium_split_double_add): Declare.
3801         * config/visium/visium.c (split_double_move): Rename into...
3802         (visium_split_double_move): ...this.
3803         (visium_split_double_add): New function.
3804         (visium_expand_copysign): Renumber operands for consistency.
3805         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
3806         (DFmode move splitter): Likewise.
3807         (*addi3_insn): Split by means of visium_split_double_add.
3808         (*adddi3_insn_flags): Delete.
3809         (*plus_plus_sltu<subst_arith>): New insn.
3810         (*subdi3_insn): Split by means of visium_split_double_add.
3811         (subdi3_insn_flags): Delete.
3812         (*minus_minus_sltu<subst_arith>): New insn.
3813         (*negdi2_insn): Split by means of visium_split_double_add.
3814         (*negdi2_insn_flags): Delete.
3815
3816 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
3817
3818         * configure.ac: Treat a --with-headers option without argument
3819         the same as the default (i.e. consult sys-include directory).
3820         * configure: Regenerate.
3821
3822 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3823
3824         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
3825         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
3826         prototype.
3827         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
3828         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
3829
3830 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
3831
3832         PR target/63596
3833         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
3834         tree-stdarg analysis results.
3835         (aarch64_setup_incoming_varargs): Likewise.
3836
3837 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
3838
3839         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
3840         va_list_gpr_counter_field and va_list_fpr_counter_field.
3841
3842 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
3843
3844         PR67609
3845         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
3846         * config/aarch64/aarch64.c
3847         (aarch64_cannot_change_mode_class): Remove function.
3848         * config/aarch64/aarch64-protos.h
3849         (aarch64_cannot_change_mode_class): Remove.
3850
3851 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3852
3853         * cfgloop.c (record_niter_bound): Record likely upper bounds.
3854         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
3855         get_likely_max_loop_iterations_int): New.
3856         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
3857         any_likely_upper_bound.
3858         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
3859         Declare.
3860         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
3861         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
3862         upper bound.
3863         (unroll_loop_constant_iterations): Likewise.
3864         (unroll_loop_runtime_iterations): Likewise.
3865         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
3866         * lto-streamer-out.c (output_cfg): Likewise.
3867         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
3868         bounds.
3869         (canonicalize_loop_induction_variables): Dump likely upper bounds.
3870         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
3871         (likely_max_loop_iterations): New.
3872         (likely_max_loop_iterations_int): New.
3873         (likely_max_stmt_executions): New.
3874         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
3875         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
3876         likely_max_stmt_executions): Declare.
3877
3878 2016-05-27  Marek Polacek  <polacek@redhat.com>
3879
3880         PR middle-end/71308
3881         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
3882
3883 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3884
3885         * config/s390/s390.md (2x risbg splitters): Use
3886         reg_overlap_mentioned_p instead of rtx_equal_p.
3887
3888 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
3889
3890         * combine.c (make_compound_operation): Take known zero bits into
3891         account when checking for possible zero_extend.
3892
3893 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3894
3895         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
3896         Use const_int_operand for operand 2 predicate.  Simplify expand code
3897         as a result.
3898
3899 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
3900
3901         PR middle-end/71279
3902         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
3903         into comparison.
3904
3905 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3906
3907         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
3908         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
3909         that returns CC_SESWPmode and CC_ZESWPmode.
3910         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
3911         and CC_SESWPmode.
3912         (aarch64_rtx_costs): Likewise.
3913
3914 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
3915
3916         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
3917         for ISA 3.0 min/max support.
3918         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
3919         conditional move support.
3920         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
3921         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
3922         available.
3923         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
3924         conditional moves where the comparison type is different from move
3925         type.
3926         (fp_minmax): New code iterator for smin/smax.
3927         (minmax): New code attributes for min/max.
3928         (SMINMAX): Likewise.
3929         (smax<mode>3): Combine min, max insns into one insn using the
3930         fp_minmax code iterator.  Add support for ISA 3.0 min/max
3931         instructions that don't need -ffast-math.
3932         (s<minmax><mode>3): Likewise.
3933         (smax<mode>3_vsx): Likewise.
3934         (smin<mode>3): Likewise.
3935         (s<minmax><mode>3_vsx): Likewise.
3936         (smin<mode>3_vsx): Likewise.
3937         (pre-VSX min/max splitters): Likewise.
3938         (s<minmax><mode>3_fpr): Likewise.
3939         (movsfcc): Rewrite floating point conditional moves to combine
3940         SFmode/DFmode into a single insn.
3941         (mov<mode>cc): Likewise.
3942         (movdfcc): Likewise.
3943         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
3944         SFDF2 iterators to handle all combinations.
3945         (fseldfsf4): Likewise.
3946         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
3947         (fseldfdf4): Likewise.
3948         (fselsfdf4): Likewise.
3949         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
3950         comparison instructions that set a 0/-1 mask, and use it for
3951         floating point conditional move via XXSEL.
3952         (fpmask<mode>): Likewise.
3953         (xxsel<mode>): Likewise.
3954         * config/rs6000/predicates.md (min_max_operator): Delete, no
3955         longer used.
3956         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
3957         instructions that generate a 0/-1 mask for use with XXSEL.
3958         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
3959         say whether floating point min/max is available, either through
3960         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
3961         (TARGET_MINMAX_DF): Likewise.
3962
3963 2016-05-27  Alan Modra  <amodra@gmail.com>
3964
3965         PR rtl-optimization/71275
3966         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
3967         for update_equiv_regs and combine_and_move_insns.
3968
3969 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
3970
3971         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
3972         if_then_else or cond RTXes to calculate attribute value.
3973         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
3974         <attr "length_immediate>: Ditto.
3975         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
3976         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
3977         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
3978         <attr "type">: Ditto.
3979         <attr "prefix_data16">: Ditto.
3980         <attr "prefix_extra">: Ditto.
3981         <attr "length_immediate">: Ditto.
3982         <attr "prefix">: Ditto.
3983         (vec_set<mode>_0) <attr "isa">: Ditto.
3984         <attr "prefix_extra">: Ditto.
3985         <attr "length_immediate">: Ditto.
3986         <attr "prefix">: Ditto.
3987         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
3988         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
3989         (sse2_storelpd) <attr "prefix_data16">: Ditto.
3990         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
3991         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
3992         <attr "length_immediate">: Ditto.
3993         <attr "prefix">: Ditto.
3994         (sse2_movsd) <attr "length_immediate">: Ditto.
3995         <attr "prefix">: Ditto.
3996         (vec_concatv2df)  <attr "isa">: Ditto.
3997         <attr "prefix">: Ditto.
3998         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
3999         (*vec_extractv2di_1) <attr "isa">: Ditto.
4000         <attr "type">: Ditto.
4001         <attr "length_immediate">: Ditto.
4002         <attr "prefix_rex">: Ditto.
4003         <attr "prefix_extra">: Ditto.
4004         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
4005         <attr "prefix_extra">: Ditto.
4006         <attr "length_immediate">: Ditto.
4007         (vec_concatv2di) <attr "isa">: Ditto.
4008         <attr "prefix_extra">: Ditto.
4009         <attr "length_immediate">: Ditto.
4010         <attr "prefix">: Ditto.
4011
4012 2016-05-26  Martin Liska  <mliska@suse.cz>
4013
4014         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
4015         function.
4016         (operator+): Likewise.
4017         (operator-): Likewise.
4018         (comp_cost::operator+=): Likewise.
4019         (comp_cost::operator-=): Likewise.
4020         (comp_cost::operator/=): Likewise.
4021         (comp_cost::operator*=): Likewise.
4022         (operator<): Likewise.
4023         (operator==): Likewise.
4024         (operator<=): Likewise.
4025         (new_cost): Remove.
4026         (infinite_cost_p): Likewise.
4027         (add_costs): Likewise.
4028         (sub_costs): Likewise.
4029         (compare_costs): Likewise.
4030         (set_group_iv_cost): Use the newly introduced functions.
4031         (get_address_cost): Likewise.
4032         (get_shiftadd_cost): Likewise.
4033         (force_expr_to_var_cost): Likewise.
4034         (split_address_cost): Likewise.
4035         (ptr_difference_cost): Likewise.
4036         (difference_cost): Likewise.
4037         (get_computation_cost_at): Likewise.
4038         (determine_group_iv_cost_generic): Likewise.
4039         (determine_group_iv_cost_address): Likewise.
4040         (determine_group_iv_cost_cond): Likewise.
4041         (autoinc_possible_for_pair): Likewise.
4042         (determine_group_iv_costs): Likewise.
4043         (cheaper_cost_pair): Likewise.
4044         (iv_ca_recount_cost): Likewise.
4045         (iv_ca_set_no_cp): Likewise.
4046         (iv_ca_set_cp): Likewise.
4047         (iv_ca_cost): Likewise.
4048         (iv_ca_new): Likewise.
4049         (iv_ca_dump): Likewise.
4050         (iv_ca_narrow): Likewise.
4051         (iv_ca_prune): Likewise.
4052         (iv_ca_replace): Likewise.
4053         (try_add_cand_for): Likewise.
4054         (try_improve_iv_set): Likewise.
4055         (find_optimal_iv_set): Likewise.
4056
4057 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
4058
4059         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
4060         that internal functions will clobber all caller-saved registers.
4061
4062 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
4063
4064         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
4065         Return a better case_values_threshold when optimizing.
4066
4067 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
4068
4069         * config/aarch64/aarch64-simd.md (aarch64_combinez):
4070         Add ? to integer variant.
4071         (aarch64_combinez_be): Likewise.
4072
4073 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
4074
4075         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
4076         instead of x constraint.
4077         (vcvtps2ph256<mask_name>): Likewise.
4078
4079         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
4080         alternative.  Formatting fix.
4081
4082         * config/i386/sse.md
4083         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
4084         to ...
4085         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
4086         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
4087         maybe_evex prefix instead of vex.
4088         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
4089         EXT_REX_SSE_REG_P (op0) case in the splitter.
4090
4091 2016-05-25  Jeff Law  <law@redhat.com>
4092
4093         PR tree-optimization/71272
4094         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
4095         Update comments.  Add test for empty path.
4096
4097 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
4098
4099         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
4100         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
4101         special case builtin.
4102         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
4103         code for ALTIVEC_BUILTIN_VEC_CMPNE.
4104         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
4105         for __builtin_vec_cmpne.
4106
4107 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
4108
4109         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
4110         redundant test and bail out if the type of the new operand is not
4111         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
4112
4113 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
4114
4115         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
4116         (x_ix86_target_flags_explicit): Remove.
4117         * config/i386/i386.c (ix86_function_specific_save): Do not copy
4118         x_ix86_target_flags_explicit.
4119         (ix86_function_specific_restore): Ditto.
4120
4121 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
4122             H.J. Lu  <hongjiu.lu@intel.com>
4123
4124         PR target/70738
4125         * common/config/i386/i386-common.c
4126         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
4127         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
4128         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
4129         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
4130         (-mgeneral-regs-only): Add new option.
4131         * config/i386/i386.c (ix86_option_override_internal): Don't enable
4132         x87 instructions if only general registers are allowed.
4133         (ix86_target_string): Add ix86_flags argument. Handle additional
4134         flags options through ix86_flags argument.  Update all callers.
4135         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
4136
4137 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4138
4139         PR rtl-optimization/66940
4140         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
4141         decrementing desired_val will not overflow before performing these
4142         operations.
4143
4144 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
4145
4146         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
4147         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
4148         * config/i386/i386.c (enum ix86_builtins): Add
4149         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
4150         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
4151         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
4152         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
4153         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
4154         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
4155         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
4156         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
4157         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
4158         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
4159         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
4160         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
4161         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
4162         __builtin_ia32_cvtps2dq512_mask.
4163         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
4164         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
4165         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
4166         * config/i386/sse.md
4167         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
4168         Rename to ...
4169         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
4170         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
4171         to ...
4172         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
4173         (avx512f_vec_pack_sfix_v8df): New define_expand.
4174         (avx512f_roundpd512): Rename to ...
4175         (avx512f_round<castmode>512): ... this.  Change iterator.
4176         (avx512f_roundps512_sfix): New define_expand.
4177         (round<mode>2_sfix): Change iterator.
4178
4179 2016-05-25  Nick Clifton  <nickc@redhat.com>
4180
4181         * config/msp430/msp430.c (msp430_attr): Produce an error if a
4182         static interrupt handler is detected.
4183         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
4184         default linker script.
4185         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
4186         the low part of a symbolic pointer.
4187
4188 2016-05-25  Richard Biener  <rguenther@suse.de>
4189
4190         PR tree-optimization/71261
4191         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
4192         interesting stmt instead of immediate uses when looking
4193         for the use operand to replace.
4194
4195 2016-05-25  Martin Liska  <mliska@suse.cz>
4196
4197         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
4198
4199 2016-05-25  Richard Biener  <rguenther@suse.de>
4200
4201         PR tree-optimization/71264
4202         * tree-vect-stmts.c (vect_init_vector): Properly deal with
4203         vector type val.
4204
4205 2016-05-25  Martin Liska  <mliska@suse.cz>
4206
4207         PR tree-optimization/71239
4208         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
4209         if DECL_SIZE is NULL.
4210
4211 2016-05-25  Richard Biener  <rguenther@suse.de>
4212
4213         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
4214         * tree-if-conv.c (pass_data_if_conversion): Use it.
4215
4216 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4217
4218         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
4219         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
4220         * varpool.c (varpool_node::get_availability): Likewise.
4221
4222 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4223
4224         * config/rs6000/altivec.md (VNEG iterator): New iterator for
4225         VNEGW/VNEGD instructions.
4226         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
4227         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
4228         support for ISA 3.0 VNEGW/VNEGD instructions.
4229
4230 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
4231
4232         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
4233         pointers inside OACC_DATA regions.
4234         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
4235         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
4236         (gimplify_adjust_omp_clauses): Fix typo in comment.
4237
4238 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4239
4240         * config/rs6000/altivec.md (VParity): New mode iterator for vector
4241         parity built-in functions.
4242         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
4243         zeros.
4244         (p9v_parity<mode>2): Likewise.
4245         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
4246         parity.
4247         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
4248         (parity<mode>2): ISA 3.0 expander for vector parity.
4249         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
4250         power9 built-ins.
4251         (BU_P9_64BIT_MISC_0): Likewise.
4252         (BU_P9_MISC_0): Likewise.
4253         (BU_P9V_AV_1): Likewise.
4254         (BU_P9V_AV_2): Likewise.
4255         (BU_P9V_AV_3): Likewise.
4256         (BU_P9V_AV_P): Likewise.
4257         (BU_P9V_VSX_1): Likewise.
4258         (BU_P9V_OVERLOAD_1): Likewise.
4259         (BU_P9V_OVERLOAD_2): Likewise.
4260         (BU_P9V_OVERLOAD_3): Likewise.
4261         (VCTZB): Add vector count trailing zeros support.
4262         (VCTZH): Likewise.
4263         (VCTZW): Likewise.
4264         (VCTZD): Likewise.
4265         (VPRTYBD): Add vector parity support.
4266         (VPRTYBQ): Likewise.
4267         (VPRTYBW): Likewise.
4268         (VCTZ): Add overloaded vector count trailing zeros support.
4269         (VPRTYB): Add overloaded vector parity support.
4270         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4271         overloaded vector count trailing zeros and parity instructions.
4272         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
4273         vector parity support.
4274         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
4275         trailing zeros support.
4276         (vec_cntlz): Likewise.
4277         (vec_vctzb): Likewise.
4278         (vec_vctzd): Likewise.
4279         (vec_vctzh): Likewise.
4280         (vec_vctzw): Likewise.
4281         (vec_vprtyb): Add ISA 3.0 vector parity support.
4282         (vec_vprtybd): Likewise.
4283         (vec_vprtybw): Likewise.
4284         (vec_vprtybq): Likewise.
4285         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
4286         the ISA 3.0 vector count trailing zeros and vector parity built-in
4287         functions.
4288
4289 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
4290
4291         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
4292         when there is stmt_to_insert.
4293
4294 2016-05-24  Martin Sebor  <msebor@redhat.com>
4295
4296         PR c++/71147
4297         * tree.h (complete_or_array_type_p): New inline function.
4298
4299 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
4300
4301         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
4302         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
4303         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
4304
4305         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
4306         Limit 1st alternative to noavx isa, split 2nd alternative into one
4307         noavx and one avx alternative, use *x and Bm in the former and
4308         x and m in the latter.
4309
4310         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
4311         of sse4 for the first alternative, drop %v from the template
4312         and d operand modifier.  Split second alternative into one sse4_noavx
4313         and one avx alternative, use *x instead of *v in the former and v
4314         instead of *v in the latter.
4315         (*sse4_1_extractps): Use noavx isa instead of * for the first
4316         alternative, drop %v from the template.  Split second alternative into
4317         one noavx and one avx alternative, use *x instead of *v in the
4318         former and v instead of *v in the latter.
4319         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
4320         with noavx and the last one with avx.
4321         (sse4_1_phminposuw): Guard first alternative with noavx isa,
4322         split the second one into one noavx and one avx alternative,
4323         use *x and Bm in the former and x and m in the latter one.
4324         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
4325         alternatives.
4326
4327         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
4328         first two alternatives to noavx, use *x instead of *v in the second
4329         one, add avx alternative without *.
4330         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
4331         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
4332         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
4333
4334 2016-05-24  Jeff Law  <law@redhat.com>
4335
4336         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
4337         New function, extracted from...
4338         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
4339         Allow simple copies and constant initializations in the SSA chain.
4340
4341 2016-05-24  Marek Polacek  <polacek@redhat.com>
4342
4343         PR c/71249
4344         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
4345         scope.
4346
4347 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
4348
4349         PR c++/71257
4350         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
4351         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
4352         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
4353         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
4354         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
4355
4356 2016-05-24  Richard Biener  <rguenther@suse.de>
4357
4358         PR tree-optimization/71240
4359         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
4360         has integral type.
4361
4362 2016-05-24  Richard Biener  <rguenther@suse.de>
4363
4364         PR tree-optimization/71230
4365         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
4366
4367 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
4368
4369         * tree-vectorizer.h (vectorizable_comparison): Delete.
4370         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
4371         PURE_SLP_STMT check.
4372         * tree-vect-stmts.c (vectorizable_call): Likewise.
4373         (vectorizable_simd_clone_call): Likewise.
4374         (vectorizable_conversion): Likewise.
4375         (vectorizable_assignment): Likewise.
4376         (vectorizable_shift): Likewise.
4377         (vectorizable_operation): Likewise.
4378         (vectorizable_load): Likewise.
4379         (vectorizable_condition): Likewise.
4380         (vectorizable_store): Likewise.  Assert that we don't have
4381         hybrid SLP.
4382         (vectorizable_comparison): Make static.  Remove redundant
4383         PURE_SLP_STMT check.
4384         (vect_transform_stmt): Assert that we always have an slp_node
4385         if PURE_SLP_STMT.
4386
4387 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4388
4389         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
4390         operands[2] against 1 with comparison against CONST1_RTX.
4391         (<shift>di3_neon): Likewise.
4392         * config/arm/predicates.md (const0_operand): Replace with comparison
4393         against CONST0_RTX.
4394
4395 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4396
4397         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
4398         operands[2] against 1 with comparison against CONST1_RTX.
4399         (ashrdi3): Likewise.
4400         (lshrdi3): Likewise.
4401         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
4402         UINTVAL.
4403         (ashrsi3): Likewise.
4404         (lshrsi3): Likewise.
4405         (rotrsi3): Likewise.
4406         (define_split above *compareqi_eq0): Likewise.
4407         (define_split above "prologue"): Likewise.
4408         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
4409         * config/arm/predicates.md (shift_operator): Likewise.
4410         (shift_nomul_operator): Likewise.
4411         (sat_shift_operator): Likewise.
4412         (thumb1_cmp_operand): Likewise.
4413         (const_neon_scalar_shift_amount_operand): Replace manual range
4414         check with IN_RANGE.
4415         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
4416         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
4417
4418 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4419
4420         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
4421         with HOST_WIDE_INT_1.
4422         (insv): Likewise.
4423         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
4424         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
4425         (arm_canonicalize_comparison): Likewise.
4426         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
4427         HOST_WIDE_INT_1.
4428         (thumb1_size_rtx_costs): Likewise.
4429         (vfp_const_double_index): Replace cast of 1 to unsigned
4430         HOST_WIDE_INT with HOST_WIDE_INT_1U.
4431         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
4432         HOST_WIDE_INT_1.
4433         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
4434         HOST_WIDE_INT with HOST_WIDE_INT_1U.
4435         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
4436         HOST_WIDE_INT with HOST_WIDE_INT_1.
4437
4438 2016-05-24  Marek Polacek  <polacek@redhat.com>
4439
4440         * tree-cfg.h (should_remove_lhs_p): New predicate.
4441         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
4442         * gimplify.c (gimplify_modify_expr): Likewise.
4443         * tree-cfg.c (verify_gimple_call): Likewise.
4444         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
4445         * gimple-fold.c: Include "tree-cfg.h".
4446         (gimple_fold_call): Use should_remove_lhs_p.
4447
4448 2016-05-24  Richard Biener  <rguenther@suse.de>
4449
4450         PR tree-optimization/71253
4451         * cfganal.h (control_dependences): Make robust against edge
4452         and BB removal.
4453         (control_dependences::control_dependences): Remove edge_list argument.
4454         (control_dependences::get_edge): Remove.
4455         (control_dependences::get_edge_src): Add.
4456         (control_dependences::get_edge_dest): Likewise.
4457         (control_dependences::m_el): Make a vector of edge src/dest index.
4458         * cfganal.c (control_dependences::find_control_dependence): Adjust.
4459         (control_dependences::control_dependences): Likewise.
4460         (control_dependences::~control_dependence): Likewise.
4461         (control_dependences::get_edge): Remove.
4462         (control_dependences::get_edge_src): Add.
4463         (control_dependences::get_edge_dest): Likewise.
4464         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
4465         get_edge_src.
4466         (perform_tree_ssa_dce): Adjust.
4467         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
4468         get_edge_src.
4469         (pass_loop_distribution::execute): Adjust.  Do loop destroying
4470         conditional on changed.
4471
4472 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4473
4474         PR target/69857
4475         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
4476         return.  Reindent transformation comment and mention the ARM state
4477         behavior.
4478
4479 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
4480
4481         PR middle-end/71252
4482         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
4483         after build_and_add_sum creates new use stmt.
4484
4485 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
4486
4487         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
4488         load_lanes/grouped_load classification comes first.  Don't check
4489         whether the vectorization factor is a multiple of the group size
4490         for load_lanes.
4491
4492 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
4493
4494         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
4495         GROUP_GAP for single-element interleaving.
4496         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
4497         variable.
4498
4499 2016-05-24  Richard Biener  <rguenther@suse.de>
4500
4501         PR middle-end/70434
4502         PR c/69504
4503         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
4504         bases which are accessed with non-invariant indices.
4505         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
4506         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
4507
4508 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
4509
4510         PR middle-end/71170
4511         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
4512         (add_to_ops_vec): Add stmt_to_insert.
4513         (add_repeat_to_ops_vec): Init stmt_to_insert.
4514         (insert_stmt_before_use): New.
4515         (transform_add_to_multiply): Remove mult_stmt insertion and add it
4516         to ops vector.
4517         (get_ops): Init stmt_to_insert.
4518         (maybe_optimize_range_tests): Likewise.
4519         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
4520         (rewrite_expr_tree_parallel): Likewise.
4521         (reassociate_bb): Likewise.
4522
4523 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
4524
4525         PR target/71201
4526         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
4527         ISA 3.0 xxperm fusion alternative.
4528         (altivec_vperm_v8hiv16qi): Likewise.
4529         (altivec_vperm_<mode>_uns_internal): Likewise.
4530         (vperm_v8hiv4si): Likewise.
4531         (vperm_v16qiv8hi): Likewise.
4532
4533 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
4534             Kelvin Nilsen  <kelvin@gcc.gnu.org>
4535
4536         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
4537         vpermr/xxpermr on ISA 3.0.
4538         (altivec_expand_vec_perm_le): Likewise.
4539         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
4540         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
4541         ISA 3.0.
4542
4543 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
4544
4545         * config/i386/i386.h (IS_STACK_MODE): Enable for
4546         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
4547         SSE_FLOAT_MODE_P macros.
4548         * config/i386/i386.c (ix86_preferred_reload_class): Use
4549         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
4550         Cleanup regclass processing for CONST_DOUBLE_P.
4551         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
4552         (ix86_rtx_costs): Remove redundant TARGET_80387 check
4553         with IS_STACK_MODE macro.
4554         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
4555         with TARGET_SSE2.
4556         (*movdf_internal): Use IS_STACK_MODE macro.
4557         (*movsf_internal): Ditto.
4558
4559 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
4560
4561         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
4562         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
4563
4564 2016-05-23  Jeff Law  <law@redhat.com>
4565
4566         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
4567         extracted from ...
4568         (fsm_find_control_statement_thread_paths): Call it.
4569
4570 2016-05-23  Martin Jambor  <mjambor@suse.cz>
4571
4572         PR ipa/71234
4573         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
4574         from_global_constant if t is not NULL.
4575
4576 2016-05-23  Marek Polacek  <polacek@redhat.com>
4577
4578         PR c/49859
4579         * common.opt (Wswitch-unreachable): New option.
4580         * doc/invoke.texi: Document -Wswitch-unreachable.
4581         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
4582         warning.
4583
4584 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
4585
4586         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
4587         TMR_INDEX is non-NULL.
4588
4589 2016-05-23  Richard Biener  <rguenther@suse.de>
4590
4591         PR tree-optimization/71230
4592         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
4593         (try_special_add_to_ops): ... here.  Always test for single-use.
4594
4595 2016-05-23  Martin Jambor  <mjambor@suse.cz>
4596
4597         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
4598         default block if a PHI node in the original one would be resized.
4599
4600 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4601
4602         PR tree-optimization/58135
4603         * tree-vect-slp.c: When group size is not multiple
4604         of vector size, allow splitting of store group at
4605         vector boundary.
4606
4607 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
4608
4609         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
4610
4611 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
4612
4613         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
4614         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
4615         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
4616         of 64x2.
4617
4618         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
4619         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
4620         v constraint instead of x and vinserti32x4 insn.
4621
4622         * config/i386/sse.md (i128vldq): New mode iterator.
4623         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
4624         avx512dq and avx512vl alternatives.
4625
4626         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
4627         constraint, use maybe_evex prefix instead of vex.
4628         (vec_dupv4sf): Use v constraint instead of x for output
4629         operand except for noavx alternative, use Yv constraint
4630         instead of x for input.  Use maybe_evex prefix instead of vex.
4631         (*vec_dupv4si): Likewise.
4632         (*vec_dupv2di): Likewise.
4633
4634 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
4635
4636         PR middle-end/40921
4637         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
4638         (linearize_expr_tree): Call try_special_add_to_ops.
4639         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
4640
4641 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
4642
4643         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
4644         to computed stack_usage.
4645
4646 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
4647
4648         PR target/71103
4649         * config/avr/avr.md (define_expand "mov<mode>"): If the source
4650         operand is subreg (symbol_ref) then move the symbol ref to register.
4651
4652 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
4653
4654         * tree.c (array_at_struct_end_p): Look through MEM_REF.
4655
4656 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
4657
4658         PR middle-end/71179
4659         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
4660         VECTOR type.
4661
4662 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
4663
4664         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
4665         ranges by calling get_single_symbol and tidy up.  Look more closely
4666         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
4667
4668 2016-05-20  Jeff Law  <law@redhat.com>
4669
4670         * bitmap.c (bitmap_find_bit): Remove useless test.
4671
4672 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
4673
4674         * function.c (thread_prologue_and_epilogue_insns): Commit the
4675         insertion of the epilogue.
4676
4677 2016-05-20  Martin Jambor  <mjambor@suse.cz>
4678
4679         PR tree-optimization/70884
4680         * tree-sra.c (initialize_constant_pool_replacements): Do not check
4681         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
4682         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
4683         of constant pool data as a reason for scalarization.
4684
4685 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
4686
4687         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
4688         for naked functions.
4689         (thumb1_expand_prologue): Likewise.
4690
4691 2016-05-20  Nathan Sidwell  <nathan@acm.org>
4692
4693         * config/nvptx/nptx.c (nvptx_option_override): Only set
4694         flag_toplevel_reorder, if not explicitly specified.  Set
4695         flag_no_common, unless explicitly specified.
4696
4697 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
4698
4699         * calls.c (can_implement_as_sibling_call_p): Mark param
4700         reg_parm_stack_space with ATTRIBUTE_UNUSED.
4701
4702 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
4703
4704         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
4705         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
4706         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
4707         constants.
4708         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
4709         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
4710         and CASE_CONST_ANY.
4711
4712 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
4713
4714         * config/nvptx/nvptx.md (sincossf3): New pattern.
4715
4716 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
4717
4718         * calls.c (maybe_complain_about_tail_call): New function.
4719         (initialize_argument_information): Call
4720         maybe_complain_about_tail_call when clearing *may_tailcall.
4721         (can_implement_as_sibling_call_p): Call
4722         maybe_complain_about_tail_call when returning false.
4723         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
4724         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
4725         if tail-call optimization fails.
4726         * cfgexpand.c (expand_call_stmt): Initialize
4727         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
4728         * gimple-pretty-print.c (dump_gimple_call): Dump
4729         gimple_call_must_tail_p.
4730         * gimple.c (gimple_build_call_from_tree): Call
4731         gimple_call_set_must_tail with the value of
4732         CALL_EXPR_MUST_TAIL_CALL.
4733         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
4734         (gimple_call_set_must_tail): New function.
4735         (gimple_call_must_tail_p): New function.
4736         * print-tree.c (print_node): Update printing of TREE_STATIC
4737         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
4738         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
4739         trailing comment listing applicable flags.
4740         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
4741
4742 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
4743
4744         * calls.c (expand_call): Move "Rest of purposes for tail call
4745         optimizations to fail" to...
4746         (can_implement_as_sibling_call_p): ...this new function, and
4747         split into multiple "if" statements.
4748
4749 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
4750
4751         * cfgloop.h (expected_loop_iterations_unbounded,
4752         expected_loop_iterations): Unconstify.
4753         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
4754         profile with known upper bound; return 3 when profile is absent.
4755         (expected_loop_iterations): Update.
4756
4757 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
4758
4759         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
4760         and get_max_loop_iterations_int.
4761
4762 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
4763
4764         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
4765         realistic upper bounds here.
4766
4767 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
4768
4769         PR c++/71210
4770         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
4771         calls if the LHS is variable length or has addressable type.
4772         If targets[0]->decl is a noreturn call with void return type and
4773         zero arguments, adjust fntype and remove lhs in that case.
4774
4775 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
4776
4777         PR tree-optimization/71079
4778         PR tree-optimization/71206
4779         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
4780
4781 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4782
4783         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
4784         (get_vec_alignment_for_array_decl): Likewise.
4785         (get_vec_alignment_for_record_decl): Likewise.
4786         (increase_alignment::execute): Move code to find alignment to
4787         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
4788         (type_align_map): New hash_map.
4789
4790 2016-05-20  Richard Guenther  <rguenther@suse.de>
4791
4792         PR tree-optimization/29756
4793         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
4794         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
4795         * fold-const.c (operand_equal_p): Likewise.
4796         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
4797         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
4798         * tree-inline.c (estimate_operator_cost): Likewise.
4799         * tree-pretty-print.c (dump_generic_node): Likewise.
4800         * tree-ssa-operands.c (get_expr_operands): Likewise.
4801         * cfgexpand.c (expand_debug_expr): Likewise.
4802         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
4803         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
4804         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
4805         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
4806         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
4807         (execute_update_addresses_taken): Do it.
4808
4809 2016-05-20  Richard Biener  <rguenther@suse.de>
4810
4811         PR tree-optimization/71185
4812         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
4813         register operations.
4814
4815 2016-05-20  Richard Biener  <rguenther@suse.de>
4816
4817         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
4818         gimple_seq_add_seq_without_update.
4819         (release_bb_predicate): Assert we have no operands to free.
4820         (if_convertible_loop_p_1): Calculate post dominators later.
4821         Do not free BB predicates here.
4822         (combine_blocks): Do not recompute BB predicates.
4823         (version_loop_for_if_conversion): Save BB predicates around
4824         loop versioning.
4825
4826 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
4827
4828         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
4829         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
4830         code.  Ignore sibcalls on EDGE_IGNORE edges.
4831         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
4832         on edges for sibcalls that run without prologue.  The rest of the
4833         function is combined from...
4834         (fix_fake_fallthrough_edge): ... this, and ...
4835         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
4836         function argument, make it a local variable.
4837
4838 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
4839
4840         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
4841         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
4842         for 32-bit mode and SEH for 64-bit.
4843         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
4844         TARGET_64BIT_DEFAULT.
4845
4846 2016-05-19  Ryan Burn  <contact@rnburn.com>
4847
4848         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
4849         * gengtype.c (open_base_files): Add cilk.h to ifiles.
4850
4851 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
4852
4853         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
4854         force pending loads from memory.
4855
4856 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4857
4858         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
4859         (UNSPEC_DARN_32): New unspec constant.
4860         (UNSPEC_DARN_RAW): New unspec constant.
4861         (darn_32): New instruction.
4862         (darn_raw): New instruction.
4863         (darn): New instruction.
4864         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
4865         support and documentation for this macro.
4866         (BU_P9_MISC_1): New macro definition.
4867         (BU_P9_64BIT_MISC_0): New macro definition.
4868         (BU_P9_MISC_0): New macro definition.
4869         (darn_32): New builtin definition.
4870         (darn_raw): New builtin definition.
4871         (darn): New builtin definition.
4872         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
4873         RS6000_BUILTIN_0 directives to surround each occurrence of
4874         #include "rs6000-builtin.def".
4875         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
4876         RS6000_BTM_64BIT flags to the returned mask, depending on
4877         configuration.
4878         (def_builtin): Correct an error in the assignments made to the
4879         debugging variable attr_string.
4880         (rs6000_expand_builtin): Add support for no-operand built-in
4881         functions.
4882         (builtin_function_type): Remove fatal_error assertion that is no
4883         longer valid.
4884         (rs6000_common_init_builtins): Add support for no-operand built-in
4885         functions.
4886         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
4887         definition.
4888         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
4889         definition.
4890         (RS6000_BTM_64BIT): New macro definition.
4891         * doc/extend.texi: Document __builtin_darn (void),
4892         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
4893         functions.
4894
4895 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
4896
4897         * tree-vect-loop.c (vect_analyze_loop_2): Use also
4898         max_loop_iterations_int.
4899
4900 2016-05-19  Marek Polacek  <polacek@redhat.com>
4901
4902         PR tree-optimization/71031
4903         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
4904         condition and adjust the code a bit.
4905
4906 2016-05-19  Martin Liska  <mliska@suse.cz>
4907
4908         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
4909         auto_vec instead of vec.
4910
4911 2016-05-19  Martin Liska  <mliska@suse.cz>
4912
4913         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
4914
4915 2016-05-19  Martin Liska  <mliska@suse.cz>
4916
4917         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
4918
4919 2016-05-19  Martin Liska  <mliska@suse.cz>
4920
4921         * ipa-pure-const.c (set_function_state): Remove an existing
4922         funct_state.
4923         (remove_node_data): Do not free it as it's released
4924         in set_function_state.
4925
4926 2016-05-19  Martin Liska  <mliska@suse.cz>
4927
4928         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
4929         bitmap.
4930
4931 2016-05-19  Martin Liska  <mliska@suse.cz>
4932
4933         * omp-simd-clone.c (simd_clone_adjust): Release vector.
4934
4935 2016-05-19  Martin Liska  <mliska@suse.cz>
4936
4937         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
4938         an auto_vec instead of re-creating it.
4939
4940 2016-05-19  Martin Liska  <mliska@suse.cz>
4941
4942         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
4943         auto_vec instead of vec.
4944
4945 2016-05-19  Martin Liska  <mliska@suse.cz>
4946
4947         * lto-section-in.c (lto_get_section_data): Call
4948         lto_check_version with additional argument.
4949         * lto-streamer.c (lto_check_version): Add new argument.
4950         * lto-streamer.h (lto_check_version): Likewise.
4951
4952 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4953
4954         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
4955         Don't add cost of inner memory when handling sign-extended loads.
4956
4957 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
4958
4959         PR rtl-optimization/71148
4960         * cse.c (cse_main): Free dominance info.
4961         (rest_of_handle_cse): Don't free dominance info.
4962         (rest_of_handle_cse2): Likewise.
4963         (rest_of_handle_cse_after_global_opts): Likewise.
4964
4965 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4966
4967         PR target/71056
4968         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
4969         NULL_TREE early if NEON is not available.  Remove now redundant check
4970         in ARM_CHECK_BUILTIN_MODE.
4971
4972 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
4973
4974         PR sanitizer/64354
4975         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
4976         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
4977         * doc/cpp.texi: Document new macros.
4978
4979 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
4980
4981         PR tree-optimization/69848
4982         * tree-vect-loop.c (vectorizable_reduction): Don't factor
4983         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
4984
4985 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
4986
4987         * function.c (thread_prologue_and_epilogue_insn): Move the
4988         "goto epilogue_done" one block later.
4989
4990 2016-05-19  Richard Biener  <rguenther@suse.de>
4991
4992         PR tree-optimization/70729
4993         * passes.def: Move LIM pass before PRE.  Remove no longer
4994         required copyprop and move first DCE out of the loop pipeline.
4995
4996 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
4997
4998         PR driver/69265
4999         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
5000         (OBJS-libcommon-target): ...here.
5001         * opts-common.c: Include spellcheck.h.
5002         (cmdline_handle_error): Build a vec of valid options and use it
5003         to suggest provide hints for misspelled arguments.
5004
5005 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
5006
5007         PR c++/71100
5008         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
5009         lhs if it has TREE_ADDRESSABLE type.
5010
5011 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
5012
5013         PR target/71145
5014         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
5015         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
5016
5017 2016-05-18  Martin Jambor  <mjambor@suse.cz>
5018
5019         PR ipa/69708
5020         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
5021         input for NOP_EXPR pass-through functions.
5022         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
5023         aggregate global constant VAR_DECLs in constant jump functions.
5024
5025 2016-05-18  Martin Jambor  <mjambor@suse.cz>
5026
5027         PR ipa/69708
5028         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
5029         from TREE_READONLY parameters.
5030
5031 2016-05-18  Martin Jambor  <mjambor@suse.cz>
5032
5033         PR ipa/69708
5034         * cgraph.h (cgraph_indirect_call_info): New field
5035         guaranteed_unmodified.
5036         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
5037         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
5038         appropriate.
5039         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
5040         pass the parameter value to ipa_find_agg_cst_for_param.
5041         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
5042         guaranteed_unmodified, store AA results there instead of bailing out
5043         if present.
5044         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
5045         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
5046         (find_constructor_constant_at_offset): New function.
5047         (ipa_find_agg_cst_from_init): Likewise.
5048         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
5049         static initializers of contants, report back through a new paameter
5050         from_global_constant if that was the case.
5051         (try_make_edge_direct_simple_call): Also pass parameter value to
5052         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
5053         appropriate.
5054         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
5055         (ipa_read_indirect_edge_info): Likewise.
5056         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
5057         (ipa_load_from_parm_agg): Likewise.
5058
5059 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
5060
5061         PR rtl-optimization/71150
5062         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
5063         check.
5064
5065 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
5066
5067         PR target/70915
5068         * config/rs6000/constraints.md (wE constraint): New constraint
5069         for a vector constant that can be loaded with XXSPLTIB.
5070         (wM constraint): New constraint for a vector constant of a 1's.
5071         (wS constraint): New constraint for a vector constant that can be
5072         loaded with XXSPLTIB and a vector sign extend instruction.
5073         * config/rs6000/predicates.md (xxspltib_constant_split): New
5074         predicates for wE/wS constraints.
5075         (xxspltib_constant_nosplit): Likewise.
5076         (easy_vector_constant): Add support for constants that can be
5077         loaded via XXSPLTIB.
5078         (all_ones_constant): New predicate for vector constant with all
5079         1's set.
5080         (splat_input_operand): Add support for ISA 3.0 word splat operations.
5081         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
5082         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
5083         instruction and possibly with a sign extension.
5084         (output_vec_const_move): Add support for XXSPLTIB. If we are
5085         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
5086         instead of XXLXOR/XXLORC.
5087         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
5088         operations.
5089         (rs6000_legitimize_reload_address): Likewise.
5090         (rs6000_output_move_128bit): Use output_vec_const_move to emit
5091         constants.
5092         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
5093         combine VSX_M and VSX_M2 into one iterator.
5094         (VSX_M2): Likewise.
5095         (VSINT_84): New iterators for loading constants with XXSPLTIB.
5096         (VSINT_842): Likewise.
5097         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
5098         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
5099         XXSPLTIB instruction.
5100         (xxspltib_<mode>_nosplit): Likewise.
5101         (xxspltib_<mode>_split): New insn to load up constants with
5102         XXSPLTIB and a sign extend instruction.
5103         (vsx_mov<mode>): Replace single move that handled all vector types
5104         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
5105         moves (when -mvsx-timode is in effect) into the main vector
5106         moves.  Eliminate separate moves for <VSr> <VSa>, where the
5107         preferred register class (<VSr>) is listed first, and the
5108         secondary register class (<VSa>) is listed second with a '?' to
5109         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
5110         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
5111         that if the register was involved in a slow operation, the
5112         clear/set operation does not wait for the slow operation to
5113         finish.  Adjust the length attributes for 32-bit mode.  Use
5114         rs6000_output_move_128bit and drop the use of the string
5115         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
5116         spacing so that the alternatives and attributes don't generate
5117         long lines, and put things in columns, so that it is easier to
5118         match up the operands and attributes with the insn alternatives.
5119         (vsx_mov<mode>_64bit): Likewise.
5120         (vsx_mov<mode>_32bit): Likewise.
5121         (vsx_movti_64bit): Fold movti into normal vector moves.
5122         (vsx_movti_32bit): Likewise.
5123         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
5124         splat instructions.
5125         (vsx_splat_v4si_internal): Likewise.
5126         (vsx_splat_v4sf_internal): Likewise.
5127         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
5128         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
5129         extend vector elements.
5130         (vsx_sign_extend_hi_<mode>): Likewise.
5131         (vsx_sign_extend_si_v2di): Likewise.
5132         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
5133         declaration.
5134         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
5135         constraints.  Add trailing period to wL documentation.
5136
5137 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
5138
5139         PR middle-end/71020
5140         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
5141         * tree-dfa.c (replace_abnormal_ssa_names): New function.
5142         * tree-call-cdce.c: Include tree-dfa.h.
5143         (can_guard_call_p): New function, extracted from...
5144         (can_use_internal_fn): ...here.
5145         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
5146         and return void.
5147         (shrink_wrap_one_built_in_call): Likewise.
5148         (use_internal_fn): Likewise.
5149         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
5150         and return void.  Call replace_abnormal_ssa_names.
5151         (pass_call_cdce::execute): Check can_guard_call_p during the
5152         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
5153         will always change something.
5154
5155 2016-05-18  Martin Jambor  <mjambor@suse.cz>
5156
5157         PR ipa/70646
5158         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
5159         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
5160
5161 2016-05-18  Martin Jambor  <mjambor@suse.cz>
5162
5163         PR ipa/70646
5164         * ipa-inline.h (condition): New field size.
5165         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
5166         for comaprison and store it into the new condition.
5167         (evaluate_conditions_for_known_args): Use condition size to check
5168         access sizes for all but CHANGED conditions.
5169         (unmodified_parm_1): New parameter size_p, store access size into it.
5170         (unmodified_parm): Likewise.
5171         (unmodified_parm_or_parm_agg_item): Likewise.
5172         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
5173         (set_cond_stmt_execution_predicate): Extract access sizes and store
5174         them to conditions.
5175         (set_switch_stmt_execution_predicate): Likewise.
5176         (will_be_nonconstant_expr_predicate): Likewise.
5177         (will_be_nonconstant_predicate): Likewise.
5178         (inline_read_section): Stream condition size.
5179         (inline_write_summary): Likewise.
5180
5181 2016-05-18  Richard Biener  <rguenther@suse.de>
5182
5183         * tree-ssa-loop-im.c (determine_max_movement): Properly add
5184         condition cost to PHI cost instead of total_cost.
5185
5186 2016-05-18  Martin Liska  <mliska@suse.cz>
5187
5188         PR fortran/70856
5189         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
5190         merged variables.
5191
5192 2016-05-18  Richard Biener  <rguenther@suse.de>
5193
5194         * lto-streamer.h (LTO_major_version): Bump to 6.
5195
5196 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
5197
5198         * function.c (make_split_prologue_seq, make_prologue_seq,
5199         make_epilogue_seq): New functions, factored out from...
5200         (thread_prologue_and_epilogue_insns): Here.
5201
5202 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
5203
5204         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
5205         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
5206         of before.  Add a comment.
5207
5208 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
5209
5210         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
5211         expression pointer, not pointer to the pointer.
5212
5213 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
5214
5215         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
5216         (avx2_pbroadcast<mode>): Add another alternative with v instead
5217         of x constraints in it, using <pbroadcast_evex_isa> isa.
5218         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
5219
5220         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
5221         constraint x instead of v in second alternative, add avx512bw
5222         alternative.
5223
5224         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
5225         constraint x instead of v in second alternative, add avx512bw
5226         alternative.
5227
5228         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
5229         constraint x instead of v in second alternative, add avx512bw
5230         alternative.
5231
5232         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
5233         avx512bw alternative.
5234
5235 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
5236
5237         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
5238         array to 128 chars.
5239         (define_insn "*andnottf3"): Ditto.
5240         (define_insn "*<code><mode>3"/any_logic): Ditto.
5241         (define_insn "*<code>tf3"/any_logic): Ditto.
5242         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
5243         operand to block AVX-512VL insn variant emit when it is not enabled.
5244
5245 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
5246
5247         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
5248         constraint fot SF mode.
5249
5250 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
5251             Kirill Yukhin  <kirill.yukhin@intel.com>
5252
5253         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
5254         modifiers.
5255         (define_insn "rsqrt14<mode>"): Ditto.
5256         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
5257         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
5258         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
5259         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
5260         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
5261         Ditto.
5262         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
5263         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
5264         * config/i386/i386.c (ix86_print_operand): Expand check for size
5265         override codes for Intel syntax.
5266
5267 2016-05-18  Richard Biener  <rguenther@suse.de>
5268
5269         PR tree-optimization/71168
5270         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
5271         initialization earlier.
5272
5273 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
5274
5275         * config/aarch64/aarch64-simd.md
5276         (aarch64_reduc_plus_internal<mode>): Rename to...
5277         (reduc_plus_scal): ...This, and remove previous implementation.
5278
5279 2016-05-18  Richard Biener  <rguenther@suse.de>
5280
5281         * passes.def: Put late dse and cd_dce in canonical order.
5282
5283 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
5284
5285         * ipa-inline-transform.c (preserve_function_body_p): Look for
5286         first non-thunk clone.
5287         (save_function_body): Save into first non-thunk.
5288         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
5289         up call stmt id.
5290         (lto_output_node): Inline thunks don't need body in every
5291         partition.
5292         * lto-streamer-in.c: Do not fixup thunk clones.
5293         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
5294         thunks.
5295         * tree-inline.c (copy_bb): Be prepared for target node to be new after
5296         folding suceeds.
5297
5298 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
5299
5300         PR middle-end/63586
5301         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
5302         (reassociate_bb): Call transform_add_to_multiply.
5303
5304 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
5305
5306         * config/aarch64/aarch64.c (all_extensions): Removed unused
5307         static variable.
5308
5309 2016-05-17  Nathan Sidwell  <nathan@acm.org>
5310
5311         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
5312         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
5313
5314 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
5315
5316         PR tree-optimization/54579
5317         PR middle-end/55299
5318         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
5319
5320 2016-05-17  Marek Polacek  <polacek@redhat.com>
5321
5322         PR ipa/71146
5323         * tree-inline.c (expand_call_inline): Call
5324         maybe_remove_unused_call_args.
5325
5326 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
5327
5328         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
5329         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
5330         * doc/md.texi (fmin@var{m}3): Likewise.
5331
5332 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
5333
5334         * match.pd (X & C): New transformation.
5335
5336 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
5337
5338         * match.pd (~X & Y): New transformation.
5339
5340 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
5341
5342         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
5343         information for new SSA_NAME.
5344         (simplify_conversion_using_ranges): Get range through get_range_info
5345         instead of get_value_range.
5346
5347 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
5348
5349         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
5350         Remove inline assembly.
5351         (vmvn_s16): Likewise.
5352         (vmvn_s32): Likewise.
5353         (vmvn_u8): Likewise.
5354         (vmvn_u16): Likewise.
5355         (vmvn_u32): Likewise.
5356         (vmvnq_s8): Likewise.
5357         (vmvnq_s16): Likewise.
5358         (vmvnq_s32): Likewise.
5359         (vmvnq_u8): Likewise.
5360         (vmvnq_u16): Likewise.
5361         (vmvnq_u32): Likewise.
5362         (vmvn_p8): Likewise.
5363         (vmvnq_p16): Likewise.
5364
5365 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
5366
5367         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
5368         Use builtin.
5369         (vmul_n_s16): Likewise.
5370         (vmul_n_s32): Likewise.
5371         (vmul_n_u16): Likewise.
5372         (vmul_n_u32): Likewise.
5373         (vmulq_n_f32): Likewise.
5374         (vmulq_n_f64): Likewise.
5375         (vmulq_n_s16): Likewise.
5376         (vmulq_n_s32): Likewise.
5377         (vmulq_n_u16): Likewise.
5378         (vmulq_n_u32): Likewise.
5379
5380 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
5381
5382         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
5383         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
5384
5385 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
5386
5387         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
5388         to *aarch64_fma4_elt_from_dup<mode>.
5389         (*aarch64_fnma4_elt_to_128df): Rename to
5390         *aarch64_fnma4_elt_from_dup<mode>.
5391         * config/aarch64/arm_neon.h (vfma_n_f64): New.
5392         (vfms_n_f32): Likewise.
5393         (vfms_n_f64): Likewise.
5394         (vfmsq_n_f32): Likewise.
5395         (vfmsq_n_f64): Likewise.
5396
5397 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
5398
5399         * wide-int.h: Change fixed_wide_int_storage from class to struct.
5400
5401 2016-05-17  Richard Biener  <rguenther@suse.de>
5402
5403         PR tree-optimization/71132
5404         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
5405         Only add control dependences for blocks in the loop.
5406         (build_rdg): Adjust.
5407         (generate_code_for_partition): Return whether loop should
5408         be destroyed and delay that.
5409         (distribute_loop): Likewise.
5410         (pass_loop_distribution::execute): Record loops to be destroyed
5411         and perform delayed destroying of loops.
5412
5413 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5414
5415         PR target/70809
5416         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
5417
5418 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
5419
5420         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
5421
5422 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
5423
5424         PR target/71114
5425         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
5426         insertion point for instructions generated by validize_mem.
5427
5428 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
5429
5430         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
5431         in brackets.
5432
5433 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
5434
5435         * config/aarch64/aarch64.c
5436         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
5437         rather than a macro.
5438
5439 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
5440
5441         * doc/invoke.texi (AArch64 Options): Various updates.
5442
5443 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5444
5445         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
5446         into instrumentation thunks.
5447         * cif-code.def (CIF_CHKP): New.
5448
5449 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
5450
5451         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
5452
5453 2016-05-16  Martin Jambor  <mjambor@suse.cz>
5454
5455         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
5456         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
5457
5458 2016-05-16  Marek Polacek  <polacek@redhat.com>
5459
5460         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
5461         commentary.
5462
5463 2016-05-16  Martin Jambor  <mjambor@suse.cz>
5464
5465         PR hsa/70857
5466         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
5467         the outlined kernel function.
5468
5469 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
5470
5471         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
5472         (ISA_HAS_DLSA): Ditto.
5473
5474 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
5475
5476         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
5477
5478 2016-05-16  Nathan Sidwell  <nathan@acm.org>
5479
5480         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
5481         (nvptx_name_replacement): Restore.  Add comment.
5482         (write_fn_proto, write_fn_proto_from_insn,
5483         nvptx_output_call_insn): Restore
5484         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
5485
5486 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
5487
5488         * config/aarch64/aarch64.md
5489         (add<mode>3_compareC_cconly_imm): Remove use of %w.
5490         (add<mode>3_compareC_imm): Likewise.
5491         (<optab>si3_uxtw): Split into register and immediate variants.
5492         (andsi3_compare0_uxtw): Likewise.
5493         (and<mode>3_compare0): Likewise.
5494         (and<mode>3nr_compare0): Likewise.
5495         (stack_protect_test_<mode>): Don't use %x for memory operands.
5496
5497 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
5498
5499         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
5500
5501 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
5502
5503         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
5504         Split integer shifts into shift_reg and bfm.
5505         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
5506         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
5507         (ror<mode>3_insn): Likewise.
5508         (<optab>si3_insn_uxtw): Likewise.
5509         (<optab><mode>3_insn): Change to rotate_imm.
5510         (extr<mode>5_insn_alt): Likewise.
5511         (extrsi5_insn_uxtw): Likewise.
5512         (extrsi5_insn_uxtw_alt): Likewise.
5513
5514 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
5515
5516         * doc/tm.texi: Regenerate.
5517         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
5518         (TARGET_INVALID_RETURN_TYPE): Remove.
5519         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
5520         TARGET_INVALID_RETURN_TYPE.
5521         * target.def (invalid_parameter_type): Remove.
5522         (invalid_return_type): Remove.
5523
5524 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5525
5526         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
5527         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
5528         calls from thunk.
5529         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
5530         gimple body.
5531         (preserve_function_body_p): No need to preserve function body
5532         * cif-codes.def (CIF_THUNK): Remove.
5533         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
5534
5535 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5536
5537         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
5538
5539 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5540
5541         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
5542         for thunks.
5543
5544 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5545
5546         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
5547         (inline_small_functions): Do not look for function symbol when
5548         resetting caches.
5549
5550 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5551
5552         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
5553         of inline thunks
5554
5555 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
5556             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5557             Jiong Wang  <jiong.wang@arm.com>
5558
5559         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
5560         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
5561         Define __ARM_FP16_ARGS when appropriate.
5562         * config/arm/arm.c (arm_invalid_parameter_type): Remove
5563         declaration.
5564         (arm_invalid_return_type): Likewise.
5565         (TARGET_INVALID_PARAMETER_TYPE): Remove.
5566         (TARGET_INVALID_RETURN_TYPE): Remove.
5567         (aapcs_vfp_sub_candidate): Allow HFmode.
5568         (aapcs_vfp_allocate): Add comment.  Support HFmode.
5569         (aapcs_vfp_allocate_return_reg): Likewise.
5570         (struct aapcs_cp_arg_layout): Slightly reword comments for
5571         is_return_candidate and allocate_return_reg.
5572         (output_mov_vfp): Update assert.
5573         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
5574         condition.
5575         (arm_invalid_parameter_type): Remove.
5576         (amr_invalid_return_type): Remove.
5577         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
5578         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
5579         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
5580
5581 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
5582
5583         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
5584         * config/aarch64/arch64-protos.h
5585         (aarch64_legitimize_reload_address): Remove.
5586         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
5587         Remove.
5588
5589 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
5590
5591         * configure.ac: Add ACX_NONCANONICAL_HOST.
5592         * configure: Regenerate.
5593         * Makefile.in: Set host_noncanonical.
5594
5595 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
5596
5597         PR target/71097
5598         * config/i386/i386.md (*movtf_internal): Before register allocation,
5599         do not allow FP constants for CM_MEDIUM memory model, allow only
5600         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
5601         (*movxf_internal): Ditto.
5602         (*movdf_internal): Ditto.
5603         (*movsf_internal): Ditto.
5604
5605 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
5606
5607         PR rtl-optimization/67483
5608         * combine.c (make_compound_operation): Don't call extract_left_shift
5609         with negative shift amounts.
5610
5611 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
5612
5613         PR bootstrap/71071
5614         * fold-const.c (fold_checksum_tree): Allow modification
5615         of TYPE_ALIAS_SET during folding.
5616
5617         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
5618         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
5619         (ix86_split_to_parts): Likewise.  Fix up formatting.
5620
5621 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
5622
5623         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
5624         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
5625         printf format.
5626
5627 2016-05-13  Nathan Sidwell  <nathan@acm.org>
5628
5629         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
5630         (nvptx_name_replacement): Delete.
5631         (write_fn_proto, write_fn_proto_from_insn,
5632         nvptx_output_call_insn): Remove nvptx_name_replacement call.
5633         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
5634         * langhooks.c (add_builtin_funcction_common): Call
5635         targetm.mangle_decl_assembler_name.
5636
5637         * config/nvptx/nvptx.c (write_fn_proto): Handle
5638         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
5639
5640 2016-05-13  Martin Liska  <mliska@suse.cz>
5641
5642         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
5643         and PRIu64 in printf format.
5644
5645 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5646
5647         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
5648         comment.
5649
5650 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5651
5652         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
5653         Change --param max-completely-peeled-times to
5654         --param max-completely-peel-times in dump file printing.
5655
5656 2016-05-13  Richard Biener  <rguenther@suse.de>
5657
5658         PR tree-optimization/42587
5659         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
5660         (find_bswap_or_nop_1): Likewise.
5661         (bswap_replace): Likewise.
5662
5663 2016-05-13  Martin Liska  <mliska@suse.cz>
5664
5665         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
5666         Initialize a variable with default value.
5667
5668 2016-05-13  Martin Liska  <mliska@suse.cz>
5669
5670         * doc/invoke.texi: Enhance explanation of error recovery
5671         of sanitizers.
5672
5673 2016-05-13  Martin Liska  <mliska@suse.cz>
5674
5675         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
5676         (struct cost_pair): Change inv_expr_id (int) to inv_expr
5677         (iv_inv_expr_ent *).
5678         (struct iv_inv_expr_ent): Comment struct fields.
5679         (sort_iv_inv_expr_ent): New function.
5680         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
5681         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
5682         a hash_map between iv_inv_expr_ent and number of usages.
5683         (niter_for_exit): Fix coding style.
5684         (tree_ssa_iv_optimize_init): Use renamed variable.
5685         (determine_base_object): Fix coding style.
5686         (alloc_iv): Likewise.
5687         (find_interesting_uses_outside): Likewise.
5688         (add_candidate_1): Likewise.
5689         (add_standard_iv_candidates): Likewise.
5690         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
5691         (prepare_decl_rtl): Fix coding style.
5692         (get_address_cost): Likewise.
5693         (get_shiftadd_cost): Likewise.
5694         (force_expr_to_var_cost): Likewise.
5695         (compare_aff_trees): Likewise.
5696         (get_expr_id): Restructure the function.
5697         (get_loop_invariant_expr_id): Renamed to
5698         get_loop_invariant_expr.
5699         (get_computation_cost_at): Replace usage of inv_expr_id with
5700         inv_expr.
5701         (get_computation_cost): Likewise.
5702         (determine_group_iv_cost_generic): Likewise.
5703         (determine_group_iv_cost_address): Likewise.
5704         (iv_period): Fix coding style.
5705         (iv_elimination_compare_lt): Likewise.
5706         (may_eliminate_iv): Likewise.
5707         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
5708         inv_expr.
5709         (determine_group_iv_costs): Dump invariant expressions.
5710         (iv_ca_recount_cost): Use the newly added hash_map.
5711         (iv_ca_set_remove_invariants): Fix coding style.
5712         (iv_ca_set_add_invariants): Fix coding style.
5713         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
5714         invariants.
5715         (iv_ca_set_cp): Likewise.
5716         (iv_ca_new): Initialize the newly added hash_map and remove
5717         initialization of fields.
5718         (iv_ca_free): Delete the hash_map.
5719         (iv_ca_dump): Dump invariant expressions.
5720         (iv_ca_extend): Fix coding style.
5721         (try_add_cand_for): Likewise.
5722         (create_new_ivs): Dump information about # of avg iterations and
5723         # of used invariant expressions.
5724         (rewrite_use_compare): Fix coding style.
5725         (free_loop_data): Set default value for max_inv_expr_id.
5726
5727 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
5728
5729         * cse.c (rest_of_handle_cse): Use cleanup_cfg
5730         returned value cse_cfg_altered computation.
5731         (rest_of_handle_cse2): Likewise.
5732         (rest_of_handle_cse_after_global_opts): Likewise.
5733
5734 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5735
5736         PR target/53440
5737         * config/arm/arm.c (arm32_output_mi_thunk): New.
5738         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
5739         to split Thumb1 vs TARGET_32BIT functionality.
5740         (arm_thumb1_mi_thunk): New.
5741
5742 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5743
5744         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
5745         to true.
5746
5747 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5748
5749         PR target/71080
5750         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
5751
5752 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
5753
5754         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
5755         (expand_builtin_trap): Emit a regular call.
5756         (set_builtin_user_assembler_name): Remove obsolete cases.
5757         * dse.c (scan_insn): Adjust.
5758         * except.c: Include calls.h.
5759         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
5760         emit a regular call to setjmp.
5761         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
5762         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
5763         (emit_block_move_via_libcall): Delete.
5764         (block_move_fn): Delete.
5765         (init_block_move_fn): Likewise.
5766         (emit_block_move_libcall_fn): Likewise.
5767         (emit_block_op_via_libcall): New function.
5768         (set_storage_via_libcall): Tidy up and use memset builtin.
5769         (block_clear_fn): Delete.
5770         (init_block_clear_fn): Likewise.
5771         (clear_storage_libcall_fn): Likewise.
5772         (expand_assignment): Call emit_block_move_via_libcall.
5773         Do not include gt-expr.h.
5774         * expr.h (emit_block_op_via_libcall): Declare.
5775         (emit_block_copy_via_libcall): New inline function.
5776         (emit_block_move_via_libcall): Likewise.
5777         (emit_block_comp_via_libcall): Likewise.
5778         (block_clear_fn): Delete.
5779         (init_block_move_fn): Likewise.
5780         (init_block_clear_fn): Likewise.
5781         (emit_block_move_via_libcall): Likewise.
5782         (set_storage_via_libcall): Add default parameter value.
5783         * libfuncs.h (enum libfunc_index): Remove obsolete values.
5784         (abort_libfunc): Delete.
5785         (memcpy_libfunc): Likewise.
5786         (memmove_libfunc): Likewise.
5787         (memcmp_libfunc): Likewise.
5788         (memset_libfunc): Likewise.
5789         (setbits_libfunc): Likewise.
5790         (setjmp_libfunc): Likewise.
5791         (longjmp_libfunc): Likewise.
5792         (profile_function_entry_libfunc): Likewise.
5793         (profile_function_exit_libfunc): Likewise.
5794         (gcov_flush_libfunc): Likewise.
5795         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
5796         and DECL_VISIBILITY on the declaration.
5797         (init_optabs): Do not initialize obsolete libfuncs.
5798         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
5799         * tree-core.h (ECF_RET1): Define.
5800         (ECF_TM_PURE): Adjust.
5801         (ECF_TM_BUILTIN): Likewise.
5802         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
5803         (build_common_builtin_nodes): Initialize abort builtin.
5804         Add ECF_RET1 on memcpy, memmove and memset builtins.
5805         Pass final flags for alloca and alloca_with_align builtins.
5806         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
5807         obsolete builtins.
5808         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
5809         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
5810         set_storage_via_libcall and call emit_block_copy_via_libcall.
5811
5812 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
5813
5814         * config/i386/i386.md (*call_got_x32): Change operand 0 to
5815         DImode before it is passed to ix86_output_call_operand.
5816         (*call_value_got_x32): Ditto for operand 1.
5817
5818 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
5819
5820         PR rtl-optimization/70904
5821         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
5822         reload for wide mode.
5823
5824 2016-05-12  Marek Polacek  <polacek@redhat.com>
5825
5826         PR c/70756
5827         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
5828         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
5829         * langhooks.h (incomplete_type_error): Likewise.
5830         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
5831         parameter, pass it down to incomplete_type_error.
5832         * tree.h (size_in_bytes): New inline overload.
5833         (size_in_bytes_loc): Renamed from size_in_bytes.
5834
5835 2016-05-12  Richard Biener  <rguenther@suse.de>
5836
5837         PR tree-optimization/71059
5838         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
5839         nary before looking up or entering the expression into the VN
5840         hashes.
5841         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
5842         Make sure to re-use NARYs without result as inserted by
5843         phi-translation.
5844
5845 2016-05-12  Richard Biener  <rguenther@suse.de>
5846
5847         PR tree-optimization/71062
5848         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
5849         field.
5850         * tree-ssa-structalias.c (set_uids_in_ptset): Set
5851         vars_contains_restrict if the var is a restrict tag.
5852         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
5853         do not disambiguate pointers against it.
5854         (dump_points_to_solution): Re-structure and adjust for new
5855         vars_contains_restrict flag.
5856         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
5857
5858 2016-05-12  Martin Liska  <mliska@suse.cz>
5859
5860         * doc/invoke.texi: Explain connection between
5861         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
5862
5863 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
5864
5865         PR tree-optimization/71006
5866         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
5867         consider COND_EXPR as a mask producer.
5868
5869 2016-05-12  Marek Polacek  <polacek@redhat.com>
5870
5871         PR driver/71063
5872         * opts.c (common_handle_option): Detect missing argument for --help^.
5873
5874 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5875
5876         PR target/70830
5877         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
5878         when popping the PC and within an interrupt handler routine.
5879         Add missing tab to output of "ldmfd".
5880         (output_return_instruction): Output LDMFD with SP update rather
5881         than POP when returning from interrupt handler.
5882
5883 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
5884
5885         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
5886         TARGET_64BIT && TARGET_AVX512DQ.
5887         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
5888         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
5889         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
5890         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
5891         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
5892         (*vec_extractv4si_zext): Add avx512dq alternative.
5893         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
5894         use v instead of x constraint in other alternatives where possible.
5895
5896         * config/i386/sse.md (sse2_loadld): Use v instead of x
5897         constraint in alternatives 0,1,4.
5898
5899         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
5900         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
5901         v constraints instead of x and <pinsr_evex_isa> isa attribute.
5902
5903         PR target/71019
5904         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
5905         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
5906         is not emitted unless TARGET_AVX512BW.
5907         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
5908         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
5909         for the result operand.
5910
5911         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
5912         constraint instead of x in avx alternatives.  Use maybe_evex instead
5913         of vex prefix.
5914
5915         * config/i386/constraints.md (Yv): New constraint.
5916         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
5917         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
5918         * config/i386/i386.md (avx512fvecmode): New mode attr.
5919         (*pushtf): Use v constraint instead of x.
5920         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
5921         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
5922         (*absneg<mode>2): Use Yv constraint instead of x constraint.
5923         (*absnegtf2_sse): Likewise.
5924         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
5925         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
5926         avx512f alternatives.
5927         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
5928
5929 2016-05-12  Richard Biener  <rguenther@suse.de>
5930
5931         PR tree-optimization/71060
5932         * tree-data-ref.c (initialize_data_dependence_relation): Do not
5933         require exact match of DR_BASE_OBJECT but only matching address and
5934         type.
5935
5936 2016-05-12  Richard Biener  <rguenther@suse.de>
5937
5938         PR tree-optimization/70986
5939         * cfganal.c: Include cfgloop.h.
5940         (dfs_find_deadend): Prefer to take edges exiting loops.
5941
5942 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5943
5944         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
5945         compile and run time.
5946
5947 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
5948
5949         PR c/43651
5950         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
5951
5952 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
5953
5954         * config/i386/i386.c (legitimize_pic_address): Use
5955         copy_to_suggested_reg instead of gen_movsi.
5956
5957 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
5958
5959         * config/rs6000/predicates.md (quad_memory_operand): Move most of
5960         the code into quad_address_p and call it to share code with
5961         vsx_quad_dform_memory_operand.
5962         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
5963         d-form support.
5964         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
5965         bit instead of being a separate word.  Split -mpower9-dform into
5966         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
5967         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
5968         for the register class supporting 128-bit quad word memory offsets.
5969         (mode_supports_vsx_dform_quad): Helper function to return if the
5970         register class uses quad word memory offsets.
5971         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
5972         (rs6000_debug_reg_global): Always print if we are using LRA or not.
5973         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
5974         instructions are enabled, set up the appropriate addr_masks for
5975         128-bit types.
5976         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
5977         -mpower9-dform-scalar, instead of -mpower9-dform.
5978         (rs6000_option_override_internal): Split -mpower9-dform into two
5979         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
5980         -mpower9-dform switch sets or clears both.  If we are not using
5981         the LRA register allocator, do not enable -mpower9-dform-vector by
5982         default.  If we are using LRA, enable -mpower9-dform-vector and
5983         -mvsx-timode if it is appropriate.  Issue a warning if either
5984         -mpower9-dform-vector or -mvsx-timode are explicitly used without
5985         enabling LRA.
5986         (quad_address_offset_p): New helper function to return if the
5987         offset is legal for quad word memory instructions.
5988         (quad_address_p): New function to determin if GPR or vector
5989         register quad word memory addresses are legal.
5990         (mem_operand_gpr): Validate quad word address offsets.
5991         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
5992         d-form (register + offset) instructions.
5993         (offsettable_ok_by_alignment): Likewise.
5994         (rs6000_legitimate_offset_address_p): Likewise.
5995         (legitimate_lo_sum_address_p): Likewise.
5996         (rs6000_legitimize_address): Likewise.
5997         (rs6000_legitimize_reload_address): Add more debug statements for
5998         -mdebug=addr.
5999         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
6000         d-form instructions.
6001         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
6002         d-form instructions.  Distinguish different cases in debug
6003         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
6004         d-form instructions.
6005         (rs6000_preferred_reload_class): Likewise.
6006         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
6007         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
6008         of the ISA 2.06 indexed memory instructions.
6009         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
6010         use them to save/restore the saved vector registers instead of
6011         using Altivec instructions.
6012         (rs6000_emit_epilogue): Likewise.
6013         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
6014         (rs6000_opt_masks): Split -mpower9-dform into
6015         -mpower9-dform-scalar and -mpower9-dform-vector.
6016         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
6017         was not selected.
6018         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
6019         ISA 3.0 vector indexed memory instructions, and fold the code into
6020         the normal mov<mode> patterns.
6021         (p9_vecstore_<mode>): Likewise.
6022         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
6023         instructions.
6024         (vsx_movti_64bit): Likewise.
6025         (vsx_movti_32bit): Likewise.
6026         * config/rs6000/constraints.md (wO constraint): New constraint for
6027         ISA 3.0 vector d-form support.
6028         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
6029         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
6030         include -mpower9-dform-vector until we switch over to LRA.
6031         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
6032         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
6033         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
6034         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
6035         for -mpower9-dform and -mlra.
6036         * doc/md.texi (wO constraint): Document wO constraint.
6037
6038 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
6039
6040         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
6041         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
6042         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
6043         Move handling of non-insn arguments inline into the sole user:
6044         (output_trans_func): ...here.
6045         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
6046         in emitted function prototype.
6047         (output_internal_insn_latency_func): Ditto.  Simplify.
6048         (output_internal_maximal_insn_latency_func): Ditto.  Delete
6049         always-unused argument.
6050         (output_insn_latency_func): Ditto.
6051         (output_maximal_insn_latency_func): Ditto.
6052
6053 2016-05-11  Richard Biener  <rguenther@suse.de>
6054
6055         PR tree-optimization/71055
6056         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
6057         sth with precision not equal to access size verify we don't chop
6058         off bits.
6059
6060 2016-05-11  Richard Biener  <rguenther@suse.de>
6061
6062         PR debug/71057
6063         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
6064         (dwarf2out_finish): Move retry_incomplete_types call ...
6065         (dwarf2out_early_finish): ... here.
6066
6067 2016-05-11  Richard Biener  <rguenther@suse.de>
6068
6069         PR middle-end/71002
6070         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
6071         if the langhook insists on it.
6072         * fold-const.c (make_bit_field_ref): Add arg for the original
6073         reference and preserve its alias-set.
6074         (decode_field_reference): Take exp by reference and adjust it
6075         to the original memory reference.
6076         (optimize_bit_field_compare): Adjust callers.
6077         (fold_truth_andor_1): Likewise.
6078         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
6079
6080 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
6081
6082         PR middle-end/70807
6083         * cfgrtl.h (delete_insn_and_edges): Now return bool.
6084         * cfgrtl.c (delete_insn_and_edges): Likewise.
6085         * config/i386/i386.c (convert_scalars_to_vector): Remove
6086         redundant code.
6087         * cse.c (cse_insn): Compute cse_cfg_altered.
6088         (delete_trivially_dead_insns): Likewise.
6089         (cse_cc_succs): Likewise.
6090         (rest_of_handle_cse): Free dominance info if required.
6091         (rest_of_handle_cse2): Likewise.
6092         (rest_of_handle_cse_after_global_opts): Likewise.
6093
6094 2016-05-11  Alan Modra  <amodra@gmail.com>
6095
6096         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
6097         abi_v4_pass_in_fpr): New functions.
6098         (rs6000_function_arg_boundary): Exclude complex IBM long double
6099         from 64-bit alignment when ABI_V4.
6100         (rs6000_function_arg, rs6000_function_arg_advance_1,
6101         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
6102
6103 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
6104
6105         PR rtl-optimization/71028
6106         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
6107         jump with just a return in the fallthrough block if the branch
6108         block contains just a return as well.
6109
6110 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
6111
6112         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
6113         * match.pd ((X & Y) ^ Y): ... this.
6114         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
6115         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
6116
6117 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
6118
6119         * read-md.c (require_char_ws): New function.
6120         (read_string): Simplify using require_char_ws.
6121         (handle_constants): Likewise.
6122         (handle_enum): Likewise.
6123         (handle_file): Likewise.
6124         * read-md.h (require_char_ws): New declaration.
6125         * read-rtl.c (read_conditions): Simplify using require_char_ws.
6126         (read_mapping): Likewise.
6127         (read_rtx_code): Likewise.
6128         (read_nested_rtx): Likewise.
6129
6130 2016-05-10  James Norris  <jnorris@codesourcery.com>
6131
6132         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
6133         if offloading is enabled and -fopenacc or -fopenmp is specified.
6134         (CRTOFFLOADEND): Likewise.
6135         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
6136         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
6137
6138 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
6139
6140         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
6141         gotoff_operand code paths.  Use copy_to_suggested_regs and
6142         expand_simple_binop where appropriate.  Cleanup.
6143
6144 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
6145
6146         PR target/70799
6147         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
6148         integer constants.
6149         (dimode_scalar_chain::vector_const_cost): New.
6150         (dimode_scalar_chain::compute_convert_gain): Handle constants.
6151         (dimode_scalar_chain::convert_op): Likewise.
6152         (dimode_scalar_chain::convert_insn): Likewise.
6153
6154 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
6155
6156         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
6157         unary operation, not a binary one.
6158
6159 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
6160
6161         PR middle-end/70877
6162         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
6163         calls with type casted fndecl.
6164
6165 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
6166
6167         PR tree-optimization/70786
6168         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
6169         * calls.c (initialize_argument_information): Bind bounds
6170         with corresponding args passed by reference.
6171
6172 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
6173
6174         PR target/70927
6175         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
6176         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
6177         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
6178         accordingly.
6179
6180 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6181
6182         PR target/70963
6183         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
6184         code for a zero scale factor.
6185         (vsx_xvcvdpuxds_scale): Likewise.
6186
6187 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
6188
6189         * diagnostic-show-locus.c (layout::layout): Call show_ruler
6190         if show_ruler_p was set on the context.
6191         (layout::show_ruler): New method.
6192         * diagnostic.h (struct diagnostic_context): Add field
6193         "show_ruler_p".
6194
6195 2016-05-10  Richard Biener  <rguenther@suse.de>
6196
6197         PR tree-optimization/71039
6198         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
6199         (chk_uses): New function.
6200         (propagate_with_phi): Verify we can safely replicate the lhs of an
6201         aggregate assignment on all incoming edges.
6202
6203 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
6204
6205         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
6206         Forward declare.
6207         (rx_atomic_sequence): New class.
6208         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
6209         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
6210         non-inline.
6211         (rx_atomic_sequence::rx_atomic_sequence,
6212         rx_atomic_sequence::~rx_atomic_sequence): New functions.
6213         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
6214         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
6215         CTRLREG_INTB): New constants.
6216         (FETCHOP): New code iterator.
6217         (fethcop_name, fetchop_name2): New iterator code attributes.
6218         (QIHI): New mode iterator.
6219         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
6220         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
6221         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
6222
6223 2016-05-10  Martin Liska  <mliska@suse.cz>
6224
6225         * tree-inline.c (remap_dependence_clique): Do not remap
6226         debugging statements.
6227
6228 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6229
6230         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
6231         ("*fixuns_truncdfdi2_z13")
6232         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
6233         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
6234         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
6235
6236 2016-05-10  Richard Biener  <rguenther@suse.de>
6237
6238         PR tree-optimization/70497
6239         PR tree-optimization/28367
6240         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
6241         split out from ...
6242         (visit_reference_op_load): ... here.
6243         (vn_reference_lookup_3): Use it to handle subreg-like accesses
6244         with simplified BIT_FIELD_REFs.
6245         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
6246         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
6247         correctly.
6248
6249 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
6250
6251         * dwarf2out.c (add_abstract_origin_attribute): Adjust
6252         documentation comment.  For BLOCK nodes, add a
6253         DW_AT_abstract_origin attribute that points to the DIE generated
6254         for the origin BLOCK.
6255         (gen_lexical_block_die): Call add_abstract_origin_attribute for
6256         blocks from inlined functions.
6257
6258 2016-05-10  Alan Modra  <amodra@gmail.com>
6259
6260         PR target/70947
6261         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
6262         regrename modifying insns saving lr before __morestack call.
6263         * config/rs6000/rs6000.md (split_stack_return): Similarly for
6264         insns restoring lr after __morestack call.
6265
6266 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
6267
6268         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
6269         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
6270         expanders.
6271         * config/i386/sse.md (vec_interleave_high<mode>,
6272         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
6273         <avx512>_vpermt2var<mode>3_maskz): Likewise.
6274
6275 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
6276
6277         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
6278         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
6279         parallel reassociation for power8 and forward.
6280
6281 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
6282
6283         * config/i386/i386.md (absneg splitters with general regs): Use
6284         general_reg_operand predicate.
6285         (btsq peephole2): Use x86_64_immediate_operand to check if new
6286         value is suitable for immediate operand.  Generate emitted insn
6287         using RTL expressions.
6288         (btcq peephole2): Ditto.
6289         (btrq peephole2): Ditto.  Generate correct immediate operand
6290         for AND masking.
6291
6292 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
6293
6294         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
6295         bitpos.
6296
6297 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
6298
6299         * tree-affine.c (wide_int_constant_multiple_p): Add missing
6300         pointer dereference.
6301
6302 2016-05-09  Richard Biener  <rguenther@suse.de>
6303
6304         PR tree-optimization/70985
6305         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
6306         op0 isn't a gimple register.
6307
6308 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
6309
6310         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
6311         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
6312         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
6313         (i6400_fpu_mult): New cpu units.
6314         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
6315         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
6316         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
6317         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
6318         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
6319         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
6320         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
6321         (i6400_msa_long_float4, i6400_msa_long_float5)
6322         (i6400_msa_long_float8, i6400_msa_fdiv_df)
6323         (i6400_msa_fdiv_sf): New reservations.
6324         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
6325         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
6326         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
6327         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
6328         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
6329         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
6330         (msa_short_cmp, msa_short_float2, msa_short_logic3)
6331         (msa_short_store4, msa_long_load, msa_short_store)
6332         (msa_long_logic, msa_long_float2, msa_long_float4)
6333         (msa_long_float5, msa_long_float8, msa_long_mult)
6334         (msa_long_fdiv, msa_long_div): New reservations.
6335
6336 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
6337             Sameera Deshpande  <sameera.deshpande@imgtec.com>
6338             Matthew Fortune  <matthew.fortune@imgtec.com>
6339             Graham Stott  <graham.stott@imgtec.com>
6340             Chao-ying Fu  <chao-ying.fu@imgtec.com>
6341
6342         * config.gcc: Add MSA header file for mips*-*-* target.
6343         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
6344         (Ubv8i, Urv8):  New constraints.
6345         * config/mips/mips-ftypes.def: Add function types for MSA
6346         builtins.
6347         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
6348         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
6349         * config/mips/mips-msa.md: New file.
6350         * config/mips/mips-protos.h
6351         (mips_split_128bit_const_insns): New prototype.
6352         (mips_msa_idiv_insns): Likewise.
6353         (mips_split_128bit_move): Likewise.
6354         (mips_split_128bit_move_p): Likewise.
6355         (mips_split_msa_copy_d): Likewise.
6356         (mips_split_msa_insert_d): Likewise.
6357         (mips_split_msa_fill_d): Likewise.
6358         (mips_expand_msa_branch): Likewise.
6359         (mips_const_vector_same_val_p): Likewise.
6360         (mips_const_vector_same_bytes_p): Likewise.
6361         (mips_const_vector_same_int_p): Likewise.
6362         (mips_const_vector_shuffle_set_p): Likewise.
6363         (mips_const_vector_bitimm_set_p): Likewise.
6364         (mips_const_vector_bitimm_clr_p): Likewise.
6365         (mips_msa_vec_parallel_const_half): Likewise.
6366         (mips_msa_output_division): Likewise.
6367         (mips_ldst_scaled_shift): Likewise.
6368         (mips_expand_vec_cond_expr): Likewise.
6369         * config/mips/mips.c (enum mips_builtin_type): Add
6370         MIPS_BUILTIN_MSA_TEST_BRANCH.
6371         (mips_gen_const_int_vector_shuffle): New prototype.
6372         (mips_const_vector_bitimm_set_p): New function.
6373         (mips_const_vector_bitimm_clr_p): Likewise.
6374         (mips_const_vector_same_val_p): Likewise.
6375         (mips_const_vector_same_bytes_p): Likewise.
6376         (mips_const_vector_same_int_p): Likewise.
6377         (mips_const_vector_shuffle_set_p): Likewise.
6378         (mips_symbol_insns): Forbid loading symbols via immediate for
6379         MSA.
6380         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
6381         stores.
6382         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
6383         MSA.
6384         (mips_lx_address_p): Add support load indexed address for MSA.
6385         (mips_address_insns): Add calculation of instructions needed for
6386         stores and loads for MSA.
6387         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
6388         CONST_VECTOR for MSA and let it fall through.
6389         (mips_ldst_scaled_shift): New function.
6390         (mips_subword_at_byte): Likewise.
6391         (mips_msa_idiv_insns): Likewise.
6392         (mips_legitimize_move): Validate MSA moves.
6393         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
6394         calculation of costs for MSA division.
6395         (mips_split_move_p): Check if MSA moves need splitting.
6396         (mips_split_move): Split MSA moves if necessary.
6397         (mips_split_128bit_move_p): New function.
6398         (mips_split_128bit_move): Likewise.
6399         (mips_split_msa_copy_d): Likewise.
6400         (mips_split_msa_insert_d): Likewise.
6401         (mips_split_msa_fill_d): Likewise.
6402         (mips_output_move): Handle MSA moves.
6403         (mips_expand_msa_branch): New function.
6404         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
6405         Reinstate 'y' modifier.
6406         (mips_file_start): Add MSA .gnu_attribute.
6407         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
6408         FPRs.
6409         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
6410         (mips_class_max_nregs): Add register size for MSA supported mode.
6411         (mips_cannot_change_mode_class): Allow conversion between MSA
6412         vector modes and TImode.
6413         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
6414         instruction.
6415         (mips_secondary_reload_class): Force MSA loads/stores via memory.
6416         (mips_preferred_simd_mode): Add preffered modes for MSA.
6417         (mips_vector_mode_supported_p): Add MSA supported modes.
6418         (mips_autovectorize_vector_sizes): New function.
6419         (mips_msa_output_division): Likewise.
6420         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
6421         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
6422         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
6423         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
6424         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
6425         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
6426         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
6427         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
6428         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
6429         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
6430         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
6431         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
6432         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
6433         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
6434         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
6435         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
6436         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
6437         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
6438         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
6439         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
6440         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
6441         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
6442         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
6443         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
6444         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
6445         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
6446         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
6447         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
6448         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
6449         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
6450         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
6451         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
6452         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
6453         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
6454         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
6455         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
6456         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
6457         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
6458         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
6459         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
6460         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
6461         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
6462         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
6463         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
6464         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
6465         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
6466         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
6467         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
6468         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
6469         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
6470         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
6471         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
6472         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
6473         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
6474         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
6475         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
6476         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
6477         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
6478         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
6479         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
6480         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
6481         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
6482         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
6483         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
6484         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
6485         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
6486         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
6487         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
6488         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
6489         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
6490         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
6491         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
6492         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
6493         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
6494         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
6495         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
6496         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
6497         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
6498         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
6499         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
6500         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
6501         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
6502         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
6503         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
6504         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
6505         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
6506         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
6507         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
6508         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
6509         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
6510         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
6511         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
6512         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
6513         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
6514         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
6515         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
6516         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
6517         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
6518         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
6519         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
6520         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
6521         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
6522         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
6523         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
6524         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
6525         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
6526         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
6527         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
6528         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
6529         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
6530         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
6531         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
6532         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
6533         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
6534         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
6535         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
6536         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
6537         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
6538         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
6539         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
6540         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
6541         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
6542         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
6543         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
6544         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
6545         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
6546         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
6547         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
6548         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
6549         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
6550         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
6551         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
6552         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
6553         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
6554         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
6555         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
6556         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
6557         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
6558         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
6559         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
6560         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
6561         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
6562         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
6563         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
6564         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
6565         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
6566         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
6567         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
6568         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
6569         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
6570         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
6571         move_v builtins.
6572         (mips_get_builtin_decl_index): New array.
6573         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
6574         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
6575         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
6576         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
6577         (mips_init_builtins): Initialize mips_get_builtin_decl_index
6578         array.
6579         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
6580         hook.
6581         (mips_expand_builtin_insn): Prepare operands for
6582         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
6583         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
6584         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
6585         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
6586         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
6587         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
6588         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
6589         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
6590         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
6591         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
6592         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
6593         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
6594         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
6595         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
6596         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
6597         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
6598         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
6599         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
6600         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
6601         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
6602         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
6603         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
6604         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
6605         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
6606         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
6607         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
6608         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
6609         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
6610         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
6611         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
6612         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
6613         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
6614         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
6615         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
6616         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
6617         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
6618         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
6619         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
6620         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
6621         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
6622         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
6623         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
6624         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
6625         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
6626         These are set implicitly and an error is reported if overridden.
6627         (mips_expand_builtin_msa_test_branch): New function.
6628         (mips_expand_msa_shuffle): Likewise.
6629         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
6630         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
6631         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
6632         (mips_expand_vec_unpack): Add support for MSA.
6633         (mips_expand_vector_init): Likewise.
6634         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
6635         instead of const0_rtx.
6636         (mips_msa_vec_parallel_const_half): New function.
6637         (mips_gen_const_int_vector): Likewise.
6638         (mips_gen_const_int_vector_shuffle): Likewise.
6639         (mips_expand_msa_cmp): Likewise.
6640         (mips_expand_vec_cond_expr): Likewise.
6641         * config/mips/mips.h
6642         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
6643         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
6644         specified.
6645         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
6646         (ISA_HAS_MSA): New macro.
6647         (UNITS_PER_MSA_REG): Likewise.
6648         (BITS_PER_MSA_REG): Likewise.
6649         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
6650         (MSA_REG_FIRST): New macro.
6651         (MSA_REG_LAST): Likewise.
6652         (MSA_REG_NUM): Likewise.
6653         (MSA_REG_P): Likewise.
6654         (MSA_REG_RTX_P): Likewise.
6655         (MSA_SUPPORTED_MODE_P): Likewise.
6656         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
6657         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
6658         * config/mips/mips.md: Include mips-msa.md.
6659         (alu_type): Add simd_add.
6660         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
6661         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
6662         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
6663         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
6664         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
6665         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
6666         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
6667         simd_move, simd_load, simd_store.  Choose "multi" for moves
6668         for "qword_mode".
6669         (qword_mode): New attribute.
6670         (insn_count): Add instruction count for quad moves.
6671         Increase the count for MIPS SIMD division.
6672         (UNITMODE): Add UNITMODEs for vector types.
6673         (addsub): New code iterator.
6674         * config/mips/mips.opt (mmsa): New option.
6675         * config/mips/msa.h: New file.
6676         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
6677         specified.
6678         * config/mips/mti-linux.h: Likewise.
6679         * config/mips/predicates.md
6680         (const_msa_branch_operand): New constraint.
6681         (const_uimm3_operand): Likewise.
6682         (const_uimm4_operand): Likewise.
6683         (const_uimm5_operand): Likewise.
6684         (const_uimm8_operand): Likewise.
6685         (const_imm5_operand): Likewise.
6686         (aq10b_operand): Likewise.
6687         (aq10h_operand): Likewise.
6688         (aq10w_operand): Likewise.
6689         (aq10d_operand): Likewise.
6690         (const_m1_operand): Likewise.
6691         (reg_or_m1_operand): Likewise.
6692         (const_exp_2_operand): Likewise.
6693         (const_exp_4_operand): Likewise.
6694         (const_exp_8_operand): Likewise.
6695         (const_exp_16_operand): Likewise.
6696         (const_vector_same_val_operand): Likewise.
6697         (const_vector_same_simm5_operand): Likewise.
6698         (const_vector_same_uimm5_operand): Likewise.
6699         (const_vector_same_uimm6_operand): Likewise.
6700         (const_vector_same_uimm8_operand): Likewise.
6701         (par_const_vector_shf_set_operand): Likewise.
6702         (reg_or_vector_same_val_operand): Likewise.
6703         (reg_or_vector_same_simm5_operand): Likewise.
6704         (reg_or_vector_same_uimm6_operand): Likewise.
6705         * doc/extend.texi (MIPS SIMD Architecture Functions): New
6706         section.
6707         * doc/invoke.texi (-mmsa): Document new option.
6708
6709 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6710
6711         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
6712         * configure: Regenerate.
6713         * config.in: Regenerate.
6714         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
6715         on -fvtable-verify.
6716         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
6717         (ENDFILE_VTV_SPEC): Define.
6718
6719 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
6720
6721         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
6722         registers in all interrupt handlers if necessary.
6723         (rl78_option_override): Add warning.
6724         (MUST_SAVE_MDUC_REGISTERS): New macro.
6725         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
6726         * config/rl78/rl78.c (check_mduc_usage): New function.
6727         (mduc_regs): New structure to hold MDUC register data.
6728         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
6729         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
6730         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
6731         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
6732         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
6733         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
6734
6735 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
6736
6737         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
6738         (tree-ssa-loop-niter.h): Ditto.
6739         (idx_within_array_bound, ref_within_array_bound): New functions.
6740         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
6741         Factor out check on writable base object to ...
6742         (base_object_writable): ... here.
6743
6744 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6745
6746         * config/arm/arm.md (probe_stack): Add modes to set source
6747         and destination.
6748
6749 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
6750
6751         * regrename.c (base_reg_class_for_rename): New static function.
6752         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
6753
6754 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
6755
6756         * cgraph.c (thunk_adjust): Export.
6757         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
6758         * cgraphunit.c (thunk_adjust): Export.
6759         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
6760         thunks.
6761         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
6762         inlinable.
6763         * tree-inline.c (expand_call_inline): Expand thunks inline.
6764
6765 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
6766
6767         PR target/70998
6768         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
6769         (*sse2_vd_cvtss2sd): Ditto.
6770         * config/i386/i386.md
6771         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
6772         Generate *sse2_vd_cvtsd2ss pattern.
6773         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
6774         Generate *sse2_vd_cvtss2sd pattern.
6775
6776 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
6777
6778         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
6779         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
6780         users.
6781
6782 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
6783
6784         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
6785         * config/sh/sh.c: Define and declare variables on first use throughout
6786         the file.
6787         (current_function_interrupt): Change to bool type.
6788         (frame_insn): Rename to emit_frame_insn and update users.
6789         (push_regs): Use bool for 'interrupt_handler' argument.
6790         (save_schedule_s): Remove.
6791         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
6792         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
6793         targetm.asm_out.unaligned_op.di.
6794         (gen_far_branch): Remove redundant forward declaration.
6795         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
6796         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
6797         (sh_set_return_address, sh_function_ok_for_sibcall,
6798         scavenge_reg): Update comments.
6799         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
6800         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
6801         (sh_attr_renesas_p): Remove unnecessary parentheses.
6802         (branch_dest): Simplify.
6803         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
6804         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
6805         (CUMULATIVE_ARGS): Change macro to typedef.
6806         (current_function_interrupt): Change to bool type.
6807         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
6808         Surround with __cplusplus ifdef.
6809         (sh_compare_op0, sh_compare_op1): Remove.
6810         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
6811
6812 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
6813
6814         * config/arm/arm.md: (arch): Add neon.
6815         (arch_enabled): Return yes for arch neon when TARGET_NEON.
6816         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
6817         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
6818         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
6819         attributes for alt renumbering.  Mark alt 3 as non-predicable.
6820         (thumb2_movdf_vfp): Likewise.
6821
6822 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
6823
6824         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
6825         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
6826         (*andqi_1): Add preferred_for_speed attribute to disparage
6827         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
6828         (*<code>qi_1): Ditto.
6829         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
6830         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
6831         (*ashlqi3_1): Ditto.
6832         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
6833         Add preferred_for_size attribute to disparage alternative 0 and
6834         preferred_for_speed attribute to disparage alternative 1 for
6835         TARGET_PARTIAL_REG_STALL targets.
6836
6837 2016-05-07  Tom de Vries  <tom@codesourcery.com>
6838
6839         PR tree-optimization/70956
6840         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
6841         def.
6842
6843 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
6844
6845         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
6846         * config/sh/sh.c (sh_cbranch_distance): Implement it.
6847         * config/sh/sh.md (branch_zero): Remove define_attr.
6848         (define_delay): Disable delay slot if branch distance is one insn.
6849
6850 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
6851
6852         * config/i386/i386.md (LEAMODE): New mode attribute.
6853         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
6854         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
6855         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
6856         operand 2 predicate.
6857         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
6858         (*lea<mode>_general_3): Ditto.
6859         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
6860
6861 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
6862
6863         * genmddump.c (main): Convert argv from char ** to const char **.
6864
6865 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
6866
6867         * coretypes.h (OVERRIDE): New macro.
6868         (FINAL): New macro.
6869
6870 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
6871
6872         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
6873         allow coalescing if the types are compatible.
6874
6875 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
6876
6877         * pass_manager.h (pass_manager::register_pass_name): New method.
6878         (pass_manager::get_pass_by_name): New method.
6879         (pass_manager::create_pass_tab): New method.
6880         (pass_manager::m_name_to_pass_map): New field.
6881         * passes.c (name_to_pass_map): Delete global in favor of field
6882         "m_name_to_pass_map" of pass_manager.
6883         (register_pass_name): Rename from a function to...
6884         (pass_manager::register_pass_name): ...this method, updating
6885         for renaming of global "name_to_pass_map" to field
6886         "m_name_to_pass_map".
6887         (create_pass_tab): Rename from a function to...
6888         (pass_manager::create_pass_tab): ...this method, updating
6889         for renaming of global "name_to_pass_map" to field.
6890         (get_pass_by_name): Rename from a function to...
6891         (pass_manager::get_pass_by_name): ...this method.
6892         (enable_disable_pass): Convert use of get_pass_by_name to
6893         a method call, locating the pass_manager singleton.
6894
6895 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
6896
6897         * genattr-common.c (main): Convert argv from char ** to const char **.
6898         * genattr.c (main): Likewise.
6899         * genattrtab.c (main): Likewise.
6900         * genautomata.c (initiate_automaton_gen): Likewise.
6901         (main): Likewise.
6902         * gencodes.c (main): Likewise.
6903         * genconditions.c (main): Likewise.
6904         * genconfig.c (main): Likewise.
6905         * genconstants.c (main): Likewise.
6906         * genemit.c (main): Likewise.
6907         * genenums.c (main): Likewise.
6908         * genextract.c (main): Likewise.
6909         * genflags.c (main): Likewise.
6910         * genmddeps.c (main): Likewise.
6911         * genopinit.c (main): Likewise.
6912         * genoutput.c (main): Likewise.
6913         * genpeep.c (main): Likewise.
6914         * genpreds.c (main): Likewise.
6915         * genrecog.c (main): Likewise.
6916         * gensupport.c (init_rtx_reader_args_cb): Likewise.
6917         (init_rtx_reader_args): Likewise.
6918         * gensupport.h (init_rtx_reader_args_cb): Likewise.
6919         (init_rtx_reader_args): Likewise.
6920         * gentarget-def.c (main): Likewise.
6921         * read-md.c (read_md_files): Likewise.
6922         * read-md.h (read_md_files): Likewise.
6923
6924 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
6925
6926         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
6927         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
6928         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
6929         Remove unused predicate.
6930         (register_and_not_fp_reg_operand): Ditto.
6931
6932 2016-05-06  Martin Liska  <mliska@suse.cz>
6933
6934         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
6935         instead of vec as the vector is local to the function.
6936
6937 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
6938
6939         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
6940         avx512bw alternative.
6941
6942         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
6943         before the ashr<mode>3 pattern.
6944
6945         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
6946         v instead of x in vex or maybe_vex alternatives, use
6947         maybe_evex instead of vex in prefix.
6948
6949         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
6950         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
6951         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
6952         in vex or maybe_vex alternatives, use maybe_evex instead of vex
6953         in prefix.
6954
6955         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
6956         v instead of x in vex or maybe_vex alternatives, use
6957         maybe_evex instead of vex in prefix.
6958
6959         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
6960         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
6961         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
6962         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
6963         alternatives, use maybe_evex instead of vex in prefix.
6964
6965         * config/i386/sse.md (vec_interleave_lowv4sf,
6966         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
6967         v instead of x in vex or maybe_vex alternatives, use
6968         maybe_evex instead of vex in prefix.
6969
6970         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
6971         v instead of x in vex or maybe_vex alternatives, use
6972         maybe_evex instead of vex in prefix.
6973
6974         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
6975         v constraint instead of x.
6976
6977 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
6978
6979         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
6980         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
6981         equality first.
6982
6983 2016-05-06  Richard Biener  <rguenther@suse.de>
6984
6985         PR tree-optimization/70948
6986         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
6987         Properly clobber all fields of va_list for __builtin_va_start.
6988
6989 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
6990
6991         PR debug/70935
6992         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
6993         loop latch destination.
6994
6995 2016-05-06  Martin Liska  <mliska@suse.cz>
6996
6997         * tree-ssa-uninit.c: Apply manual changes
6998         to the GNU coding style.
6999         (prune_uninit_phi_opnds): Rename from
7000         prune_uninit_phi_opnds_in_unrealizable_paths.
7001
7002 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
7003
7004         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
7005         mspace): Remove deprecated options.
7006         * doc/invoke.texi (SH options): Remove -mspace.
7007
7008 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
7009
7010         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
7011
7012 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
7013
7014         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
7015         corresponding combine split pattern.
7016
7017 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
7018
7019         PR target/58219
7020         * config/sh/predicates.md (long_displacement_mem_operand): New.
7021         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
7022         Add movi20, movi20s alternatives.  Adjust length attribute for
7023         alternatives.
7024         (movsi_ie): Allow for any FPU.  Adjust length attribute for
7025         alternatives.
7026         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
7027         attribute for alternatives.
7028         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
7029         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
7030         length attribute for alternatives.
7031
7032 2016-05-06  Richard Biener  <rguenther@suse.de>
7033
7034         PR tree-optimization/70960
7035         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
7036
7037 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
7038
7039         PR target/52933
7040         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
7041         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
7042
7043 2016-05-06  Marek Polacek  <polacek@redhat.com>
7044
7045         PR sanitizer/70875
7046         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
7047
7048 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
7049
7050         PR target/54089
7051         * config/sh/sh.md (*rotcr): Add another variant.
7052
7053 2016-05-06  Richard Biener  <rguenther@suse.de>
7054
7055         PR middle-end/70931
7056         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
7057
7058 2016-05-06  Richard Biener  <rguenther@suse.de>
7059
7060         PR middle-end/70941
7061         * fold-const.c (split_tree): Always convert to the original type
7062         before negating.
7063
7064 2016-05-06  Richard Biener  <rguenther@suse.de>
7065
7066         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
7067         (fwprop_addr): Likewise.
7068
7069 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
7070
7071         PR target/70873
7072         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
7073         New prototype.
7074         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
7075         * config/i386/i386.md (push mem splitter): Use find_constant_src in
7076         the splitter condition.
7077         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
7078         the splitter condition.
7079         (FP float_extend load splitter): Ditto.
7080
7081 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
7082
7083         * config/i386/i386.md (peehole2 patterns): Change true_regnum
7084         to REGNO in all peephole2 patterns.
7085         (post-reload splitters): Change true_regnum to REGNO in
7086         post-reload splitters.
7087         (zero_extend splitters): Use general_reg_operand and
7088         nonimmediate_gr_operand predicates.
7089
7090 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
7091
7092         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
7093         v constraint instead of x.
7094
7095 2016-05-05  Alan Modra  <amodra@gmail.com>
7096
7097         PR target/68662
7098         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
7099         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
7100         TARGET_NO_FP_IN_TOC for -mrelocatable.
7101         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
7102         TARGET_RELOCATABLE test.
7103         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7104         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
7105         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
7106         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7107         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
7108         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
7109         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7110         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
7111         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
7112         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
7113         Likewise.
7114         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
7115         (rs6000_stack_info): Likewise.
7116         (rs6000_elf_asm_out_constructor): Likewise.
7117         (rs6000_elf_asm_out_destructor): Likewise.
7118         (rs6000_elf_declare_function_name): Likewise.
7119         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
7120         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
7121         Don't define.
7122
7123 2016-05-05  Alan Modra  <amodra@gmail.com>
7124
7125         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
7126
7127 2016-05-05  Alan Modra  <amodra@gmail.com>
7128
7129         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
7130         out-of-line gpr restore for one or two regs if that would add
7131         a save of lr.
7132
7133 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
7134
7135         PR target/70873
7136         * config/i386/i386.md
7137         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
7138         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
7139         as operand 0 predicate.
7140         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
7141         Ditto.
7142         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
7143         Ditto.  Emit the pattern using RTX.
7144
7145         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
7146         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
7147         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
7148         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
7149         Ditto.
7150         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
7151         sse_reg_operand as operand 0 predicate.
7152
7153         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
7154         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
7155         instead of gen_rtx_REG.
7156         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
7157         Ditto.
7158
7159 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
7160
7161         * function.c (emit_use_return_register_into_block): Delete.
7162         (gen_return_pattern): Delete.
7163         (emit_return_into_block): Delete.
7164         (active_insn_between): Delete.
7165         (convert_jumps_to_returns): Delete.
7166         (emit_return_for_exit): Delete.
7167         (thread_prologue_and_epilogue_insns): Delete all code dealing with
7168         simple_return for shrink-wrapped blocks.
7169         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
7170         end of blocks that need one.
7171         (get_unconverted_simple_return): Delete.
7172         (convert_to_simple_return): Delete.
7173         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
7174         (convert_to_simple_return): Ditto.
7175
7176 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
7177
7178         * cfgcleanup.c (bb_is_just_return): New function.
7179         (try_optimize_cfg): Simplify jumps to return, branches to return,
7180         and branches around return.
7181
7182 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
7183
7184         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
7185         branch to a return.
7186
7187 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
7188
7189         PR c++/70906
7190         PR c++/70933
7191         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
7192         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
7193         assert flags & OEP_HASH_CHECK, instead of asserting it
7194         never happens.  Handle TARGET_EXPR.
7195         * fold-const.c (operand_equal_p): For hash verification,
7196         or in OEP_HASH_CHECK into flags.
7197
7198 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
7199
7200         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
7201         comment.
7202         (compute_samebase_partition_bases): Fix typo.
7203
7204 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
7205
7206         * config/i386/sse.md (vec_interleave_highv8sf,
7207         vec_interleave_lowv8sf, vec_interleave_highv4df,
7208         vec_interleave_lowv4df): Remove constraints from expanders.
7209
7210         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
7211
7212 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
7213
7214         * tree-inline.c (expand_call_inline): Fix path dealing with
7215         making lhs of call statement undefined.
7216
7217 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
7218
7219         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
7220         Check availability on NODE, too.
7221         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
7222         (cgraph_node::call_for_symbol_and_aliases): Likewise.
7223         (varpool_node::call_for_symbol_and_aliase): Likewise.
7224         * ipa-pure-const.c (add_new_function): Analyze all bodies.
7225         (propagate_pure_const): Propagate across interposable functions, too.
7226         (skip_function_for_local_pure_const): Do not skip interposable bodies
7227         with aliases.
7228         (pass_local_pure_const::execute): Update.
7229
7230 2016-05-04  Marek Polacek  <polacek@redhat.com>
7231
7232         * doc/invoke.texi: Document -Wdangling-else.
7233
7234 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7235
7236         * config.gcc: Error out when conflicting multilib is detected.  Do not
7237         loop over multilibs since no combination is legal.
7238
7239 2016-05-04  Alan Modra  <amodra@gmail.com>
7240
7241         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
7242         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
7243         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
7244         Align .toc.
7245
7246 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
7247
7248         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
7249         Clean up p5600 comments.
7250
7251 2016-05-04  Richard Biener  <rguenther@suse.de>
7252
7253         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
7254         constructor simplifications.
7255         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
7256
7257 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
7258
7259         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
7260         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
7261         result.set_rtx is null instead of aborting.
7262         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
7263         Always enable.
7264         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
7265         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
7266         *mov<mode>_store_postinc): New patterns.
7267
7268 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
7269
7270         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
7271         as commutative.  Check both conversions are NOP.
7272         ((A & B) OP (C & B)): Remove.
7273
7274 2016-05-04  Alan Modra  <amodra@gmail.com>
7275
7276         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
7277
7278 2016-05-04  Alan Modra  <amodra@gmail.com>
7279
7280         PR target/70866
7281         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
7282         when cr2,3,4 are all fixed regs.
7283
7284 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
7285
7286         PR rtl-optimization/57193
7287         * opts.c (default_options_table): Revert OPT_frename_registers change.
7288         * doc/invoke.texi (-frename-registers, -O2): Likewise.
7289
7290 2016-05-03  Martin Sebor  <msebor@redhat.com>
7291
7292         PR c++/66561
7293         * builtins.c (fold_builtin_FILE): New function.
7294         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
7295         (fold_builtin_0): Call them.
7296         * gimplify.c (gimplify_call_expr): Remove the handling of
7297         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
7298
7299         PR c++/66561
7300         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
7301         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
7302         constants.
7303
7304         PR c++/66639
7305         * doc/extend.texi (Function Names as Strings): Update __func__,
7306         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
7307         constants.
7308
7309 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
7310             Richard Biener  <rguenther@suse.de>
7311
7312         PR tree-optimization/70916
7313         * tree-if-conv.c: Include cfganal.h.
7314         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
7315         and remove_fake_exit_edges around the optimization pass.
7316
7317 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
7318
7319         * cgraph.c (symbol_table::create_edge): Set inline_failed.
7320         (cgraph_edge::make_direct): Likewise.
7321         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
7322         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
7323         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
7324         (CIF_THUNK): New code.
7325         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
7326         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
7327         (compute_inline_parameters): Set inline_failed for thunks.
7328         (inline_analyze_function): Cleanup.
7329         * ipa-inline.c (can_inline_edge_p): Do not deal with
7330         call_stmt_cannot_inline_p.
7331         (can_early_inline_edge_p): Likewise.
7332         (early_inliner): Initialize inline_failed.
7333         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
7334
7335 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
7336
7337         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
7338         from nonimm_ssenomem_operand.
7339         (nonimm_ssenomem_operand): New predicate.
7340         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
7341         as operand 0 predicate.
7342         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
7343         Disable unsupported alternatives using "enabled" attribute.
7344         Use register_ssemem_operand as operand 0 predicate.
7345         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
7346
7347 2016-05-03  Marek Polacek  <polacek@redhat.com>
7348
7349         PR c/70859
7350         * input.c (expansion_point_location): New function.
7351         * input.h (expansion_point_location): Declare.
7352
7353 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
7354
7355         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
7356         occurence with frame_offset_ ones.
7357
7358 2016-05-03  Alan Modra  <amodra@gmail.com>
7359
7360         PR rtl-optimization/70890
7361         * ira.c (combine_and_move_insns): When moving def_insn, remove
7362         equivs on use_insn.
7363
7364 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7365
7366         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
7367         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
7368         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
7369         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
7370
7371 2016-05-03  Alan Modra  <amodra@gmail.com>
7372
7373         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
7374         for SAVE_MULTIPLE/STORE_MULTIPLE.
7375
7376 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
7377
7378         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
7379         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
7380
7381 2016-05-03  Richard Biener  <rguenther@suse.de>
7382
7383         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
7384         default true.
7385         (gimplify_arg): Likewise.
7386         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
7387         re-writing the result to a decl if required.
7388         (internal_get_tmp_var): Add allow_ssa parameter
7389         and override into_ssa with it.
7390         (get_formal_tmp_var): Adjust.
7391         (get_initialized_tmp_var): Add allow_ssa parameter.
7392         (gimplify_arg): Add allow_ssa parameter and avoid generating
7393         SSA names for the result false.
7394         (gimplify_call_expr): If the call may return twice do not
7395         gimplify parameters into SSA.
7396         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
7397         (gimplify_modify_expr): Adjust assert.  For noreturn calls
7398         with a SSA name LHS adjust its def.
7399         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
7400         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
7401         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
7402         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
7403         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
7404         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
7405         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
7406         (optimize_target_teams): Do not allow SSA names for clause operands.
7407         (gimplify_expr): Likewise for where we mark the result addressable.
7408         * passes.def (pass_init_datastructures): Remove.
7409         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
7410         (rewrite_stmt): Likewise.
7411         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
7412         (replace_locals_op): Replace SSA names.
7413         (copy_gimple_seq_and_replace_locals): Init src_cfun.
7414         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
7415         * cgraph.c (release_function_body): Free CFG annotations only
7416         when we have a CFG.  Simplify.
7417         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
7418         force_gimple_operand instead of get_initialized_tmp_var.
7419         * tree-pass.h (make_pass_init_datastructures): Remove.
7420         * tree-ssa.c (execute_init_datastructures): Remove.
7421         (pass_data_init_datastructures): Likewise.
7422         (class pass_init_datastructures): Likewise.
7423         (make_pass_init_datastructures): Likewise.
7424         * omp-low.c (create_omp_child_function): Init SSA data structures.
7425         (grid_expand_target_grid_body): Likewise.
7426         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
7427         name before adding it to names_to_release.
7428         (remove_bb): Always release SSA defs.
7429         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
7430         before dereferencing it.
7431         * cgraphunit.c (init_lowered_empty_function): Always
7432         int SSA data structures.
7433         * tree-ssanames.c (release_defs): Remove assert that we are in
7434         SSA form.
7435         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
7436
7437 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
7438             Uros Bizjak  <ubizjak@gmail.com>
7439
7440         PR rtl-optimization/70467
7441         * config/i386/predicates.md (x86_64_hilo_int_operand,
7442         x86_64_hilo_general_operand): New predicates.
7443         * config/i386/constraints.md (Wd): New constraint.
7444         * config/i386/i386.md (mode attr di): Use Wd instead of e.
7445         (general_hilo_operand): New mode attr.
7446         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
7447         instead of <general_operand>.
7448         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
7449         x86_64_hilo_general_operand instead of <general_operand>.
7450
7451 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
7452
7453         PR tree-optimization/70916
7454         * tree-if-conv.c (constant_or_ssa_name): Removed.
7455         (fold_build_cond_expr): Use is_gimple_val instead of
7456         constant_or_ssa_name.
7457
7458         PR tree-optimization/70916
7459         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
7460         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
7461
7462         PR target/49244
7463         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
7464         (optimize_atomic_bit_test_and): New function.
7465         (pass_fold_builtins::execute): Use it.
7466         * optabs.def (atomic_bit_test_and_set_optab,
7467         atomic_bit_test_and_complement_optab,
7468         atomic_bit_test_and_reset_optab): New optabs.
7469         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
7470         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
7471         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
7472         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
7473         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
7474         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
7475         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
7476         * doc/md.texi (atomic_bit_test_and_set@var{mode},
7477         atomic_bit_test_and_complement@var{mode},
7478         atomic_bit_test_and_reset@var{mode}): Document.
7479         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
7480         atomic_bit_test_and_complement<mode>,
7481         atomic_bit_test_and_reset<mode>): New expanders.
7482         (atomic_bit_test_and_set<mode>_1,
7483         atomic_bit_test_and_complement<mode>_1,
7484         atomic_bit_test_and_reset<mode>_1): New insns.
7485
7486 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
7487
7488         PR rtl-optimization/70687
7489         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
7490         instead of unsigned HOST_WIDE_INT.
7491
7492 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
7493
7494         PR rtl-optimization/44281
7495         * hard-reg-set.h (struct target_hard_regs): New field
7496         x_fixed_nonglobal_reg_set.
7497         (fixed_nonglobal_reg_set): New macro.
7498         * reginfo.c (init_reg_sets_1): Initialize it.
7499         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
7500         of fixed_reg_set.
7501         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
7502
7503 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
7504
7505         PR tree-optimization/56541
7506         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
7507         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
7508         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
7509         (any_complicated_phi): new static variable.
7510         (aggressive_if_conv): delete.
7511         (if_convertible_phi_p): support phis with more than two arguments.
7512         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
7513         critical pred edges.
7514         (ifcvt_split_critical_edges): support phis with more than two
7515         arguments by checking new parameter.  only split critical edges
7516         if needed.
7517         (tree_if_conversion): handle simd pragma marked loop using new
7518         local variable aggressive_if_conv.  check any_complicated_phi.
7519
7520 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
7521
7522         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
7523         before using it.
7524
7525 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
7526
7527         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
7528         cbase.
7529
7530 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
7531
7532         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
7533         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
7534         define_insn_and_split.
7535         (mulsi3_i): New define_insn_and_split.
7536         (mulsi3_call): Convert to define_insn.
7537         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
7538         Remove constraints.
7539
7540 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
7541
7542         * machmode.h (mode_complex): Add support to give the complex mode
7543         for a given mode.
7544         (GET_MODE_COMPLEX_MODE): Likewise.
7545         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
7546         stored by build_complex_type and gfc_build_complex_type instead of
7547         trying to figure out the appropriate mode based on the size. Raise
7548         an assertion error, if the type was not set.
7549         * genmodes.c (struct mode_data): Add field for the complex type of
7550         the given type.
7551         (blank_mode): Likewise.
7552         (make_complex_modes): Remember the complex mode created in the
7553         base type.
7554         (emit_mode_complex): Write out the mode_complex array to map a
7555         type mode to the complex version.
7556         (emit_insn_modes_c): Likewise.
7557         * tree.c (build_complex_type): Set the complex type to use before
7558         calling layout_type.
7559         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
7560         support for __float128 complex datatypes.
7561         (rs6000_hard_regno_mode_ok): Likewise.
7562         (rs6000_setup_reg_addr_masks): Likewise.
7563         (rs6000_complex_function_value): Likewise.
7564         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
7565         __float128 and __ibm128 complex.
7566         (FLOAT128_IBM_P): Likewise.
7567         (ALTIVEC_ARG_MAX_RETURN): Likewise.
7568         * doc/extend.texi (Additional Floating Types): Document that
7569         -mfloat128 must be used to enable __float128.  Document complex
7570         __float128 and __ibm128 support.
7571
7572 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
7573
7574         PR target/49244
7575         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
7576         char/short arguments promoted to int because of promote_prototypes.
7577
7578 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
7579
7580         * config/i386/predicates.md (register_ssemem_operand): New predicate.
7581         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
7582         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
7583         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
7584         alternatives using "enabled" attribute.  Use register_ssemem_operand
7585         as operand 1 predicate.
7586         (*cmpi<unord>xf_i387): Split XFmode pattern from
7587         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
7588         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
7589         *absneg<mode>2_i387.  Disable unsupported alternatives using
7590         "enabled" attribute.
7591         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
7592
7593 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
7594
7595         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
7596         marker.
7597         (oacc_loop_process): Check mask for loop termination.
7598
7599 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
7600
7601         * cif-code.def (CIF_THUNK): Add.
7602         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
7603         accidental change.
7604
7605 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
7606
7607         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
7608         (dump_inline_summary): Dump it.
7609         (fp_expression_p): New predicate.
7610         (estimate_function_body_sizes): Use it.
7611         (inline_merge_summary): Merge fp_expressions.
7612         (inline_read_section): Read fp_expressions.
7613         (inline_write_summary): Write fp_expressions.
7614         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
7615         codegen boundary if either caller or callee is !fp_expressions.
7616         * ipa-inline.h (inline_summary): Add fp_expressions.
7617         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
7618         to fp_expressions be sure the fp generation flags are updated.
7619
7620 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
7621
7622         PR rtl-optimization/70467
7623         * cse.c (cse_insn): Handle no-op MEM moves after folding.
7624
7625         PR rtl-optimization/70467
7626         * ipa-pure-const.c (check_call): Handle internal calls even in
7627         ipa mode like in local mode.
7628
7629 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7630
7631         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
7632
7633 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
7634
7635         * match.pd (X u< X, X u> X): New transformations.
7636
7637 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
7638
7639         * flag-types.h (enum warn_strict_overflow_code): Move ...
7640         * coretypes.h: ... here.
7641         * fold-const.h (fold_overflow_warning): Declare.
7642         * fold-const.c (fold_overflow_warning): Make non-static.
7643         (fold_comparison): Move the transformation of X +- C1 CMP C2
7644         into X CMP C2 -+ C1 ...
7645         * match.pd: ... here.
7646         * gimple-fold.c (fold_stmt_1): Protect with
7647         fold_defer_overflow_warnings.
7648
7649 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
7650
7651         * omp-low.c (struct oacc_loop): Add 'inner' field.
7652         (new_oacc_loop_raw): Initialize it to zero.
7653         (oacc_loop_fixed_partitions): Initialize it.
7654         (oacc_loop_auto_partitions): Partition outermost loop to outermost
7655         available partitioning.
7656
7657 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
7658
7659         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
7660         register_operand.
7661         (umulsidi3): Likewise.
7662         (indirect_jump): Fix jump instruction assembly patterns.
7663
7664 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
7665
7666         PR target/70860
7667         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
7668         (nvptx_function_value): Assert non-NULL cfun.
7669
7670 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
7671
7672         PR rtl-optimization/70886
7673         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
7674
7675         * cselib.h (rtx_equal_for_cselib_1): Declare.
7676         (rtx_equal_for_cselib_p: New inline function.
7677         * cselib.c (rtx_equal_for_cselib_p): Delete.
7678         (rtx_equal_for_cselib_1): Make public.
7679
7680 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
7681
7682         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
7683         (register_mixssei387nonimm_operand): Remove predicate.
7684         * config/i386/i386.md (*fop_<mode>_comm): Merge from
7685         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
7686         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
7687         for TARGET_MIX_SSE_I387 alternatives.
7688         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
7689         Disable unsupported alternatives using "enabled" attribute.  Use
7690         nonimm_ssenomem_operand as operand 1 predicate.  Also check
7691         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
7692
7693 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
7694
7695         * tree.c (cst_and_fits_in_hwi): Simplify.
7696
7697 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
7698
7699         * tree.h (wi::to_wide): New function.
7700         * expr.c (expand_expr_real_1): Use wi::to_wide.
7701         * fold-const.c (int_const_binop_1): Likewise.
7702         (extract_muldiv_1): Likewise.
7703
7704 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
7705
7706         * wide-int.h: Update offset_int and widest_int documentation.
7707         (WI_SIGNED_SHIFT_RESULT): New macro.
7708         (wi::binary_shift): Define signed_shift_result_type for
7709         shifts on offset_int- and widest_int-like types.
7710         (generic_wide_int): Support <<= and >>= if << and >> are supported.
7711         * tree.h (int_bit_position): Use shift operators instead of wi::
7712          shifts.
7713         * alias.c (adjust_offset_for_component_ref): Likewise.
7714         * expr.c (get_inner_reference): Likewise.
7715         * fold-const.c (fold_comparison): Likewise.
7716         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
7717         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
7718         * tree-dfa.c (get_ref_base_and_extent): Likewise.
7719         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
7720         (stmt_kills_ref_p): Likewise.
7721         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
7722         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
7723         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
7724         (ao_ref_init_from_vn_reference): Likewise.
7725
7726 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
7727
7728         * wide-int.h: Update offset_int and widest_int documentation.
7729         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
7730         (wi::binary_traits): Allow ordered comparisons between offset_int and
7731         offset_int, between widest_int and widest_int, and between either
7732         of these types and basic C types.
7733         (operator <, <=, >, >=): Define for the same combinations.
7734         * tree.h (tree_int_cst_lt): Use comparison operators instead
7735         of wi:: comparisons.
7736         (tree_int_cst_le): Likewise.
7737         * gimple-fold.c (fold_array_ctor_reference): Likewise.
7738         (fold_nonarray_ctor_reference): Likewise.
7739         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
7740         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
7741         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
7742         * tree-sra.c (completely_scalarize): Likewise.
7743         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
7744         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
7745         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
7746         (check_for_binary_op_overflow): Likewise.
7747         (search_for_addr_array): Likewise.
7748         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
7749
7750 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
7751
7752         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
7753         (arc_save_restore): Likewise.
7754         (arc_dwarf_register_span): Likewise.
7755         (arc_output_pic_addr_const): Initialize suffix variable.
7756
7757 2016-05-02  Martin Liska  <mliska@suse.cz>
7758
7759         * symbol-summary.h (function_summary::function_summary):
7760         Remove checking assert for all cgraph nodes.
7761         (function_summary::get): Check summary_uid.
7762         (symtab_insertion): Check summary_uid.
7763
7764 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
7765
7766         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
7767         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
7768         bmaskn instruction.
7769         (arc_dwarf_register_span): Remove enum keyword.
7770         (compact_memory_operand_p): New function.
7771         * config/arc/arc.h (reg_class): Add code density register classes.
7772         (REG_CLASS_NAMES): Likewise.
7773         (REG_CLASS_CONTENTS): Likewise.
7774         * config/arc/arc.md (*movqi_insn): Add code density instructions.
7775         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
7776         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
7777         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
7778         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
7779         constraints.
7780         (h, Rcd, Rsd, Rzd): New register constraints.
7781         (T): Use compact_memory_operand_p function.
7782         * config/arc/predicates.md (compact_load_memory_operand): Remove.
7783
7784 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
7785
7786         * config/sh/sh.md (*negnegt, *movtt): Remove.
7787
7788 2016-05-02  Marek Polacek  <polacek@redhat.com>
7789             Tom de Vries  <tom@codesourcery.com>
7790
7791         PR tree-optimization/70700
7792         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
7793         bigger than FIRST_REF_NODE.
7794
7795 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
7796
7797         PR target/52898
7798         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
7799         TARGET_CMPEQDI_T.
7800         (prepare_cbranch_operands): Don't use scratch register.  Assume that
7801         function is used when pseudos can be created.
7802         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
7803         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
7804         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
7805         define_expand.  Allow it only when pseudos can be created.
7806         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
7807
7808 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
7809
7810         * config/i386/constraints.md (BC): Only allow -1 operands.
7811         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
7812         Add "enabled" attribute.  Update XI mode attribute calculation.
7813         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
7814         (*movoi_internal_avx): Update XI mode attribute calculation.
7815         (*movti_internal): Ditto.
7816
7817 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
7818
7819         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
7820         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
7821
7822 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
7823
7824         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
7825         statement on instruction code.  Remove trailing spaces.
7826         (altivec_expand_stv_builtin): Likewise.
7827
7828 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
7829
7830         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
7831         (TARGET_FPU_DOUBLE): Simplify.
7832         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
7833         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
7834         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
7835         with 'TARGET_FPU_DOUBLE'.
7836         * config/sh/sh.md: Likewise.
7837
7838 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
7839
7840         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
7841         SH_DIV_STR_FOR_SIZE): Remove.
7842         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
7843         SH_DIV_STR_FOR_SIZE): Remove.
7844
7845 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
7846
7847         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
7848         logical_reg_operand): Delete.
7849         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
7850         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
7851         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
7852         match_operand and match_test.
7853         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
7854         variables on their first use.  Return bool values.
7855         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
7856         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
7857         arith_reg_operand for input operand.  Remove empty constraints.
7858         (xorsi3): Delete.
7859         (*xorsi3_compact): Rename to xorsi3.
7860         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
7861         (*zero_extend<mode>si2_disp_mem): Update comment.
7862         (mov_nop): Delete.
7863
7864 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
7865
7866         * config/sh/t-sh: Remove SH5 support.
7867         * config.gcc: Likewise.
7868         * configure: Likewise.
7869
7870 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7871
7872         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
7873
7874 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
7875
7876         * config/sh/sh.c (register_sh_passes, sh_option_override,
7877         sh_print_operand, prepare_move_operands,
7878         sh_can_follow_jump): Remove TARGET_SH1 checks.
7879         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
7880         PROMOTE_MODE): Likewise.
7881         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
7882         movdi): Likewise.
7883
7884 2016-04-30  Alan Modra  <amodra@gmail.com>
7885
7886         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
7887         restoring when fixed_reg_p, but allow out-of-line or stmw save.
7888         Check for user regs later to avoid unnecessary looping over regs.
7889         Merge user reg check with non-saved reg check.  Don't force
7890         inline VR restore when static chain used.
7891         (rs6000_frame_related): Omit eh_frame info for user regs when
7892         saving.
7893         (fixed_regs_p): Delete.
7894
7895 2016-04-30  Alan Modra  <amodra@gmail.com>
7896
7897         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
7898         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
7899         Update all uses.
7900
7901 2016-04-30  Alan Modra  <amodra@gmail.com>
7902
7903         PR target/69645
7904         * config/rs6000/rs6000.c (fixed_reg_p): New function.
7905         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
7906         Update all uses.
7907
7908 2016-04-30  Alan Modra  <amodra@gmail.com>
7909
7910         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
7911         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
7912         flag_pic test for Darwin.
7913
7914 2016-04-30  Alan Modra  <amodra@gmail.com>
7915
7916         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
7917         throw_calls_crossed.
7918         (REG_FREQ_CALLS_CROSSED): Delete.
7919         (REG_N_THROWING_CALLS_CROSSED): Delete.
7920         * regstat.c (regstat_bb_compute_ri): Don't calculate
7921         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
7922         (dump_reg_info): Don't print call cross frequency.
7923         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
7924         and REG_N_THROWING_CALLS_CROSSED.
7925
7926 2016-04-30  Alan Modra  <amodra@gmail.com>
7927
7928         * regs.h (struct reg_info_t): Delete live_length.
7929         (REG_LIVE_LENGTH): Delete macro.
7930         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
7931         local_live, local_processed and local_live_last_luid params.
7932         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
7933         Formatting fixes.
7934         (regstat_compute_ri): Adjust for above.  Don't set
7935         REG_LIVE_LENGTH.
7936         (dump_reg_info): Don't print live length.
7937         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
7938         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
7939         Localize loop_depth var.
7940
7941 2016-04-30  Alan Modra  <amodra@gmail.com>
7942
7943         * ira.c (enum valid_equiv): New.
7944         (validate_equiv_mem): Return enum.
7945         (update_equiv_mem): Create replacement in more cases.
7946         (add_store_equivs): Update validate_equiv_mem call.
7947
7948 2016-04-30  Alan Modra  <amodra@gmail.com>
7949
7950         * ira.c (combine_and_move_insns): Rather than scanning insns,
7951         use DF infrastucture to find use and def insns.
7952
7953 2016-04-30  Alan Modra  <amodra@gmail.com>
7954
7955         ira.c (combine_and_move_insns): Move invariant conditions..
7956         (ira.c): ..to here.  Call combine_and_move_insns before
7957         add_store_equivs.  Call grow_reg_equivs later.  Allocate
7958         req_equiv later using max_reg_num() rather than global max_regno.
7959         (contains_replace_regs): Delete.
7960         (add_store_equivs): Remove contains_replace_regs test.
7961
7962 2016-04-30  Alan Modra  <amodra@gmail.com>
7963
7964         * ira.c (struct equiv_mem_data): New.
7965         (equiv_mem, equiv_mem_modified): Delete static vars.
7966         (validate_equiv_mem_from_store): Use "data" param to communicate..
7967         (validate_equiv_mem): ..from here.
7968
7969 2016-04-30  Alan Modra  <amodra@gmail.com>
7970
7971         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
7972         split out from..
7973         (update_reg_equivs): ..here.  Move allocation and freeing of
7974         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
7975         end_alias_analysis to..
7976         (ira): ..here.
7977
7978 2016-04-30  Alan Modra  <amodra@gmail.com>
7979
7980         * ira.c (pdx_subregs): Delete.
7981         (struct equivalence): Add pdx_subregs field.
7982         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
7983         pdx_subregs access.
7984         (update_equiv_regs): Don't create or free pdx_subregs.  Update
7985         pdx_subregs access.
7986
7987 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7988
7989         * config/rs6000/altivec.h: Change definitions of vec_xl and
7990         vec_xst.
7991         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
7992         (LD_ELEMREV_V2DI): New.
7993         (LD_ELEMREV_V4SF): New.
7994         (LD_ELEMREV_V4SI): New.
7995         (LD_ELEMREV_V8HI): New.
7996         (LD_ELEMREV_V16QI): New.
7997         (ST_ELEMREV_V2DF): New.
7998         (ST_ELEMREV_V2DI): New.
7999         (ST_ELEMREV_V4SF): New.
8000         (ST_ELEMREV_V4SI): New.
8001         (ST_ELEMREV_V8HI): New.
8002         (ST_ELEMREV_V16QI): New.
8003         (XL): New.
8004         (XST): New.
8005         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8006         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
8007         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
8008         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
8009         (altivec_expand_builtin): Add handling for
8010         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
8011         (rs6000_invalid_builtin): Add error-checking for
8012         RS6000_BTM_P9_VECTOR.
8013         (altivec_init_builtins): Define builtins used to implement vec_xl
8014         and vec_xst.
8015         (rs6000_builtin_mask_names): Define power9-vector.
8016         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
8017         (RS6000_BTM_P9_VECTOR): Define.
8018         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
8019         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
8020         (vsx_ld_elemrev_v2df): Likewise.
8021         (vsx_ld_elemrev_v4sf): Likewise.
8022         (vsx_ld_elemrev_v4si): Likewise.
8023         (vsx_ld_elemrev_v8hi): Likewise.
8024         (vsx_ld_elemrev_v16qi): Likewise.
8025         (vsx_st_elemrev_v2df): Likewise.
8026         (vsx_st_elemrev_v2di): Likewise.
8027         (vsx_st_elemrev_v4sf): Likewise.
8028         (vsx_st_elemrev_v4si): Likewise.
8029         (vsx_st_elemrev_v8hi): Likewise.
8030         (vsx_st_elemrev_v16qi): Likewise.
8031         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
8032         grammar.
8033
8034 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
8035
8036         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
8037         out into ...
8038         (simplify_control_stmt_condition_1): ... here.  Recurse into
8039         BIT_AND_EXPRs and BIT_IOR_EXPRs.
8040
8041 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
8042
8043         PR target/69810
8044         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
8045         (zero_extendqi<mode>2_dot): Revert earlier conversion from
8046         define_insn_and_split to define_insn.
8047         (zero_extendqi<mode>2_dot2): Same.
8048         (extendqi<mode>2_dot): Same.
8049         (extendqi<mode>2_dot2): Same.
8050
8051 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
8052
8053         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
8054         (probe_stack): New expander.
8055         (probe_stack_<mode>): New insn pattern.
8056
8057 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
8058
8059         * config/i386/i386.md
8060         (operations with memory inputs setting flags peephole2):
8061         Remove uneeded REG_P checks.  Cleanup pattern generation.
8062
8063 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
8064
8065         * tree-vect-loop.c (vect_transform_loop): Fix
8066         nb_iterations_upper_bound computation for vectorized loop.
8067
8068 2016-04-29  Marek Polacek  <polacek@redhat.com>
8069             Jakub Jelinek  <jakub@redhat.com>
8070
8071         PR sanitizer/70342
8072         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
8073         TARGET_EXPR_SLOT as a base.
8074
8075 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
8076
8077         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
8078         with 'rCm2' constraints to limit possible immediate size.
8079         (*load_zeroextendqisi_update): Likewise.
8080         (*load_signextendqisi_update): Likewise.
8081         (*loadhi_update): Likewise.
8082         (*load_zeroextendhisi_update): Likewise.
8083         (*load_signextendhisi_update): Likewise.
8084         (*loadsi_update): Likewise.
8085         (*loadsf_update): Likewise.
8086
8087 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
8088
8089         * config/i386/predicates.md (constm1_operand): Fix comparison.
8090
8091 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
8092
8093         * testsuite/gcc.target/arc/ieee_eq.c: New test.
8094
8095 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
8096
8097         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
8098         remaining SH5 related settings.
8099         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
8100         shmedia_prepare_call_address): Delete.
8101         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
8102         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
8103         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
8104         UNSUPPORTED_SH2A): Remove m5 checks.
8105         (sh_divide_strategy_e): Remove SH5 division strategies.
8106         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
8107         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
8108
8109 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8110
8111         * config/s390/s390.c (s390_rtx_costs): Update documentation.
8112
8113 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8114
8115         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
8116         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
8117         Change lder to ldr.
8118         * config/s390/vector.md ("mov<mode>"): Likewise.
8119
8120 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
8121
8122         * config/s390/constraints.md ("U", "W"): Invoke
8123         s390_mem_constraint with "ZR" and "ZT".
8124         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
8125         addresses when using LRA.  Accept also short displacements for S
8126         and T constraints.  Do not check for long displacement target for
8127         S and T constraints.
8128         (s390_mem_constraint): Remove handling of U and W constraints.
8129         * config/s390/s390.md (various patterns): Remove the short
8130         displacement constraints (Q and R) if a long displacement
8131         constraint is present.  Add longdisp as required CPU capability.
8132         * config/s390/vector.md: Likewise.
8133         * config/s390/vx-builtins.md: Likewise.
8134
8135 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
8136
8137         PR target/60040
8138         * reload1.c (reload): Call finish_spills before
8139         restarting reload loop. Skip select_reload_regs
8140         if update_eliminables_and_spill returns true.
8141
8142 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
8143
8144         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
8145         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
8146         (umulhisi3_imm): Update predicates and constraint letters.
8147         (umulhisi3_reg): Declare instruction as commutative.
8148         * config/arc/constraints.md (J12, J16): New constraints.
8149         * config/arc/predicates.md (short_unsigned_const_operand): New
8150         predicate.
8151         (arc_short_operand): Likewise.
8152         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
8153
8154 2016-04-29  Richard Biener  <rguenther@suse.de>
8155
8156         PR tree-optimization/13962
8157         PR tree-optimization/65686
8158         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
8159         * tree-ssa-alias.c (ptrs_compare_unequal): New function
8160         using PTA to compare pointers.
8161         * match.pd: Add pattern for pointer equality compare simplification
8162         using ptrs_compare_unequal.
8163
8164 2016-04-29  Richard Biener  <rguenther@suse.de>
8165
8166         * stor-layout.c (layout_type): Do not build a pointer-to-element
8167         type for arrays.
8168
8169 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
8170
8171         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
8172         Use SWI mode iterator.  Use general_reg_operand predicate.
8173         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
8174         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
8175         predicates.
8176
8177 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
8178
8179         PR middle-end/70843
8180         * fold-const.c (operand_equal_p): Don't verify hash value equality
8181         if arg0 == arg1.
8182         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
8183         and OMP_CLAUSE.
8184
8185 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
8186
8187         PR target/70858
8188         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
8189         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
8190         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
8191         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
8192         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
8193
8194 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
8195
8196         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
8197         to info.  Don't initialize separate fields to 0.  Clean up
8198         formatting a bit.
8199
8200 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
8201
8202         * config/i386/i386.md (peephole2s for operations with memory inputs):
8203         Use SWI mode iterator.
8204         (peephole2s for operations with memory outputs): Ditto.
8205         Do not check for stack checking probe.
8206
8207         (probe_stack): Remove expander.
8208
8209 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
8210             Andrew Burgess  <andrew.burgess@embecosm.com>
8211
8212         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
8213         operands as 32-bits.
8214
8215 2016-04-28  Jason Merrill  <jason@redhat.com>
8216
8217         * gdbinit.in: Skip line-map.h.
8218
8219 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
8220             Andrew Burgess  <andrew.burgess@embecosm.com>
8221
8222         * config/arc/arc.c (arc_conditional_register_usage): Take
8223         TARGET_RRQ_CLASS into account.
8224         (arc_print_operand): Support printing 'p' and 's' operands.
8225         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
8226         as 0.
8227         (TARGET_RRQ_CLASS): Define.
8228         (IS_POWEROF2_OR_0_P): Define.
8229         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
8230         alternatives.
8231         (*tst_movb): New define_insn.
8232         (*tst): Avoid recognition if it could prevent '*tst_movb'
8233         combination; replace c/CnL with c/Chs alternative.
8234         (*tst_bitfield_tst): New define_insn.
8235         (*tst_bitfield_asr): New define_insn.
8236         (*tst_bitfield): New define_insn.
8237         (andsi3_i): Add Rrq variant.
8238         (extzv): New define_expand.
8239         (insv): New define_expand.
8240         (*insv_i): New define_insn.
8241         (*movb): New define_insn.
8242         (*movb_signed): New define_insn.
8243         (*movb_high): New define_insn.
8244         (*movb_high_signed): New define_insn.
8245         (*movb_high_signed + 1): New define_split pattern.
8246         (*mrgb): New define_insn.
8247         (*mrgb + 1): New define_peephole2 pattern.
8248         (*mrgb + 2): New define_peephole2 pattern.
8249         * config/arc/arc.opt (mbitops): New option for nps400, uses
8250         TARGET_NPS_BITOPS_DEFAULT.
8251         * config/arc/constraints.md (q): Make register class conditional.
8252         (Rrq): New register constraint.
8253         (Chs): New constraint.
8254         (Clo): New constraint.
8255         (Chi): New constraint.
8256         (Cbf): New constraint.
8257         (Cbn): New constraint.
8258         (C18): New constraint.
8259         (Cbi): New constraint.
8260
8261 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
8262
8263         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
8264         dst->popcount.
8265         (bitmap_intersection_of_preds): Ditto.
8266         (bitmap_union_of_succs): Ditto.
8267         (bitmap_union_of_preds): Ditto.
8268         * sbitmap.c (do_popcount): Delete.
8269         (BITMAP_DEBUGGING): Delete.
8270         (sbitmap_verify_popcount): Delete.
8271         (sbitmap_alloc): Don't initialize the popcount field.
8272         (sbitmap_alloc_with_popcount): Delete.
8273         (sbitmap_resize): Don't resize the popcount array.
8274         (sbitmap_vector_alloc): Don't initialize the popcount field.
8275         (bitmap_copy): Don't copy the popcount array.
8276         (bitmap_clear): Don't clear the popcount array.
8277         (bitmap_clear): Delete the popcount array handling.
8278         (bitmap_ior_and_compl): Delete the popcount assert.
8279         (bitmap_not): Ditto.
8280         (bitmap_and_compl): Ditto.
8281         (bitmap_and): Delete the popcount array handling.
8282         (bitmap_xor): Ditto.
8283         (bitmap_ior): Ditto.
8284         (bitmap_or_and): Delete the popcount assert.
8285         (bitmap_and_or): Ditto.
8286         (popcount_table): Delete.
8287         (sbitmap_elt_popcount): Delete.
8288         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
8289         (bitmap_set_bit): Delete the popcount assert.
8290         (bitmap_clear_bit): Ditto.
8291         (sbitmap_free): Don't free the popcount array.
8292         (sbitmap_alloc_with_popcount): Delete declaration.
8293         (sbitmap_popcount): Ditto.
8294
8295 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
8296             Andrew Burgess  <andrew.burgess@embecosm.com>
8297
8298         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
8299         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
8300         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
8301         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
8302         * config/arc/arc.opt (mcmem): New option.
8303         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
8304         supply length for r/m alternative.
8305         (*extendqisi2_ac): Likewise.
8306         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
8307         r/Uex alternative.
8308         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
8309         (movhi_insn): Likewise.
8310         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
8311         (*zero_extendqihi2_i): Add r/Ucm alternative.
8312         (*zero_extendqisi2_ac): Likewise.
8313         (*zero_extendhisi2_i): Likewise.
8314         * config/arc/constraints.md (Uex): New memory constraint.
8315         (Ucm): New define_constraint.
8316         * config/arc/predicates.md (long_immediate_loadstore_operand):
8317         Return 0 for MEM with cmem_address address.
8318         (cmem_address_0): New predicates.
8319         (cmem_address_1): Likewise.
8320         (cmem_address_2): Likewise.
8321         (cmem_address): Likewise.
8322
8323 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
8324
8325         * config/rs6000/rs6000.c (machine_function): Rename
8326         insn_chain_scanned_p to spe_insn_chain_scanned_p.
8327         (rs6000_stack_info): Adjust.
8328
8329 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
8330             Andrew Burgess  <andrew.burgess@embecosm.com>
8331
8332         * config/arc/constraints.md (Usd): Convert to define_constraint.
8333         (Us<): Likewise.
8334         (Us>): Likewise.
8335
8336 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
8337
8338         PR target/70821
8339         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
8340         Add new peephole2 where the first insn is *mov<mode>_or instead of
8341         *mov<mode>_internal.
8342
8343 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
8344
8345         * tracer.c (bb_seen): Make static.
8346
8347 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
8348
8349         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
8350         support, setup defaults.
8351         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
8352         * config/arc/arc.c (arc_init): Add NPS400 support.
8353         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
8354         (TARGET_ARC700): NPS400 is also an ARC700.
8355         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
8356
8357 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
8358
8359         PR target/70668
8360         * config/nds32/nds32.md (casesi): Don't access the operands array
8361         out of bounds.
8362
8363 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
8364
8365         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
8366         (or $-1,reg peephole2): Ditto.
8367         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
8368
8369 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
8370
8371         * doc/extend.texi (Common Function Attributes) [optimize]:
8372         Discourage use of the optimize attribute.
8373
8374 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
8375
8376         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
8377         special case builtin.
8378         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
8379         ALTIVEC_BUILTIN_VEC_ADDE.
8380         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
8381         support for ALTIVEC_BUILTIN_VEC_ADDE.
8382         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
8383         for __builtin_vec_adde.
8384
8385 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
8386
8387         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
8388         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
8389
8390 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8391
8392         PR testsuite/70595
8393         * doc/sourcebuild.texi (Effective-Target Keywords, Other
8394         attributes): Document cilkplus_runtime.
8395
8396 2016-04-28  Martin Jambor  <mjambor@suse.cz>
8397
8398         * tree-cfg.c (verify_expr): Verify that local declarations belong to
8399         this function.  Call verify_expr on MEM_REFs and bases of other
8400         handled_components.
8401
8402 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8403
8404         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
8405         for WORD_REGISTER_OPERATIONS to runtime check.
8406
8407 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8408
8409         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
8410
8411 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8412
8413         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
8414         big-endian compilation.
8415         * config/arc/arc.md (addf3): Likewise.
8416         (subdf3): Likewise.
8417         (muldf3): Likewise.
8418
8419 2016-04-28  Richard Biener  <rguenther@suse.de>
8420
8421         PR tree-optimization/70840
8422         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
8423         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
8424         Mark x * pow(x,c) -> pow(x,c+1) commutative.
8425         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
8426
8427 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8428
8429         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
8430         and explain why in a comment.
8431
8432 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8433
8434         * config/arc/arc.md (cpu_facility): Add fpx variant.
8435         (subdf3): Prohibit use reverse sub when assist operations option
8436         is enabled.
8437         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
8438         instructions only when FPX is enabled.
8439         * testsuite/gcc.target/arc/trsub.c: New test.
8440
8441 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
8442
8443         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
8444         mult_operator when calculating "type" attribute.
8445         (*fop_<mode>_1_i387): Ditto.
8446         (*fop_xf_1_i387): Ditto.
8447         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
8448         Use std::swap to swap operands.  Use RTL expressions to generate
8449         converted pattern.
8450
8451 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8452             Joern Rennecke  <joern.rennecke@embecosm.com>
8453
8454         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
8455         declaration.
8456         (emit_pic_move): Remove.
8457         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
8458         * config/arc/arc.c (emit_pic_move): Removed.
8459         (TARGET_HAVE_TLS): Define.
8460         (arc_conditional_register_usage): Test for arc_tp_regno.
8461         (arc_print_operand, arc_print_operand_address): Handle TLS
8462         unspecs.
8463         (arc_needs_pcl_p): New function.
8464         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
8465         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
8466         (arc_raw_symbolic_reference_mentioned_p): Likewise.
8467         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
8468         (arc_legitimize_tls_address): Likewise.
8469         (DTPOFF_ZERO_SYM): Define.
8470         (arc_legitimize_pic_address): Make it static, handle TLS cases.
8471         (arc_output_pic_addr_const): Print TLS unspecs.
8472         (prepare_pic_move): New function, replaces emit_pic_move.
8473         (arc_legitimate_constant_p): Handle TLS unspecs.
8474         (arc_legitimate_address_p): Likewise.
8475         (arc_rewrite_small_data_p): Use assert for TLS constants.
8476         (prepare_move_operands): Use prepare_pic_move.
8477         (arc_legitimize_address): Legitimize tls addresses.
8478         (arc_epilogue_uses): Check for arc_tp_regno.
8479         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
8480         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
8481         Define.
8482         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
8483         Likewise.
8484         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
8485         %(arc_tls_extra_start_spec).
8486         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
8487         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
8488         (EH_USES): Define.
8489         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
8490         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
8491         (UNSPEC_TLS_OFF): Add.
8492         (R10_REG): Define.
8493         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
8494         (get_thread_pointersi): New patterns.
8495         * config/arc/arc.opt (mtp-regno): New option.
8496         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
8497         (move_dest_operand): Likewise.
8498         * configure: Regenerate.
8499         * configure.ac: Add arc*-*-* case to test for tls.
8500         * doc/invoke.texi (ARC options): Document mtp-regno.
8501
8502 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8503
8504         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
8505         the new ARC HS SIMD instructions.
8506         (arc_preferred_simd_mode): New function.
8507         (arc_autovectorize_vector_sizes): Likewise.
8508         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
8509         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
8510         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
8511         (arc_init_builtins): Add new SIMD builtin types.
8512         (arc_split_move): Handle 64 bit vector moves.
8513         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
8514         (TARGET_PLUS_QMACW): Define.
8515         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
8516         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
8517         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
8518         (VSUBADD4H): New builtins.
8519         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
8520         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
8521
8522 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
8523             Matthias Klose  <doko@debian.org>
8524
8525         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
8526
8527 2016-04-28  Richard Biener  <rguenther@suse.de>
8528
8529         PR middle-end/70777
8530         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
8531         canonicalization.
8532
8533 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
8534
8535         * common/config/sh/sh-common.c: Remove SH5 support.
8536         * config/sh/constraints.md: Likewise.
8537         * config/sh/config/sh/elf.h: Likewise.
8538         * config/sh/linux.h: Likewise.
8539         * config/sh/netbsd-elf.h: Likewise.
8540         * config/sh/predicates.md: Likewise.
8541         * config/sh/sh-c.c: Likewise.
8542         * config/sh/sh-protos.h: Likewise.
8543         * config/sh/sh.c: Likewise.
8544         * config/sh/sh.h: Likewise.
8545         * config/sh/sh.md: Likewise.
8546         * config/sh/sh.opt: Likewise.
8547         * config/sh/sync.md: Likewise.
8548         * config/sh/sh64.h: Delete.
8549         * config/sh/shmedia.h: Likewise.
8550         * config/sh/shmedia.md: Likewise.
8551         * config/sh/sshmedia.h: Likewise.
8552         * config/sh/t-netbsd-sh5-64: Likewise.
8553         * config/sh/t-sh64: Likewise.
8554         * config/sh/ushmedia.h: Likewise.
8555
8556 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
8557
8558         * config/i386/i386.md (sign_extend to memory peephole2s): Use
8559         general_reg_operand instead of register_operand predicate.
8560
8561 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8562
8563         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
8564
8565 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
8566
8567         * match.pd (A - B > A, A + B < A): New transformations.
8568
8569 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
8570
8571         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
8572         which defaults to true.  Emit an outer pair of parentheses only if
8573         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
8574         don't emit parentheses for the right-hand operand.
8575
8576 2016-04-27  Jeff Law  <law@redhat.com>
8577
8578         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
8579
8580 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8581
8582         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
8583         (altivec_lvx_<mode>_internal): Document.
8584         (altivec_lvx_<mode>_2op): New define_insn.
8585         (altivec_lvx_<mode>_1op): Likewise.
8586         (altivec_lvx_<mode>_2op_si): Likewise.
8587         (altivec_lvx_<mode>_1op_si): Likewise.
8588         (altivec_stvx_<mode>): Remove.
8589         (altivec_stvx_<mode>_internal): Document.
8590         (altivec_stvx_<mode>_2op): New define_insn.
8591         (altivec_stvx_<mode>_1op): Likewise.
8592         (altivec_stvx_<mode>_2op_si): Likewise.
8593         (altivec_stvx_<mode>_1op_si): Likewise.
8594         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
8595         Expand vec_ld and vec_st during parsing.
8596         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
8597         changes.
8598         (altivec_expand_stvx_be): Likewise.
8599         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
8600         address-masking behavior in RTL.
8601         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
8602         address-masking behavior in RTL.
8603         (altivec_expand_builtin): Change builtin code arguments for calls
8604         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
8605         (insn_is_swappable_p): Avoid incorrect swap optimization in the
8606         presence of lvx/stvx patterns.
8607         (alignment_with_canonical_addr): New function.
8608         (alignment_mask): Likewise.
8609         (find_alignment_op): Likewise.
8610         (recombine_lvx_pattern): Likewise.
8611         (recombine_stvx_pattern): Likewise.
8612         (recombine_lvx_stvx_patterns): Likewise.
8613         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
8614         stvx patterns from expand.
8615         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
8616         expansions.
8617         (vector_altivec_store_<mode>): Likewise.
8618
8619 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
8620
8621         * config/aarch64/aarch64.md
8622         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
8623         remove the "fp" attributes.
8624         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
8625         add the "simd" attributes.
8626         (*movdf_aarch64): Likewise.
8627         (*movtf_aarch64): Remove the "fp" attributes.
8628         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
8629         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
8630
8631 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
8632
8633         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
8634         rtx to rtx_code_label *.
8635         * rtl.h (maybe_set_first_label_num): Likewise.
8636
8637 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
8638
8639         * df-core.c (df_add_problem): Make the problem param be const.
8640         (df_remove_problem): Make local "problem" be const.
8641         * df-problems.c (problem_RD): Make const.
8642         (problem_LR): Likewise.
8643         (problem_LIVE): Likewise.
8644         (problem_MIR): Likewise.
8645         (problem_CHAIN): Likewise.
8646         (problem_WORD_LR): Likewise.
8647         (problem_NOTE): Likewise.
8648         (problem_MD): Likewise.
8649         * df-scan.c (problem_SCAN): Likewise.
8650         * df.h (struct df_problem): Make field "dependent_problem" be
8651         const.
8652         (struct dataflow): Likewise for field "problem".
8653         (df_add_problem): Make param const.
8654
8655 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
8656
8657         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
8658         inter-unit moves to/from vector registers are enabled.  Do not disable
8659         for TARGET_MMX.
8660
8661 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
8662
8663         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
8664         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
8665         #define to...
8666         (enum df_problem_id): ...this new enum.
8667         (struct df_problem): Convert field "id" from "int" to
8668         enum df_problem_id.
8669
8670 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
8671
8672         * rtl.def: Update comment for "things in the instruction chain" to
8673         reflect the removal of the leading "i" field for INSN_UID in
8674         r210360.  Fix bogus apostrophe.
8675
8676 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
8677
8678         * config/i386/i386.md
8679         (lea arith with mem operand + setcc peephole2): Set operator mode.
8680
8681 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
8682
8683         PR target/70155
8684         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
8685         (dimode_scalar_to_vector_candidate_p): This.
8686         (timode_scalar_to_vector_candidate_p): New function.
8687         (scalar_to_vector_candidate_p): Likewise.
8688         (timode_check_non_convertible_regs): Likewise.
8689         (timode_remove_non_convertible_regs): Likewise.
8690         (remove_non_convertible_regs): Likewise.
8691         (remove_non_convertible_regs): Renamed to ...
8692         (dimode_remove_non_convertible_regs): This.
8693         (scalar_chain::~scalar_chain): Make it virtual.
8694         (scalar_chain::compute_convert_gain): Make it pure virtual.
8695         (scalar_chain::mark_dual_mode_def): Likewise.
8696         (scalar_chain::convert_insn): Likewise.
8697         (scalar_chain::convert_registers): Likewise.
8698         (scalar_chain::add_to_queue): Make it protected.
8699         (scalar_chain::emit_conversion_insns): Likewise.
8700         (scalar_chain::replace_with_subreg): Likewise.
8701         (scalar_chain::replace_with_subreg_in_insn): Likewise.
8702         (scalar_chain::convert_op): Likewise.
8703         (scalar_chain::convert_reg): Likewise.
8704         (scalar_chain::make_vector_copies): Likewise.
8705         (scalar_chain::convert_registers): New pure virtual function.
8706         (class dimode_scalar_chain): New class.
8707         (class timode_scalar_chain): Likewise.
8708         (scalar_chain::mark_dual_mode_def): Renamed to ...
8709         (dimode_scalar_chain::mark_dual_mode_def): This.
8710         (timode_scalar_chain::mark_dual_mode_def): New function.
8711         (timode_scalar_chain::convert_insn): Likewise.
8712         (dimode_scalar_chain::convert_registers): Likewise.
8713         (scalar_chain::compute_convert_gain): Renamed to ...
8714         (dimode_scalar_chain::compute_convert_gain): This.
8715         (scalar_chain::replace_with_subreg): Renamed to ...
8716         (dimode_scalar_chain::replace_with_subreg): This.
8717         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
8718         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
8719         (scalar_chain::make_vector_copies): Renamed to ...
8720         (dimode_scalar_chain::make_vector_copies): This.
8721         (scalar_chain::convert_reg): Renamed to ...
8722         (dimode_scalar_chain::convert_reg ): This.
8723         (scalar_chain::convert_op): Renamed to ...
8724         (dimode_scalar_chain::convert_op): This.
8725         (scalar_chain::convert_insn): Renamed to ...
8726         (dimode_scalar_chain::convert_insn): This.
8727         (scalar_chain::convert): Call convert_registers.
8728         (convert_scalars_to_vector): Change to scalar_chain pointer to
8729         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
8730         in 32-bit mode.  Delete scalar_chain pointer.  Call
8731         free_dominance_info in 64-bit mode.
8732         (pass_stv::gate): Remove TARGET_64BIT check.
8733         (ix86_option_override): Put the 64-bit STV pass before the CSE
8734         pass.
8735
8736 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8737
8738         * dwarf2out.h (struct dw_loc_descr_node): Remove the
8739         dw_loc_frame_offset field.
8740         * dwarf2out.c (new_loc_descr): Likewise.
8741         (resolve_args_picking_1): Turn the VISITED hash set into a
8742         FRAME_OFFSET hash map. Use it to associate a frame offset to
8743         visited nodes. Remove uses of the CHECKING_P macro.
8744         (resolve_args_picking): Update call to resolve_args_picking_1.
8745
8746 2016-04-27  Martin Liska  <mliska@suse.cz>
8747
8748         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
8749         (free_loop_data): Release vuses of groups.
8750
8751 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
8752
8753         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
8754         instead of redundant use_id and boolean have_use_for.
8755         (struct iv_use): Change sub_id into group_id.  Remove field next.
8756         Move fields: related_cands, n_map_members, cost_map and selected
8757         to ...
8758         (struct iv_group): ... here.  New structure.
8759         (struct iv_common_cand): Use structure declaration directly.
8760         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
8761         (MAX_CONSIDERED_USES): Rename macro to ...
8762         (MAX_CONSIDERED_GROUPS): ... here.
8763         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
8764         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
8765         (dump_uses): Rename to ...
8766         (dump_groups): ... here.  Update all uses.
8767         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
8768         (find_induction_variables): Refactor format of dump information.
8769         (record_sub_use): Delete.
8770         (record_use): Update all uses.
8771         (record_group): New function.
8772         (record_group_use, find_interesting_uses_op): Call above functions.
8773         Update all uses.
8774         (find_interesting_uses_cond): Ditto.
8775         (group_compare_offset): New function.
8776         (split_all_small_groups): Rename to ...
8777         (split_small_address_groups_p): ... here.  Update all uses.
8778         (split_address_groups):  Update all uses.
8779         (find_interesting_uses): Refactor format of dump information.
8780         (add_candidate_1): Update all uses.  Remove redundant check on iv,
8781         base and step.
8782         (add_candidate, record_common_cand): Remove redundant assert.
8783         (add_iv_candidate_for_biv): Update use.
8784         (add_iv_candidate_derived_from_uses): Update all uses.
8785         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
8786         (alloc_use_cost_map): Ditto.
8787         (set_use_iv_cost, get_use_iv_cost): Rename to ...
8788         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
8789         (determine_use_iv_cost_generic): Ditto.
8790         (determine_group_iv_cost_generic): Ditto.
8791         (determine_use_iv_cost_address): Ditto.
8792         (determine_group_iv_cost_address): Ditto.
8793         (determine_use_iv_cost_condition): Ditto.
8794         (determine_group_iv_cost_cond): Ditto.
8795         (determine_use_iv_cost): Ditto.
8796         (determine_group_iv_cost): Ditto.
8797         (set_autoinc_for_original_candidates): Update all uses.
8798         (find_iv_candidates): Update all uses.  Refactor dump information.
8799         (determine_use_iv_costs): Ditto.
8800         (determine_iv_costs): Ditto.
8801         (iv_ca_cand_for_use): Rename to ...
8802         (iv_ca_cand_for_group): ... here.  Update all uses.
8803         (iv_ca_add_use, iv_ca_add_group): Ditto.
8804         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
8805         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
8806         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
8807         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
8808         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
8809         (create_new_iv, adjust_iv_update_pos): Ditto.
8810         (rewrite_use_address): Delete.
8811         (rewrite_use_address_1): Rename to ...
8812         (rewrite_use_address): ... here.
8813         (rewrite_use_compare): Update all uses.
8814         (rewrite_use): Delete.
8815         (rewrite_uses): Rename to ...
8816         (rewrite_groups): ... here.  Update all uses.
8817         (remove_unused_ivs, free_loop_data): Update all uses.
8818         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
8819
8820 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8821
8822         * rtlanal.c (nonzero_bits1): Convert preprocessor check
8823         for WORD_REGISTER_OPERATIONS to runtime check.
8824
8825 2016-04-27  Richard Biener  <rguenther@suse.de>
8826
8827         PR ipa/70760
8828         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
8829         aggregate_value_p to determine if a function result is
8830         returned by reference.
8831         (ipa_pta_execute): Functions having their address taken are
8832         not automatically nonlocal.
8833
8834 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
8835
8836         PR sanitizer/70683
8837         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
8838         * fold-const.c (operand_equal_p): If flag_checking and
8839         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
8840         and if it returns non-zero, assert iterative_hash_expr on both
8841         args is the same.
8842
8843 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
8844
8845         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
8846
8847 2016-04-27  Nick Clifton  <nickc@redhat.com>
8848
8849         PR middle-end/49889
8850         * varasm.c (merge_weak): Generate an error if an attempt is made
8851         to convert a non-weak static function into a weak, public function.
8852
8853 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8854
8855         * params.def (MAX_PARTITION_SIZE): New param.
8856         * doc/invoke.texi: Document lto-max-partition.
8857
8858 2016-04-27  Richard Biener  <rguenther@suse.de>
8859
8860         PR ipa/70785
8861         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
8862         function cummulating used_from_other_partition, externally_visible
8863         and force_output from aliases.
8864         (refered_from_nonlocal_var): Likewise.
8865         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
8866         node flags properly.
8867
8868 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
8869
8870         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
8871         (-Wmemset-elt-size): New item.
8872
8873 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
8874
8875         PR ada/70759
8876         * stor-layout.h (internal_reference_types): Delete.
8877         * stor-layout.c (reference_types_internal): Likewise.
8878         (internal_reference_types): Likewise.
8879         (layout_type) <REFERENCE_TYPE>: Adjust.
8880
8881 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
8882
8883         PR sanitizer/70683
8884         * tree.h (inchash::add_expr): Add FLAGS argument.
8885         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
8886         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
8887         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
8888         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
8889         if swap_tree_comparison (code) is smaller than code, hash that
8890         and arguments in the other order.  Hash CONVERT_EXPR the same
8891         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
8892         of ADDR_EXPR of decl as the decl itself.  Add or remove
8893         OEP_ADDRESS_OF from recursive flags as needed.  For
8894         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
8895         operands commutatively and only the third one normally.
8896         For internal CALL_EXPR hash in CALL_EXPR_IFN.
8897
8898 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8899
8900         * config/rtems.h (LIB_SPEC): Add -latomic.
8901
8902 2016-04-27  Joel Sherrill  <joel@rtems.org>
8903
8904         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
8905         xilink.ld and flags not relevant to RTEMS.
8906
8907 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
8908
8909         * toplev.c (backend_init_target): Avoid calling init_reload when using
8910         LRA.
8911
8912 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
8913
8914         * reorg.c (try_merge_delay_insns): Declare i and j inside the
8915         for loops rather than one for the whole function.
8916
8917 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
8918
8919         * match.pd (X + CST CMP X): New transformation.
8920
8921 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
8922
8923         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
8924         * fold-const.c (fold_binary_loc): Remove 2 transformations
8925         superseded by match.pd.
8926         * match.pd (x+x -> x*2): Generalize to integers.
8927
8928 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
8929
8930         * config/i386/i386.md (operation on memory peephole): Duplicate an
8931         existing peephole and adapt it to match lea rather than an operation
8932         that clobbers CC.
8933
8934         PR rtl-optimization/57193
8935         * opts.c (default_options_table): Add OPT_frename_registers at -O2
8936         and above.
8937         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
8938
8939 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
8940
8941         * tree-if-conv.c (any_pred_load_store): New static variable.
8942         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
8943         any_pred_load_store instead of and_mask_load_store.
8944         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
8945         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
8946         (combine_blocks, tree_if_conversion): Ditto.
8947
8948 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
8949
8950         PR tree-optimization/70771
8951         PR tree-optimization/70775
8952         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
8953         virtual PHI nodes.  Delete parameter.
8954         (if_convertible_loop_p_1): Delete argument to above function.
8955         (predicate_all_scalar_phis): Delete code handling single-argument
8956         PHIs.
8957         (tree_if_conversion): Mark and update virtual SSA.
8958
8959 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8960
8961         PR target/61821
8962         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
8963         (x86_elf_aligned_common): Rename to ...
8964         (x86_elf_aligned_decl_common): ... this.
8965         Add decl arg.  Switch to .lbss for largecomm object.  Use
8966         LARGECOMM_SECTION_ASM_OP.
8967         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
8968         renaming.
8969         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
8970         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
8971         Pass new decl arg.
8972         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8973         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
8974
8975 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8976
8977         PR target/59407
8978         * config/i386/i386.c (SECTION_LARGE): Define.
8979         (x86_64_elf_select_section): Set it for large data/bss sections.
8980         Only clear SECTION_WRITE for .lrodata.
8981         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
8982         data/bss sections.
8983         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
8984         * varasm.c (default_elf_asm_named_section): Grow flagchars.
8985         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
8986         SECTION_MACH_DEP.
8987         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
8988         * doc/tm.texi: Regenerate.
8989
8990 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
8991
8992         PR bootstrap/70704
8993         * configure.ac (--enable-checking): Document extra flag, for
8994         non-release builds default to --enable-checking=yes,extra.
8995         If misc checking and extra checking, define CHECKING_P to 2 instead
8996         of 1.
8997         * common.opt (fchecking=): Add.
8998         * doc/invoke.texi (-fchecking=): Document.
8999         * doc/install.texi: Document --enable-checking changes.
9000         * configure: Regenerated.
9001         * config.in: Regenerated.
9002
9003 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
9004
9005         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
9006         attribute instead of which_alternative.
9007         * config/i386/sse.md (*mov<mode>_internal): Ditto.
9008         Use EXT_REX_SSE_REG_P where appropriate.
9009
9010 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
9011
9012         * config/i386/predicates.md (const0_operand): Do not match
9013         const_wide_int code.
9014         (const1_operand): Ditto.
9015
9016 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
9017
9018         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
9019         for SSE constm1 operands and TARGET_AVX512VL.
9020         (*movti_internal): Ditto.
9021         (*mov<mode>_or): Use constm1_operand predicate.
9022         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
9023         for SSE vector_all_ones operands and TARGET_AVX512VL.
9024         * config/i386/predicates.md (constm1_operand): New predicate.
9025         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
9026         emission of constant -1 load.
9027
9028 2016-04-25  Jason Merrill  <jason@redhat.com>
9029
9030         * gdbinit.in: Skip is-a.h.
9031
9032         * attribs.c (register_scoped_attributes): Fix logic.
9033         * attribs.h: Declare register_scoped_attributes.
9034
9035 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9036
9037         * config/rs6000/rs6000-builtin.def: Correct pasto error for
9038         stxvd2x and stxvw4x built-in functions.
9039
9040 2016-04-25  DJ Delorie  <dj@redhat.com>
9041
9042         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
9043         (ashrhi3): Likewise.
9044         (lshrhi3): Likewise.
9045
9046 2016-04-25  Richard Biener  <rguenther@suse.de>
9047
9048         PR tree-optimization/70780
9049         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
9050         wasn't visited yet.
9051         (compute_antic): Mark blocks with abnormal preds as visited as
9052         they have a final empty antic-in solution already.
9053
9054 2016-04-25  Michael Collison  <michael.collison@linaro.org>
9055
9056         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
9057
9058 2016-04-25  Michael Collison  <michael.collison@linaro.org>
9059
9060         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
9061         mode is VQI to improve mixed mode vectorization.
9062         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
9063         define_insn to match low half of signed vaddw.
9064         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
9065         define_insn to match high half of signed vaddw.
9066         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
9067         define_insn to match low half of unsigned vaddw.
9068         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
9069         define_insn to match high half of unsigned vaddw.
9070         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
9071         (arm_simd_check_vect_par_cnst_half_p): Likewise.
9072         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
9073         for new function.
9074         (arm_simd_check_vect_par_cnst_half_p): Likewise.
9075         * config/arm/predicates.md (vect_par_constant_high): Support
9076         big endian and simplify by calling
9077         arm_simd_check_vect_par_cnst_half
9078         (vect_par_constant_low): Likewise.
9079
9080 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
9081
9082         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
9083         predicate for operand 2.
9084
9085 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
9086             H.J. Lu  <hongjiu.lu@intel.com>
9087
9088         * config/i386/i386-protos.h (standard_sse_constant_p): Add
9089         machine_mode argument.
9090         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
9091         constm1_rtx operands.  For VOIDmode constants, get mode from
9092         pred_mode.  Check mode size if the mode is supported by ABI.
9093         (standard_sse_constant_opcode): Do not use standard_constant_p.
9094         Strictly check ABI support for all-ones operands.
9095         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
9096         immediates. Update calls to standard_sse_constant_p.
9097         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
9098         (ix86_rtx_costs): Ditto.
9099         * config/i386/i386.md (*movxi_internal_avx512f): Use
9100         nonimmediate_or_sse_const_operand instead of vector_move_operand.
9101         Use (v,BC) alternative instead of (v,C). Use register_operand
9102         checks instead of MEM_P.
9103         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
9104         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
9105         isa attribute.  Use register_operand checks instead of MEM_P.
9106         (*movti_internal): Use nonimmediate_or_sse_const_operand for
9107         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
9108         alternative and corresponding sse2 isa attribute.
9109         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
9110         to standard_sse_constant_p.
9111         (FP constant splitters): Ditto.
9112         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
9113         (C): Ditto.
9114         * config/i386/predicates.md (constm1_operand): Remove.
9115         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
9116         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
9117         vector_all_ones_operand instead of constm1_operand.
9118
9119 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9120
9121         * print-rtl.c (print_rtx_insn_vec): New function.
9122         * print-rtl.h: New prototype.
9123         * store-motion.c (struct st_expr): Make avail_stores a vector.
9124         (st_expr_entry): Adjust.
9125         (free_st_expr_entry): Likewise.
9126         (print_store_motion_mems): Likewise.
9127         (find_moveable_store): Likewise.
9128         (compute_store_table): Likewise.
9129         (delete_store): Likewise.
9130         (build_store_vectors): Likewise.
9131
9132 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9133
9134         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
9135
9136 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9137
9138         * vec.h (vec_safe_contains): New function.
9139         (vec::contains): Likewise.
9140         (vec::begin): Likewise.
9141         (vec::end): Likewise.
9142
9143 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
9144
9145         PR sanitizer/70712
9146         * cfgexpand.c (expand_stack_vars): Fix typo.
9147
9148 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9149
9150         * system.h (list, map, set, vector): Include conditionally.
9151         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
9152         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
9153         * ipa-icf.c (INCLUDE_LIST): Define.
9154         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
9155         * config/sh/sh.c (INCLUDE_VECTOR): Define.
9156         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
9157         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
9158         * cp/logic.cc (INCLUDE_LIST): Define.
9159         * fortran/trans-common.c (INCLUDE_MAP): Define.
9160
9161 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9162
9163         * auto-profile.c: Remove <string.h> include.
9164         * ipa-icf-gimple.c: Remove <list> include.
9165         * diagnostic.c: Remove <new> include.
9166         * genmatch.c: Likewise.
9167         * pretty-print.c: Likewise.
9168         * toplev.c: Likewise
9169         * c/c-objc-common.c: Likewise.
9170         * cp/error.c: Likewise.
9171         * fortran/error.c: Likewise.
9172
9173 2016-04-22  Richard Biener  <rguenther@suse.de>
9174
9175         * lto-streamer-in.c (input_ssa_names): Do not allocate
9176         GIMPLE_NOP for all SSA names.
9177         * lto-streamer-out.c (output_ssa_names): Do not output
9178         SSA names that should have been released.
9179
9180 2016-04-22  Richard Biener  <rguenther@suse.de>
9181
9182         PR tree-optimization/70740
9183         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
9184         VDEF.
9185
9186 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
9187
9188         PR target/70750
9189         * config/i386/predicates.md (call_insn_operand): Replace
9190         sibcall_memory_operand with memory_operand.
9191
9192 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
9193
9194         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
9195         has_single_use() tests.
9196         (register_edge_assert_for_1): Likewise.
9197         (find_assert_locations_1): Check the liveness bitmap instead of
9198         checking has_single_use().
9199
9200 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
9201
9202         PR target/70728
9203         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
9204         Extract AVX-512BW constraint from AVX.
9205
9206 2016-04-21  Richard Biener  <rguenther@suse.de>
9207
9208         PR tree-optimization/70725
9209         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
9210         for phi_convertible_by_degenerating_args.
9211         (predicate_all_scalar_phis): Handle single-argument PHIs.
9212
9213 2016-04-21  Richard Biener  <rguenther@suse.de>
9214
9215         PR middle-end/70747
9216         * fold-const.c (fold_comparison): Return properly typed
9217         constant boolean.
9218
9219 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
9220
9221         PR tree-optimization/70715
9222         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
9223         after expanding BASE using expand_simple_operations.
9224
9225 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
9226
9227         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
9228         New transformations.
9229
9230 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
9231
9232         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
9233
9234 2016-04-20  Jan Hubicka  <jh@suse.cz>
9235
9236         * ipa-inline.c (can_inline_edge_p): Pass caller info to
9237         ultiimate_alias_target.
9238         (update_callee_keys): Likewise.
9239         (lookup_recursive_calls): Likewise.
9240         (speculation_useful_p): Likewise.
9241
9242 2016-04-20  Jan Hubicka  <jh@suse.cz>
9243
9244         PR ipa/70018
9245         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
9246         (set_nothrow_flag_1): ... this; handle interposition correctly;
9247         recurse on aliases and thunks.
9248         (cgraph_node::set_nothrow_flag): New.
9249         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
9250         functions compiled with non-call exceptions that binds to current
9251         def.
9252         (propagate_nothrow): Be safe WRT interposition.
9253         * cgraph.h (set_nothrow_flag): Update prototype.
9254
9255 2016-04-18  Jan Hubicka  <jh@suse.cz>
9256
9257         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
9258         max_loop_iterations_int.
9259         (tree_unswitch_outer_loop): Likewise.
9260
9261 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
9262
9263         PR tree-optimization/69489
9264         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
9265         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
9266         Revise dump message.
9267         (if_convertible_bb_p): Remove check on edge count of basic block's
9268         predecessors.
9269
9270 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
9271
9272         PR tree-optimization/56625
9273         PR tree-optimization/69489
9274         * tree-data-ref.h (DR_INNERMOST): New macro.
9275         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
9276         hashing struct innermost_loop_behavior.
9277         (ref_DR_map): Remove.
9278         (innermost_DR_map): New map.
9279         (baseref_DR_map): Revise comment.
9280         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
9281         to innermost_DR_map accroding to its innermost loop behavior.
9282         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
9283         to its innermost loop behavior.
9284         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
9285         Add initialization for innermost_DR_map.  Record memory reference
9286         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
9287         have innermost loop behavior.
9288         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
9289         innermost_DR_map.
9290
9291 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
9292
9293         * config/i386/i386.md (*lea<mode>_general_1): Rename from
9294         *lea_general_1.  Use explicit SWI12 mode interator.
9295         (*lea<mode>_general_2): Rename from *lea_general_2.
9296         Use explicit SWI12 mode interator.
9297         (*lea<mode>_general_3): Rename from *lea_general_3.
9298         Use explicit SWI12 mode interator.
9299         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
9300         Use explicit SWI12 mode interator.
9301         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
9302         Use explicit SWI48 mode interator.
9303
9304 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
9305
9306         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
9307         Short-cut unaligned load and store cases.  Handle all integer
9308         vector modes.
9309         (ix86_expand_vector_move_misalign): Short-cut unaligned load
9310         and store cases.  Call ix86_avx256_split_vector_move_misalign
9311         directly without checking mode class.
9312
9313 2016-04-20  Andrew Pinski  <apinski@cavium.com>
9314             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9315
9316         PR target/64971
9317         * config/aarch64/aarch64.md (sibcall): Force call
9318         address to be DImode for ILP32.
9319         (sibcall_value): Likewise.
9320
9321 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
9322
9323         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
9324
9325 2016-04-20  Richard Biener  <rguenther@suse.de>
9326
9327         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
9328         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
9329         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
9330         (maybe_push_res_to_seq): Adjust.
9331         * gimple-fold.c (maybe_build_generic_op): Likewise.
9332
9333 2016-04-20  Marek Polacek  <polacek@redhat.com>
9334
9335         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
9336         rather than true.
9337
9338 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
9339
9340         * config/i386/sse.md (vec_unpacks_lo_hi): Always
9341         use kmovw to support AVX512F target.
9342
9343 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
9344
9345         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
9346
9347 2016-04-20  Marek Polacek  <polacek@redhat.com>
9348
9349         PR tree-optimization/70725
9350         * tree-if-conv.c (is_false_predicate): New function.
9351         (predicate_mem_writes): Use it.
9352
9353 2016-04-20  Richard Biener  <rguenther@suse.de>
9354
9355         PR tree-optimization/70726
9356         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
9357         shift amounts from a pattern stmt operand.
9358
9359 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9360
9361         PR target/70674
9362         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
9363         stack_restore_from_fpr pattern when restoring r15.
9364         (s390_optimize_prologue): Strip away the memory barrier in the
9365         parallel when trying to get rid of restore insns.
9366         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
9367         definition for loading the stack pointer from an FPR.  Compared to
9368         the normal move insn this pattern includes a full memory barrier.
9369
9370 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
9371
9372         PR middle-end/70680
9373         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
9374         implicitly linear or lastprivate iterator on the outer context.
9375
9376 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
9377
9378         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
9379         alignment check.
9380         * config/i386/i386.md (ssememalign): Removed.
9381         * config/i386/sse.md: Remove ssememalign attribute from patterns.
9382
9383 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
9384
9385         PR target/69201
9386         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
9387         const short * to __builtin_ia32_loaddquhi512_mask.
9388         (_mm512_maskz_loadu_epi16): Likewise.
9389         (_mm512_mask_storeu_epi16): Pass short * to
9390         __builtin_ia32_storedquhi512_mask.
9391         (_mm512_mask_loadu_epi8): Pass const char * to
9392         __builtin_ia32_loaddquqi512_mask.
9393         (_mm512_maskz_loadu_epi8): Likewise.
9394         (_mm512_mask_storeu_epi8): Pass char * to
9395         __builtin_ia32_storedquqi512_mask.
9396         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
9397         const double * to __builtin_ia32_loadupd512_mask.
9398         (_mm512_mask_loadu_pd): Likewise.
9399         (_mm512_maskz_loadu_pd): Likewise.
9400         (_mm512_storeu_pd): Pass double * to
9401         __builtin_ia32_storeupd512_mask.
9402         (_mm512_mask_storeu_pd): Likewise.
9403         (_mm512_loadu_ps): Pass const float * to
9404         __builtin_ia32_loadups512_mask.
9405         (_mm512_mask_loadu_ps): Likewise.
9406         (_mm512_maskz_loadu_ps): Likewise.
9407         (_mm512_storeu_ps): Pass float * to
9408         __builtin_ia32_storeups512_mask.
9409         (_mm512_mask_storeu_ps): Likewise.
9410         (_mm512_mask_loadu_epi64): Pass const long long * to
9411         __builtin_ia32_loaddqudi512_mask.
9412         (_mm512_maskz_loadu_epi64): Likewise.
9413         (_mm512_mask_storeu_epi64): Pass long long *
9414         to __builtin_ia32_storedqudi512_mask.
9415         (_mm512_loadu_si512): Pass const int * to
9416         __builtin_ia32_loaddqusi512_mask.
9417         (_mm512_mask_loadu_epi32): Likewise.
9418         (_mm512_maskz_loadu_epi32): Likewise.
9419         (_mm512_storeu_si512): Pass int * to
9420         __builtin_ia32_storedqusi512_mask.
9421         (_mm512_mask_storeu_epi32): Likewise.
9422         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
9423         char * to __builtin_ia32_storedquqi256_mask.
9424         (_mm_mask_storeu_epi8): Likewise.
9425         (_mm256_mask_loadu_epi16): Pass const short * to
9426         __builtin_ia32_loaddquhi256_mask.
9427         (_mm256_maskz_loadu_epi16): Likewise.
9428         (_mm_mask_loadu_epi16): Pass const short * to
9429         __builtin_ia32_loaddquhi128_mask.
9430         (_mm_maskz_loadu_epi16): Likewise.
9431         (_mm256_mask_loadu_epi8): Pass const char * to
9432         __builtin_ia32_loaddquqi256_mask.
9433         (_mm256_maskz_loadu_epi8): Likewise.
9434         (_mm_mask_loadu_epi8): Pass const char * to
9435         __builtin_ia32_loaddquqi128_mask.
9436         (_mm_maskz_loadu_epi8): Likewise.
9437         (_mm256_mask_storeu_epi16): Pass short * to.
9438         __builtin_ia32_storedquhi256_mask.
9439         (_mm_mask_storeu_epi16): Pass short * to.
9440         __builtin_ia32_storedquhi128_mask.
9441         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
9442         const double * to __builtin_ia32_loadupd256_mask.
9443         (_mm256_maskz_loadu_pd): Likewise.
9444         (_mm_mask_loadu_pd): Pass onst double * to
9445         __builtin_ia32_loadupd128_mask.
9446         (_mm_maskz_loadu_pd): Likewise.
9447         (_mm256_mask_storeu_pd): Pass double * to
9448         __builtin_ia32_storeupd256_mask.
9449         (_mm_mask_storeu_pd): Pass double * to
9450         __builtin_ia32_storeupd128_mask.
9451         (_mm256_mask_loadu_ps): Pass const float * to
9452         __builtin_ia32_loadups256_mask.
9453         (_mm256_maskz_loadu_ps): Likewise.
9454         (_mm_mask_loadu_ps): Pass const float * to
9455         __builtin_ia32_loadups128_mask.
9456         (_mm_maskz_loadu_ps): Likewise.
9457         (_mm256_mask_storeu_ps): Pass float * to
9458         __builtin_ia32_storeups256_mask.
9459         (_mm_mask_storeu_ps): ass float * to
9460         __builtin_ia32_storeups128_mask.
9461         (_mm256_mask_loadu_epi64): Pass const long long * to
9462         __builtin_ia32_loaddqudi256_mask.
9463         (_mm256_maskz_loadu_epi64): Likewise.
9464         (_mm_mask_loadu_epi64): Pass const long long * to
9465         __builtin_ia32_loaddqudi128_mask.
9466         (_mm_maskz_loadu_epi64): Likewise.
9467         (_mm256_mask_storeu_epi64): Pass long long * to
9468         __builtin_ia32_storedqudi256_mask.
9469         (_mm_mask_storeu_epi64): Pass long long * to
9470         __builtin_ia32_storedqudi128_mask.
9471         (_mm256_mask_loadu_epi32): Pass const int * to
9472         __builtin_ia32_loaddqusi256_mask.
9473         (_mm256_maskz_loadu_epi32): Likewise.
9474         (_mm_mask_loadu_epi32): Pass const int * to
9475         __builtin_ia32_loaddqusi128_mask.
9476         (_mm_maskz_loadu_epi32): Likewise.
9477         (_mm256_mask_storeu_epi32): Pass int * to
9478         __builtin_ia32_storedqusi256_mask.
9479         (_mm_mask_storeu_epi32): Pass int * to
9480         __builtin_ia32_storedqusi128_mask.
9481         * config/i386/i386-builtin-types.def (PCSHORT): New.
9482         (PINT64): Likewise.
9483         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
9484         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
9485         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
9486         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
9487         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
9488         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
9489         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
9490         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
9491         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
9492         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
9493         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
9494         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
9495         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
9496         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
9497         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
9498         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
9499         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
9500         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
9501         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
9502         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
9503         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
9504         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
9505         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
9506         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
9507         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
9508         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
9509         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
9510         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
9511         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
9512         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
9513         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
9514         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
9515         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
9516         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
9517         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
9518         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
9519         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
9520         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
9521         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
9522         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
9523         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
9524         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
9525         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
9526         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
9527         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
9528         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
9529         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
9530         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
9531         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
9532         use UNSPEC_STOREU.
9533         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
9534         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
9535         load nor store.
9536         (ix86_expand_vector_move_misalign): Likewise.
9537         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
9538         to scalar function prototype for unaligned load/store builtins.
9539         (ix86_expand_special_args_builtin): Updated.
9540         * config/i386/sse.md (UNSPEC_LOADU): Removed.
9541         (UNSPEC_STOREU): Likewise.
9542         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
9543         (VI_ULOADSTORE_F_AVX512VL): Likewise.
9544         (ssescalarsize): Handle V4TI, V2TI and V1TI.
9545         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
9546         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
9547         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
9548         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
9549         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
9550         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
9551         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
9552         (<avx512>_storedqu<mode>_mask): Likewise.
9553         (*sse4_2_pcmpestr_unaligned): Likewise.
9554         (*sse4_2_pcmpistr_unaligned): Likewise.
9555         (*mov<mode>_internal): Renamed to ...
9556         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
9557         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
9558         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
9559         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
9560
9561 2016-04-19  Richard Biener  <rguenther@suse.de>
9562
9563         PR tree-optimization/70171
9564         * tree-ssa-phiprop.c: Include stor-layout.h.
9565         (phiprop_insert_phi): Handle the aggregate copy case.
9566         (propagate_with_phi): Likewise.
9567
9568 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
9569
9570         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
9571         instead of simplify_gen_subreg (... , 0).
9572         (ix86_delegitimize_address): Ditto.
9573         (ix86_split_divmod): Ditto.
9574         (ix86_split_copysign_const): Ditto.
9575         (ix86_split_copysign_var): Ditto.
9576         (ix86_expand_args_builtin): Ditto.
9577         (ix86_expand_round_builtin): Ditto.
9578         (ix86_expand_special_args_builtin): Ditto.
9579         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
9580         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
9581         (udivmodqi4): Ditto.
9582         (absneg splitters): Ditto.
9583         (*jcc_bt<mode>_1): Ditto.
9584
9585 2016-04-19  Richard Biener  <rguenther@suse.de>
9586
9587         PR tree-optimization/70724
9588         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
9589         restoring out from ...
9590         (free_scc_vn): ... here.
9591         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
9592         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
9593         tail merging.
9594         (pass_fre::execute): Restore SSA info.
9595
9596 2016-04-19  Richard Biener  <rguenther@suse.de>
9597
9598         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
9599         * gimple-walk.c (walk_gimple_op): Initialize it.
9600         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
9601         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
9602         remapping SSA names of defs.
9603         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
9604         adjustment.
9605
9606 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
9607
9608         PR middle-end/70689
9609         * lra-constraints.c (equiv_substition_p): New.
9610         (process_alt_operands): Use it.
9611         (swap_operands): Swap it.
9612         (curr_insn_transform): Update it.
9613
9614 2016-04-18  Michael Matz  <matz@suse.de>
9615
9616         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
9617         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
9618         * tree-core.h (tree_type_common.align): Use bit-field.
9619         (tree_type_common.spare): New.
9620         (tree_decl_common.off_align): Make smaller.
9621         (tree_decl_common.align): Use bit-field.
9622
9623         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
9624         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
9625         (scan_sharing_clauses): Ditto.
9626         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
9627         (omp_finish_file): Ditto.
9628         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
9629         (layout_decl): Ditto.
9630         (relayout_decl): Ditto.
9631         (finalize_record_size): Use SET_TYPE_ALIGN.
9632         (finalize_type_size): Ditto.
9633         (finish_builtin_struct): Ditto.
9634         (layout_type): Ditto.
9635         (initialize_sizetypes): Ditto.
9636         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
9637         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
9638         (lookup_field_for_decl): Use SET_DECL_ALIGN.
9639         (get_chain_field): Ditto.
9640         (get_trampoline_type): Ditto.
9641         (get_nl_goto_field): Ditto.
9642         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
9643         SET_DECL_ALIGN.
9644         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
9645         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
9646         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
9647         (build_qualified_type): Use SET_TYPE_ALIGN.
9648         (build_aligned_type, build_range_type_1): Ditto.
9649         (build_atomic_base): Ditto.
9650         (build_common_tree_nodes): Ditto.
9651         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
9652         (expand_one_stack_var_at): Ditto.
9653         * coverage.c (build_var): Use SET_DECL_ALIGN.
9654         * except.c (init_eh): Ditto.
9655         * function.c (assign_parm_setup_block): Ditto.
9656         * symtab.c (increase_alignment_1): Ditto.
9657         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
9658         * tree-vect-stmts.c (ensure_base_align): Ditto.
9659         * varasm.c (align_variable): Ditto.
9660         (assemble_variable): Ditto.
9661         (build_constant_desc): Ditto.
9662         (output_constant_def_contents): Ditto.
9663
9664         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
9665         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
9666         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
9667         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
9668         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
9669
9670 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
9671
9672         PR target/70708
9673         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
9674         replace %vmovsd with "%vmovq".
9675         (vec_concatv2df): Likewise.
9676
9677 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
9678
9679         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
9680         (*vec_extractv2si_0): Ditto.
9681         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
9682         (zero_extended_scalar_load_operand splitters): Ditto.
9683         (vec_extract splitters): Ditto.
9684         (*vec_extractv4si_0_zext): Ditto.
9685         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
9686         and lowpart_subreg.
9687         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
9688         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
9689         (*sse4_1_extractps): Use lowpart_subreg.
9690         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
9691
9692 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9693
9694         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
9695         gld requirements.
9696         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
9697         Mention Solaris 11 packaging changes.
9698         Update gas and gld requirements.
9699         Remove reference to pre-Solaris 10 bug.
9700         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
9701         systems and bugs.
9702         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
9703         with cc.
9704
9705 2016-04-17  Jan Hubicka  <jh@suse.cz>
9706
9707         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
9708         max_loop_iterations_int.
9709
9710 2016-04-18  Richard Biener  <rguenther@suse.de>
9711
9712         PR tree-optimization/43434
9713         * tree-ssa-structalias.c (struct vls_data): New.
9714         (visit_loadstore): Handle all pointer-based accesses.
9715         (compute_dependence_clique): Compute a bitmap of restrict tags
9716         assigned bases and pass it to visit_loadstore.
9717
9718 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
9719
9720         PR target/70711
9721         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
9722         armv8.1-a and armv8.1-a+crc.
9723
9724 2016-04-18  Richard Biener  <rguenther@suse.de>
9725
9726         PR tree-optimization/70701
9727         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
9728         references after translating through a memcpy.
9729
9730 2016-04-18  Richard Biener  <rguenther@suse.de>
9731
9732         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
9733         (compute_antic): ... here.  For partial antic use regular
9734         postorder and scrap iteration.
9735         (compute_partial_antic_aux): Remove unused return value.
9736         (init_pre): Do not allocate postorder.
9737         (fini_pre): Do not free postorder.
9738
9739 2016-04-18  Richard Biener  <rguenther@suse.de>
9740
9741         PR middle-end/37870
9742         * expmed.c (extract_bit_field_1): Remove broken case
9743         using a wider MODE_INT mode.
9744
9745 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
9746
9747         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
9748         unless compiling with at least GCC-4.8.
9749
9750 2016-04-17  Jan Hubicka  <jh@suse.cz>
9751
9752         PR bootstrap/70706
9753         * graphite.c (graphite_finalize): Update call to
9754         tree_estimate_probability.
9755         * predict.h (tree_estimate_probability): Update prototype.
9756
9757 2016-04-17  Jan Hubicka  <jh@suse.cz>
9758
9759         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
9760         (tree_estimate_probability): Likewise.
9761         (pass_profile::execute): Update.
9762         (report_predictor_hitrates): New function.
9763         * profile.c (compute_branch_probabilities): Use it.
9764         * predict.h (report_predictor_hitrates): Declare.
9765
9766 2016-04-17  Jan Hubicka  <jh@suse.cz>
9767
9768         PR ipa/70018
9769         * cgraph.h (cgraph_node::set_const_flag,
9770         cgraph_node::set_pure_flag): Update prototype to return bool;
9771         update comment.
9772         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
9773         of interposable symbol are interposable, too.
9774         (cgraph_set_const_flag_1): Rename to ...
9775         (set_const_flag_1): ... this one; change to self recursive function
9776         instead of call_for_symbol_thunks_and_aliases. Handle correctly
9777         clearnig the flag in all variants and also virtual thunks of const
9778         functions are pure; track if any change was done.
9779         (cgraph_node::set_const_flag): Update.
9780         (struct set_pure_flag_info): New struct.
9781         (cgraph_set_pure_flag_1): Rename to ...
9782         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
9783         rather than pointer encoded flags; track if any changes was done;
9784         handle correctly clearning flag and setting flag of aliases already
9785         declared const.
9786         (cgraph_node::set_pure_flag): Update.
9787         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
9788
9789 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9790
9791         PR other/70433
9792         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
9793         backslash in label.
9794
9795 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9796
9797         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
9798         '{}<> ' as escape-for-record.
9799
9800 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9801
9802         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
9803         structure.
9804
9805 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9806
9807         PR other/70185
9808         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
9809         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
9810         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
9811         * passes.c (finish_optimization_passes): Only call
9812         finish_graph_dump_file if dfi->graph_dump_initialized.
9813         (execute_function_dump, pass_init_dump_file): Use
9814         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
9815
9816 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9817
9818         PR tree-optimization/70256
9819         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
9820         (debug_varmap): New function.
9821
9822 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9823
9824         PR other/70183
9825         * passes.c (pass_manager::register_pass): Propagate pflags.
9826
9827 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9828
9829         PR other/68875
9830         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
9831         * passes.c (pass_manager::pass_manager): Declare and init p_start in
9832         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
9833         check if it's equal to p_start.
9834         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
9835
9836 2016-04-15  Jan Hubicka  <jh@suse.cz>
9837
9838         PR ipa/70018
9839         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
9840         function does not bind to current def.
9841         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
9842         handle conservatively calls to functions that does not need to bind
9843         to current def.
9844         (check_call): Update call of worse_state.
9845         (ignore_edge_for_nothrow): Update.
9846         (ignore_edge_for_pure_const): Likewise.
9847         (propagate_pure_const): Update calls to worse_state.
9848         (skip_function_for_local_pure_const): Reformat comments.
9849
9850 2016-04-15  Jan Hubicka  <jh@suse.cz>
9851
9852         PR ipa/70018
9853         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
9854         (cgraph_node::function_symbol): Likewise.
9855         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
9856         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
9857         (symtab_node::ultimate_alias_target): Add REF parameter.
9858         (symtab_node::binds_to_current_def_p): Declare.
9859         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
9860         (cgraph_node::function_symbol): Likewise.
9861         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
9862         (cgraph_node::get_availability): Likewise.
9863         (cgraph_edge::binds_to_current_def_p): New inline function.
9864         (varpool_node::get_availability): Add REF parameter.
9865         (varpool_node::ultimate_alias_target): Likewise.
9866         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
9867         (symtab_node::binds_to_current_def_p): Likewise.
9868         * varpool.c (varpool_node::get_availability): Likewise.
9869
9870 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
9871
9872         PR target/70662
9873         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
9874         Fix mode size check.
9875
9876 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
9877
9878         * BASE-VER: Set to 7.0.0.
9879
9880 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
9881
9882         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
9883
9884 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9885
9886         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
9887         architecture revisions.
9888
9889 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
9890
9891         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
9892         * config/i386/i386.c (ix86_using_red_zone): No longer static.
9893         * config/i386/i386.md (stack decrement to push peepholes): Guard
9894         with !x86_using_red_zone ().
9895
9896 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
9897
9898         PR c++/70675
9899         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
9900         to dump_generic_node.
9901         (NIY): Pass also flags to do_niy.
9902
9903 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
9904
9905         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
9906         (simd_clone_vector_of_formal_parm_types)
9907         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
9908         (simd_clone_mangle, simd_clone_create)
9909         (simd_clone_adjust_return_type, create_tmp_simd_array)
9910         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
9911         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
9912         (ipa_simd_modify_function_body, simd_clone_linear_addend)
9913         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
9914         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
9915         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
9916         * omp-simd-clone.c: ... this new file.
9917         (simd_clone_vector_of_formal_parm_types): Make it static.
9918         * Makefile.in (OBJS): Add omp-simd-clone.o.
9919
9920 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
9921
9922         PR target/70662
9923         * config/i386/sse.md: Use proper memory operand modifiers.
9924
9925
9926 2016-04-15  Richard Biener  <rguenther@suse.de>
9927         Alan Modra  <amodra@gmail.com>
9928
9929         PR tree-optimization/70130
9930         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
9931         when alignment stays not the same and no not use the realign
9932         scheme then.
9933
9934 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
9935
9936         PR target/70669
9937         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
9938         direct move handlers for KFmode. Change TFmode handlers test from
9939         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
9940
9941 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
9942
9943         PR c++/70594
9944         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
9945         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
9946         (inlined_polymorphic_ctor_dtor_block_p): Use it.
9947         * tree-ssa-live.c (remove_unused_scope_block_p): When
9948         in_ctor_dtor_block, avoid discarding not just BLOCKs with
9949         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
9950         block_ultimate_origin is FUNCTION_DECL.
9951         (remove_unused_locals): If current_function_decl is
9952         polymorphic_ctor_dtor_p, pass initial true to
9953         remove_unused_scope_block_p' is_ctor_dtor_block.
9954
9955 2016-04-14  Martin Sebor  <msebor@redhat.com>
9956
9957         PR c++/69517
9958         PR c++/70019
9959         PR c++/70588
9960         * doc/extend.texi (Variable Length): Revert.
9961
9962 2016-04-14  Marek Polacek  <polacek@redhat.com>
9963             Jan Hubicka  <hubicka@ucw.cz>
9964
9965         PR c++/70029
9966         * tree.c (verify_type): Disable the canonical type of main variant
9967         check.
9968
9969 2016-04-14  Jason Merrill  <jason@redhat.com>
9970
9971         * cfgexpand.c, expr.c: Revert previous change.
9972
9973 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
9974
9975         PR middle-end/70643
9976         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
9977         when building a mem ref for the incoming reduction variable.
9978
9979 2016-04-14  Richard Biener  <rguenther@suse.de>
9980
9981         PR tree-optimization/70614
9982         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
9983         loop if the evolution dropped to chrec_dont_know.
9984         (interpret_condition_phi): Likewise.
9985
9986 2016-04-14  Richard Biener  <rguenther@suse.de>
9987
9988         PR tree-optimization/70623
9989         * tree-ssa-pre.c (changed_blocks): Make global ...
9990         (compute_antic): ... local here.  Move and fix worklist
9991         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
9992         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
9993         worklist handling, dump when ANTIC_IN changed.
9994         (compute_partial_antic_aux): Remove worklist handling.
9995         (init_pre): Do not compute post dominators.  Add a comment about
9996         the CFG order chosen.
9997         (fini_pre): Do not free post dominators.
9998
9999 2016-04-13  Martin Sebor  <msebor@redhat.com>
10000
10001         PR c++/69517
10002         PR c++/70019
10003         PR c++/70588
10004         * doc/extend.texi (Variable Length): Document C++ specifics.
10005
10006 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
10007
10008         PR c++/70641
10009         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
10010         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
10011         eh edges have been purged.
10012
10013         PR c++/70594
10014         * tree-sra.c (create_access_replacement,
10015         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
10016         gets fancy name.
10017         * tree-pretty-print.c (dump_fancy_name): New function.
10018         (dump_decl_name, dump_generic_node): Use it.
10019
10020 2016-04-13  Jason Merrill  <jason@redhat.com>
10021
10022         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
10023         * expr.c (expand_expr_real_1): Likewise.
10024
10025 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
10026
10027         * config/i386/i386.md (kunpckhi): Swap operands.
10028         (kunpcksi): Likewise.
10029         (kunpckdi): Likewise.
10030         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
10031         (vec_pack_trunc_<mode>): Likewise.
10032
10033 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
10034
10035         PR debug/70628
10036         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
10037
10038         PR middle-end/70633
10039         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
10040         gimplification turns some element into non-constant.
10041
10042         PR debug/70628
10043         * rtl.h (convert_memory_address_addr_space_1): New prototype.
10044         * explow.c (convert_memory_address_addr_space_1): No longer static,
10045         add NO_EMIT argument and don't call convert_modes if true, pass
10046         it down recursively, remove break after return.
10047         (convert_memory_address_addr_space): Adjust caller.
10048         * simplify-rtx.c (simplify_unary_operation_1): Call
10049         convert_memory_address_addr_space_1 instead of convert_memory_address,
10050         if it returns NULL, don't simplify.
10051
10052 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
10053
10054         PR target/70630
10055         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
10056
10057 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
10058
10059         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
10060         Bump the upper SIMDLEN limits, so that if the return type or
10061         characteristic type if the return type is void can be passed in
10062         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
10063         allowed.
10064
10065 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
10066
10067         PR target/70640
10068         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
10069         Do not use "=" constraint on an input constraint.
10070         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
10071         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
10072         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
10073         generates (neg (abs ...)) instead of (abs ...).
10074
10075 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
10076
10077         PR rtl-optimization/70596
10078         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
10079         just invalidate LRA data and reset them.  Adjust dump wording.
10080
10081 2016-04-12  Martin Liska  <mliska@suse.cz>
10082
10083         Revert
10084         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
10085
10086         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
10087         estimates here.
10088         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
10089         max_loop_iterations_int.
10090         (tree_unswitch_outer_loop): Likewise.
10091         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
10092         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
10093
10094 2016-04-12  Tom de Vries  <tom@codesourcery.com>
10095
10096         PR tree-optimization/68756
10097         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
10098         instead of new_name.
10099
10100 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
10101
10102         PR tree-optimization/70602
10103         * tree-sra.c (generate_subtree_copies): Don't write anything into
10104         constant pool decls.
10105
10106         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
10107         regardless whether there are depend clauses or not.
10108
10109 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
10110
10111         PR target/70381
10112         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
10113         target attribute and pragma from changing the -mfloat128
10114         and -mfloat128-hardware options.
10115
10116         * doc/extend.texi (Additional Floating Types): Document PowerPC
10117         __float128 restrictions.
10118
10119 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
10120
10121         PR target/70133
10122         * config/aarch64/driver-aarch64.c
10123         (aarch64_get_extension_string_for_isa_flags): New.
10124         (arch_extension): Rename to...
10125         (aarch64_arch_extension): ...This.
10126         (ext_to_feat_string): Rename to...
10127         (aarch64_extensions): ...This.
10128         (aarch64_core_data): Keep track of architecture extension flags.
10129         (cpu_data): Rename to...
10130         (aarch64_cpu_data): ...This.
10131         (aarch64_arch_driver_info): Keep track of architecture extension
10132         flags.
10133         (get_arch_name_from_id): Rename to...
10134         (get_arch_from_id): ...This, change return type.
10135         (host_detect_local_cpu): Update and reformat for renames, handle
10136         extensions through common infrastructure.
10137
10138 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
10139
10140         PR target/70133
10141         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
10142         track of a canonical flag name.
10143         (all_extensions): Likewise.
10144         (arch_to_arch_name): Also track extension flags enabled by the arch.
10145         (all_architectures): Likewise.
10146         (aarch64_parse_extension): Move to here.
10147         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
10148         rework.
10149         (aarch64_rewrite_selected_cpu): Update for above change.
10150         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
10151         are handled, such that the single explicit value enabled by an
10152         extension is kept seperate from the implicit values it also enables.
10153         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
10154         to here.
10155         (aarch64_parse_extension): New.
10156         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
10157         here to config/aarch64/aarch64-protos.h.
10158         (aarch64_parse_extension): Move from here to
10159         common/config/aarch64/aarch64-common.c.
10160         (aarch64_option_print): Update.
10161         (aarch64_declare_function_name): Likewise.
10162         (aarch64_start_file): Likewise.
10163         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
10164         the canonical flag for extensions.
10165         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
10166         flags.
10167
10168 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
10169
10170         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
10171         AARCH64_FL_CRC.
10172
10173 2016-04-09  Tom de Vries  <tom@codesourcery.com>
10174
10175         PR tree-optimization/68953
10176         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
10177         first to last subscript.
10178
10179 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
10180
10181         PR tree-optimization/70586
10182         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
10183         for any calls.
10184
10185 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
10186
10187         PR lto/70289
10188         PR ipa/70348
10189         PR tree-optimization/70373
10190         PR middle-end/70533
10191         PR middle-end/70534
10192         PR middle-end/70535
10193         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
10194         clauses for acc parallel reductions as necessary.  Error on those
10195         that are private.
10196         * omp-low.c (scan_sharing_clauses): Don't install variables which
10197         are used in acc parallel reductions.
10198         (lower_rec_input_clauses): Remove dead code.
10199         (lower_oacc_reductions): Add support for reference reductions.
10200         (lower_reduction_clauses): Remove dead code.
10201         (lower_omp_target): Don't remap variables appearing in acc parallel
10202         reductions.
10203         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
10204
10205 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
10206
10207         PR middle-end/70593
10208         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
10209         with multiple SSA_NAME defs, force the outputs other than first
10210         to be live before calling live_track_process_def on each output.
10211
10212         PR rtl-optimization/70574
10213         * fwprop.c (forward_propagate_and_simplify): Don't add
10214         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
10215         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
10216         paradoxical subregs within *loc.
10217
10218 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
10219
10220         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
10221         -ftree-parallelize-loops={0,1}.
10222         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
10223         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
10224         * config/ia64/hpux.h (LIB_SPEC): Likewise.
10225         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
10226         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
10227
10228 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
10229
10230         PR sanitizer/70541
10231         * asan.c (instrument_derefs): If we get unknown location, extract it
10232         with EXPR_LOCATION.
10233         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
10234
10235 2016-04-08  Tom de Vries  <tom@codesourcery.com>
10236
10237         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
10238         implicit firstprivate clause.
10239
10240 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10241
10242         PR target/70566
10243         * config/arm/thumb2.md (tst + branch-> lsls + branch
10244         peephole below *orsi_not_shiftsi_si): Require that condition
10245         register is dead after the peephole.
10246         (second peephole after the above): Likewise.
10247
10248 2016-04-08  Alan Modra  <amodra@gmail.com>
10249
10250         PR target/70117
10251         * builtins.c (fold_builtin_classify): For IBM extended precision,
10252         look at just the high-order double to test for NaN.
10253         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
10254         test just the high double for Inf but both doubles for subnormal
10255         limit.
10256
10257 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
10258
10259         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
10260         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
10261         node->simdclone->mask_mode != VOIDmode masks.
10262         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
10263         earlier, use it instead of node->simdclone.
10264         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
10265         Set clonei->mask_mode.
10266
10267 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
10268
10269         PR c/70436
10270         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
10271         Pass it through to cp_parser_already_scoped_statement.
10272         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
10273         it through to cp_parser_statement.
10274         (cp_parser_statement): Pass IF_P through to
10275         cp_parser_iteration_statement.
10276         (cp_parser_pragma): Adjust call to
10277         cp_parser_iteration_statement.
10278
10279 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
10280
10281         PR c/70436
10282         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
10283         resolve a future -Wparentheses warning.
10284         * omp-low.c (scan_sharing_clauses): Likewise.
10285         * tree-parloops.c (eliminate_local_variables): Likewise.
10286
10287 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
10288
10289         PR rtl-optimization/70398
10290         * lra-constraints.c (process_address_1): Check zero scale and code
10291         for reloading with zero scale.
10292
10293 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
10294
10295         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
10296         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
10297
10298 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
10299
10300         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
10301         Add support for AVX512F clones, include them by default for
10302         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
10303         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
10304         up to 128.
10305
10306         PR middle-end/70550
10307         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
10308         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
10309         firstprivate clauses.
10310         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
10311         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
10312         (lower_omp_target): Set TREE_NO_WARNING for
10313         non-addressable possibly uninitialized vars which are copied into
10314         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
10315
10316 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
10317
10318         * config/pa/predicates.md (integer_store_memory_operand): Accept
10319         REG+D operands with a large offset when reload_in_progress is true.
10320         (floating_point_store_memory_operand): Likewise.
10321
10322 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
10323
10324         PR c++/70336
10325         * match.pd (nested int casts): Limit to GIMPLE.
10326
10327 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
10328
10329         PR ipa/66223
10330         * ipa-devirt.c (maybe_record_node): Fix comment; use
10331         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
10332
10333 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
10334
10335         PR rtl-optimization/70542
10336         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
10337         if there are any uses other than insn or debug insns.
10338
10339 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
10340             Jakub Jelinek  <jakub@redhat.com>
10341
10342         PR tree-optimization/70509
10343         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
10344         Shift HOST_WIDE_INT_1U instead of 1.
10345
10346 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
10347
10348         PR tree-optimization/70509
10349         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
10350         of the vector base type for index.
10351
10352 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
10353
10354         PR target/70510
10355         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
10356
10357 2016-04-05  Richard Biener  <rguenther@suse.de>
10358
10359         PR tree-optimization/70526
10360         * tree-sra.c (build_ref_for_offset): Use prev_base to
10361         extract the alias pointer type.
10362
10363 2016-04-05  Richard Biener  <rguenther@suse.de>
10364
10365         * dse.c (struct store_info): Remove alias_set member.
10366         (struct read_info_type): Likewise.
10367         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
10368         spill_deleted, clear_alias_set_lookup): Remove.
10369         (get_group_info): Remove dead base == NULL_RTX case.
10370         (dse_step0): Remove initialization of removed variables.
10371         (delete_dead_store_insn): Reomve alias set dumping.
10372         (free_read_records): Remove alias_set handling.
10373         (canon_address): Remove alias_set_out parameter.
10374         (record_store): Remove spill_alias_set, it's always zero.
10375         (check_mem_read_rtx): Likewise.
10376         (dse_step2): Rename from ...
10377         (dse_step2_nospill): ... this.  Adjust.
10378         (scan_stores): Rename from ...
10379         (scan_stores_nospill): ... this.
10380         (scan_reads): Rename from ...
10381         (scan_reads_nospill): ... this.
10382         (scan_stores_spill, scan_reads_spill): Remove.
10383         (dse_step3_scan): Remove for_spills argument which is always false.
10384         (dse_step3): Likewise.
10385         (dse_step5): Rename from ...
10386         (dse_step5_nospill): ... this.  Remove alias_set handling.
10387         (rest_of_handle_dse): Adjust.
10388
10389 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
10390
10391         PR target/70525
10392         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
10393         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
10394         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
10395         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
10396
10397 2016-04-05  Richard Biener  <rguenther@suse.de>
10398
10399         PR middle-end/70499
10400         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
10401         non-register type temporaries into SSA.
10402
10403 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
10404
10405         PR ipa/66223
10406         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
10407         calls when sanitizing.
10408         (possible_polymorphic_call_target_p): Fix formatting.
10409
10410 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10411             Jakub Jelinek <jakub@redhat.com>
10412
10413         PR middle-end/70457
10414         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
10415         to ensure a call statement is compatible with a built-in's
10416         prototype.
10417         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
10418         Likewise.
10419
10420 2016-04-04  Richard Biener  <rguenther@suse.de>
10421
10422         PR rtl-optimization/70484
10423         * rtl.h (canon_output_dependence): Declare.
10424         * alias.c (canon_output_dependence): New function.
10425         * dse.c (record_store): Use canon_output_dependence rather
10426         than canon_true_dependence.
10427
10428 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
10429
10430         PR ipa/68881
10431         * cgraph.h (symtab_node::copy_visibility_from): New function.
10432         * symtab.c (symtab_node::copy_visibility_from): New function.
10433         * ipa-visibility.c (optimize_weakref): New function.
10434         (function_and_variable_visibility): Use it.
10435
10436 2016-04-04  Martin Liska  <mliska@suse.cz>
10437
10438         PR hsa/70402
10439         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
10440         value that is really in range handled by SBR instruction.
10441         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
10442         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
10443         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
10444
10445 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
10446
10447         PR target/70416
10448         PR target/67391
10449         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
10450         set, but not for SP_REG operands.
10451
10452 2016-04-02  Martin Sebor  <msebor@redhat.com>
10453
10454         PR c++/67376
10455         * fold-const.c (maybe_nonzero_address): New function.
10456         (fold_comparison): Call it.  Fold equality and relational
10457         expressions involving null pointers.
10458         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
10459
10460 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
10461
10462         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
10463         the "Y" constraint (scalar FP 0.0 immediate).
10464
10465         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
10466         Add the "const_double" to the list of operand constraints.
10467
10468 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
10469
10470         PR rtl-optimization/70467
10471         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
10472         If low word of the last operand is 0, just emit addition/subtraction
10473         for the high word.
10474
10475 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10476
10477         PR target/70404
10478         * config/s390/s390.c (s390_expand_insv): Check for everything
10479         constant instead of just VOIDmode stuff.
10480
10481 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10482
10483         PR target/70496
10484         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
10485
10486 2016-04-01  Nathan Sidwell  <nathan@acm.org>
10487
10488         * tree.def (TRY_CATCH_EXPR): Correct documentation.
10489
10490 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
10491
10492         PR rtl-optimization/70461
10493         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
10494         is necessary.
10495
10496 2016-03-31  Martin Liska  <mliska@suse.cz>
10497
10498         PR hsa/70399
10499         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
10500         a tree value or an immediate integer value to a buffer
10501         that is eventually copied to a BRIG section.
10502         (emit_immediate_operand): Call the function here.
10503         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
10504         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
10505         of class' fields that are removed.
10506         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
10507         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
10508         m_brig_repr_size fields.
10509
10510 2016-03-31  Martin Liska  <mliska@suse.cz>
10511
10512         PR hsa/70391
10513         * hsa-gen.c (hsa_function_representation::update_dominance): New
10514         function.
10515         (convert_addr_to_flat_segment): Likewise.
10516         (gen_hsa_memory_set): New alignment argument.
10517         (gen_hsa_ctor_assignment): Likewise.
10518         (gen_hsa_insns_for_single_assignment): Provide alignment
10519         to gen_hsa_ctor_assignment.
10520         (gen_hsa_insns_for_direct_call): Add new argument.
10521         (expand_lhs_of_string_op): New function.
10522         (expand_string_operation_builtin): Likewise.
10523         (expand_memory_copy): New function.
10524         (expand_memory_set): New function.
10525         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
10526         (convert_switch_statements): Change signature.
10527         (generate_hsa): Use a return value of the function.
10528         (pass_gen_hsail::execute): Do not call
10529         convert_switch_statements here.
10530         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
10531         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
10532         (hsa_function_representation::update_dominance): New function.
10533
10534 2016-03-31  Martin Liska  <mliska@suse.cz>
10535
10536         PR hsa/70391
10537         * hsa-brig.c (emit_directive_variable): Emit alignment
10538         according to hsa_symbol::m_align.
10539         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
10540         (dump_hsa_symbol): Dump alignment of HSA symbols.
10541         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
10542         (gen_hsa_addr_with_align): New function.
10543         (hsa_bitmemref_alignment): Use newly added function.
10544         (gen_hsa_insns_for_load): Likewise.
10545         (gen_hsa_insns_for_store): Likewise.
10546         (gen_hsa_memory_copy): New argument added.
10547         (gen_hsa_insns_for_single_assignment): Respect
10548         alignment for assignments processed via gen_hsa_memory_copy.
10549         (gen_hsa_insns_for_direct_call): Likewise.
10550         (gen_hsa_insns_for_return): Likewise.
10551         (gen_function_def_parameters): Set default alignment.
10552         * hsa.c (hsa_object_alignment): New function.
10553         (hsa_byte_alignment): Pasted function.
10554         * hsa.h (hsa_symbol::m_align): New field.
10555
10556 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
10557
10558         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
10559         scratch field for goto case.
10560
10561 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
10562
10563         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
10564
10565 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
10566
10567         PR target/70442
10568         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
10569         (scalar_chain::convert_insn): Call convert_op for reg
10570         moves to handle undefined registers.
10571
10572 2016-03-31  Nathan Sidwell  <nathan@acm.org>
10573
10574         PR c++/70393
10575         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
10576         Assert we don't want to move backwards.
10577
10578 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
10579
10580         PR target/70453
10581         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
10582
10583 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
10584
10585         PR rtl-optimization/70460
10586         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
10587         with operand from REG_LABEL_OPERAND, instead substitute
10588         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
10589         Don't do anything for REG_NON_LOCAL_GOTO jumps.
10590
10591 2016-03-31  Martin Liska  <mliska@suse.cz>
10592
10593         * passes.c (execute_one_pass): Do not call
10594         todo_after for a discarded function.
10595
10596 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
10597
10598         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
10599         (no_cost, infinite_cost): Initialize the new field.
10600         (get_computation_cost_at): Record setup cost.
10601         (determine_use_iv_cost_address): Skip cost computation for sub
10602         uses if we can estimate it without losing accuracy.
10603
10604 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
10605
10606         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
10607         estimates here.
10608         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
10609         max_loop_iterations_int.
10610         (tree_unswitch_outer_loop): Likewise.
10611         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
10612         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
10613
10614 2016-03-30  Richard Biener  <rguenther@suse.de>
10615
10616         PR middle-end/70450
10617         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
10618
10619 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
10620
10621         PR target/70421
10622         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
10623         in gen_blendm expander.
10624
10625 2016-03-30  Nick Clifton  <nickc@redhat.com>
10626
10627         PR target/62254
10628         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
10629         case where we are already provided with an SImode SUBREG.
10630
10631 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
10632
10633         PR target/70439
10634         * config/i386/i386.c (ix86_expand_epilogue): Properly check
10635         conflict between DRAP register and __builtin_eh_return.
10636
10637 2016-03-30  Michael Matz  <matz@suse.de>
10638             Richard Biener  <rguenther@suse.de>
10639
10640         PR ipa/12392
10641         * ipa-polymorphic-call.c (struct type_change_info): Change
10642         speculative to an unsigned allowing to limit the work we do.
10643         (csftc_abort_walking_p): New inline function..
10644         (check_stmt_for_type_change): Limit the number of may-defs
10645         skipped for speculative devirtualization to
10646         max-speculative-devirt-maydefs.
10647         * params.def (max-speculative-devirt-maydefs): New param.
10648         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
10649
10650 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
10651
10652         PR target/63890
10653         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
10654         and TARGET_MACHO.
10655
10656 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
10657
10658         PR tree-optimization/59124
10659         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
10660         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
10661
10662 2016-03-29  Jeff Law  <law@redhat.com>
10663
10664         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
10665
10666 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10667
10668         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
10669         to HOST_WIDE_INT.
10670
10671 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
10672
10673         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
10674         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
10675         gcrt0.o if linking dynamically.
10676
10677 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10678
10679         PR ipa/70283
10680         * ipa-devirt.c (methods_equal_p): New function.
10681         (compare_virtual_tables): Use it.
10682         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
10683         * cgraphclones.c (clone_function_name_1): Use
10684         symbol_table::symbol_suffix_separator.
10685         * coverage.c (build_var): Likewise.
10686         * symtab.c (symbol_table::symbol_suffix_separator): New.
10687
10688 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
10689
10690         PR rtl-optimization/70429
10691         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
10692         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
10693         mode != result_mode.
10694
10695         PR c++/70353
10696         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
10697
10698         PR tree-optimization/70405
10699         * ssa-iterators.h (num_imm_uses): Add missing braces.
10700
10701 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
10702
10703         PR rtl-optimization/68695
10704         * ira-color.c (allocno_copy_cost_saving): New.
10705         (improve_allocation): Use it.
10706
10707 2016-03-29  Richard Henderson  <rth@redhat.com>
10708
10709         PR middle-end/70355
10710         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
10711
10712 2016-03-29  Richard Biener  <rguenther@suse.de>
10713
10714         PR middle-end/70424
10715         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
10716         use alignment returned by get_pointer_alignment_1 if it is
10717         bigger than BITS_PER_UNIT.
10718         * builtins.c (get_pointer_alignment_1): Do not return true
10719         for alignment extracted from SSA info.
10720
10721 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
10722
10723         * config/ft32/ft32.opt (mnodiv): New.
10724         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
10725         * doc/invoke.texi (FT32 Options -mnodiv): New.
10726
10727 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
10728
10729         PR target/70406
10730         * config/i386/i386.md (define_split, andn): Fix modes.
10731
10732 2016-03-26  Richard Biener  <rguenther@suse.de>
10733             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
10734
10735         PR ipa/70366
10736         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
10737         instead of
10738         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
10739         as 2nd argument to cl_optimization_restore().
10740
10741 2016-03-25  Richard Henderson  <rth@redhat.com>
10742
10743         PR target/70120
10744         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
10745         * config/aarch64/aarch64-protos.h: Declare it.
10746         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
10747
10748 2016-03-25  Alan Modra  <amodra@gmail.com>
10749
10750         PR target/70052
10751         * config/rs6000/constraints.md (j): Simplify.
10752         * config/rs6000/predicates.md (easy_fp_constant): Exclude
10753         decimal float 0.D.
10754         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
10755         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
10756          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
10757         in all constraint alternatives.
10758         (movtd_64bit_nodm): Delete "j" constraint alternative.
10759
10760 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
10761
10762         * tree-ssa-propagate.c: Enhance docs for
10763         SSA_PROP_NOT_INTERESTING.
10764
10765 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
10766
10767         * doc/extend.texi: Fix typo in documentation to pure attribute.
10768
10769 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
10770
10771         PR target/70319
10772         * config/pa/pa.md (bswapdi2): Use a scratch register.
10773
10774 2016-03-24  Richard Henderson  <rth@redhat.com>
10775
10776         PR middle-end/69845
10777         * fold-const.c (extract_muldiv_1): Correct test for multiplication
10778         overflow.
10779
10780 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
10781
10782         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
10783         using ix86_expand_binary_operator instead of gen_andsi3.
10784
10785 2016-03-24  Richard Biener  <rguenther@suse.de>
10786
10787         PR tree-optimization/70396
10788         * tree-vect-stmts.c (vectorizable_comparison): Use
10789         get_vectype_for_scalar_type.
10790
10791 2016-03-24  Richard Biener  <rguenther@suse.de>
10792
10793         PR middle-end/70370
10794         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
10795         with register bases.
10796
10797 2016-03-24  Richard Biener  <rguenther@suse.de>
10798
10799         PR tree-optimization/70372
10800         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
10801         build_all_ones_cst to also handle vector types correctly.
10802
10803 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
10804
10805         PR target/70381
10806         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
10807         -mfloat128 here.
10808
10809 2016-03-23  Marek Polacek  <polacek@redhat.com>
10810
10811         PR c++/69884
10812         * doc/invoke.texi: Document -Wignored-attributes.
10813
10814 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
10815
10816         PR tree-optimization/69042
10817         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
10818         parameter from 30 to 40.
10819
10820 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
10821
10822         PR tree-optimization/69042
10823         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
10824         for use with constant offset stripped in base.
10825
10826 2016-03-23  Richard Biener  <rguenther@suse.de>
10827
10828         PR middle-end/70251
10829         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
10830         mode compatibility check.
10831         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
10832
10833 2016-03-23  Jeff Law  <law@redhat.com>
10834
10835         PR tree-optimization/64058
10836         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
10837         CONFLICT_COUNT.
10838         (struct ssa_conflicts): Move up earlier in the file.
10839         (conflicts_, var_map_): New static variables.
10840         (initialize_conflict_count): New function to initialize the
10841         CONFLICT_COUNT field for each conflict pair.
10842         (compare_pairs): Lazily initialize the conflict count and use it
10843         as the first tie-breaker.
10844         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
10845         and wipe conflicts_ and map_ around the call to qsort.  Remove
10846         special case for 2 coalesce pairs.
10847         * bitmap.c (bitmap_count_unique_bits): New function.
10848         (bitmap_count_bits_in_word): New function, extracted from
10849         bitmap_count_bits.
10850         (bitmap_count_bits): Use bitmap_count_bits_in_word.
10851         * bitmap.h (bitmap_count_unique_bits): Declare it.
10852
10853 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
10854
10855         PR target/69917
10856         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
10857         transparent alias chain for decl assembler name.
10858         * config/sol2.c (solaris_assemble_visibility): Likewise.
10859
10860 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10861
10862         * config/arm/arm1020e.md (1020call_op): Reduce reservation
10863         duration.
10864         (v10_fdivs): Likewise.
10865         (v10_fdivd): Likewise.
10866
10867 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10868
10869         PR driver/70132
10870         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
10871         to not call fclose twice on file.
10872
10873 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
10874
10875         PR tree-optimization/70354
10876         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
10877         oprnd0 is wider than oprnd1 and there is a cast from the wider
10878         type to oprnd1, mask it with the mask of the narrower type.
10879
10880         PR target/70321
10881         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
10882         Optimize TARGET_STV splitters, if high or low word of last argument
10883         is 0 or -1.
10884
10885 2016-03-22  Jeff Law  <law@redhat.com>
10886
10887         PR target/70232
10888         tree-ssa-threadbackward.c
10889         (fsm_find_control_statement_thread_paths): Correctly distinguish
10890         between old style jump threads vs FSM jump threads.
10891
10892 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
10893
10894         PR target/70302
10895         * config/i386/i386.c (scalar_chain::convert_op): Support
10896         uninitialized register usage case.
10897
10898 2016-03-22  Richard Biener  <rguenther@suse.de>
10899
10900         PR middle-end/70251
10901         * genmatch.c (gen_transform): Adjust last parameter to a three-state
10902         int...
10903         (capture::gen_transform): ... to change behavior when substituting
10904         a condition into cond or not-cond expr context.
10905         (dt_simplify::gen_1): Adjust.
10906         * gimple-match-head.c: Include gimplify.h for unshare_expr.
10907         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
10908         last change and instead change to
10909         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
10910         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
10911
10912 2016-03-22  Anthony Green  <green@moxielogic.com>
10913
10914         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
10915         issue for moxiebox targets.
10916         (CC1PLUS_SPEC): Ditto.
10917
10918 2016-03-22  Richard Biener  <rguenther@suse.de>
10919
10920         PR middle-end/70333
10921         * fold-const.c (extract_muldiv_1): Properly perform multiplication
10922         in the wide type.
10923
10924 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
10925
10926         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
10927
10928 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
10929
10930         PR target/70325
10931         * config/i386/i386.c (def_builtin): Handle
10932         OPTION_MASK_ISA_AVX512VL to be and-ed with other
10933         bits.
10934         (const struct builtin_description bdesc_special_args[]):
10935         Remove duplicate ISA bits.
10936
10937 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
10938
10939         PR target/70329
10940         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
10941         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
10942         in a way that works also for AVX512BW.
10943
10944         PR target/70300
10945         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
10946         instead of source if operands[1] is xmm16 and above and
10947         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
10948         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
10949
10950         PR c++/70295
10951         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
10952         on assign if (*from_p) is a comparison, set it to
10953         TREE_NO_WARNING (*from_p).
10954
10955 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
10956
10957         PR middle-end/70326
10958         * lra.c (restore_scratches): Ignore deleted insns.
10959
10960 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
10961             Jakub Jelinek  <jakub@redhat.com>
10962
10963         PR tree-optimization/70317
10964         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
10965         to HONOR_NANS.
10966
10967 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
10968
10969         PR target/70327
10970         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
10971         of ix86_expand_move.
10972         (movoi): Ditto.
10973         (movti): Use general_operand for operand 1 predicate.
10974
10975 2016-03-21  Martin Liska  <mliska@suse.cz>
10976
10977         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
10978         insns.
10979         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
10980
10981 2016-03-21  Martin Liska  <mliska@suse.cz>
10982
10983         PR ipa/70306
10984         * ipa-icf.c (sem_function::parse): Skip static
10985         constructors and destructors.
10986
10987 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
10988
10989         PR target/70296
10990         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
10991         function-like macro, peek following token(s) if it is followed
10992         by CPP_OPEN_PAREN token with optional padding in between, and
10993         if not, don't treat it like a macro.
10994
10995 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
10996             Alexander Monakov  <amonakov@ispras.ru>
10997
10998         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
10999         for the stabs debug format.
11000
11001 2016-03-21  Richard Biener  <rguenther@suse.de>
11002
11003         PR tree-optimization/70310
11004         * tree-vect-generic.c (expand_vector_condition): Fold the built
11005         condition.
11006
11007 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
11008
11009         PR target/70293
11010         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
11011         Block third alternative for AVX-512VL target,
11012
11013 2016-03-21  Martin Liska  <mliska@suse.cz>
11014
11015         PR hsa/70234
11016         * hsa-brig.c (emit_function_directives): Mark unemitted
11017         global variables for emission.
11018         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
11019         (get_symbol_for_decl): Likewise.
11020         * hsa.h (struct hsa_symbol): New flag.
11021
11022 2016-03-21  Richard Biener  <rguenther@suse.de>
11023
11024         PR tree-optimization/70288
11025         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
11026         we do not estimate unsimplified all-constant conditionals or
11027         switches as optimized away.
11028
11029 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
11030
11031         PR rtl-optimization/69102
11032         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
11033         when we have a readonly dependency context.
11034
11035 2016-03-18  Jeff Law  <law@redhat.com>
11036
11037         PR rtl-optimization/70263
11038         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
11039         (update_equiv_regs): When trying to move a store to after the insn
11040         that sets the source of the store, make sure the store occurs after
11041         the insn that sets the source of the store.  When successful note
11042         the REG_EQUIV note created in the dump file.
11043
11044 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
11045             Bernd Schmidt  <bschmidt@redhat.com>
11046
11047         * doc/extend.texi: Document more potential problems with basic asms.
11048
11049 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
11050
11051         PR rtl-optimization/70278
11052         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
11053         VOIDmode.
11054
11055 2016-03-18  Jason Merrill  <jason@redhat.com>
11056
11057         * calls.c (load_register_parameters): Fix zero size sibcall logic.
11058
11059 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11060
11061         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
11062         values to 128b regs.
11063
11064 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
11065
11066         PR tree-optimization/70252
11067         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
11068         boolean vector has a proper number of elements.
11069         (supportable_narrowing_operation): Likewise.
11070
11071 2016-03-18  Tom de Vries  <tom@codesourcery.com>
11072
11073         PR ipa/70269
11074         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
11075
11076 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
11077
11078         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
11079         instead of replace_rtx for DEBUG_INSNs.
11080
11081 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11082
11083         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
11084         load type reservations.
11085
11086 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
11087
11088         PR target/70188
11089         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
11090         define_constraint for "Q" and "T" constraints.
11091
11092 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
11093
11094         Tweak the pipeline model for Exynos M1
11095
11096         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
11097         model.
11098
11099 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
11100
11101         PR c/70264
11102         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
11103         where one or both locations aren't within a line_map.
11104
11105 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
11106
11107         PR driver/70192
11108         * opts.c (finish_options): Don't set flag_pie to the default if
11109         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
11110         if it is -1.
11111
11112 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
11113
11114         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
11115         true as ALL_REGS argument to replace_rtx.
11116
11117 2016-03-17  Richard Biener  <rguenther@suse.de>
11118
11119         PR debug/70271
11120         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
11121         last.
11122
11123 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
11124
11125         PR target/70245
11126         * rtl.h (replace_rtx): Add ALL_REGS argument.
11127         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
11128         equality and assert mode is the same, instead of just rtx pointer
11129         equality.
11130         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
11131         true as ALL_REGS argument to replace_rtx.
11132
11133 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
11134
11135         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
11136         for boolean vector with vector mode only.
11137         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
11138
11139 2016-03-17  Nick Clifton  <nickc@redhat.com>
11140
11141         PR target/70162
11142         * config/rx/rx.c (rx_print_integer): Print negative constants in
11143         decimal.
11144
11145 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
11146
11147         PR target/70261
11148         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
11149
11150 2016-03-16  Richard Henderson  <rth@redhat.com>
11151             Richard Biener  <rguenth@suse.de>
11152
11153         PR middle-end/70240
11154         PR middle-end/68215
11155         PR tree-opt/68714
11156         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
11157         first operand as is_gimple_condexpr.
11158
11159         PR middle-end/70240
11160         PR middle-end/68215
11161         Revert r231575
11162         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
11163         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
11164         Do not gimplify the result.
11165         (do_unop): Adjust call to tree_vec_extract.
11166         (do_binop): Likewise.
11167         (do_compare): Likewise.
11168         (do_plus_minus): Likewise.
11169         (do_negate): Likewise.
11170         (expand_vector_condition): Likewise.
11171         (do_cond): Likewise.
11172
11173 2016-03-16  Richard Henderson  <rth@redhat.com>
11174
11175         PR target/70048
11176         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
11177         (aarch64_classify_address): Use it.
11178         (aarch64_legitimize_address): Force all subexpressions of PLUS
11179         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
11180
11181 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
11182             Richard Biener  <rguenth@suse.de>
11183
11184         PR target/70245
11185         * rtlanal.c (replace_rtx): For REG, if from is a REG,
11186         return to even if only REGNO is equal, and assert
11187         mode is the same.
11188
11189 2016-03-11  Jeff Law  <law@redhat.com>
11190
11191         PR rtl-optimization/70224
11192         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
11193
11194 2016-03-16  Richard Henderson  <rth@redhat.com>
11195
11196         PR middle-end/70199
11197         * function.h (struct function): Add has_forced_label_in_static.
11198         * gimplify.c (force_labels_r): Set it.
11199         * lto-streamer-in.c (input_struct_function_base): Read it.
11200         * lto-streamer-out.c (output_struct_function_base): Write it.
11201         * tree-inline.c (has_label_address_in_static_1): Remove.
11202         (copy_forbidden): Remove fndecl parameter; test
11203         has_forced_label_in_static.
11204         (inline_forbidden_p): Update call to copy_forbidden.
11205         (tree_versionable_function_p): Likewise.
11206         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
11207         (chkp_versioning): Likewise.
11208         * tree-inline.h (copy_forbidden): Update decl.
11209
11210 2016-03-16  Marek Polacek  <polacek@redhat.com>
11211
11212         PR c/70093
11213         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
11214         function being thunked if the result type doesn't have fixed size.
11215         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
11216         doesn't have fixed size.
11217
11218 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
11219
11220         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
11221         reporting malformed loop nest.
11222
11223 2016-03-16  Tom de Vries  <tom@codesourcery.com>
11224
11225         PR lto/70187
11226         * ipa-devirt.c (possible_polymorphic_call_targets): Move
11227         nodes.length () == 1 test to before first nodes[0] access.
11228
11229 2016-03-16  Tom de Vries  <tom@codesourcery.com>
11230
11231         PR tree-optimization/68715
11232         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
11233         single_pred_p test.
11234
11235 2016-03-16  Tom de Vries  <tom@codesourcery.com>
11236
11237         PR tree-optimization/68809
11238         * graphite-scop-detection.c (same_close_phi_node): Test if result types
11239         are the same.
11240
11241 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
11242             Sandra Loosemore  <sandra@codesourcery.com>
11243
11244         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
11245         on leaf attribute. Mention ELF interposition problems.
11246
11247 2016-03-16  Alan Modra  <amodra@gmail.com>
11248
11249         PR rtl-optimization/69195
11250         PR rtl-optimization/47992
11251         * ira.c (indirect_jump_optimize): Ignore artificial defs.
11252         Add comments.
11253
11254 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
11255
11256         PR bootstrap/69513
11257         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
11258
11259 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
11260
11261         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
11262
11263 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
11264
11265         PR rtl-optimization/70222
11266         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
11267         optimization if mode is different from result_mode, queue up masking
11268         of the result in outer_op.  Formatting fix.
11269
11270         PR middle-end/70239
11271         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
11272         of safe_grow.
11273
11274 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
11275
11276         PR rtl-optimization/69032
11277         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
11278         looping backwards over basic block insns.
11279
11280 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
11281
11282         PR target/66660
11283         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
11284         to non-speculative when propagating trap bits.
11285
11286 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
11287
11288         PR rtl-optimization/63384
11289         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
11290         DEBUG_INSN_P insns.
11291
11292 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
11293
11294         PR target/64411
11295         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
11296         factored out from ...
11297         (sched_analyze_insn): ... here.
11298         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
11299         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
11300         get_implicit_reg_pending_clobbers in it.
11301         (setup_id_reg_sets): Use setup_id_implicit_regs.
11302         (deps_init_id): Ditto.
11303
11304 2016-03-15  Tom de Vries  <tom@codesourcery.com>
11305
11306         PR ipa/70161
11307         * cgraph.c (cgraph_node::get_body): Save, reset and restore
11308         dump_file_name.
11309         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
11310         execute_function_dump.
11311         (execute_one_pass): Don't dump function if it will be dumped after ipa
11312         transform.
11313
11314 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
11315
11316         * genrecog.c (match_pattern_2): If pred is NULL don't call
11317         safe_predicate_mode on it.
11318
11319 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
11320
11321         PR middle-end/70219
11322         * lra-constraints.c (delete_move_and_clobber): Change assertion
11323         to also allow dregno == 0.
11324
11325 2016-03-14  Richard Henderson  <rth@redhat.com>
11326
11327         PR tree-opt/68714
11328         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
11329         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
11330         (reassociate_bb): Use optimize_vec_cond_expr; avoid
11331         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
11332         on vectors.
11333
11334 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
11335
11336         PR target/70083
11337         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
11338         regs.
11339         (lra_create_live_ranges_1): initialize hard register biggest_mode to
11340         VOIDmode.
11341         * lra-constraints.c (split_reg): For hard regs, try to find the
11342         biggest single-register mode used in the function.
11343
11344 2016-03-14  Richard Biener  <rguenther@suse.de>
11345
11346         PR tree-optimization/56365
11347         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
11348         constants to compare against.
11349
11350 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
11351
11352         PR target/70098
11353         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
11354         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
11355         (define_split for the GPR case): Use int_reg_operand instead of
11356         gpc_reg_operand for the output.
11357
11358 2016-03-14  Tom de Vries  <tom@codesourcery.com>
11359
11360         PR tree-optimization/70045
11361         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
11362         create_empty_if_region_on_edge argument.
11363
11364 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
11365
11366         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
11367         (STACK_CHECK_PROTECT): Likewise.
11368         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
11369         (STACK_CHECK_PROTECT): Likewise.
11370         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
11371         (STACK_CHECK_PROTECT): Likewise.
11372         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
11373         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
11374         (STACK_CHECK_PROTECT): Likewise.
11375
11376 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
11377
11378         PR rtl-optimization/69307
11379         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
11380         registers in modes that span more than one register.
11381
11382 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
11383
11384         PR target/69614
11385         * lra-constraints.c (delete_move_and_clobber): New.
11386         (remove_inheritance_pseudos): Use it.
11387
11388 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
11389
11390         PR ada/70017
11391         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
11392         the libcall is LCT_THROW.
11393         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
11394         for the checking routine.
11395
11396 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
11397
11398         PR target/70131
11399         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
11400         optimization if we have direct move.
11401         (roundu32<mode>2_fprs): Likewise.
11402
11403 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
11404
11405         PR target/70123
11406         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
11407         be rematerialized.
11408         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
11409         Arguments swapped.  All callers changed.  Take reg_renumber into
11410         account, and Calculate and compare register ranges for hard regs.
11411
11412 2016-03-11  Jeff Law  <law@redhat.com>
11413
11414         PR tree-optimization/70190
11415         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
11416         Handle cases where we can not extract the taken edge, even though we
11417         found a constant value.
11418
11419         PR tree-optimization/64058
11420         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
11421         (num_coalesce_pairs): Move up earlier in file.
11422         (find_coalesce_pair): Initialize the INDEX field for each pair
11423         discovered.
11424         (compare_pairs): No longer sort on the elements in each pair.
11425         Instead break ties with the index of the coalesce pair.
11426
11427 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11428
11429         PR target/70002
11430         * config/aarch64/aarch64-protos.h
11431         (aarch64_save_restore_target_globals): New prototype.
11432         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
11433         Call the above when popping pragma.
11434         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
11435         New function.
11436         (aarch64_set_current_function): Rewrite using the above.
11437
11438 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
11439
11440         PR tree-optimization/70177
11441         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
11442         (extract_ops_from_tree): ... this.  In the 2 argument
11443         overload remove _1 suffix.
11444         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
11445         (extract_ops_from_tree): ... this.
11446         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
11447         Adjust callers.
11448         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
11449         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
11450         extract_ops_from_tree instead of 2 operand one.
11451
11452 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
11453
11454         PR tree-optimization/70013
11455         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
11456         for constant-pool entries.
11457
11458 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
11459
11460         PR rtl-optimization/70174
11461         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
11462         followed by gen_lowpart on force_reg instead of just gen_lowpart.
11463
11464         PR tree-optimization/70169
11465         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
11466         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
11467         for unknown codes.
11468
11469 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
11470             Jakub Jelinek  <jakub@redhat.com>
11471
11472         PR target/70160
11473         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
11474         of uninitialized values.
11475
11476 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11477
11478         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
11479         define_expand.
11480         ("*trunctddd2"): New pattern definition.
11481         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
11482         TD->DD truncation.
11483
11484 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11485
11486         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
11487         definitions for BFP and DFP rounding modes.
11488         ("fixuns_truncdddi2", "fixuns_trunctddi2")
11489         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
11490         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
11491         ("fix_trunctf<mode>2"): Use the new constants instead of magic
11492         numbers.
11493
11494 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11495
11496         * config/s390/constraints.md: Adjust comment.
11497         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
11498         s390_decompose_addrstyle_without_index.
11499         * config/s390/predicates.md (shift_count_or_setmem_operand):
11500         Rename to setmem_operand.
11501         * config/s390/s390-protos.h
11502         (s390_decompose_shift_count): Rename to
11503         s390_decompose_addrstyle_without_index.
11504         * config/s390/s390.c (s390_decompose_shift_count)
11505         (s390_mem_constraint, print_shift_count_operand)
11506         (print_operand_address, print_operand): Rename
11507         s390_decompose_shift_count to
11508         s390_decompose_addrstyle_without_index and rename
11509         print_shift_count_operand to print_addrstyle_operand troughout the
11510         file.
11511         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
11512         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
11513         Rename shift_count_or_setmem_operand to setmem_operand.
11514         * config/s390/vx-builtins.md ("vec_insert<mode>")
11515         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
11516         nonmemory_operand.
11517
11518 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11519
11520         PR target/70168
11521         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
11522         Handle overlapping retval and newval.
11523
11524 2016-03-10  Nick Clifton  <nickc@redhat.com>
11525
11526         PR target/7044
11527         * config/aarch64/aarch64.c
11528         (aarch64_override_options_after_change_1): When forcing
11529         flag_omit_frame_pointer to be true, use a special value that can
11530         be detected if this function is called again, thus preventing
11531         flag_omit_leaf_frame_pointer from being forced to be false.
11532
11533 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11534
11535         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
11536         Set x_flag_omit_leaf_frame_pointer when handling
11537         -momit-leaf-frame-pointer.
11538
11539 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
11540
11541         PR lto/69589
11542         * cgraph.c (cgraph_node::dump): Dump split_part and
11543         indirect_call_target.
11544         * cgraph.h (cgraph_node): Add indirect_call_target flag.
11545         * ipa.c (has_addr_references_p): Cleanup.
11546         (is_indirect_call_target_p): New.
11547         (walk_polymorphic_call_targets): Do not mark virtuals that may be
11548         called indirectly as local.
11549         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
11550
11551 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
11552
11553         PR ipa/69630
11554         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
11555         on cxa_pure_virtual.
11556
11557 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
11558
11559         PR lto/69589
11560         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
11561
11562 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
11563
11564         PR lto/69589
11565         * tree.c (need_assembler_name_p): Only record main variant type names.
11566
11567 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
11568
11569         PR target/70113.
11570         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
11571         Always define to 0 or 1.
11572         (TARGET_FIX_ERR_A53_843419): New macro.
11573         * config/aarch64/aarch64-elf-raw.h
11574         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
11575         * config/aarch64/aarch64-linux.h: Likewise.
11576         * config/aarch64/aarch64.c
11577         (aarch64_override_options_after_change_1): Do not default
11578         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
11579         843419 is on.
11580         (aarch64_attributes): Handle fix-cortex-a53-843419.
11581         (aarch64_can_inline_p): Likewise.
11582         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
11583
11584 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
11585         Jakub Jelinek <jakub@redhat.com>
11586
11587         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
11588         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
11589         DECL_COMMONS if flag_unconstrained_commons is set.
11590         * tree-dfa.c (get_ref_base_and_extent): Likewise.
11591         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
11592         (funconstrained-commons): Document.
11593
11594 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
11595
11596         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
11597         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
11598
11599 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
11600
11601         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
11602         has a proper number of elements.
11603
11604 2016-03-10  Alan Modra  <amodra@gmail.com>
11605
11606         PR rtl-optimization/69195
11607         PR rtl-optimization/47992
11608         * ira.c (recorded_label_ref): Delete.
11609         (update_equiv_regs): Return void.
11610         (indirect_jump_optimize): New function.
11611         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
11612         before regstat_compute_ri.  Don't rebuild_jump_labels here.
11613         Delete update_regstat.
11614
11615 2016-03-10  Richard Biener  <rguenther@suse.de>
11616
11617         PR tree-optimization/70128
11618         * tree-ssa-structalias.c (set_uids_in_ptset): Set
11619         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
11620
11621 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
11622
11623         PR tree-optimization/70152
11624         * tree-sra.c (replace_removed_params_ssa_names): Copy over
11625         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
11626
11627         PR target/70086
11628         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
11629         instead of gen_sse2_loadlpd.
11630         * config/i386/sse.md (*vec_concatv2df): Rename to...
11631         (vec_concatv2df): ... this.
11632
11633         PR tree-optimization/70127
11634         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
11635
11636 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
11637
11638         PR c/68473
11639         PR c++/70105
11640         * diagnostic-show-locus.c (compatible_locations_p): New function.
11641         (layout::layout): Sanitize ranges using compatible_locations_p.
11642
11643 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
11644
11645         PR c/68473
11646         PR c++/70105
11647         * diagnostic-show-locus.c (layout_range::layout_range): Replace
11648         location_range param with three const expanded_locations * and a
11649         bool.
11650         (layout::layout): Replace call to
11651         rich_location::lazily_expand_location with get_expanded_location.
11652         Extract the range and perform location expansion here, passing
11653         the results to the layout_range ctor.
11654         * diagnostic.c (source_range::debug): Delete.
11655         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
11656         of rich_location::get_expanded_location.
11657         * gcc-rich-location.c (get_range_for_expr): Delete.
11658         (gcc_rich_location::add_expr): Reimplement to avoid the
11659         rich_location::add_range overload that took a location_range,
11660         passing a location_t instead.
11661
11662 2016-03-09  Richard Biener  <rguenther@suse.de>
11663         Jakub Jelinek  <jakub@redhat.com>
11664
11665         PR tree-optimization/70138
11666         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
11667         Also skip vect_double_reduction_def.
11668
11669 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
11670
11671         PR target/70049
11672         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
11673         if the operand is "m".
11674
11675 2016-03-09  Nathan Sidwell  <nathan@acm.org>
11676
11677         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
11678
11679 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11680
11681         * config/i386/i386.c (processor_target_table): Fix cost table
11682         intialization order for znver1.
11683
11684 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
11685
11686         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
11687         - becuase -> because.
11688         * ipa-reference.c (ignore_module_statics): Likewise.
11689         * cgraph.c (cgraph_node::get_body): Likewise.
11690         * ipa-inline.c (early_inliner): Likewise.
11691         * ipa-devirt.c (types_same_for_odr): Likewise.
11692         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
11693         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
11694
11695 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11696
11697         * tree-ssa-math-opts.c: Fix typo in comment.
11698
11699 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
11700
11701         PR target/70110
11702         * config/i386/i386.c (scalar_chain::make_vector_copies,
11703         scalar_chain::convert_reg): Call end_sequence in between
11704         get_insns and emit_conversion_insns rather than after both
11705         calls.
11706
11707 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
11708
11709         PR target/70064
11710         * config/i386/i386.h (machine_function): Add
11711         pc_thunk_call_expanded flag.
11712         (ix86_pc_thunk_call_expanded): New define.
11713         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
11714         (*set_got): Rename insn pattern from set_got.
11715         (*set_got_labelled): Rename inst pattern from set_got_labelled.
11716         * config/i386/i386.c (ix86_compute_frame_layout): Use
11717         ix86_pc_thunk_call_expanded to prevent red-zone.
11718
11719 2016-03-07  Martin Jambor  <mjambor@suse.cz>
11720
11721         * hsa.h (hsa_get_ctor_statements): Declare.
11722         (hsa_get_dtor_statements): Likewise.
11723         (hsa_get_kernel_dispatch_type): Likewise.
11724         * hsa.c (hsa_get_ctor_statements): New function.
11725         (hsa_get_dtor_statements): Likewise.
11726         (hsa_get_kernel_dispatch_type): Likewise.
11727         * hsa-brig.c (hsa_cdtor_statements): Removed.
11728         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
11729         hsa_get_dtor_statements.
11730         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
11731         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
11732
11733 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11734
11735         * config/arm/arm-cores.def (cortex-r8): New.
11736         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
11737         * config/arm/arm-tune.md: Likewise.
11738         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
11739
11740 2016-03-07  Martin Sebor  <msebor@redhat.com>
11741
11742         PR rtl-optimization/19705
11743         * doc/invoke.texi (Options That Control Optimization): Clarify
11744         -fno-branch-count-reg.
11745
11746 2016-02-26  Richard Biener  <rguenther@suse.de>
11747             Jeff Law  <law@redhat.com>
11748
11749         PR tree-optimization/69740
11750         * cfghooks.c (remove_edge): Request loop fixups if we delete
11751         an edge that might turn an irreducible loop into a natural
11752         loop.
11753         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
11754         Move after definition of loops_state_clear.
11755
11756 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
11757
11758         PR rtl-optimization/69052
11759         * rtlanal.c (commutative_operand_precedence): Set higher precedence
11760         to CONST_WIDE_INT.
11761
11762 2016-03-07  Tom de Vries  <tom@codesourcery.com>
11763
11764         PR tree-optimization/70116
11765         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
11766         is_tm_ending stmts and ubsan/asan internal functions.
11767         (find_duplicate): Use it.  Don't test is_tm_ending here.
11768
11769 2016-03-07  Richard Biener  <rguenther@suse.de>
11770
11771         PR tree-optimization/70115
11772         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
11773         (propagate_constants_for_unrolling): Use replace_uses_by.
11774
11775 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
11776
11777         PR middle-end/69916
11778         * omp-low.c (struct oacc_loop): Add ifns.
11779         (new_oacc_loop_raw): Initialize it.
11780         (finish_oacc_loop): Clear mask & flags if no ifns.
11781         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
11782         (oacc_loop_xform_loop): Add ifns arg & adjust.
11783         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
11784
11785 2016-03-07  Richard Henderson  <rth@redhat.com>
11786
11787         PR rtl-opt/70061
11788         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
11789         (insert_value_copy_on_edge): Likewise.
11790
11791 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11792
11793         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
11794
11795 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11796
11797         PR target/62281
11798         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
11799
11800 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
11801
11802         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
11803
11804 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
11805
11806         Fix sseimul type attribute.
11807         * config/i386/znver1.md
11808         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
11809         znver1_sseimul_avx256_load) : Fix the type attribute.
11810         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
11811         pipe usage and latency.
11812
11813 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
11814
11815         PR c++/70084
11816         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
11817         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
11818         to the right type.
11819
11820 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
11821
11822         PR c/69973
11823         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
11824
11825         PR rtl-optimization/69941
11826         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
11827         the reg share its mode.
11828
11829 2016-03-04  Jeff Law  <law@redhat.com>
11830
11831         PR tree-optimization/69196
11832         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
11833         If the both SSA_NAMEs are anonymous, then consider them unassociated
11834         and include the PHI in the statement count.
11835
11836 2016-03-05  Tom de Vries  <tom@codesourcery.com>
11837
11838         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
11839         construct in oacc routine.  Check for oacc region in oacc routine.
11840
11841 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
11842
11843         PR target/70062
11844         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
11845         2016-02-22 changes, instead don't recurse if RECUR is already true.
11846         Don't change *dynamic_check if RECUR.  Adjust recursive caller
11847         to pass true to the new argument.
11848         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
11849
11850         PR target/70059
11851         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
11852         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
11853         fixes.
11854         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
11855
11856 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
11857
11858         PR rtl-optimization/57676
11859         * lra-assigns.c (lra_assign): Guard test for maximum iterations
11860         with flag_checking.
11861
11862 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
11863
11864         * tree-vect-patterns.c (search_type_for_mask): Handle
11865         comparison of booleans.
11866
11867 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
11868
11869         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
11870         Fix @xref usage.
11871
11872         PR debug/69947
11873         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
11874         all other ops that have dw_val_class_die_ref operands,
11875         and DW_OP_GNU_entry_value.
11876
11877 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11878
11879         PR rtl-optimization/69904
11880         * config/arm/arm.c (arm_cannot_copy_insn_p):
11881         Return true for load-exclusive instructions.
11882
11883 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
11884
11885         PR target/70021
11886         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
11887         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
11888         the pattern no matter if it is used just by non-pattern, pattern
11889         or mix thereof.
11890         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
11891         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
11892         oprnd1 def_stmt is in pattern, don't look through it.
11893
11894 2016-03-03  Marek Polacek  <polacek@redhat.com>
11895
11896         PR middle-end/70050
11897         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
11898
11899 2016-03-03  Martin Liska  <mliska@suse.cz>
11900
11901         PR tree-optimization/70043
11902         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
11903         previous statement if we see a debug statement.
11904
11905 2016-03-03  Richard Biener  <rguenther@suse.de>
11906
11907         PR tree-optimization/55936
11908         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
11909         parameter and guard unsafe equivalence use.
11910         (vrp_evaluate_conditional_warnv_with_ops): Always use
11911         safe equivalences but not via the quadratic compare_names
11912         helper.
11913
11914 2016-03-03  Michael Collison  <michael.collison@linaro.org>
11915
11916         PR target/70014
11917         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
11918         for operand 1 to s_register_operand. Change predicate for operand
11919         2 to arm_not_immediate_operand.
11920
11921 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
11922
11923         * doc/tm.texi: Regenerated.
11924
11925 2016-03-02  Richard Henderson  <rth@redhat.com>
11926
11927         PR rtl-opt/67145
11928         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
11929         simplification when all args are positive non-fixed registers.
11930
11931 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
11932
11933         * target.def (lra_p): Specify that new ports should use LRA.
11934
11935 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
11936
11937         PR libgomp/69555
11938         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
11939         gimplify_type_sizes the type they refer to.
11940         (omp_notice_variable): Handle reference vars to VLAs.
11941         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
11942         reference to VLA decls in the second pass instead of first pass.
11943
11944 2016-03-02  Tom de Vries  <tom@codesourcery.com>
11945
11946         PR tree-optimization/68659
11947         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
11948         new_expr == NULL_TREE.
11949         (get_new_name): Handle ADDR_EXPR.
11950
11951 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
11952
11953         PR rtl-optimization/69052
11954         * loop-invariant.c (canonicalize_address): New function.
11955         (inv_can_prop_to_addr_use): Check validity of address expression
11956         which is canonicalized by above function.
11957
11958 2016-03-02  Alan Modra  <amodra@gmail.com>
11959
11960         PR ipa/69990
11961         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
11962         larger alignment.
11963
11964 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
11965
11966         PR target/70028
11967         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
11968         (*movhi_internal): Put mask moves from and to memory separately
11969         from moves from/to GPRs.
11970
11971 2016-03-02  Richard Biener  <rguenther@suse.de>
11972
11973         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
11974         GENERIC expressions in GIMPLE.
11975
11976 2016-03-02  Richard Biener  <rguenther@suse.de>
11977
11978         * config/i386/i386.c (type_natural_mode): Fix typo.
11979
11980 2016-03-02  Nick Clifton  <nickc@redhat.com>
11981
11982         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
11983
11984 2016-03-02  Richard Biener  <rguenther@suse.de>
11985             Uros Bizjak  <ubizjak@gmail.com>
11986
11987         PR target/67278
11988         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
11989
11990 2016-03-02  Richard Biener  <rguenther@suse.de>
11991
11992         PR middle-end/67278
11993         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
11994
11995 2016-03-02  Marek Polacek  <polacek@redhat.com>
11996
11997         PR c/67854
11998         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
11999         "is promoted to" warning.
12000
12001 2016-03-01  DJ Delorie  <dj@redhat.com>
12002
12003         * config.gcc: Deprecate mep-*.
12004
12005 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
12006
12007         PR middle-end/70025
12008         * lra-constraints.c (regno_val_use_in): New.
12009         (match_reload): Use it instead of regno_use_in.
12010
12011 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
12012
12013         PR rtl-optimization/70007
12014         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
12015         references present in REG_EQUAL notes attached to non-SET patterns.
12016
12017 2016-03-01  Jeff Law  <law@redhat.com>
12018
12019         PR tree-optimization/69196
12020         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
12021         Appropriately clamp the number of statements to copy when the
12022         thread path does not traverse a loop backedge.
12023
12024         PR tree-optimization/69196
12025         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
12026         Do count some PHIs in the thread path against the insn count.  Decrease
12027         final statement count by one as the control statement in the last
12028         block will get removed.  Remove special cased code for handling PHIs
12029         in the last block.
12030
12031 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
12032
12033         PR target/70027
12034         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
12035         asm dialect alternatives to explicit GOTPCREL calls.
12036
12037 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
12038
12039         PR ada/70017
12040         * ira.c (do_reload): Issue warning for generic stack checking here...
12041         * reload1.c (reload): ...instead of here and streamline it.
12042
12043 2016-03-01  Nick Clifton  <nickc@redhat.com>
12044
12045         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
12046
12047 2016-03-01  Richard Biener  <rguenther@suse.de>
12048
12049         PR tree-optimization/69983
12050         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
12051         types and fall back to operand_equal_p.
12052
12053 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12054
12055         Revert
12056         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12057
12058         * config/s390/constraints.md ("jm8"): New constraint.
12059         * config/s390/predicates.md ("const_int_8bitset_operand"): New
12060         predicate.
12061         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
12062         into ...
12063         ("*setmem_long<setmem_and>"): New pattern.
12064         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
12065         into ...
12066         ("*setmem_long_31z<setmem_and>"): New pattern.
12067         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
12068         New substitution rules with the required attributes.
12069
12070
12071 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12072
12073         Revert
12074         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12075
12076         * gensupport.c (process_substs_on_one_elem): Split loop to
12077         complete mark_operands_used_in_match_dup on all expressions in the
12078         vector first.
12079         (adjust_operands_numbers): Inline into process_substs_on_one_elem
12080         and remove function.
12081
12082 2016-03-01  Richard Biener  <rguenther@suse.de>
12083
12084         PR middle-end/70022
12085         * fold-const.c (fold_indirect_ref_1): Fix range checking for
12086         vector BIT_FIELD_REF extract.
12087
12088 2016-03-01  Richard Biener  <rguenther@suse.de>
12089
12090         PR tree-optimization/69994
12091         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
12092
12093 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
12094
12095         PR tree-optimization/69956
12096         * tree-vect-stmts.c (supportable_widening_operation): Support
12097         multi-step conversion of boolean vectors.
12098         (supportable_narrowing_operation): Likewise.
12099
12100 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12101
12102         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
12103         anymore.
12104
12105 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12106
12107         * config/s390/subst.md (DSI_VI): New mode iterator.
12108         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
12109         * config/s390/vector.md ("vec_set<mode>"): Move expander before
12110         the insn definition.
12111         ("*vec_set<mode>"): Change predicate and add alternative to
12112         support only either register or const_int operands as element
12113         selector.
12114         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
12115         operands.
12116         ("vec_extract<mode>"): New expander.
12117         ("*vec_extract<mode>"): New insn definition supporting reg and
12118         const_int element selectors.
12119         ("*vec_extract<mode>_plus"): New insn definition supporting
12120         reg+const_int element selectors.
12121         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
12122         following expander+insn definition.
12123         ("<vec_shifts_name><mode>3"): New expander.
12124         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
12125
12126 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12127
12128         * config/s390/s390.md ("*tabort_1"): Change predicate to
12129         nonmemory_operand.  Add a second alternative to cover
12130         register as well as const int operands.
12131         ("*tabort_1_plus"): New pattern definition.
12132
12133 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12134
12135         * config/s390/s390.md ("*ashrdi3_cc_31")
12136         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
12137         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
12138         Merge insn definitions into ...
12139         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
12140         New pattern definition.
12141         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
12142         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
12143         ("*ashr<mode>3_and"): Merge insn definitions into ...
12144         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
12145         New pattern definition.
12146         * config/s390/subst.md ("addr_style_op_cc_subst")
12147         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
12148         substitutions patterns plus attributes.
12149         Add ashiftrt to SUBST iterator.
12150
12151 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12152
12153         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
12154         op2 to nonmemory_operand.
12155         ("*<shift>di3_31", "*<shift>di3_31_and"):
12156         Merge into single pattern definition ...
12157         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
12158         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
12159         pattern definition ...
12160         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
12161         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
12162         iterator.
12163
12164 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12165
12166         * config/s390/predicates.md (const_int_6bitset_operand): New
12167         predicate.
12168         * config/s390/s390.md: Include subst.md.
12169         ("rotl<mode>3"): New expander.
12170         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
12171         ...
12172         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
12173         * config/s390/subst.md: New file.
12174
12175 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12176
12177         * config/s390/s390.md ("op_type", "atype", "length" attributes):
12178         Remove RRR type.  It doesn't really exist.
12179         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
12180         attributes.
12181         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
12182         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
12183         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
12184         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
12185         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
12186         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
12187         `enabled' attribute.
12188
12189 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12190
12191         * gensupport.c (process_substs_on_one_elem): Split loop to
12192         complete mark_operands_used_in_match_dup on all expressions in the
12193         vector first.
12194         (adjust_operands_numbers): Inline into process_substs_on_one_elem
12195         and remove function.
12196
12197 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
12198
12199         PR target/69706
12200         * config/sparc/sparc.c (NWORDS_UP): Rename to...
12201         (CEIL_NWORDS): ...this.  Use CEIL macro.
12202         (compute_fp_layout): Adjust to above renaming.
12203         (function_arg_union_value): Likewise.
12204         (sparc_arg_partial_bytes): Likewise.
12205         (sparc_function_arg_advance): Likewise.
12206
12207 2016-02-29  Jeff Law  <law@redhat.com>
12208
12209         PR tree-optimization/70005
12210         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
12211         where an object with a boolean range is compared against a value
12212         outside [0..1].
12213
12214         PR tree-optimization/69999
12215         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
12216         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
12217         loop cleanups.
12218
12219 2016-02-29  Richard Biener  <rguenther@suse.de>
12220
12221         PR tree-optimization/69994
12222         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
12223         (get_unary_op): Look through nop conversions.
12224         (ops_equal_values_p): New function, look for equality diregarding
12225         nop conversions.
12226         (eliminate_plus_minus_pair): Use ops_equal_values_p
12227         (repropagate_negates): Do not use get_unary_op here.
12228
12229 2016-02-29  Martin Liska  <mliska@suse.cz>
12230
12231         * system.h: Poison ENABLE_CHECKING macro.
12232
12233 2016-02-29  Martin Liska  <mliska@suse.cz>
12234
12235         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
12236         is presented in dump flags.
12237         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
12238         (hsa_regalloc): Likewise.
12239
12240 2016-02-19  Richard Biener  <rguenther@suse.de>
12241
12242         PR tree-optimization/69980
12243         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
12244         permutation of those we need to keep.
12245
12246 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
12247
12248         PR target/69706
12249         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
12250         (NWORDS_UP): ...this
12251         (init_cumulative_args): Minor tweaks.
12252         (sparc_promote_function_mode): Likewise.
12253         (scan_record_type): Delete.
12254         (traverse_record_type): New function template.
12255         (classify_data_t): New structure type.
12256         (classify_registers): New inline function.
12257         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
12258         exhausted.  Instantiate traverse_record_type on classify_registers and
12259         deal with the case of a structure passed in slot #15 with no FP field
12260         in the first word.
12261         (assign_data_t): New structure type.
12262         (compute_int_layout): New static function.
12263         (compute_fp_layout): Likewise.
12264         (count_registers): New inline function.
12265         (assign_int_registers): New static function.
12266         (assign_fp_registers): Likewise.
12267         (assign_registers): New inline function.
12268         (function_arg_record_value_1): Delete.
12269         (function_arg_record_value_2): Likewise.
12270         (function_arg_record_value_3): Likewise.
12271         (function_arg_record_value): Adjust to above changes.  Instantiate
12272         traverse_record_type on count_registers to first count the number of
12273         registers to be used and then on assign_registers to assign them.
12274         (function_arg_union_value): Adjust to above renaming.
12275         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
12276         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
12277         case of a structure passed in slot #15
12278         (sparc_function_arg_advance): Likewise.
12279         (function_arg_padding): Minor tweak.
12280
12281 2016-02-29  Richard Biener  <rguenther@suse.de>
12282
12283         PR tree-optimization/69720
12284         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
12285         the adjustment_def path for possibly vectorized defs.
12286         (vect_create_epilog_for_reduction): Handle vectorized initial
12287         defs properly.
12288
12289 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
12290
12291         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
12292
12293 2016-02-27  Jeff Law  <law@redhat.com>
12294
12295         Revert
12296         2016-02-26  Richard Biener  <rguenther@suse.de>
12297                     Jeff Law  <law@redhat.com>
12298
12299         PR tree-optimization/69740
12300         * cfghooks.c (remove_edge): Request loop fixups if we delete
12301         an edge that might turn an irreducible loop into a natural
12302         loop.
12303
12304 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
12305
12306         PR rtl-optimization/69896
12307         * tree-vect-generic.c (get_compute_type): Avoid single element
12308         vector types.
12309
12310 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
12311
12312         Rename the AArch64 tuning option and related functions to enable the
12313         Newton series for the reciprocal square root to reflect its
12314         approximative characteristic.
12315
12316         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
12317         function to "aarch64_emit_approx_rsqrt".
12318         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
12319         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
12320         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
12321         (xgene1_tunings): Likewise.
12322         (use_rsqrt_p): Likewise.
12323         (aarch64_emit_swrsqrt): Use new function name.
12324         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
12325         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
12326         text explaining this option.
12327         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
12328
12329 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
12330
12331         PR target/69969
12332         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
12333         complain about -mallow-movmisalign without -mvsx if
12334         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
12335
12336 2016-02-26  Joel Sherrill  <joel@rtems.org>
12337
12338         * config.gcc: Add x86_64-*-rtems*.
12339         * config/i386/rtems-64.h: New file.
12340
12341 2016-02-26  Joel Sherrill  <joel@rtems.org>
12342
12343         * config.gcc: Add aarch64-*-rtems*.
12344         * config/aarch64/rtems.h: New file.
12345
12346 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
12347
12348         PR target/69946
12349         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
12350         shift amount using %h.  Add comment.
12351
12352 2016-02-26  Richard Biener  <rguenther@suse.de>
12353             Jeff Law  <law@redhat.com>
12354
12355         PR tree-optimization/69740
12356         * cfghooks.c (remove_edge): Request loop fixups if we delete
12357         an edge that might turn an irreducible loop into a natural
12358         loop.
12359
12360 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12361
12362         PR middle-end/69920
12363         * tree-sra.c (sra_modify_assign): Do not remove loads of
12364         uninitialized aggregates to SSA_NAMEs.
12365
12366 2016-02-26  Richard Henderson  <rth@redhat.com>
12367
12368         PR target/69709
12369         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
12370         pseudo in case the target rtx matches the source of the left
12371         shift.
12372
12373 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12374
12375         PR hsa/69568
12376         * hsa.h (hsa_type_packed_p): Declare.
12377         * hsa.c (hsa_type_packed_p): New function.
12378         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
12379         loads.
12380         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
12381         * hsa-brig.c (emit_basic_insn): Likewise.
12382
12383 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12384
12385         pr hsa/69674
12386         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
12387         pointers.
12388         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
12389
12390 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12391
12392         * hsa.h (is_a_helper): New overload for hsa_op_immed for
12393         hsa_op_with_type operands.
12394         (hsa_unsigned_type_for_type): Declare.
12395         * hsa.c (hsa_unsigned_type_for_type): New function.
12396         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
12397         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
12398         the finalizer.  Do not emit extra move.
12399
12400 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12401
12402         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
12403         atomic operations in private segment.
12404
12405 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12406
12407         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
12408         statements to wi->info.  Also disallow omp simd constructs.
12409         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
12410         for not gridifying.  Dump special string for omp_for.
12411
12412 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12413
12414         PR target/69245
12415         * config/aarch64/aarch64.c (aarch64_set_current_function):
12416         Save/restore target globals when switching to
12417         target_option_default_node.
12418
12419 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12420
12421         PR target/69613
12422         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
12423         Return 0 if !SHIFT_COUNT_TRUNCATED.
12424
12425 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
12426             Eric Botcazou  <ebotcazou@adacore.com>
12427
12428         PR rtl-optimization/69891
12429         * dse.c (scan_insn): If we can't figure out memset arguments
12430         or they are non-constant, call clear_rhs_from_active_local_stores.
12431
12432 2016-02-26  Martin Liska  <mliska@suse.cz>
12433
12434         * doc/extend.texi: Mention clog10, clog10f an clog10l
12435         in Builtins section.
12436
12437 2016-02-26  Martin Liska  <mliska@suse.cz>
12438
12439         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
12440         CHECKING_P.
12441         (resolve_args_picking_1): Likewise.
12442         * dwarf2out.h (struct GTY): Likewise.
12443
12444 2016-02-26  Martin Liska  <mliska@suse.cz>
12445
12446         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
12447         with flag_checking.
12448         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
12449
12450 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
12451             Martin Liska  <mliska@suse.cz>
12452
12453         * doc/install.texi: Mention --enable-valgrind-annotations.
12454
12455 2016-02-26  Richard Biener  <rguenther@suse.de>
12456
12457         PR tree-optimization/69551
12458         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
12459         looking through aliases adjust DECL_PT_UID to refer to the
12460         ultimate alias target.
12461
12462 2016-02-25  Martin Liska  <mliska@suse.cz>
12463
12464         PR middle-end/69919
12465         * alloc-pool.c (after_memory_report): New variable.
12466         * alloc-pool.h (base_pool_allocator ::release): Do not use
12467         the infrastructure if after_memory_report.
12468         * toplev.c (toplev::main): Mark after memory report.
12469
12470 2016-02-25  Richard Biener  <rguenther@suse.de>
12471
12472         PR tree-optimization/48795
12473         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
12474
12475 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
12476
12477         PR driver/68463
12478         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
12479         offloading is enabled and -fopenacc or -fopenmp is specified.
12480         (CRTOFFLOADEND): Likewise.
12481         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
12482         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
12483         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
12484         (offload_objects_file_name): New static var.
12485         (tool_cleanup): Remove offload_objects_file_name file.
12486         (find_offloadbeginend): Replace with ...
12487         (find_crtoffloadtable): ... this.
12488         (run_gcc): Remove offload_argc and offload_argv.
12489         Get offload_objects_file_name from -foffload-objects=... option.
12490         Read names of object files with offload from this file, pass them to
12491         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
12492         don't pass offloadbegin and offloadend to the linker.  Don't pass
12493         offload non-LTO files to the linker, because now they're not claimed.
12494
12495 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
12496
12497         PR ipa/69630
12498         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
12499         on builtin_unreachable.
12500
12501 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
12502
12503         PR rtl-optimization/69896
12504         * regcprop.c: Include cfgrtl.h.
12505         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
12506         than remembered mode, either delete it (if noop_move_p), or
12507         treat like copy_p but not noop_p instruction.
12508
12509 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
12510
12511         PR debug/69705
12512         * dwarf2out.c (gen_variable_die): Work around buggy LTO
12513         - allow NULL decl for Fortran DW_TAG_common_block variables.
12514
12515 2016-02-24  Jason Merrill  <jason@redhat.com>
12516
12517         * common.opt (flifetime-dse): Add -flifetime-dse=1.
12518
12519 2016-02-24  Richard Biener  <rguenther@suse.de>
12520             Jakub Jelinek  <jakub@redhat.com>
12521
12522         PR middle-end/69760
12523         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
12524         conditionally executed ops to well-defined overflow behavior.
12525
12526 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
12527
12528         PR middle-end/69915
12529         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
12530         elements.
12531
12532 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12533
12534         PR rtl-optimization/69886
12535         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
12536         argument.  Use it when checking validity of set instructions.
12537         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
12538         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
12539         callsite.
12540         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
12541         * store-motion.c (find_moveable_store): Update
12542         can_assign_to_reg_without_clobbers_p callsite.
12543
12544 2016-02-24  Richard Biener  <rguenther@suse.de>
12545
12546         PR middle-end/68963
12547         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
12548         bogus check.
12549         (record_nonwrapping_iv): Do not fall back to the low/high bound
12550         for non-constant IV bases if the stmt is not always executed.
12551
12552 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12553
12554         * config/arm/arm-cores.def (cortex-a32): New entry.
12555         * config/arm/arm-tables.opt: Regenerate.
12556         * config/arm/arm-tune.md: Regenerate.
12557         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
12558         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
12559         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
12560         for -mcpu and -mtune.
12561
12562 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12563
12564         PR target/69875
12565         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
12566         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
12567         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
12568         (atomic_loaddi_1): Delete.
12569         (atomic_loaddi): Rewrite expander using the above changes.
12570
12571 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
12572
12573         PR c/69918
12574         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
12575         2 to 3.
12576
12577 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
12578             Richard Biener  <rguenth@suse.de>
12579
12580         PR middle-end/69909
12581         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
12582         set_mem_attributes if tem is SSA_NAME which got expanded
12583         as a MEM.
12584
12585 2016-02-24  Richard Biener  <rguenther@suse.de>
12586
12587         PR tree-optimization/69907
12588         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
12589         end of permutations for BB vectorization.
12590
12591 2016-02-24  Christian Bruel  <christian.bruel@st.com>
12592
12593         * config/arm/arm-c.c (arm_option_override): Initialize
12594         target_option_current_node.
12595         * config/arm/arm.c (arm_pragma_target_parse): Replace
12596         build_target_option_node call by target_option_current_node.
12597         Set target_option_current_node.
12598         Fix comments.
12599
12600 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
12601
12602         PR target/69810
12603         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
12604         define_insn_and_split to define_insn.
12605         (zero_extendqi<mode>2_dot2): Same.
12606         (extendqi<mode>2_dot): Same.
12607         (extendqi<mode>2_dot2): Same.
12608
12609 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
12610
12611         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
12612         and add bypass for AES{D,E} and AESMC pairs.
12613         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
12614         and AESMC pairs.
12615
12616 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
12617
12618         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
12619         series for reciprocal square root in Exynos M1.
12620
12621 2016-02-23  Martin Sebor  <msebor@redhat.com>
12622
12623         PR c/69759
12624         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
12625         __builtin_alloca_with_align.
12626
12627 2016-02-23  Richard Henderson  <rth@redhat.com>
12628
12629         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
12630         (ix86_register_pragmas): Remove __seg_tls.
12631         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
12632         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
12633         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
12634         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
12635         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
12636         * doc/extend.texi (__seg_tls): Remove item.
12637
12638 2016-02-23  Richard Biener  <rguenther@suse.de>
12639
12640         * alloc-pool.h (struct allocation_object): Make id member
12641         conditional on CHECKING_P again.
12642         (get_instance): Adjust.
12643         (base_pool_allocator): Likewise.
12644
12645 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
12646
12647         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
12648         (parallelize_loops): In OpenACC kernels mode, set n_threads to
12649         zero.
12650         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
12651         flag_openacc.
12652         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
12653
12654 2016-02-23  Richard Biener  <rguenther@suse.de>
12655
12656         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
12657         * bitmap.h (struct bitmap_usage): Likewise.
12658         (bitmap_move): Declare.
12659         * bitmap.c (register_overhead): Take size_t argument.
12660         (bitmap_move): New function.
12661         * df-problems.c (df_rd_transfer_function): Use bitmap_move
12662         to properly account overhead.
12663         * tree.c (free_node): Use tree_size.
12664
12665 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
12666
12667         PR c++/69902
12668         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
12669         when inverting comparison.
12670
12671         PR c/69900
12672         * common.opt (Wunreachable-code): Add Warning flag.
12673
12674 2016-02-23  Mark Wielaard  <mjw@redhat.com>
12675             Jakub Jelinek  <jakub@redhat.com>
12676
12677         PR c/69911
12678         * cgraphunit.c (check_global_declaration): Check main_input_filename
12679         and DECL_SOURCE_FILE are not NULL.
12680
12681 2016-02-23  Martin Jambor  <mjambor@suse.cz>
12682
12683         PR tree-optimization/69666
12684         * tree-sra.c (sra_modify_assign): Do not attempt to create
12685         default_def replacements for unscalarizable regions.
12686
12687 2016-02-20  Mark Wielaard  <mjw@redhat.com>
12688
12689         PR c/28901
12690         * cgraphunit.c (check_global_declaration): Check level of
12691         warn_unused_const_variable and main_input_filename.
12692         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
12693         (-Wunused-variable): For C implies -Wunused-const-variable=1.
12694         (-Wunused-const-variable): Explain levels 1 and 2.
12695
12696 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
12697
12698         PR target/69888
12699         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
12700         identical arguments.  Formatting and spelling fixes.
12701
12702         PR target/69885
12703         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
12704         be specified.
12705
12706         PR target/69894
12707         PR target/69895
12708         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
12709         and m68k-devices.def.
12710         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
12711         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
12712
12713 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
12714
12715         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
12716         and HImode registers.
12717
12718 2016-02-22  Richard Biener  <rguenther@suse.de>
12719
12720         PR tree-optimization/69882
12721         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
12722         preserve permutations present because of gaps.
12723         (vect_supported_load_permutation_p): Always continue checking
12724         permutations after vect_attempt_slp_rearrange_stmts.
12725
12726 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
12727
12728         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
12729         min_profitable_estimate, rather than min_profitable_iters.
12730
12731 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
12732
12733         PR target/69885
12734         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
12735         SImode for last match_operand.
12736
12737 2016-02-22  Martin Liska  <mliska@suse.cz>
12738
12739         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
12740         return bitsize - 1 as the return value.
12741
12742 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
12743
12744         PR target/69806
12745         PR target/54089
12746         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
12747         Handle negative shift counts.
12748         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
12749         force_reg on the shift constant.
12750         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
12751         (lshrsi3_d): Handle negative shift counts.
12752
12753 2016-02-22  Richard Biener  <rguenther@suse.de>
12754             Tom de Vries  <tom@codesourcery.com>
12755
12756         * graph.c: Include dumpfile.h.
12757         (print_graph_cfg): Split into three overloads.
12758         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
12759
12760 2016-02-22  Tom de Vries  <tom@codesourcery.com>
12761
12762         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
12763         dump-fn.
12764
12765 2016-02-22  Richard Biener  <rguenther@suse.de>
12766
12767         PR ipa/37448
12768         * ipa-inline-transform.c (inline_call): When not updating
12769         overall summaries adjust self size by the growth estimate.
12770         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
12771         hash-set, do not update overall summaries here.  Renamed from ...
12772         (inline_to_all_callers): ... this which is now wrapping the
12773         above and performing delayed overall summary update.
12774         (early_inline_small_functions): Delay updating of the overall
12775         summary.
12776
12777 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
12778
12779         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
12780         variable.
12781
12782 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
12783
12784         PR driver/69805
12785         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
12786         :%* in %:gt() argument.
12787         (greater_than_spec_func): Adjust for expecting only numbers,
12788         if there are more than two numbers, compare the last two.
12789
12790 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
12791
12792         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
12793         -Wnarrowing with -std.
12794
12795 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
12796
12797         PR c++/69851
12798         * expr.c (store_field): Don't use bit-field path if exp is
12799         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
12800         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
12801         and the assignment can be performed by bitwise copy.  Formatting
12802         fix.
12803
12804         PR middle-end/69838
12805         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
12806         call copy_reg_eh_region_note_forward on before and/or after sequences
12807         and remove note from insn if it no longer can throw.
12808
12809         PR target/69820
12810         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
12811         if TARGET_AVX512BW.
12812
12813 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12814
12815         * config/s390/vector.md: Add missing commutative operand markers
12816         to the patterns which qualify for one.
12817         * config/s390/vx-builtins.md: Likewise.
12818
12819 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12820
12821         * config/s390/vector.md (VI, VI_QHS): Add single element vector
12822         types to mode iterators.
12823         (vec_double): ... and mode attribute.
12824         * config/s390/vx-builtins.md (non_vec_int): Likewise.
12825
12826 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12827
12828         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
12829         Change the predicate of op2 from nonimmediate to general and let
12830         reload fix it if necessary.
12831
12832 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12833
12834         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
12835
12836 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12837
12838         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
12839         mode.
12840
12841 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12842
12843         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
12844         * config/s390/s390.c (s390_expand_vec_movstr): New function.
12845         * config/s390/s390.md ("movstr<P:mode>"): Call
12846         s390_expand_vec_movstr.
12847
12848 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12849
12850         * config/s390/s390.md: Add missing output modifier for operand 1
12851         to print it as address properly.
12852
12853 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12854
12855         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
12856         * config/s390/2964.md: New file.
12857         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
12858         of insn grouping attributes depending on the CPU level.
12859         (s390_get_unit_mask): New function.
12860         (s390_sched_score): Remove the OOO from the scheduling macros.
12861         Add loop to calculate a score for the instruction mix.
12862         (s390_sched_reorder): Likewise plus improve debug output.
12863         (s390_sched_variable_issue): Rename macros as above.  Calculate
12864         the unit distances after actually scheduling an insn.  Improve
12865         debug output.
12866         (s390_sched_init): Clear last_scheduled_unit_distance array.
12867         * config/s390/s390.md: Include 2964.md.
12868
12869 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
12870
12871         PR target/69671
12872         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
12873         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
12874         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
12875         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
12876         *avx512f_<code>v8div16qi2_mask_1): New insns.
12877
12878 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
12879
12880         PR target/68404
12881         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
12882         2016-02-09 change.
12883
12884         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
12885         earlyclobber from target.  Use wF constraint for fused memory
12886         address.
12887         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
12888
12889 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
12890             Martin Liska  <mliska@suse.cz>
12891
12892         PR sanitizer/69863
12893         * cfgexpand.c (asan_sanitize_stack_p): New function.
12894         (partition_stack_vars): Use the function.
12895         (expand_stack_vars): Likewise.
12896         (defer_stack_allocation): Likewise.
12897         (expand_used_vars): Likewise.
12898
12899 2016-02-18  Richard Biener  <rguenther@suse.de>
12900
12901         PR middle-end/69553
12902         * fold-const.c (operand_equal_p): Properly compare offsets for
12903         IMAGPART_EXPR and ARRAY_REF.
12904
12905 2016-02-18  Nick Clifton  <nickc@redhat.com>
12906
12907         PR target/62254
12908         PR target/69610
12909         * config/arm/arm.c (arm_option_override_internal): Disable
12910         interworking if the target does not support thumb instructions.
12911         (arm_reload_in_hi): Handle the case where a register to register
12912         move needs reloading because there is no simple pattern to handle
12913         it.
12914         (arm_reload_out_hi): Likewise.
12915
12916 2016-02-18  Richard Biener  <rguenther@suse.de>
12917
12918         PR middle-end/69854
12919         * match.pd: Don't use fold_binary or fold_unary for folding
12920         constants.
12921
12922 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
12923
12924         PR c++/69850
12925         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
12926         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
12927         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
12928         warn on gimple_no_warning_p statements.
12929
12930 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
12931
12932         * doc/extend.texi (C++ Attributes): Correct description of
12933         warn_unused type attribute.
12934
12935 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12936
12937         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
12938         correct instruction.
12939
12940 2016-02-17  Richard Biener  <rguenther@suse.de>
12941
12942         PR rtl-optimization/69609
12943         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
12944         (find_traces_1_round): When ending a trace update cached priority
12945         of successors.
12946         (bb_to_key): Use cached priority when available.
12947         (copy_bb): Initialize cached priority.
12948         (reorder_basic_blocks_software_trace_cache): Likewise.
12949
12950 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12951
12952         PR target/69161
12953         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
12954         New predicate.
12955         (aarch64_comparison_operator): Break overly long line into two.
12956         (aarch64_comparison_operation): Likewise.
12957         * config/aarch64/aarch64.md (cstorecc4): Use
12958         aarch64_comparison_operator_mode instead of
12959         aarch64_comparison_operator.
12960         (cstore<mode>4): Likewise.
12961         (aarch64_cstore<mode>): Likewise.
12962         (*cstoresi_insn_uxtw): Likewise.
12963         (cstore<mode>_neg): Likewise.
12964         (*cstoresi_neg_uxtw): Likewise.
12965
12966 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12967
12968         PR target/69161
12969         * config/arm/predicates.md (arm_comparison_operator_mode):
12970         New predicate.
12971         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
12972         instead of arm_comparison_operator.
12973         (*mov_negscc): Likewise.
12974         (*mov_notscc): Likewise.
12975         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
12976         (*thumb2_mov_negscc): Likewise.
12977         (*thumb2_mov_negscc_strict_it): Likewise.
12978         (*thumb2_mov_notscc): Likewise.
12979         (*thumb2_mov_notscc_strict_it): Likewise.
12980
12981 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
12982
12983         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
12984         Add missing return.
12985
12986 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
12987
12988         * config/visium/visium.c (machine_libfunc_index): New enum.
12989         (machine_libfuncs): New structure.
12990         (visium_libfuncs): New static variable.
12991         (TARGET_INIT_LIBFUNCS): Define to...
12992         (visium_init_libfuncs): ...this.  New function.
12993         (expand_block_move_4): Use the appropriate libfunc.
12994         (expand_block_move_2): Likewise.
12995         (expand_block_move_1): Likewise.
12996         (expand_block_set_4): Likewise.
12997         (expand_block_set_2): Likewise.
12998         (expand_block_set_1): Likewise.
12999         (visium_trampoline_init): Likewise.
13000
13001 2016-02-17  Nick Clifton  <nickc@redhat.com>
13002
13003         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
13004         TI's devices.csv file as of March 2016.
13005
13006 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13007
13008         PR Target/48344
13009         * opts-global.c (handle_common_deferred_options): Introduce and
13010         initialize two global variables to remember command-line options
13011         specifying a stack-limiting register.
13012         * opts.h: Add extern declarations of the two new global variables.
13013         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
13014         variable based on the values of the two new global variables.
13015
13016 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
13017
13018         PR c/69835
13019         * common.opt (Wnonnull-compare): New warning.
13020         * doc/invoke.texi (-Wnonnull): Remove text about comparison
13021         of arguments against NULL.
13022         (-Wnonnull-compare): Document.
13023         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
13024         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
13025         * passes.def (pass_warn_nonnull_compare): Add.
13026         * gimple-ssa-nonnull-compare.c: New file.
13027
13028 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
13029
13030         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
13031         AARCH64_EXTRA_TUNE_RECIP_SQRT.
13032
13033 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
13034
13035         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
13036         reciprocal sqrt for -mlow-precision-recip-sqrt.
13037
13038 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
13039             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13040
13041         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
13042         always use lane loads to construct non-constant vectors.
13043
13044 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
13045
13046         * config/aarch64/aarch64.md
13047         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
13048         constraints for operand 3.
13049         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
13050
13051 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
13052             Richard Biener  <rguenther@suse.de>
13053
13054         PR tree-optimization/69820
13055         * tree-vect-patterns.c (type_conversion_p): Return false if
13056         *orig_type is unsigned single precision or boolean.
13057         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
13058         Formatting fix.
13059
13060 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
13061
13062         PR rtl-optimization/69764
13063         PR rtl-optimization/69771
13064         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
13065         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
13066
13067 2016-02-16  Richard Biener  <rguenther@suse.de>
13068
13069         PR tree-optimization/69776
13070         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
13071         sets from caller.
13072         (indirect_refs_may_alias_p): Likewise.
13073         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
13074         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
13075         according to tbaa_p.
13076         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
13077         (optimize_stmt): For redundant store discovery do not allow tbaa.
13078
13079 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
13080
13081         PR tree-optimization/69714
13082         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
13083         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
13084
13085 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
13086
13087         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
13088         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
13089         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
13090         * config/arc/arc.c (arc_init): Check FPU options.
13091         (get_arc_condition_code): Handle new CC_FPU* modes.
13092         (arc_select_cc_mode): Likewise.
13093         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
13094         register pair only. Allow access for ARCv2 accumulator.
13095         (gen_compare_reg): Whenever we have FPU support use FPU compare
13096         instructions.
13097         (arc_reorg): Don't generate brcc insns when FPU compare
13098         instructions are involved.
13099         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
13100         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
13101         floating point emulation.
13102         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
13103         (REVERSE_CONDITION): Add new CC_FPU* modes.
13104         (TARGET_FP_SP_BASE): Define.
13105         (TARGET_FP_DP_BASE): Likewise.
13106         (TARGET_FP_SP_FUSED): Likewise.
13107         (TARGET_FP_DP_FUSED): Likewise.
13108         (TARGET_FP_SP_CONV): Likewise.
13109         (TARGET_FP_DP_CONV): Likewise.
13110         (TARGET_FP_SP_SQRT): Likewise.
13111         (TARGET_FP_DP_SQRT): Likewise.
13112         (TARGET_FP_DP_AX): Likewise.
13113         * config/arc/arc.md (ARCV2_ACC): New constant.
13114         (type): New fpu type attribute.
13115         (SDF): Conditional iterator.
13116         (cstore<mode>, cbranch<mode>): Change expand condition.
13117         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
13118         handles FPU/FPX cases as well.
13119         * config/arc/arc.opt (mfpu): New option.
13120         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
13121         Renamed.
13122         (adddf3, muldf3, subdf3): Removed.
13123         * config/arc/predicates.md (proper_comparison_operator): Recognize
13124         CC_FPU* modes.
13125         * config/arc/fpu.md: New file.
13126         * doc/invoke.texi (ARC Options): Document mfpu option.
13127
13128 2016-02-16  Richard Biener  <rguenther@suse.de>
13129
13130         PR rtl-optimization/69291
13131         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
13132         noce_operand_ok check.
13133
13134 2016-02-16  Tom de Vries  <tom@codesourcery.com>
13135
13136         PR lto/67709
13137         * omp-low.c (simd_clone_create): Remove call to
13138         symtab->call_cgraph_insertion_hooks.
13139
13140 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
13141
13142         PR tree-optimization/69802
13143         * tree-ssa-reassoc.c (update_range_test): If op is
13144         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
13145         op == 1 test of precision 1 integral op, otherwise handle
13146         that case as op itself.  Fix up formatting.
13147         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
13148         up formatting.
13149
13150 2016-02-16  Richard Biener  <rguenther@suse.de>
13151
13152         PR tree-optimization/69586
13153         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
13154         types for conversion sources.
13155
13156 2016-02-16  Richard Biener  <rguenther@suse.de>
13157
13158         PR middle-end/69801
13159         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
13160         mask OEP_ADDRESS_OF.
13161
13162 2016-02-16  Alan Modra  <amodra@gmail.com>
13163
13164         PR target/68973
13165         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
13166         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
13167         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
13168         (p8_mtvsrwz): New.
13169         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
13170         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
13171         (p8_fmrgow_<mode>): Likewise.
13172         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
13173         changes.
13174         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
13175         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
13176         to use movdi_internal64.  Remove op0_di.
13177         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
13178
13179 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
13180
13181         Add support for the FCCMP insn types
13182
13183         * config/aarch64/aarch64.md (fccmp): Change insn type.
13184         (fccmpe): Likewise.
13185         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
13186         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
13187         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
13188         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
13189         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
13190         * config/arm/types.md (fccmps): Add new insn type.
13191         (fccmpd): Likewise.
13192
13193 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13194
13195         * alias.c (get_alias_set): Fix a typo in comment.
13196
13197 2016-02-15  Richard Biener  <rguenther@suse.de>
13198
13199         PR tree-optimization/69595
13200         * match.pd: Complete range test simplification to true.
13201
13202 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
13203
13204         PR rtl-optimization/69648
13205         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
13206         pic_offset_table_rtx.
13207
13208         PR rtl-optimization/69752
13209         * ira.c (update_equiv_regs): When looking for more than a single SET,
13210         also take other side effects into account.
13211
13212 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
13213
13214         * config/s390/s390.c (s390_function_profiler): Add a new sequence
13215         for z900+ CPUs in 31-bit mode.
13216
13217 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
13218
13219         * common/config/s390/s390-common.c (s390_supports_split_stack):
13220         New function.
13221         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
13222         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
13223         * config/s390/s390.c (struct machine_function): New field
13224         split_stack_varargs_pointer.
13225         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
13226         in s390_emit_prologue.
13227         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
13228         vararg pointer.
13229         (morestack_ref): New global.
13230         (SPLIT_STACK_AVAILABLE): New macro.
13231         (s390_expand_split_stack_prologue): New function.
13232         (s390_live_on_entry): New function.
13233         (s390_va_start): Use split-stack vararg pointer if appropriate.
13234         (s390_asm_file_end): Emit the split-stack note sections.
13235         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
13236         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
13237         (UNSPECV_SPLIT_STACK_CALL): New unspec.
13238         (UNSPECV_SPLIT_STACK_DATA): New unspec.
13239         (split_stack_prologue): New expand.
13240         (split_stack_space_check): New expand.
13241         (split_stack_data): New insn.
13242         (split_stack_call): New expand.
13243         (split_stack_call_*): New insn.
13244         (split_stack_cond_call): New expand.
13245         (split_stack_cond_call_*): New insn.
13246
13247 2016-02-15  Richard Biener  <rguenther@suse.de>
13248
13249         PR tree-optimization/69783
13250         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
13251         Add trivially correct cases.
13252
13253 2016-02-15  Tom de Vries  <tom@codesourcery.com>
13254
13255         PR lto/69655
13256         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
13257         do_force_output.
13258         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
13259
13260 2016-02-15  Richard Biener  <rguenther@suse.de>
13261
13262         PR tree-optimization/69776
13263         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
13264         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
13265         indicate whether we can use TBAA to disambiguate against stores.
13266         Use alias-set zero if not.
13267         (visit_reference_op_store): Do not use TBAA when looking up
13268         redundant stores.
13269         * tree-ssa-pre.c (compute_avail): Use TBAA here.
13270         (eliminate_dom_walker::before_dom_children): But not when looking
13271         up redundant stores.
13272
13273 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
13274
13275         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
13276
13277 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
13278
13279         *  config/i386/znver1.md
13280         (znver1_pop, znver1_pop_mem,
13281         znver1_load_imov_double_store,
13282         znver1_load_imov_direct_store,
13283         znver1_load_imov_direct_load,
13284         znver1_load_imov_double_load): Add new.
13285         (znver1_insn, znver1_insn_load): Add icmov type.
13286         (znver1_sseavx_fma,
13287         znver1_sseavx_fma_load,
13288         znver1_avx256_fma,
13289         znver1_avx256_fma_load): Fix pipe usage.
13290
13291 2016-02-14  Alan Modra  <amodra@gmail.com>
13292
13293         PR target/68973
13294         * reloads.c (find_reloads_address_1): For pre/post-inc/dec
13295         with an invalid hard reg, reload just the reg not the entire
13296         pre/post-inc/dec address expression.
13297
13298 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
13299
13300         PR target/67260
13301         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
13302         fixed R1_REG scratch reg.
13303         (sibcall_value_pcrel_fdpic): Likewise.
13304
13305 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
13306
13307         PR target/67636
13308         PR target/64345
13309         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
13310
13311 2016-02-12  Walter Lee  <walt@tilera.com>
13312
13313         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
13314         * config/tilegx/t-tilegx: Likewise.
13315
13316 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
13317
13318         PR other/69554
13319         * diagnostic-show-locus.c (struct line_span): New struct.
13320         (layout::get_first_line): Delete.
13321         (layout::get_last_line): Delete.
13322         (layout::get_num_line_spans): New member function.
13323         (layout::get_line_span): Likewise.
13324         (layout::print_heading_for_line_span_index_p): Likewise.
13325         (layout::get_expanded_location): Likewise.
13326         (layout::calculate_line_spans): Likewise.
13327         (layout::m_first_line): Delete.
13328         (layout::m_last_line): Delete.
13329         (layout::m_line_spans): New field.
13330         (layout::layout): Update comment.  Replace m_first_line and
13331         m_last_line with m_line_spans, replacing their initialization
13332         with a call to calculate_line_spans.
13333         (diagnostic_show_locus): When printing source lines and
13334         annotations, rather than looping over a single span
13335         of lines, instead loop over each line_span within
13336         the layout, with an inner loop over the lines within them.
13337         Call the context's start_span callback when changing line spans.
13338         * diagnostic.c (diagnostic_initialize): Initialize start_span.
13339         (diagnostic_build_prefix): Break out the building of the location
13340         part of the string into...
13341         (diagnostic_get_location_text): ...this new function, rewriting
13342         it from nested ternary expressions to a sequence of "if"
13343         statements.
13344         (default_diagnostic_start_span_fn): New function.
13345         * diagnostic.h (diagnostic_start_span_fn): New typedef.
13346         (diagnostic_context::start_span): New field.
13347         (default_diagnostic_start_span_fn): New prototype.
13348
13349 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
13350
13351         PR driver/69779
13352         * gcc.c (driver::finalize): Fix cleanup of "specs".
13353
13354 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
13355
13356         PR driver/69265
13357         PR driver/69453
13358         * gcc.c (driver::driver): Initialize m_option_suggestions.
13359         (driver::~driver): Clean up m_option_suggestions.
13360         (suggest_option): Convert to...
13361         (driver::suggest_option): ...this, and split out into
13362         driver::build_option_suggestions and find_closest_string.
13363         (driver::build_option_suggestions): New function, from
13364         first half of suggest_option.  Special-case
13365         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
13366         the sanitizer_opts array.  For options of enum types, add the
13367         various enum values to the candidate strings.
13368         (driver::handle_unrecognized_options): Remove "const".
13369         * gcc.h (driver::handle_unrecognized_options): Likewise.
13370         (driver::build_option_suggestions): New decl.
13371         (driver::suggest_option): New decl.
13372         (driver::m_option_suggestions): New field.
13373         * opts-common.c (add_misspelling_candidates): New function.
13374         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
13375         and make non-static.
13376         * opts.h (sanitizer_opts): New array decl.
13377         (add_misspelling_candidates): New function decl.
13378         * spellcheck.c (find_closest_string): New function.
13379         * spellcheck.h (find_closest_string): New function decl.
13380
13381 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
13382
13383         PR rtl-optimization/69764
13384         PR rtl-optimization/69771
13385         * optabs.c (expand_binop_directly): For shift_optab_p, force
13386         convert_modes with VOIDmode if xop1 has VOIDmode.
13387
13388 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
13389
13390         PR target/69729
13391         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
13392         to correctly determine instrumentation thunks.
13393
13394 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
13395
13396         PR ipa/69241
13397         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
13398         type by reference, force lhs on the call.
13399
13400         PR ipa/68672
13401         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
13402         Compute retval and retbnd early in all cases if split_part_return_p
13403         and return_bb is not EXIT.  Remove all clobber stmts and reset
13404         all debug stmts that refer to SSA_NAMEs defined in split part,
13405         except if it is retval, in that case replace the old retval with the
13406         lhs of the call to the split part.
13407
13408 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
13409
13410         revert:
13411         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
13412
13413         PR middle-end/66726
13414         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
13415         whose result is used in PHI.
13416         (maybe_optimize_range_tests): Likewise.
13417         (final_range_test_p): Likweise.
13418
13419 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
13420
13421         PR middle-end/66726
13422         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
13423         whose result is used in PHI.
13424         (maybe_optimize_range_tests): Likewise.
13425         (final_range_test_p): Likweise.
13426
13427 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
13428
13429         * cgraph.c: Spelling fixes - behaviour -> behavior and
13430         neighbour -> neighbor.
13431         * target.def: Likewise.
13432         * sel-sched.c: Likewise.
13433         * config/mips/mips.c: Likewise.
13434         * config/arc/arc.md: Likewise.
13435         * config/arm/cortex-a57.md: Likewise.
13436         * config/arm/arm.c: Likewise.
13437         * config/arm/neon.md: Likewise.
13438         * config/arm/arm-c.c: Likewise.
13439         * config/vms/vms-c.c: Likewise.
13440         * config/s390/s390.c: Likewise.
13441         * config/i386/znver1.md: Likewise.
13442         * config/i386/i386.c: Likewise.
13443         * config/ia64/hpux-unix2003.h: Likewise.
13444         * config/msp430/msp430.md: Likewise.
13445         * config/rx/rx.c: Likewise.
13446         * config/rx/rx.md: Likewise.
13447         * config/aarch64/aarch64-simd.md: Likewise.
13448         * config/aarch64/aarch64.c: Likewise.
13449         * config/nvptx/nvptx.c: Likewise.
13450         * config/bfin/bfin.c: Likewise.
13451         * config/cris/cris.opt: Likewise.
13452         * config/rs6000/rs6000.c: Likewise.
13453         * target.h: Likewise.
13454         * spellcheck.c: Likewise.
13455         * ira-build.c: Likewise.
13456         * tree-inline.c: Likewise.
13457         * builtins.c: Likewise.
13458         * lra-constraints.c: Likewise.
13459         * explow.c: Likewise.
13460         * hwint.h: Likewise.
13461         * targhooks.c: Likewise.
13462         * tree-vect-data-refs.c: Likewise.
13463         * expr.c: Likewise.
13464         * doc/tm.texi: Likewise.
13465         * doc/extend.texi: Likewise.
13466         * doc/install.texi: Likewise.
13467         * doc/md.texi: Likewise.
13468         * tree-ssa-tail-merge.c: Likewise.
13469         * sched-int.h: Likewise.
13470         * match.pd: Likewise.
13471         * sched-ebb.c: Likewise.
13472         * target.def (omit_struct_return_reg): Likewise.
13473         * gimple-ssa-isolate-paths.c: Likewise.
13474         (find_implicit_erroneous_behaviour): Renamed to...
13475         (find_implicit_erroneous_behavior): ... this.
13476         (find_explicit_erroneous_behaviour): Renamed to...
13477         (find_explicit_erroneous_behavior): ... this.
13478         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
13479
13480 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
13481
13482         PR rtl-optimization/64682
13483         PR rtl-optimization/69567
13484         PR rtl-optimization/69737
13485         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
13486         in I2 as well, just lose it.
13487
13488 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13489
13490         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
13491         New variable.
13492         (aarch64_last_printed_tune_string): Likewise.
13493         (aarch64_declare_function_name): Only output .arch assembler
13494         directive if it will be different from the previously output
13495         directive.  Same for .tune comment but only if -dA is set.
13496         (aarch64_start_file): New function.
13497         (TARGET_ASM_FILE_START): Define.
13498
13499 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
13500
13501         PR plugins/69758
13502         * Makefile.in (PLUGIN_HEADERS): Add params.list.
13503
13504 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
13505
13506         PR target/65313
13507         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
13508         -Wmaybe-uninitialized warning.
13509
13510 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
13511
13512         PR target/69713
13513         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
13514
13515 2016-02-11  Richard Biener  <rguenther@suse.de>
13516
13517         PR rtl-optimization/69291
13518         * ifcvt.c (noce_try_store_flag_constants): Do not allow
13519         subexpressions affected by changing the result.
13520
13521 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
13522
13523         PR target/69148
13524         * lra-constraints.c (curr_insn_transform): Find in/out operands
13525         for secondary memory moves.  Update dups.
13526
13527 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
13528
13529         PR tree-optimization/69652
13530         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
13531         to nested loop, did source re-formatting, skip debug statements,
13532         add check on statement with volatile operand, remove dead scalar
13533         statements.
13534
13535 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
13536             Patrick Palka  <ppalka@gcc.gnu.org>
13537
13538         PR ipa/69241
13539         PR c++/69649
13540         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
13541         calls if the return type is TREE_ADDRESSABLE.
13542         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
13543         * ipa-split.c (split_function): Fix doubled "we" in comment.
13544         Use void return type for the split part even if
13545         !split_point->split_part_set_retval.
13546
13547 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
13548
13549         PR tree-optimization/68021
13550         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
13551         when computing the value of biv cand by itself.
13552
13553 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
13554
13555         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
13556         (cortexa57_tunings): Likewise.
13557         (cortexa72_tunings): Likewise.
13558         (arch_macro_fusion_pair_p): Add support for AES fusion.
13559         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
13560         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
13561         Allow virtual registers before reload so early scheduling works.
13562         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
13563         correct latency and pipeline.
13564         (cortex_a57_crypto_complex): Likewise.
13565         (cortex_a57_crypto_xor): Likewise.
13566         (define_bypass): Add AES bypass.
13567
13568 2016-02-10  Richard Biener  <rguenther@suse.de>
13569
13570         PR tree-optimization/69726
13571         * passes.def: Add DCE pass before late uninit.
13572         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
13573         really fixup if-conversions job.
13574
13575 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
13576
13577         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
13578         (arm_cortex_a57_tune): Likewise.
13579         (aarch_macro_fusion_pair_p): Add support for AES fusion.
13580         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
13581
13582 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
13583
13584         * timevar.def (TV_PHASE_DBGINFO): Delete.
13585         (TV_PHASE_CHECK_DBGINFO): Likewise.
13586         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
13587
13588 2016-02-10  Richard Biener  <rguenther@suse.de>
13589
13590         PR tree-optimization/69719
13591         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
13592         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
13593
13594 2016-02-09  Andrew Pinski  <apinski@cavium.com>
13595
13596         PR tree-opt/69282
13597         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
13598         get_vcond_mask_icode returns false.
13599
13600 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
13601
13602         PR target/68404
13603         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
13604         an ADDIS that adds a pointer to a large constant that sets the
13605         upper16 bits with a load operation.
13606
13607 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
13608
13609         PR target/68532
13610         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
13611         order.
13612         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
13613         endian.
13614         (vzipq_s16): Likewise.
13615         (vzipq_s32): Likewise.
13616         (vzipq_f32): Likewise.
13617         (vzipq_u8): Likewise.
13618         (vzipq_u16): Likewise.
13619         (vzipq_u32): Likewise.
13620         (vzipq_p8): Likewise.
13621         (vzipq_p16): Likewise.
13622
13623 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
13624
13625         PR target/68532
13626         * config/arm/arm.c (neon_endian_lane_map): New function.
13627         (neon_vector_pair_endian_lane_map): New function.
13628         (arm_evpc_neon_vuzp): Allow for big endian lane order.
13629         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
13630         endian.
13631         (vuzpq_s16): Likewise.
13632         (vuzpq_s32): Likewise.
13633         (vuzpq_f32): Likewise.
13634         (vuzpq_u8): Likewise.
13635         (vuzpq_u16): Likewise.
13636         (vuzpq_u32): Likewise.
13637         (vuzpq_p8): Likewise.
13638         (vuzpq_p16): Likewise.
13639
13640 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
13641
13642         PR target/69634
13643         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
13644         debug insns.
13645
13646 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
13647
13648         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
13649         truncate const_int operand 1 to QImode.
13650
13651 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
13652
13653         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
13654         corresponding to an abnormal edge.
13655
13656 2016-02-09  Tom de Vries  <tom@codesourcery.com>
13657
13658         PR tree-optimization/69599
13659         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
13660         function.
13661         (find_func_aliases_for_builtin_call, find_func_clobbers)
13662         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
13663         partition.
13664
13665 2016-02-09  Richard Biener  <rguenther@suse.de>
13666
13667         PR tree-optimization/69715
13668         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
13669         LHS on calls as non-rewritable.
13670
13671 2016-02-09  Tom de Vries  <tom@codesourcery.com>
13672
13673         PR lto/69707
13674         * lto-wrapper.c (append_diag_options): New function.
13675         (compile_offload_image): Call append_diag_options.
13676
13677 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
13678
13679         PR other/69722
13680         * doc/extend.texi (Flag Output Operands): Correct sectioning.
13681         Minor copy-edit to fix verb tenses.
13682
13683 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
13684
13685         PR tree-optimization/69209
13686         * ipa-split.c (split_function): If split part is not
13687         returning retval, retval has gimple type but is not
13688         gimple value, force it into a SSA_NAME first.
13689
13690 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
13691
13692         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
13693         outdated section.
13694
13695 2016-02-08  Jason Merrill  <jason@redhat.com>
13696
13697         PR c++/69631
13698         * convert.c (convert_to_integer_1): Check dofold on truncation
13699         distribution.
13700         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
13701         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
13702         Rename from *_nofold.
13703         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
13704         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
13705
13706 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
13707
13708         PR target/60410
13709         * tree.c (build_common_tree_nodes): Remove short_double argument.
13710         All callers changed.
13711         * tree.h (build_common_tree_nodes): Adjust declaration.
13712         * doc/invoke.texi (-fshort-double): Remove documentation.
13713         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
13714         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
13715         * lto-wrapper.c (merge_and_complain, append_compiler_options)
13716         (append_linker_options): Don't handle OPT_fshort_double.
13717
13718         PR rtl-optimization/68730
13719         * lra-remat.c (insn_to_cand_activation): New static variable.
13720         (lra_remat): Allocate and free it.
13721         (create_cand): New arg activation. Initialize a field in
13722         insn_to_cand_activation if it is nonnull.
13723         (create_cands): Pass the activation insn to create_cand when making
13724         a candidate involving an output reload.  Reorganize code a little.
13725         (do_remat): Keep track of active status of candidates in a separate
13726         bitmap.
13727
13728 2016-02-08  Richard Biener  <rguenther@suse.de>
13729
13730         PR tree-optimization/69719
13731         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
13732         Properly use absolute of the difference of the two offsets to
13733         compare or adjust the segment length.
13734
13735 2016-02-08  Richard Biener  <rguenther@suse.de>
13736             Jeff Law  <law@redhat.com>
13737
13738         PR target/68273
13739         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
13740         types for anonymous SSA names.
13741
13742 2016-02-08   Richard Biener  <rguenther@suse.de>
13743
13744         PR rtl-optimization/69274
13745         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
13746
13747 2016-02-08  Jeff Law  <law@redhat.com>
13748
13749         PR tree-optimization/65917
13750         * tree-ssa-dom.c (record_temporary_equivalences): Record both
13751         equivalences from if (x == y) style conditionals.
13752         (loop_depth_of_name): Remove.
13753         (record_equality): Remove loop depth check.
13754         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
13755         (const_and_copies::record_const_or_copy_raw): New member function.
13756         * tree-ssa-scopedtables.c
13757         (const_and_copies::record_const_or_copy_raw): New, factored out of
13758         (const_and_copies::record_const_or_copy): Call new member function.
13759
13760 2016-02-05  Jeff Law  <law@redhat.com>
13761
13762         PR tree-optimization/68541
13763         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
13764         (count_stmts_in_block): New function.
13765         (poor_ifcvt_candidate_code): Likewise.
13766         (is_feasible_trace): Add some heuristics to determine when path
13767         splitting is profitable.
13768         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
13769         is a diamond with a single exit.
13770
13771 2016-02-05  Martin Sebor  <msebor@redhat.com>
13772
13773         PR c++/69662
13774         * doc/invoke.texi: Update -Wplacement-new to take an optional
13775         argument.
13776
13777 2016-02-06  Richard Henderson  <rth@redhat.com>
13778
13779         PR c/69643
13780         * tree.c (tree_nop_conversion_p): Do not strip casts into or
13781         out of non-standard address spaces.
13782
13783 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
13784
13785         PR rtl-optimization/69691
13786         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
13787
13788 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
13789
13790         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
13791         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
13792         (*ieee128_mfvsrd_64bit): Likewise.
13793         (*ieee128_mfvsrd_32bit): Likewise.
13794
13795 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
13796
13797         PR target/69369
13798         Revert r232560:
13799         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
13800
13801         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
13802         instrumented_version.
13803
13804 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
13805
13806         * doc/invoke.texi (Optimize Options): In table of --param options
13807         rename second occurrence of tracer-min-branch-ratio to
13808         tracer-min-branch-probability, rename
13809         tracer-min-branch-ratio-feedback to
13810         tracer-min-branch-probability-feedback and clarify description,
13811         rename sched-spec-state-edge-prob-cutoff to
13812         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
13813         to selsched-insns-to-rename, rename lto-minpartition to
13814         lto-min-partition, delete reorder-blocks-duplicate and
13815         reorder-blocks-duplicate-feedback.
13816
13817 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13818
13819         * config/s390/s390.c (s390_register_info_set_ranges): Remove
13820         superfluous loops.
13821
13822 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13823
13824         * doc/extend.texi: S/390: Correct some typos.
13825
13826 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13827
13828         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
13829
13830 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13831
13832         PR target/69625
13833         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
13834         (s390_register_info_gprtofpr): Use new macros above.
13835         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
13836         its name.
13837         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
13838         its name.  Adjust restore and save gpr ranges.
13839         (s390_register_info_set_ranges): New function.
13840         (s390_register_info): Use new macros above.  Call
13841         s390_register_info_set_ranges.
13842         (s390_optimize_register_info): Likewise.
13843         (s390_hard_regno_rename_ok): Use new macros.
13844         (s390_hard_regno_scratch_ok): Likewise.
13845         (s390_emit_epilogue): Likewise.
13846         (s390_can_use_return_insn): Likewise.
13847         (s390_optimize_prologue): Likewise.
13848         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
13849
13850 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
13851
13852         PR bootstrap/69677
13853         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
13854         alignment fixes.
13855         (ix86_option_override_internal): Disable TARGET_STV even for
13856         -m{incoming,preferred}-stack-boundary=3.
13857
13858 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13859
13860         * config.gcc: Mark deprecated rtems targets as obsolete.
13861
13862 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
13863
13864         PR rtl-optimization/64682
13865         PR rtl-optimization/69567
13866         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
13867         before I2 only if the register is both used and set in I2.
13868
13869 2016-02-04  DJ Delorie  <dj@redhat.com>
13870
13871         * config/msp430/msp430.c (msp430_start_function): Add function type.
13872
13873 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
13874
13875         PR fortran/69368
13876         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
13877
13878 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
13879
13880         PR rtl-optimization/69577
13881         Revert:
13882         2015-10-29  Richard Henderson  <rth@redhat.com>
13883
13884         PR target/68124
13885         PR rtl-opt/67609
13886         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
13887         sse check to the exact conditions of PR 67609.
13888
13889 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
13890
13891         PR target/69667
13892         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
13893         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
13894         not allowed into the traditional Altivec registers.
13895         (movtd_64bit_nodm): Likewise.
13896         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
13897
13898 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
13899
13900         * config/aarch64/cortex-a57-fma-steering.c
13901         (aarch64_register_fma_steering): Remove "static" from arguments
13902         to register_pass.
13903
13904 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
13905
13906         PR target/69619
13907         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
13908         twice when complex.
13909
13910 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
13911
13912         * doc/invoke.texi: Delete -mno-fma4.
13913
13914 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
13915
13916         PR rtl-optimization/69577
13917         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
13918         (find_subregs_of_mode): Update accordingly.  Iterate over partial
13919         definitions.
13920
13921 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
13922
13923         * config/arm/arm-protos.h (neon_reinterpret): Remove.
13924         * config/arm/arm.c (neon_reinterpret): Remove.
13925         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
13926         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
13927         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
13928         vreinterpretti): Remove.
13929         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
13930         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
13931         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
13932         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
13933         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
13934         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
13935         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
13936         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
13937         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
13938         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
13939         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
13940         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
13941         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
13942         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
13943         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
13944         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
13945         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
13946         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
13947         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
13948         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
13949         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
13950         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
13951         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
13952         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
13953         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
13954         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
13955         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
13956         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
13957         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
13958         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
13959         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
13960         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
13961         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
13962         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
13963         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
13964         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
13965         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
13966         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
13967         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
13968         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
13969         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
13970         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
13971         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
13972         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
13973         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
13974         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
13975         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
13976         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
13977         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
13978         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
13979         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
13980         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
13981         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
13982         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
13983         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
13984         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
13985         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
13986         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
13987         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
13988         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
13989         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
13990         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
13991         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
13992         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
13993         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
13994         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
13995         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
13996         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
13997         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
13998         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
13999         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
14000         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
14001         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
14002         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
14003         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
14004         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
14005         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
14006         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
14007         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
14008         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
14009         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
14010         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
14011         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
14012         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
14013         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
14014         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
14015         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
14016         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
14017         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
14018         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
14019         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
14020         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
14021         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
14022         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
14023         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
14024         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
14025         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
14026         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
14027         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
14028         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
14029         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
14030         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
14031         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
14032
14033 2016-02-04  Martin Liska  <mliska@suse.cz>
14034
14035         PR sanitizer/69276
14036         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
14037         that are gimple_store_p.
14038         (maybe_instrument_call): Likewise.
14039
14040 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
14041
14042         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
14043         register scaling out of memory reference and comment why.
14044
14045 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14046
14047         PR target/65932
14048         PR target/67714
14049         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
14050         folding the source of a SET.
14051
14052 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14053
14054         PR target/65932
14055         PR target/67714
14056         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
14057         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
14058
14059 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
14060
14061         PR target/65932
14062         PR target/67714
14063         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
14064         HImode.
14065
14066 2016-02-04  Christian Bruel  <christian.bruel@st.com>
14067
14068         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
14069         * config/arm/arm.c (arm_set_current_function): Likewise.
14070
14071 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
14072             Ilya Enkovich  <enkovich.gnu@gmail.com>
14073             H.J. Lu  <hongjiu.lu@intel.com>
14074
14075         PR target/69454
14076         * config/i386/i386.c (convert_scalars_to_vector): Remove
14077         stack alignment fixes.
14078         (ix86_option_override_internal): Disable TARGET_STV if stack
14079         might not be aligned enough.
14080         (ix86_minimum_alignment): Assert that TARGET_STV is false.
14081
14082 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
14083
14084         * config/i386/x86-tune.def: Disable default prefetching
14085         for -march=znver1.
14086
14087 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
14088             Vladimir Makarov  <vmakarov@redhat.com>
14089
14090         PR target/69461
14091         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
14092         in validating fused toc addresses.
14093
14094 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
14095
14096         PR c/69627
14097         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
14098         range->m_caret fields if range->m_show_caret_p is false.
14099
14100         PR target/69644
14101         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
14102         Force oldval into register if it does not satisfy reg_or_short_operand
14103         predicate.  Fix up formatting.
14104
14105 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
14106             Alexandre Oliva  <aoliva@redhat.com>
14107
14108         PR target/69461
14109         * lra-constraints.c (simplify_operand_subreg): Check additionally
14110         address validity after potential reloading.
14111         (process_address_1): Check insns validity.  In case of failure do
14112         nothing.
14113
14114 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
14115
14116         PR target/69118
14117         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
14118         Fix target.
14119
14120 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
14121
14122         * wide-int.cc (canonize_uhwi): New function.
14123         (wi::divmod_internal): Use it.
14124
14125 2016-02-02  James Norris  <jnorris@codesourcery.com
14126
14127         * gimplify.c (omp_notice_variable): Add usage check.
14128
14129 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
14130
14131         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
14132         like LE, GE, LT, GT when emitting relational operator.
14133
14134 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
14135
14136         * ira-costs.c (find_costs_and_classes): Add extra argument.
14137         * target.def (ira_change_pseudo_allocno_class): Add parameter.
14138         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
14139         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
14140         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
14141         Add best_class parameter, and return it if not ALL_REGS.
14142         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
14143         Add parameter.
14144         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
14145         Update target hook.
14146
14147 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
14148
14149         * config/aarch64/aarch64.c
14150         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
14151         (aarch64_ira_change_pseudo_allocno_class): New function.
14152
14153 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
14154
14155         PR target/67032
14156         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
14157
14158 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
14159
14160         * config/avr/avr.c (avr_option_override): Set
14161         PARAM_ALLOW_STORE_DATA_RACES to 1.
14162
14163 2016-02-02  Richard Biener  <rguenther@suse.de>
14164
14165         PR tree-optimization/69595
14166         * match.pd: Add range test simplifications to true/false.
14167
14168 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
14169
14170         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
14171         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
14172         instead.
14173
14174 2016-02-02  Richard Biener  <rguenther@suse.de>
14175
14176         PR tree-optimization/69606
14177         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
14178         info on the result before moving a stmt.
14179
14180 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
14181
14182         PR middle-end/68542
14183         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
14184         branch with vector comparison.
14185         * config/i386/sse.md (VI48_AVX): New mode iterator.
14186         (define_expand "cbranch<mode>4): Add support for conditional branch
14187         with vector comparison.
14188         * tree-vect-loop.c (optimize_mask_stores): New function.
14189         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
14190         has_mask_store field of vect_info.
14191         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
14192         vectorized loops having masked stores after vec_info destroy.
14193         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
14194         correspondent macros.
14195         (optimize_mask_stores): Add prototype.
14196
14197 2016-02-02  Alan Modra  <amodra@gmail.com>
14198
14199         PR target/69548
14200         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
14201         allow subregs.
14202
14203 2016-02-02  Alan Modra  <amodra@gmail.com>
14204
14205         PR target/68662
14206         * config/rs6000/rs6000.c (need_toc_init): New var, set it
14207         whenever toc_label_name used.
14208         (rs6000_file_start): Don't set up toc section here,
14209         (rs6000_output_function_epilogue): do so here instead,
14210         (rs6000_xcoff_file_start): and here.
14211         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
14212         (load_toc_aix_di): Likewise.
14213
14214 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
14215
14216         PR rtl-optimization/69592
14217         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
14218         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
14219         (num_sign_bit_copies_binary_arith_p): New inline function.
14220         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
14221
14222 2016-02-01  Jeff Law  <law@redhat.com>
14223
14224         PR tree-optimization/69580
14225         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
14226         * tree-ssa-threadbackward.c
14227         (fsm_find_control_statement_thread_paths): Do not try to walk
14228         through large PHI nodes.
14229
14230 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
14231
14232         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
14233         when count is incremented above limit, don't analyze further
14234         insns afterwards.
14235
14236         * omp-low.c (oacc_parse_default_dims): Avoid
14237         -Wsign-compare warning, make sure value fits into int
14238         rather than just unsigned int.
14239
14240 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
14241
14242         PR tree-optimization/67921
14243         * fold-const.c (split_tree): New parameters.  Convert pointer
14244         type variable part to proper type before negating.
14245         (fold_binary_loc): Pass new arguments to split_tree.
14246
14247 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
14248
14249         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
14250         (nvptx_goacc_validate_dims): Extend to handle global defaults.
14251         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
14252         * doc/tm.texti: Rebuilt.
14253         * doc/invoke.texi (fopenacc-dim): Document.
14254         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
14255         (append_compiler_options): Likewise.
14256         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
14257         (oacc_parse_default_dims): New.
14258         (oacc_validate_dims): Add USED arg.  Select non-unity default when
14259         possible.
14260         (oacc_loop_fixed_partitions): Return mask of used partitions.
14261         (oacc_loop_auto_partitions): Emit dump info.
14262         (oacc_loop_partition): Return mask of used partitions.
14263         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
14264         loop partitioning and validation calls.
14265
14266 2016-02-01  Richard Biener  <rguenther@suse.de>
14267
14268         PR middle-end/69556
14269         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
14270
14271 2016-02-01  Richard Biener  <rguenther@suse.de>
14272
14273         PR tree-optimization/69574
14274         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
14275         of asserting return chrec_dont_know.
14276
14277 2016-02-01  Martin Liska  <mliska@suse.cz>
14278
14279         * mem-stats-traits.h: Add copyright header.
14280         * mem-stats.h: Likewise.
14281
14282 2016-02-01  Richard Biener  <rguenther@suse.de>
14283
14284         PR tree-optimization/69579
14285         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
14286         Do not propagate through abnormal PHI results.
14287
14288 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
14289
14290         * postreload.c (reload_cse_simplify): Remove dead code.
14291
14292 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
14293
14294         PR rtl-optimization/69570
14295         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
14296         if there is more than one set, not if there is a single set.
14297
14298 2016-02-01  Richard Henderson  <rth@redhat.com>
14299
14300         PR rtl-opt/69535
14301         * combine.c (make_compound_operation): When looking through a
14302         subreg, make sure to re-extend to the width of the outer mode.
14303
14304 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
14305
14306         PR tree-optimization/69546
14307         * wide-int.cc (wi::divmod_internal): For unsigned division
14308         where both operands fit into uhwi, if o1 is 1 and o0 has
14309         msb set, if divident_prec is larger than bits per hwi,
14310         clear another quotient word and return 2 instead of 1.
14311         Similarly for remainder with msb in HWI set, if dividend_prec
14312         is larger than bits per hwi.
14313
14314 2016-01-29  Martin Jambor  <mjambor@suse.cz>
14315
14316         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
14317         Use short lowercase names.
14318         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
14319         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
14320         acq_rel one.  Protect warning agains segfaults if
14321         get_memory_order_name returns NULL.
14322         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
14323         with release semantics.  Do not warn if get_memory_order already did.
14324         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
14325         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
14326         if get_memory_order already did.
14327
14328 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
14329
14330         * doc/install.texi: Document that isl-0.16 is supported.
14331
14332 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
14333
14334         PR target/69299
14335         * config/i386/constraints.md (Bm): Describe as special memory
14336         constraint.
14337         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
14338         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
14339         * genpreds.c (struct constraint_data): Add is_special_memory.
14340         (have_special_memory_constraints, special_memory_start): New
14341         static vars.
14342         (special_memory_end): Ditto.
14343         (add_constraint): Add new arg is_special_memory.  Add code to
14344         process its true value.  Update have_special_memory_constraints.
14345         (process_define_constraint): Pass the new arg.
14346         (process_define_register_constraint): Ditto.
14347         (choose_enum_order): Process special memory.
14348         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
14349         function insn_extra_special_memory_constraint.
14350         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
14351         * gensupport.c (process_rtx): Process
14352         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
14353         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
14354         * ira-lives.c (single_reg_class): Use
14355         insn_extra_special_memory_constraint.
14356         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
14357         * lra-constraints.c (process_alt_operands): Ditto.
14358         (curr_insn_transform): Use insn_extra_special_memory_constraint.
14359         * recog.c (asm_operand_ok, preprocess_constraints): Process
14360         CT_SPECIAL_MEMORY.
14361         * reload.c (find_reloads): Ditto.
14362         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
14363         * stmt.c (parse_input_constraint): Use
14364         insn_extra_special_memory_constraint.
14365
14366 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
14367
14368         PR target/69530
14369         * lra-splill.c (lra_final_code_change): Revert r229087 by
14370         removing all sub-registers.
14371
14372 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
14373
14374         PR target/65604
14375         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
14376
14377 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
14378
14379         PR target/69551
14380         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
14381         SSE1, copy target into the temporary reg first before recursing
14382         on it.
14383
14384 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
14385
14386         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
14387         with vm.
14388
14389 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
14390
14391         * ginclude/stdarg.h: Test __cplusplus instead of
14392         __GXX_EXPERIMENTAL_CXX0X__.
14393
14394 2016-01-29  Richard Biener  <rguenther@suse.de>
14395
14396         PR tree-optimization/69547
14397         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
14398         Do not mark clobbers necessary.
14399         (mark_all_reaching_defs_necessary_1): Likewise.
14400
14401 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14402
14403         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
14404         declaration name with %qs and print it in both error messages.
14405         Also fix indentation.
14406
14407 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14408
14409         PR other/69006
14410         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
14411         trailing blank line from error message.
14412
14413 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
14414
14415         PR c++/69462
14416         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
14417         for C++-11.
14418
14419 2016-01-29  Richard Biener  <rguenther@suse.de>
14420
14421         PR middle-end/69537
14422         * match.pd: Allow all integral types when simplifying a
14423         widening or sign-changing conversion.
14424
14425 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
14426
14427         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
14428         back to setting codegen_error to fail codegen.
14429
14430 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
14431
14432         PR target/69459
14433         * config/i386/constraints.md (C): Only accept constant zero operand.
14434         (BC): New constraint.
14435         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
14436         instead of C constraint.
14437         * doc/md.texi (Machine Constraints): Update description
14438         of C constraint.
14439
14440 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
14441
14442         PR target/68400
14443         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
14444
14445 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
14446
14447         PR middle-end/69542
14448         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
14449         non-debug insns.
14450
14451 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
14452
14453         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
14454         branches if using guessed profile.
14455
14456 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
14457
14458         * graphite-optimize-isl.c (optimize_isl): Fix dump.
14459
14460 2016-01-28  Richard Henderson  <rth@redhat.com>
14461
14462         PR target/69305
14463         * config/aarch64/aarch64-modes.def (CC_Cmode): New
14464         * config/aarch64/aarch64-protos.h: Update.
14465         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
14466         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
14467         (aarch64_get_condition_code_1): Handle CC_Cmode.
14468         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
14469         (*add<mode>3_compareC_cconly_imm): New.
14470         (*add<mode>3_compareC_cconly): New.
14471         (*add<mode>3_compareC_imm): New.
14472         (add<mode>3_compareC): New.
14473         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
14474         to be first.  Use aarch64_carry_operation.
14475         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
14476         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
14477         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
14478         (subti3): Use subdi3_compare1.
14479         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
14480         (sub<mode>3_compare1): New.
14481         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
14482         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
14483         (*subsi3_carryin_uxtw): Likewise.
14484         (*ngc<mode>, *ngcsi_uxtw): Likewise.
14485         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
14486         * config/aarch64/iterators.md (DWI): New.
14487         * config/aarch64/predicates.md (aarch64_carry_operation): New.
14488         (aarch64_borrow_operation): New.
14489
14490 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
14491
14492         * graphite-optimize-isl.c (optimize_isl): Print a different debug
14493         message when isl does not return a valid schedule.
14494
14495 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
14496
14497         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
14498         Remove comments from class declarations: they are already in the code
14499         close by the defs.
14500
14501 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
14502
14503         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
14504         codegen_error_p.
14505         (ternary_op_to_tree): Same.
14506         (unary_op_to_tree): Same.
14507         (nary_op_to_tree): Same.
14508         (gcc_expression_from_isl_expr_op): Same.
14509         (gcc_expression_from_isl_expression): Same.
14510         (graphite_create_new_loop): Same.
14511         (graphite_create_new_loop_guard): Same.
14512         (build_iv_mapping): Same.
14513         (graphite_create_new_guard): Same.
14514         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
14515         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
14516
14517 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
14518
14519         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
14520         instead of setting codegen_error to fail codegen.
14521
14522 2016-01-28  Jason Merrill  <jason@redhat.com>
14523
14524         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
14525
14526 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
14527
14528         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
14529         Remove CONST_INT_P check in CCMP cost calculation.
14530
14531 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
14532
14533         * config/aarch64/aarch64.c (generic_vector_cost):
14534         Set vec_permute_cost.
14535         (cortexa57_vector_cost): Likewise.
14536         (exynosm1_vector_cost): Likewise.
14537         (xgene1_vector_cost): Likewise.
14538         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
14539         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
14540         Add vec_permute_cost entry.
14541
14542 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
14543
14544         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
14545         immediate as %1.
14546         (add<mode>3_compare0): Likewise.
14547         (addsi3_compare0_uxtw): Likewise.
14548         (add<mode>3nr_compare0): Likewise.
14549         (compare_neg<mode>): Likewise.
14550         (<optab><mode>3): Likewise.
14551
14552 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
14553
14554         * tree-vect-stmts.c (vectorizable_comparison): Add
14555         NULL check for vectype.
14556
14557 2016-01-28  Richard Biener  <rguenther@suse.de>
14558
14559         PR tree-optimization/69466
14560         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
14561         Account for PHIs we couldn't duplicate.
14562
14563 2016-01-28  Martin Liska  <mliska@suse.cz>
14564
14565         PR pch/68758
14566         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
14567         instead of ENABLE_VALGRIND_CHECKING.
14568
14569 2016-01-27  Richard Henderson  <rth@redhat.com>
14570
14571         PR rtl-opt/69447
14572         * lra-remat.c (subreg_regs): New.
14573         (dump_candidates_and_remat_bb_data): Dump it.
14574         (operand_to_remat): Reject if operand in subreg_regs.
14575         (set_bb_regs): Collect subreg_regs.
14576         (lra_remat): Init and free subreg_regs.  Compute
14577         calculate_local_reg_remat_bb_data before create_cands.
14578
14579 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
14580
14581         PR target/68986
14582         * config/i386/i386.c (ix86_update_stack_boundary): Don't
14583         change stack_alignment_needed for __tls_get_addr call.
14584
14585 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
14586
14587         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
14588
14589 2016-01-27  Jeff Law  <law@redhat.com>
14590
14591         PR tree-optimization/68398
14592         PR tree-optimization/69196
14593         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
14594         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
14595         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14596         Only count PHIs in the last block in the path.  The others will
14597         const/copy propagate away.  Add heuristic to allow more irreducible
14598         subloops to be created when it is likely profitable to do so.
14599
14600         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14601         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
14602         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
14603
14604 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
14605
14606         PR lto/69254
14607         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
14608         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
14609         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
14610         * tree-streamer-in.c: Include asan.h.
14611         (streamer_get_builtin_tree): For builtins in sanitizer
14612         range call initialize_sanitizer_builtins and retry.
14613
14614 2016-01-27  Ian Lance Taylor  <iant@google.com>
14615
14616         * common.opt (fkeep-gc-roots-live): New undocumented option.
14617         * tree-ssa-loop-ivopts.c (add_candidate_1): If
14618         -fkeep-gc-roots-live, skip pointers.
14619         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
14620         NULL.
14621
14622 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
14623
14624         PR target/69512
14625         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
14626         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
14627
14628 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
14629
14630         PR target/68380
14631         * configure.ac: NetBSD provides SSP in its C library.
14632         * configure: Updated.
14633
14634 2016-01-27  Richard Biener  <rguenther@suse.de>
14635
14636         PR tree-optimization/69166
14637         * tree-vect-loop.c (vect_is_simple_reduction): Always check
14638         reduction code for commutativity / associativity.
14639
14640 2016-01-27  Martin Jambor  <mjambor@suse.cz>
14641
14642         PR tree-optimization/69355
14643         * tree-sra.c (analyze_access_subtree): Correct hole detection when
14644         total_scalarization fails.
14645
14646 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
14647
14648         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
14649         power9.
14650
14651 2016-01-27  Christian Bruel  <christian.bruel@st.com>
14652
14653         PR target/69245
14654         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
14655         Move arm_reset_previous_fndecl and set_target_option_current_node in
14656         the conditional part.  Call save_restore_target_globals.
14657         * config/arm/arm.c (arm_set_current_function):
14658         Refactor to better support #pragma target and attribute mix.
14659         Call save_restore_target_globals.
14660         * config/arm/arm-protos.h (save_restore_target_globals): New function.
14661
14662 2016-01-27  Martin Liska  <mliska@suse.cz>
14663
14664         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
14665         reference for an HSA kernel and its host function.
14666
14667 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
14668
14669         PR tree-optimization/69399
14670         * wide-int.h (wi::lrshift): For larger precisions, only
14671         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
14672
14673 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
14674
14675         * config/arc/predicates.md (proper_comparison_operator): Reject
14676         constant-constant comparison.
14677
14678 2016-01-26  Tom de Vries  <tom@codesourcery.com>
14679
14680         PR tree-optimization/69110
14681         * tree-data-ref.c (initialize_data_dependence_relation): Handle
14682         DR_NUM_DIMENSIONS == 0.
14683
14684 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
14685             Sebastian Pop  <s.pop@samsung.com>
14686
14687         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
14688         isl_ast_op_cond and isl_ast_op_select.
14689         (gcc_expression_from_isl_expr_op): Same.
14690
14691 2016-01-26  Jason Merrill  <jason@redhat.com>
14692
14693         PR c++/68782
14694         * tree.c (recompute_constructor_flags): Split out from
14695         build_constructor.
14696         (verify_constructor_flags): New.
14697         * tree.h: Declare them.
14698
14699 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
14700
14701         PR rtl-optimization/69217
14702         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
14703         are no TYPE_FIELDS set for the record type.
14704
14705 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14706
14707         PR target/68662
14708         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
14709         toc_label_name unconditionally.
14710         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
14711         SYMBOL_REF string.  Use toc_label_name instead of constructing
14712         LCTOC1.
14713         (rs6000_elf_declare_function_name): Use toc_label_name instead of
14714         constructing LCTOC1.
14715
14716 2016-01-26  Martin Sebor  <msebor@redhat.com>
14717
14718         PR other/69477
14719         * doc/extend.texi (Common Type Attributes): Move text that talks about
14720         attribute packed from attribute aligned to the section discussing
14721         the former attribute for clarity.
14722
14723 2016-01-26  Richard Henderson  <rth@redhat.com>
14724
14725         PR middle-end/60908
14726         * trans-mem.c (tm_region_init): Mark entry block as visited.
14727
14728 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
14729
14730         PR other/69006
14731         * diagnostic-show-locus.c (layout::print_source_line): Replace
14732         call to pp_newline with call to layout::print_newline.
14733         (layout::print_annotation_line): Likewise.
14734         (layout::move_to_column): Likewise.
14735         (layout::print_any_fixits): After printing any fixits, print a
14736         trailing newline, if necessary.
14737         (layout::print_newline): New method, resetting any colorization
14738         before a newline.
14739         (diagnostic_show_locus): Move the pp_newline to before the
14740         early bailout.  Remove dummy block enclosing the layout instance.
14741         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
14742         of pp_newline_and_flush with pp_flush.
14743         (diagnostic_append_note): Delete use of pp_newline.
14744         (diagnostic_append_note_at_rich_loc): Delete.
14745         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
14746         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
14747         when newline characters are added to the buffer.
14748
14749 2016-01-26  Michael Matz  <matz@suse.de>
14750
14751         * configure.ac (ac_cv_std_swap_in_utility): New test.
14752         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
14753         * configure: Regenerate.
14754         * config.in: Regenerate.
14755
14756 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
14757
14758         * config/arc/arc.md (cstoresi4): Force operand into register.
14759         (arcset<code>): Fix predicate.
14760         (arcsetltu): Likewise.
14761         (arcsetgeu): Likewise.
14762         (arcsethi): Likewise.
14763         (arcsetls): Likewise.
14764
14765 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14766
14767         PR tree-optimization/69483
14768         * gimple-fold.c (canonicalize_constructor_val): Return NULL
14769         if base has error_mark_node type.
14770
14771 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
14772
14773         PR target/68620
14774         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
14775         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
14776         New helper macros.
14777         (vget_lane_f16): Handle big-endian.
14778         (vgetq_lane_f16): Likewise.
14779         (vset_lane_f16): Likewise.
14780         (vsetq_lane_f16): Likewise.
14781         * config/arm/iterators.md (VQXMOV): Add V8HF.
14782         (VDQ): Add V4HF and V8HF.
14783         (V_reg): Handle V4HF and V8HF.
14784         (Is_float_mode): Likewise.
14785         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
14786         neon_vdup_nv8hf): New patterns.
14787         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
14788         Use VD_LANE iterator.
14789         (neon_vld1_dup<mode>): Use VQ2 iterator.
14790
14791 2016-01-26  Nathan Sidwell  <nathan@acm.org>
14792
14793         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
14794         (set_oacc_fn_attrib): Add IS_KERNEL arg.
14795         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
14796         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
14797         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
14798         (oacc_validate_dims): Add LEVEL arg, don't return level.
14799         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
14800         oacc_validate_dims.
14801         (execute_oacc_device_lower): Adjust, add more dump output.
14802         * tree-ssa-loop.c (gate_oacc_kernels): Use
14803         oacc_fn_attrib_kernels_p.
14804         * tree-parloops.c (create_parallel_loop): Adjust
14805         set_oacc_fn_attrib call.
14806
14807 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14808
14809         PR lto/69254
14810         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
14811         (append_compiler_options): Handle -fcilkplus.
14812         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
14813
14814 2016-01-26  Nick Clifton  <nickc@redhat.com>
14815
14816         PR target/66655
14817         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
14818         been marked as DECL_ONE_ONLY but we do not the means to make it
14819         so, then do not allow it to bind locally.
14820
14821 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14822
14823         PR lto/69254
14824         * opts.h (parse_sanitizer_options): New prototype.
14825         * opts.c (sanitizer_opts): New array.
14826         (parse_sanitizer_options): New function.
14827         (common_handle_option): Use parse_sanitizer_options.
14828
14829 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
14830
14831         PR target/68986
14832         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
14833         alignment adjustment to ...
14834         (ix86_update_stack_boundary): Here.  Don't over-align stack for
14835         __tls_get_addr.
14836         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
14837         if __tls_get_addr is called.
14838
14839 2016-01-26  Christian Bruel  <christian.bruel@st.com>
14840
14841         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
14842
14843 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
14844
14845         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
14846
14847 2016-01-26  Richard Biener  <rguenther@suse.de>
14848
14849         PR middle-end/69467
14850         * match.pd: Guard X * CST CMP 0 pattern with single_use.
14851
14852 2016-01-26  Richard Biener  <rguenther@suse.de>
14853
14854         PR tree-optimization/69452
14855         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
14856         (move_computations_dom_walker::before_dom_children): Rename
14857         to ...
14858         (move_computations_worker): This.
14859         (move_computations): Perform an RPO rather than a DOM walk.
14860
14861 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14862
14863         PR target/69442
14864         * combine.c (combine_instructions): For REG_EQUAL note with
14865         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
14866         to the underlying register.
14867         * doc/rtl.texi (REG_EQUAL): Document the behavior of
14868         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
14869
14870 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
14871
14872         PR target/67896
14873         * config/aarch64/aarch64-builtins.c
14874         (aarch64_init_simd_builtin_types): Do not set structural
14875         equality to __Poly{8,16,64,128}_t types.
14876
14877 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
14878
14879         PR tree-optimization/69400
14880         * wide-int.cc (wi_pack): Take the precision as argument and
14881         perform canonicalization here rather than in the callers.
14882         Use the main loop to handle all full-width HWIs.  Add a
14883         zero HWI if in_len isn't a full result.
14884         (wi::divmod_internal): Update accordingly.
14885         (wi::mul_internal): Likewise.  Simplify.
14886
14887 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
14888             Sebastian Pop  <s.pop@samsung.com>
14889
14890         * graphite-poly.c (apply_poly_transforms): Simplify.
14891         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
14892         (print_isl_map): Same.
14893         (print_isl_union_map): Same.
14894         (print_isl_schedule): New.
14895         (debug_isl_schedule): New.
14896         * graphite-dependences.c (scop_get_reads): Do not call
14897         isl_union_map_add_map that is undocumented isl functionality.
14898         (scop_get_must_writes): Same.
14899         (scop_get_may_writes): Same.
14900         (scop_get_original_schedule): Remove.
14901         (scop_get_dependences): Do not call isl_union_map_compute_flow that
14902         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
14903         (compute_deps): Remove.
14904         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
14905         (debug_schedule_ast): New.
14906         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
14907         set_separate_option.
14908         (graphite_regenerate_ast_isl): Add dump.
14909         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
14910         from scop->transformed_schedule.
14911         (graphite_regenerate_ast_isl): Add more dump.
14912         * graphite-optimize-isl.c (optimize_isl): Set
14913         scop->transformed_schedule.  Check whether schedules are equal.
14914         (apply_poly_transforms): Move here.
14915         * graphite-poly.c (apply_poly_transforms): ... from here.
14916         (free_poly_bb): Static.
14917         (free_scop): Static.
14918         (pbb_number_of_iterations_at_time): Remove.
14919         (print_isl_ast): New.
14920         (debug_isl_ast): New.
14921         (debug_scop_pbb): New.
14922         * graphite-scop-detection.c (print_edge): Move.
14923         (print_sese): Move.
14924         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
14925         (build_scop_scattering): Remove.
14926         (create_pw_aff_from_tree): Assert instead of bailing out.
14927         (add_condition_to_pbb): Remove unused code, do not fail.
14928         (add_conditions_to_domain): Same.
14929         (add_conditions_to_constraints): Remove.
14930         (build_scop_context): New.
14931         (add_iter_domain_dimension): New.
14932         (build_iteration_domains): Initialize pbb->iterators.
14933         Call add_conditions_to_domain.
14934         (nested_in): New.
14935         (loop_at): New.
14936         (index_outermost_in_loop): New.
14937         (index_pbb_in_loop): New.
14938         (outermost_pbb_in): New.
14939         (add_in_sequence): New.
14940         (add_outer_projection): New.
14941         (outer_projection_mupa): New.
14942         (add_loop_schedule): New.
14943         (build_schedule_pbb): New.
14944         (build_schedule_loop): New.
14945         (embed_in_surrounding_loops): New.
14946         (build_schedule_loop_nest): New.
14947         (build_original_schedule): New.
14948         (build_poly_scop): Call build_original_schedule.
14949         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
14950         (free_poly_dr): Remove.
14951         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
14952         (free_poly_bb): Remove.
14953         (debug_loop_vec): Remove.
14954         (print_isl_ast): Declare.
14955         (debug_isl_ast): Declare.
14956         (scop_do_interchange): Remove.
14957         (scop_do_strip_mine): Remove.
14958         (scop_do_block): Remove.
14959         (flatten_all_loops): Remove.
14960         (optimize_isl): Remove.
14961         (pbb_number_of_iterations_at_time): Remove.
14962         (debug_scop_pbb): Declare.
14963         (print_schedule_ast): Declare.
14964         (debug_schedule_ast): Declare.
14965         (struct scop): Remove schedule.  Add original_schedule,
14966         transformed_schedule.
14967         (free_gimple_poly_bb): Remove.
14968         (print_generated_program): Remove.
14969         (debug_generated_program): Remove.
14970         (unify_scattering_dimensions): Remove.
14971         * sese.c (print_edge): ... here.
14972         (print_sese): ... here.
14973         (debug_edge): ... here.
14974         (debug_sese): ... here.
14975         * sese.h (print_edge): Declare.
14976         (print_sese): Declare.
14977         (dump_edge): Declare.
14978         (dump_sese): Declare.
14979
14980 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
14981             Sebastian Pop  <s.pop@samsung.com>
14982
14983         * Makefile.in: Set ISLVER in site.exp.
14984
14985 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
14986
14987         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
14988         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
14989         through DECL_VALUE_EXPR for expansion.
14990
14991 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14992
14993         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
14994         the frame info after reload completed.
14995
14996 2016-01-25  Jeff Law  <law@redhat.com>
14997
14998         PR tree-optimization/69196
14999         PR tree-optimization/68398
15000         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
15001         tree-ssa-threadupdate.c.
15002         (determine_bb_domination_status): Prototype
15003         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
15004         (determine_bb_domination_status): No longer static.
15005         (valid_jump_thread_path): Remove code to detect characteristics
15006         of the jump thread path not associated with correctness.
15007         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
15008         Correct test for thread path length.  Count PHIs for real operands as
15009         statements that need to be copied.  Do not count ASSERT_EXPRs.
15010         Look at all the blocks in the thread path.  Compute and selectively
15011         filter thread paths based on threading through the latch, threading
15012         a multiway branch or crossing a multiway branch.
15013
15014 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15015
15016         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
15017         decl with __attribute__ ((unused)) annotation.
15018
15019 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
15020
15021         PR target/69421
15022         * tree-vect-stmts.c (vectorizable_condition): Check vectype
15023         of operands is compatible with a statement vectype.
15024
15025 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
15026
15027         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
15028         improve wording for mixed storage order support.
15029
15030 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
15031
15032         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
15033         (vcvt_u64_f64): Likewise.
15034         (vcvta_s64_f64): Likewise.
15035         (vcvta_u64_f64): Likewise.
15036         (vcvtm_s64_f64): Likewise.
15037         (vcvtm_u64_f64): Likewise.
15038         (vcvtn_s64_f64): Likewise.
15039         (vcvtn_u64_f64): Likewise.
15040         (vcvtp_s64_f64): Likewise.
15041         (vcvtp_u64_f64): Likewise.
15042
15043 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
15044
15045         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
15046         (arc_init): Check validity mll64 option.
15047         (arc_save_restore): Use double load/store instruction.
15048         (arc_expand_movmem): Likewise.
15049         (arc_split_move): Don't split if we have double load/store
15050         instructions. Returns a boolean.
15051         (arc_process_double_reg_moves): Change function to return boolean
15052         instead of a sequence of instructions.
15053         (arc_dwarf_register_span): New function.
15054         * config/arc/arc-protos.h (arc_split_move): Change prototype.
15055         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
15056         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
15057         (*movdf_insn): Likewise.
15058         * config/arc/arc.opt (mll64): New option.
15059         * config/arc/predicates.md (even_register_operand): New predicate.
15060         * doc/invoke.texi (ARC Options): Add mll64 documentation.
15061
15062 2016-01-25  Richard Biener  <rguenther@suse.de>
15063
15064         PR lto/69393
15065         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
15066         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
15067         DECL_NAMELESS.
15068         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
15069
15070 2016-01-25  Richard Biener  <rguenther@suse.de>
15071
15072         PR tree-optimization/69376
15073         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
15074         flag.
15075         (VN_INFO_ANTI_RANGE_P): New inline.
15076         (VN_INFO_RANGE_TYPE): Likewise.
15077         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
15078         SSA_NAME_ANTI_RANGE_P.
15079         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
15080         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
15081         Properly query VN_INFO_RANGE_TYPE.
15082
15083 2016-01-25  Nick Clifton  <nickc@redhat.com>
15084
15085         PR target/66655
15086         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
15087
15088 2016-01-23  Tom de Vries  <tom@codesourcery.com>
15089
15090         PR tree-optimization/69426
15091         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
15092         removed clobber.
15093
15094 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
15095
15096         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
15097         "the the" with "the" in the comments.
15098         * ipa-devirt.c (build_type_inheritance_graph,
15099         update_type_inheritance_graph): Likewise.
15100         * tree.c (build_function_type_list_1): Likewise.
15101         * cfgloopmanip.c (scale_loop_profile): Likewise.
15102         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
15103         * gimple-ssa-split-paths.c
15104         (find_block_to_duplicate_for_splitting_paths): Likewise.
15105         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
15106         * expr.c (convert_move): Likewise.
15107         * var-tracking.c (vt_stack_adjustments): Likewise.
15108         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
15109         * tree-vrp.c (test_for_singularity): Likewise.
15110
15111         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
15112         directly instead of building a temporary tree.
15113
15114         PR bootstrap/69434
15115         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
15116         remove <algorithm> include.
15117
15118 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
15119
15120         PR target/69432
15121         * config/i386/i386.c: Include dojump.h.
15122         (expand_small_movmem_or_setmem,
15123         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
15124         fixes.
15125         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
15126         if dynamic_check != -1.
15127
15128 2016-01-21  Jeff Law  <law@redhat.com>
15129
15130         PR middle-end/69347
15131         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
15132         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
15133         into dominated_by_p.
15134         (cprop_into_successor_phis): Avoid unnecessary tests.
15135
15136 2016-01-22  Richard Henderson  <rth@redhat.com>
15137
15138         PR target/69416
15139         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
15140         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
15141
15142 2016-01-22  Michael Matz  <matz@suse.de>
15143
15144         * system.h (string, algorithm): Include only conditionally.
15145         (new): Include always under C++.
15146         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
15147         * final.c (toplevel): Ditto.
15148         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
15149         * genconditions.c (write_header): Make gencondmd.c define
15150         INCLUDE_STRING.
15151         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
15152
15153         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
15154         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
15155
15156 2016-01-22  Christian Bruel  <christian.bruel@st.com>
15157
15158         PR target/68674
15159         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
15160
15161 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15162
15163         PR target/69403
15164         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
15165         define_insn_and_split.  Ensure operands[1] and operands[0] do not
15166         get assigned the same register.
15167
15168 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
15169
15170         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
15171
15172 2016-01-22  Christian Bruel  <christian.bruel@st.com>
15173
15174         * config/arm/arm-c.c (arm_pragma_target_parse):
15175         Remove warn_builtin_macro_redefined overwrite.
15176
15177 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
15178
15179         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
15180         flag_non_call_exceptions compatibility.
15181
15182 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
15183
15184         PR debug/66668
15185         * dwarf2out.c (add_child_die_after): New function.
15186         (dwarf_qual_info_t): New type.
15187         (dwarf_qual_info): New variable.
15188         (qualified_die_p): New function.
15189         (modified_type_die): For -fdebug-types-section, ensure
15190         canonical order of qualifiers.  Put qualified DIEs adjacent
15191         to the corresponding non-qualified type DIE and search there
15192         for existing qualified DIEs.
15193
15194 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
15195
15196         * doc/extend.texi (scalar_storage_order type attribute): Document
15197         restriction on type punning and aliasing, and remove future tense.
15198
15199 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
15200
15201         PR target/69252
15202         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
15203         first stage.
15204
15205 2016-01-21  Jeff Law  <law@redhat.com>
15206
15207         PR middle-end/69347
15208         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
15209         useless call to record_temporary_equivalences.
15210         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
15211         allocate 10 slots in the bb_path vector and let it grow as needed.
15212         (fsm_find_control_statement_thread_paths): Similarly for the next_path
15213         vector.
15214
15215 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
15216
15217         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
15218         Detangle.
15219         * configure: Regenerate.
15220
15221 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
15222
15223         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
15224         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
15225
15226 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
15227
15228         PR middle-end/66178
15229         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
15230         drop EXPAND_INITIALIZER.
15231         * rtl.h (contains_symbolic_reference_p): Declare.
15232         * rtlanal.c (contains_symbolic_reference_p): New function.
15233         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
15234         a subtraction into a NOT if symbolic constants are involved.
15235
15236 2016-01-21  Anton Blanchard  <anton@samba.org>
15237             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15238
15239         PR target/63354
15240         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
15241         #define.
15242         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
15243         function.
15244
15245 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
15246
15247         * config/microblaze/microblaze.c
15248         (get_branch_target): New.
15249         (insert_wic_for_ilb_runout): New.
15250         (insert_wic): New.
15251         (microblaze_machine_dependent_reorg): New.
15252         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
15253         * config/microblaze/microblaze.md
15254         (UNSPEC_IPREFETCH): Define.
15255         (iprefetch): New pattern
15256         * config/microblaze/microblaze.opt
15257         (mxl-prefetch): New flag.
15258
15259 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
15260
15261         * config/microblaze/microblaze.h
15262         (FIXED_REGISTERS): Update in macro.
15263         (CALL_USED_REGISTERS): Update in macro.
15264
15265 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
15266
15267         PR rtl-optimization/68920
15268         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
15269         moves.
15270
15271 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
15272
15273         PR rtl-optimization/68990
15274         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
15275         pseudo instead of inheritance ones.
15276
15277 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15278             Nick Clifton  <nickc@redhat.com>
15279
15280         PR target/69129
15281         PR target/69012
15282         * config/mips/mips.c (mips_compute_frame_info): Initialise
15283         args_size and hard_frame_pointer_offset fields of the frame
15284         structure before calling mips_global_pointer.
15285
15286 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
15287
15288         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
15289         label reference.
15290         * configure: Regenerate.
15291
15292 2016-01-21  Richard Biener  <rguenther@suse.de>
15293
15294         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
15295
15296 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
15297
15298         * config/s390/s390.c (s390_asm_declare_function_size): Add code
15299         to actually emit the .size directive.
15300
15301 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
15302              Jakub Jelinek  <jakub@redhat.com>
15303
15304         PR target/69187
15305         PR target/65624
15306         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
15307         args array size by one to avoid buffer overflow.
15308
15309 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
15310
15311         * config/s390/s390.md (pool_section_start): Use switch_to_section
15312         to select proper read-only data section instead of hardcoding
15313         .rodata.
15314         (pool_section_end): Use switch_to_section to match the above.
15315
15316 2016-01-21  Richard Biener  <rguenther@suse.de>
15317
15318         PR tree-optimization/69378
15319         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
15320         (set_ssa_val_to): Use it for dominance checks taking into
15321         account not executable edges.
15322
15323 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
15324
15325         PR c++/69355
15326         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
15327         for bitsize instead of GET_MODE_PRECISION (mode).
15328
15329 2016-01-20  Martin Sebor  <msebor@redhat.com>
15330
15331         PR c/52291
15332         * extend.texi (__sync Builtins): Clarify the semantics of
15333         __sync_fetch_and_OP built-ins on pointers.
15334         (__atomic Builtins): Same.
15335
15336 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15337             Sebastian Pop  <s.pop@samsung.com>
15338
15339         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
15340         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
15341         (is_valid_rename): Same.
15342         (translate_isl_ast_to_gimple::get_rename): Same.
15343         (translate_isl_ast_to_gimple::rename_all_uses): Same.
15344         (translate_isl_ast_to_gimple::rename_uses): Same.
15345         (get_new_name): Check for close_phi nodes.
15346         (copy_loop_phi_args): Use phi_node_kind.
15347         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
15348         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
15349
15350 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15351             Sebastian Pop  <s.pop@samsung.com>
15352
15353         Revert commit r229783.
15354         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
15355         Remove use of parameter_rename_map.
15356         (copy_def): Remove.
15357         (copy_internal_parameters): Remove.
15358         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
15359         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
15360         (free_sese_info): Do not free parameter_rename_map.
15361         (set_rename): Do not use parameter_rename_map.
15362         (rename_uses): Update call to set_rename.
15363         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
15364         * sese.h (parameter_rename_map_t): Remove.
15365         (struct sese_info_t): Remove field parameter_rename_map.
15366
15367 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15368             Sebastian Pop  <s.pop@samsung.com>
15369
15370         * graphite-isl-ast-to-gimple.c: Fix comment.
15371         * graphite-scop-detection.c (defined_in_loop_p): New.
15372         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
15373         names defined in loop.
15374
15375 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15376             Sebastian Pop  <s.pop@samsung.com>
15377
15378         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
15379         Discard unstructured if-then-else regions.
15380
15381 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15382             Sebastian Pop  <s.pop@samsung.com>
15383
15384         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
15385         (cleanup_loop_iter_dom): Remove.
15386         (build_loop_iteration_domains): Remove.
15387         (build_scop_context): Remove.
15388         (build_scop_iteration_domain): Remove.
15389         (add_loop_constraints): New.
15390         (build_iteration_domains): New.
15391         (build_poly_scop): Call build_iteration_domains.
15392
15393 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15394             Sebastian Pop  <s.pop@samsung.com>
15395
15396         * graphite-scop-detection.c
15397         (scop_detection::harmful_loop_in_region): Free dom and loops.
15398         (scop_detection::loop_body_is_valid_scop): Free bbs.
15399
15400 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15401             Sebastian Pop  <s.pop@samsung.com>
15402
15403         * graphite-scop-detection.c (record_loop_in_sese): New.
15404         (gather_bbs::before_dom_children): Call record_loop_in_sese.
15405         (build_scops): Remove call to build_sese_loop_nests.
15406         * sese.c (sese_record_loop): Remove.
15407         (build_sese_loop_nests): Remove.
15408         (new_sese_info): Remove region->loops.
15409         (free_sese_info): Same.
15410         * sese.h (sese_contains_loop): Same.
15411         (build_sese_loop_nests): Remove.
15412         (sese_contains_loop): Remove.
15413
15414 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15415             Sebastian Pop  <s.pop@samsung.com>
15416
15417         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
15418         loop_is_valid_in_scop.
15419         (scop_detection::harmful_stmt_in_region): Renamed
15420         harmful_loop_in_region.
15421         Call loop_is_valid_in_scop.
15422
15423 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15424             Sebastian Pop  <s.pop@samsung.com>
15425
15426         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
15427         isl_ast_node_mark.
15428
15429 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15430             Sebastian Pop  <s.pop@samsung.com>
15431
15432         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
15433         * graphite.h (struct poly_bb): Remove field is_reduction.
15434         (PBB_IS_REDUCTION): Remove.
15435
15436 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15437             Sebastian Pop  <s.pop@samsung.com>
15438
15439         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
15440         (add_pdr_constraints): Same.
15441         (scop_get_reads): Same.
15442         (scop_get_must_writes): Same.
15443         (scop_get_may_writes): Same.
15444         (scop_get_original_schedule): Same.
15445         (extend_schedule): Same.
15446         (apply_schedule_on_deps): Same.
15447         (carries_deps): Same.
15448         (compute_deps): Same.
15449         (scop_get_dependences): Same.
15450         * graphite-isl-ast-to-gimple.c
15451         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
15452         * graphite-optimize-isl.c (get_schedule_for_band): Same.
15453         (get_schedule_for_band_list): Same.
15454         (get_schedule_map): Same.
15455         (apply_schedule_map_to_scop): Same.
15456         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
15457         (build_loop_iteration_domains): Same.
15458         (add_condition_to_pbb): Same.
15459         (add_param_constraints): Same.
15460         (pdr_add_memory_accesses): Same.
15461         (pdr_add_data_dimensions): Same.
15462
15463 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
15464
15465         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
15466         requirements.
15467
15468 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
15469
15470         * common.opt (feliminate-dwarf2-dups): Replace references to
15471         "DWARF 2" with just "DWARF".
15472         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
15473         * doc/extend.texi: Likewise.
15474         * doc/cpp.texi: Likewise.
15475         * doc/invoke.texi: Likewise.
15476         (Option Summary): Add -gdwarf to list of Debugging Options.
15477         (Debugging Options): Document -gdwarf.
15478         * doc/contrib.texi: Spell "DWARF" like that.
15479
15480 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
15481
15482         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
15483         warning.  Fix up formatting.
15484
15485         PR middle-end/67653
15486         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
15487         attempt to mark memory input operand addressable and
15488         call prepare_gimple_addressable in that case.  Don't adjust
15489         input_location for diagnostics, use error_at instead.
15490
15491 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
15492
15493         * config/rs6000/ppc-auxv.h: New file.
15494         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
15495         (cpu_is): Likewise.
15496         (cpu_supports): Likewise.
15497         * config/rs6000/rs6000.c: include "ppc-auxv.h".
15498         (cpu_is_info): New variable.
15499         (cpu_supports_info): Likewise.
15500         (tcb_verification_symbol): Likewise.
15501         (cpu_builtin_p): Likewise.
15502         (cpu_expand_builtin): New function.
15503         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
15504         (rs6000_init_builtins): Likewise.
15505         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
15506         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
15507         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
15508         * configure: Regenerate.
15509         * config.in: Likewise.
15510         * doc/extend.texi (PowerPC Built-in Functions): Document
15511         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
15512
15513 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
15514
15515         PR target/68609
15516         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
15517         domain check.
15518         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
15519         for V4SFmode.
15520
15521 2016-01-20  Richard Henderson  <rth@redhat.com>
15522
15523         PR bootstrap/69343
15524         PR bootstrap/69339
15525         PR tree-opt/68964
15526         Revert:
15527         * tree.c (tm_define_builtin): New.
15528         (find_tm_vector_type): New.
15529         (build_tm_vector_builtins): New.
15530         (build_common_builtin_nodes): Call it.
15531
15532 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
15533
15534         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
15535         (arm_fp_ok): Likewise.
15536         (arm_fp): Likewise.
15537         (arm_crypto): Likewise.
15538
15539 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
15540             Richard Biener  <rguenther@suse.de>
15541
15542         PR tree-optimization/69328
15543         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
15544         vectors have same number of elements.
15545         (vectorizable_condition): Fix masked version recognition.
15546
15547 2016-01-20  Richard Biener  <rguenther@suse.de>
15548
15549         PR tree-optimization/69345
15550         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
15551         (VN_INFO_PTR_INFO): Likewise.
15552         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
15553         info when it is equal between non-dominating SSA names.
15554         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
15555         Make sure to look at original SSA infos.
15556
15557 2016-01-20  Jeff Law  <law@redhat.com>
15558
15559         PR target/25114
15560         * config/m68k/predicates.md (pow2_m1_operand): New predicate
15561         extracted from ...
15562         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
15563         (pc_or_label_operand): New predicate.
15564         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
15565         tests for small integers that are 2^n - 1.
15566
15567 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
15568
15569         * doc/invoke.texi (Options Summary): Add '.' after @xref.
15570
15571 2016-01-19  Jeff Law  <law@redhat.com>
15572
15573         PR middle-end/69347
15574         * tree-ssa-threadbackwards.c
15575         (fsm_find_control_statement_thread_paths): Do not try to lookup
15576         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
15577
15578 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
15579
15580         * doc/lto.texi: Remove text that says only Gold has linker plugin
15581         support.
15582
15583 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
15584
15585         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
15586         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
15587         the DIE accordingly.
15588         (modified_type_die): Add REVERSE parameter and pass it recursively,
15589         as well as to base_type_die.  Adjust presence check accordingly.
15590         (base_type_for_mode): Adjust call to modified_type_die.
15591         (add_type_attribute): Add REVERSE parameter and pass it to
15592         modified_type_die.
15593         (generic_parameter_die): Adjust call to add_type_attribute.
15594         (add_scalar_info): Likewise.
15595         (add_subscript_info): Likewise.
15596         (gen_array_type_die): Likewise.
15597         (gen_descr_array_type_die): Likewise.
15598         (gen_entry_point_die): Likewise.
15599         (gen_enumeration_type_die): Likewise.
15600         (gen_formal_parameter_die): Likewise.
15601         (gen_subprogram_die): Likewise.
15602         (gen_variable_die ): Likewise.
15603         (gen_const_die): Likewise.
15604         (gen_field_die): Likewise.
15605         (gen_pointer_type_die): Likewise.
15606         (gen_reference_type_die): Likewise.
15607         (gen_ptr_to_mbr_type_die): Likewise.
15608         (gen_inheritance_die): Likewise.
15609         (gen_subroutine_type_die): Likewise.
15610         (gen_typedef_die): Likewise.
15611         (force_type_die): Adjust call to modified_type_die.
15612
15613 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
15614
15615         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
15616         flow throughout the file.  Fix broken link to Objective-C 2.0
15617         documentation.
15618         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
15619         errors.
15620
15621 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15622
15623         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
15624
15625 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15626
15627         PR ipa/66223
15628         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
15629         (maybe_record_node): Record cxa_pure_virtual as the only possible
15630         target if there are not ohter candidates.
15631         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
15632
15633 2016-01-19  Richard Biener  <rguenther@suse.de>
15634
15635         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
15636         (get_memory_order): Likewise.
15637
15638 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
15639
15640         * tree-vect-stmts.c (vectorizable_store): Check
15641         rhs vectype.
15642
15643 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
15644
15645         PR jit/68446
15646         * gcc.c (driver::decode_argv): Add call to
15647         init_opts_obstack before init_options_struct.
15648         * opts.c (init_opts_obstack): Remove idempotency.
15649         (init_options_struct): Replace call to init_opts_obstack
15650         with a gcc_assert to verify that it has already been called.
15651         * toplev.c (toplev::main): Add call to init_opts_obstack before
15652         calls to init_options_struct.
15653         (toplev::finalize): Move cleanup of opts_obstack next to
15654         cleanup of save_decoded_options, clearing the latter, and
15655         save_decoded_options_count.
15656
15657 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15658
15659         PR target/69135
15660         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
15661         attribute to unconditional.  Remove %? from output template.
15662
15663 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15664             Jiong Wang  <jiong.wang@arm.com>
15665
15666         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
15667         generated from different expand order.
15668
15669 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15670
15671         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
15672         Add support for CCMP costing.
15673
15674 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15675
15676         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
15677         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
15678         (fccmpe<mode>): Likewise.
15679         (fcmp): Rename to fcmp and globalize pattern.
15680         (fcmpe): Likewise.
15681         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
15682         (aarch64_gen_ccmp_next): Add FP support.
15683
15684 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15685
15686         * target.def (gen_ccmp_first): Update documentation.
15687         (gen_ccmp_next): Likewise.
15688         * doc/tm.texi (gen_ccmp_first): Update documentation.
15689         (gen_ccmp_next): Likewise.
15690         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
15691         expand_ccmp_expr_1.  Improve comments.
15692         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
15693         (ccmp_ior<mode>): Remove pattern.
15694         (cmp<mode>): Remove expand.
15695         (cmp): Globalize pattern.
15696         (cstorecc4): Use cc_register.
15697         (mov<mode>cc): Remove ccmp_cc_register check.
15698         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
15699         Simplify after removal of CC_DNE/* modes.
15700         (aarch64_ccmp_mode_to_code): Remove.
15701         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
15702         In 'k' case use integer as condition.
15703         (aarch64_nzcv_codes): Remove inverted cases.
15704         (aarch64_code_to_ccmode): Remove.
15705         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
15706         comparison with CC register to be used in folowing CCMP/branch/CSEL.
15707         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
15708         pattern.  Return the comparison with CC register.  Invert conditions
15709         when bitcode is OR.
15710         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
15711         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
15712
15713 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15714
15715         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
15716         instrumented_version.
15717
15718 2016-01-19  Richard Biener  <rguenther@suse.de>
15719
15720         PR tree-optimization/69336
15721         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
15722         handled components with get_ref_base_and_extent.
15723         (equal_mem_array_ref_p): Adjust.
15724
15725 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
15726
15727         PR debug/65779
15728         * shrink-wrap.c: Include valtrack.h.
15729         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
15730         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
15731         in between insn and where it will be moved to.  Call
15732         dead_debug_insert_temp.
15733         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
15734         first and dead_debug_local_finish at the end.
15735         For uses and defs bitmap, handle all regs in between REGNO and
15736         END_REGNO, not just the first one.
15737
15738 2016-01-19  Richard Biener  <rguenther@suse.de>
15739
15740         PR tree-optimization/69352
15741         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
15742         (equal_mem_array_ref_p): Constrain size and max size properly.
15743         Compare the reverse flag.
15744
15745 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
15746
15747         * ira.c (ira): Update regstat data if we deleted insns.
15748
15749 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
15750
15751         PR rtl-optimization/68955
15752         PR rtl-optimization/64557
15753         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
15754         here.  Fix up formatting.
15755         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
15756
15757 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15758
15759         PR lto/69133
15760         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
15761         assume that the node has body.
15762         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
15763         check.
15764
15765 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15766
15767         * lto-streamer-out.c (lto_output): Do not stream instrumentation
15768         thunks.
15769
15770 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15771
15772         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
15773         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
15774
15775 2016-01-19  Martin Jambor  <mjambor@suse.cz>
15776             Martin Liska  <mliska@suse.cz>
15777             Michael Matz  <matz@suse.de>
15778
15779         * Makefile.in (OBJS): Add new source files.
15780         (GTFILES): Add hsa.c.
15781         * common.opt (disable_hsa): New variable.
15782         (-Whsa): New warning.
15783         * config.in (ENABLE_HSA): New.
15784         * configure.ac: Treat hsa differently from other accelerators.
15785         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
15786         $enable_offloading.
15787         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
15788         * doc/install.texi (Configuration): Document --with-hsa-runtime,
15789         --with-hsa-runtime-include, --with-hsa-runtime-lib and
15790         --with-hsa-kmt-lib.
15791         * doc/invoke.texi (-Whsa): Document.
15792         (hsa-gen-debug-stores): Likewise.
15793         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
15794         to invoke offload compiler for hsa acclerator.
15795         * opts.c (common_handle_option): Determine whether HSA offloading
15796         should be performed.
15797         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
15798         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
15799         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
15800         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
15801         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
15802         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
15803         GF_OMP_FOR_KIND_GRID_LOOP.
15804         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
15805         (pp_gimple_stmt_1): Likewise.
15806         * gimple-walk.c (walk_gimple_stmt): Likewise.
15807         * gimple.c (gimple_build_omp_grid_body): New function.
15808         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
15809         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
15810         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
15811         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
15812         GF_OMP_TEAMS_GRID_PHONY.
15813         (gimple_statement_omp_single_layout): Updated comments.
15814         (gimple_build_omp_grid_body): New function.
15815         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
15816         (gimple_omp_for_grid_phony): New function.
15817         (gimple_omp_for_set_grid_phony): Likewise.
15818         (gimple_omp_parallel_grid_phony): Likewise.
15819         (gimple_omp_parallel_set_grid_phony): Likewise.
15820         (gimple_omp_teams_grid_phony): Likewise.
15821         (gimple_omp_teams_set_grid_phony): Likewise.
15822         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
15823         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
15824         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
15825         (BUILT_IN_GOMP_TARGET): Updated type.
15826         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
15827         (adjust_for_condition): New function.
15828         (get_omp_for_step_from_incr): Likewise.
15829         (extract_omp_for_data): Moved parts to adjust_for_condition and
15830         get_omp_for_step_from_incr.
15831         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
15832         (fixup_child_record_type): Bail out if receiver_decl is NULL.
15833         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
15834         (scan_omp_parallel): Do not create child functions for phony
15835         constructs.
15836         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
15837         (scan_omp_1_op): Checking assert we are not remapping to
15838         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
15839         (parallel_needs_hsa_kernel_p): New function.
15840         (expand_parallel_call): Register apprpriate parallel child
15841         functions as HSA kernels.
15842         (grid_launch_attributes_trees): New type.
15843         (grid_attr_trees): New variable.
15844         (grid_create_kernel_launch_attr_types): New function.
15845         (grid_insert_store_range_dim): Likewise.
15846         (grid_get_kernel_launch_attributes): Likewise.
15847         (get_target_argument_identifier_1): Likewise.
15848         (get_target_argument_identifier): Likewise.
15849         (get_target_argument_value): Likewise.
15850         (push_target_argument_according_to_value): Likewise.
15851         (get_target_arguments): Likewise.
15852         (expand_omp_target): Call get_target_arguments instead of looking
15853         up for teams and thread limit.
15854         (grid_expand_omp_for_loop): New function.
15855         (grid_arg_decl_map): New type.
15856         (grid_remap_kernel_arg_accesses): New function.
15857         (grid_expand_target_kernel_body): New function.
15858         (expand_omp): Call it.
15859         (lower_omp_for): Do not emit phony constructs.
15860         (lower_omp_taskreg): Do not emit phony constructs but create for them
15861         a temporary variable receiver_decl.
15862         (lower_omp_taskreg): Do not emit phony constructs.
15863         (lower_omp_teams): Likewise.
15864         (lower_omp_grid_body): New function.
15865         (lower_omp_1): Call it.
15866         (grid_reg_assignment_to_local_var_p): New function.
15867         (grid_seq_only_contains_local_assignments): Likewise.
15868         (grid_find_single_omp_among_assignments_1): Likewise.
15869         (grid_find_single_omp_among_assignments): Likewise.
15870         (grid_find_ungridifiable_statement): Likewise.
15871         (grid_target_follows_gridifiable_pattern): Likewise.
15872         (grid_remap_prebody_decls): Likewise.
15873         (grid_copy_leading_local_assignments): Likewise.
15874         (grid_process_kernel_body_copy): Likewise.
15875         (grid_attempt_target_gridification): Likewise.
15876         (grid_gridify_all_targets_stmt): Likewise.
15877         (grid_gridify_all_targets): Likewise.
15878         (execute_lower_omp): Call grid_gridify_all_targets.
15879         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
15880         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
15881         (tree_omp_clause): Added union field dimension.
15882         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
15883         * tree.c (omp_clause_num_ops): Added number of arguments of
15884         OMP_CLAUSE__GRIDDIM_.
15885         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
15886         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
15887         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
15888         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
15889         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
15890         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
15891         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
15892         * tree-pass.h (make_pass_gen_hsail): Declare.
15893         (make_pass_ipa_hsa): Likewise.
15894         * ipa-hsa.c: New file.
15895         * lto-section-in.c (lto_section_name): Add hsa section name.
15896         * lto-streamer.h (lto_section_type): Add hsa section.
15897         * timevar.def (TV_IPA_HSA): New.
15898         * hsa-brig-format.h: New file.
15899         * hsa-brig.c: New file.
15900         * hsa-dump.c: Likewise.
15901         * hsa-gen.c: Likewise.
15902         * hsa.c: Likewise.
15903         * hsa.h: Likewise.
15904         * toplev.c (compile_file): Call hsa_output_brig.
15905         * hsa-regalloc.c: New file.
15906
15907 2016-01-18  Jeff Law  <law@redhat.com>
15908
15909         PR tree-optimization/69320
15910         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
15911         ranged object, do nothing if the RHS constant is not [0..1].
15912         (optimize_stmt): Comparing a boolean ranged object against a
15913         constant outside [0..1] results in a compile-time constant.
15914
15915         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
15916         test.
15917
15918 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
15919
15920         * doc/invoke.texi (Invoking GCC): Add new section to menu.
15921         (Option Summary): Update to reflect new section and moved options.
15922         (C++ Dialect Options): Move -fstats to new section.
15923         (Debugging Options): Move all dump, statistics, and other GCC
15924         developer options to new section.  Rewrite section introduction
15925         and re-order remaining options to put the more basic ones first.
15926         (Optimization Options): Move -fira-verbose and -flto-report* to
15927         new section.
15928         (Developer Options): New section incorporating moved options.
15929         * doc/cppopts.texi (-dM): Update cross-reference.
15930
15931 2016-01-18  Richard Henderson  <rth@redhat.com>
15932
15933         PR target/69176
15934         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
15935         operands to pseudo only if CSE is expected.  Split long immediate
15936         operands only after reload, and for the stack pointer.
15937         (*add<GPI>3_pluslong): Remove.
15938         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
15939         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
15940         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
15941         (*add<GPI>3 peepholes): New.
15942         (*add<GPI>3 splitters): New.
15943         * config/aarch64/constraints.md (Upl): New.
15944         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
15945
15946 2016-01-18  Richard Biener  <rguenther@suse.de>
15947
15948         PR tree-optimization/69297
15949         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
15950         stmt at most once.
15951         (vect_bb_vectorization_profitable_p): Clear visited flag again.
15952
15953 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
15954
15955         PR middle-end/68542
15956         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
15957         of mixind vector and scalar types.
15958         (fold_relational_const): Add handling of vector
15959         comparison with boolean result.
15960         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
15961         comparison of vector operands with boolean result for EQ/NE only.
15962         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
15963         (verify_gimple_cond): Likewise.
15964         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
15965         valid type of VAL.
15966
15967 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
15968
15969         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
15970         !TARGET_OCTEON.
15971
15972 2016-01-18  Richard Biener  <rguenther@suse.de>
15973
15974         PR middle-end/69308
15975         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
15976
15977 2016-01-18  Tom de Vries  <tom@codesourcery.com>
15978
15979         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
15980
15981 2016-01-18  Tom de Vries  <tom@codesourcery.com>
15982
15983         * omp-low.c (set_oacc_fn_attrib): Make extern.
15984         * omp-low.h (set_oacc_fn_attrib): Declare.
15985         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
15986         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
15987         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
15988         Add and handle function parameter oacc_kernels_p.
15989         (find_reduc_addr, get_omp_data_i_param): New function.
15990         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
15991         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
15992         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
15993         Calculate dominance info.  Skip loops that are not in a kernels region
15994         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
15995         (pass_parallelize_loops::execute): Call parallelize_loops with
15996         oacc_kernels_p argument.
15997         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
15998         New member function.
15999         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
16000         * passes.def: Add argument to pass_parallelize_loops instantation.
16001
16002 2016-01-18  Tom de Vries  <tom@codesourcery.com>
16003
16004         * tree-parloops.c (pass_parallelize_loops::execute): Allow
16005         pass_parallelize_loops to be run outside the loop pipeline.
16006
16007 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
16008
16009         * tree-scalar-evolution.c (follow_copies_to_constant): New.
16010         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
16011
16012 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
16013
16014         PR target/63679
16015         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
16016         using get_ref_base_and_extent.
16017         (equal_mem_array_ref_p): New.
16018         (hashable_expr_equal_p): Add call to previous.
16019
16020 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
16021
16022         PR target/63679
16023         * tree-sra.c (disqualified_constants, constant_decl_p): New.
16024         (sra_initialize): Allocate disqualified_constants.
16025         (sra_deinitialize): Free disqualified_constants.
16026         (disqualify_candidate): Update disqualified_constants when appropriate.
16027         (create_access): Scan for constant-pool entries as we go along.
16028         (scalarizable_type_p): Add check against type_contains_placeholder_p.
16029         (maybe_add_sra_candidate): Allow constant-pool entries.
16030         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
16031         (initialize_constant_pool_replacements): New.
16032         (sra_modify_assign): Avoid mangling assignments created by previous,
16033         and don't generate writes into constant pool.
16034         (sra_modify_function_body): Call initialize_constant_pool_replacements.
16035
16036 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
16037
16038         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
16039         andnot instruction.
16040         (scalar_chain::convert_op): Likewise.
16041         * config/i386/i386.md (*andndi3_doubleword): New.
16042
16043 2016-01-18  Richard Biener  <rguenther@suse.de>
16044
16045         PR tree-optimization/69170
16046         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
16047         building a vector from scalar results of a pattern stmt.
16048
16049 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
16050
16051         * haifa-sched.c (autopref_multipass_init): Work around
16052         -Wmaybe-uninitialized warning.
16053
16054 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16055
16056         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
16057         against the constant 0.
16058
16059 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16060
16061         PR tree-optimization/68799
16062         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
16063         look up phi candidates in the statement-candidate map.
16064         (phi_add_costs): Likewise.
16065         (record_phi_increments): Likewise.
16066         (phi_incr_cost): Likewise.
16067         (ncd_with_phi): Likewise.
16068         (all_phi_incrs_profitable): Likewise.
16069
16070 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
16071
16072         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
16073         -Wmaybe-uninitialized warning.
16074
16075 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
16076
16077         * doc/invoke.texi (Invoking GCC): Add new section to menu.
16078         (Option Summary): Update to reflect new section and moved options.
16079         (C++ Dialect Options): Move -fvtable-verify and related options.
16080         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
16081         and profiling-related options.
16082         (Optimization Options): Move profile generation options and
16083         -fstack-protector and related options.
16084         (Instrumentation Options): New section incorporating moved options.
16085         (Code Generation Options): Move -finstrument-functions and
16086         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
16087
16088 2016-01-16  Tom de Vries  <tom@codesourcery.com>
16089
16090         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
16091
16092 2016-01-16  Tom de Vries  <tom@codesourcery.com>
16093
16094         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
16095
16096 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
16097
16098         * hash-table.h (hash_table::empty): Turn into an inline wrapper
16099         that checks whether the table is already empty.  Rename the
16100         original implementation to...
16101         (hash_table::empty_slot): ...this new private function.
16102
16103 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
16104
16105         PR diagnostic/68899
16106         * diagnostic-show-locus.c (layout::print_source_line): Move x
16107         offset of line until after call to
16108         get_line_width_without_trailing_whitespace.
16109
16110 2016-01-15  Jeff Law  <law@redhat.com>
16111
16112         PR tree-optimization/69270
16113         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
16114         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
16115         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
16116         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
16117         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
16118         ssa_name_has_boolean_range and constant_boolean_node.
16119
16120 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
16121
16122         PR rtl-optimization/69030
16123         * lra-spills.c (remove_pseudos): Check nrefs and make the function
16124         returning bool.
16125         (spill_pseudos): Delete debug insn for dead pseudo.
16126         (lra_spill): Initiate spill_hard_reg and slots memory separately.
16127
16128 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
16129
16130         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
16131         New.
16132         (TYPES_UNOPUS): Likewise.
16133         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
16134         builtin type, from UNOP to UNOPUS.
16135         (lbtruncuv4sf): Likewise.
16136         (lbtruncuv2df): Likewise.
16137         (lrounduv2sf): Likewise.
16138         (lrounduv4sf): Likewise.
16139         (lrounduv2df): Likewise.
16140         (lroundusf): Likewise.
16141         (lroundusf): Likewise.
16142         (lceiluv2sf): Likewise.
16143         (lceiluv4sf): Likewise.
16144         (lceiluv2df): Likewise.
16145         (lceilusf): Likewise.
16146         (lceiludf): Likewise.
16147         (lflooruv2sf): Likewise.
16148         (lflooruv4sf): Likewise.
16149         (lflooruv2df): Likewise.
16150         (lfloorusf): Likewise.
16151         (lfloorudf): Likewise.
16152         (lfrintnuv2sf): Likewise.
16153         (lfrintnuv4sf): Likewise.
16154         (lfrintnuv2df): Likewise.
16155         (lfrintnusf): Likewise.
16156         (lfrintnudf): Likewise.
16157         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
16158         conversion.
16159         (vcvtq_u32_f32): Likewise.
16160         (vcvtq_u64_f64): Likewise.
16161         (vcvta_u32_f32): Likewise.
16162         (vcvtaq_u32_f32): Likewise.
16163         (vcvtaq_u64_f64): Likewise.
16164         (vcvtm_u32_f32): Likewise.
16165         (vcvtmq_u32_f32): Likewise.
16166         (vcvtmq_u64_f64): Likewise.
16167         (vcvtn_u32_f32): Likwise.
16168         (vcvtnq_u32_f32): Likewise.
16169         (vcvtnq_u64_f64): Likewise.
16170         (vcvtp_u32_f32): Likewise.
16171         (vcvtpq_u32_f32): Likewise.
16172         (vcvtpq_u64_f64): Likewise.
16173         (vcvtmd_u64_f64): Likewise.
16174         (vcvtms_u32_f32): Likewise.
16175         (vcvtad_u64_f64): Likewise.
16176         (vcvtas_u32_f32): Likewise.
16177         (vcvtnd_u64_f64): Likewise.
16178         (vcvtns_u32_f32): Likewise.
16179         (vcvtpd_u64_f64): Likewise.
16180         (vcvtps_u32_f32): Likewise.
16181
16182 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16183
16184         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
16185         CSEL of zero_extended registers.
16186
16187 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16188
16189         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
16190         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
16191
16192 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16193
16194         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
16195         false when argument string is not found in the attributes table
16196         at all.
16197
16198 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
16199
16200         PR target/68609
16201         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
16202         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
16203         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
16204         precision estimate.
16205
16206 2016-01-15  Richard Biener  <rguenther@suse.de>
16207
16208         PR tree-optimization/66856
16209         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
16210         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
16211         (vect_create_new_slp_node): Increment stmt reference count.
16212         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
16213         an SLP tree before swapping operands.
16214         (vect_build_slp_tree): Likewise.
16215         (destroy_bb_vec_info): Free stmt info after SLP instances.
16216         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
16217         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
16218         (STMT_VINFO_NUM_SLP_USES): New macro.
16219
16220 2016-01-15  Richard Biener  <rguenther@suse.de>
16221
16222         PR debug/69137
16223         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
16224         (add_linkage_name): ... here.
16225         (gen_typedef_die): Use add_linkage_name_raw instead of
16226         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
16227         if necessary.
16228
16229 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
16230
16231         * gimplify.c (oacc_default_clause): Decode reference and pointer
16232         types for both kernels and parallel regions.
16233
16234 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
16235
16236         PR middle-end/69246
16237         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
16238
16239 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
16240
16241         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
16242         (convert_scalars_to_vector): Likewise.
16243
16244 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
16245
16246         * doc/extend.texi (Type Traits): Fix grammar.
16247
16248 2016-01-15  Martin Jambor  <mjambor@suse.cz>
16249
16250         * tree-inline.c (remap_decl): Use existing dclarations if
16251         remapping a type and prevent_decl_creation_for_types.
16252         (replace_locals_stmt): Do an initial remapping of non-VLA typed
16253         decls first.  Do real remapping with
16254         prevent_decl_creation_for_types set.
16255         * tree-inline.h (copy_body_data): New field
16256         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
16257         padding.
16258
16259 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16260
16261         * config/s390/s390.opt (mmvcle): More verbose help text.
16262
16263 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16264
16265         * config/s390/s390.opt: Add period to -mzvector option text.
16266
16267 2016-01-15  Richard Biener  <rguenther@suse.de>
16268
16269         PR tree-optimization/68961
16270         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
16271         of invariants in stores again.
16272
16273 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
16274
16275         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
16276
16277 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
16278
16279         * config/i386/i386.c (ix86_expand_branch): Don't split
16280         DI mode xor instruction to SI mode.
16281
16282 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
16283
16284         PR ipa/68148
16285         * ipa-icf.c (sem_function::merge): Virtual functions may become
16286         reachable even if they address is not taken and there are no
16287         idrect calls.
16288
16289 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
16290
16291         * lto-streamer-out.c (subtract_estimated_size): New function.
16292         (get_symbol_initial_value): Use it.
16293
16294 2016-01-15  Christian Bruel  <christian.bruel@st.com>
16295
16296         PR target/65837
16297         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
16298         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
16299         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
16300         use add_builtin_function_ext_scope instead of add_builtin_function.
16301         (neon_set_p, neon_crypto_set_p): Remove.
16302         (arm_init_builtins): Always call arm_init_neon_builtins and
16303         arm_init_crypto_builtins.
16304         (arm_expand_builtin): Check that builtins are allowed for the arch.
16305         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
16306         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
16307         arm_init_neon_builtins call.
16308
16309 2016-01-15  Richard Biener  <rguenther@suse.de>
16310
16311         PR tree-optimization/69117
16312         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
16313         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
16314         of the leader conservatively.
16315         (free_scc_vn): Restore original SSA name infos.
16316
16317 2016-01-14  Jeff Law  <law@redhat.com>
16318
16319         PR tree-optimization/69270
16320         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
16321         single bit of precision, verify it's also unsigned.
16322         (record_edge_info): Use constant_boolean_node rather than fold_convert
16323         to convert boolean_true/boolean_false to the right type.
16324
16325 2016-01-14  Richard Henderson  <rth@redhat.com>
16326
16327         PR rtl-opt/69014
16328         * loop-doloop.c (record_reg_sets): New.
16329         (doloop_optimize): Reject the transform if the sequence
16330         clobbers registers live at the end of the loop block.
16331         (doloop_optimize_loops): Enable df_live if needed.
16332
16333 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
16334
16335         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
16336         * config/rs6000/rs6000.c: Likewise.
16337         * config/rs6000/rs6000.h: Likewise.
16338         * config/rs6000/rs6000.md: Likewise.
16339         * doc/extend.texi: Likewsie.
16340
16341 2016-01-14  Jeff Law  <law@redhat.com>
16342
16343         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
16344         typo.
16345
16346 2016-01-14  Richard Henderson  <rth@redhat.com>
16347
16348         PR c/69272
16349         PR tree-opt/68964
16350         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
16351         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
16352         instead of builtin_decl_declared_p to test for declaration.
16353
16354 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
16355
16356         * doc/loop.texi (Loop Analysis and Representation): Document
16357         loop_depth function.
16358
16359 2016-01-14  Tom de Vries  <tom@codesourcery.com>
16360
16361         PR tree-optimization/68773
16362         * omp-low.c (expand_omp_target): Don't set force_output.
16363         * varpool.c (varpool_node::get_create): Same.
16364         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
16365         offload_funcs with force_output.
16366
16367 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
16368
16369         PR debug/69244
16370         * lra-eliminations.c (move_plus_up): Don't change anything if either
16371         the outer or inner subreg mode is not MODE_INT.
16372         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
16373         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
16374
16375 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
16376
16377         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
16378         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
16379         reduc_uplus_@var{m}): Remove.
16380         * expr.c (expand_expr_real_2): Remove expansion path for
16381         reduc_[us](min|max|plus) optabs.
16382         * optabs-tree.c (scalar_reduc_to_vector): Remove.
16383         * optabs-tree.h (scalar_reduc_to_vector): Remove.
16384         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
16385         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
16386         * tree-vect-loop.c (vectorizable_reduction): Remove test for
16387         reduc_[us](min|max|plus) optabs.
16388
16389 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
16390
16391         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
16392         (reduc_plus_scal_v2sf): New.
16393         (reduc_smax_v2sf): Rename to...
16394         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
16395         (reduc_smin_v2sf): Rename to...
16396         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
16397
16398 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
16399
16400         * alias.c (compare_base_symbol_refs): New function.
16401         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
16402         it.
16403
16404 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
16405
16406         PR middle-end/68146
16407         PR tree-optimization/69155
16408         * tree-complex.c: Include cfganal.h.
16409         (phis_to_revisit): New variable.
16410         (extract_component): Add phiarg_p argument.  Assert that returned
16411         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
16412         (update_phi_components): Partly rewrite to use loop over real/imag
16413         components instead of code duplication.  If extract_component returns
16414         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
16415         create_tmp_reg into the PHI node instead, and mention the phi triplet
16416         in phis_to_revisit.
16417         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
16418         in phis_to_revisit at the end.
16419
16420 2016-01-14  Richard Biener  <rguenther@suse.de>
16421
16422         PR tree-optimization/68060
16423         * tree-vect-loop.c (vect_is_simple_reduction): Check the
16424         outer loop reduction is only used in the inner loop before
16425         detecting a double reduction.
16426
16427 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
16428
16429         PR target/68269
16430         * combine.c (expand_field_assignment): Punt if compute_mode is
16431         unsupported scalar mode.
16432
16433 2016-01-14  Richard Biener  <rguenther@suse.de>
16434
16435         PR tree-optimization/66856
16436         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
16437         SLP node only if it built successfully.
16438         (vect_analyze_slp_instance): Adjust.
16439
16440 2016-01-14  Jeff Law  <law@redhat.com>
16441
16442         PR tree-optimization/69270
16443         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
16444         (record_edge_info): Use it.  Convert boolean_{true,false}_node
16445         to the type of op0.
16446
16447 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
16448
16449         PR ipa/66487
16450         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
16451         use block_ultimate_origin
16452         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
16453
16454 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
16455
16456         * doc/invoke.texi (Submodel Options): Rename section to
16457         "Machine-Dependent Options" to better reflect its content.
16458         Rewrite introductory text to remove archaic CPU names.
16459         Update references.
16460
16461 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
16462
16463         * doc/invoke.texi (Code Gen Options): Move section up in file,
16464         before target-specific options.  Update menu and option summary
16465         to reflect the new section ordering.
16466
16467 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
16468
16469         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
16470         (C++ Dialect Options): Add cross-reference to -std option.
16471         * doc/standards.texi (C++ Language): Document C++14 support.
16472
16473 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
16474
16475         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
16476         for pack/unpack functions for __ibm128.
16477         (PACK_IF): Likewise.
16478         (UNPACK_IF): Likewise.
16479
16480         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
16481         support for __ibm128 pack/unpack functions.
16482         (rs6000_invalid_builtin): Likewise.
16483         (rs6000_init_builtins): Likewise.
16484         (rs6000_opt_masks): Likewise.
16485
16486         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
16487         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
16488         functions
16489         (RS6000_BTM_COMMON): Likewise.
16490
16491         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
16492         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
16493         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
16494         128-bit floating point.  Add support for the double values to be
16495         in Altivec registers for TF/IF packing and unpacking, but restrict
16496         TD packing sub-fields to be FPR registers.  Don't allow overlapped
16497         register support for packing.  Allow pack inputs to be memory
16498         locations.  Don't build generator functions for unpack<mode>_dm
16499         and unpack<mode>_nodm.
16500         (unpack<mode>_dm): Likewise.
16501         (unpack<mode>_nodm): Likewise.
16502         (pack<mode>): Likewise.
16503
16504         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
16505         built-in functions to pack/unpack explicit __ibm128 values.
16506         (__builtin_unpack_ibm128): Likewise.
16507
16508         * doc/extend.texi (PowerPC Built-in Functions): Document
16509         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
16510
16511 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
16512
16513         PR c/66208
16514         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
16515         Add new arg loc and pass it down as context.
16516         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
16517         to the location to use for the warning.
16518         (check_function_arguments): New arg loc.  All callers changed.  Pass
16519         it to check_function_nonnull.
16520         * c-common.h (check_function_arguments): Adjust declaration.
16521
16522 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
16523
16524         PR tree-optimization/69156
16525         * gimple.c (validate_type): Removed.
16526         (gimple_builtin_call_types_compatible_p): Use
16527         useless_type_conversion_p instead of validate_type.
16528         * value-prof.c (gimple_stringop_fixed_value): Fold
16529         icall_size to correct type.
16530
16531 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
16532
16533         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
16534         effects.
16535
16536 2016-01-13  Richard Henderson  <rth@redhat.com>
16537
16538         PR tree-opt/68964
16539         * target.def (builtin_tm_load, builtin_tm_store): Remove.
16540         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
16541         (ix86_builtin_tm_store): Remove.
16542         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
16543         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
16544         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
16545         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
16546         * doc/tm.texi: Rebuild.
16547
16548         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
16549         (BUILT_IN_TM_MEMCPY_RTWN): New.
16550         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
16551         fallback from vector to integer helpers.
16552         (build_tm_load): Handle vector types directly, instead of
16553         via target hook.
16554         (build_tm_store): Likewise.
16555         (expand_assign_tm): Prepare for register types not handled by
16556         the above.  Copy them to memory and use memcpy.
16557         * tree.c (tm_define_builtin): New.
16558         (find_tm_vector_type): New.
16559         (build_tm_vector_builtins): New.
16560         (build_common_builtin_nodes): Call it.
16561
16562 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
16563
16564         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
16565         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
16566
16567 2016-01-13  Tom de Vries  <tom@codesourcery.com>
16568
16569         PR tree-optimization/69169
16570         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
16571         handled_struct_type param.
16572         (create_variable_info_for, intra_create_variable_infos): Call
16573         create_variable_info_for_1 with extra arg.
16574
16575 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
16576
16577         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
16578         and "armv8.1-a+crc" entries.
16579
16580 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
16581
16582         PR target/69228
16583         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
16584         Change first operand predicate from register_or_constm1_operand
16585         to register_operand.
16586         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
16587         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
16588         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
16589         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
16590         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
16591         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
16592         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
16593         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
16594         comparison with constm1_rtx from vec_prefetch_gen part.
16595
16596 2016-01-13  Richard Biener  <rguenther@suse.de>
16597
16598         PR tree-optimization/69013
16599         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
16600         Exchange assert for a test.
16601
16602 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16603
16604         PR target/69247
16605         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
16606
16607 2016-01-13  Richard Biener  <rguenther@suse.de>
16608
16609         PR tree-optimization/69242
16610         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
16611         assert with a check.
16612
16613 2016-01-13  Richard Biener  <rguenther@suse.de>
16614
16615         PR tree-optimization/69186
16616         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
16617         Properly guard vect_update_misalignment_for_peel call.
16618
16619 2016-01-12  Jeff Law  <law@redhat.com>
16620
16621         PR tree-optimization/pr67755
16622         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
16623         "need_profile_correction".
16624         (thread_block_1): Initialize new field to false by default.  If we
16625         have multiple thread paths through a common joiner to different
16626         final targets, then set new field to true.
16627         (compute_path_counts): Only do count adjustment when it's really
16628         needed.
16629
16630 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
16631
16632         * doc/invoke.texi (Spec Files): Move section down in file, past
16633         all command-line option descriptions.
16634
16635 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16636
16637         PR middle-end/54809
16638         * doc/gty.texi: Remove documentation of mark_hook.
16639         * gengtype.c (struct write_types_data): Remove code to support
16640         mark_hook attribute.
16641         (walk_type): Likewise.
16642         (write_func_for_structure): Likewise.
16643
16644 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
16645
16646         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
16647         Directory Options, and -specs= to Overall Options.
16648         (Overall Options): Adjust similarly.  Reorder to group related
16649         options together.  Make -specs= cross-reference the spec file details.
16650         (Directory Options): Adjust similarly.
16651
16652 2016-01-12  Jeff Law  <law@redhat.com>
16653
16654         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
16655
16656 2016-01-12  Olivier Hainque  <hainque@adacore.com>
16657
16658         * gcc.c (spec_undefvar_allowed): New global.
16659         (process_command): Set to true when running for --version or --help,
16660         alone or together.
16661         (getenv_spec_function): When the variable is not defined, use the
16662         variable name as the variable value if we're allowed not to issue
16663         a fatal error.
16664
16665 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
16666
16667         PR tree-optimization/68911
16668         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
16669         information computed for expression "init + nit * step".
16670
16671 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
16672
16673         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
16674         about name of GCC executable.  Remove deleted node from menu.
16675         (Directory Options) <-B>: Remove cross-reference to deleted node.
16676         (Target Options): Delete section.
16677
16678 2016-01-12  Christian Bruel  <christian.bruel@st.com>
16679
16680         PR target/69180
16681         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
16682         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
16683
16684 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
16685
16686         PR target/69198
16687         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
16688         aligned_mem is properly set for AVX512-VL floating point masked
16689         stores.
16690
16691         PR target/69175
16692         * ifcvt.c (cond_exec_process_if_block): When removing the last
16693         insn from then_bb, remove also any possible barriers that follow it.
16694
16695 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
16696
16697         PR target/68456
16698         PR target/69226
16699         * config/i386/iamcu.h (SIZE_TYPE): New macro.
16700         (PTRDIFF_TYPE): Likewise.
16701         (WCHAR_TYPE): Likewise.
16702         (WCHAR_TYPE_SIZE): Likewise.
16703         (STDINT_LONG32): Likewise.
16704
16705 2016-01-12  Richard Biener  <rguenther@suse.de>
16706
16707         PR tree-optimization/69053
16708         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
16709         convert initial value for cond reductions.
16710
16711 2016-01-12  Richard Biener  <rguenther@suse.de>
16712
16713         PR tree-optimization/69007
16714         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
16715         widen_sum after dot_prod and sad.
16716
16717 2016-01-12  Richard Biener  <rguenther@suse.de>
16718
16719         PR tree-optimization/69168
16720         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
16721         pattern stmt SLP type.
16722         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
16723         end up unused so cope with that case.
16724
16725 2016-01-12  Richard Biener  <rguenther@suse.de>
16726
16727         PR tree-optimization/69157
16728         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
16729         stmts def type only during analyze phase.
16730         (vectorizable_call): Likewise.
16731         (vectorizable_simd_clone_call): Likewise.
16732         (vectorizable_conversion): Likewise.
16733         (vectorizable_assignment): Likewise.
16734         (vectorizable_shift): Likewise.
16735         (vectorizable_operation): Likewise.
16736         (vectorizable_store): Likewise.
16737         (vectorizable_load): Likewise.
16738
16739 2016-01-12  Richard Biener  <rguenther@suse.de>
16740
16741         PR tree-optimization/69174
16742         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
16743         space.
16744         (vectorizable_load): Properly compute the number of loads needed
16745         for permuted strided SLP loads and do not spuriously assign
16746         to SLP_TREE_VEC_STMTS.
16747
16748 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
16749
16750         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
16751         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
16752         (MD_EXEC_PREFIX): Remove.
16753         (MD_STARTFILE_PREFIX) Removee.
16754         (FILE_NAME_ABSOLUTE_P): Remove.
16755         (CPP_SPEC): Do not read macros from sys/version.h.
16756         (LINK_COMMAND_SPEC): Remove.
16757         (LOCAL_INCLUDE_DIR): Remove.
16758         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
16759         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
16760         (POST_LINK_SPEC): Define to invoke stubify after linker
16761         (LIBSTDCXX): Remove define
16762         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
16763         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
16764         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
16765         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
16766         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
16767         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
16768         (i386_djgpp_asm_named_section): Add propotype of new procedure
16769
16770         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
16771         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
16772         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
16773         in config/i386/djgpp.h).
16774         (STANDARD_STARTFILE_PREFIX_2): Define identical to
16775         STANDARD_STARTFILE_PREFIX_1.
16776         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
16777         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
16778         installation errors.
16779         (MAX_OFILE_ALIGNMENT): Define to 128.
16780         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
16781
16782         * config/i386/djgpp.c: New file. Add implementation of
16783         i386_djgpp_asm_named_section.
16784
16785         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
16786
16787         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
16788         Add rule for building djgpp.o.
16789
16790 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16791
16792         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
16793         (rtx_is_swappable_p): Reductions are swappable.
16794         (insn_is_swappable_p): V2DF reductions are swappable.
16795
16796 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
16797
16798         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
16799         reloads for other unsupported memory operands.
16800
16801 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
16802             Jim Wilson  <jim.wilson@linaro.org>
16803
16804         PR target/69194
16805         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
16806         copy_to_mode_reg instead of force_reg.
16807
16808 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
16809
16810         PR target/69225
16811         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
16812         TARGET_80387 is true.
16813
16814 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
16815
16816         PR target/69071
16817         * lra-eliminations.c (move_plus_up): Only move plus up
16818         if subreg of the constant can be simplified into constant
16819         and use the simplified subreg of the constant instead of
16820         the original constant.
16821
16822         * fold-const.c (fold_convertible_p): Don't return true
16823         for conversion of VECTOR_TYPE to same sized integral type.
16824         (fold_convert_loc): Fix up formatting.  Fold conversion of
16825         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
16826         instead of NOP_EXPR.
16827
16828         PR tree-optimization/69214
16829         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
16830         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
16831         Formatting fix.
16832
16833         PR tree-optimization/69207
16834         * tree-vect-slp.c (vect_get_constant_vectors): For
16835         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
16836         fold_convertible_p to vector_type's element type, and always
16837         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
16838
16839 2016-01-11  Richard Biener  <rguenther@suse.de>
16840
16841         PR tree-optimization/69173
16842         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
16843         fixup the cycle if all stmts are in a pattern.
16844
16845 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
16846
16847         PR middle-end/68999
16848         * alias.c (base_alias_check): Move check for addresses with
16849         alignment ANDs before the call for compare_base_decls.
16850         (memrefs_conflict_p): Return -1 for different decls
16851         that went through alignment adjustments.
16852
16853 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16854
16855         PR rtl-optimization/68796
16856         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
16857         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
16858         and QImode comparisons against zero with CC_NZmode.
16859         * config/aarch64/iterators.md (short_mask): New mode_attr.
16860
16861 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
16862
16863         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
16864         (<avx512>_store<mode>_mask): Likewise.
16865
16866 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
16867             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16868
16869         PR rtl-optimization/68841
16870         * ifcvt.c (struct noce_if_info): Add orig_x field.
16871         (bbs_ok_for_cmove_arith): Add to_rename parameter.
16872         Don't record conflicts on to_rename if it's present.
16873         Allow memory destinations in sets.
16874         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
16875         blocks, passing orig_x to the checks.
16876         (noce_process_if_block): Set if_info->orig_x appropriately.
16877
16878 2016-01-11  Tom de Vries  <tom@codesourcery.com>
16879
16880         PR tree-optimization/69069
16881         * tree-parloops.c (create_parallel_loop): Add missing phi args.
16882
16883 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
16884
16885         PR rtl-optimization/68920
16886         * config/i386/i386.c (ix86_option_override_internal): Restrict number
16887         of conditional moves for  RTL if-conversion to 1 for
16888         TARGET_ONE_IF_CONV_INSN.
16889         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
16890         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
16891         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
16892         parameter to restirct number of conditional moves for
16893         RTL if-conversion.
16894         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
16895         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
16896         conditionl moves.
16897
16898 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
16899
16900         PR bootstrap/69123
16901         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
16902         onepart vars.  Fix typo in comment.  Fix reversed condition in
16903         unshare test.
16904         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
16905
16906         PR bootstrap/69123
16907         * var-tracking.c (dump_onepart_variable_differences): New.
16908         (dataflow_set_different): If a detailed dump is requested,
16909         delay early returns and dump differences between onepart
16910         variables present before and after, and added variables.
16911
16912 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
16913
16914         PR target/69010
16915         * expr.c (expand_expr_real_1): For boolean vector constants
16916         with a scalar mode use const_scalar_mask_from_tree.
16917         (const_scalar_mask_from_tree): New.
16918         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
16919         assigned to a mask type to handle constants.
16920
16921 2016-01-11  Martin Jambor  <mjambor@suse.cz>
16922
16923         PR ipa/69044
16924         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
16925         useless parameters if we cannot change function signature.
16926
16927 2016-01-11  Martin Jambor  <mjambor@suse.cz>
16928
16929         PR ipa/66616
16930         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
16931         flag.
16932
16933 2016-01-11  Tom de Vries  <tom@codesourcery.com>
16934
16935         PR tree-optimization/69109
16936         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
16937         latch with phi.
16938
16939 2016-01-11  Tom de Vries  <tom@codesourcery.com>
16940
16941         PR tree-optimization/69108
16942         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
16943         res is not used in a phi.
16944
16945 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
16946
16947         PR 67425
16948         * common.opt (frandom-seed): Fix parameter name.
16949         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
16950
16951 2016-01-11  Tom de Vries  <tom@codesourcery.com>
16952
16953         PR tree-optimization/69058
16954         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
16955         not supported.
16956
16957 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
16958
16959         * config/arc/arc.opt (mdiv-rem): Add period to the end.
16960         (mcode-density): Likewise.
16961
16962 2016-01-10  Tom de Vries  <tom@codesourcery.com>
16963
16964         PR tree-optimization/69062
16965         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
16966         (parallelize_loops): Don't paralelize loop that has phi with address
16967         arg.
16968
16969 2016-01-10  Tom de Vries  <tom@codesourcery.com>
16970
16971         PR tree-optimization/69039
16972         * tree-parloops.c (try_create_reduction_list): Only allow single exit
16973         phi for reduction.
16974
16975 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
16976
16977         PR middle-end/68743
16978         * match.pd: Require target has function_c99_misc before doing
16979         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
16980
16981 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
16982
16983         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
16984         use GMPINC.
16985         * configure: Regenerate.
16986
16987 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
16988
16989         PR middle-end/50865
16990         PR tree-optimization/69097
16991         * fold-const.h (expr_not_equal_to): New prototype.
16992         * fold-const.c: Include stringpool.h and tree-ssanames.h.
16993         (expr_not_equal_to): New function.
16994         * match.pd (X % -Y is the same as X % Y): Don't optimize
16995         unless X is known not to be equal to minimum or Y is known
16996         not to be equal to -1.
16997         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
16998         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
16999         (simplify_stmt_using_ranges): Adjust caller.
17000         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
17001         substitute_and_fold.
17002
17003 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
17004
17005         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
17006         w/o DECL_NAME.
17007
17008 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
17009
17010         PR tree-optimization/69167
17011         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
17012         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
17013         ops[0] comparison.
17014         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
17015
17016 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
17017             Richard Biener  <rguenther@suse.de>
17018
17019         PR tree-optimization/68707
17020         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
17021         instances that can be handled via vect_load_lanes.
17022
17023 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
17024
17025         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
17026         if we can't determine address equivalence.
17027         * alias.c (compare_base_decl): Update for changed return value of
17028         symtab_node::equal_address_to.
17029
17030 2016-01-08  Jason Merrill  <jason@redhat.com>
17031
17032         PR c++/68983
17033         PR c++/67557
17034         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
17035         * expr.c (store_field): Not here.
17036         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
17037         call with TREE_ADDRESSABLE type.
17038         * tree-cfg.c (verify_gimple_call): Adjust.
17039
17040 2016-01-08  Olivier Hainque  <hainque@adacore.com>
17041
17042         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
17043         libc_internal.
17044
17045 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
17046
17047         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
17048         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
17049         (reduc_smin_v2sf): Rename to...
17050         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
17051         (reduc_splus_v2sf): Rename to...
17052         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
17053
17054 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
17055
17056         PR tree-optimization/69162
17057         * gimplify.c (gimplify_va_arg_expr): Encode original type of
17058         valist argument in another argument.
17059         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
17060         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
17061         to determine the va_list type, build a MEM_REF instead of
17062         build_fold_indirect_ref.
17063
17064         PR tree-optimization/69172
17065         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
17066         gimple_build.
17067
17068 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17069
17070         PR tree-optimization/67781
17071         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
17072         and cmpnop in two steps: first the ones not accessed in original
17073         gimple expression in a endian independent way and then the ones not
17074         accessed in the final result in an endian-specific way.
17075
17076 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
17077
17078         PR tree-optimization/69083
17079         * tree-vect-slp.c (vect_get_constant_vectors): For
17080         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
17081         element type.  If op is fold_convertible_p to vector_type's element
17082         type, use NOP_EXPR instead of VCE.
17083
17084 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
17085
17086         PR rtl-optimization/67778
17087         PR rtl-optimization/68634
17088         PR rtl-optimization/68909
17089         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
17090         block from the stack until done with it.  Remove a superfluous
17091         bitmap set.  Remove a superfluous bitmap test.
17092
17093 2016-01-07  Martin Sebor  <msebor@redhat.com>
17094
17095         PR c/68966
17096         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
17097         constraint on the type of arguments.
17098
17099 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
17100
17101         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
17102         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
17103         unaligned_access on the gcc_options set.
17104         * config/arm/arm.c (arm_option_override_internal): Use
17105         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
17106
17107 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
17108
17109         PR target/69140
17110         * config/i386/i386.c (ix86_frame_pointer_required): Enable
17111         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
17112
17113 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
17114
17115         Revert
17116         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
17117
17118         PR target/69140
17119         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
17120         depending on frame_pointer_needed before remaining integer and SSE
17121         registers are saved.
17122
17123 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
17124
17125         PR 1078
17126         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
17127
17128 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
17129
17130         PR target/69171
17131         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
17132         Use the "xBm" constraint.
17133         (float<sseintvecmodelower><mode>2<mask_name><round_name):
17134         Likewise.
17135         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
17136         (sse_cvtsi2ssq<round_name>): Likewise.
17137         (sse_cvtss2si<round_name>): Likewise.
17138         (sse_cvtss2siq<round_name>): Likewise.
17139         (sse2_cvtsi2sdq<round_name>): Likewise.
17140         (sse2_cvtsd2si<round_name>): Likewise.
17141         (sse2_cvtsd2siq<round_name>): Likewise.
17142         * config/i386/subst.md (round_nimm_scalar_predicate): New
17143         predicate.
17144
17145 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
17146
17147         PR middle-end/67639
17148         * varasm.c (make_decl_rtl): Mark invalid register vars as
17149         DECL_EXTERNAL.
17150
17151         PR rtl-optimization/66206
17152         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
17153         All callers changed.
17154
17155 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
17156
17157         PR tree-optimization/69141
17158         * tree-ssa-pre.c: Include langhooks.h.
17159         (eliminate_dom_walker::before_dom_children): Use
17160         lang_hooks.decl_printable_name instead of
17161         cgraph_node::get ()->name ().
17162
17163         PR middle-end/68960
17164         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
17165         it and DECL_ALIGN too.
17166
17167 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
17168
17169         * config/mips/mips-ftypes.def: Sort to lexicographical order.
17170
17171 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
17172
17173         PR target/69140
17174         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
17175         depending on frame_pointer_needed before remaining integer and SSE
17176         registers are saved.
17177
17178 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17179
17180         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
17181         mode iterator with VSX_M2.
17182         (*p9_vecstore_<mode>): Likewise.
17183         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
17184         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
17185         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
17186         (define_split for VSX_LE128 stores): Likewise.
17187         (define_peephole2 for TImode LE swaps): Likewise.
17188         (define_split for VSX_LE128 post-reload stores): Likewise.
17189
17190 2016-01-06  Marek Polacek  <polacek@redhat.com>
17191
17192         PR sanitizer/69099
17193         * convert.c (convert_to_integer_1): Adjust call to
17194         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
17195         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
17196         EXPR instead of ARG.
17197         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
17198
17199 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
17200
17201         PR 1078
17202         * doc/extend.texi (RL78 Variable Attributes): New section.
17203
17204 2016-01-05  Marek Polacek  <polacek@redhat.com>
17205
17206         PR c/69104
17207         * builtins.c (get_memmodel): Use expansion point location rather than
17208         the input location.  Call warning_at rather than warning.
17209         (expand_builtin_atomic_compare_exchange): Likewise.
17210         (expand_builtin_atomic_load): Likewise.
17211         (expand_builtin_atomic_store): Likewise.
17212         (expand_builtin_atomic_clear): Likewise.
17213
17214 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
17215
17216         PR target/68991
17217         * config/i386/i386.c (ix86_expand_vector_logical_operator):
17218         Replace nonimmediate_operand with vector_operand.
17219         * config/i386/predicates.md (vector_operand): New predicate.
17220         (general_vector_operand): Replace nonimmediate_operand with
17221         vector_operand.
17222         * config/i386/sse.md: Replace nonimmediate_operand with
17223         vector_operand and m constraint with Bm constraint on SSE
17224         patterns with 16-byte memory operand.
17225         * config/i386/subst.md (round_nimm_predicate): Replace
17226         nonimmediate_operand with vector_operand.
17227         (round_saeonly_nimm_predicate): Likewise.
17228         (round_saeonly_nimm_scalar_predicate): New.
17229
17230 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
17231
17232         PR target/68991
17233         * config/i386/constraints.md (Bm): New constraint.
17234         * config/i386/predicates.md (vector_memory_operand): New
17235         predicate.
17236         * config/i386/sse.md: Replace xm with xBm in plusminus and
17237         any_logic patterns.
17238
17239 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
17240
17241         PR 1078
17242         * doc/extend.texi (V850 Function Attributes): New section.
17243         (V850 Variable Attributes): New section.
17244
17245 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
17246
17247         PR 1078
17248         * doc/extend.texi (MicroBlaze Function Attributes): Document
17249         interrupt_handler and fast_interrupt attributes.
17250
17251 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
17252
17253         PR other/60465
17254         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
17255         for local symbolic operands.
17256         * config/ia64/predicates.md (local_symbolic_operand64): New
17257         predicate.
17258
17259 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17260
17261         PR rtl-optimization/68651
17262         * combine.c (combine_simplify_rtx): Canonicalize x + x into
17263         x << 1.
17264
17265 2016-01-05  Nathan Sidwell  <nathan@acm.org>
17266
17267         * alias.c (compare_base_decls): Use symtab_node::get.
17268
17269 2016-01-05  Nick Clifton  <nickc@redhat.com>
17270
17271         PR target/68770
17272         * ira-costs.c (copy_cost): Initialise the t_icode field of the
17273         secondary_reload_info structure.
17274
17275         PR target/66655
17276         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
17277         decls if weak support is available.
17278
17279 2016-01-04  Martin Sebor  <msebor@redhat.com>
17280
17281         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
17282
17283 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
17284
17285         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
17286         OPTION_MASK_P9_DFORM.
17287
17288         * config/rs6000/constraints.md (wo constraint): New constraint for
17289         ISA 3.0 (power9).
17290
17291         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
17292         for wo constraint.
17293         (rs6000_init_hard_regno_mode_ok): Likewise.
17294
17295         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
17296         wo constraint.
17297
17298         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
17299         expanders not to have constraints.  Add support for ISA 3.0 xxperm
17300         instruction.  Add support for fusing xxlor with xxperm.
17301         (altivec_vperm_<mode>_internal): Likewise.
17302         (altivec_vperm_v8hiv16qi): Likewise.
17303         (altivec_vperm_<mode>v16q): Likewise.
17304         (altivec_vperm_<mode>_uns): Likewise.
17305         (vperm_v8hiv4si): Likewise.
17306         (vperm_v16qiv8hi): Likewise.
17307
17308         * doc/md.texi (RS/6000 constraints): Document wo constraint.
17309
17310 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
17311
17312         Update copyright years.
17313
17314         * gcc.c (process_command): Update copyright notice dates.
17315         * gcov-dump.c (print_version): Ditto.
17316         * gcov.c (print_version): Ditto.
17317         * gcov-tool.c (print_version): Ditto.
17318         * gengtype.c (create_file): Ditto.
17319         * doc/cpp.texi: Bump @copying's copyright year.
17320         * doc/cppinternals.texi: Ditto.
17321         * doc/gcc.texi: Ditto.
17322         * doc/gccint.texi: Ditto.
17323         * doc/gcov.texi: Ditto.
17324         * doc/install.texi: Ditto.
17325         * doc/invoke.texi: Ditto.
17326
17327 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
17328
17329         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
17330         modes larger than TImode as TImode if NEON is not enabled.
17331
17332 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
17333
17334         PR target/69100
17335         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
17336         mode for %f0-%f31 only if TARGET_FPU.
17337
17338 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
17339
17340         PR target/69072
17341         * config/sparc/sparc.c (scan_record_type): Take into account subfields
17342         to compute the PACKED_P predicate.
17343         (function_arg_record_value): Minor tweaks.
17344
17345 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17346
17347         * doc/install.texi (--with-multilib-list): Describe the meaning of the
17348         option for arm*-*-* targets.
17349
17350 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
17351
17352         * doc/extend.texi (Common Function Attributes): Move docs for
17353         MSP430-specific attributes to....
17354         (MSP430 Function Attributes): ...here.  Delete the redundant
17355         entries and copy-edit the remaining text.
17356         (MSP430 Variable Attributes): Use uniform format for index
17357         entries and add a cross-reference to the corresponding function
17358         attribute docs.
17359
17360 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
17361
17362         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
17363         -finite-math typo.
17364         (x86 Options): Likewise.
17365
17366 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
17367
17368         PR 1078
17369
17370         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
17371         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
17372         to corresponding attribute.
17373
17374 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
17375
17376         * doc/extend.texi (Common Function Attributes) <noplt>: Move
17377         to correct alphabetization of table.  Copy-edit and correct
17378         markup.
17379         <stack_protect>: Likewise.
17380         <target_clones>: Likewise.
17381         <simd>: Likewise.
17382         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
17383         Correct punctuation.
17384         (Code Gen Options) <-fno-plt>: Copy-edit.
17385
17386 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17387
17388         PR target/68917
17389         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
17390         SI values.  Explicitly convert SI to DI and vice-versa.
17391
17392 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
17393
17394         PR tree-optimization/69070
17395         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
17396         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
17397
17398         PR sanitizer/69055
17399         * ubsan.c (ubsan_instrument_float_cast): Call
17400         initialize_sanitizer_builtins.
17401
17402         PR target/69015
17403         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
17404 \f
17405 Copyright (C) 2016 Free Software Foundation, Inc.
17406
17407 Copying and distribution of this file, with or without modification,
17408 are permitted in any medium without royalty provided the copyright
17409 notice and this notice are preserved.