[RS6000] Force source of fix_trunc<mode>si2 to reg
[official-gcc.git] / gcc / ChangeLog
bloba75f39fdbbbdae42392148fe5462e0aa11c833fc
1 2016-08-03  Alan Modra  <amodra@gmail.com>
3         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
4         to a reg.  Localize vars.
6 2016-08-03  Alan Modra  <amodra@gmail.com>
8         * config/rs6000/rs6000.opt: Remove negatives from help strings
9         and comments.
11 2016-08-03  Alan Modra  <amodra@gmail.com>
13         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
14         Delete duplicated code.
16 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
18         PR middle-end/72778
19         * lra-spills.c (regno_in_use_p): New.
20         (lra_final_code_change): Use it.
22 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
24         PR rtl-optimization/69847
25         * lra-int.h (struct lra-reg): Use restore_rtx instead of
26         restore_regno.
27         (lra_rtx_hash): New.
28         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
29         of restore_regno.
30         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
31         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
32         * lra-spills.c (lra_final_code_change): Don't delete insn when the
33         next insn is USE with the same reg as the current insn source.
34         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
35         of restore_regno.
36         (lra_constraints_init): Call initiate_invariants.
37         (lra_constraints_finish): Call finish_invariants.
38         (struct invariant, invariant_t, invariant_ptr_t): New.
39         (const_invariant_ptr_t, invariants, invariants_pool): New.
40         (invariant_table, invariant_hash, invariant_eq_p): New.
41         (insert_invariant, initiate_invariants, finish_invariants): New.
42         (clear_invariants, invalid_invariant_regs): New.
43         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
44         instead of restore_regno.
45         (invariant_p, process_invariant_for_inheritance): New.
46         (inherit_in_ebb): Implement invariant inheritance.
47         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
48         (remove_inheritance_pseudos): Implement undoing invariant
49         inheritance.
50         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
51         instead of restore_regno.
52         * lra-assigns.c (regno_live_length): New.
53         (reload_pseudo_compare_func): Use regno_live_length.
54         (assign_by_spills): Use restore_rtx instead of restore_regno.
55         (lra_assign): Ditto.  Initiate regno_live_length.
57 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
59         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
60         __builtin_aarch64_fmindf.
62 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
64         PR tree-optimization/34114
65         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
66         information for more control IVs.
68 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
70         PR tree-optimization/34114
71         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
72         PLUS_EXPR case.  Handle SSA_NAME case.
74 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
76         * config/aarch64/aarch64-simd-builtins.def
77         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
78         (__builtin_aarch64_fmaxdf): Likewise.
79         (__builtin_aarch64_smin_nandf): Likewise.
80         (__builtin_aarch64_smax_nandf): Likewise.
81         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
82         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
83         (<fmaxmin><mode>3): ...this.
84         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
85         (vminnm_f64): Likewise.
86         (vmin_f64): Likewise.
87         (vmax_f64): Likewise.
88         * config/aarch64/iterators.md (FMAXMIN): Merge with...
89         (FMAXMIN_UNS): ...this.
90         (fmaxmin): Merged with
91         (fmaxmin_op): ...this...
92         (maxmin_uns_op): ...in to this.
94 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
96         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
97         Add support for vec_extract on vector float, vector int, vector
98         short, and vector char vector types.
99         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
100         vector float, vector int, vector short, and vector char
101         optimizations on 64-bit ISA 2.07 systems for both constant and
102         variable element numbers.
103         (rs6000_split_vec_extract_var): Likewise.
104         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
105         Altivec registers on ISA 2.07 and above.
106         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
107         which never was matched due to the split occuring before register
108         allocation (and the code would not have worked on little endian
109         systems if it did match).  Allow extracts to go to the Altivec
110         registers if ISA 2.07 (power8).  Change from using "" around the
111         C++ code to using {}'s.
112         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
113         vec_extracts when the vector is in memory.
114         (vsx_extract_v4sf_var): New insn to optimize vector float
115         vec_extracts when the element number is variable on 64-bit ISA
116         2.07 systems.
117         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
118         for 64-bit ISA 2.07 as well as ISA 3.0.
119         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
120         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
121         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
122         optimize vector int, vector short, and vector char vec_extracts
123         when the vector is in memory.
124         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
125         optimize vector int, vector short, and vector char vec_extracts
126         when the element number is variable.
128 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
130         PR target/71948
131         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
132         does not overlap with other symbol flags.
134 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
136         * config/aarch64/aarch64.h (aarch64_frame):
137         Remove padding0 and hardfp_offset.  Add locals_offset,
138         initial_adjust, callee_adjust, callee_offset and final_adjust.
139         * config/aarch64/aarch64.c (aarch64_layout_frame):
140         Remove unused padding0 and hardfp_offset initializations.
141         Choose frame layout and set frame variables accordingly.
142         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
143         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
144         (aarch64_pop_regs): Likewise.
145         (aarch64_expand_prologue): Remove all decision code, just emit
146         prolog according to frame variables.
147         (aarch64_expand_epilogue): Remove all decision code, just emit
148         epilog according to frame variables.
149         (aarch64_initial_elimination_offset): Use offset to local/arg area.
151 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
153         PR target/72748
154         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
155         fix_debug_reg_uses after changing source register mode to
156         V1TImode if source register is undefined.
158 2015-08-01  Alan Hayward <alan.hayward@arm.com>
160         PR tree-optimization/71818
161         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
162         with non invariant evolutions
164 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
166         PR target/72767
167         * config/avr/avr.md (length) [branch]: Correct insn length
168         attribute for forward branches.
170 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
172         * doc/extend.texi (AVR Built-in Functions): Document
173         __builtin_avr_nops.
174         * config/avr/builtins.def (NOPS): New.
175         * config/avr/avr.c (avr_expand_nops): New static function.
176         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
178 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
180         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
181         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
182         addresses.
184 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
186         * config/aarch64/aarch64.c (vulcan_tunings): Update
187         vulcan L1 cache_line_size.
189 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
191         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
192         function that takes a vector memory address, a hard register, an
193         element number and a temporary base register, and recreates an
194         address that points to the appropriate element within the vector.
195         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
196         (rs6000_split_vec_extract_var): Add support for the target of a
197         vec_extract with variable element number being a scalar memory
198         location.
199         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
200         swappable.
201         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
202         vsx_extract_<mode>_load insn with a new insn that optimizes
203         storing either element to a memory location, using scratch
204         registers to pick apart the vector and reconstruct the address.
205         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
206         (vsx_extract_<mode>_store): Rework alternatives to more correctly
207         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
208         store instruction.
209         (vsx_extract_<mode>_var): Add support for extracting a variable
210         element number from memory.
212 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
214         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
215         when testing for compares against constants of the form 0xabab.
217 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
219         PR tree-optimization/57558
220         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
221         function.
222         (vect_loop_versioning): Support versioning with niter assumptions.
223         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
224         (vect_get_loop_niters): New parameter.  Reimplement to support
225         assumptions in loop niter info.
226         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
227         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
228         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
229         Support loop versioning for niters.
230         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
231         (vect_free_loop_info_assumptions): New function.
232         (vectorize_loops): Free loop niter info for loops with flag
233         LOOP_F_ASSUMPTIONS set if vectorization failed.
234         * tree-vectorizer.h (struct _loop_vec_info): New field
235         num_iters_assumptions.
236         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
237         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
238         (LOOP_REQUIRES_VERSIONING): New macro.
239         (vect_free_loop_info_assumptions): New decl.
241 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
243         * cfgloop.h (struct loop): New field constraints.
244         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
245         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
246         functions.
247         * cfgloop.c (alloc_loop): Initialize new field.
248         * cfgloopmanip.c (copy_loop_info): Copy constraints.
249         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
250         Adjust niter analysis wrto loop constraints.
251         * doc/loop.texi (@node Number of iterations): Add description for loop
252         constraints.
254 2016-07-29  Marek Polacek  <polacek@redhat.com>
256         PR c/7652
257         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
258         (ix86_expand_round_builtin): Likewise.
260 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
261             Georg-Johann Lay  <avr@gjlay.de>
263         PR rtl-optimization/71976
264         * combine.c (get_last_value): Return 0 if the argument for which
265         the function is called has a wider mode than the recorded value.
267 2016-07-29  Marek Polacek  <polacek@redhat.com>
269         PR c/7652
270         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
271         (altivec_expand_st_builtin): Likewise.
273 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
275         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
276         introduced in r238381.
278 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
280         PR middle-end/68217
281         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
282         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
284 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
286         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
287         New declaration.
288         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
289         Add support for vec_extract of vector double or vector long having
290         a variable element number on 64-bit ISA 2.07 systems or newer.
291         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
292         Likewise.
293         (rs6000_split_vec_extract_var): New function to split a
294         vec_extract built-in function with variable element number.
295         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
296         swappable.
297         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
298         (UNSPEC_VSX_EXTRACT): Likewise.
299         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
300         direct move instructions to be generated on 64-bit ISA 2.07
301         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
302         instruction.
303         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
304         arguments for vec_extract variable element.
305         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
306         vec_extract with variable element on V2DFmode and V2DImode
307         vectors.
308         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
309         -mupper-regs-df requirement, since it isn't needed.
310         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
311         do direct moves on 64-bit systems, which allows optimization of
312         vec_extract on 64-bit ISA 2.07 systems and newer.
314 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
315 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
317          * config/aarch64/aarch64.md
318         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
319         statement and type.
320         (<optab>qihi2_aarch64): Likewise, and split into two.
321         (extendqihi2_aarch64): New.
322         (zero_extendqihi2_aarch64): New.
323         * config/aarch64/iterators.md (ldrxt): Remove.
324         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
325         uxtb/uxth.
327 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
329         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
331 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
333         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
334         (aarch64_push_reg): New function to push 1 or 2 registers.
335         (aarch64_pop_reg): New function to pop 1 or 2 registers.
336         (aarch64_expand_prologue): Use aarch64_push_regs.
337         (aarch64_expand_epilogue): Use aarch64_pop_regs.
339 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
341         PR tree-optimization/71734
342         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
343         attribute instead of REF_LOOP and use it.
344         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
345         set it for Loops having non-zero safelen attribute.
346         (ref_indep_loop_p): Pass zero as initial value for safelen.
348 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
350         PR middle-end/72657
351         PR target/72683
352         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
353         call using chkp_gimple_call_builtin_p.
354         (chkp_copy_bounds_for_assign): Likewise.
356 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
358         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
359         * config/arm/arm-protos.h (struct tune_params): Likewise.
360         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
361         (cortex_a9_sched_adjust_cost): Likewise.
362         (fa726te_sched_adjust_cost): Likewise.
363         (arm_adjust_cost): Likewise.
364         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
365         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
366         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
367         * config/i386/i386.c (ix86_adjust_cost): Likewise.
368         * config/ia64/ia64.c: Likewise.
369         * config/m68k/m68k.c: Likewise.
370         * config/mep/mep.c (mep_adjust_cost): Likewise.
371         * config/microblaze/microblaze.c (microblaze_adjust_cost):
372         * Likewise.
373         * config/mips/mips.c (mips_adjust_cost): Likewise.
374         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
375         * Likewise.
376         * config/pa/pa.c (pa_adjust_cost): Likewise.
377         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
378         (rs6000_debug_adjust_cost): Likewise.
379         * config/sh/sh.c (sh_adjust_cost): Likewise.
380         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
381         (hypersparc_adjust_cost): Likewise.
382         (sparc_adjust_cost): Likewise.
383         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
384         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
385         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
386         * Likewise.
387         * config/visium/visium.c (visium_adjust_cost): Likewise.
388         * doc/tm.texi: Regenerate.
389         * haifa-sched.c (dep_cost_1): Adjust.
390         * target.def: Merge adjust_cost and adjust_cost_2.
392 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
394         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
396 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
398         * store-motion.c (struct st_expr): Make pattern_regs a vector.
399         (extract_mentioned_regs): Append to a vector instead of
400         returning a rtx_expr_list.
401         (st_expr_entry): Adjust.
402         (free_st_expr_entry): Likewise.
403         (store_ops_ok): Likewise.
404         (store_killed_in_insn): Likewise.
405         (find_moveable_store): Likewise.
407 2016-07-28  Martin Liska  <mliska@suse.cz>
409         PR gcov-profile/68025
410         * tree-profile.c (tree_profiling): Respect
411         no_profile_instrument_function attribute.
412         * doc/extend.texi: Document no_profile_instrument_function
413         attribute.
415 2016-07-28  Martin Liska  <mliska@suse.cz>
417         PR rtl-optimization/70944
418         * combine.c (make_compound_operation):
419         Do not allow make_compound_operation for vector mode
421 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
423         PR middle-end/71994
424         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
425          before calling get_ops.
427 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
429         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
430         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
431         (BITS_PER_UNIT_LOG): Remove.
432         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
433         * expr.c (expand_assignment): Likewise.
434         * stor-layout.c (initialize_sizetypes): Likewise.
436 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
438         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
439         signature of rs6000_expand_vector_extract so that the element
440         number is a RTX instead of a constant integer.
441         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
442         Likewise.
443         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
444         (altivec_expand_vec_ext_builtin): Likewise.
445         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
446         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
447         MFVSRLD instruction.
449 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
451         * input.c (get_pure_location): Move here from tree.c.
452         (make_location): Likewise.  Add header comment.
453         (selftest::test_accessing_ordinary_linemaps): Verify
454         pure_location_p, make_location, get_location_from_adhoc_loc and
455         get_range_from_loc.
456         * input.h (get_pure_location): Move declaration here from tree.h.
457         (get_finish): Likewise for inline function.
458         (make_location): Likewise for declaration.
459         * tree.c (get_pure_location): Move to input.c.
460         (make_location): Likewise.
461         * tree.h (get_pure_location): Move declaration to tree.h.
462         (get_finish): Likewise for inline function.
463         (make_location): Likewise for declaration.
465 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
467         PR middle-end/71078
468         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
470 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
472         * system.h (STATIC_ASSERT): Use static_assert if building
473         with C++11 onwards.
475 2016-07-27  Richard Biener  <rguenther@suse.de>
477         PR tree-optimization/72517
478         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
479         Revert change to not compute read-read dependences.
481 2016-07-27  Richard Biener  <rguenther@suse.de>
483         * predict.c (set_even_probabilities): Make nedges unsigned.
485 2016-07-27  Martin Liska  <mliska@suse.cz>
487         * predict.c (set_even_probabilities): Handle unlikely edges.
488         (combine_predictions_for_bb): Likewise.
490 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
492         PR target/71869
493         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
494         __float128 support when we don't have hardware support, so that
495         the IEEE built-in functions like isgreater, first call __unordkf3
496         to make sure neither operand is a NaN, and if both operands are
497         ordered, do the normal comparison.
499 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
501         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
502         name.
503         (extract_code_and_val_from_cond_with_ops): Verify that name is
504         either cond_op0 or cond_op1.
506 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
508         PR tree-optimization/18046
509         * genmodes.c (emit_mode_size_inline): Emit an assert that
510         verifies that mode is a valid array index.
511         (emit_mode_nuinits_inline): Likewise.
512         (emit_mode_inner_inline): Likewise.
513         (emit_mode_unit_size_inline): Likewise.
514         (emit_mode_unit_precision_inline): Likewise.
515         * tree-vrp.c: Include params.h.
516         (find_switch_asserts): Register edge assertions for the default
517         label which correspond to the anti-ranges of each case label.
518         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
519         * doc/invoke.texi: Document it.
521 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
523         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
524         and unnecessary call to gimple_bb.
526 2016-07-26  Richard Biener  <rguenther@suse.de>
528         PR rtl-optimization/71984
529         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
530         for VOIDmode.
532 2016-07-26  Richard Biener  <rguenther@suse.de>
534         PR middle-end/72517
535         * expmed.c (extract_bit_field_1): Constrain the vector mode
536         with element size matching the extraction mode size when
537         choosing a better vector mode to do the extraction from.
539 2016-07-26  Richard Biener  <rguenther@suse.de>
540             Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
542         PR middle-end/70920
543         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
544         pattern.
546 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
548         * tree-ssa-structalias.c (struct scc_info): Change types of
549         members to auto_sbitmap and auto_vec.
550         (scc_info::scc_info): New constructor.
551         (scc_info::~scc_info): New destructor.
552         (init_scc_info): Remove.
553         (free_scc_info): Remove.
554         (find_indirect_cycles): Adjust.
555         (perform_var_substitution): Likewise.
556         (free_var_substitution_info): Likewise.
558 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
560         * tree-outof-ssa.c (struct elim_graph): Change type of members
561         to auto_vec and auto_sbitmap.
562         (elim_graph::elim_graph): New constructor.
563         (delete_elim_graph): Remove.
564         (expand_phi_nodes): Adjust.
566 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
568         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
569         (new_elim_graph): Adjust.
570         (clear_elim_graph): Likewise.
571         (delete_elim_graph): Likewise.
572         (elim_graph_size): Likewise.
573         (elim_graph_add_node): Likewise.
574         (elim_graph_add_edge): Likewise.
575         (elim_graph_remove_succ_edge): Likewise.
576         (eliminate_name): Likewise.
577         (eliminate_build): Likewise.
578         (elim_forward): Likewise.
579         (elim_unvisited_predecessor): Likewise.
580         (elim_backward): Likewise.
581         (elim_create): Likewise.
582         (eliminate_phi): Likewise.
583         (expand_phi_nodes): Likewise.
585 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
587         * bt-load.c (compute_out): Use auto_sbitmap class.
588         (link_btr_uses): Likewise.
589         * cfganal.c (mark_dfs_back_edges): Likewise.
590         (post_order_compute): Likewise.
591         (inverted_post_order_compute): Likewise.
592         (pre_and_rev_post_order_compute_fn): Likewise.
593         (single_pred_before_succ_order): Likewise.
594         * cfgexpand.c (pass_expand::execute): Likewise.
595         * cfgloop.c (verify_loop_structure): Likewise.
596         * cfgloopmanip.c (fix_bb_placements): Likewise.
597         (remove_path): Likewise.
598         (update_dominators_in_loop): Likewise.
599         * cfgrtl.c (break_superblocks): Likewise.
600         * ddg.c (check_sccs): Likewise.
601         (create_ddg_all_sccs): Likewise.
602         * df-core.c (df_worklist_dataflow): Likewise.
603         * dse.c (dse_step3): Likewise.
604         * except.c (eh_region_outermost): Likewise.
605         * function.c (thread_prologue_and_epilogue_insns): Likewise.
606         * gcse.c (prune_expressions): Likewise.
607         (prune_insertions_deletions): Likewise.
608         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
609         * graph.c (draw_cfg_nodes_no_loops): Likewise.
610         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
611         * lcm.c (compute_earliest): Likewise.
612         (compute_farthest): Likewise.
613         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
614         (unroll_loop_runtime_iterations): Likewise.
615         (unroll_loop_stupid): Likewise.
616         * lower-subreg.c (decompose_multiword_subregs): Likewise.
617         * lra-lives.c: Likewise.
618         * lra.c (lra): Likewise.
619         * modulo-sched.c (schedule_reg_moves): Likewise.
620         (optimize_sc): Likewise.
621         (get_sched_window): Likewise.
622         (sms_schedule_by_order): Likewise.
623         (check_nodes_order): Likewise.
624         (order_nodes_of_sccs): Likewise.
625         (order_nodes_in_scc): Likewise.
626         * recog.c (split_all_insns): Likewise.
627         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
628         * reload1.c (reload): Likewise.
629         * sched-rgn.c (haifa_find_rgns): Likewise.
630         (split_edges): Likewise.
631         (compute_trg_info): Likewise.
632         * sel-sched.c (init_seqno): Likewise.
633         * store-motion.c (remove_reachable_equiv_notes): Likewise.
634         * tree-into-ssa.c (update_ssa): Likewise.
635         * tree-ssa-live.c (live_worklist): Likewise.
636         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
637         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
638         * Likewise.
639         (try_peel_loop): Likewise.
640         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
641         * Likewise.
642         * tree-ssa-pre.c (compute_antic): Likewise.
643         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
644         * tree-stdarg.c (reachable_at_most_once): Likewise.
645         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
646         * var-tracking.c (vt_find_locations): Likewise.
648 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
650         * sbitmap.h (auto_sbitmap): New class.
652 2016-07-26  Alan Modra  <amodra@gmail.com>
654         PR target/72103
655         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
656         sri->t_icode.
658 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
660         * input.c (selftest::temp_source_file::temp_source_file): Fix
661         missing "%s" in fprintf.
663 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
665         PR middle-end/71732
666         * cselib.c (cselib_process_insn): Invalidate argument slots for
667         const/pure calls.
669 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
671         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
672         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
673         vmulxh_lane_f16, vmulxh_laneq_f16): New.
675 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
677         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
678         * config/aarch64/aarch64.md (fma, fnma): Support HF.
679         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
681 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
683         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
684         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
685         New.
686         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
687         (add<mode>3): Likewise.
688         (sub<mode>3): Likewise.
689         (mul<mode>3): Likewise.
690         (div<mode>3): Likewise.
691         (*div<mode>3): Likewise.
692         (<fmaxmin><mode>3): Extend to HF.
693         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
694         (fabd<mode>3): Likewise.
695         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
696         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
697         (aarch64_fmulx<mode>): Likewise.
698         (aarch64_fac<optab><mode>): Likewise.
699         (aarch64_frecps<mode>): Likewise.
700         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
701         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
702         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
703         (VSDQ_HSDI): Support HI.
704         (fcvt_target, FCVT_TARGET): Likewise.
705         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
706         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
707         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
708         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
709         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
710         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
711         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
712         vrsqrtsh_f16): New.
714 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
716         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
717         * config/aarch64/aarch64-builtins.c (hi_UP): New.
718         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
719         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
720         mode.
721         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
722         (aarch64_cm<optab><mode>): Likewise.
723         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
724         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
725         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
726         (sqrt<mode>2): Likewise.
727         (*sqrt<mode>2): Likewise.
728         (abs<mode>2): Likewise.
729         (<optab><mode>hf2): New pattern for HF mode.
730         (<optab>hihf2): Likewise.
731         * config/aarch64/arm_neon.h: Include arm_fp16.h.
732         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
733         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
734         Support HF mode.
735         * config/aarch64/arm_fp16.h: New file.
736         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
737         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
738         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
739         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
740         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
741         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
742         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
743         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
744         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
745         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
746         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
747         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
748         vsqrth_f16): New.
750 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
752         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
753         reduc_smin_scal_): Use VDQIF_F16.
754         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
755         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
756         Use VHSDF.
757         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
758         * config/aarch64/iterators.md (VDQIF_F16): New.
759         (vp): Support HF modes.
760         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
761         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
763 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
765         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
766         "*aarch64_mulx_elt_from_dup<mode>".
767         (*aarch64_mul3_elt<mode>): Update schedule type.
768         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
769         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
770         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
771         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
772         (f, fp): Support HF modes.
773         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
774         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
775         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
776         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
777         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
778         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
780 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
782         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
783         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
784         modes.
785         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
786         vfmsq_f16): New.
788 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
790         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
791         * config/aarch64/aarch64-simd.md
792         (aarch64_rsqrts<mode>): Extend to HF modes.
793         (fabd<mode>3): Likewise.
794         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
795         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
796         (aarch64_<maxmin_uns>p<mode>): Likewise.
797         (<su><maxmin><mode>3): Likewise.
798         (<maxmin_uns><mode>3): Likewise.
799         (<fmaxmin><mode>3): Likewise.
800         (aarch64_faddp<mode>): Likewise.
801         (aarch64_fmulx<mode>): Likewise.
802         (aarch64_frecps<mode>): Likewise.
803         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
804         (add<mode>3): Extend to HF modes.
805         (sub<mode>3): Likewise.
806         (mul<mode>3): Likewise.
807         (div<mode>3): Likewise.
808         (*div<mode>3): Likewise.
809         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
810         HF, V4HF and V8HF.
811         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
812         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
813         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
814         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
815         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
816         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
817         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
818         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
819         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
820         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
821         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
822         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
823         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
824         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
826 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
828         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
829         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
830         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
831         (neg<mode>2): Likewise.
832         (abs<mode>2): Likewise.
833         (<frint_pattern><mode>2): Likewise.
834         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
835         (<optab><VDQF:mode><fcvt_target>2): Likewise.
836         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
837         (ftrunc<VDQF:mode>2): Likewise.
838         (<optab><fcvt_target><VDQF:mode>2): Likewise.
839         (sqrt<mode>2): Likewise.
840         (*sqrt<mode>2): Likewise.
841         (aarch64_frecpe<mode>): Likewise.
842         (aarch64_cm<optab><mode>): Likewise.
843         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
844         HF, V4HF and V8HF.
845         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
846         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
847         (stype): New.
848         * config/aarch64/arm_neon.h (vdup_n_f16): New.
849         (vdupq_n_f16): Likewise.
850         (vld1_dup_f16): Use vdup_n_f16.
851         (vld1q_dup_f16): Use vdupq_n_f16.
852         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
853         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
854         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
855         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
856         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
857         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
858         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
859         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
860         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
861         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
862         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
863         vsqrt_f16, vsqrtq_f16): New.
865 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
867         * config/aarch64/aarch64-simd.md
868         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
869         (aarch64_ext<mode>): Likewise.
870         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
871         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
872         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
873         and V8HFmode.
874         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
875         float16x8_t.
876         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
877         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
878         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
879         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
880         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
881         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
882         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
883         New.
884         (vmov_n_f16): Reimplement using vdup_n_f16.
885         (vmovq_n_f16): Reimplement using vdupq_n_f16..
887 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
889         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
890         "frame_related_p".  Generate CFA annotation when it's necessary.
891         (aarch64_expand_prologue): Use aarch64_add_constant.
892         (aarch64_expand_epilogue): Likewise.
893         (aarch64_output_mi_thunk): Pass "false" when calling
894         aarch64_add_constant.
896 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
898         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
899         sequences.
901 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
903         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
904         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
905         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
906         (aarch64_build_constant): Delete.
908 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
910         Revert
911         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
913         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
914         flag_toplevel_reorder.
916 2016-07-25  Richard Biener  <rguenther@suse.de>
918         * cgraph.c (cgraph_node::verify_node): Compare against builtin
919         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
920         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
921         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
922         (streamer_get_builtin_tree): Likewise.
923         (streamer_write_builtin): Likewise.
924         * lto-streamer.h (LTO_builtin_decl): Remove.
925         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
926         (lto_input_scc): Remove LTO_builtin_decl handling.
927         (lto_input_tree_1): Liekwise.
928         * lto-streamer-out.c (lto_output_tree_1): Remove special
929         handling of builtins.
930         (DFS::DFS): Likewise.
931         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
932         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
933         assert.
934         (streamer_write_builtin): Remove.
936 2016-07-25  Martin Liska  <mliska@suse.cz>
938         * lto-cgraph.c (input_symtab): Don't call get_working_sets
939         if flag_auto_profile is set to true.
941 2016-07-25  Martin Liska  <mliska@suse.cz>
943         PR gcov-profile/71868
944         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
945         have a function with multiple latches, count them all.
947 2016-07-25  Martin Liska  <mliska@suse.cz>
949         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
951 2016-07-25  Martin Liska  <mliska@suse.cz>
953         PR tree-optimization/71987
954         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
955         just for SSA_NAMEs. Fix GNU coding style.
957 2016-07-25  Martin Liska  <mliska@suse.cz>
959         PR gcov-profile/64874
960         * gcov-io.h: Update command about file format.
961         * gcov-iov.c (main): Adapt the numbering scheme.
963 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
965         PR middle-end/66726
966         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
967         whose result is used in PHI.
968         (final_range_test_p): Likewise.
969         (maybe_optimize_range_tests): Likewise.
971 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
973         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
974         Reformat two multi-line strings.
976 2016-07-22 Martin Sebor  <msebor@redhat.com>
978         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
980 2016-07-22 Martin Sebor  <msebor@redhat.com>
982         PR c/71560
983         * doc/extend.texi (Compound Literals): Correct and clarify.
984         (Cast to Union): Same.
986 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
988         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
989         comments to explain why certain error messages make mention of
990         undocumented options.
991         (rs6000_invalid_builtin): Change error messages to replace mention
992         of undocumented options with mention of the -mcpu=power9 option
993         that enables those undocumented options.
994         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
995         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
996         definition of this macro to correct an existing error.
997         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
998         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
999         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
1000         descriptions of built-in functions so that they depend on
1001         -mcpu=power9 instead of on the corresponding undocumented flags.
1002         * doc/invoke.texi (Option Summary):  Remove all mention of newly
1003         undocumented flags.
1004         (IBM RS/6000 and PowerPC Options): Likewise.
1005         * doc/md.texi (Constraints for Particuliar Machines): Remove all
1006         mention of newly undocumented flags.
1008 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
1010         * ipa-cp.c (determine_versionability): Do not create constprop clones,
1011         when target_clones attribute is set.
1013 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
1015         * common.opt (funsafe-loop-optimizations): Mark ignore.
1016         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
1017         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
1018         related code.
1019         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
1020         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
1022 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
1024         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
1025         Parameter.
1026         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
1027         Parameter.
1028         (number_of_iterations_exit): Warn missed loop optimization for
1029         possible infinite loops.
1031 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
1033         PR target/71216
1034         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
1035         when to emit a ".machine" pseudo-op.
1037 2016-07-22  Martin Liska  <mliska@suse.cz>
1039         PR gcov-profile/69028
1040         PR gcov-profile/62047
1041         * coverage.c (coverage_compute_lineno_checksum): Do not
1042         calculate checksum for fns w/o xloc.file.
1043         (coverage_compute_profile_id): Likewise.
1045 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
1047         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
1048         (avr_secondary_reload): ...and implementation.
1049         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
1050         * config/avr/avr.md (reload_in<mode>): Remove insns.
1051         (adjust_len) [lpm]: Remove insn attribute value.
1052         * config/avr/predicates.md (flash_operand): Remove insn predicate.
1054 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1056         PR middle-end/71876
1057         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
1058         attribute.
1059         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
1060         * calls.c (special_function_p): Remove the special handling of the
1061         "__builtin_" prefix.
1063 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1065         PR middle-end/71876
1066         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
1067         if STMT may be an alloca call.
1068         (gimple_alloca_call_p, alloca_call_p): Return only true for the
1069         builtin alloca call.
1070         * calls.h (gimple_maybe_alloca_call_p): New function.
1071         * tree-inline.c (inline_forbidden_p_stmt): Use
1072         gimple_maybe_alloca_call_p here.
1074 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
1076         * spellcheck-tree.c (best_macro_match::best_macro_match):
1077         Explictly specify the template arguments when invoking the base
1078         class constructor, to help older C++ compilers.
1080 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
1082         PR sanitizer/71953
1083         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
1084         before builtin_decl_implicit.
1086 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
1088         * optabs.c (emit_condiitonal_move): Short circuit for identical
1089         sources.
1091 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
1093         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
1094         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
1095         (noce_conversion_profitable_p): New.
1096         (noce_try_store_flag_constants): Use it.
1097         (noce_try_addcc): Likewise.
1098         (noce_try_store_flag_mask): Likewise.
1099         (noce_try_cmove): Likewise.
1100         (noce_try_cmove_arith): Likewise.
1101         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
1102         overwriting it.
1103         (noce_convert_multiple_sets): Move cost model to here, from...
1104         (bb_ok_for_noce_convert_multiple_sets) ...here.
1105         (noce_process_if_block): Update calls for above changes.
1106         (noce_find_if_block): Record new noce_if_info parameters.
1108 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
1110         * target.def (max_noce_ifcvt_seq_cost): New.
1111         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
1112         * doc/tm.texi: Regenerate.
1113         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
1114         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
1115         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
1116         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
1117         * doc/invoke.texi: Document new params.
1119 2016-07-21  Richard Biener  <rguenther@suse.de>
1121         PR tree-optimization/71947
1122         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
1123         ranges have useful limit_vr information.
1125 2016-07-21  Richard Biener  <rguenther@suse.de>
1127         * function-tests.c (build_trivial_generic_function): Set
1128         BLOCK_SUPERCONTEXT of DECL_INITIAL.
1129         * omp-low.c (create_omp_child_function): Likewise.
1130         (grid_expand_target_grid_body): Likewise.
1131         * cgraphunit.c (init_lowered_empty_function): Likewise.
1132         (cgraph_node::expand_thunk): Likewise.
1133         * tree-parloops.c (create_loop_fn): Likewise.
1134         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
1136 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1138         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
1139         in comment.
1141 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
1143         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
1144         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
1145         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
1146         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
1147         values for insn attribute.
1148         * config/avr/avr.c (avr_out_insert_notbit): New function.
1149         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
1150         ADJUST_LEN_INSV_NOTBIT_0/_7.
1151         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
1153 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
1155         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
1156         (chrec_convert_1, chrec_convert): Ditto.
1157         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
1158         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
1159         * tree-vrp.c (adjust_range_with_scev): Ditto.
1160         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
1161         (scev_var_range_cant_overflow): New function.
1162         (scev_probably_wraps_p): New parameter.  Call above function.
1163         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
1165 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
1167         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
1168         by removing computation of may_be_zero.
1170 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
1172         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
1174 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
1176         Improving concepts performance and diagnostics.
1177         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
1178         for constraint satisfaction and subsumption.
1179         * timevar.h (auto_timevar): New constructor that matches the push/pop
1180         pattern of usage in pt.c.
1182 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
1184         * hwint.h (HOST_WIDE_INT_0): New define.
1185         (HOST_WIDE_INT_0U): Ditto.
1186         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
1187         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
1188         * simplify-rtx.c: Ditto.
1189         * tree-object-size.c: Ditto.
1191 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1193         * config/s390/s390.c (s390_encode_section_info): Remove mode size
1194         check.
1196 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
1198         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
1199         * combine.c: Use HOST_WIDE_INT_M1U instead of
1200         ~(unsigned HOST_WIDE_INT) 0.
1201         * double-int.h: Ditto.
1202         * dse.c: Ditto.
1203         * dwarf2asm.c:Ditto.
1204         * expmed.c: Ditto.
1205         * genmodes.c: Ditto.
1206         * match.pd: Ditto.
1207         * read-rtl.c: Ditto.
1208         * tree-ssa-loop-ivopts.c: Ditto.
1209         * tree-ssa-loop-prefetch.c: Ditto.
1210         * tree-vect-generic.c: Ditto.
1211         * tree-vect-patterns.c: Ditto.
1212         * tree.c: Ditto.
1214 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
1216         * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
1217         constant addresses outside [0,0xc0] into a register.
1218         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
1219         cases where the base address register is unused after.
1220         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
1221         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
1222         (avr_out_store_psi_reg_disp_tiny): Same.
1224 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
1226         Implement attribute progmem on reduced Tiny cores by adding
1227         flash offset 0x4000 to respective symbols.
1229         PR target/71948
1230         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
1231         documentation how it works on reduced Tiny cores.
1232         (AVR Named Address Spaces): No support for reduced Tiny.
1233         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
1234         (avr_address_tiny_pm_p): New static function.
1235         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
1236         if the address is in progmem.
1237         (avr_assemble_integer): Same.
1238         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
1239         for symbol_ref in progmem.
1240         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
1241         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
1242         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
1244 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
1246         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
1247         * configure: Regenerate.
1248         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
1249         (USE_THIN_ARCHIVES): New variable.
1250         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
1251         this archive as a thin archive.
1253 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
1255         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
1256         same location as last time, don't skip if we have fix-it hints.
1257         Clarify the skipping logic by converting it from one "if" clause
1258         to repeated "if" clauses.
1259         * spellcheck-tree.c: Include "cpplib.h".
1260         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
1261         (best_macro_match::best_macro_match): New constructor.
1262         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
1263         Move here from c/c-decl.c.
1264         (class best_macro_match): Move here from c/c-decl.c, converting
1265         from a typedef to a subclass, gaining a ctor.
1267 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
1269         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
1270         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
1271         define...
1272         (avr_addr_space_diagnose_usage): ...and implementation.
1273         (avr_addr_space_supported_p): New function.
1274         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
1275         report bad address space usage if that space is supported.
1276         (avr_insert_attributes): Same.  No more complain about unsupported
1277         address spaces.
1278         * config/avr/avr-c.c (tm_p.h): Include it.
1279         (avr_cpu_cpp_builtins): Only define addr-space related built-in
1280         macro if avr_addr_space_supported_p.
1282 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
1284         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
1285         flag_toplevel_reorder.
1287 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
1289         * gcc-rich-location.c
1290         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
1291         a const char *.
1292         * gcc-rich-location.h
1293         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
1295 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
1297         * target.def (addr_space): Add new diagnose_usage to hook vector.
1298         * targhooks.c (default_addr_space_diagnose_usage): Add default
1299         implementation and...
1300         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
1301         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
1302         is some address space, call targetm.addr_space.diagnose_usage.
1303         * doc/tm.texi.in (Named Address Spaces): Add anchor for
1304         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
1305         * doc/tm.texi: Regenerate.
1307 2016-07-20  Martin Liska  <mliska@suse.cz>
1309         PR middle-end/71898
1310         * graphite-isl-ast-to-gimple.c (later_of_the_two):
1311         Properly handly PHI stmts.
1313 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
1315         PR tree-optimization/71503
1316         PR tree-optimization/71683
1317         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
1318         and break.
1320 2016-07-20  Martin Liska  <mliska@suse.cz>
1322         * doc/invoke.texi (-fipa-ra): Document when the option is
1323         disabled. Fix a typo.
1325 2016-07-20  Martin Liska  <mliska@suse.cz>
1327         * Makefile.in: Include fibonacci_heap.c
1328         * fibonacci_heap.c: New file.
1329         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
1330         (fibonacci_heap::union_with): Fix deletion of the second heap.
1331         * selftest-run-tests.c (selftest::run_tests): Incorporate
1332         fibonacci heap tests.
1333         * selftest.h: Declare fibonacci_heap_c_tests.
1335 2016-07-20  Martin Liska  <mliska@suse.cz>
1337         * selftest-run-tests.c (selftest::run_tests): New function.
1338         * selftest.h (sreal_c_tests): Declare.
1339         * sreal.c (sreal_verify_basics): New function.
1340         (verify_aritmetics): Likewise.
1341         (sreal_verify_arithmetics): Likewise.
1342         (verify_shifting): Likewise.
1343         (sreal_verify_shifting): Likewise.
1344         (void sreal_c_tests): Likewise.
1346 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
1348         PR rtl-optimization/71916
1349         * cfgrtl.c (contains_no_active_insn_p): Return false also for
1350         bb which have a single succ fake edge.
1352 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
1354         PR debug/71855
1355         * dwarf2out.c (gen_subprogram_die): Only call
1356         gen_unspecified_parameters_die while dumping early dwarf.
1358 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
1360         PR middle-end/71874
1361         * gimple-fold.c (fold_builtin_memory_op): Use
1362         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
1364 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
1366         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
1367         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
1368         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
1369         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
1370         * combine.c: Ditto.
1371         * cse.c: Ditto.
1372         * dojump.c: Ditto.
1373         * double-int.c: Ditto.
1374         * dse.c: Ditto.
1375         * dwarf2out.c: Ditto.
1376         * expmed.c: Ditto.
1377         * expr.c: Ditto.
1378         * fold-const.c: Ditto.
1379         * function.c: Ditto.
1380         * fwprop.c: Ditto.
1381         * genmodes.c: Ditto.
1382         * hwint.c: Ditto.
1383         * hwint.h: Ditto.
1384         * ifcvt.c: Ditto.
1385         * loop-doloop.c: Ditto.
1386         * loop-invariant.c: Ditto.
1387         * loop-iv.c: Ditto.
1388         * match.pd: Ditto.
1389         * optabs.c: Ditto.
1390         * real.c: Ditto.
1391         * reload.c: Ditto.
1392         * rtlanal.c: Ditto.
1393         * simplify-rtx.c: Ditto.
1394         * stor-layout.c: Ditto.
1395         * toplev.c: Ditto.
1396         * tree-ssa-loop-ivopts.c: Ditto.
1397         * tree-vect-generic.c: Ditto.
1398         * tree-vect-patterns.c: Ditto.
1399         * tree.c: Ditto.
1400         * tree.h: Ditto.
1401         * ubsan.c: Ditto.
1402         * varasm.c: Ditto.
1403         * wide-int-print.cc: Ditto.
1404         * wide-int.cc: Ditto.
1405         * wide-int.h: Ditto.
1407 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
1409         * selftest.c (selftest::assert_streq): Handle NULL values of
1410         val_actual and val_expected.
1412 2016-07-19  Martin Jambor  <mjambor@suse.cz>
1414         PR fortran/71688
1415         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
1416         rather than cgraph_create_node to get a call graph node.
1418 2016-07-19  Richard Biener  <rguenther@suse.de>
1420         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
1421         handle all tcc_constant bases and valueize SSA names.
1422         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
1423         tcc_constant bases.
1425 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
1427         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
1428         the flags of the exit block and bb2, not just the entry block.
1430 2016-07-19  Richard Biener  <rguenther@suse.de>
1432         PR tree-optimization/71901
1433         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
1434         align member, group stuff with the bitfield.
1435         (vn_ref_op_align_unit): New inline.
1436         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
1437         record element alignment and operand 3 unchanged.
1438         (ao_ref_init_from_vn_reference): Adjust.
1439         (valueize_refs_1): Likewise.
1440         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
1442 2016-07-19  Richard Biener  <rguenther@suse.de>
1444         PR tree-optimization/71908
1445         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
1446         symbolic constants in a more reliable way.
1448 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
1450         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
1451         comment.
1452         (vect_update_inits_of_drs): Likewise.
1453         (vect_create_cond_for_alias_checks): Likewise.
1454         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
1456 2016-07-19  Richard Biener  <rguenther@suse.de>
1458         PR lto/71907
1459         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
1460         with an abstract origin that is not an inlined function outer
1461         scope add a self-reference as abstract origin.
1462         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
1464 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
1466         PR target/71493
1467         * config/rs6000/rs6000.c (rs6000_function_value): Fix
1468         unintentional System V.4 structure return breakage for structures
1469         with a single floating point element.
1471 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
1473         PR tree-optimization/71734
1474         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
1475         contains REF, use it to check safelen, assume that safelen value
1476         must be greater 1, fix style.
1477         (ref_indep_loop_p_2): Add REF_LOOP argument.
1478         (ref_indep_loop_p): Pass LOOP as additional argument to
1479         ref_indep_loop_p_2.
1481 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1483         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
1484         allocation in the prologue.
1485         * explow.c (get_dynamic_stack_base): New function to return an address
1486         expression for the dynamic stack base.
1487         (get_dynamic_stack_size): New function to do the required dynamic stack
1488         space size calculations.
1489         (allocate_dynamic_stack_space): Use new functions.
1490         (align_dynamic_address): Move some code from
1491         allocate_dynamic_stack_space to new function.
1492         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
1494 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1496         * config/s390/s390.c (s390_encode_section_info): Always set
1497         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
1498         found.
1500 2016-07-18  Richard Biener  <rguenther@suse.de>
1502         PR tree-optimization/71893
1503         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
1504         for sizetype cast added by array_ref_element_size.
1505         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
1507 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
1509         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
1510         register parameters.  Remove code to initialize argument pointer
1511         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
1512         using a pc-relative branch.  Cleanup conditional code.
1513         * config/pa/pa.md (call_mcount): New expander.
1514         (call_mcount_nonpic): New insn.
1515         (call_mcount_pic): New insn and split.
1516         (call_mcount_pic_post_reload): New insn.
1517         (call_mcount_64bit): New insn and split.
1518         (call_mcount_64bit_post_reload): New insn.
1520 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
1522         * config/avr/predicates.md (const_m255_to_m1_operand): New.
1523         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
1524         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
1525         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
1526         (*usum_widenqihi3, *udiff_widenqihi3)
1527         (*addhi3_zero_extend.const): New combiner insns.
1528         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
1529         just 1 bit is affected.
1530         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
1531         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
1533 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
1535         * omp-low.c (lower_omp_target): Mark data clauses with
1536         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
1537         zero-length subarrays.
1539 2016-07-15  Richard Biener  <rguenther@suse.de>
1541         PR tree-optimization/71881
1542         * tree-loop-distribution.c (destroy_loop): Remove blocks in
1543         reverse DOM order to make debug temp generation happy.
1545 2016-07-15  Richard Biener  <rguenther@suse.de>
1547         PR tree-optimization/71887
1548         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
1549         verify it is not zero for division / modulo handling.
1550         (value_replacement): Adjust.
1552 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
1553             Julian Brown  <julian@codesourcery.com>
1555         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
1556         * config/aarch64/aarch64-cost-tables.h
1557         (vulcan_extra_costs): New variable.
1558         * config/aarch64/aarch64.c
1559         (vulcan_addrcost_table): Likewise.
1560         (vulcan_regmove_cost): Likewise.
1561         (vulcan_vector_cost): Likewise.
1562         (vulcan_branch_cost): Likewise.
1563         (vulcan_tunings): Likewise.
1565 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
1567         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
1568         (output_in_order): Loop over undefined variables too.  Output them
1569         via assemble_undefined_decl.  Skip variables that correspond to hard
1570         registers or have value-exprs.
1571         * varpool.c (symbol_table::output_variables): Handle undefined
1572         variables together with defined ones.
1574 2016-07-15  Richard Biener  <rguenther@suse.de>
1576         * tree-ssa-pre.c (get_representative_for): Make sure to return
1577         the value number of SSA names.
1578         (phi_translate_1): get_representative_for cannot return NULL.
1579         (do_pre_regular_insertion): Remove redundant call to
1580         fully_constant_expression.
1581         (do_pre_partial_partial_insertion): Likewise.
1583 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
1585         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
1586         (derive_simple_iv_with_niters): New function.
1587         (simple_iv): Rewrite using simple_iv_with_niters.
1588         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
1589         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
1590         function.
1591         (number_of_iterations_exit): Rewrite using above function.
1592         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
1593         Decl.
1595 2016-07-15  Richard Biener  <rguenther@suse.de>
1597         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
1598         vec_construct cost.
1600 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
1602         PR tree-optimization/71872
1603         * tree-data-ref.c (get_references_in_stmt): Ignore references
1604         with is_gimple_constant get_base_address.
1606 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1608         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
1609         (TARGET_HAVE_LDACQD): New macro.
1610         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
1611         than TARGET_HAVE_LDACQ.
1612         (arm_load_acquire_exclusivedi): Likewise.
1613         (arm_store_release_exclusivedi): Likewise.
1615 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1617         PR rtl-optimization/71878
1618         * lra-constraints.c (match_reload): Pass information about other
1619         output operands.  Create new unique register value if matching input
1620         operand shares same register value as output operand being considered.
1621         (curr_insn_transform): Record output operands already processed.
1623 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1625         PR target/65951
1626         PR tree-optimization/70923
1627         * tree-vect-patterns.c: Include mult-synthesis.h.
1628         (target_supports_mult_synth_alg): New function.
1629         (synth_lshift_by_additions): Likewise.
1630         (apply_binop_and_append_stmt): Likewise.
1631         (vect_synth_mult_by_constant): Likewise.
1632         (target_has_vecop_for_code): Likewise.
1633         (vect_recog_mult_pattern): Use above functions to synthesize vector
1634         multiplication by integer constants.
1636 2016-07-14  Alan Modra  <amodra@gmail.com>
1638         * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
1639         gpr alternatives.  Correct '*' placement on Y,r alternative.
1640         Add '*' on operand 1 of r,r alternative.
1642 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1644         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
1645         * expmed.h: ... Here.
1647 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
1649         * gimple.h (stmt_can_terminate_bb_p): New function.
1650         * tree-cfg.c (need_fake_edge_p): Rename to ...
1651         (stmt_can_terminate_bb_p): ... this; return true if stmt can
1652         throw external; handle const and pure calls.
1653         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
1655 2016-07-14  Richard Biener  <rguenther@suse.de>
1657         PR tree-optimization/71866
1658         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
1659         (do_hoist_insertion): Avoid endless recursion when we
1660         didn't insert anything because we managed to simplify
1661         things down to a constant or SSA name.
1662         (fully_constant_expression): Re-write in terms of ...
1663         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
1664         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
1665         vn_nary_build_or_lookup_1.
1666         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
1667         (vn_nary_build_or_lookup): ... this which now wraps it.
1669 2016-07-14  Alan Modra  <amodra@gmail.com>
1671         PR target/71733
1672         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
1673         with p9_vector override before power9-dform override.
1675 2016-07-13  Andi Kleen  <ak@linux.intel.com>
1677         * value-prof.c (gimple_value_profile_transformations): Don't run
1678         when auto_profile is on.
1680 2016-07-13  Andi Kleen  <ak@linux.intel.com>
1682         * auto-profile.c (update_inlined_ind_target,
1683         afdo_indirect_call): Print information to dump file.
1685 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
1687         * genrecog.c (special_predicate_operand_p): New function.
1688         (predicate_name): Move function.
1689         (validate_pattern): Don't warn about missing mode for all
1690         define_special_predicate predicates.
1692 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
1694         * tree-vect-data-refs.c (vect_no_alias_p): New function.
1695         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
1696         resolve alias checks which are known at compilation time.
1697         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
1698         alias checks are resolved.  Move dump info for too many runtime
1699         alias checks to here...
1700         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
1702 2016-07-13  Richard Biener  <rguenther@suse.de>
1704         PR tree-optimization/24574
1705         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
1706         position and add shift, rotate, divison and modulo support
1707         for left zero.
1708         (value_replacement): Pass in argument position to absorbing_element_p.
1710 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
1712         PR ipa/71633
1713         * ipa-inline-transform.c (inline_call): Support
1714         instrumented thunks.
1716 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1718         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
1719         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
1720         divide feature.
1721         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
1722         Baseline.  Make initial alternative TARGET_32BIT only.
1723         (udivsi3): Likewise.
1724         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
1725         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
1726         target.
1728 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1730         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
1731         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
1732         availability with TARGET_HAVE_MOVT.
1733         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
1734         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
1735         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
1736         UINTVAL.
1737         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
1738         extra instruction if MOVW is available.  Use a cost variable
1739         incremented by COSTS_N_INSNS (1) when the condition match rather than
1740         returning an arithmetic expression based on COSTS_N_INSNS.  Make
1741         constant with bottom half word zero cost 2 instruction if MOVW is
1742         available.
1743         * config/arm/arm.md (define_attr "arch"): Add v8mb.
1744         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
1745         target is ARMv8-M Baseline.
1746         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
1747         (arm_movtas_ze): Likewise.
1748         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
1749         alternative for constants satisfying j constraint.
1750         (thumb1_movsi_insn): Likewise.
1751         (movsi splitter for K alternative): Tighten condition to not trigger
1752         if movt is available and j constraint is satisfied.
1753         (Pe immediate splitter): Likewise.
1754         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
1755         constant fitting in an halfword to use MOVW.
1756         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
1757         effective target.
1759 2016-07-13  Richard Biener  <rguenther@suse.de>
1761         PR middle-end/71104
1762         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
1763         gimplifying the LHS.  Make sure to gimplify a returning twice
1764         call LHS without using SSA names.
1766 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1768         * tree-data-ref.c (find_data_references_in_stmt): Remove
1769         unnecessary call to vec::release.
1770         (graphite_find_data_references_in_stmt): Likewise.
1771         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
1772         * tree-vect-stmts.c (vectorizable_condition): Likewise.
1774 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1776         * cfgexpand.c (expand_used_vars): Make the type of a local
1777         variable auto_vec.
1778         * genmatch.c (lower_for): Likewise.
1779         * haifa-sched.c (haifa_sched_init): Likewise.
1780         (add_to_speculative_block): Likewise.
1781         (create_check_block_twin): Likewise.
1782         * predict.c (handle_missing_profiles): Likewise.
1783         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
1784         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
1785         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
1786         Likewise.
1787         (maybe_lower_iteration_bound): Likewise.
1788         * tree-ssa-sccvn.c (DFS): Likewise.
1789         * tree-stdarg.c (reachable_at_most_once): Likewise.
1790         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
1791         (vectorizable_store): Likewise.
1793 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1795         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
1796         (sccvn_dom_walker): make cond_stack an auto_vec.
1798 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1800         * ree.c (struct ext_state): Make type of members auto_vec.
1801         (find_and_remove_re): Adjust.
1803 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1805         * cfgexpand.c (struct stack_vars_data): Make type of fields
1806         auto_vec.
1807         (expand_used_vars): Adjust.
1809 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1811         * ipa.c (record_cdtor_fn): Adjust.
1812         (build_cdtor_fns): Likewise.
1813         (ipa_cdtor_merge): Make static_ctors and static_dtors local
1814         variables.
1816 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1818         * genextract.c (struct accum_extract): Add constructor and make
1819         members auto_vec.
1820         (gen_insn): Adjust.
1822 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1824         * tree.c (struct free_lang_data_d): Add constructor and change
1825         types of members to ones that automatically manage resources.
1826         (fld_worklist_push): Adjust.
1827         (find_decls_types): Likewise.
1828         (find_decls_types_in_eh_region): Likewise.
1829         (free_lang_data_in_cgraph): Stop manually creating and
1830         destroying members of free_lang_data_d.
1832 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
1834         PR rtl-optimization/68961
1835         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
1836         peephole variant.  Use sse_reg_operand predicates.
1838 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
1840         * config/i386/predicates.md (x86_64_immediate_operand)
1841         <case CONST_INT>: Remove unneeded truncation to DImode.
1842         <case CONST>: Ditto.
1843         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
1845 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
1847         PR target/71805
1848         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
1849         The xxperm and xxpermr instructions require that the 2nd input
1850         operand overlap with the output operand, and not the 1st.
1851         (altivec_vperm_v8hiv16qi): Likewise.
1852         (altivec_vperm_<mode>_uns_internal): Likewise.
1853         (altivec_vpermr_<mode>_internal): Likewise.
1854         (vperm_v8hiv4si): Likewise.
1855         (vperm_v16qiv8hi): Likewise.
1857 2016-07-12  Nathan Sidwell  <nathan@acm.org>
1859         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
1860         when -mno-pic-data-is-text-relative is in effect, by default.
1861         * doc/invoke.texi (mpic-data-is-text-relative): Document new
1862         behavior and clarify.
1864 2016-07-12  Martin Liska  <mliska@suse.cz>
1866         * params.def: Add avg-loop niter.
1867         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
1868         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
1869         * doc/invoke.texi: Document the new parameter.
1871 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1873         PR middle-end/71700
1874         * expr.c (store_constructor): Mask sign-extended bits when widening
1875         sub-word constructor element at the start of a word.
1877 2016-07-12  Martin Liska  <mliska@suse.cz>
1879         * Makefile.in: Append rule for params-options.h.
1880         * params-options.h: New file.
1882 2016-07-12  Martin Liska  <mliska@suse.cz>
1884         * ira-build.c (mark_loops_for_removal): Properly iterate
1885         loops.
1887 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
1888             Richard Biener  <rguenther@suse.de>
1890         PR tree-optimization/23286
1891         PR tree-optimization/70159
1892         * doc/invoke.texi: Document -fcode-hoisting.
1893         * common.opt (fcode-hoisting): New flag.
1894         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
1895         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
1896         (do_regular_insertion): Rename to ...
1897         (do_pre_regular_insertion): ... this and amend general comments
1898         on insertion strathegy.
1899         (do_partial_partial_insertion): Rename to ...
1900         (do_pre_partial_partial_insertion): ... this.
1901         (do_hoist_insertion): New function.
1902         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
1903         and call do_hoist_insertion properly.
1904         (insert): Adjust.
1905         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
1906         (pass_pre::execute): Register hoist_insert stats.
1908 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
1910         PR middle-end/71716
1911         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
1912         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
1913         is different from mode's bitsize.  Small cleanup.
1915 2016-07-12  Richard Biener  <rguenther@suse.de>
1917         PR rtl-optimization/68961
1918         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
1919         to simplify to a non-constant.
1921 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
1923         PR middle-end/71758
1924         * omp-low.c (expand_omp_target): Gimplify device.
1926         PR tree-optimization/71823
1927         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
1928         to get vec_oprnds2 from op2.
1930 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
1932         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
1933         Hoist common subexpressions.
1934         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
1936 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
1938         PR target/71800
1939         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
1940         prevent generation of 'stxsiwx' on pre Power8 hardware.
1942 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
1944         * input.c: Include cpplib.h.
1945         (selftest::temp_source_file): New class.
1946         (selftest::temp_source_file::temp_source_file): New ctor.
1947         (selftest::temp_source_file::~temp_source_file): New dtor.
1948         (selftest::should_have_column_data_p): New function.
1949         (selftest::test_should_have_column_data_p): New function.
1950         (selftest::temp_line_table): New class.
1951         (selftest::temp_line_table::temp_line_table): New ctor.
1952         (selftest::temp_line_table::~temp_line_table): New dtor.
1953         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
1954         it to create a temp_line_table.
1955         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
1956         locations that are known to have column data.
1957         (selftest::line_table_case): New struct.
1958         (selftest::test_reading_source_line): Move tempfile handling
1959         to class temp_source_file.
1960         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
1961         (selftest::assert_token_loc_eq): New function.
1962         (ASSERT_TOKEN_LOC_EQ): New macro.
1963         (selftest::test_lexer): New function.
1964         (selftest::boundary_locations): New array.
1965         (selftest::input_c_tests): Call test_should_have_column_data_p.
1966         Loop over a test matrix of interesting values of location and
1967         default_range_bits, calling test_lexer on each case in the matrix.
1968         Move call to test_accessing_ordinary_linemaps into the matrix.
1969         * selftest.h (ASSERT_EQ): Reimplement in terms of...
1970         (ASSERT_EQ_AT): New macro.
1972 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
1974         PR target/71801
1975         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
1976         Don't convert TImode in debug insn.
1978 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1980         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
1981         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
1982         (tree_type_common::lang_flag_7): New.
1983         (tree_type_common::spare): Reduce size.
1984         * tree.h (TYPE_ALIGN_OK): Remove.
1985         (TYPE_LANG_FLAG_7): New.
1986         (get_inner_reference): Adjust header.
1987         * print-tree.c (print_node): Adjust.
1988         * expr.c (get_inner_reference): Remove parameter keep_aligning.
1989         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
1990         calls to get_inner_reference.
1991         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
1992         handling of TYPE_ALIGN_OK.
1993         * builtins.c (get_object_alignment_2): Adjust call to
1994         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
1995         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
1996         TYPE_ALIGN_OK.
1997         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
1998         * cfgexpand.c (expand_debug_expr): Likewise.
1999         * dbxout.c (dbxout_expand_expr): Likewise.
2000         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
2001         loc_list_from_tree, fortran_common): Likewise.
2002         * fold-const.c (optimize_bit_field_compare,
2003         decode_field_reference, fold_unary_loc, fold_comparison,
2004         split_address_to_core_and_offset): Likewise.
2005         * gimple-laddress.c (execute): Likewise.
2006         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
2007         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
2008         * hsa-gen.c (gen_hsa_addr): Likewise.
2009         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
2010         * tsan.c (instrument_expr): Likewise.
2011         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
2012         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
2013         * tree-affine.c (tree_to_aff_combination,
2014         get_inner_reference_aff): Adjust calls to get_inner_reference.
2015         * tree-data-ref.c (split_constant_offset_1,
2016         dr_analyze_innermost): Likewise.
2017         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
2018         * tree-sra.c (ipa_sra_check_caller): Likewise.
2019         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
2020         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
2021         bswap_replace): Likewise.
2022         * tree-vect-data-refs.c (vect_check_gather,
2023         vect_analyze_data_refs): Likewise.
2024         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
2025         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
2026         TYPE_ALIGN_OK.
2028 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
2030         * Makefile.in (selftest-valgrind): New phony target.
2031         * function-tests.c (selftest::build_cfg): Delete pass instances
2032         created by the test.
2033         (selftest::convert_to_ssa): Likewise.
2034         (selftest::test_expansion_to_rtl): Likewise.
2035         * tree-cfg.c (selftest::test_linear_chain): Release dominator
2036         vectors.
2037         (selftest::test_diamond): Likewise.
2039 2016-07-11  Richard Biener  <rguenther@suse.de>
2041         PR tree-optimization/71816
2042         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
2043         than replacing all of its operands.
2045 2016-07-11  Alan Modra  <amodra@gmail.com>
2047         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
2048         (ctr<mode>): Add unspec.
2049         (ctr<mode>_internal*): Likewise.
2051 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
2053         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
2054         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
2056 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
2058         PR rtl-optimization/71621
2059         * lra-constraints.c (process_alt_operands): Check combination of
2060         reg class and mode.
2062 2016-07-08  Jason Merrill  <jason@redhat.com>
2063             Richard Biener  <rguenther@suse.de>
2065         P0145: Refining Expression Order for C++.
2066         * gimplify.c (initial_rhs_predicate_for): New.
2067         (gimplfy_modify_expr): Gimplify RHS before LHS.
2069 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2071         PR target/71297
2072         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2073         Allow standard error handling to take over when a wrong number
2074         of arguments is presented to __builtin_vec_ld () or
2075         __builtin_vec_st ().
2077 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
2079         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
2080         variants.
2081         (smin): Likewise.
2082         (fmax): New entry.
2083         (fmin): Likewise.
2084         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
2085         __builtin_aarch64_fmaxv2sf.
2086         (vmaxnmq_f32): Likewise.
2087         (vmaxnmq_f64): Likewise.
2088         (vminnm_f32): Likewise.
2089         (vminnmq_f32): Likewise.
2090         (vminnmq_f64): Likewise.
2092 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
2094         PR target/71806
2095         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
2096         enable -mfloat128-hardware by default.
2097         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
2098         that IEEE 128-bit hardware support needs.
2099         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
2100         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
2101         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
2102         floating point requires.
2103         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
2104         -mfloat128 and -mfloat128-hardware changes.
2106 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
2108         PR tree-optimization/71667
2109         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
2111 2016-07-08  Martin Liska  <mliska@suse.cz>
2113         PR middle-end/71606
2114         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
2115         folding produces SAVE_EXPRs, thus return false for the type.
2117 2016-07-07  Martin Liska  <mliska@suse.cz>
2119         * file-find.c (remove_prefix): New function.
2120         * file-find.h (remove_prefix): Declare the function.
2121         * gcc-ar.c (main): Skip a folder of the wrapper if
2122         a wrapped binary would point to the same file.
2124 2016-07-07  Jan Hubicka  <jh@suse.cz>
2126         * tree-scalar-evolution.c (iv_can_overflow_p): export.
2127         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
2128         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
2130 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
2132         PR ipa/71624
2133         * ipa-inline-analysis.c (compute_inline_parameters): Set
2134         local.can_change_signature to false for intrumentation
2135         thunk callees.
2137 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2139         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
2140         with TARGET_HAVE_MOVT.
2141         (TARGET_HAVE_MOVT): Define.
2142         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
2143         availability with TARGET_HAVE_MOVT.
2144         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
2145         availability.
2146         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
2147         TARGET_THUMB2.
2148         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
2149         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
2150         * config/arm/constraints.md (define_constraint "j"): Use
2151         TARGET_HAVE_MOVT to check MOVT availability.
2153 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2155         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
2157 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2159         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
2160         (armv8-m.main): Likewise.
2161         (armv8-m.main+dsp): Likewise.
2162         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
2163         (FL_FOR_ARCH8M_MAIN): Likewise.
2164         * config/arm/arm-tables.opt: Regenerate.
2165         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
2166         armv8-m.main+dsp to BE8_LINK_SPEC.
2167         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
2168         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
2169         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
2170         Baseline and Mainline.
2171         (arm_option_override_internal): Also disable arm_restrict_it when
2172         !arm_arch_notm.  Update comment for -munaligned-access to also cover
2173         ARMv8-M Baseline.
2174         (arm_file_start): Increase buffer size for printing architecture name.
2175         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
2176         and armv8-m.main+dsp.
2177         (mno-unaligned-access): Clarify that this is disabled by default for
2178         ARMv8-M Baseline architectures as well.
2180 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2182         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
2183         decide whether to prevent some libgcc routines being included for some
2184         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
2185         link between this condition and the one in
2186         libgcc/config/arm/lib1func.S.
2188 2016-07-07  Richard Biener  <rguenther@suse.de>
2190         * tree-ssa-pre.c: Include alias.h.
2191         (compute_avail): If we have multiple VN_REFERENCEs with the
2192         same hashtable entry adjust that to make it a valid replacement
2193         for all of them with respect to alignment and aliasing
2194         when doing insertion.
2195         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
2196         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
2198 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
2200         PR target/70098
2201         PR target/71763
2202         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
2203         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
2204         constraint.
2206 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2208         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
2209         (adjust_mems): Adjust.
2210         (adjust_insn): Likewise.
2211         (prepare_call_arguments): Likewise.
2213 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2215         * gcse.c (struct ls_expr): Make stores field a vector.
2216         (ldst_entry): Adjust.
2217         (free_ldst_entry): Likewise.
2218         (print_ldst_list): Likewise.
2219         (compute_ld_motion_mems): Likewise.
2220         (update_ld_motion_stores): Likewise.
2222 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2224         * gcse.c (struct ls_expr): Remove loads field.
2225         (ldst_entry): Adjust.
2226         (free_ldst_entry): Likewise.
2227         (print_ldst_list): Likewise.
2228         (compute_ld_motion_mems): Likewise.
2230 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2232         * store-motion.c (struct st_expr): Make antic_stores a vector.
2233         (st_expr_entry): Adjust.
2234         (free_st_expr_entry): Likewise.
2235         (print_store_motion_mems): Likewise.
2236         (find_moveable_store): Likewise.
2237         (compute_store_table): Likewise.
2238         (remove_reachable_equiv_notes): Likewise.
2239         (replace_store_insn): Likewise.
2240         (build_store_vectors): Likewise.
2242 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2244         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
2245         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
2247 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
2249         PR tree-optimization/71518
2250         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
2251         misalign also for outer loops with negative step.
2253 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
2255         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
2256         (cortex_a53_shift): Add mov_shift.
2257         (cortex_a53_shift_reg): Add new reservation for register shifts.
2258         (cortex_a53_alu): Remove bfm.
2259         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
2260         (cortex_a53_alu_extr): Add new reservation for EXTR.
2261         (bypasses): Improve bypass modelling.
2263 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2265         PR target/50739
2266         * config/avr/avr.c (avr_asm_select_section): Strip off
2267         SECTION_DECLARED from flags when calling get_section.
2269 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2271         * tree-vectorizer.h (vect_memory_access_type): Add
2272         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
2273         * tree-vect-stmts.c (compare_step_with_zero): New function.
2274         (perm_mask_for_reverse): Move further up file.
2275         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
2276         step is negative.
2277         (get_negative_load_store_type): New function.
2278         (get_load_store_type): Call it.  Add an ncopies argument.
2279         (vectorizable_mask_load_store): Update call accordingly and
2280         remove tests for negative steps.
2281         (vectorizable_store, vectorizable_load): Likewise.  Handle new
2282         memory_access_types.
2284 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2286         * tree-vectorizer.h (vect_memory_access_type): New enum.
2287         (_stmt_vec_info): Add a memory_access_type field.
2288         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
2289         (vect_model_store_cost): Take an access type instead of a boolean.
2290         (vect_model_load_cost): Likewise.
2291         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
2292         vect_model_store_cost and vect_model_load_cost.
2293         * tree-vect-stmts.c (vec_load_store_type): New enum.
2294         (vect_model_store_cost): Take an access type instead of a
2295         store_lanes_p boolean.  Simplify tests.
2296         (vect_model_load_cost): Likewise, but for load_lanes_p.
2297         (get_group_load_store_type, get_load_store_type): New functions.
2298         (vectorizable_store): Use get_load_store_type.  Record the access
2299         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
2300         (vectorizable_load): Likewise.
2301         (vectorizable_mask_load_store): Likewise.  Replace is_store
2302         variable with vls_type.
2304 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2306         * tree-vectorizer.h (vect_grouped_load_supported): Add a
2307         single_element_p parameter.
2308         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
2309         Check the PR65518 case here rather than in vectorizable_load.
2310         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
2311         * tree-vect-stmts.c (vectorizable_load): Likewise.
2313 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2315         * tree-vectorizer.h (gather_scatter_info): New structure.
2316         (vect_check_gather_scatter): Return a bool rather than a decl.
2317         Replace return-by-pointer arguments with a single
2318         gather_scatter_info *.
2319         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
2320         (vect_analyze_data_refs): Update call accordingly.
2321         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
2322         (vectorizable_mask_load_store): Likewise.  Also record the
2323         offset dt and vectype in the gather_scatter_info.
2324         (vectorizable_store): Likewise.
2325         (vectorizable_load): Likewise.
2327 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2329         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
2330         strided groups, use the cost of N scalar accesses instead
2331         of ncopies vector accesses.
2332         (vect_model_load_cost): Likewise.
2334 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2336         * tree-vect-stmts.c (vect_cost_group_size): Delete.
2337         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
2338         variable to indicate when once-per-group costs are being used.
2339         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
2341 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2343         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
2344         peeling-for-gaps condition.
2346 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2348         * config/s390/s390.c (s390_expand_vec_init): Force initializer
2349         element to register if it doesn't match general_operand.
2351 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
2352             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2354         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
2355         prototype.
2356         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
2357         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
2358         (SIGNBIT): New mode iterator.
2359         (Fsignbit): New mode attribute.
2360         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
2361         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
2362         when direct moves are available.
2363         (signbit<mode>2_dm): New define_insn_and_split).
2364         (signbit<mode>2_dm2): New define_insn.
2366 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2368         PR rtl-optimization/71594
2369         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
2370         into subregs of appropriate mode before trying to emit a conditional
2371         move.
2373 2016-07-05  Jan Hubicka  <jh@suse.cz>
2375         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
2376         (simple_iv): Use it.
2378 2016-07-05  Jan Hubicka  <jh@suse.cz>
2380         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
2382 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
2384         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
2385         "offmemok".
2387 2016-07-05  Jan Hubicka  <jh@suse.cz>
2389         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
2390         IV can overflow.
2392 2016-07-05  Richard Biener  <rguenther@suse.de>
2394         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
2395         Handle empty else block.
2396         (is_feasible_trace): Likewise.
2397         (split_paths): Likewise.
2399 2016-07-05  Richard Biener  <rguenther@suse.de>
2401         * tree-loop-distribution.c (distribute_loop): Fix issue with
2402         the cost model loop.
2404 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
2406         * config/arm/neon-testgen.ml: Delete.
2407         * config/arm/neon.ml: Delete.
2409 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
2411         PR c++/71739
2412         * tree.c (attribute_value_equal): Use get_attribute_name instead of
2413         directly using TREE_PURPOSE.
2415 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
2417         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
2418         * config/aarch64/aarch64_neon.h: Likewise.
2419         * config/aarch64/arm_neon.h: Likewise.
2420         * config/aarch64/atomics.md: Likewise.
2421         * config/aarch64/aarch64-simd-builtins.def: Likewise.
2422         * doc/invoke.texi: Likewise.
2424 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2426         * config/s390/s390.md: Add "z13" cpu_facility.
2427         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
2428         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
2429         condition" type instructions.
2431 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2432             Jeff Law  <law@redhat.com>
2434         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
2435         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
2437 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
2439         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
2440         permutation for TARGET_AVX512F.
2441         (ix86_expand_vec_one_operand_perm_avx512): New function.
2442         (expand_vec_perm_1): Invoke introduced function.
2443         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
2444         it may be not valid after vectorization.
2446 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2448         PR target/63874
2449         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
2450         typo in comment.  Only force to memory if it is a weak
2451         external reference.
2453 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
2454             Jiong Wang  <jiong.wang@arm.com>
2456         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
2457         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
2458         (AARCH64_FL_F16): New.
2459         (AARCH64_FL_FOR_ARCH8_2): New.
2460         (AARCH64_ISA_8_2): New.
2461         (AARCH64_ISA_F16): New.
2462         (TARGET_FP_F16INST): New.
2463         (TARGET_SIMD_F16INST): New.
2464         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
2465         ("fp"): Disabling "fp" also disables "fp16".
2466         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
2467         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
2468         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
2469         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
2471 2016-07-04  Jan Beulich  <jbeulich@suse.com>
2473         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
2475 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
2477         PR target/71720
2478         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
2479         the insns, use an insn form that does not adjust the offset on
2480         little endian systems.
2482 2016-07-01  Jan Beulich  <jbeulich@suse.com>
2484         * varasm.c (get_variable_section): Validate initializer in
2485         named .bss-like sections.
2487 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2489         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
2490         Exchange the order of the second and third operands in the vpermr
2491         instruction tmeplate.
2493 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
2495         PR target/71698
2496         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
2497         Disallow TDmode values.
2499 2016-07-01  Alan Modra  <amodra@gmail.com>
2501         PR rtl-optimization/71709
2502         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
2503         being set, not referenced.
2505 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
2507         PR tree-optimization/70729
2508         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
2509         of loop since it can be not valid after transformation.
2511 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2513         * config/arm/arm.c (thumb_reload_in_hi): Delete.
2514         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
2516 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
2518         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
2519         for NULL decl.
2521 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
2523         PR target/71677
2524         * config/rs6000/constraints.md (wY constraint): New constraint to
2525         match the requirements for the LXSD and STXSD instructions.
2526         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
2527         predicate to match the requirements for the LXSD and STXSD
2528         instructions.
2529         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
2530         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
2531         to make sure that the bottom 2 bits of offset are 0, the address
2532         form is offsettable, and no updating is done in the address mode.
2533         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
2534         (movdi_internal32): Likewise
2535         (movdi_internal64): Likewise.
2537 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
2539         PR tree-optimization/71707
2540         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
2541         strinfo even for ADDR_EXPR ptr.
2543 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2545         * config/rs6000/altivec.md (darn_32): Change the condition to
2546         TARGET_P9_MISC instead of TARGET_MODULO.
2547         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
2548         condition expression.
2549         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
2550         condition expression.
2551         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
2552         (DFP_TEST): New code iterator.
2553         (dfptstsfi_<code>_mode>): New define_expand.
2554         (*dfp_sgnfcnc_<mode>): New define_insn.
2555         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
2556         definition next to BU_P9_MISC_1 definition and change the MASK
2557         value to RS6000_BTM_P9_MISC.
2558         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
2559         (BU_P9_64BIT_MISC_0): Likewise.
2560         (BU_P9_DFP_MISC_0): New macro definition.
2561         (BU_P9_DFP_MISC_1): New macro definition.
2562         (BU_P9_DFP_MISC_2): New macro definition.
2563         (BU_P9_DFP_OVERLOAD_1): New macro definition.
2564         (BU_P9_DFP_OVERLOAD_2): New macro definition.
2565         (BU_P9_DFP_OVERLOAD_3): New macro definition.
2566         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
2567         (TSTSFI_LT_TD): Likewise.
2568         (TSTSFI_EQ_DD): Likewise.
2569         (TSTSFI_EQ_TD): Likewise.
2570         (TSTSFI_GT_DD): Likewise.
2571         (TSTSFI_GT_TD): Likewise.
2572         (TSTSFI_OV_DD): Likewise.
2573         (TSTSFI_OV_TD): Likewise.
2574         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
2575         (TSTSFI_LT_DD): Likewise.
2576         (TSTSFI_LT_TD): Likewise.
2577         (TSTSFI_EQ): Likewise.
2578         (TSTSFI_EQ_DD): Likewise.
2579         (TSTSFI_EQ_TD): Likewise.
2580         (TSTSFI_GT): Likewise.
2581         (TSTSFI_GT_DD): Likewise.
2582         (TSTSFI_GT_TD): Likewise.
2583         (TSTSFI_OV): Likewise.
2584         (TSTSFI_OV_DD): Likewise.
2585         (TSTSFI_OV_TD): Likewise.
2586         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2587         overloaded test significance functions.
2588         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
2589         OPTION_MASK_P9_MISC into the representation of this mask.
2590         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
2591         of this mask.
2592         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
2593         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
2594         non-zero.
2595         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
2596         argument is a 6-bit unsigned literal value if the icode argument
2597         represents a DFP test significance built-in call.
2598         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
2599         flag used independently and in combination with the
2600         RS6000_BTM_64BIT flag.
2601         (rs6000_opt_masks): Add entry for power9-misc command-line option.
2602         (rs6000_builtin_mask_names): Add entry for power9-misc
2603         command-line option.
2604         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
2605         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
2606         RS6000_BTM_P9_MISC macros.
2607         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
2608         option and change the description of the -mpower9-vector option to
2609         enable only vector instructions, removing its erroneously claimed
2610         support for scalar instructions.
2611         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
2612         the ISA 3.0 digital floating point test significance built-in
2613         functions.
2615 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
2617         * config/aarch64/aarch64.c (cortexa35_tunings):
2618         Enable AES fusion.  Use cortexa57_branch_cost.
2619         (cortexa53_tunings): Use cortexa57_branch_cost.
2620         (cortexa72_tunings): Use cortexa57_branch_cost.
2621         Use AUTOPREFETCHER_WEAK.
2622         (cortexa73_tunings): Use cortexa57_branch_cost.
2624 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2625             James Greenhalgh  <james.greenhalgh@arm.com>
2627         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
2628         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
2629         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
2630         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
2631         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
2632         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
2633         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
2634         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
2635         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
2636         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
2637         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
2638         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
2639         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
2640         New intrinsics.
2642 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
2643             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2645         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
2646         New define_insn.
2647         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
2649 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
2651         PR driver/71651
2652         * gcc.c (driver::build_option_suggestions): Pass "option" to
2653         add_misspelling_candidates.
2654         * opts-common.c (add_misspelling_candidates): Add "option" param;
2655         use it to avoid adding negated forms for options marked with
2656         RejectNegative.
2657         * opts.h (add_misspelling_candidates): Add "option" param.
2659 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
2661         PR middle-end/71693
2662         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
2663         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
2664         first when permuting bitwise operation with rotate.  Cast
2665         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
2667 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
2669         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
2670         for misspelled param names.
2671         * params.c: Include spellcheck.h.
2672         (find_param_fuzzy): New function.
2673         * params.h (find_param_fuzzy): New prototype.
2674         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
2675         * spellcheck.h (struct edit_distance_traits<const char *>):
2676         ...here.
2678 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
2680         * config/rs6000/predicates.md (const_0_to_7_operand): New
2681         predicate, recognize 0..7.
2682         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
2683         support for doing extracts from V16QImode, V8HImode, V4SImode
2684         under ISA 3.0.
2685         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
2686         vector extract support.
2687         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
2688         for ISA 3.0 vector extract.
2689         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
2690         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
2691         extracts of a constant element number from small integer vectors
2692         on 64-bit ISA 3.0 systems.
2693         (vsx_extract_<mode>_di): Likewise.
2694         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
2695         say when we can do ISA 3.0 vector extracts.
2696         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
2697         registers, using the stxsiwx instruction.
2699 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
2701         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
2702         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
2703         qdf24xx_regmove_cost, qdf24xx_tunings): New.
2704         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
2705         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
2706         * config/arm/arm.c (arm_qdf24xx_tune): New.
2708 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
2710         * config/aarch64/aarch64.c (cortexa53_tunings):
2711         Increase loop alignment to 8.  Set function alignment to 16.
2712         (cortexa35_tunings): Likewise.
2713         (cortexa57_tunings): Increase loop alignment to 8.
2714         (cortexa72_tunings): Likewise.
2715         (cortexa73_tunings): Likewise.
2717 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
2719         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
2720         for arm_fp16_ok and arm_fp16_hw.
2721         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
2722         arm_fp16_alternative.
2724 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
2726         PR tree-optimization/71655
2727         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
2728         types when swapping operands.
2730 2016-06-29  Martin Liska  <mliska@suse.cz>
2732         PR middle-end/71585
2733         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
2734         * ipa-inline-transform.c (inline_call): Remove unnecessary call
2735         of build_optimization_node.
2737 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
2739         PR tree-optimization/70729
2740         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
2741         independent in loops having positive safelen value.
2742         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
2743         it may be not valid after vectorization.
2745 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
2747         PR tree-optimization/71625
2748         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
2749         is sorted by ascending list->offset.  If PTR is non-NULL and there is
2750         previous strinfo, call get_stridx_plus_constant.
2751         (get_stridx): Pass exp as second argument to get_addr_stridx.
2752         (addr_stridxptr): Add missing list = list->next, so that there can be
2753         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
2754         the list is sorted by ascending list->offset.
2755         (get_stridx_plus_constant): Adjust so that it can be also called with
2756         ADDR_EXPR instead of SSA_NAME as PTR.
2757         (handle_char_store): Pass NULL_TREE as second argument to
2758         get_addr_stridx.
2760 2016-06-29  Richard Biener  <rguenther@suse.de>
2762         PR rtl-optimization/68961
2763         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
2765 2016-06-29  Richard Biener  <rguenther@suse.de>
2767         PR middle-end/71002
2768         * alias.c (component_uses_parent_alias_set_from): Handle
2769         type punning through union accesses by using the union alias set.
2770         * gimple.c (gimple_get_alias_set): Remove union type punning case.
2772 2016-07-29  Richard Biener  <rguenther@suse.de>
2774         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
2775         precision not matching mode precision.
2777 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
2779         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
2780         pa_output_arg_descriptor.
2781         (call_val_symref_64bit_post_reload): Likewise.
2782         (call_val_powf_64bit_post_reload): Likewise.
2783         (sibcall_internal_symref_64bit): Likewise.
2784         (sibcall_value_internal_symref_64bit): Likewise.
2786 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
2788         PR middle-end/71626
2789         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
2790         a constant, force its SUBREG_REG into memory or register instead
2791         of whole op1.
2793 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
2795         PR target/58655
2796         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
2797         * doc/invoke.texi (AVR Options): Document it.
2799 2016-06-28  Walter Lee  <walt@tilera.com>
2801         * config/tilegx/linux.h: Do not include arch/icache.h
2802         (CLEAR_INSN_CACHE): Provide inlined definition directly.
2803         * config/tilepro/linux.h: Do not include arch/icache.h
2804         (CLEAR_INSN_CACHE): Provide inlined definition directly.
2806 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
2808         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
2809         for big-endian BIT_FIELD_REF.
2811 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
2813         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
2814         ('size' attribute): Add '128'.
2815         Include power9.md.
2816         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
2817         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
2818         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
2819         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
2820         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
2821         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
2822         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
2823         *trunc<mode>df2_odd): Set size attribute to '128'.
2824         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
2825         * config/rs6000/power6.md (power6-fp): Include dfp type.
2826         * config/rs6000/power7.md (power7-fp): Likewise.
2827         * config/rs6000/power8.md (power8-fp): Likewise.
2828         * config/rs6000/power9.md: New file.
2829         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
2830         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
2831         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
2832         htmsimple.
2833         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
2834         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
2835         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
2836         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
2837         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
2838         dfp_dscri_<mode>): Change type attribute to dfp.
2839         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
2840         attribute to vecsimple.
2841         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
2842         and prefetch streams.
2843         (rs6000_option_override_internal): Remove temporary code setting
2844         tuning to power8.  Don't set rs6000_sched_groups for power9.
2845         (last_scheduled_insn): Change to rtx_insn *.
2846         (divide_cnt, vec_load_pendulum): New variables.
2847         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
2848         (rs6000_issue_rate): Set issue rate for Power9.
2849         (is_power9_pairable_vec_type): New.
2850         (power9_sched_reorder2): New.
2851         (rs6000_sched_reorder2): Call new function for Power9 specific
2852         reordering.
2853         (insn_must_be_first_in_group): Remove Power9.
2854         (insn_must_be_last_in_group): Likewise.
2855         (force_new_group): Likewise.
2856         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
2857         Initialize divide_cnt/vec_load_pendulum.
2858         (_rs6000_sched_context, rs6000_init_sched_context,
2859         rs6000_set_sched_context): Handle context save/restore of new
2860         variables.
2862 2016-06-28  Richard Biener  <rguenther@suse.de>
2864         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
2865         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
2866         COMPONENT_REF operand.
2867         (nonoverlapping_component_refs_p): Likewise.
2868         * stor-layout.c (start_bitfield_representative): Mark
2869         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
2871 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
2873         * Makefile.in: Don't cat ../stage_current if it does not exist.
2875         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
2876         last argument is a bit-field.
2878         PR rtl-optimization/71673
2879         * internal-fn.c (expand_arith_overflow_result_store): Use
2880         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
2881         expand_simple_binop.
2883         PR middle-end/66867
2884         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
2885         expand_ifn_atomic_compare_exchange): New functions.
2886         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
2887         * tree.h (build_call_expr_internal_loc): Rename to ...
2888         (build_call_expr_internal_loc_array): ... this.  Fix up type of
2889         last argument.
2890         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
2891         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
2892         ATOMIC_COMPARE_EXCHANGE result.
2893         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
2894         * gimple-fold.h (optimize_atomic_compare_exchange_p,
2895         fold_builtin_atomic_compare_exchange): New prototypes.
2896         * gimple-fold.c (optimize_atomic_compare_exchange_p,
2897         fold_builtin_atomic_compare_exchange): New functions..
2898         * tree-ssa.c (execute_update_addresses_taken): If
2899         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
2900         of call when finding addressable vars, and if such var becomes
2901         non-addressable, call fold_builtin_atomic_compare_exchange.
2903 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
2905         PR target/71670
2906         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
2907         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
2909 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
2911         * config/rs6000/rs6000.md ('type' attribute): Add
2912         veclogical,veccmpfx,vecexts,vecmove insn types.
2913         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
2914         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
2915         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
2916         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
2917         *nabs<mode>2_hw): Change type to vecmove.
2918         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
2919         *boolcc<mode>3_internal, *eqv<mode>3_internal,
2920         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
2921         *ieee_128bit_vsx_abs<mode>2_internal,
2922         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
2923         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
2924         *ieee128_mtvsrd_32bit): Change type to veclogical.
2925         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
2926         *movdi_internal32, *movdi_internal64): Update insn types.
2927         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
2928         vsx_extract_<mode>): Change type to veclogical.
2929         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
2930         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
2931         *vsx_sign_extend_si_v2di): Change type to vecexts.
2932         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
2933         type to veclogical.
2934         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
2935         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
2936         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
2937         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
2938         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
2939         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
2940         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
2941         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
2942         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
2943         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
2944         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
2945         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
2946         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
2947         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
2948         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
2949         (ppc7450-vecsimple): Add veclogical, vecmove.
2950         (ppc7450-veccmp): Add veccmpfx.
2951         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
2952         vecmove.
2953         (ppc8540_vector_compare): Add veccmpfx.
2954         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
2955         * config/rs6000/cell.md (cell-fp): Add fpsimple.
2956         (cell-vecsimple): Add veclogical, vecmove.
2957         (cell-veccmp): Add veccmpfx.
2958         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
2959         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
2960         veccmpfx.
2961         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
2962         * config/rs6000/power4.md (power4-fp): Add fpsimple.
2963         (power4-vecsimple): Add veclogical, vecmove.
2964         (power4-veccmp): Add veccmpfx.
2965         * config/rs6000/power5.md (power5-fp): Add fpsimple.
2966         * config/rs6000/power6.md (power6-fp): Add fpsimple.
2967         (power6-vecsimple): Add veclogical, vecmove.
2968         (power6-veccmp): Add veccmpfx.
2969         * config/rs6000/power7.md (power7-fp): Add fpsimple.
2970         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
2971         * config/rs6000/power8.md (power8-fp): Add fpsimple.
2972         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
2973         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
2974         * config/rs6000/titan.md (titan_fp): Add fpsimple.
2975         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
2976         fpsimple.
2977         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
2979 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
2981         PR target/71656
2982         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
2983         OPTION_MASK_P9_DFORM_VECTOR.
2984         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
2985         disable -mpower9-dform-vector when using reload.
2986         (quad_address_p): Remove 'gpr_p' argument and all associated code.
2987         New 'strict' argument.  Update all callers.  Add strict addressing
2988         support.
2989         (rs6000_legitimate_offset_address_p): Remove call to
2990         virtual_stack_registers_memory_p.
2991         (rs6000_legitimize_reload_address): Add quad address support.
2992         (rs6000_legitimate_address_p): Move call to quad_address_p above
2993         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
2994         to account for new strict usage.
2995         (rs6000_output_move_128bit): Adjust quad_address_p args to account
2996         for new strict usage.
2997         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
2999 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
3001         PR target/70902
3002         PR target/71453
3003         PR target/71555
3004         PR target/71596
3005         PR target/71657
3006         * config/i386/i386.c (ix86_spill_class): Disable condition to
3007         always return NO_REGS.
3009 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
3011         * predict.c: Include gimple-pretty-print.h
3012         (predicted_by_loop_heuristics_p): Check also
3013         PRED_LOOP_EXIT_WITH_RECURSION
3014         (predict_loops): Find self recursive calls and use special purpose
3015         predictors for them; dump log about decisions.
3016         (pass_profile::execute): Dump info about #of iterations.
3017         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
3018         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
3020 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
3022         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
3023         output_asm_insn calls and shorten long lines.  Output .CALL
3024         argument descriptor using pa_output_arg_descriptor.  Add various
3025         inline $$dyncall and other optimizations.
3026         (pa_attr_length_indirect_call): Adjust ordering and lengths.
3028 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
3030         PR tree-optimization/71643
3031         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
3032         EH preds.
3034         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
3035         leak a bitmap if dep_bb is NULL.
3037         PR tree-optimization/71631
3038         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
3039         to rewrite_expr_tree even if negate_result, move new_lhs var
3040         declaration and initialization earlier, for powi_result set afterwards
3041         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
3042         if new_lhs != lhs, and don't shadow gsi var.
3044 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
3046         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
3047         Add in_loop parameter.
3048         (predict_loops): Add loop guard heuristics.
3049         * predict.def (PRED_LOOP_GUARD): New heuristics.
3051 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
3053         * predict.c: Include ipa-utils.h
3054         (tree_bb_level_prediction): Predict recursive calls.
3055         (tree_estimate_probability_bb): Skip inexpensive calls for call
3056         predictor.
3057         * predict.def (PRED_RECURSIVE_CALL): New.
3059 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3061         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
3062         (BU_FLOAT128_1): Likewise.
3063         (FABSQ): Likewise.
3064         (COPYSIGNQ): Likewise.
3065         (RS6000_BUILTIN_NANQ): Likewise.
3066         (RS6000_BUILTIN_NANSQ): Likewise.
3067         (RS6000_BUILTIN_INFQ): Likewise.
3068         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
3069         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
3070         (TARGET_FOLD_BUILTIN): New #define.
3071         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
3072         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
3073         (rs6000_fold_builtin): New target hook implementation, handling
3074         folding of 128-bit NaNs and infinities.
3075         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
3076         entries are filled in to avoid problems during bootstrap
3077         self-test; define builtins for 128-bit NaNs and infinities.
3078         (rs6000_opt_mask): Add entry for float128.
3079         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
3080         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
3081         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
3082         (const_str_type_node): New #define.
3083         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
3084         to a define_expand that dispatches to either copysign<mode>3_soft
3085         or copysign<mode>3_hard.
3086         (copysign<mode>3_hard): Rename from copysign<mode>3.
3087         (copysign<mode>3_soft): New define_insn.
3088         * doc/extend.texi: Document new builtins.
3090 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
3092         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
3093         PRIu64 instead of lu.
3095 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
3097         PR debug/71642
3098         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
3099         copy the type name.
3101 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
3103         PR tree-optimization/71647
3104         * omp-low.c (lower_rec_input_clauses): Convert
3105         omp_clause_aligned_alignment (c) to size_type_node for the
3106         last argument of __builtin_assume_aligned.
3108 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
3110         * configure.ac (calling ___tls_get_addr via GOT): New
3111         assembler/linker check.
3112         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
3113         assembler and linker supports calling ___tls_get_addr via GOT.
3114         Otherise, defined to 0.
3115         * config.in: Regenerated.
3116         * configure: Likewise.
3117         * config/i386/constraints.md (Yb): New constraint.
3118         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
3119         (REG_CLASS_NAMES): Likewise.
3120         (REG_CLASS_CONTENTS): Likewise.
3121         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
3122         the b constraint with the Yb constraint.  Call ___tls_get_addr
3123         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
3124         is 1.
3125         (*tls_local_dynamic_base_32_gnu): Likewise.
3126         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
3127         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
3128         (*tls_local_dynamic_base_64_<mode>): Likewise.
3130 2016-06-24  Martin Liska  <mliska@suse.cz>
3132         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
3133         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
3134         few functions.
3135         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
3136         argument to true if the expected number of iterations is
3137         loop-based.
3139 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
3141         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
3142         assemble for 32bit target.
3143         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
3144         and $ld_ix86_gld_32_opt to link for 32bit target.
3145         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
3146         * configure: Regenerate.
3148 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3150         * config/arm/arm.c (int_log2): Delete definition and prototype.
3151         (shift_op): Use exact_log2 instead of int_log2.
3152         (vfp3_const_double_for_fract_bits): Likewise.
3154 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
3156         * internal-fn.c (expand_arith_set_overflow): New function.
3157         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
3158         Use it.
3159         (expand_arith_overflow_result_store): Likewise.  Handle precision
3160         smaller than mode precision.
3161         * tree-vrp.c (extract_range_basic): For imag part, handle
3162         properly signed 1-bit precision result.
3163         * doc/extend.texi (__builtin_add_overflow): Document that last
3164         argument can't be pointer to enumerated or boolean type.
3165         (__builtin_add_overflow_p): Document that last argument can't
3166         have enumerated or boolean type.
3168 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3169             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3171         * config/rs6000/predicates.md (splat_input_operand): Rework.
3172         Don't allow constants, since the insns that use this predicate
3173         don't support constants.  Constants are handled by other insns
3174         that are created via combine.  During and after register
3175         allocation, only allow indexed or indirect addresses, and not
3176         general addresses.  Only allow modes supported by the hardware.
3177         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
3178         comment.  Move check for using VSPLTIS<x> to a common location,
3179         instead of doing it in two different places.
3181 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
3183         * config/i386/driver-i386.c (host_detect_local_cpu): Set
3184         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
3185         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
3186         signature_CENTAUR_ebx.
3188 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
3190         PR target/66232
3191         PR target/67400
3192         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
3193         (as_ix86_gas_32_opt): This.
3194         (ld_ix86_tls_ldm_opt): Renamed to ...
3195         (ld_ix86_gld_32_opt): This.
3196         (R_386_TLS_LDM reloc): Updated.
3197         (R_386_GOT32X reloc): New assembler/linker check.
3198         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
3199         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
3200         defined to 0.
3201         * config.in: Regenerated.
3202         * configure: Likewise.
3203         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
3204         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
3205         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
3206         if ix86_force_load_from_GOT_p returns true.
3207         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
3208         ix86_force_load_from_GOT_p returns true.
3209         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
3210         the external function address via the GOT slot.
3211         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
3212         HAVE_AS_IX86_GOT32X before returning false.
3213         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
3214         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
3216 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3218         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
3220 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3222         * Makefile.in: Regenerate.
3223         * doc/install.texi: Document autoprofiledbootstrap.
3225 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3227         * config/i386/gcc-auto-profile: New file.
3229 2016-06-23  Martin Liska  <mliska@suse.cz>
3231         PR middle-end/71619
3232         * predict.c (predict_loops): Revert the hunk that was removed
3233         in r237103.
3235 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3237         * config.gcc: Add support for arm*-*-phoenix* targets.
3238         * config/arm/t-phoenix: New.
3239         * config/phoenix.h: New.
3241 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
3242             H.J. Lu  <hongjiu.lu@intel.com>
3244         PR target/67400
3245         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
3246         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
3247         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
3248         ix86_force_load_from_GOT_p returns true.
3249         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
3250         ix86_force_load_from_GOT_p returns true.
3251         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
3252         ix86_force_load_from_GOT_p returns true.
3253         (ix86_expand_move): Load the external function address via the
3254         GOT slot if ix86_force_load_from_GOT_p returns true.
3255         * config/i386/predicates.md (x86_64_immediate_operand): Return
3256         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
3257         (x86_64_zext_immediate_operand): Ditto.
3259 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
3261         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
3263 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
3265         PR c/70339
3266         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
3267         * diagnostic.c (pedwarn_at_rich_loc): New function.
3268         * spellcheck.h (best_match::best_match): Add a
3269         "best_distance_so_far" optional parameter.
3270         (best_match::set_best_so_far): New method.
3271         (best_match::get_best_distance): New accessor.
3272         (best_match::get_best_candidate_length): New accessor.
3274 2016-06-22  Nick Clifton  <nickc@redhat.com>
3276         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
3277         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
3278         modes are accepted as well.
3279         (ucompare_loc_descriptor): Likewise.
3280         (minmax_loc_descriptor): Likewise.
3281         (clz_loc_descriptor): Likewise.
3282         (popcount_loc_descriptor): Likewise.
3283         (bswap_loc_descriptor): Likewise.
3284         (rotate_loc_descriptor): Likewise.
3285         (mem_loc_descriptor): Likewise.
3286         (loc_descriptor): Likewise.
3288 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
3290         * common.opt (fdiagnostics-parseable-fixits): New option.
3291         * diagnostic.c: Include "selftest.h".
3292         (print_escaped_string): New function.
3293         (print_parseable_fixits): New function.
3294         (diagnostic_report_diagnostic): Call print_parseable_fixits.
3295         (selftest::assert_print_escaped_string): New function.
3296         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
3297         (selftest::test_print_escaped_string): New function.
3298         (selftest::test_print_parseable_fixits_none): New function.
3299         (selftest::test_print_parseable_fixits_insert): New function.
3300         (selftest::test_print_parseable_fixits_remove): New function.
3301         (selftest::test_print_parseable_fixits_replace): New function.
3302         (selftest::diagnostic_c_tests): New function.
3303         * diagnostic.h (struct diagnostic_context): Add field
3304         "parseable_fixits_p".
3305         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
3306         -fdiagnostics-parseable-fixits.
3307         (-fdiagnostics-parseable-fixits): New option.
3308         * opts.c (common_handle_option): Handle
3309         -fdiagnostics-parseable-fixits.
3310         * selftest-run-tests.c (selftest::run_tests): Call
3311         selftest::diagnostic_c_tests.
3312         * selftest.h (selftest::diagnostic_c_tests): New prototype.
3314 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
3316         PR tree-optimization/71488
3317         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
3318         comparison of boolean vectors.
3319         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
3320         of boolean vectors using bitwise operations.
3322 2016-06-22  Andreas Schwab  <schwab@suse.de>
3324         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
3325         Remove declaration.
3327 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
3329         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
3331 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3333         * config/i386/i386.c (print_reg): Emit an error message on attempt to
3334         print FLAGS_REG.
3336 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3338         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
3339         * config/arm/arm-cores.def (cortex-a73): New entry.
3340         (cortex-a73.cortex-a35): Likewise.
3341         (cortex-a73.cortex-a53): Likewise.
3342         * config/arm/arm-tables.opt: Regenerate.
3343         * config/arm/arm-tune.md: Likewise.
3344         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
3345         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
3346         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
3347         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
3348         * doc/invoke.texi (ARM Options): Document cortex-a73,
3349         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
3351 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3353         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
3354         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
3355         (cortex-a73.cortex-a35): Likewise.
3356         (cortex-a73.cortex-a53): Likewise.
3357         * config/aarch64/aarch64-tune.md: Regenerate.
3358         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
3359         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
3360         -mcpu and -mtune.
3362 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3364         * configure.ac (gcc_cv_as_compress_debug): Remove
3365         --compress-debug-sections as extra as switch.
3366         Handle gas --compress-debug-sections=type.
3367         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
3368         Handle gld --compress-debug-sections=type.
3369         * configure: Regenerate.
3371 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3373         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
3375 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
3377         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
3378         (do_rewrite): likewise.
3380 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3382         * common/config/mep/mep-common.c: Remove.
3383         * config.gcc: Remove mep-* support.
3384         * config/mep/constraints.md: Remove.
3385         * config/mep/default.h: Remove.
3386         * config/mep/intrinsics.h: Remove.
3387         * config/mep/intrinsics.md: Remove.
3388         * config/mep/ivc2-template.h: Remove.
3389         * config/mep/mep-c5.cpu: Remove.
3390         * config/mep/mep-core.cpu: Remove.
3391         * config/mep/mep-default.cpu: Remove.
3392         * config/mep/mep-ext-cop.cpu: Remove.
3393         * config/mep/mep-intrin.h: Remove.
3394         * config/mep/mep-ivc2.cpu: Remove.
3395         * config/mep/mep-pragma.c: Remove.
3396         * config/mep/mep-protos.h: Remove.
3397         * config/mep/mep.c: Remove.
3398         * config/mep/mep.cpu: Remove.
3399         * config/mep/mep.h: Remove.
3400         * config/mep/mep.md: Remove.
3401         * config/mep/mep.opt: Remove.
3402         * config/mep/predicates.md: Remove.
3403         * config/mep/t-mep: Remove.
3404         * doc/install.texi: Remove mep-* documentation.
3405         * doc/md.texi: Likewise.
3407 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3409         * config.gcc: Remove support for avr-rtems.
3410         * config/avr/gen-avr-mmcu-specs.c: Likewise.
3411         * config/avr/rtems.h: Remove.
3412         * config/avr/t-rtems: Remove.
3414 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3416         * config.gcc: Remove m32r-rtems support.
3417         * config/m32r/rtems.h: Remove.
3419 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3421         * config.gcc: Remove h8300-rtems support.
3422         * config/h8300/rtems.h: Remove.
3423         * config/h8300/t-rtems: Remove.
3425 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3427         * config.gcc: Remove support for knetbsd.
3428         * configure.ac: Likewise.
3429         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
3430         * config/knetbsd-gnu.h: Remove.
3431         * configure: Regenerate.
3433 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3435         * config.gcc: Remove support for openbsd 2 and 3.
3436         * config/openbsd-oldgas.h: Remove.
3438 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3440         * config.gcc: Remove interix support.
3441         * config/i386/i386-interix.h: Remove.
3442         * config/i386/interix.opt: Remove.
3443         * config/i386/t-interix: Remove.
3444         * configure: Regenerate.
3445         * configure.ac: Remove interix support.
3446         * doc/install.texi: Remove interix documentation.
3448 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3450         * config/rs6000/rs6000.h: Add conditional preprocessing directives
3451         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
3452         not defined.
3454 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
3456         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
3457         they are both PLACEHOLDER_EXPRs.
3459 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
3461         * stor-layout.c (layout_type): Move setting complex MODE to
3462         layout_type, instead of setting it ahead of time by the caller.
3463         * tree.c (build_complex_type): Likewise.
3465 2016-06-21  Martin Liska  <mliska@suse.cz>
3467         * predict.c (force_edge_cold): Replace imposisble with
3468         impossible.
3470 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
3472         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
3473         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
3475 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
3477         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
3479 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
3480             Ilya Enkovich  <ilya.enkovich@intel.com>
3482         PR target/71549
3483         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
3484         New member function to convert V1TImode register to SUBREG
3485         TImode in debug insn.
3486         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
3487         after changing register mode to V1TImode.
3489 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
3491         * config/aarch64/aarch64-cores.def (vulcan): New core.
3492         * config/aarch64/aarch64-tune.md: Regenerate.
3493         * doc/invoke.texi: Document vulcan as an available option.
3495 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
3497         * cse.c (canon_asm_operands): New function extracted from...
3498         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
3499         either standalone or member of a PARALLEL.
3501 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
3503         PR target/30417
3504         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
3505         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
3506         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
3508 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
3510         PR target/71103
3511         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
3512         constant addresses if can_create_pseudo_p.
3514 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
3516         PR tree-optimization/71588
3517         * tree-ssa-strlen.c (valid_builtin_call): New function.
3518         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
3519         it.
3521 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
3523         PR middle-end/71581
3524         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
3525         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
3526         for conversion of scalar user var to complex type and use the
3527         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
3528         punt.
3530         PR rtl-optimization/71591
3531         * toplev.c (toplev::run_self_tests): If no_backend, complain and
3532         don't run any tests.
3534 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
3536         PR target/71571
3537         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
3538         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
3539         space for PIC with non-v32 and the common non-PIC "jump".
3541 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
3543         PR target/71559
3544         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
3545         returned values and add UN*/LTGT/*ORDERED cases with values matching
3546         D operand modifier on vcmp for AVX.
3548 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
3550         * config/aarch64/aarch64.opt
3551         (mpc-relative-literal-loads): Rename internal option name.
3552         * config/aarch64/aarch64.c
3553         (aarch64_nopcrelative_literal_loads): Rename to
3554         aarch64_pcrelative_literal_loads.
3555         (aarch64_expand_mov_immediate): Likewise.
3556         (aarch64_secondary_reload): Likewise.
3557         (aarch64_can_use_per_function_literal_pools_p): Likewise.
3558         (aarch64_override_options_after_change_1): Rename and simplify logic.
3559         (aarch64_classify_symbol): Merge large model checks into switch,
3560         remove pc-relative load check.
3562 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
3564         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
3565         costs relative to the cost of a register move.
3567 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
3569         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
3570         (vcvt_n_f64_u64): Likewise.
3571         (vcvt_n_s64_f64): Likewise.
3572         (vcvt_n_u64_f64): Likewise.
3573         (vcvt_f64_s64): Likewise.
3574         (vrecpe_f64): Likewise.
3575         (vcvt_f64_u64): Likewise.
3576         (vrecps_f64): Likewise.
3578 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
3580         * config/aarch64/aarch64.md
3581         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
3582         iterators.
3583         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
3584         attributes.
3585         * config/aarch64/aarch64-builtins.c
3586         (aarch64_types_binop_uss_qualifiers): Delete.
3587         (TYPES_BINOP_USS): Likewise.
3588         (aarch64_types_binop_sus_qualifiers): Likewise.
3589         (TYPES_BINOP_SUS): Likewise.
3590         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
3591         (TYPES_FCVTIMM_SUS): Likewise.
3592         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
3593         rather than BINOP.
3594         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
3595         (fcvtzs): Use SHIFTIMM rather than BINOP.
3596         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
3598 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
3600         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
3601         costs relative to the cost of a register move.
3603 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
3605         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
3606         Allow scalar/single vector modes to be tieable.
3608 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
3610         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
3612 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3614         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
3615         "alignement".
3616         * tree.h (TYPE_ALIGN): Likewise.
3618 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
3620         PR target/71103
3621         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
3623 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
3625         * config/avr/avr.c (avr_print_operand): Fix "format not a string
3626         literal" build warnings.
3627         (avr_print_operand_address): Dito.
3629 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
3631         PR target/71375
3632         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
3633         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
3635 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
3637         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
3639 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
3641         PR bootstrap/71435
3642         * reload1.c (reload): Pass 0 to finish_spills when called because
3643         update_eliminables_and_spill returns true and remove did_spill.
3644         (finish_spills): Adjust comment and document GLOBAL parameter.
3646 2016-06-17  DJ Delorie  <dj@redhat.com>
3648         PR target/71338
3649         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
3650         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
3651         (umulqihi3_virt): Likewise.
3652         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
3653         (umulqihi3_real): Likewise.
3655 2016-06-17  Martin Liska  <mliska@suse.cz>
3657         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
3659 2016-06-17  Martin Liska  <mliska@suse.cz>
3661         * predict.def: PRED_LOOP_EXIT from 92 to 85.
3663 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
3665         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
3666         __FAST_MATH__.
3667         (vaddq_f32): Likewise.
3668         (vmul_f32): Likewise.
3669         (vmulq_f32): Likewise.
3670         (vsub_f32): Likewise.
3671         (vsubq_f32): Likewise.
3673 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
3675         PR tree-optimization/71347
3676         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
3677         cost for all uses in group.
3679 2016-06-17 Bin Cheng  <bin.cheng@arm.com>
3681         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
3682         insert gimple seq if it's not empty.
3684 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
3686         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
3687         member OFFSET.
3688         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
3689         rather than OFFSET.
3690         (comp_dr_with_seg_len_pair): Ditto.
3691         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
3692         struct dr_with_seg_len_pair against DR_OFFSET.
3693         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
3694         DR_OFFSET directly.
3696 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3698         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
3700 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
3702         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
3703         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
3704         (pa_output_millicode_call): Likewise.
3705         (pa_output_call): Likewise.
3706         (pa_output_indirect_call): Likewise.
3707         (pa_asm_output_mi_thunk): Likewise.
3709 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3711         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
3713 2016-06-16  Martin Liska  <mliska@suse.cz>
3715         * predict.c (combine_predictions_for_insn): When we find a first
3716         match predictor, we should consider just predictors with
3717         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
3718         DS theory predictor.
3719         (combine_predictions_for_bb): Likewise.
3721 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
3723         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
3724         with base of reference to struct.
3726 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
3728         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
3730 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3732         PR target/71151
3733         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
3734         progmem_swtable_section.
3735         (progmem_swtable_section): Remove.
3736         (avr_asm_function_rodata_section): Remove.
3737         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
3738         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
3740 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
3742         * config/i386/driver-i386.c (host_detect_local_cpu): Set
3743         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
3744         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
3745         signature_CENTAUR_ebx.
3746         * config/i386/i386.c (ix86_option_override_internal): Add
3747         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
3748         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
3749         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
3751 2016-06-16  Martin Liska  <mliska@suse.cz>
3753         * predict.def: Add fortran loop preheader predictor.
3754         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
3755         fold IFN_BUILTIN_EXPECT with a known constant argument.
3757 2016-06-16  Martin Liska  <mliska@suse.cz>
3759         * predict.def: Add 'Fortran' to display text of all
3760         PRED_FORTRAN_* predictors.
3762 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
3764         PR target/71242
3765         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
3766         [IA64_BUILTIN_NANSQ]: Ditto.
3767         (ia64_fold_builtin): New function.
3768         (TARGET_FOLD_BUILTIN): New define.
3769         (ia64_init_builtins) Declare const_string_type node.
3770         Add __builtin_nanq and __builtin_nansq builtin functions.
3771         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
3773 2016-06-16  Nick Clifton  <nickc@redhat.com>
3775         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
3776         MSP430_HWMULT_ prefix to enum values.
3777         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
3778         * config/msp430/msp430.c: Update use of enum values.
3779         * config/msp430/msp430.md: Likewise.
3780         * config/msp430/msp430.opt: Likewise.
3782 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
3784         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
3785         of comparsions in the last iteration.
3787 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
3788             Joern Rennecke  <joern.rennecke@embecosm.com>
3790         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
3791         addresses.
3792         (arc_needs_pcl_p): Add GOTOFFPC.
3793         (arc_legitimate_pic_addr_p): Likewise.
3794         (arc_output_pic_addr_const): Likewise.
3795         (arc_legitimize_pic_address): Generate a pc-relative address using
3796         GOTOFFPC.
3797         (arc_output_libcall): Use @pcl syntax.
3798         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
3799         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
3800         (*movsi_insn): Use @pcl syntax.
3801         (doloop_begin_i): Likewise.
3803 2016-06-16  Martin Liska  <mliska@suse.cz>
3805         * predict.def: Define a new predictor.
3807 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
3809         * config/arc/arc.opt (mtp-regno): Update text.
3811 2016-06-16  Renlin Li  <renlin.li@arm.com>
3813         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
3815 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
3817         PR target/71554
3818         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
3819         (setcc + and peephole2): Likewise.
3821         PR rtl-optimization/71532
3822         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
3823         memory slots.
3825 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
3827         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
3828         DImode constants with XXSPLTIB in vector registers.
3829         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
3830         vsx_extract_<mode>_internal{1,2} into a single insn that handles
3831         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
3832         extraction of the element at the top of the register as a scalar
3833         value.
3834         (vsx_extract_<mode>_internal1): Likewise.
3835         (vsx_extract_<mode>_internal2): Likewise.
3836         * config/rs6000/constraints.md (wi constraint): Remove a comment
3837         about DImode not being allowed in Altivec registers.
3838         (wB constraint): New constraint for constants that can be
3839         generated in Altivec registers with VSPLTISW/VUPKHSW.
3840         * config/rs6000/predicates.md (xxspltib_constant_split): Update
3841         comments.
3842         (xxspltib_constant_nosplit): Likewise.
3843         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
3844         support for -mupper-regs-di to enable DImode to go into Altivec
3845         registers.
3846         (POWERPC_MASKS): Likewise.
3847         (power7 cpu): Likewise.
3848         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
3849         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
3850         for DImode being allowed in Altivec registers.  Update wi/wj
3851         constraints.  Set scalar_in_vmx_p flag.
3852         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
3853         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
3854         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
3855         (rs6000_opt_masks): Add -mupper-regs-di.
3856         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
3857         direct move to use wi and not wj.
3858         (lfiwzx): Likewise.
3859         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
3860         alternative.
3861         (floatunssi<mode>2_lfiwzx_mem): Likewise.
3862         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
3863         any VSX register, instead of just Altivec registers, to allow
3864         either operand to be an Altivec register or both.
3865         (fixuns_trunc<mode>di2_fctiduz): Likewise.
3866         (movdi_internal32): Add support for -mupper-regs-di.  Add support
3867         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
3868         the alternatives and attributes to be lined up to be easier to
3869         read.
3870         (movdi_internal64): Likewise.
3871         (64-bit DImode splitters): Change predicates to only split loading
3872         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
3873         load constants in ISA 3.0 or ISA 2.07 respectively.
3874         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
3875         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
3876         mention -mcpu=power9 sets these options.
3877         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
3878         wB constraint.
3880 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
3882         PR target/67353
3883         * config/avr/avr.c (avr_set_current_function): Warn misspelled
3884         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
3885         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
3886         by default to warn misspelled interrupt/ signal handler.
3887         * doc/invoke.texi (AVR Options): Document it. Update description
3888         for -nodevicelib option.
3890 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3892         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
3893         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
3894         (aarch64_<sur>shll2_n<mode>): Likewise.
3896 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
3898         PR middle-end/71529
3899         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
3900         DECL_CONTEXT for copied arguments.
3902 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
3904         PR tree-optimization/71483
3905         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
3906         for slp
3908 2016-06-15  Martin Liska  <mliska@suse.cz>
3910         * predict.c (tree_predict_by_opcode): Call predict_edge_def
3911         instead of predict_edge w/o a probability.
3913 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
3915         PR tree-optimization/71439
3916         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
3917         live PHIs.
3919 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3921         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
3922         register subregs in SET_SRC.
3924 2016-06-15  Richard Biener  <rguenther@suse.de>
3926         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
3927         store restrictions.
3929 2016-06-15  Richard Biener  <rguenther@suse.de>
3931         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
3932         not consider dependences between accesses that belong to the
3933         same group.
3934         (vect_analyze_data_ref_dependences): Do not analyze read-read
3935         or self-dependences.
3937 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
3939         * spellcheck-tree.c: Include spellcheck-tree.h rather than
3940         spellcheck.h.
3941         (find_closest_identifier): Reimplement in terms of
3942         best_match<tree,tree>.
3943         * spellcheck-tree.h: New file.
3944         * spellcheck.c (struct edit_distance_traits<const char *>): New
3945         struct.
3946         (find_closest_string): Reimplement in terms of
3947         best_match<const char *, const char *>.
3948         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
3949         overload to spellcheck-tree.h.
3950         (find_closest_identifier): Likewise.
3951         (struct edit_distance_traits<T>): New template.
3952         (class best_match): New class.
3954 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
3956         * selftest-run-tests.c (selftest::run_tests): Call
3957         selftest::spellcheck_tree_c_tests.
3958         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
3959         * spellcheck-tree.c: Include selftest.h and stringpool.h.
3960         (selftest::test_find_closest_identifier): New function.
3961         (selftest::spellcheck_tree_c_tests): New function.
3962         * spellcheck.c (selftest::test_find_closest_string): Verify that
3963         the order of the vec does not affect the results for this case.
3964         (selftest::test_data): New array.
3965         (selftest::test_metric_conditions): New function.
3966         (selftest::spellcheck_c_tests): Add a test of case-comparison.
3967         Call selftest::test_metric_conditions.
3969 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3971         * config/rs6000/rs6000-builtin.def (commentary): Typo.
3972         (BU_P9_MISC_1): Likewise.
3973         (BU_P9_64BIT_MISC_0): Likewise.
3974         (BU_P9_MISC_0): Likewise.
3976 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
3978         * gcc-rich-location.c
3979         (gcc_rich_location::add_fixit_misspelled_id): New method.
3980         * gcc-rich-location.h
3981         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
3983 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
3985         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
3986         FreeBSD 11 and above.
3988 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
3990         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
3992 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3994         * expmed.h: Close parenthesis in "at your option" in copyright
3995         boilerplate.
3996         * lower-subreg.h: Likewise.
3998 2016-06-14  Richard Biener  <rguenther@suse.de>
4000         PR middle-end/71526
4001         * genmatch.c (expr::gen_transform): Use in_type for comparisons
4002         if available.
4004 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4006         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
4007         New function.
4008         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
4009         mask+shift version.
4010         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
4011         New prototype.
4012         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
4013         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
4015 2016-06-14  Richard Biener  <rguenther@suse.de>
4017         PR tree-optimization/71522
4018         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
4019         copying into float copying.
4021 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
4023         PR tree-optimization/71520
4024         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
4025         (replace_block_by): Move user labels from bb1 to bb2.
4027 2016-06-14  Richard Biener  <rguenther@suse.de>
4029         PR middle-end/71310
4030         PR bootstrap/71510
4031         * expr.h (get_bit_range): Declare.
4032         * expr.c (get_bit_range): Export.
4033         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
4034         word_mode again to constrain the bitfield access.
4036 2016-06-14  Richard Biener  <rguenther@suse.de>
4038         PR tree-optimization/71521
4039         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
4040         division int_const_binop against zero divisor.
4042 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
4044         * config/i386/i386.md (signbittf2): New expander.
4045         * config/i386/sse.md (ptesttf2): New insn pattern.
4047 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
4049         PR bootstrap/71481
4050         * input.c (selftest::test_reading_source_line): Avoid reading from
4051         __FILE__ by creating a tempfile with known content and reading
4052         from that instead.
4054 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
4056         * pretty-print.c (assert_pp_format_colored): Skip the test if
4057         GCC_COLORS is set.
4058         (test_pp_format): Remove comment about GCC_COLORS.
4060 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
4062         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
4063         * pretty-print.c (assert_pp_format_va): Add location param and use
4064         it with ASSERT_STREQ_AT.
4065         (assert_pp_format): Add location param and pass it to
4066         assert_pp_format_va.
4067         (assert_pp_format_colored): Likewise.
4068         (ASSERT_PP_FORMAT_1): New.
4069         (ASSERT_PP_FORMAT_2): New.
4070         (ASSERT_PP_FORMAT_3): New.
4071         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
4072         explicitly, or implicitly via the above macros.
4073         * selftest.c (selftest::pass): Use a selftest::location rather
4074         than file and line.
4075         (selftest::fail): Likewise.  Print the function name.
4076         (selftest::fail_formatted): Likewise.
4077         (selftest::assert_streq): Use a selftest::location rather than
4078         file and line.
4079         * selftest.h (selftest::location): New struct.
4080         (SELFTEST_LOCATION): New macro.
4081         (selftest::pass): Accept a const location & rather than file
4082         and line.
4083         (selftest::fail): Likewise.
4084         (selftest::fail_formatted): Likewise.
4085         (selftest::assert_streq): Likewise.
4086         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
4087         (ASSERT_FALSE): Likewise.
4088         (ASSERT_EQ): Likewise.
4089         (ASSERT_NE): Likewise.
4090         (ASSERT_STREQ): Likewise.
4091         (ASSERT_PRED1): Likewise.
4092         (ASSERT_STREQ_AT): New macro.
4094 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
4096         * selftest.c (selftest::fail_formatted): New function.
4097         (selftest::assert_streq): New function.
4098         * selftest.h (selftests::fail_formatted): New decl.
4099         (selftest::assert_streq): New decl.
4100         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
4102 2016-06-13  Jeff Law  <law@redhat.com>
4104         PR tree-optimization/71403
4105         * tree-ssa-threadbackward.c
4106         (convert_and_register_jump_thread_path): No longer accept reference
4107         to path.  Do not pop items off the path anymore.
4108         (fsm_find_control_statement_thread_paths): Do not allow threading
4109         to a deeper loop nest.  Pop the last item off the path here rather
4110         than in convert_and_register_jump_thread_path.
4112 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
4113             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
4115         [AArch64] Emit division using the Newton series
4117         * config/aarch64/aarch64-protos.h
4118         (cpu_approx_modes): Add new member "division".
4119         (aarch64_emit_approx_div): Declare new function.
4120         * config/aarch64/aarch64.c
4121         (generic_approx_modes): New member "division".
4122         (exynosm1_approx_modes): Likewise.
4123         (xgene1_approx_modes): Likewise.
4124         (aarch64_emit_approx_div): Define new function.
4125         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
4126         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
4127         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
4128         * doc/invoke.texi (-mlow-precision-div): Describe new option.
4130 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
4131             Wilco Dijkstra  <wilco.dijkstra@arm.com>
4133         [AArch64] Emit square root using the Newton series
4135         * config/aarch64/aarch64-protos.h
4136         (aarch64_emit_approx_rsqrt): Replace with new function
4137         "aarch64_emit_approx_sqrt".
4138         (cpu_approx_modes): New member "sqrt".
4139         * config/aarch64/aarch64.c
4140         (generic_approx_modes): New member "sqrt".
4141         (exynosm1_approx_modes): Likewise.
4142         (xgene1_approx_modes): Likewise.
4143         (aarch64_emit_approx_rsqrt): Replace with new function
4144         "aarch64_emit_approx_sqrt".
4145         (aarch64_override_options_after_change_1): Handle new option.
4146         * config/aarch64/aarch64-simd.md
4147         (rsqrt<mode>2): Use new function instead.
4148         (sqrt<mode>2): New expansion and insn definitions.
4149         * config/aarch64/aarch64.md: Likewise.
4150         * config/aarch64/aarch64.opt
4151         (mlow-precision-sqrt): Add new option description.
4152         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
4154 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
4156         [AArch64] Add more choices for the reciprocal square root approximation
4158         Allow a target to prefer such operation depending on the operation mode.
4160         * config/aarch64/aarch64-protos.h
4161         (AARCH64_APPROX_MODE): New macro.
4162         (AARCH64_APPROX_{NONE,ALL}): Likewise.
4163         (cpu_approx_modes): New structure.
4164         (tune_params): New member "approx_modes".
4165         * config/aarch64/aarch64-tuning-flags.def
4166         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
4167         * config/aarch64/aarch64.c
4168         (generic_approx_modes): New core "cpu_approx_modes" structure.
4169         (exynosm1_approx_modes): Likewise.
4170         (xgene1_approx_modes): Likewise.
4171         (generic_tunings): New member "approx_modes".
4172         (cortexa35_tunings): Likewise.
4173         (cortexa53_tunings): Likewise.
4174         (cortexa57_tunings): Likewise.
4175         (cortexa72_tunings): Likewise.
4176         (exynosm1_tunings): Likewise.
4177         (thunderx_tunings): Likewise.
4178         (xgene1_tunings): Likewise.
4179         (use_rsqrt_p): New argument for the mode and use new member from
4180         "tune_params".
4181         (aarch64_builtin_reciprocal): Devise mode from builtin.
4182         (aarch64_optab_supported_p): New argument for the mode.
4183         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
4185 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4187         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
4188         RS6000_BTM_MODULO flag into the set of flags that are considered
4189         to be part of the common configuration.
4191 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4193         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
4194         difference unsigned.
4195         (vec_absdb): New macro for vector absolute difference unsigned
4196         byte.
4197         (vec_absdh): New macro for vector absolute difference unsigned
4198         half-word.
4199         (vec_absdw): New macro for vector absolute difference unsigned word.
4200         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
4201         (vadu<mode>3): New insn.
4202         (*p9_vadu<mode>3): New insn.
4203         * config/rs6000/rs6000-builtin.def (vadub): New built-in
4204         definition.
4205         (vaduh): New built-in definition.
4206         (vaduw): New built-in definition.
4207         (vadu): New overloaded built-in definition.
4208         (vadub): New overloaded built-in definition.
4209         (vaduh): New overloaded built-in definition.
4210         (vaduw): New overloaded built-in definition.
4211         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4212         overloaded vector absolute difference unsigned functions.
4213         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
4214         the ISA 3.0 vector absolute difference unsigned built-in functions.
4216 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
4218         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
4219         update shared_lookup_references only once after changing operands.
4221 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4223         PR middle-end/71373
4224         * tree-nested.c (convert_nonlocal_omp_clauses)
4225         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
4227         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
4228         * tree.def (CASE_LABEL_EXPR): Likewise.
4230 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4232         PR bootstrap/71481
4233         * input.c (test_builtins): Fix an assertion.
4235 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
4237         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
4238         (paritysi2): Ditto.
4239         (isinfxf2): Ditto.
4240         (isinf<mode>2): Ditto.
4242 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
4244         * ggc-tests.c (test_finalization): Only test need_finalization_p
4245         for GCC_VERSION >= 4003.
4247 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4249         * config/s390/vecintrin.h: Fix file description in comment.
4251 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4253         * config/s390/s390-builtin-types.def: Change builtin type naming
4254         scheme to match builtin-types.def.
4256 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
4258         * fold-const.c (optimize_minmax_comparison): Remove.
4259         (fold_comparison): Remove call to the above.
4260         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
4261         New transformations.
4263 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
4265         PR tree-optimization/71416
4266         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
4267         multiple entries
4269 2016-06-13  Martin Liska  <mliska@suse.cz>
4271         * predict.c (enum predictor_reason): Prefix enum with REASON_.
4272         (combine_predictions_for_insn): Likewise.
4273         (prune_predictions_for_bb): Likewise.
4274         (combine_predictions_for_bb): Likewise.
4276 2016-06-13  Richard Biener  <rguenther@suse.de>
4278         PR tree-optimization/71505
4279         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
4280         assert match comment.
4282 2016-06-13  Marek Polacek  <polacek@redhat.com>
4284         PR middle-end/71476
4285         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
4286         gimplify_switch_expr.
4287         (warn_switch_unreachable_r): New function.
4289 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4291         PR target/71379
4292         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
4293         one.
4295 2016-06-13  Richard Biener  <rguenther@suse.de>
4297         PR middle-end/64516
4298         * fold-const.c (fold_unary_loc): Preserve alignment when
4299         folding a VIEW_CONVERT_EXPR into a MEM_REF.
4301 2016-06-13  Martin Liska  <mliska@suse.cz>
4303         PR sanitizer/71458
4304         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
4305         w/ -fsanitize=bounds.
4307 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
4309         * config/i386/i386.c (ix86_init_builtins): Calculate
4310         FLOAT128_FTYPE_CONST_STRING function type only once.
4311         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
4312         built-in functions are available for x86-32 and x86-64 targets.
4314 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
4316         PR target/71241
4317         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
4318         New primitive type.
4319         (FLOAT128_FTYPE_CONST_STRING): New function type.
4320         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
4321         [IX86_BUILTIN_NANSQ]: Ditto.
4322         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
4323         (ix86_init_builtin_types): Declare const_string_type_node.
4324         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
4325         builtin functions.
4326         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
4327         * doc/extend.texi (x86 Built-in Functions): Document
4328         __builtin_nanq and __builtin_nansq.
4330 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
4332         PR target/71061
4333         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
4334         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
4335         length for pop patterns.
4336         (arm_attr_length_push_multi): Update comments.
4337         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
4338         attribute.
4339         (*pop_multiple_with_writeback_and_return): Likewise.
4340         (*pop_multiple_with_return): Likewise.
4342 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
4344         PR middle-end/71310
4345         * fold-const.c (optimize_bit_field_compare): Don't try to use
4346         word_mode unconditionally for reading the bit field, look at
4347         DECL_BIT_FIELD_REPRESENTATIVE instead.
4349 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
4351         PR middle-end/71478
4352         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
4353         vector integer type.
4355 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
4357         PR middle-end/71494
4358         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
4359         without LABEL_DECL, set *handled_ops_p to false instead of true.
4361 2016-06-10  Martin Sebor  <msebor@redhat.com>
4363         PR c/71392
4364         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
4365         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
4366         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
4367         them.
4368         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
4369         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
4370         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
4371         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
4372         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
4373         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
4374         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
4375         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
4377 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4379         * config/arm/arm.h (pool_vector_label,
4380         return_used_this_function): Remove.
4382 2016-06-10  Jeff Law  <law@redhat.com>
4384         PR tree-optimization/71335
4385         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
4386         zero length paths here.
4387         (convert_and_register_jump_thread_path): Remove hacks related to
4388         duplicated blocks in the jump thread path.
4389         (fsm_find_control_statement_thread_paths): Avoid putting the same
4390         block on the thread path twice, but ensure the thread path is
4391         unchanged from the caller's point of view.
4393 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
4395         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
4396         * predict.def (PRED_LOOP_BRANCH): Remove.
4398 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
4400         * Makefile.in (OBJS): Add ggc-tests.o.
4401         (GTFILES): Add ggc-tests.c.
4402         * ggc-tests.c: New file.
4403         * selftest-run-tests.c (selftest::run_tests): Call
4404         selftest::ggc_tests_c_tests.
4405         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
4407 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
4409         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
4411 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
4413         PR sanitizer/71480
4414         * varasm.c (place_block_symbol): Adjust alignment for asan protected
4415         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
4417 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
4419         * profile.c: Include cfgloop.h.
4420         (branch_prob): Compute estimated number of iterations.
4421         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
4422         recompute estimate number of iterations from profile.
4424 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4426         PR inline-asm/68843
4427         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
4428         must be grouped on top of stack.  Don't force early clobber
4429         on ordinary reg outputs.
4431 2016-06-10  Richard Biener  <rguenther@suse.de>
4433         * targhooks.c (default_builtin_vectorization_cost): Adjust
4434         vec_construct cost.
4436 2016-06-10  Richard Biener  <rguenther@suse.de>
4438         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
4439         to fold the RHS to a constant if possible.
4441 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
4443         PR middle-end/71373
4444         * tree-nested.c (convert_nonlocal_omp_clauses)
4445         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
4446         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
4447         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
4449         * gimplify.c (gimplify_adjust_omp_clauses): Discard
4450         OMP_CLAUSE_TILE.
4451         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
4453         * omp-low.c (scan_sharing_clauses): Don't expect
4454         OMP_CLAUSE__CACHE_.
4456 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
4458         PR tree-optimization/71407
4459         PR tree-optimization/71416
4460         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
4461         BIT_FIELD_REF type.
4463 2016-06-10  Richard Biener  <rguenther@suse.de>
4465         PR middle-end/71477
4466         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
4468 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
4470         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
4472 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
4473             Jiong Wang  <jiong.wang@arm.com>
4475         PR rtl-optimization/70751
4476         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
4477         spilled into memory.
4479 2016-06-09  Jonathan Yong  <10walls@gmail.com>
4481         Revert:
4482         2015-09-21  Jonathan Yong  <10walls@gmail.com>
4484         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
4485         sysroot/usr/lib/32api for additional win32 libraries,
4486         fixes failing Cygwin bootstrapping.
4488 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
4490         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
4491         Delete.
4493 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
4495         PR bootstrap/71471
4496         * pretty-print.c (pp_indent): Specify that %p is printed in a
4497         host-dependent manner.
4498         (test_pp_format): Remove the test for %p.
4500 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
4502         * config/mips/mips.c (mips_output_jump): Fix formatting.
4504 2016-06-09  Richard Biener  <rguenther@suse.de>
4506         PR tree-optimization/71462
4507         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
4508         removed blocks.
4510 2016-06-09  Martin Liska  <mliska@suse.cz>
4512         * predict.c (dump_prediction): Add new argument.
4513         (enum predictor_reason): New enum.
4514         (struct predictor_hash): New struct.
4515         (predictor_hash::hash): New function.
4516         (predictor_hash::equal): Likewise.
4517         (not_removed_prediction_p): New function.
4518         (prune_predictions_for_bb): Likewise.
4519         (combine_predictions_for_bb): Prune predictions.
4521 2016-06-09  Martin Liska  <mliska@suse.cz>
4523         * predict.c (filter_predictions): New function.
4524         (remove_predictions_associated_with_edge): Use the filter
4525         function.
4526         (equal_edge_p): New function.
4528 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
4530         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
4531         Correct usage of @samp vs @option, add @samp where appropriate.
4532         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
4533         Add armv6s-m and document it, as it is no official ARM name.
4535 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4537         * ifcvt.c (struct noce_if_info): Add transform_name field.
4538         (noce_try_move): Set if_info->transform_name to the function name.
4539         (noce_try_ifelse_collapse): Likewise.
4540         (noce_try_store_flag): Likewise.
4541         (noce_try_inverse_constants): Likewise.
4542         (noce_try_store_flag_constants): Likewise.
4543         (noce_try_addcc): Likewise.
4544         (noce_try_store_flag_mask): Likewise.
4545         (noce_try_cmove): Likewise.
4546         (noce_try_cmove_arith): Likewise.
4547         (noce_try_minmax): Likewise.
4548         (noce_try_abs): Likewise.
4549         (noce_try_sign_mask): Likewise.
4550         (noce_try_bitop): Likewise.
4551         (noce_convert_multiple_sets): Likewise.
4552         (noce_process_if_block): Print if_info->transform_name to
4553         dump_file if transformation succeeded.
4555 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4557         * config/arm/cortex-a57.md (cortex_a57_alu):
4558         Handle csel type.
4560 2016-06-08  Martin Sebor  <msebor@redhat.com>
4561             Jakub Jelinek  <jakub@redhat.com>
4563         PR c++/70507
4564         PR c/68120
4565         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
4566         BUILT_IN_MUL_OVERFLOW_P): New builtins.
4567         * builtins.c: Include gimple-fold.h.
4568         (fold_builtin_arith_overflow): Handle
4569         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
4570         (fold_builtin_3): Likewise.
4571         * doc/extend.texi (Integer Overflow Builtins): Document
4572         __builtin_{add,sub,mul}_overflow_p.
4574 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
4576         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
4577         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
4579 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
4581         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
4582         Rewrite, looking one level down for records and arrays.
4584 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
4586         * pretty-print.c: Include "selftest.h".
4587         (pp_format): Fix comment.
4588         (identifier_to_locale): Likewise.
4589         (selftest::test_basic_printing): New function.
4590         (selftest::assert_pp_format): New function.
4591         (selftest::test_pp_format): New function.
4592         (selftest::pretty_print_c_tests): New function.
4593         * selftest-run-tests.c (selftest::run_tests): Call
4594         selftest::pretty_print_c_tests.
4595         * selftest.h (pretty_print_c_tests): New declaration.
4597 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
4599         * invoke.texi (max-loop-headers-insns): Document.
4600         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
4601         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
4602         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
4604 2016-06-08  Richard Biener  <rguenther@suse.de>
4606         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
4607         on strided SLP loads and fall back to scalar loads in case
4608         we can't chunk them.
4610 2016-06-08  Richard Biener  <rguenther@suse.de>
4612         PR tree-optimization/71452
4613         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
4614         type used for the SSA rewrite has enough precision to cover
4615         the dynamic type of the location.
4617 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
4618             Richard Biener  <rguenther@suse.de>
4620         PR c++/71448
4621         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
4622         the same as DECL_P (base0) for indirect_base0.  Use equality_code
4623         in one further place.
4625 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
4627         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
4628         to one word if the field is known to overlap other words.
4629         (extract_bit_field_1): Likewise.
4630         (store_split_bit_field): Remove compensating code.
4631         (extract_split_bit_field): Likewise.
4633 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
4635         PR debug/71432
4636         PR ada/71413
4637         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
4639 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
4641         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
4642         VDQF.
4643         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
4644         (arch64_addpv4sf): Delete.
4645         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
4646         "gen_aarch64_addpv4sf".
4647         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
4648         builtin.
4649         (vpadds_f32): Likewise.
4650         (vpaddq_f32): Likewise.
4651         (vpaddq_f64): Likewise.
4653 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
4655         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
4656         VALLF.
4657         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
4658         to VALLF.  Rename to "fabd<mode>3".
4659         "*fabd_scalar<mode>3): Delete.
4660         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
4661         Use builtin.
4662         (vabdd_f64): Likewise.
4663         (vabd_f32): Likewise.
4664         (vabd_f64): Likewise.
4665         (vabdq_f32): Likewise.
4666         (vabdq_f64): Likewise.
4668 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
4670         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
4671         VALLF.
4672         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
4673         "aarch64_rsqrts<mode>".
4674         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
4675         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
4676         builtin.
4677         (vrsqrtsd_f64): Likewise.
4678         (vrsqrts_f32): Likewise.
4679         (vrsqrts_f64): Likewise.
4680         (vrsqrtsq_f32): Likewise.
4681         (vrsqrtsq_f64): Likewise.
4683 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
4685         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
4686         VALLF.
4687         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
4688         "aarch64_rsqrte<mode>".
4689         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
4690         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
4691         builtin.
4692         (vrsqrted_f64): Likewise.
4693         (vrsqrte_f32): Likewise.
4694         (vrsqrte_f64): Likewise.
4695         (vrsqrteq_f32): Likewise.
4696         (vrsqrteq_f64): Likewise.
4698 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
4700         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
4701         (ucvtf): Likewise.
4702         (fcvtzs): Likewise.
4703         (fcvtzu): Likewise.
4704         * config/aarch64/aarch64-simd.md
4705         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
4706         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
4707         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
4708         Use builtin.
4709         (vcvt_n_f32_u32): Likewise.
4710         (vcvt_n_s32_f32): Likewise.
4711         (vcvt_n_u32_f32): Likewise.
4712         (vcvtq_n_f32_s32): Likewise.
4713         (vcvtq_n_f32_u32): Likewise.
4714         (vcvtq_n_f64_s64): Likewise.
4715         (vcvtq_n_f64_u64): Likewise.
4716         (vcvtq_n_s32_f32): Likewise.
4717         (vcvtq_n_s64_f64): Likewise.
4718         (vcvtq_n_u32_f32): Likewise.
4719         (vcvtq_n_u64_f64): Likewise.
4720         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
4721         (VSDQ_SDI): Likewise.
4722         (fcvt_target): Support V4DI, V4SI and V2SI.
4723         (FCVT_TARGET): Likewise.
4725 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
4727         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
4728         (TYPES_BINOP_SUS): Likewise.
4729         (aarch64_simd_builtin_data): Update include file name.
4730         (aarch64_builtins): Likewise.
4731         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
4732         for conversion between scalar float-point and fixed-point.
4733         (ucvtf): Likewise.
4734         (fcvtzs): Likewise.
4735         (fcvtzu): Likewise.
4736         * config/aarch64/aarch64.md
4737         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
4738         pattern for conversion between scalar float to fixed-pointer.
4739         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
4740         (UNSPEC_FCVTZS): New UNSPEC enumeration.
4741         (UNSPEC_FCVTZU): Likewise.
4742         (UNSPEC_SCVTF): Likewise.
4743         (UNSPEC_UCVTF): Likewise.
4744         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
4745         Use builtin.
4746         (vcvtd_n_f64_u64): Likewise.
4747         (vcvtd_n_s64_f64): Likewise.
4748         (vcvtd_n_u64_f64): Likewise.
4749         (vcvtd_n_f32_s32): Likewise.
4750         (vcvts_n_f32_u32): Likewise.
4751         (vcvtd_n_s32_f32): Likewise.
4752         (vcvts_n_u32_f32): Likewise.
4753         * config/aarch64/iterators.md (fcvt_target): Support integer to float
4754         mapping.
4755         (FCVT_TARGET): Likewise.
4756         (FCVT_FIXED2F): New iterator.
4757         (FCVT_F2FIXED): Likewise.
4758         (fcvt_fixed_insn): New define_int_attr.
4760 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
4762         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
4763         some statements was removed.
4765 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
4767         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
4768         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
4769         (vect_can_advance_ivs_p): likewise.
4770         (vect_update_ivs_after_vectorizer): likewise.
4771         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
4772         (vect_analyze_scalar_cycles_1): likewise.
4773         (vect_analyze_loop_operations): likewise.
4774         (report_vect_op): likewise.
4775         (vect_is_slp_reduction): likewise.
4776         (vect_is_simple_reduction): likewise.
4777         (get_initial_def_for_induction): likewise.
4778         (vect_transform_loop): likewise.
4779         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
4780         (vect_recog_sad_pattern): likewise.
4781         (vect_recog_widen_sum_pattern): likewise.
4782         (vect_recog_widening_pattern): likewise.
4783         (vect_recog_divmod_pattern): likewise.
4784         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
4785         (vect_analyze_slp_instance): likewise.
4786         (vect_transform_slp_perm_load): likewise.
4787         (vect_schedule_slp_instance): likewise.
4789 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
4791         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
4792         (return_prediction): PRED_CONST_RETURN predict return as not taken.
4793         * predict.def (PRED_CONTINUE): Change hitrate 50->67
4794         (PRED_LOOP_BRANCH): Document predictor as broken.
4795         (PRED_LOOP_EXIT): Change hitrate 91->92.
4796         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
4797         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
4798         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
4799         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
4800         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
4801         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
4802         (PRED_CALL): Chane hitrate 71->67.
4803         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
4804         (PRED_GOTO): Document as unused right now.
4805         (PRED_CONST_RETURN): Change hitrate 67->69
4806         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
4807         (PRED_NULL_RETURN): Change hitrate 91->90.
4808         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
4809         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
4810         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
4812 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
4814         * config/rs6000/altivec.h: Add __builtin_vec_mul.
4815         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
4816         special case Altivec builtin.
4817         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
4818         VSX_BUILTIN_VEC_MUL (replaced with special case code).
4819         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
4820         code for ALTIVEC_BUILTIN_VEC_MUL.
4821         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
4822         for __builtin_vec_mul.
4824 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
4826         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
4827         -mno-htm.
4829 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
4831         * spellcheck.c (selftest::test_find_closest_string): New function.
4832         (spellcheck_c_tests): Call the above.
4834 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4836         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
4838 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
4840         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
4841         Yv=Yv,C alternatives.
4843 2016-06-07  Richard Biener  <rguenther@suse.de>
4845         PR c/61564
4846         * common.opt (ffast-math): Make Optimization.
4848 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
4849             Prachi Godbole  <prachi.godbole@imgtec.com>
4851         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
4852         `fabs' and `fneg' type attributes.
4853         (p5600_fpu_fabs): Add `fmove' to the comment.
4855 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
4857         * gimple.c: Include builtins.h
4858         (gimple_inexpensive_call_p): New function.
4859         * gimple.h (gimple_inexpensive_call_p): Declare.
4860         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
4861         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
4862         fix formatting.
4864 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
4866         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
4867         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
4868         warning_at_rich_loc, warning_n, pedwarn, permerror,
4869         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
4870         sorry, fatal_error, internal_error, internal_error_no_backtrace):
4871         Use the above.
4873 2016-06-07  Richard Biener  <rguenther@suse.de>
4875         PR tree-optimization/71428
4876         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
4877         BIT_FIELD_REF op vs. load.
4879 2016-06-07  Richard Biener  <rguenther@suse.de>
4881         PR middle-end/71423
4882         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
4883         for signed ops.
4885 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
4887         * config/pa/pa.md (call): Generate indirect long calls to non-local
4888         functions on TARGET_64BIT.
4889         (call_value): Likewise.
4891 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
4893         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
4894         pattern and subsequent splitters.
4895         (call_val_reg_64bit_post_reload): Likewise.
4897 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
4899         PR middle-end/71408
4900         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
4901         propagate_op_to_single_use.
4903 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
4905         PR middle-end/71281
4906         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
4908 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
4910         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
4911         (enum x86_dirflag_state): New enum.
4912         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
4913         (machine_function): Remove needs_cld.
4914         (ix86_current_function_needs_cld): Remove.
4915         * config/i386/i386.c (ix86_set_func_type): Set
4916         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
4917         (ix86_expand_prologue): Do not emit CLD here.
4918         (ix86_dirflag_mode_needed): New function.
4919         (ix86_dirflag_mode_entry): Ditto.
4920         (ix86_mode_needed): Handle X86_DIRFLAG entity.
4921         (ix86_mode_after): Ditto.
4922         (ix86_mode_entry): Ditto.
4923         (ix86_mode_exit): Ditto.
4924         (ix86_emit_mode_set): Ditto.
4925         * config/i386/i386.md (strmov_singleop): Set
4926         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
4927         Do not set ix86_current_function_needs_cld.
4928         (rep_mov): Ditto.
4929         (strset_singleop): Ditto.
4930         (rep_stos): Ditto.
4931         (cmpstrnqi_nz_1): Ditto.
4932         (cmpstrnqi_1): Ditto.
4933         (strlenqi_1): Ditto.
4935 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
4937         PR tree-optimization/71259
4938         * tree-vect-slp.c (vect_get_constant_vectors): For
4939         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
4940         one for constant op, and use COND_EXPR for non-constant.
4942 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
4944         * Makefile.in (OBJS): Add function-tests.o,
4945         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
4946         selftest-run-tests.o.
4947         (OBJS-libcommon): Add selftest.o.
4948         (OBJS-libcommon-target): Add selftest.o.
4949         (all.internal): Add "selftest".
4950         (all.cross): Likewise.
4951         (selftest): New phony target.
4952         (s-selftest): New target.
4953         (selftest-gdb): New phony target.
4954         (COLLECT2_OBJS): Add selftest.o.
4955         * bitmap.c: Include "selftest.h".
4956         (selftest::test_gc_alloc): New function.
4957         (selftest::test_set_range): New function.
4958         (selftest::test_clear_bit_in_middle): New function.
4959         (selftest::test_copying): New function.
4960         (selftest::test_bitmap_single_bit_set_p): New function.
4961         (selftest::bitmap_c_tests): New function.
4962         * common.opt (fself-test): New.
4963         * diagnostic-show-locus.c: Include "selftest.h".
4964         (make_range): New function.
4965         (test_range_contains_point_for_single_point): New function.
4966         (test_range_contains_point_for_single_line): New function.
4967         (test_range_contains_point_for_multiple_lines): New function.
4968         (assert_eq): New function.
4969         (test_get_line_width_without_trailing_whitespace): New function.
4970         (selftest::diagnostic_show_locus_c_tests): New function.
4971         * et-forest.c: Include "selftest.h".
4972         (selftest::test_single_node): New function.
4973         (selftest::test_simple_tree): New function.
4974         (selftest::test_disconnected_nodes): New function.
4975         (selftest::et_forest_c_tests): New function.
4976         * fold-const.c: Include "selftest.h".
4977         (selftest::assert_binop_folds_to_const): New function.
4978         (selftest::assert_binop_folds_to_nonlvalue): New function.
4979         (selftest::test_arithmetic_folding): New function.
4980         (selftest::fold_const_c_tests): New function.
4981         * function-tests.c: New file.
4982         * gimple.c: Include "selftest.h".
4983         Include "gimple-pretty-print.h".
4984         (selftest::verify_gimple_pp): New function.
4985         (selftest::test_assign_single): New function.
4986         (selftest::test_assign_binop): New function.
4987         (selftest::test_nop_stmt): New function.
4988         (selftest::test_return_stmt): New function.
4989         (selftest::test_return_without_value): New function.
4990         (selftest::gimple_c_tests): New function.
4991         * hash-map-tests.c: New file.
4992         * hash-set-tests.c: New file.
4993         * input.c: Include "selftest.h".
4994         (selftest::assert_loceq): New function.
4995         (selftest::test_accessing_ordinary_linemaps): New function.
4996         (selftest::test_unknown_location): New function.
4997         (selftest::test_builtins): New function.
4998         (selftest::test_reading_source_line): New function.
4999         (selftest::input_c_tests): New function.
5000         * rtl-tests.c: New file.
5001         * selftest-run-tests.c: New file.
5002         * selftest.c: New file.
5003         * selftest.h: New file.
5004         * spellcheck.c: Include "selftest.h".
5005         (selftest::levenshtein_distance_unit_test_oneway): New function,
5006         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
5007         (selftest::levenshtein_distance_unit_test): Likewise.
5008         (selftest::spellcheck_c_tests): Likewise.
5009         * toplev.c: Include selftest.h.
5010         (toplev::run_self_tests): New.
5011         (toplev::main): Handle -fself-test.
5012         * toplev.h (toplev::run_self_tests): New.
5013         * tree.c: Include "selftest.h".
5014         (selftest::test_integer_constants): New function.
5015         (selftest::test_identifiers): New function.
5016         (selftest::test_labels): New function.
5017         (selftest::tree_c_tests): New function.
5018         * tree-cfg.c: Include "selftest.h".
5019         (selftest::push_fndecl): New function.
5020         (selftest::test_linear_chain): New function.
5021         (selftest::test_diamond): New function.
5022         (selftest::test_fully_connected): New function.
5023         (selftest::tree_cfg_c_tests): New function.
5024         * vec.c: Include "selftest.h".
5025         (selftest::safe_push_range): New function.
5026         (selftest::test_quick_push): New function.
5027         (selftest::test_safe_push): New function.
5028         (selftest::test_truncate): New function.
5029         (selftest::test_safe_grow_cleared): New function.
5030         (selftest::test_pop): New function.
5031         (selftest::test_safe_insert): New function.
5032         (selftest::test_ordered_remove): New function.
5033         (selftest::test_unordered_remove): New function.
5034         (selftest::test_block_remove): New function.
5035         (selftest::reverse_cmp): New function.
5036         (selftest::test_qsort): New function.
5037         (selftest::vec_c_tests): New function.c.
5038         * wide-int.cc: Include selftest.h and wide-int-print.h.
5039         (selftest::from_int <wide_int>): New function.
5040         (selftest::from_int <offset_int>): New function.
5041         (selftest::from_int <widest_int>): New function.
5042         (selftest::assert_deceq): New function.
5043         (selftest::assert_hexeq): New function.
5044         (selftest::test_printing <VALUE_TYPE>): New function template.
5045         (selftest::test_ops <VALUE_TYPE>): New function template.
5046         (selftest::test_comparisons <VALUE_TYPE>): New function template.
5047         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
5048         template.
5049         (selftest::wide_int_cc_tests): New function.
5051 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5053         PR middle-end/37780
5054         * ifcvt.c (noce_try_ifelse_collapse): New function.
5055         Declare prototype.
5056         (noce_process_if_block): Call noce_try_ifelse_collapse.
5057         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
5058         (simplify_ternary_operation): Use the above to simplify
5059         conditional CLZ/CTZ expressions.
5061 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5063         PR middle-end/37780
5064         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
5065         define_insn_and_split.
5067 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5069         PR middle-end/37780
5070         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
5072 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5074         PR c/24414
5075         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
5076         Implicitly clobber memory for basic asm with non-empty assembler
5077         string.  Use targetm.md_asm_adjust also here.
5078         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
5079         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
5080         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
5081         non-empty assembler string.
5082         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
5083         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
5084         (decode_asm_operands): Handle basic asm in PARALLEL block.
5085         (extract_insn): Handle basic asm in PARALLEL block.
5086         * doc/extend.texi: Mention new behavior of basic asm.
5087         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
5088         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
5089         branch_needs_nop_p): Use asm_noperands.
5091 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
5093         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
5094         Include the M7 SPARC DFA scheduler.
5095         New attribute v3pipe.
5096         Annotate insns with v3pipe where appropriate.
5097         Define cpu_feature vis4.
5098         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
5099         Add (V8QI "8") to vbits.
5100         Add insns {add,sub}v8qi3
5101         Add insns ss{add,sub}v8qi3
5102         Add insns us{add,sub}{v8qi,v4hi}3
5103         Add insns {min,max}{v8qi,v4hi,v2si}3
5104         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
5105         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
5106         * config/sparc/niagara4.md: Add a comment explaining the
5107         discrepancy between the documented latenty numbers and the
5108         implemented ones.
5109         * config/sparc/niagara7.md: New file.
5110         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
5111         supports SPARC5 and VIS 4.0 instructions.
5112         * configure: Regenerate.
5113         * config.in: Likewise.
5114         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
5115         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
5116         TARGET_CPU_niagara7.
5117         (ASM_CPU64_DEFAULT_SPEC): Likewise.
5118         (CPP_CPU_SPEC): Handle niagara7.
5119         (ASM_CPU_SPEC): Likewise.
5120         * config/sparc/sparc-opts.h (processor_type): Add
5121         PROCESSOR_NIAGARA7.
5122         (mvis4): New option.
5123         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
5124         (AS_NIAGARA7_FLAG): Define.
5125         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
5126         (CPP_CPU64_DEFAULT_SPEC): Likewise.
5127         (CPP_CPU_SPEC): Handle niagara7.
5128         (ASM_CPU_SPEC): Likewise.
5129         * config/sparc/sparc.c (niagara7_costs): Define.
5130         (sparc_option_override): Handle niagara7 and adjust cache-related
5131         parameters with better values for niagara cpus.  Also support VIS4.
5132         (sparc32_initialize_trampoline): Likewise.
5133         (sparc_use_sched_lookahead): Likewise.
5134         (sparc_issue_rate): Likewise.
5135         (sparc_register_move_cost): Likewise.
5136         (dump_target_flag_bits): Support VIS4.
5137         (sparc_vis_init_builtins): Likewise.
5138         (sparc_builtins): Likewise.
5139         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
5140         VIS4 4.0.
5141         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
5142         UltraSparc M7.
5143         * config/sparc/sparc.opt (sparc_processor_type): New value
5144         niagara7.
5145         * config/sparc/visintrin.h (__attribute__): Prototypes for the
5146         VIS4 builtins.
5147         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
5148         -mvis4.
5149         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
5150         VIS4 builtins.
5152 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
5154         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
5156 2016-06-06  Richard Biener  <rguenther@suse.de>
5158         PR tree-optimization/71398
5159         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
5160         remove edges.
5162 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
5164         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
5165         ft32_expand_prolog, ft32_expand_epilogue):
5166         Handle pretend_args.
5167         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
5168         * config/ft32/ft32.md: Add pretend_returner.
5170 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
5172         PR target/71389
5173         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
5174         Copy op1 RTX to avoid invalid sharing.
5175         (ix86_expand_vector_move_misalign): Ditto.
5177 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
5179         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
5180         ATTRIBUTE_UNUSED.
5182 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
5184         * predict.c (predicted_by_loop_heuristics_p): New function.
5185         (predict_iv_comparison): Use it.
5186         (predict_loops): Walk from innermost loops; do not predict edges
5187         leaving multiple loops multiple times; implement
5188         PRED_LOOP_ITERATIONS_MAX heuristics.
5189         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
5191 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
5193         * cfg.c (check_bb_profile): Do not report mismatched profiles when
5194         only edges out of BB are EH edges.
5196 2016-06-04  Martin Sebor  <msebor@redhat.com>
5197             Marcin Baczyński  <marbacz@gmail.com>
5199         PR c/48116
5200         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
5201         a void expression in a void function.
5203 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
5205         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
5206         aux; dump reasons of decisions.
5207         (should_duplicate_loop_header_p): Likewise.
5208         (do_while_loop_p): Likewise.
5209         (ch_base::copy_headers): Dump asi num insns duplicated.
5211 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
5213         PR tree-optimization/71405
5214         * tree-ssa.c (execute_update_addresses_taken): For clobber with
5215         incompatible type, build a new clobber with the right type instead
5216         of building a VIEW_CONVERT_EXPR around it.
5218 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
5220         PR tree-optimization/52171
5221         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
5222         by_pieces_ninsns instead of move_by_pieces_ninsns.
5224 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
5226         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
5227         for reg+reg addressing mode.
5229 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5231         * rs6000-c.c (c/c-tree.h): Add #include.
5232         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
5233         in C++ when found in the base position of vec_ld or vec_st.
5235 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
5237         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
5238         use of profile unless profile status is PROFILE_READ.
5239         * profile.c (compute_branch_probabilities): Set profile status
5240         only after reporting predictor hitrates.
5242 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
5244         PR target/71276
5245         PR target/71277
5246         * common.opt (ffp-int-builtin-inexact): New option.
5247         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
5248         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
5249         (ceil@var{m}2): Document dependence on this option.
5250         * ipa-inline-transform.c (inline_call): Handle
5251         flag_fp_int_builtin_inexact.
5252         * ipa-inline.c (can_inline_edge_p): Likewise.
5253         * config/i386/i386.md (rintxf2): Do not test
5254         flag_unsafe_math_optimizations.
5255         (rint<mode>2_frndint): New define_insn.
5256         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
5257         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
5258         for 387 instead of extending and truncating.
5259         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
5260         !flag_trapping_math instead of flag_unsafe_math_optimizations.
5261         Change to frndint<mode>2_<rounding>.
5262         (frndintxf2_<rounding>_i387): Likewise.  Change to
5263         frndint<mode>2_<rounding>_i387.
5264         (<rounding_insn>xf2): Likewise.
5265         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
5266         !flag_trapping_math instead of flag_unsafe_math_optimizations for
5267         x87.  Test TARGET_ROUND || !flag_trapping_math ||
5268         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
5269         SSE.  Use ROUND_NO_EXC in constant operand of
5270         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
5271         for 387 instead of extending and truncating.
5273 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
5274             Julia Koval  <julia.koval@intel.com>
5276         PR target/66960
5277         PR target/67630
5278         PR target/67634
5279         PR target/67841
5280         PR target/68037
5281         PR target/68618
5282         PR target/68661
5283         PR target/69575
5284         PR target/69596
5285         PR target/69734
5286         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
5287         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
5288         all registers, except for function return registers if there are
5289         no caller-saved registers.
5290         (ix86_set_func_type): New function.
5291         (ix86_set_current_function): Call ix86_set_func_type to set
5292         no_caller_saved_registers and func_type.  Call reinit_regs if
5293         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
5294         nor x87 instructions in interrupt handler nor function with
5295         no_caller_saved_registers attribute.
5296         (ix86_function_ok_for_sibcall): Return false if there are no
5297         caller-saved registers.
5298         (type_natural_mode): Don't warn ABI change for MMX in interrupt
5299         handler.
5300         (ix86_function_arg_advance): Skip for callee in interrupt handler.
5301         (ix86_function_arg): Return special arguments in interrupt handler.
5302         (ix86_promote_function_mode): Promote pointer to word_mode only
5303         for normal functions.
5304         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
5305         interrupt handler.
5306         (ix86_epilogue_uses): New function.
5307         (ix86_hard_regno_scratch_ok): Likewise.
5308         (ix86_save_reg): Preserve all registers in interrupt handler
5309         after reload.  Preserve all registers, except for function return
5310         registers, if there are no caller-saved registers after reload.
5311         (find_drap_reg): Always use callee-saved register if there are
5312         no caller-saved registers.
5313         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
5314         for interrupt handler.
5315         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
5316         Emit cld instruction if stringops are used in interrupt handler
5317         or interrupt handler isn't a leaf function.
5318         (ix86_expand_epilogue): Generate interrupt return for interrupt
5319         handler and pop the 'ERROR_CODE' off the stack before interrupt
5320         return in exception handler.
5321         (ix86_expand_call): Disallow calling interrupt handler directly.
5322         If there are no caller-saved registers, mark all registers that
5323         are clobbered by the call which returns as clobbered.
5324         (ix86_handle_no_caller_saved_registers_attribute): New function.
5325         (ix86_handle_interrupt_attribute): Likewise.
5326         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
5327         attributes.
5328         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
5329         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
5330         accumulation in interrupt function if stack may be realigned to
5331         avoid DRAP.
5332         (EPILOGUE_USES): New.
5333         (function_type): New enum.
5334         (machine_function): Add func_type and no_caller_saved_registers.
5335         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
5336         (interrupt_return): New pattern.
5337         * doc/extend.texi: Document x86 interrupt and
5338         no_caller_saved_registers attributes.
5340 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
5342         PR tree-optimization/52171
5343         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
5344         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
5345         Look for constant strings.  Move some code to emit_block_cmp_hints
5346         and use it.
5347         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
5348         * defaults.h (COMPARE_MAX_PIECES): New macro.
5349         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
5350         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
5351         (clear_by_pieces_1): Don't declare.  Move definition before use.
5352         (can_do_by_pieces): New static function.
5353         (can_move_by_pieces): Use it.  Return bool.
5354         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
5355         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
5356         (class pieces_addr); New.
5357         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
5358         pieces_addr::adjust, pieces_addr::increment_address,
5359         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
5360         functions for it.
5361         (class op_by_pieces_d): New.
5362         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
5363         functions for it.
5364         (class move_by_pieces_d, class compare_by_pieces_d,
5365         class store_by_pieces_d): New subclasses of op_by_pieces_d.
5366         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
5367         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
5368         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
5369         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
5370         compare_by_pieces_d::finish_mode): New member functions.
5371         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
5372         functions.
5373         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
5374         (emit_block_cmp_hints): New function.
5375         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
5376         use the newly defined classes.
5377         * expr.h (by_pieces_constfn): New typedef.
5378         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
5379         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
5380         (move_by_pieces_ninsns): Don't declare.
5381         (can_move_by_pieces): Change return value to bool.
5382         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
5383         (compare_by_pieces_branch_ratio): New hook.
5384         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
5385         (by_pieces_ninsns): Declare.
5386         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
5387         COMPARE_BY_PIECES.
5388         (default_compare_by_pieces_branch_ratio): New function.
5389         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
5390         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
5391         * doc/tm.texi: Regenerate.
5392         * tree-ssa-strlen.c: Include "builtins.h".
5393         (handle_builtin_memcmp): New static function.
5394         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
5395         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
5397 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
5399         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
5400         relevant stmts which are simple and invariant.
5401         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
5402         instead of simple and invariant
5404 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
5406         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
5407         (vectorizable_reduction): Check for new relevant state.
5408         (vectorizable_live_operation): vectorize live stmts using
5409         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
5410         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
5411         (vect_stmt_relevant_p): Check for stmts which are only used live.
5412         (process_use): Use of a stmt does not inherit it's live value.
5413         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
5414         (vect_analyze_stmt): Check for new relevant state.
5415         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
5416         outside the loop, but not inside it.
5418 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
5420         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
5421         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
5422         (vect_get_vec_def_for_operand): Split out code.
5424 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
5426         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
5428 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
5430         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
5432 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5434         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
5436 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
5438         PR middle-end/71387
5439         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
5440         to noreturn e->callee->decl that has void return type and void
5441         arguments, adjust gimple_call_fntype and remove lhs even if it had
5442         previously addressable type.
5444 2016-06-02  Jeff Law  <law@redhat.com>
5446         PR tree-optimization/71328
5447         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
5448         error when checking for a jump back onto the copied path.
5450 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
5452         * config/microblaze/microblaze.c (get_branch_target): Add return
5453         NULL_RTX for the non-CALL_P case.
5454         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
5455         (insert_wic): Remove unused local "j".
5457 2016-06-02  Martin Liska  <mliska@suse.cz>
5459         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
5461 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
5462             Julia Koval  <julia.koval@intel.com>
5464         * function.c (assign_parm_setup_stack): Force source into a
5465         register if needed.
5466         * target.def (function_incoming_arg): Update documentation to
5467         allow arbitrary address computation based on hard register.
5468         * doc/tm.texi: Regenerated.
5470 2016-06-02  Martin Liska  <mliska@suse.cz>
5472         * predict.c (combine_predictions_for_bb): Fix first match in
5473         cases where a first predictor contains more than one occurence
5474         in list of predictors.  Take the best value in such case.
5476 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5478         PR rtl-optimization/71295
5479         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
5480         offset would go over the size of the inner mode reject it.
5482 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
5484         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
5485         x=x,x and v=v,m instead of x=x,m.
5487         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
5488         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
5489         alternative to v=rm,C.
5491         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
5492         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
5493         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
5494         instead of vex for the last two above mentioned alternatives.
5496 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5498         PR target/70830
5499         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
5501 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
5503         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
5505 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
5507         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
5508         from int to unsigned.
5510 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
5512         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
5513         alternatives, eliminating preferred register class.  Add support
5514         for the MTVSRDD instruction in ISA 3.0.
5515         (vsx_splat_v4si_internal): Use splat_input_operand instead of
5516         reg_or_indexed_operand.
5517         (vsx_splat_v4sf_internal): Likewise.
5519 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
5521         PR target/71186
5522         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
5523         for loading up all 0's or all 1's.
5525 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5527         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
5529 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
5531         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
5532         extension.
5533         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
5534         * gcc.c (set_source_date_epoch_envvar): New function, sets
5535         the SOURCE_DATE_EPOCH environment variable to the current time.
5537 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
5539         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
5540         the factor for live Phi nodes.
5542 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
5544         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
5545         * tree-parloops.c (parallelize_loops): likewise.
5546         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
5547         tree_unswitch_outer_loop): likewise.
5549 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
5551         PR middle-end/71371
5552         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
5553         around creation of the temporary.
5555 2016-06-01  Richard Biener  <rguenther@suse.de>
5557         PR tree-optimization/71366
5558         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
5559         (unloop_loops): Move removing edges here ...
5560         (try_unroll_loop_completely): ... from here.
5561         (try_peel_loop): ... and here.
5562         (tree_unroll_loops_completely_1): Track parent loops via
5563         bitmap of header BBs.
5564         (tree_unroll_loops_completely): Adjust for that.
5566 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5568         * config/rs6000/altivec.h (vec_slv): New macro.
5569         (vec_srv): New macro.
5570         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
5571         (UNSPEC_VSRV): New value.
5572         (vslv): New insn.
5573         (vsrv): New insn.
5574         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
5575         (vsrv): New builtin definition.
5576         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
5577         define argument types for new builtin.
5578         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
5579         new builtin.
5580         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
5581         functions.
5583 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
5584             Jocelyn Mayer  <l_indien@magic.fr>
5586         PR target/67310
5587         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
5588         detect processor family for signature_CENTAUR_ebx.
5589         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
5590         signature_CENTAUR_ebx.
5591         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
5592         <default>: Pass x86-64 for has_longmode.
5594 2016-06-01  Nathan Sidwell  <nathan@acm.org>
5596         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
5597         undefined weak.
5599 2016-06-01  Richard Biener  <rguenther@suse.de>
5601         PR tree-optimization/71261
5602         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
5603         of stmts successfully put in the bool pattern.  Remove
5604         single-use restriction.
5605         (adjust_bool_pattern_cast): Add cast at the use site via the
5606         pattern def sequence.
5607         (adjust_bool_pattern): Remove recursion, maintain a hash-map
5608         of patterned defs.  Use the pattern def seqence instead of
5609         multiple independent patterns.
5610         (sort_after_uid): New qsort compare function.
5611         (adjust_bool_stmts): New function to process stmts in the bool
5612         pattern in IL order.
5613         (vect_recog_bool_pattern): Adjust.
5614         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
5615         (ifcvt_walk_pattern_tree): Likewise.
5616         (stmt_is_root_of_bool_pattern): Likewise.
5617         (ifcvt_repair_bool_pattern): Likewise.
5618         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
5620 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
5622         * loop-unroll.c (decide_unroll_constant_iterations,
5623         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
5624         likely upper bounds.
5625         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
5627 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
5629         * tree-core.h (enum omp_clause_code): Remove
5630         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
5632 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5634         * config/arm/sync.md (arm_store_exclusive<mode>):
5635         Use 'H' output modifier on operands[2] rather than creating a new
5636         entry in out-of-bounds memory of the operands array.
5637         (arm_store_release_exclusivedi): Likewise.
5639 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5641         * config/arm/arm.c (arm_fusion_enabled_p): New function.
5642         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
5643         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
5644         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
5646 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
5648         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
5649         into account live statements for mask producers.
5651 2016-06-01  Richard Biener  <rguenther@suse.de>
5653         PR tree-optimization/71311
5654         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
5655         restrict to non-INTEGER_CST @0.
5657 2016-06-01  Richard Biener  <rguenther@suse.de>
5659         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
5660         (relational patterns): Use :c to avoid pattern duplications.
5662 2016-06-01  Richard Biener  <rguenther@suse.de>
5664         * genmatch.c (comparison_code_p): New predicate.
5665         (swap_tree_comparison): New function.
5666         (commutate): Add for_vec parameter to append new for entries.
5667         Support commutating relational operators by swapping it alongside
5668         operands.
5669         (lower_commutative): Adjust.
5670         (dt_simplify::gen): Do not pass artificial operators to gen
5671         functions.
5672         (decision_tree::gen): Do not add artificial operators as parameters.
5673         (parser::parse_expr): Verify operator commutativity when :c is
5674         applied.  Allow :C to override this.
5675         * match.pd: Adjust patterns to use :C instead of :c where required.
5677 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
5679         PR tree-optimization/71077
5680         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
5681         the combining step, use boolean_false_node and boolean_true_node
5682         as the designated false/true return values.
5684 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
5686         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
5687         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
5688         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
5689         PRED_LOOP_EXIT.
5691 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
5693         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
5694         of flags impliying the register renaming.
5695         * toplev.c (process_options): Do not imply flag_rename_registers with
5696         loop peeling.
5698 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
5700         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
5701         default implementation.
5703 2016-05-31  Nathan Sidwell  <nathan@acm.org>
5705         * dwarf2out.c (cur_line_info_table): Add GTY marker.
5707 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
5709         * config/sh/constraints.md (b): Remove constraint.
5710         * config/sh/predicates.md (arith_reg_operand): Remove
5711         TARGET_REGISTER_P.
5712         * config/sh/sh-modes.def (PDI): Remove.
5713         * config/sh/sh.c (sh_target_reg_class,
5714         sh_optimize_target_register_callee_saved): Remove functions.
5715         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
5716         (sh_expand_epilogue): Update comment.
5717         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
5718         sh_secondary_reload): Remove TARGET_REGS related code.
5719         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
5720         TARGET_REGISTER_P): Remove macros.
5721         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
5722         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
5723         TR1_REG, TR2_REG): Remove constants.
5724         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
5726 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
5728         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
5729         define_expand patterns.
5730         (adddi3_compact): Rename to adddi3.
5731         (subdi3_compact): Rename to subdi3.
5732         (*negdi2): Rename to negdi2.
5733         (*abs<mode>2): Rename to abs<mode>2.
5735 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
5737         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
5738         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
5739         (atomic_sub_fetchsi): ... this new pattern.
5740         (mvtc): Add CC_REG clobber.
5742 2016-05-31  Marek Polacek  <polacek@redhat.com>
5744         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
5746 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5748         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
5749         aarch64_fusion_enabled_p to check for fusion capabilities.
5751 2016-05-31  Richard Biener  <rguenther@suse.de>
5753         PR tree-optimization/71352
5754         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
5755         minus one and a negate.
5757 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5759         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
5760         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
5761         Delete prototype.
5762         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
5763         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
5764         Remove use of aarch64_simd_attr_length_move, set length attribute
5765         directly.
5766         (*aarch64_be_movoi): Likewise.
5767         (*aarch64_be_movci): Likewise.
5768         (*aarch64_be_movxi): Likewise.
5770 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
5772         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
5773         It no longer does that.
5774         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
5776 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
5778         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
5779         attribute __unused__.
5781 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5783         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
5784         * config/arm/arm.c (arm_arch_thumb1): Define.
5785         (arm_option_override): Initialize arm_arch_thumb1.
5786         * config/arm/arm.h (arm_arch_thumb1): Declare.
5787         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
5788         support Thumb-1 ISA.
5790 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
5792         PR target/71346
5793         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
5794         `Yv' for scalar operand.
5796 2016-05-31  Tom de Vries  <tom@codesourcery.com>
5798         PR tree-optimization/69068
5799         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
5800         phis with more than two args.
5802 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
5804         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
5805         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
5806         target.
5808 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
5810         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
5811         tune_64.
5812         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
5813         support on SPARC.
5814         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
5815         cpu_32, cpu_64, tune_32 and tune_64.
5816         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
5818 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
5820         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
5822 2016-05-30  Andi Kleen  <ak@linux.intel.com>
5824         * auto-profile.c (read_profile): Replace asserts with errors
5825         when file does not exist.
5826         * gcov-io.c (gcov_read_words): Dito.
5828 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
5830         * tree-cfg.c (print_loop): Print likely upper bounds.
5832 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
5834         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
5835         * opts.c (default_options): Enable peel loops at -O3.
5836         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
5837         (try_peel_loop): Do not re-peel already peeled loops;
5838         use likely upper bounds; fix profile updating.
5839         (pass_complete_unroll::execute): Initialize peeled_loops.
5841 2016-05-30  Martin Liska  <mliska@suse.cz>
5843         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
5844         computed costs by frequency of BB they belong to.
5845         (get_scaled_computation_cost_at): New function.
5847 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
5848             Marc Glisse  <marc.glisse@inria.fr>
5850         PR tree-optimization/71289
5851         * match.pd (-1 / B < A, A > -1 / B): New transformations.
5853 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
5855         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
5857 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
5859         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
5860         for peeled copies; avoid underflow when updating estimates; correctly
5861         scale loop profile.
5863 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
5865         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
5866         r236875. Corrected oe3 to oe2 as obvious.
5868 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
5870         PR middle-end/71269
5871         PR middle-end/71252
5872         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
5873         that inserted stmt will not dominate stmts that defines its operand.
5874         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
5875         (rewrite_expr_tree_parallel): Likewise.
5877 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
5879         PR middle-end/71252
5880         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
5881         all fields including stmt_to_insert are swapped.
5883 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
5885         * predict.h (force_edge_cold): Declare.
5886         * predict.c (force_edge_cold): New function.
5887         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
5888         updating.
5889         (canonicalize_loop_induction_variables): Fix formating.
5891 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
5893         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
5894         (visium_expand_copysign): Use gen_int_mode directly.
5895         (visium_compute_frame_size): Minor tweaks.
5897 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
5899         * tree-vect-loop.c (vect_analyze_loop_2): Use
5900         likely_max_stmt_executions_int.
5902 2016-05-30  Tom de Vries  <tom@codesourcery.com>
5904         PR tree-optimization/69067
5905         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
5907 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
5909         PR target/71245
5910         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
5911         New peepholes to remove unneeded fild/fistp pairs.
5912         (define_peephole2 atomic_loaddi_fpu): Ditto.
5914 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
5916         * predict.c (maybe_hot_frequency_p): Avoid division.
5918 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
5920         * doc/install.texi: Use https for shop.fsf.org.
5922 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
5924         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
5925         likely_max_stmt_executions_int.
5927 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
5929         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
5930         likely_max_stmt_executions_int.
5932 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
5934         * profile.c (compute_branch_probabilities): Do not report hitrates
5935         here.
5936         (branch_prob): Report hitrates here.
5937         * predict.c (gimple_predict_edge): Do not assert profile status;
5938         fix formatting issues.
5940 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
5942         * predict.c (edge_predicted_by_p): New function.
5943         (predict_paths_for_bb): Do not put multiple predictions of the same type
5944         on one edge.
5946 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
5948         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
5949         commit.
5951 2016-05-28  Alan Modra  <amodra@gmail.com>
5953         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
5955 2016-05-28  Alan Modra  <amodra@gmail.com>
5957         PR rtl-optimization/71275
5958         * ira.c (ira): Free dominance info.
5960 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
5962         * doc/sourcebuild.texi: New address for upstream Go repository.
5964 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5966         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
5967         (TARGET_ARM_V7M): Likewise.
5969 2016-05-26  Jeff Law  <law@redhat.com>
5971         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
5972         (thread_across_edge): Remove calls to find_jump_threads_backwards.
5973         * passes.def: Add jump threading passes before DOM/VRP.
5974         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
5975         argument to a basic block from an edge.  Remove tests which are
5976         handled elsewhere.
5977         (pass_data_thread_jumps, class pass_thread_jumps): New.
5978         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
5979         (make_pass_thread_jumps): Likewise.
5980         * tree-pass.h (make_pass_thread_jumps): Declare.
5982 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
5984         * config/visium/visium-protos.h (split_double_move): Rename into...
5985         (visium_split_double_move): ...this.
5986         (visium_split_double_add): Declare.
5987         * config/visium/visium.c (split_double_move): Rename into...
5988         (visium_split_double_move): ...this.
5989         (visium_split_double_add): New function.
5990         (visium_expand_copysign): Renumber operands for consistency.
5991         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
5992         (DFmode move splitter): Likewise.
5993         (*addi3_insn): Split by means of visium_split_double_add.
5994         (*adddi3_insn_flags): Delete.
5995         (*plus_plus_sltu<subst_arith>): New insn.
5996         (*subdi3_insn): Split by means of visium_split_double_add.
5997         (subdi3_insn_flags): Delete.
5998         (*minus_minus_sltu<subst_arith>): New insn.
5999         (*negdi2_insn): Split by means of visium_split_double_add.
6000         (*negdi2_insn_flags): Delete.
6002 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
6004         * configure.ac: Treat a --with-headers option without argument
6005         the same as the default (i.e. consult sys-include directory).
6006         * configure: Regenerate.
6008 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6010         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
6011         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
6012         prototype.
6013         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
6014         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
6016 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
6018         PR target/63596
6019         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
6020         tree-stdarg analysis results.
6021         (aarch64_setup_incoming_varargs): Likewise.
6023 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
6025         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
6026         va_list_gpr_counter_field and va_list_fpr_counter_field.
6028 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
6030         PR67609
6031         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
6032         * config/aarch64/aarch64.c
6033         (aarch64_cannot_change_mode_class): Remove function.
6034         * config/aarch64/aarch64-protos.h
6035         (aarch64_cannot_change_mode_class): Remove.
6037 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
6039         * cfgloop.c (record_niter_bound): Record likely upper bounds.
6040         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
6041         get_likely_max_loop_iterations_int): New.
6042         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
6043         any_likely_upper_bound.
6044         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
6045         Declare.
6046         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
6047         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
6048         upper bound.
6049         (unroll_loop_constant_iterations): Likewise.
6050         (unroll_loop_runtime_iterations): Likewise.
6051         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
6052         * lto-streamer-out.c (output_cfg): Likewise.
6053         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
6054         bounds.
6055         (canonicalize_loop_induction_variables): Dump likely upper bounds.
6056         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
6057         (likely_max_loop_iterations): New.
6058         (likely_max_loop_iterations_int): New.
6059         (likely_max_stmt_executions): New.
6060         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
6061         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
6062         likely_max_stmt_executions): Declare.
6064 2016-05-27  Marek Polacek  <polacek@redhat.com>
6066         PR middle-end/71308
6067         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
6069 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6071         * config/s390/s390.md (2x risbg splitters): Use
6072         reg_overlap_mentioned_p instead of rtx_equal_p.
6074 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6076         * combine.c (make_compound_operation): Take known zero bits into
6077         account when checking for possible zero_extend.
6079 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6081         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
6082         Use const_int_operand for operand 2 predicate.  Simplify expand code
6083         as a result.
6085 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
6087         PR middle-end/71279
6088         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
6089         into comparison.
6091 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6093         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
6094         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
6095         that returns CC_SESWPmode and CC_ZESWPmode.
6096         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
6097         and CC_SESWPmode.
6098         (aarch64_rtx_costs): Likewise.
6100 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
6102         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
6103         for ISA 3.0 min/max support.
6104         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
6105         conditional move support.
6106         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
6107         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
6108         available.
6109         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
6110         conditional moves where the comparison type is different from move
6111         type.
6112         (fp_minmax): New code iterator for smin/smax.
6113         (minmax): New code attributes for min/max.
6114         (SMINMAX): Likewise.
6115         (smax<mode>3): Combine min, max insns into one insn using the
6116         fp_minmax code iterator.  Add support for ISA 3.0 min/max
6117         instructions that don't need -ffast-math.
6118         (s<minmax><mode>3): Likewise.
6119         (smax<mode>3_vsx): Likewise.
6120         (smin<mode>3): Likewise.
6121         (s<minmax><mode>3_vsx): Likewise.
6122         (smin<mode>3_vsx): Likewise.
6123         (pre-VSX min/max splitters): Likewise.
6124         (s<minmax><mode>3_fpr): Likewise.
6125         (movsfcc): Rewrite floating point conditional moves to combine
6126         SFmode/DFmode into a single insn.
6127         (mov<mode>cc): Likewise.
6128         (movdfcc): Likewise.
6129         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
6130         SFDF2 iterators to handle all combinations.
6131         (fseldfsf4): Likewise.
6132         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
6133         (fseldfdf4): Likewise.
6134         (fselsfdf4): Likewise.
6135         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
6136         comparison instructions that set a 0/-1 mask, and use it for
6137         floating point conditional move via XXSEL.
6138         (fpmask<mode>): Likewise.
6139         (xxsel<mode>): Likewise.
6140         * config/rs6000/predicates.md (min_max_operator): Delete, no
6141         longer used.
6142         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
6143         instructions that generate a 0/-1 mask for use with XXSEL.
6144         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
6145         say whether floating point min/max is available, either through
6146         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
6147         (TARGET_MINMAX_DF): Likewise.
6149 2016-05-27  Alan Modra  <amodra@gmail.com>
6151         PR rtl-optimization/71275
6152         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
6153         for update_equiv_regs and combine_and_move_insns.
6155 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
6157         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
6158         if_then_else or cond RTXes to calculate attribute value.
6159         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
6160         <attr "length_immediate>: Ditto.
6161         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
6162         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
6163         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
6164         <attr "type">: Ditto.
6165         <attr "prefix_data16">: Ditto.
6166         <attr "prefix_extra">: Ditto.
6167         <attr "length_immediate">: Ditto.
6168         <attr "prefix">: Ditto.
6169         (vec_set<mode>_0) <attr "isa">: Ditto.
6170         <attr "prefix_extra">: Ditto.
6171         <attr "length_immediate">: Ditto.
6172         <attr "prefix">: Ditto.
6173         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
6174         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
6175         (sse2_storelpd) <attr "prefix_data16">: Ditto.
6176         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
6177         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
6178         <attr "length_immediate">: Ditto.
6179         <attr "prefix">: Ditto.
6180         (sse2_movsd) <attr "length_immediate">: Ditto.
6181         <attr "prefix">: Ditto.
6182         (vec_concatv2df)  <attr "isa">: Ditto.
6183         <attr "prefix">: Ditto.
6184         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
6185         (*vec_extractv2di_1) <attr "isa">: Ditto.
6186         <attr "type">: Ditto.
6187         <attr "length_immediate">: Ditto.
6188         <attr "prefix_rex">: Ditto.
6189         <attr "prefix_extra">: Ditto.
6190         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
6191         <attr "prefix_extra">: Ditto.
6192         <attr "length_immediate">: Ditto.
6193         (vec_concatv2di) <attr "isa">: Ditto.
6194         <attr "prefix_extra">: Ditto.
6195         <attr "length_immediate">: Ditto.
6196         <attr "prefix">: Ditto.
6198 2016-05-26  Martin Liska  <mliska@suse.cz>
6200         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
6201         function.
6202         (operator+): Likewise.
6203         (operator-): Likewise.
6204         (comp_cost::operator+=): Likewise.
6205         (comp_cost::operator-=): Likewise.
6206         (comp_cost::operator/=): Likewise.
6207         (comp_cost::operator*=): Likewise.
6208         (operator<): Likewise.
6209         (operator==): Likewise.
6210         (operator<=): Likewise.
6211         (new_cost): Remove.
6212         (infinite_cost_p): Likewise.
6213         (add_costs): Likewise.
6214         (sub_costs): Likewise.
6215         (compare_costs): Likewise.
6216         (set_group_iv_cost): Use the newly introduced functions.
6217         (get_address_cost): Likewise.
6218         (get_shiftadd_cost): Likewise.
6219         (force_expr_to_var_cost): Likewise.
6220         (split_address_cost): Likewise.
6221         (ptr_difference_cost): Likewise.
6222         (difference_cost): Likewise.
6223         (get_computation_cost_at): Likewise.
6224         (determine_group_iv_cost_generic): Likewise.
6225         (determine_group_iv_cost_address): Likewise.
6226         (determine_group_iv_cost_cond): Likewise.
6227         (autoinc_possible_for_pair): Likewise.
6228         (determine_group_iv_costs): Likewise.
6229         (cheaper_cost_pair): Likewise.
6230         (iv_ca_recount_cost): Likewise.
6231         (iv_ca_set_no_cp): Likewise.
6232         (iv_ca_set_cp): Likewise.
6233         (iv_ca_cost): Likewise.
6234         (iv_ca_new): Likewise.
6235         (iv_ca_dump): Likewise.
6236         (iv_ca_narrow): Likewise.
6237         (iv_ca_prune): Likewise.
6238         (iv_ca_replace): Likewise.
6239         (try_add_cand_for): Likewise.
6240         (try_improve_iv_set): Likewise.
6241         (find_optimal_iv_set): Likewise.
6243 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
6245         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
6246         that internal functions will clobber all caller-saved registers.
6248 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
6250         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
6251         Return a better case_values_threshold when optimizing.
6253 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
6255         * config/aarch64/aarch64-simd.md (aarch64_combinez):
6256         Add ? to integer variant.
6257         (aarch64_combinez_be): Likewise.
6259 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
6261         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
6262         instead of x constraint.
6263         (vcvtps2ph256<mask_name>): Likewise.
6265         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
6266         alternative.  Formatting fix.
6268         * config/i386/sse.md
6269         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
6270         to ...
6271         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
6272         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
6273         maybe_evex prefix instead of vex.
6274         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
6275         EXT_REX_SSE_REG_P (op0) case in the splitter.
6277 2016-05-25  Jeff Law  <law@redhat.com>
6279         PR tree-optimization/71272
6280         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
6281         Update comments.  Add test for empty path.
6283 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
6285         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
6286         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
6287         special case builtin.
6288         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
6289         code for ALTIVEC_BUILTIN_VEC_CMPNE.
6290         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
6291         for __builtin_vec_cmpne.
6293 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
6295         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
6296         redundant test and bail out if the type of the new operand is not
6297         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
6299 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
6301         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
6302         (x_ix86_target_flags_explicit): Remove.
6303         * config/i386/i386.c (ix86_function_specific_save): Do not copy
6304         x_ix86_target_flags_explicit.
6305         (ix86_function_specific_restore): Ditto.
6307 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
6308             H.J. Lu  <hongjiu.lu@intel.com>
6310         PR target/70738
6311         * common/config/i386/i386-common.c
6312         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
6313         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
6314         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
6315         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
6316         (-mgeneral-regs-only): Add new option.
6317         * config/i386/i386.c (ix86_option_override_internal): Don't enable
6318         x87 instructions if only general registers are allowed.
6319         (ix86_target_string): Add ix86_flags argument. Handle additional
6320         flags options through ix86_flags argument.  Update all callers.
6321         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
6323 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6325         PR rtl-optimization/66940
6326         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
6327         decrementing desired_val will not overflow before performing these
6328         operations.
6330 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
6332         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
6333         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
6334         * config/i386/i386.c (enum ix86_builtins): Add
6335         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
6336         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
6337         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
6338         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
6339         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
6340         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
6341         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
6342         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
6343         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
6344         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
6345         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
6346         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
6347         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
6348         __builtin_ia32_cvtps2dq512_mask.
6349         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
6350         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
6351         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
6352         * config/i386/sse.md
6353         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
6354         Rename to ...
6355         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
6356         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
6357         to ...
6358         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
6359         (avx512f_vec_pack_sfix_v8df): New define_expand.
6360         (avx512f_roundpd512): Rename to ...
6361         (avx512f_round<castmode>512): ... this.  Change iterator.
6362         (avx512f_roundps512_sfix): New define_expand.
6363         (round<mode>2_sfix): Change iterator.
6365 2016-05-25  Nick Clifton  <nickc@redhat.com>
6367         * config/msp430/msp430.c (msp430_attr): Produce an error if a
6368         static interrupt handler is detected.
6369         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
6370         default linker script.
6371         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
6372         the low part of a symbolic pointer.
6374 2016-05-25  Richard Biener  <rguenther@suse.de>
6376         PR tree-optimization/71261
6377         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
6378         interesting stmt instead of immediate uses when looking
6379         for the use operand to replace.
6381 2016-05-25  Martin Liska  <mliska@suse.cz>
6383         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
6385 2016-05-25  Richard Biener  <rguenther@suse.de>
6387         PR tree-optimization/71264
6388         * tree-vect-stmts.c (vect_init_vector): Properly deal with
6389         vector type val.
6391 2016-05-25  Martin Liska  <mliska@suse.cz>
6393         PR tree-optimization/71239
6394         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
6395         if DECL_SIZE is NULL.
6397 2016-05-25  Richard Biener  <rguenther@suse.de>
6399         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
6400         * tree-if-conv.c (pass_data_if_conversion): Use it.
6402 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6404         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
6405         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
6406         * varpool.c (varpool_node::get_availability): Likewise.
6408 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
6410         * config/rs6000/altivec.md (VNEG iterator): New iterator for
6411         VNEGW/VNEGD instructions.
6412         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
6413         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
6414         support for ISA 3.0 VNEGW/VNEGD instructions.
6416 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
6418         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
6419         pointers inside OACC_DATA regions.
6420         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
6421         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
6422         (gimplify_adjust_omp_clauses): Fix typo in comment.
6424 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
6426         * config/rs6000/altivec.md (VParity): New mode iterator for vector
6427         parity built-in functions.
6428         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
6429         zeros.
6430         (p9v_parity<mode>2): Likewise.
6431         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
6432         parity.
6433         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
6434         (parity<mode>2): ISA 3.0 expander for vector parity.
6435         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
6436         power9 built-ins.
6437         (BU_P9_64BIT_MISC_0): Likewise.
6438         (BU_P9_MISC_0): Likewise.
6439         (BU_P9V_AV_1): Likewise.
6440         (BU_P9V_AV_2): Likewise.
6441         (BU_P9V_AV_3): Likewise.
6442         (BU_P9V_AV_P): Likewise.
6443         (BU_P9V_VSX_1): Likewise.
6444         (BU_P9V_OVERLOAD_1): Likewise.
6445         (BU_P9V_OVERLOAD_2): Likewise.
6446         (BU_P9V_OVERLOAD_3): Likewise.
6447         (VCTZB): Add vector count trailing zeros support.
6448         (VCTZH): Likewise.
6449         (VCTZW): Likewise.
6450         (VCTZD): Likewise.
6451         (VPRTYBD): Add vector parity support.
6452         (VPRTYBQ): Likewise.
6453         (VPRTYBW): Likewise.
6454         (VCTZ): Add overloaded vector count trailing zeros support.
6455         (VPRTYB): Add overloaded vector parity support.
6456         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6457         overloaded vector count trailing zeros and parity instructions.
6458         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
6459         vector parity support.
6460         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
6461         trailing zeros support.
6462         (vec_cntlz): Likewise.
6463         (vec_vctzb): Likewise.
6464         (vec_vctzd): Likewise.
6465         (vec_vctzh): Likewise.
6466         (vec_vctzw): Likewise.
6467         (vec_vprtyb): Add ISA 3.0 vector parity support.
6468         (vec_vprtybd): Likewise.
6469         (vec_vprtybw): Likewise.
6470         (vec_vprtybq): Likewise.
6471         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
6472         the ISA 3.0 vector count trailing zeros and vector parity built-in
6473         functions.
6475 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
6477         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
6478         when there is stmt_to_insert.
6480 2016-05-24  Martin Sebor  <msebor@redhat.com>
6482         PR c++/71147
6483         * tree.h (complete_or_array_type_p): New inline function.
6485 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
6487         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
6488         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
6489         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
6491         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
6492         Limit 1st alternative to noavx isa, split 2nd alternative into one
6493         noavx and one avx alternative, use *x and Bm in the former and
6494         x and m in the latter.
6496         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
6497         of sse4 for the first alternative, drop %v from the template
6498         and d operand modifier.  Split second alternative into one sse4_noavx
6499         and one avx alternative, use *x instead of *v in the former and v
6500         instead of *v in the latter.
6501         (*sse4_1_extractps): Use noavx isa instead of * for the first
6502         alternative, drop %v from the template.  Split second alternative into
6503         one noavx and one avx alternative, use *x instead of *v in the
6504         former and v instead of *v in the latter.
6505         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
6506         with noavx and the last one with avx.
6507         (sse4_1_phminposuw): Guard first alternative with noavx isa,
6508         split the second one into one noavx and one avx alternative,
6509         use *x and Bm in the former and x and m in the latter one.
6510         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
6511         alternatives.
6513         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
6514         first two alternatives to noavx, use *x instead of *v in the second
6515         one, add avx alternative without *.
6516         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
6517         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
6518         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
6520 2016-05-24  Jeff Law  <law@redhat.com>
6522         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
6523         New function, extracted from...
6524         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
6525         Allow simple copies and constant initializations in the SSA chain.
6527 2016-05-24  Marek Polacek  <polacek@redhat.com>
6529         PR c/71249
6530         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
6531         scope.
6533 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
6535         PR c++/71257
6536         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
6537         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
6538         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
6539         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
6540         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
6542 2016-05-24  Richard Biener  <rguenther@suse.de>
6544         PR tree-optimization/71240
6545         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
6546         has integral type.
6548 2016-05-24  Richard Biener  <rguenther@suse.de>
6550         PR tree-optimization/71230
6551         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
6553 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
6555         * tree-vectorizer.h (vectorizable_comparison): Delete.
6556         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
6557         PURE_SLP_STMT check.
6558         * tree-vect-stmts.c (vectorizable_call): Likewise.
6559         (vectorizable_simd_clone_call): Likewise.
6560         (vectorizable_conversion): Likewise.
6561         (vectorizable_assignment): Likewise.
6562         (vectorizable_shift): Likewise.
6563         (vectorizable_operation): Likewise.
6564         (vectorizable_load): Likewise.
6565         (vectorizable_condition): Likewise.
6566         (vectorizable_store): Likewise.  Assert that we don't have
6567         hybrid SLP.
6568         (vectorizable_comparison): Make static.  Remove redundant
6569         PURE_SLP_STMT check.
6570         (vect_transform_stmt): Assert that we always have an slp_node
6571         if PURE_SLP_STMT.
6573 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6575         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
6576         operands[2] against 1 with comparison against CONST1_RTX.
6577         (<shift>di3_neon): Likewise.
6578         * config/arm/predicates.md (const0_operand): Replace with comparison
6579         against CONST0_RTX.
6581 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6583         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
6584         operands[2] against 1 with comparison against CONST1_RTX.
6585         (ashrdi3): Likewise.
6586         (lshrdi3): Likewise.
6587         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
6588         UINTVAL.
6589         (ashrsi3): Likewise.
6590         (lshrsi3): Likewise.
6591         (rotrsi3): Likewise.
6592         (define_split above *compareqi_eq0): Likewise.
6593         (define_split above "prologue"): Likewise.
6594         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
6595         * config/arm/predicates.md (shift_operator): Likewise.
6596         (shift_nomul_operator): Likewise.
6597         (sat_shift_operator): Likewise.
6598         (thumb1_cmp_operand): Likewise.
6599         (const_neon_scalar_shift_amount_operand): Replace manual range
6600         check with IN_RANGE.
6601         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
6602         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
6604 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6606         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
6607         with HOST_WIDE_INT_1.
6608         (insv): Likewise.
6609         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
6610         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
6611         (arm_canonicalize_comparison): Likewise.
6612         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
6613         HOST_WIDE_INT_1.
6614         (thumb1_size_rtx_costs): Likewise.
6615         (vfp_const_double_index): Replace cast of 1 to unsigned
6616         HOST_WIDE_INT with HOST_WIDE_INT_1U.
6617         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
6618         HOST_WIDE_INT_1.
6619         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
6620         HOST_WIDE_INT with HOST_WIDE_INT_1U.
6621         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
6622         HOST_WIDE_INT with HOST_WIDE_INT_1.
6624 2016-05-24  Marek Polacek  <polacek@redhat.com>
6626         * tree-cfg.h (should_remove_lhs_p): New predicate.
6627         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
6628         * gimplify.c (gimplify_modify_expr): Likewise.
6629         * tree-cfg.c (verify_gimple_call): Likewise.
6630         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
6631         * gimple-fold.c: Include "tree-cfg.h".
6632         (gimple_fold_call): Use should_remove_lhs_p.
6634 2016-05-24  Richard Biener  <rguenther@suse.de>
6636         PR tree-optimization/71253
6637         * cfganal.h (control_dependences): Make robust against edge
6638         and BB removal.
6639         (control_dependences::control_dependences): Remove edge_list argument.
6640         (control_dependences::get_edge): Remove.
6641         (control_dependences::get_edge_src): Add.
6642         (control_dependences::get_edge_dest): Likewise.
6643         (control_dependences::m_el): Make a vector of edge src/dest index.
6644         * cfganal.c (control_dependences::find_control_dependence): Adjust.
6645         (control_dependences::control_dependences): Likewise.
6646         (control_dependences::~control_dependence): Likewise.
6647         (control_dependences::get_edge): Remove.
6648         (control_dependences::get_edge_src): Add.
6649         (control_dependences::get_edge_dest): Likewise.
6650         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
6651         get_edge_src.
6652         (perform_tree_ssa_dce): Adjust.
6653         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
6654         get_edge_src.
6655         (pass_loop_distribution::execute): Adjust.  Do loop destroying
6656         conditional on changed.
6658 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6660         PR target/69857
6661         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
6662         return.  Reindent transformation comment and mention the ARM state
6663         behavior.
6665 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
6667         PR middle-end/71252
6668         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
6669         after build_and_add_sum creates new use stmt.
6671 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
6673         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
6674         load_lanes/grouped_load classification comes first.  Don't check
6675         whether the vectorization factor is a multiple of the group size
6676         for load_lanes.
6678 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
6680         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
6681         GROUP_GAP for single-element interleaving.
6682         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
6683         variable.
6685 2016-05-24  Richard Biener  <rguenther@suse.de>
6687         PR middle-end/70434
6688         PR c/69504
6689         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
6690         bases which are accessed with non-invariant indices.
6691         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
6692         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
6694 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
6696         PR middle-end/71170
6697         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
6698         (add_to_ops_vec): Add stmt_to_insert.
6699         (add_repeat_to_ops_vec): Init stmt_to_insert.
6700         (insert_stmt_before_use): New.
6701         (transform_add_to_multiply): Remove mult_stmt insertion and add it
6702         to ops vector.
6703         (get_ops): Init stmt_to_insert.
6704         (maybe_optimize_range_tests): Likewise.
6705         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
6706         (rewrite_expr_tree_parallel): Likewise.
6707         (reassociate_bb): Likewise.
6709 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
6711         PR target/71201
6712         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
6713         ISA 3.0 xxperm fusion alternative.
6714         (altivec_vperm_v8hiv16qi): Likewise.
6715         (altivec_vperm_<mode>_uns_internal): Likewise.
6716         (vperm_v8hiv4si): Likewise.
6717         (vperm_v16qiv8hi): Likewise.
6719 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
6720             Kelvin Nilsen  <kelvin@gcc.gnu.org>
6722         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
6723         vpermr/xxpermr on ISA 3.0.
6724         (altivec_expand_vec_perm_le): Likewise.
6725         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
6726         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
6727         ISA 3.0.
6729 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
6731         * config/i386/i386.h (IS_STACK_MODE): Enable for
6732         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
6733         SSE_FLOAT_MODE_P macros.
6734         * config/i386/i386.c (ix86_preferred_reload_class): Use
6735         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
6736         Cleanup regclass processing for CONST_DOUBLE_P.
6737         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
6738         (ix86_rtx_costs): Remove redundant TARGET_80387 check
6739         with IS_STACK_MODE macro.
6740         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
6741         with TARGET_SSE2.
6742         (*movdf_internal): Use IS_STACK_MODE macro.
6743         (*movsf_internal): Ditto.
6745 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
6747         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
6748         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
6750 2016-05-23  Jeff Law  <law@redhat.com>
6752         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
6753         extracted from ...
6754         (fsm_find_control_statement_thread_paths): Call it.
6756 2016-05-23  Martin Jambor  <mjambor@suse.cz>
6758         PR ipa/71234
6759         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
6760         from_global_constant if t is not NULL.
6762 2016-05-23  Marek Polacek  <polacek@redhat.com>
6764         PR c/49859
6765         * common.opt (Wswitch-unreachable): New option.
6766         * doc/invoke.texi: Document -Wswitch-unreachable.
6767         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
6768         warning.
6770 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
6772         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
6773         TMR_INDEX is non-NULL.
6775 2016-05-23  Richard Biener  <rguenther@suse.de>
6777         PR tree-optimization/71230
6778         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
6779         (try_special_add_to_ops): ... here.  Always test for single-use.
6781 2016-05-23  Martin Jambor  <mjambor@suse.cz>
6783         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
6784         default block if a PHI node in the original one would be resized.
6786 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
6788         PR tree-optimization/58135
6789         * tree-vect-slp.c: When group size is not multiple
6790         of vector size, allow splitting of store group at
6791         vector boundary.
6793 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
6795         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
6797 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
6799         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
6800         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
6801         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
6802         of 64x2.
6804         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
6805         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
6806         v constraint instead of x and vinserti32x4 insn.
6808         * config/i386/sse.md (i128vldq): New mode iterator.
6809         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
6810         avx512dq and avx512vl alternatives.
6812         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
6813         constraint, use maybe_evex prefix instead of vex.
6814         (vec_dupv4sf): Use v constraint instead of x for output
6815         operand except for noavx alternative, use Yv constraint
6816         instead of x for input.  Use maybe_evex prefix instead of vex.
6817         (*vec_dupv4si): Likewise.
6818         (*vec_dupv2di): Likewise.
6820 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
6822         PR middle-end/40921
6823         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
6824         (linearize_expr_tree): Call try_special_add_to_ops.
6825         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
6827 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6829         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
6830         to computed stack_usage.
6832 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
6834         PR target/71103
6835         * config/avr/avr.md (define_expand "mov<mode>"): If the source
6836         operand is subreg (symbol_ref) then move the symbol ref to register.
6838 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
6840         * tree.c (array_at_struct_end_p): Look through MEM_REF.
6842 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
6844         PR middle-end/71179
6845         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
6846         VECTOR type.
6848 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
6850         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
6851         ranges by calling get_single_symbol and tidy up.  Look more closely
6852         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
6854 2016-05-20  Jeff Law  <law@redhat.com>
6856         * bitmap.c (bitmap_find_bit): Remove useless test.
6858 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
6860         * function.c (thread_prologue_and_epilogue_insns): Commit the
6861         insertion of the epilogue.
6863 2016-05-20  Martin Jambor  <mjambor@suse.cz>
6865         PR tree-optimization/70884
6866         * tree-sra.c (initialize_constant_pool_replacements): Do not check
6867         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
6868         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
6869         of constant pool data as a reason for scalarization.
6871 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
6873         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
6874         for naked functions.
6875         (thumb1_expand_prologue): Likewise.
6877 2016-05-20  Nathan Sidwell  <nathan@acm.org>
6879         * config/nvptx/nptx.c (nvptx_option_override): Only set
6880         flag_toplevel_reorder, if not explicitly specified.  Set
6881         flag_no_common, unless explicitly specified.
6883 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
6885         * calls.c (can_implement_as_sibling_call_p): Mark param
6886         reg_parm_stack_space with ATTRIBUTE_UNUSED.
6888 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
6890         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
6891         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
6892         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
6893         constants.
6894         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
6895         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
6896         and CASE_CONST_ANY.
6898 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
6900         * config/nvptx/nvptx.md (sincossf3): New pattern.
6902 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
6904         * calls.c (maybe_complain_about_tail_call): New function.
6905         (initialize_argument_information): Call
6906         maybe_complain_about_tail_call when clearing *may_tailcall.
6907         (can_implement_as_sibling_call_p): Call
6908         maybe_complain_about_tail_call when returning false.
6909         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
6910         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
6911         if tail-call optimization fails.
6912         * cfgexpand.c (expand_call_stmt): Initialize
6913         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
6914         * gimple-pretty-print.c (dump_gimple_call): Dump
6915         gimple_call_must_tail_p.
6916         * gimple.c (gimple_build_call_from_tree): Call
6917         gimple_call_set_must_tail with the value of
6918         CALL_EXPR_MUST_TAIL_CALL.
6919         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
6920         (gimple_call_set_must_tail): New function.
6921         (gimple_call_must_tail_p): New function.
6922         * print-tree.c (print_node): Update printing of TREE_STATIC
6923         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
6924         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
6925         trailing comment listing applicable flags.
6926         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
6928 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
6930         * calls.c (expand_call): Move "Rest of purposes for tail call
6931         optimizations to fail" to...
6932         (can_implement_as_sibling_call_p): ...this new function, and
6933         split into multiple "if" statements.
6935 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
6937         * cfgloop.h (expected_loop_iterations_unbounded,
6938         expected_loop_iterations): Unconstify.
6939         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
6940         profile with known upper bound; return 3 when profile is absent.
6941         (expected_loop_iterations): Update.
6943 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
6945         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
6946         and get_max_loop_iterations_int.
6948 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
6950         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
6951         realistic upper bounds here.
6953 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
6955         PR c++/71210
6956         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
6957         calls if the LHS is variable length or has addressable type.
6958         If targets[0]->decl is a noreturn call with void return type and
6959         zero arguments, adjust fntype and remove lhs in that case.
6961 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
6963         PR tree-optimization/71079
6964         PR tree-optimization/71206
6965         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
6967 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6969         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
6970         (get_vec_alignment_for_array_decl): Likewise.
6971         (get_vec_alignment_for_record_decl): Likewise.
6972         (increase_alignment::execute): Move code to find alignment to
6973         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
6974         (type_align_map): New hash_map.
6976 2016-05-20  Richard Guenther  <rguenther@suse.de>
6978         PR tree-optimization/29756
6979         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
6980         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
6981         * fold-const.c (operand_equal_p): Likewise.
6982         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
6983         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
6984         * tree-inline.c (estimate_operator_cost): Likewise.
6985         * tree-pretty-print.c (dump_generic_node): Likewise.
6986         * tree-ssa-operands.c (get_expr_operands): Likewise.
6987         * cfgexpand.c (expand_debug_expr): Likewise.
6988         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
6989         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
6990         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
6991         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
6992         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
6993         (execute_update_addresses_taken): Do it.
6995 2016-05-20  Richard Biener  <rguenther@suse.de>
6997         PR tree-optimization/71185
6998         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
6999         register operations.
7001 2016-05-20  Richard Biener  <rguenther@suse.de>
7003         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
7004         gimple_seq_add_seq_without_update.
7005         (release_bb_predicate): Assert we have no operands to free.
7006         (if_convertible_loop_p_1): Calculate post dominators later.
7007         Do not free BB predicates here.
7008         (combine_blocks): Do not recompute BB predicates.
7009         (version_loop_for_if_conversion): Save BB predicates around
7010         loop versioning.
7012 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
7014         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
7015         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
7016         code.  Ignore sibcalls on EDGE_IGNORE edges.
7017         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
7018         on edges for sibcalls that run without prologue.  The rest of the
7019         function is combined from...
7020         (fix_fake_fallthrough_edge): ... this, and ...
7021         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
7022         function argument, make it a local variable.
7024 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
7026         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
7027         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
7028         for 32-bit mode and SEH for 64-bit.
7029         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
7030         TARGET_64BIT_DEFAULT.
7032 2016-05-19  Ryan Burn  <contact@rnburn.com>
7034         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
7035         * gengtype.c (open_base_files): Add cilk.h to ifiles.
7037 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
7039         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
7040         force pending loads from memory.
7042 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7044         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
7045         (UNSPEC_DARN_32): New unspec constant.
7046         (UNSPEC_DARN_RAW): New unspec constant.
7047         (darn_32): New instruction.
7048         (darn_raw): New instruction.
7049         (darn): New instruction.
7050         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
7051         support and documentation for this macro.
7052         (BU_P9_MISC_1): New macro definition.
7053         (BU_P9_64BIT_MISC_0): New macro definition.
7054         (BU_P9_MISC_0): New macro definition.
7055         (darn_32): New builtin definition.
7056         (darn_raw): New builtin definition.
7057         (darn): New builtin definition.
7058         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
7059         RS6000_BUILTIN_0 directives to surround each occurrence of
7060         #include "rs6000-builtin.def".
7061         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
7062         RS6000_BTM_64BIT flags to the returned mask, depending on
7063         configuration.
7064         (def_builtin): Correct an error in the assignments made to the
7065         debugging variable attr_string.
7066         (rs6000_expand_builtin): Add support for no-operand built-in
7067         functions.
7068         (builtin_function_type): Remove fatal_error assertion that is no
7069         longer valid.
7070         (rs6000_common_init_builtins): Add support for no-operand built-in
7071         functions.
7072         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
7073         definition.
7074         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
7075         definition.
7076         (RS6000_BTM_64BIT): New macro definition.
7077         * doc/extend.texi: Document __builtin_darn (void),
7078         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
7079         functions.
7081 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
7083         * tree-vect-loop.c (vect_analyze_loop_2): Use also
7084         max_loop_iterations_int.
7086 2016-05-19  Marek Polacek  <polacek@redhat.com>
7088         PR tree-optimization/71031
7089         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
7090         condition and adjust the code a bit.
7092 2016-05-19  Martin Liska  <mliska@suse.cz>
7094         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
7095         auto_vec instead of vec.
7097 2016-05-19  Martin Liska  <mliska@suse.cz>
7099         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
7101 2016-05-19  Martin Liska  <mliska@suse.cz>
7103         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
7105 2016-05-19  Martin Liska  <mliska@suse.cz>
7107         * ipa-pure-const.c (set_function_state): Remove an existing
7108         funct_state.
7109         (remove_node_data): Do not free it as it's released
7110         in set_function_state.
7112 2016-05-19  Martin Liska  <mliska@suse.cz>
7114         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
7115         bitmap.
7117 2016-05-19  Martin Liska  <mliska@suse.cz>
7119         * omp-simd-clone.c (simd_clone_adjust): Release vector.
7121 2016-05-19  Martin Liska  <mliska@suse.cz>
7123         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
7124         an auto_vec instead of re-creating it.
7126 2016-05-19  Martin Liska  <mliska@suse.cz>
7128         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
7129         auto_vec instead of vec.
7131 2016-05-19  Martin Liska  <mliska@suse.cz>
7133         * lto-section-in.c (lto_get_section_data): Call
7134         lto_check_version with additional argument.
7135         * lto-streamer.c (lto_check_version): Add new argument.
7136         * lto-streamer.h (lto_check_version): Likewise.
7138 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7140         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
7141         Don't add cost of inner memory when handling sign-extended loads.
7143 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
7145         PR rtl-optimization/71148
7146         * cse.c (cse_main): Free dominance info.
7147         (rest_of_handle_cse): Don't free dominance info.
7148         (rest_of_handle_cse2): Likewise.
7149         (rest_of_handle_cse_after_global_opts): Likewise.
7151 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7153         PR target/71056
7154         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
7155         NULL_TREE early if NEON is not available.  Remove now redundant check
7156         in ARM_CHECK_BUILTIN_MODE.
7158 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
7160         PR sanitizer/64354
7161         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
7162         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
7163         * doc/cpp.texi: Document new macros.
7165 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
7167         PR tree-optimization/69848
7168         * tree-vect-loop.c (vectorizable_reduction): Don't factor
7169         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
7171 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
7173         * function.c (thread_prologue_and_epilogue_insn): Move the
7174         "goto epilogue_done" one block later.
7176 2016-05-19  Richard Biener  <rguenther@suse.de>
7178         PR tree-optimization/70729
7179         * passes.def: Move LIM pass before PRE.  Remove no longer
7180         required copyprop and move first DCE out of the loop pipeline.
7182 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
7184         PR driver/69265
7185         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
7186         (OBJS-libcommon-target): ...here.
7187         * opts-common.c: Include spellcheck.h.
7188         (cmdline_handle_error): Build a vec of valid options and use it
7189         to suggest provide hints for misspelled arguments.
7191 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
7193         PR c++/71100
7194         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
7195         lhs if it has TREE_ADDRESSABLE type.
7197 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
7199         PR target/71145
7200         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
7201         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
7203 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7205         PR ipa/69708
7206         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
7207         input for NOP_EXPR pass-through functions.
7208         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
7209         aggregate global constant VAR_DECLs in constant jump functions.
7211 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7213         PR ipa/69708
7214         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
7215         from TREE_READONLY parameters.
7217 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7219         PR ipa/69708
7220         * cgraph.h (cgraph_indirect_call_info): New field
7221         guaranteed_unmodified.
7222         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
7223         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
7224         appropriate.
7225         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
7226         pass the parameter value to ipa_find_agg_cst_for_param.
7227         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
7228         guaranteed_unmodified, store AA results there instead of bailing out
7229         if present.
7230         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
7231         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
7232         (find_constructor_constant_at_offset): New function.
7233         (ipa_find_agg_cst_from_init): Likewise.
7234         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
7235         static initializers of contants, report back through a new paameter
7236         from_global_constant if that was the case.
7237         (try_make_edge_direct_simple_call): Also pass parameter value to
7238         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
7239         appropriate.
7240         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
7241         (ipa_read_indirect_edge_info): Likewise.
7242         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
7243         (ipa_load_from_parm_agg): Likewise.
7245 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
7247         PR rtl-optimization/71150
7248         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
7249         check.
7251 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
7253         PR target/70915
7254         * config/rs6000/constraints.md (wE constraint): New constraint
7255         for a vector constant that can be loaded with XXSPLTIB.
7256         (wM constraint): New constraint for a vector constant of a 1's.
7257         (wS constraint): New constraint for a vector constant that can be
7258         loaded with XXSPLTIB and a vector sign extend instruction.
7259         * config/rs6000/predicates.md (xxspltib_constant_split): New
7260         predicates for wE/wS constraints.
7261         (xxspltib_constant_nosplit): Likewise.
7262         (easy_vector_constant): Add support for constants that can be
7263         loaded via XXSPLTIB.
7264         (all_ones_constant): New predicate for vector constant with all
7265         1's set.
7266         (splat_input_operand): Add support for ISA 3.0 word splat operations.
7267         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
7268         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
7269         instruction and possibly with a sign extension.
7270         (output_vec_const_move): Add support for XXSPLTIB. If we are
7271         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
7272         instead of XXLXOR/XXLORC.
7273         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
7274         operations.
7275         (rs6000_legitimize_reload_address): Likewise.
7276         (rs6000_output_move_128bit): Use output_vec_const_move to emit
7277         constants.
7278         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
7279         combine VSX_M and VSX_M2 into one iterator.
7280         (VSX_M2): Likewise.
7281         (VSINT_84): New iterators for loading constants with XXSPLTIB.
7282         (VSINT_842): Likewise.
7283         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
7284         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
7285         XXSPLTIB instruction.
7286         (xxspltib_<mode>_nosplit): Likewise.
7287         (xxspltib_<mode>_split): New insn to load up constants with
7288         XXSPLTIB and a sign extend instruction.
7289         (vsx_mov<mode>): Replace single move that handled all vector types
7290         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
7291         moves (when -mvsx-timode is in effect) into the main vector
7292         moves.  Eliminate separate moves for <VSr> <VSa>, where the
7293         preferred register class (<VSr>) is listed first, and the
7294         secondary register class (<VSa>) is listed second with a '?' to
7295         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
7296         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
7297         that if the register was involved in a slow operation, the
7298         clear/set operation does not wait for the slow operation to
7299         finish.  Adjust the length attributes for 32-bit mode.  Use
7300         rs6000_output_move_128bit and drop the use of the string
7301         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
7302         spacing so that the alternatives and attributes don't generate
7303         long lines, and put things in columns, so that it is easier to
7304         match up the operands and attributes with the insn alternatives.
7305         (vsx_mov<mode>_64bit): Likewise.
7306         (vsx_mov<mode>_32bit): Likewise.
7307         (vsx_movti_64bit): Fold movti into normal vector moves.
7308         (vsx_movti_32bit): Likewise.
7309         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
7310         splat instructions.
7311         (vsx_splat_v4si_internal): Likewise.
7312         (vsx_splat_v4sf_internal): Likewise.
7313         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
7314         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
7315         extend vector elements.
7316         (vsx_sign_extend_hi_<mode>): Likewise.
7317         (vsx_sign_extend_si_v2di): Likewise.
7318         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
7319         declaration.
7320         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
7321         constraints.  Add trailing period to wL documentation.
7323 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
7325         PR middle-end/71020
7326         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
7327         * tree-dfa.c (replace_abnormal_ssa_names): New function.
7328         * tree-call-cdce.c: Include tree-dfa.h.
7329         (can_guard_call_p): New function, extracted from...
7330         (can_use_internal_fn): ...here.
7331         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
7332         and return void.
7333         (shrink_wrap_one_built_in_call): Likewise.
7334         (use_internal_fn): Likewise.
7335         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
7336         and return void.  Call replace_abnormal_ssa_names.
7337         (pass_call_cdce::execute): Check can_guard_call_p during the
7338         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
7339         will always change something.
7341 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7343         PR ipa/70646
7344         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
7345         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
7347 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7349         PR ipa/70646
7350         * ipa-inline.h (condition): New field size.
7351         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
7352         for comaprison and store it into the new condition.
7353         (evaluate_conditions_for_known_args): Use condition size to check
7354         access sizes for all but CHANGED conditions.
7355         (unmodified_parm_1): New parameter size_p, store access size into it.
7356         (unmodified_parm): Likewise.
7357         (unmodified_parm_or_parm_agg_item): Likewise.
7358         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
7359         (set_cond_stmt_execution_predicate): Extract access sizes and store
7360         them to conditions.
7361         (set_switch_stmt_execution_predicate): Likewise.
7362         (will_be_nonconstant_expr_predicate): Likewise.
7363         (will_be_nonconstant_predicate): Likewise.
7364         (inline_read_section): Stream condition size.
7365         (inline_write_summary): Likewise.
7367 2016-05-18  Richard Biener  <rguenther@suse.de>
7369         * tree-ssa-loop-im.c (determine_max_movement): Properly add
7370         condition cost to PHI cost instead of total_cost.
7372 2016-05-18  Martin Liska  <mliska@suse.cz>
7374         PR fortran/70856
7375         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
7376         merged variables.
7378 2016-05-18  Richard Biener  <rguenther@suse.de>
7380         * lto-streamer.h (LTO_major_version): Bump to 6.
7382 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
7384         * function.c (make_split_prologue_seq, make_prologue_seq,
7385         make_epilogue_seq): New functions, factored out from...
7386         (thread_prologue_and_epilogue_insns): Here.
7388 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
7390         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
7391         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
7392         of before.  Add a comment.
7394 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
7396         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
7397         expression pointer, not pointer to the pointer.
7399 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
7401         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
7402         (avx2_pbroadcast<mode>): Add another alternative with v instead
7403         of x constraints in it, using <pbroadcast_evex_isa> isa.
7404         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
7406         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
7407         constraint x instead of v in second alternative, add avx512bw
7408         alternative.
7410         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
7411         constraint x instead of v in second alternative, add avx512bw
7412         alternative.
7414         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
7415         constraint x instead of v in second alternative, add avx512bw
7416         alternative.
7418         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
7419         avx512bw alternative.
7421 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
7423         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
7424         array to 128 chars.
7425         (define_insn "*andnottf3"): Ditto.
7426         (define_insn "*<code><mode>3"/any_logic): Ditto.
7427         (define_insn "*<code>tf3"/any_logic): Ditto.
7428         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
7429         operand to block AVX-512VL insn variant emit when it is not enabled.
7431 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
7433         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
7434         constraint fot SF mode.
7436 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
7437             Kirill Yukhin  <kirill.yukhin@intel.com>
7439         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
7440         modifiers.
7441         (define_insn "rsqrt14<mode>"): Ditto.
7442         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
7443         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
7444         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
7445         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
7446         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
7447         Ditto.
7448         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
7449         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
7450         * config/i386/i386.c (ix86_print_operand): Expand check for size
7451         override codes for Intel syntax.
7453 2016-05-18  Richard Biener  <rguenther@suse.de>
7455         PR tree-optimization/71168
7456         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
7457         initialization earlier.
7459 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
7461         * config/aarch64/aarch64-simd.md
7462         (aarch64_reduc_plus_internal<mode>): Rename to...
7463         (reduc_plus_scal): ...This, and remove previous implementation.
7465 2016-05-18  Richard Biener  <rguenther@suse.de>
7467         * passes.def: Put late dse and cd_dce in canonical order.
7469 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
7471         * ipa-inline-transform.c (preserve_function_body_p): Look for
7472         first non-thunk clone.
7473         (save_function_body): Save into first non-thunk.
7474         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
7475         up call stmt id.
7476         (lto_output_node): Inline thunks don't need body in every
7477         partition.
7478         * lto-streamer-in.c: Do not fixup thunk clones.
7479         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
7480         thunks.
7481         * tree-inline.c (copy_bb): Be prepared for target node to be new after
7482         folding suceeds.
7484 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
7486         PR middle-end/63586
7487         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
7488         (reassociate_bb): Call transform_add_to_multiply.
7490 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
7492         * config/aarch64/aarch64.c (all_extensions): Removed unused
7493         static variable.
7495 2016-05-17  Nathan Sidwell  <nathan@acm.org>
7497         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
7498         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
7500 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
7502         PR tree-optimization/54579
7503         PR middle-end/55299
7504         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
7506 2016-05-17  Marek Polacek  <polacek@redhat.com>
7508         PR ipa/71146
7509         * tree-inline.c (expand_call_inline): Call
7510         maybe_remove_unused_call_args.
7512 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
7514         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
7515         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
7516         * doc/md.texi (fmin@var{m}3): Likewise.
7518 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
7520         * match.pd (X & C): New transformation.
7522 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
7524         * match.pd (~X & Y): New transformation.
7526 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
7528         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
7529         information for new SSA_NAME.
7530         (simplify_conversion_using_ranges): Get range through get_range_info
7531         instead of get_value_range.
7533 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
7535         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
7536         Remove inline assembly.
7537         (vmvn_s16): Likewise.
7538         (vmvn_s32): Likewise.
7539         (vmvn_u8): Likewise.
7540         (vmvn_u16): Likewise.
7541         (vmvn_u32): Likewise.
7542         (vmvnq_s8): Likewise.
7543         (vmvnq_s16): Likewise.
7544         (vmvnq_s32): Likewise.
7545         (vmvnq_u8): Likewise.
7546         (vmvnq_u16): Likewise.
7547         (vmvnq_u32): Likewise.
7548         (vmvn_p8): Likewise.
7549         (vmvnq_p16): Likewise.
7551 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
7553         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
7554         Use builtin.
7555         (vmul_n_s16): Likewise.
7556         (vmul_n_s32): Likewise.
7557         (vmul_n_u16): Likewise.
7558         (vmul_n_u32): Likewise.
7559         (vmulq_n_f32): Likewise.
7560         (vmulq_n_f64): Likewise.
7561         (vmulq_n_s16): Likewise.
7562         (vmulq_n_s32): Likewise.
7563         (vmulq_n_u16): Likewise.
7564         (vmulq_n_u32): Likewise.
7566 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
7568         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
7569         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
7571 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
7573         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
7574         to *aarch64_fma4_elt_from_dup<mode>.
7575         (*aarch64_fnma4_elt_to_128df): Rename to
7576         *aarch64_fnma4_elt_from_dup<mode>.
7577         * config/aarch64/arm_neon.h (vfma_n_f64): New.
7578         (vfms_n_f32): Likewise.
7579         (vfms_n_f64): Likewise.
7580         (vfmsq_n_f32): Likewise.
7581         (vfmsq_n_f64): Likewise.
7583 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
7585         * wide-int.h: Change fixed_wide_int_storage from class to struct.
7587 2016-05-17  Richard Biener  <rguenther@suse.de>
7589         PR tree-optimization/71132
7590         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
7591         Only add control dependences for blocks in the loop.
7592         (build_rdg): Adjust.
7593         (generate_code_for_partition): Return whether loop should
7594         be destroyed and delay that.
7595         (distribute_loop): Likewise.
7596         (pass_loop_distribution::execute): Record loops to be destroyed
7597         and perform delayed destroying of loops.
7599 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7601         PR target/70809
7602         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
7604 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
7606         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
7608 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
7610         PR target/71114
7611         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
7612         insertion point for instructions generated by validize_mem.
7614 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
7616         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
7617         in brackets.
7619 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
7621         * config/aarch64/aarch64.c
7622         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
7623         rather than a macro.
7625 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
7627         * doc/invoke.texi (AArch64 Options): Various updates.
7629 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
7631         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
7632         into instrumentation thunks.
7633         * cif-code.def (CIF_CHKP): New.
7635 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
7637         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
7639 2016-05-16  Martin Jambor  <mjambor@suse.cz>
7641         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
7642         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
7644 2016-05-16  Marek Polacek  <polacek@redhat.com>
7646         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
7647         commentary.
7649 2016-05-16  Martin Jambor  <mjambor@suse.cz>
7651         PR hsa/70857
7652         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
7653         the outlined kernel function.
7655 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
7657         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
7658         (ISA_HAS_DLSA): Ditto.
7660 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
7662         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
7664 2016-05-16  Nathan Sidwell  <nathan@acm.org>
7666         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
7667         (nvptx_name_replacement): Restore.  Add comment.
7668         (write_fn_proto, write_fn_proto_from_insn,
7669         nvptx_output_call_insn): Restore
7670         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
7672 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
7674         * config/aarch64/aarch64.md
7675         (add<mode>3_compareC_cconly_imm): Remove use of %w.
7676         (add<mode>3_compareC_imm): Likewise.
7677         (<optab>si3_uxtw): Split into register and immediate variants.
7678         (andsi3_compare0_uxtw): Likewise.
7679         (and<mode>3_compare0): Likewise.
7680         (and<mode>3nr_compare0): Likewise.
7681         (stack_protect_test_<mode>): Don't use %x for memory operands.
7683 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
7685         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
7687 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
7689         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
7690         Split integer shifts into shift_reg and bfm.
7691         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
7692         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
7693         (ror<mode>3_insn): Likewise.
7694         (<optab>si3_insn_uxtw): Likewise.
7695         (<optab><mode>3_insn): Change to rotate_imm.
7696         (extr<mode>5_insn_alt): Likewise.
7697         (extrsi5_insn_uxtw): Likewise.
7698         (extrsi5_insn_uxtw_alt): Likewise.
7700 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
7702         * doc/tm.texi: Regenerate.
7703         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
7704         (TARGET_INVALID_RETURN_TYPE): Remove.
7705         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
7706         TARGET_INVALID_RETURN_TYPE.
7707         * target.def (invalid_parameter_type): Remove.
7708         (invalid_return_type): Remove.
7710 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
7712         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
7713         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
7714         calls from thunk.
7715         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
7716         gimple body.
7717         (preserve_function_body_p): No need to preserve function body
7718         * cif-codes.def (CIF_THUNK): Remove.
7719         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
7721 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
7723         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
7725 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
7727         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
7728         for thunks.
7730 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
7732         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
7733         (inline_small_functions): Do not look for function symbol when
7734         resetting caches.
7736 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
7738         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
7739         of inline thunks
7741 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
7742             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7743             Jiong Wang  <jiong.wang@arm.com>
7745         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
7746         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
7747         Define __ARM_FP16_ARGS when appropriate.
7748         * config/arm/arm.c (arm_invalid_parameter_type): Remove
7749         declaration.
7750         (arm_invalid_return_type): Likewise.
7751         (TARGET_INVALID_PARAMETER_TYPE): Remove.
7752         (TARGET_INVALID_RETURN_TYPE): Remove.
7753         (aapcs_vfp_sub_candidate): Allow HFmode.
7754         (aapcs_vfp_allocate): Add comment.  Support HFmode.
7755         (aapcs_vfp_allocate_return_reg): Likewise.
7756         (struct aapcs_cp_arg_layout): Slightly reword comments for
7757         is_return_candidate and allocate_return_reg.
7758         (output_mov_vfp): Update assert.
7759         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
7760         condition.
7761         (arm_invalid_parameter_type): Remove.
7762         (amr_invalid_return_type): Remove.
7763         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
7764         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
7765         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
7767 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
7769         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
7770         * config/aarch64/arch64-protos.h
7771         (aarch64_legitimize_reload_address): Remove.
7772         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
7773         Remove.
7775 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
7777         * configure.ac: Add ACX_NONCANONICAL_HOST.
7778         * configure: Regenerate.
7779         * Makefile.in: Set host_noncanonical.
7781 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
7783         PR target/71097
7784         * config/i386/i386.md (*movtf_internal): Before register allocation,
7785         do not allow FP constants for CM_MEDIUM memory model, allow only
7786         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
7787         (*movxf_internal): Ditto.
7788         (*movdf_internal): Ditto.
7789         (*movsf_internal): Ditto.
7791 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
7793         PR rtl-optimization/67483
7794         * combine.c (make_compound_operation): Don't call extract_left_shift
7795         with negative shift amounts.
7797 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
7799         PR bootstrap/71071
7800         * fold-const.c (fold_checksum_tree): Allow modification
7801         of TYPE_ALIAS_SET during folding.
7803         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
7804         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
7805         (ix86_split_to_parts): Likewise.  Fix up formatting.
7807 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
7809         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
7810         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
7811         printf format.
7813 2016-05-13  Nathan Sidwell  <nathan@acm.org>
7815         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
7816         (nvptx_name_replacement): Delete.
7817         (write_fn_proto, write_fn_proto_from_insn,
7818         nvptx_output_call_insn): Remove nvptx_name_replacement call.
7819         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
7820         * langhooks.c (add_builtin_funcction_common): Call
7821         targetm.mangle_decl_assembler_name.
7823         * config/nvptx/nvptx.c (write_fn_proto): Handle
7824         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
7826 2016-05-13  Martin Liska  <mliska@suse.cz>
7828         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
7829         and PRIu64 in printf format.
7831 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7833         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
7834         comment.
7836 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7838         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
7839         Change --param max-completely-peeled-times to
7840         --param max-completely-peel-times in dump file printing.
7842 2016-05-13  Richard Biener  <rguenther@suse.de>
7844         PR tree-optimization/42587
7845         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
7846         (find_bswap_or_nop_1): Likewise.
7847         (bswap_replace): Likewise.
7849 2016-05-13  Martin Liska  <mliska@suse.cz>
7851         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
7852         Initialize a variable with default value.
7854 2016-05-13  Martin Liska  <mliska@suse.cz>
7856         * doc/invoke.texi: Enhance explanation of error recovery
7857         of sanitizers.
7859 2016-05-13  Martin Liska  <mliska@suse.cz>
7861         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
7862         (struct cost_pair): Change inv_expr_id (int) to inv_expr
7863         (iv_inv_expr_ent *).
7864         (struct iv_inv_expr_ent): Comment struct fields.
7865         (sort_iv_inv_expr_ent): New function.
7866         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
7867         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
7868         a hash_map between iv_inv_expr_ent and number of usages.
7869         (niter_for_exit): Fix coding style.
7870         (tree_ssa_iv_optimize_init): Use renamed variable.
7871         (determine_base_object): Fix coding style.
7872         (alloc_iv): Likewise.
7873         (find_interesting_uses_outside): Likewise.
7874         (add_candidate_1): Likewise.
7875         (add_standard_iv_candidates): Likewise.
7876         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
7877         (prepare_decl_rtl): Fix coding style.
7878         (get_address_cost): Likewise.
7879         (get_shiftadd_cost): Likewise.
7880         (force_expr_to_var_cost): Likewise.
7881         (compare_aff_trees): Likewise.
7882         (get_expr_id): Restructure the function.
7883         (get_loop_invariant_expr_id): Renamed to
7884         get_loop_invariant_expr.
7885         (get_computation_cost_at): Replace usage of inv_expr_id with
7886         inv_expr.
7887         (get_computation_cost): Likewise.
7888         (determine_group_iv_cost_generic): Likewise.
7889         (determine_group_iv_cost_address): Likewise.
7890         (iv_period): Fix coding style.
7891         (iv_elimination_compare_lt): Likewise.
7892         (may_eliminate_iv): Likewise.
7893         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
7894         inv_expr.
7895         (determine_group_iv_costs): Dump invariant expressions.
7896         (iv_ca_recount_cost): Use the newly added hash_map.
7897         (iv_ca_set_remove_invariants): Fix coding style.
7898         (iv_ca_set_add_invariants): Fix coding style.
7899         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
7900         invariants.
7901         (iv_ca_set_cp): Likewise.
7902         (iv_ca_new): Initialize the newly added hash_map and remove
7903         initialization of fields.
7904         (iv_ca_free): Delete the hash_map.
7905         (iv_ca_dump): Dump invariant expressions.
7906         (iv_ca_extend): Fix coding style.
7907         (try_add_cand_for): Likewise.
7908         (create_new_ivs): Dump information about # of avg iterations and
7909         # of used invariant expressions.
7910         (rewrite_use_compare): Fix coding style.
7911         (free_loop_data): Set default value for max_inv_expr_id.
7913 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
7915         * cse.c (rest_of_handle_cse): Use cleanup_cfg
7916         returned value cse_cfg_altered computation.
7917         (rest_of_handle_cse2): Likewise.
7918         (rest_of_handle_cse_after_global_opts): Likewise.
7920 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7922         PR target/53440
7923         * config/arm/arm.c (arm32_output_mi_thunk): New.
7924         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
7925         to split Thumb1 vs TARGET_32BIT functionality.
7926         (arm_thumb1_mi_thunk): New.
7928 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7930         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
7931         to true.
7933 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7935         PR target/71080
7936         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
7938 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
7940         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
7941         (expand_builtin_trap): Emit a regular call.
7942         (set_builtin_user_assembler_name): Remove obsolete cases.
7943         * dse.c (scan_insn): Adjust.
7944         * except.c: Include calls.h.
7945         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
7946         emit a regular call to setjmp.
7947         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
7948         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
7949         (emit_block_move_via_libcall): Delete.
7950         (block_move_fn): Delete.
7951         (init_block_move_fn): Likewise.
7952         (emit_block_move_libcall_fn): Likewise.
7953         (emit_block_op_via_libcall): New function.
7954         (set_storage_via_libcall): Tidy up and use memset builtin.
7955         (block_clear_fn): Delete.
7956         (init_block_clear_fn): Likewise.
7957         (clear_storage_libcall_fn): Likewise.
7958         (expand_assignment): Call emit_block_move_via_libcall.
7959         Do not include gt-expr.h.
7960         * expr.h (emit_block_op_via_libcall): Declare.
7961         (emit_block_copy_via_libcall): New inline function.
7962         (emit_block_move_via_libcall): Likewise.
7963         (emit_block_comp_via_libcall): Likewise.
7964         (block_clear_fn): Delete.
7965         (init_block_move_fn): Likewise.
7966         (init_block_clear_fn): Likewise.
7967         (emit_block_move_via_libcall): Likewise.
7968         (set_storage_via_libcall): Add default parameter value.
7969         * libfuncs.h (enum libfunc_index): Remove obsolete values.
7970         (abort_libfunc): Delete.
7971         (memcpy_libfunc): Likewise.
7972         (memmove_libfunc): Likewise.
7973         (memcmp_libfunc): Likewise.
7974         (memset_libfunc): Likewise.
7975         (setbits_libfunc): Likewise.
7976         (setjmp_libfunc): Likewise.
7977         (longjmp_libfunc): Likewise.
7978         (profile_function_entry_libfunc): Likewise.
7979         (profile_function_exit_libfunc): Likewise.
7980         (gcov_flush_libfunc): Likewise.
7981         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
7982         and DECL_VISIBILITY on the declaration.
7983         (init_optabs): Do not initialize obsolete libfuncs.
7984         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
7985         * tree-core.h (ECF_RET1): Define.
7986         (ECF_TM_PURE): Adjust.
7987         (ECF_TM_BUILTIN): Likewise.
7988         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
7989         (build_common_builtin_nodes): Initialize abort builtin.
7990         Add ECF_RET1 on memcpy, memmove and memset builtins.
7991         Pass final flags for alloca and alloca_with_align builtins.
7992         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
7993         obsolete builtins.
7994         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
7995         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
7996         set_storage_via_libcall and call emit_block_copy_via_libcall.
7998 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
8000         * config/i386/i386.md (*call_got_x32): Change operand 0 to
8001         DImode before it is passed to ix86_output_call_operand.
8002         (*call_value_got_x32): Ditto for operand 1.
8004 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
8006         PR rtl-optimization/70904
8007         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
8008         reload for wide mode.
8010 2016-05-12  Marek Polacek  <polacek@redhat.com>
8012         PR c/70756
8013         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
8014         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
8015         * langhooks.h (incomplete_type_error): Likewise.
8016         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
8017         parameter, pass it down to incomplete_type_error.
8018         * tree.h (size_in_bytes): New inline overload.
8019         (size_in_bytes_loc): Renamed from size_in_bytes.
8021 2016-05-12  Richard Biener  <rguenther@suse.de>
8023         PR tree-optimization/71059
8024         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
8025         nary before looking up or entering the expression into the VN
8026         hashes.
8027         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
8028         Make sure to re-use NARYs without result as inserted by
8029         phi-translation.
8031 2016-05-12  Richard Biener  <rguenther@suse.de>
8033         PR tree-optimization/71062
8034         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
8035         field.
8036         * tree-ssa-structalias.c (set_uids_in_ptset): Set
8037         vars_contains_restrict if the var is a restrict tag.
8038         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
8039         do not disambiguate pointers against it.
8040         (dump_points_to_solution): Re-structure and adjust for new
8041         vars_contains_restrict flag.
8042         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
8044 2016-05-12  Martin Liska  <mliska@suse.cz>
8046         * doc/invoke.texi: Explain connection between
8047         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
8049 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
8051         PR tree-optimization/71006
8052         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
8053         consider COND_EXPR as a mask producer.
8055 2016-05-12  Marek Polacek  <polacek@redhat.com>
8057         PR driver/71063
8058         * opts.c (common_handle_option): Detect missing argument for --help^.
8060 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8062         PR target/70830
8063         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
8064         when popping the PC and within an interrupt handler routine.
8065         Add missing tab to output of "ldmfd".
8066         (output_return_instruction): Output LDMFD with SP update rather
8067         than POP when returning from interrupt handler.
8069 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
8071         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
8072         TARGET_64BIT && TARGET_AVX512DQ.
8073         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
8074         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
8075         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
8076         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
8077         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
8078         (*vec_extractv4si_zext): Add avx512dq alternative.
8079         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
8080         use v instead of x constraint in other alternatives where possible.
8082         * config/i386/sse.md (sse2_loadld): Use v instead of x
8083         constraint in alternatives 0,1,4.
8085         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
8086         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
8087         v constraints instead of x and <pinsr_evex_isa> isa attribute.
8089         PR target/71019
8090         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
8091         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
8092         is not emitted unless TARGET_AVX512BW.
8093         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
8094         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
8095         for the result operand.
8097         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
8098         constraint instead of x in avx alternatives.  Use maybe_evex instead
8099         of vex prefix.
8101         * config/i386/constraints.md (Yv): New constraint.
8102         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
8103         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
8104         * config/i386/i386.md (avx512fvecmode): New mode attr.
8105         (*pushtf): Use v constraint instead of x.
8106         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
8107         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
8108         (*absneg<mode>2): Use Yv constraint instead of x constraint.
8109         (*absnegtf2_sse): Likewise.
8110         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
8111         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
8112         avx512f alternatives.
8113         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
8115 2016-05-12  Richard Biener  <rguenther@suse.de>
8117         PR tree-optimization/71060
8118         * tree-data-ref.c (initialize_data_dependence_relation): Do not
8119         require exact match of DR_BASE_OBJECT but only matching address and
8120         type.
8122 2016-05-12  Richard Biener  <rguenther@suse.de>
8124         PR tree-optimization/70986
8125         * cfganal.c: Include cfgloop.h.
8126         (dfs_find_deadend): Prefer to take edges exiting loops.
8128 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8130         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
8131         compile and run time.
8133 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
8135         PR c/43651
8136         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
8138 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
8140         * config/i386/i386.c (legitimize_pic_address): Use
8141         copy_to_suggested_reg instead of gen_movsi.
8143 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
8145         * config/rs6000/predicates.md (quad_memory_operand): Move most of
8146         the code into quad_address_p and call it to share code with
8147         vsx_quad_dform_memory_operand.
8148         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
8149         d-form support.
8150         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
8151         bit instead of being a separate word.  Split -mpower9-dform into
8152         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
8153         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
8154         for the register class supporting 128-bit quad word memory offsets.
8155         (mode_supports_vsx_dform_quad): Helper function to return if the
8156         register class uses quad word memory offsets.
8157         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
8158         (rs6000_debug_reg_global): Always print if we are using LRA or not.
8159         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
8160         instructions are enabled, set up the appropriate addr_masks for
8161         128-bit types.
8162         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
8163         -mpower9-dform-scalar, instead of -mpower9-dform.
8164         (rs6000_option_override_internal): Split -mpower9-dform into two
8165         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
8166         -mpower9-dform switch sets or clears both.  If we are not using
8167         the LRA register allocator, do not enable -mpower9-dform-vector by
8168         default.  If we are using LRA, enable -mpower9-dform-vector and
8169         -mvsx-timode if it is appropriate.  Issue a warning if either
8170         -mpower9-dform-vector or -mvsx-timode are explicitly used without
8171         enabling LRA.
8172         (quad_address_offset_p): New helper function to return if the
8173         offset is legal for quad word memory instructions.
8174         (quad_address_p): New function to determin if GPR or vector
8175         register quad word memory addresses are legal.
8176         (mem_operand_gpr): Validate quad word address offsets.
8177         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
8178         d-form (register + offset) instructions.
8179         (offsettable_ok_by_alignment): Likewise.
8180         (rs6000_legitimate_offset_address_p): Likewise.
8181         (legitimate_lo_sum_address_p): Likewise.
8182         (rs6000_legitimize_address): Likewise.
8183         (rs6000_legitimize_reload_address): Add more debug statements for
8184         -mdebug=addr.
8185         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
8186         d-form instructions.
8187         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
8188         d-form instructions.  Distinguish different cases in debug
8189         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
8190         d-form instructions.
8191         (rs6000_preferred_reload_class): Likewise.
8192         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
8193         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
8194         of the ISA 2.06 indexed memory instructions.
8195         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
8196         use them to save/restore the saved vector registers instead of
8197         using Altivec instructions.
8198         (rs6000_emit_epilogue): Likewise.
8199         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
8200         (rs6000_opt_masks): Split -mpower9-dform into
8201         -mpower9-dform-scalar and -mpower9-dform-vector.
8202         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
8203         was not selected.
8204         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
8205         ISA 3.0 vector indexed memory instructions, and fold the code into
8206         the normal mov<mode> patterns.
8207         (p9_vecstore_<mode>): Likewise.
8208         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
8209         instructions.
8210         (vsx_movti_64bit): Likewise.
8211         (vsx_movti_32bit): Likewise.
8212         * config/rs6000/constraints.md (wO constraint): New constraint for
8213         ISA 3.0 vector d-form support.
8214         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
8215         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
8216         include -mpower9-dform-vector until we switch over to LRA.
8217         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
8218         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
8219         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
8220         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
8221         for -mpower9-dform and -mlra.
8222         * doc/md.texi (wO constraint): Document wO constraint.
8224 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
8226         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
8227         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
8228         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
8229         Move handling of non-insn arguments inline into the sole user:
8230         (output_trans_func): ...here.
8231         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
8232         in emitted function prototype.
8233         (output_internal_insn_latency_func): Ditto.  Simplify.
8234         (output_internal_maximal_insn_latency_func): Ditto.  Delete
8235         always-unused argument.
8236         (output_insn_latency_func): Ditto.
8237         (output_maximal_insn_latency_func): Ditto.
8239 2016-05-11  Richard Biener  <rguenther@suse.de>
8241         PR tree-optimization/71055
8242         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
8243         sth with precision not equal to access size verify we don't chop
8244         off bits.
8246 2016-05-11  Richard Biener  <rguenther@suse.de>
8248         PR debug/71057
8249         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
8250         (dwarf2out_finish): Move retry_incomplete_types call ...
8251         (dwarf2out_early_finish): ... here.
8253 2016-05-11  Richard Biener  <rguenther@suse.de>
8255         PR middle-end/71002
8256         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
8257         if the langhook insists on it.
8258         * fold-const.c (make_bit_field_ref): Add arg for the original
8259         reference and preserve its alias-set.
8260         (decode_field_reference): Take exp by reference and adjust it
8261         to the original memory reference.
8262         (optimize_bit_field_compare): Adjust callers.
8263         (fold_truth_andor_1): Likewise.
8264         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
8266 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
8268         PR middle-end/70807
8269         * cfgrtl.h (delete_insn_and_edges): Now return bool.
8270         * cfgrtl.c (delete_insn_and_edges): Likewise.
8271         * config/i386/i386.c (convert_scalars_to_vector): Remove
8272         redundant code.
8273         * cse.c (cse_insn): Compute cse_cfg_altered.
8274         (delete_trivially_dead_insns): Likewise.
8275         (cse_cc_succs): Likewise.
8276         (rest_of_handle_cse): Free dominance info if required.
8277         (rest_of_handle_cse2): Likewise.
8278         (rest_of_handle_cse_after_global_opts): Likewise.
8280 2016-05-11  Alan Modra  <amodra@gmail.com>
8282         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
8283         abi_v4_pass_in_fpr): New functions.
8284         (rs6000_function_arg_boundary): Exclude complex IBM long double
8285         from 64-bit alignment when ABI_V4.
8286         (rs6000_function_arg, rs6000_function_arg_advance_1,
8287         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
8289 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
8291         PR rtl-optimization/71028
8292         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
8293         jump with just a return in the fallthrough block if the branch
8294         block contains just a return as well.
8296 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
8298         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
8299         * match.pd ((X & Y) ^ Y): ... this.
8300         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
8301         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
8303 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
8305         * read-md.c (require_char_ws): New function.
8306         (read_string): Simplify using require_char_ws.
8307         (handle_constants): Likewise.
8308         (handle_enum): Likewise.
8309         (handle_file): Likewise.
8310         * read-md.h (require_char_ws): New declaration.
8311         * read-rtl.c (read_conditions): Simplify using require_char_ws.
8312         (read_mapping): Likewise.
8313         (read_rtx_code): Likewise.
8314         (read_nested_rtx): Likewise.
8316 2016-05-10  James Norris  <jnorris@codesourcery.com>
8318         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
8319         if offloading is enabled and -fopenacc or -fopenmp is specified.
8320         (CRTOFFLOADEND): Likewise.
8321         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
8322         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
8324 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
8326         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
8327         gotoff_operand code paths.  Use copy_to_suggested_regs and
8328         expand_simple_binop where appropriate.  Cleanup.
8330 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
8332         PR target/70799
8333         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
8334         integer constants.
8335         (dimode_scalar_chain::vector_const_cost): New.
8336         (dimode_scalar_chain::compute_convert_gain): Handle constants.
8337         (dimode_scalar_chain::convert_op): Likewise.
8338         (dimode_scalar_chain::convert_insn): Likewise.
8340 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
8342         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
8343         unary operation, not a binary one.
8345 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
8347         PR middle-end/70877
8348         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
8349         calls with type casted fndecl.
8351 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
8353         PR tree-optimization/70786
8354         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
8355         * calls.c (initialize_argument_information): Bind bounds
8356         with corresponding args passed by reference.
8358 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
8360         PR target/70927
8361         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
8362         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
8363         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
8364         accordingly.
8366 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8368         PR target/70963
8369         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
8370         code for a zero scale factor.
8371         (vsx_xvcvdpuxds_scale): Likewise.
8373 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
8375         * diagnostic-show-locus.c (layout::layout): Call show_ruler
8376         if show_ruler_p was set on the context.
8377         (layout::show_ruler): New method.
8378         * diagnostic.h (struct diagnostic_context): Add field
8379         "show_ruler_p".
8381 2016-05-10  Richard Biener  <rguenther@suse.de>
8383         PR tree-optimization/71039
8384         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
8385         (chk_uses): New function.
8386         (propagate_with_phi): Verify we can safely replicate the lhs of an
8387         aggregate assignment on all incoming edges.
8389 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
8391         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
8392         Forward declare.
8393         (rx_atomic_sequence): New class.
8394         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
8395         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
8396         non-inline.
8397         (rx_atomic_sequence::rx_atomic_sequence,
8398         rx_atomic_sequence::~rx_atomic_sequence): New functions.
8399         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
8400         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
8401         CTRLREG_INTB): New constants.
8402         (FETCHOP): New code iterator.
8403         (fethcop_name, fetchop_name2): New iterator code attributes.
8404         (QIHI): New mode iterator.
8405         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
8406         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
8407         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
8409 2016-05-10  Martin Liska  <mliska@suse.cz>
8411         * tree-inline.c (remap_dependence_clique): Do not remap
8412         debugging statements.
8414 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8416         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
8417         ("*fixuns_truncdfdi2_z13")
8418         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
8419         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
8420         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
8422 2016-05-10  Richard Biener  <rguenther@suse.de>
8424         PR tree-optimization/70497
8425         PR tree-optimization/28367
8426         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
8427         split out from ...
8428         (visit_reference_op_load): ... here.
8429         (vn_reference_lookup_3): Use it to handle subreg-like accesses
8430         with simplified BIT_FIELD_REFs.
8431         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
8432         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
8433         correctly.
8435 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
8437         * dwarf2out.c (add_abstract_origin_attribute): Adjust
8438         documentation comment.  For BLOCK nodes, add a
8439         DW_AT_abstract_origin attribute that points to the DIE generated
8440         for the origin BLOCK.
8441         (gen_lexical_block_die): Call add_abstract_origin_attribute for
8442         blocks from inlined functions.
8444 2016-05-10  Alan Modra  <amodra@gmail.com>
8446         PR target/70947
8447         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
8448         regrename modifying insns saving lr before __morestack call.
8449         * config/rs6000/rs6000.md (split_stack_return): Similarly for
8450         insns restoring lr after __morestack call.
8452 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
8454         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
8455         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
8456         expanders.
8457         * config/i386/sse.md (vec_interleave_high<mode>,
8458         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
8459         <avx512>_vpermt2var<mode>3_maskz): Likewise.
8461 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8463         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
8464         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
8465         parallel reassociation for power8 and forward.
8467 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
8469         * config/i386/i386.md (absneg splitters with general regs): Use
8470         general_reg_operand predicate.
8471         (btsq peephole2): Use x86_64_immediate_operand to check if new
8472         value is suitable for immediate operand.  Generate emitted insn
8473         using RTL expressions.
8474         (btcq peephole2): Ditto.
8475         (btrq peephole2): Ditto.  Generate correct immediate operand
8476         for AND masking.
8478 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
8480         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
8481         bitpos.
8483 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
8485         * tree-affine.c (wide_int_constant_multiple_p): Add missing
8486         pointer dereference.
8488 2016-05-09  Richard Biener  <rguenther@suse.de>
8490         PR tree-optimization/70985
8491         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
8492         op0 isn't a gimple register.
8494 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
8496         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
8497         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
8498         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
8499         (i6400_fpu_mult): New cpu units.
8500         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
8501         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
8502         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
8503         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
8504         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
8505         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
8506         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
8507         (i6400_msa_long_float4, i6400_msa_long_float5)
8508         (i6400_msa_long_float8, i6400_msa_fdiv_df)
8509         (i6400_msa_fdiv_sf): New reservations.
8510         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
8511         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
8512         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
8513         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
8514         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
8515         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
8516         (msa_short_cmp, msa_short_float2, msa_short_logic3)
8517         (msa_short_store4, msa_long_load, msa_short_store)
8518         (msa_long_logic, msa_long_float2, msa_long_float4)
8519         (msa_long_float5, msa_long_float8, msa_long_mult)
8520         (msa_long_fdiv, msa_long_div): New reservations.
8522 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
8523             Sameera Deshpande  <sameera.deshpande@imgtec.com>
8524             Matthew Fortune  <matthew.fortune@imgtec.com>
8525             Graham Stott  <graham.stott@imgtec.com>
8526             Chao-ying Fu  <chao-ying.fu@imgtec.com>
8528         * config.gcc: Add MSA header file for mips*-*-* target.
8529         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
8530         (Ubv8i, Urv8):  New constraints.
8531         * config/mips/mips-ftypes.def: Add function types for MSA
8532         builtins.
8533         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
8534         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
8535         * config/mips/mips-msa.md: New file.
8536         * config/mips/mips-protos.h
8537         (mips_split_128bit_const_insns): New prototype.
8538         (mips_msa_idiv_insns): Likewise.
8539         (mips_split_128bit_move): Likewise.
8540         (mips_split_128bit_move_p): Likewise.
8541         (mips_split_msa_copy_d): Likewise.
8542         (mips_split_msa_insert_d): Likewise.
8543         (mips_split_msa_fill_d): Likewise.
8544         (mips_expand_msa_branch): Likewise.
8545         (mips_const_vector_same_val_p): Likewise.
8546         (mips_const_vector_same_bytes_p): Likewise.
8547         (mips_const_vector_same_int_p): Likewise.
8548         (mips_const_vector_shuffle_set_p): Likewise.
8549         (mips_const_vector_bitimm_set_p): Likewise.
8550         (mips_const_vector_bitimm_clr_p): Likewise.
8551         (mips_msa_vec_parallel_const_half): Likewise.
8552         (mips_msa_output_division): Likewise.
8553         (mips_ldst_scaled_shift): Likewise.
8554         (mips_expand_vec_cond_expr): Likewise.
8555         * config/mips/mips.c (enum mips_builtin_type): Add
8556         MIPS_BUILTIN_MSA_TEST_BRANCH.
8557         (mips_gen_const_int_vector_shuffle): New prototype.
8558         (mips_const_vector_bitimm_set_p): New function.
8559         (mips_const_vector_bitimm_clr_p): Likewise.
8560         (mips_const_vector_same_val_p): Likewise.
8561         (mips_const_vector_same_bytes_p): Likewise.
8562         (mips_const_vector_same_int_p): Likewise.
8563         (mips_const_vector_shuffle_set_p): Likewise.
8564         (mips_symbol_insns): Forbid loading symbols via immediate for
8565         MSA.
8566         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
8567         stores.
8568         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
8569         MSA.
8570         (mips_lx_address_p): Add support load indexed address for MSA.
8571         (mips_address_insns): Add calculation of instructions needed for
8572         stores and loads for MSA.
8573         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
8574         CONST_VECTOR for MSA and let it fall through.
8575         (mips_ldst_scaled_shift): New function.
8576         (mips_subword_at_byte): Likewise.
8577         (mips_msa_idiv_insns): Likewise.
8578         (mips_legitimize_move): Validate MSA moves.
8579         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
8580         calculation of costs for MSA division.
8581         (mips_split_move_p): Check if MSA moves need splitting.
8582         (mips_split_move): Split MSA moves if necessary.
8583         (mips_split_128bit_move_p): New function.
8584         (mips_split_128bit_move): Likewise.
8585         (mips_split_msa_copy_d): Likewise.
8586         (mips_split_msa_insert_d): Likewise.
8587         (mips_split_msa_fill_d): Likewise.
8588         (mips_output_move): Handle MSA moves.
8589         (mips_expand_msa_branch): New function.
8590         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
8591         Reinstate 'y' modifier.
8592         (mips_file_start): Add MSA .gnu_attribute.
8593         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
8594         FPRs.
8595         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
8596         (mips_class_max_nregs): Add register size for MSA supported mode.
8597         (mips_cannot_change_mode_class): Allow conversion between MSA
8598         vector modes and TImode.
8599         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
8600         instruction.
8601         (mips_secondary_reload_class): Force MSA loads/stores via memory.
8602         (mips_preferred_simd_mode): Add preffered modes for MSA.
8603         (mips_vector_mode_supported_p): Add MSA supported modes.
8604         (mips_autovectorize_vector_sizes): New function.
8605         (mips_msa_output_division): Likewise.
8606         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
8607         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
8608         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
8609         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
8610         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
8611         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
8612         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
8613         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
8614         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
8615         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
8616         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
8617         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
8618         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
8619         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
8620         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
8621         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
8622         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
8623         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
8624         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
8625         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
8626         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
8627         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
8628         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
8629         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
8630         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
8631         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
8632         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
8633         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
8634         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
8635         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
8636         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
8637         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
8638         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
8639         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
8640         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
8641         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
8642         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
8643         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
8644         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
8645         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
8646         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
8647         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
8648         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
8649         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
8650         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
8651         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
8652         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
8653         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
8654         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
8655         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
8656         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
8657         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
8658         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
8659         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
8660         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
8661         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
8662         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
8663         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
8664         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
8665         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
8666         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
8667         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
8668         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
8669         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
8670         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
8671         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
8672         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
8673         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
8674         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
8675         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
8676         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
8677         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
8678         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
8679         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
8680         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
8681         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
8682         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
8683         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
8684         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
8685         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
8686         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
8687         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
8688         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
8689         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
8690         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
8691         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
8692         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
8693         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
8694         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
8695         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
8696         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
8697         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
8698         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
8699         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
8700         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
8701         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
8702         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
8703         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
8704         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
8705         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
8706         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
8707         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
8708         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
8709         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
8710         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
8711         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
8712         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
8713         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
8714         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
8715         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
8716         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
8717         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
8718         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
8719         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
8720         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
8721         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
8722         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
8723         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
8724         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
8725         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
8726         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
8727         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
8728         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
8729         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
8730         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
8731         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
8732         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
8733         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
8734         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
8735         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
8736         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
8737         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
8738         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
8739         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
8740         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
8741         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
8742         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
8743         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
8744         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
8745         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
8746         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
8747         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
8748         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
8749         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
8750         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
8751         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
8752         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
8753         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
8754         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
8755         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
8756         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
8757         move_v builtins.
8758         (mips_get_builtin_decl_index): New array.
8759         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
8760         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
8761         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
8762         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
8763         (mips_init_builtins): Initialize mips_get_builtin_decl_index
8764         array.
8765         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
8766         hook.
8767         (mips_expand_builtin_insn): Prepare operands for
8768         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
8769         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
8770         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
8771         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
8772         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
8773         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
8774         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
8775         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
8776         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
8777         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
8778         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
8779         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
8780         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
8781         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
8782         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
8783         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
8784         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
8785         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
8786         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
8787         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
8788         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
8789         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
8790         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
8791         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
8792         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
8793         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
8794         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
8795         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
8796         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
8797         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
8798         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
8799         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
8800         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
8801         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
8802         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
8803         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
8804         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
8805         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
8806         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
8807         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
8808         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
8809         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
8810         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
8811         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
8812         These are set implicitly and an error is reported if overridden.
8813         (mips_expand_builtin_msa_test_branch): New function.
8814         (mips_expand_msa_shuffle): Likewise.
8815         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
8816         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
8817         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
8818         (mips_expand_vec_unpack): Add support for MSA.
8819         (mips_expand_vector_init): Likewise.
8820         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
8821         instead of const0_rtx.
8822         (mips_msa_vec_parallel_const_half): New function.
8823         (mips_gen_const_int_vector): Likewise.
8824         (mips_gen_const_int_vector_shuffle): Likewise.
8825         (mips_expand_msa_cmp): Likewise.
8826         (mips_expand_vec_cond_expr): Likewise.
8827         * config/mips/mips.h
8828         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
8829         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
8830         specified.
8831         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
8832         (ISA_HAS_MSA): New macro.
8833         (UNITS_PER_MSA_REG): Likewise.
8834         (BITS_PER_MSA_REG): Likewise.
8835         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
8836         (MSA_REG_FIRST): New macro.
8837         (MSA_REG_LAST): Likewise.
8838         (MSA_REG_NUM): Likewise.
8839         (MSA_REG_P): Likewise.
8840         (MSA_REG_RTX_P): Likewise.
8841         (MSA_SUPPORTED_MODE_P): Likewise.
8842         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
8843         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
8844         * config/mips/mips.md: Include mips-msa.md.
8845         (alu_type): Add simd_add.
8846         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
8847         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
8848         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
8849         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
8850         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
8851         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
8852         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
8853         simd_move, simd_load, simd_store.  Choose "multi" for moves
8854         for "qword_mode".
8855         (qword_mode): New attribute.
8856         (insn_count): Add instruction count for quad moves.
8857         Increase the count for MIPS SIMD division.
8858         (UNITMODE): Add UNITMODEs for vector types.
8859         (addsub): New code iterator.
8860         * config/mips/mips.opt (mmsa): New option.
8861         * config/mips/msa.h: New file.
8862         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
8863         specified.
8864         * config/mips/mti-linux.h: Likewise.
8865         * config/mips/predicates.md
8866         (const_msa_branch_operand): New constraint.
8867         (const_uimm3_operand): Likewise.
8868         (const_uimm4_operand): Likewise.
8869         (const_uimm5_operand): Likewise.
8870         (const_uimm8_operand): Likewise.
8871         (const_imm5_operand): Likewise.
8872         (aq10b_operand): Likewise.
8873         (aq10h_operand): Likewise.
8874         (aq10w_operand): Likewise.
8875         (aq10d_operand): Likewise.
8876         (const_m1_operand): Likewise.
8877         (reg_or_m1_operand): Likewise.
8878         (const_exp_2_operand): Likewise.
8879         (const_exp_4_operand): Likewise.
8880         (const_exp_8_operand): Likewise.
8881         (const_exp_16_operand): Likewise.
8882         (const_vector_same_val_operand): Likewise.
8883         (const_vector_same_simm5_operand): Likewise.
8884         (const_vector_same_uimm5_operand): Likewise.
8885         (const_vector_same_uimm6_operand): Likewise.
8886         (const_vector_same_uimm8_operand): Likewise.
8887         (par_const_vector_shf_set_operand): Likewise.
8888         (reg_or_vector_same_val_operand): Likewise.
8889         (reg_or_vector_same_simm5_operand): Likewise.
8890         (reg_or_vector_same_uimm6_operand): Likewise.
8891         * doc/extend.texi (MIPS SIMD Architecture Functions): New
8892         section.
8893         * doc/invoke.texi (-mmsa): Document new option.
8895 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8897         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
8898         * configure: Regenerate.
8899         * config.in: Regenerate.
8900         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
8901         on -fvtable-verify.
8902         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
8903         (ENDFILE_VTV_SPEC): Define.
8905 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
8907         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
8908         registers in all interrupt handlers if necessary.
8909         (rl78_option_override): Add warning.
8910         (MUST_SAVE_MDUC_REGISTERS): New macro.
8911         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
8912         * config/rl78/rl78.c (check_mduc_usage): New function.
8913         (mduc_regs): New structure to hold MDUC register data.
8914         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
8915         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
8916         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
8917         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
8918         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
8919         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
8921 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
8923         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
8924         (tree-ssa-loop-niter.h): Ditto.
8925         (idx_within_array_bound, ref_within_array_bound): New functions.
8926         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
8927         Factor out check on writable base object to ...
8928         (base_object_writable): ... here.
8930 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8932         * config/arm/arm.md (probe_stack): Add modes to set source
8933         and destination.
8935 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
8937         * regrename.c (base_reg_class_for_rename): New static function.
8938         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
8940 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
8942         * cgraph.c (thunk_adjust): Export.
8943         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
8944         * cgraphunit.c (thunk_adjust): Export.
8945         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
8946         thunks.
8947         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
8948         inlinable.
8949         * tree-inline.c (expand_call_inline): Expand thunks inline.
8951 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
8953         PR target/70998
8954         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
8955         (*sse2_vd_cvtss2sd): Ditto.
8956         * config/i386/i386.md
8957         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
8958         Generate *sse2_vd_cvtsd2ss pattern.
8959         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
8960         Generate *sse2_vd_cvtss2sd pattern.
8962 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
8964         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
8965         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
8966         users.
8968 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
8970         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
8971         * config/sh/sh.c: Define and declare variables on first use throughout
8972         the file.
8973         (current_function_interrupt): Change to bool type.
8974         (frame_insn): Rename to emit_frame_insn and update users.
8975         (push_regs): Use bool for 'interrupt_handler' argument.
8976         (save_schedule_s): Remove.
8977         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
8978         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
8979         targetm.asm_out.unaligned_op.di.
8980         (gen_far_branch): Remove redundant forward declaration.
8981         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
8982         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
8983         (sh_set_return_address, sh_function_ok_for_sibcall,
8984         scavenge_reg): Update comments.
8985         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
8986         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
8987         (sh_attr_renesas_p): Remove unnecessary parentheses.
8988         (branch_dest): Simplify.
8989         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
8990         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
8991         (CUMULATIVE_ARGS): Change macro to typedef.
8992         (current_function_interrupt): Change to bool type.
8993         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
8994         Surround with __cplusplus ifdef.
8995         (sh_compare_op0, sh_compare_op1): Remove.
8996         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
8998 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
9000         * config/arm/arm.md: (arch): Add neon.
9001         (arch_enabled): Return yes for arch neon when TARGET_NEON.
9002         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
9003         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
9004         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
9005         attributes for alt renumbering.  Mark alt 3 as non-predicable.
9006         (thumb2_movdf_vfp): Likewise.
9008 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
9010         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
9011         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
9012         (*andqi_1): Add preferred_for_speed attribute to disparage
9013         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
9014         (*<code>qi_1): Ditto.
9015         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
9016         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
9017         (*ashlqi3_1): Ditto.
9018         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
9019         Add preferred_for_size attribute to disparage alternative 0 and
9020         preferred_for_speed attribute to disparage alternative 1 for
9021         TARGET_PARTIAL_REG_STALL targets.
9023 2016-05-07  Tom de Vries  <tom@codesourcery.com>
9025         PR tree-optimization/70956
9026         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
9027         def.
9029 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
9031         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
9032         * config/sh/sh.c (sh_cbranch_distance): Implement it.
9033         * config/sh/sh.md (branch_zero): Remove define_attr.
9034         (define_delay): Disable delay slot if branch distance is one insn.
9036 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
9038         * config/i386/i386.md (LEAMODE): New mode attribute.
9039         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
9040         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
9041         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
9042         operand 2 predicate.
9043         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
9044         (*lea<mode>_general_3): Ditto.
9045         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
9047 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
9049         * genmddump.c (main): Convert argv from char ** to const char **.
9051 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
9053         * coretypes.h (OVERRIDE): New macro.
9054         (FINAL): New macro.
9056 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
9058         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
9059         allow coalescing if the types are compatible.
9061 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
9063         * pass_manager.h (pass_manager::register_pass_name): New method.
9064         (pass_manager::get_pass_by_name): New method.
9065         (pass_manager::create_pass_tab): New method.
9066         (pass_manager::m_name_to_pass_map): New field.
9067         * passes.c (name_to_pass_map): Delete global in favor of field
9068         "m_name_to_pass_map" of pass_manager.
9069         (register_pass_name): Rename from a function to...
9070         (pass_manager::register_pass_name): ...this method, updating
9071         for renaming of global "name_to_pass_map" to field
9072         "m_name_to_pass_map".
9073         (create_pass_tab): Rename from a function to...
9074         (pass_manager::create_pass_tab): ...this method, updating
9075         for renaming of global "name_to_pass_map" to field.
9076         (get_pass_by_name): Rename from a function to...
9077         (pass_manager::get_pass_by_name): ...this method.
9078         (enable_disable_pass): Convert use of get_pass_by_name to
9079         a method call, locating the pass_manager singleton.
9081 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
9083         * genattr-common.c (main): Convert argv from char ** to const char **.
9084         * genattr.c (main): Likewise.
9085         * genattrtab.c (main): Likewise.
9086         * genautomata.c (initiate_automaton_gen): Likewise.
9087         (main): Likewise.
9088         * gencodes.c (main): Likewise.
9089         * genconditions.c (main): Likewise.
9090         * genconfig.c (main): Likewise.
9091         * genconstants.c (main): Likewise.
9092         * genemit.c (main): Likewise.
9093         * genenums.c (main): Likewise.
9094         * genextract.c (main): Likewise.
9095         * genflags.c (main): Likewise.
9096         * genmddeps.c (main): Likewise.
9097         * genopinit.c (main): Likewise.
9098         * genoutput.c (main): Likewise.
9099         * genpeep.c (main): Likewise.
9100         * genpreds.c (main): Likewise.
9101         * genrecog.c (main): Likewise.
9102         * gensupport.c (init_rtx_reader_args_cb): Likewise.
9103         (init_rtx_reader_args): Likewise.
9104         * gensupport.h (init_rtx_reader_args_cb): Likewise.
9105         (init_rtx_reader_args): Likewise.
9106         * gentarget-def.c (main): Likewise.
9107         * read-md.c (read_md_files): Likewise.
9108         * read-md.h (read_md_files): Likewise.
9110 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
9112         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
9113         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
9114         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
9115         Remove unused predicate.
9116         (register_and_not_fp_reg_operand): Ditto.
9118 2016-05-06  Martin Liska  <mliska@suse.cz>
9120         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
9121         instead of vec as the vector is local to the function.
9123 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
9125         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
9126         avx512bw alternative.
9128         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
9129         before the ashr<mode>3 pattern.
9131         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
9132         v instead of x in vex or maybe_vex alternatives, use
9133         maybe_evex instead of vex in prefix.
9135         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
9136         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
9137         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
9138         in vex or maybe_vex alternatives, use maybe_evex instead of vex
9139         in prefix.
9141         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
9142         v instead of x in vex or maybe_vex alternatives, use
9143         maybe_evex instead of vex in prefix.
9145         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
9146         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
9147         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
9148         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
9149         alternatives, use maybe_evex instead of vex in prefix.
9151         * config/i386/sse.md (vec_interleave_lowv4sf,
9152         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
9153         v instead of x in vex or maybe_vex alternatives, use
9154         maybe_evex instead of vex in prefix.
9156         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
9157         v instead of x in vex or maybe_vex alternatives, use
9158         maybe_evex instead of vex in prefix.
9160         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
9161         v constraint instead of x.
9163 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
9165         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
9166         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
9167         equality first.
9169 2016-05-06  Richard Biener  <rguenther@suse.de>
9171         PR tree-optimization/70948
9172         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
9173         Properly clobber all fields of va_list for __builtin_va_start.
9175 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
9177         PR debug/70935
9178         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
9179         loop latch destination.
9181 2016-05-06  Martin Liska  <mliska@suse.cz>
9183         * tree-ssa-uninit.c: Apply manual changes
9184         to the GNU coding style.
9185         (prune_uninit_phi_opnds): Rename from
9186         prune_uninit_phi_opnds_in_unrealizable_paths.
9188 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9190         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
9191         mspace): Remove deprecated options.
9192         * doc/invoke.texi (SH options): Remove -mspace.
9194 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9196         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
9198 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9200         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
9201         corresponding combine split pattern.
9203 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9205         PR target/58219
9206         * config/sh/predicates.md (long_displacement_mem_operand): New.
9207         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
9208         Add movi20, movi20s alternatives.  Adjust length attribute for
9209         alternatives.
9210         (movsi_ie): Allow for any FPU.  Adjust length attribute for
9211         alternatives.
9212         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
9213         attribute for alternatives.
9214         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
9215         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
9216         length attribute for alternatives.
9218 2016-05-06  Richard Biener  <rguenther@suse.de>
9220         PR tree-optimization/70960
9221         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
9223 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9225         PR target/52933
9226         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
9227         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
9229 2016-05-06  Marek Polacek  <polacek@redhat.com>
9231         PR sanitizer/70875
9232         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
9234 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9236         PR target/54089
9237         * config/sh/sh.md (*rotcr): Add another variant.
9239 2016-05-06  Richard Biener  <rguenther@suse.de>
9241         PR middle-end/70931
9242         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
9244 2016-05-06  Richard Biener  <rguenther@suse.de>
9246         PR middle-end/70941
9247         * fold-const.c (split_tree): Always convert to the original type
9248         before negating.
9250 2016-05-06  Richard Biener  <rguenther@suse.de>
9252         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
9253         (fwprop_addr): Likewise.
9255 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
9257         PR target/70873
9258         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
9259         New prototype.
9260         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
9261         * config/i386/i386.md (push mem splitter): Use find_constant_src in
9262         the splitter condition.
9263         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
9264         the splitter condition.
9265         (FP float_extend load splitter): Ditto.
9267 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
9269         * config/i386/i386.md (peehole2 patterns): Change true_regnum
9270         to REGNO in all peephole2 patterns.
9271         (post-reload splitters): Change true_regnum to REGNO in
9272         post-reload splitters.
9273         (zero_extend splitters): Use general_reg_operand and
9274         nonimmediate_gr_operand predicates.
9276 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
9278         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
9279         v constraint instead of x.
9281 2016-05-05  Alan Modra  <amodra@gmail.com>
9283         PR target/68662
9284         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
9285         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
9286         TARGET_NO_FP_IN_TOC for -mrelocatable.
9287         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
9288         TARGET_RELOCATABLE test.
9289         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
9290         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
9291         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
9292         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
9293         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
9294         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
9295         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
9296         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
9297         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
9298         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
9299         Likewise.
9300         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
9301         (rs6000_stack_info): Likewise.
9302         (rs6000_elf_asm_out_constructor): Likewise.
9303         (rs6000_elf_asm_out_destructor): Likewise.
9304         (rs6000_elf_declare_function_name): Likewise.
9305         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
9306         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
9307         Don't define.
9309 2016-05-05  Alan Modra  <amodra@gmail.com>
9311         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
9313 2016-05-05  Alan Modra  <amodra@gmail.com>
9315         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
9316         out-of-line gpr restore for one or two regs if that would add
9317         a save of lr.
9319 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
9321         PR target/70873
9322         * config/i386/i386.md
9323         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
9324         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
9325         as operand 0 predicate.
9326         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
9327         Ditto.
9328         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
9329         Ditto.  Emit the pattern using RTX.
9331         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
9332         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
9333         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
9334         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
9335         Ditto.
9336         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
9337         sse_reg_operand as operand 0 predicate.
9339         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
9340         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
9341         instead of gen_rtx_REG.
9342         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
9343         Ditto.
9345 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
9347         * function.c (emit_use_return_register_into_block): Delete.
9348         (gen_return_pattern): Delete.
9349         (emit_return_into_block): Delete.
9350         (active_insn_between): Delete.
9351         (convert_jumps_to_returns): Delete.
9352         (emit_return_for_exit): Delete.
9353         (thread_prologue_and_epilogue_insns): Delete all code dealing with
9354         simple_return for shrink-wrapped blocks.
9355         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
9356         end of blocks that need one.
9357         (get_unconverted_simple_return): Delete.
9358         (convert_to_simple_return): Delete.
9359         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
9360         (convert_to_simple_return): Ditto.
9362 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
9364         * cfgcleanup.c (bb_is_just_return): New function.
9365         (try_optimize_cfg): Simplify jumps to return, branches to return,
9366         and branches around return.
9368 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
9370         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
9371         branch to a return.
9373 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
9375         PR c++/70906
9376         PR c++/70933
9377         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
9378         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
9379         assert flags & OEP_HASH_CHECK, instead of asserting it
9380         never happens.  Handle TARGET_EXPR.
9381         * fold-const.c (operand_equal_p): For hash verification,
9382         or in OEP_HASH_CHECK into flags.
9384 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
9386         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
9387         comment.
9388         (compute_samebase_partition_bases): Fix typo.
9390 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
9392         * config/i386/sse.md (vec_interleave_highv8sf,
9393         vec_interleave_lowv8sf, vec_interleave_highv4df,
9394         vec_interleave_lowv4df): Remove constraints from expanders.
9396         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
9398 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
9400         * tree-inline.c (expand_call_inline): Fix path dealing with
9401         making lhs of call statement undefined.
9403 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
9405         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
9406         Check availability on NODE, too.
9407         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
9408         (cgraph_node::call_for_symbol_and_aliases): Likewise.
9409         (varpool_node::call_for_symbol_and_aliase): Likewise.
9410         * ipa-pure-const.c (add_new_function): Analyze all bodies.
9411         (propagate_pure_const): Propagate across interposable functions, too.
9412         (skip_function_for_local_pure_const): Do not skip interposable bodies
9413         with aliases.
9414         (pass_local_pure_const::execute): Update.
9416 2016-05-04  Marek Polacek  <polacek@redhat.com>
9418         * doc/invoke.texi: Document -Wdangling-else.
9420 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9422         * config.gcc: Error out when conflicting multilib is detected.  Do not
9423         loop over multilibs since no combination is legal.
9425 2016-05-04  Alan Modra  <amodra@gmail.com>
9427         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
9428         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
9429         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
9430         Align .toc.
9432 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
9434         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
9435         Clean up p5600 comments.
9437 2016-05-04  Richard Biener  <rguenther@suse.de>
9439         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
9440         constructor simplifications.
9441         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
9443 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
9445         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
9446         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
9447         result.set_rtx is null instead of aborting.
9448         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
9449         Always enable.
9450         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
9451         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
9452         *mov<mode>_store_postinc): New patterns.
9454 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
9456         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
9457         as commutative.  Check both conversions are NOP.
9458         ((A & B) OP (C & B)): Remove.
9460 2016-05-04  Alan Modra  <amodra@gmail.com>
9462         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
9464 2016-05-04  Alan Modra  <amodra@gmail.com>
9466         PR target/70866
9467         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
9468         when cr2,3,4 are all fixed regs.
9470 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
9472         PR rtl-optimization/57193
9473         * opts.c (default_options_table): Revert OPT_frename_registers change.
9474         * doc/invoke.texi (-frename-registers, -O2): Likewise.
9476 2016-05-03  Martin Sebor  <msebor@redhat.com>
9478         PR c++/66561
9479         * builtins.c (fold_builtin_FILE): New function.
9480         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
9481         (fold_builtin_0): Call them.
9482         * gimplify.c (gimplify_call_expr): Remove the handling of
9483         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
9485         PR c++/66561
9486         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
9487         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
9488         constants.
9490         PR c++/66639
9491         * doc/extend.texi (Function Names as Strings): Update __func__,
9492         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
9493         constants.
9495 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
9496             Richard Biener  <rguenther@suse.de>
9498         PR tree-optimization/70916
9499         * tree-if-conv.c: Include cfganal.h.
9500         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
9501         and remove_fake_exit_edges around the optimization pass.
9503 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
9505         * cgraph.c (symbol_table::create_edge): Set inline_failed.
9506         (cgraph_edge::make_direct): Likewise.
9507         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
9508         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
9509         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
9510         (CIF_THUNK): New code.
9511         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
9512         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
9513         (compute_inline_parameters): Set inline_failed for thunks.
9514         (inline_analyze_function): Cleanup.
9515         * ipa-inline.c (can_inline_edge_p): Do not deal with
9516         call_stmt_cannot_inline_p.
9517         (can_early_inline_edge_p): Likewise.
9518         (early_inliner): Initialize inline_failed.
9519         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
9521 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
9523         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
9524         from nonimm_ssenomem_operand.
9525         (nonimm_ssenomem_operand): New predicate.
9526         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
9527         as operand 0 predicate.
9528         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
9529         Disable unsupported alternatives using "enabled" attribute.
9530         Use register_ssemem_operand as operand 0 predicate.
9531         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
9533 2016-05-03  Marek Polacek  <polacek@redhat.com>
9535         PR c/70859
9536         * input.c (expansion_point_location): New function.
9537         * input.h (expansion_point_location): Declare.
9539 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9541         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
9542         occurence with frame_offset_ ones.
9544 2016-05-03  Alan Modra  <amodra@gmail.com>
9546         PR rtl-optimization/70890
9547         * ira.c (combine_and_move_insns): When moving def_insn, remove
9548         equivs on use_insn.
9550 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9552         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
9553         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
9554         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
9555         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
9557 2016-05-03  Alan Modra  <amodra@gmail.com>
9559         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
9560         for SAVE_MULTIPLE/STORE_MULTIPLE.
9562 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
9564         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
9565         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
9567 2016-05-03  Richard Biener  <rguenther@suse.de>
9569         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
9570         default true.
9571         (gimplify_arg): Likewise.
9572         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
9573         re-writing the result to a decl if required.
9574         (internal_get_tmp_var): Add allow_ssa parameter
9575         and override into_ssa with it.
9576         (get_formal_tmp_var): Adjust.
9577         (get_initialized_tmp_var): Add allow_ssa parameter.
9578         (gimplify_arg): Add allow_ssa parameter and avoid generating
9579         SSA names for the result false.
9580         (gimplify_call_expr): If the call may return twice do not
9581         gimplify parameters into SSA.
9582         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
9583         (gimplify_modify_expr): Adjust assert.  For noreturn calls
9584         with a SSA name LHS adjust its def.
9585         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
9586         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
9587         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
9588         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
9589         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
9590         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
9591         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
9592         (optimize_target_teams): Do not allow SSA names for clause operands.
9593         (gimplify_expr): Likewise for where we mark the result addressable.
9594         * passes.def (pass_init_datastructures): Remove.
9595         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
9596         (rewrite_stmt): Likewise.
9597         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
9598         (replace_locals_op): Replace SSA names.
9599         (copy_gimple_seq_and_replace_locals): Init src_cfun.
9600         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
9601         * cgraph.c (release_function_body): Free CFG annotations only
9602         when we have a CFG.  Simplify.
9603         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
9604         force_gimple_operand instead of get_initialized_tmp_var.
9605         * tree-pass.h (make_pass_init_datastructures): Remove.
9606         * tree-ssa.c (execute_init_datastructures): Remove.
9607         (pass_data_init_datastructures): Likewise.
9608         (class pass_init_datastructures): Likewise.
9609         (make_pass_init_datastructures): Likewise.
9610         * omp-low.c (create_omp_child_function): Init SSA data structures.
9611         (grid_expand_target_grid_body): Likewise.
9612         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
9613         name before adding it to names_to_release.
9614         (remove_bb): Always release SSA defs.
9615         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
9616         before dereferencing it.
9617         * cgraphunit.c (init_lowered_empty_function): Always
9618         int SSA data structures.
9619         * tree-ssanames.c (release_defs): Remove assert that we are in
9620         SSA form.
9621         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
9623 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
9624             Uros Bizjak  <ubizjak@gmail.com>
9626         PR rtl-optimization/70467
9627         * config/i386/predicates.md (x86_64_hilo_int_operand,
9628         x86_64_hilo_general_operand): New predicates.
9629         * config/i386/constraints.md (Wd): New constraint.
9630         * config/i386/i386.md (mode attr di): Use Wd instead of e.
9631         (general_hilo_operand): New mode attr.
9632         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
9633         instead of <general_operand>.
9634         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
9635         x86_64_hilo_general_operand instead of <general_operand>.
9637 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
9639         PR tree-optimization/70916
9640         * tree-if-conv.c (constant_or_ssa_name): Removed.
9641         (fold_build_cond_expr): Use is_gimple_val instead of
9642         constant_or_ssa_name.
9644         PR tree-optimization/70916
9645         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
9646         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
9648         PR target/49244
9649         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
9650         (optimize_atomic_bit_test_and): New function.
9651         (pass_fold_builtins::execute): Use it.
9652         * optabs.def (atomic_bit_test_and_set_optab,
9653         atomic_bit_test_and_complement_optab,
9654         atomic_bit_test_and_reset_optab): New optabs.
9655         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
9656         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
9657         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
9658         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
9659         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
9660         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
9661         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
9662         * doc/md.texi (atomic_bit_test_and_set@var{mode},
9663         atomic_bit_test_and_complement@var{mode},
9664         atomic_bit_test_and_reset@var{mode}): Document.
9665         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
9666         atomic_bit_test_and_complement<mode>,
9667         atomic_bit_test_and_reset<mode>): New expanders.
9668         (atomic_bit_test_and_set<mode>_1,
9669         atomic_bit_test_and_complement<mode>_1,
9670         atomic_bit_test_and_reset<mode>_1): New insns.
9672 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
9674         PR rtl-optimization/70687
9675         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
9676         instead of unsigned HOST_WIDE_INT.
9678 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
9680         PR rtl-optimization/44281
9681         * hard-reg-set.h (struct target_hard_regs): New field
9682         x_fixed_nonglobal_reg_set.
9683         (fixed_nonglobal_reg_set): New macro.
9684         * reginfo.c (init_reg_sets_1): Initialize it.
9685         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
9686         of fixed_reg_set.
9687         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
9689 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
9691         PR tree-optimization/56541
9692         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
9693         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
9694         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
9695         (any_complicated_phi): new static variable.
9696         (aggressive_if_conv): delete.
9697         (if_convertible_phi_p): support phis with more than two arguments.
9698         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
9699         critical pred edges.
9700         (ifcvt_split_critical_edges): support phis with more than two
9701         arguments by checking new parameter.  only split critical edges
9702         if needed.
9703         (tree_if_conversion): handle simd pragma marked loop using new
9704         local variable aggressive_if_conv.  check any_complicated_phi.
9706 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
9708         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
9709         before using it.
9711 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
9713         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
9714         cbase.
9716 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
9718         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
9719         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
9720         define_insn_and_split.
9721         (mulsi3_i): New define_insn_and_split.
9722         (mulsi3_call): Convert to define_insn.
9723         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
9724         Remove constraints.
9726 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
9728         * machmode.h (mode_complex): Add support to give the complex mode
9729         for a given mode.
9730         (GET_MODE_COMPLEX_MODE): Likewise.
9731         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
9732         stored by build_complex_type and gfc_build_complex_type instead of
9733         trying to figure out the appropriate mode based on the size. Raise
9734         an assertion error, if the type was not set.
9735         * genmodes.c (struct mode_data): Add field for the complex type of
9736         the given type.
9737         (blank_mode): Likewise.
9738         (make_complex_modes): Remember the complex mode created in the
9739         base type.
9740         (emit_mode_complex): Write out the mode_complex array to map a
9741         type mode to the complex version.
9742         (emit_insn_modes_c): Likewise.
9743         * tree.c (build_complex_type): Set the complex type to use before
9744         calling layout_type.
9745         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
9746         support for __float128 complex datatypes.
9747         (rs6000_hard_regno_mode_ok): Likewise.
9748         (rs6000_setup_reg_addr_masks): Likewise.
9749         (rs6000_complex_function_value): Likewise.
9750         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
9751         __float128 and __ibm128 complex.
9752         (FLOAT128_IBM_P): Likewise.
9753         (ALTIVEC_ARG_MAX_RETURN): Likewise.
9754         * doc/extend.texi (Additional Floating Types): Document that
9755         -mfloat128 must be used to enable __float128.  Document complex
9756         __float128 and __ibm128 support.
9758 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
9760         PR target/49244
9761         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
9762         char/short arguments promoted to int because of promote_prototypes.
9764 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
9766         * config/i386/predicates.md (register_ssemem_operand): New predicate.
9767         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
9768         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
9769         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
9770         alternatives using "enabled" attribute.  Use register_ssemem_operand
9771         as operand 1 predicate.
9772         (*cmpi<unord>xf_i387): Split XFmode pattern from
9773         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
9774         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
9775         *absneg<mode>2_i387.  Disable unsupported alternatives using
9776         "enabled" attribute.
9777         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
9779 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
9781         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
9782         marker.
9783         (oacc_loop_process): Check mask for loop termination.
9785 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
9787         * cif-code.def (CIF_THUNK): Add.
9788         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
9789         accidental change.
9791 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
9793         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
9794         (dump_inline_summary): Dump it.
9795         (fp_expression_p): New predicate.
9796         (estimate_function_body_sizes): Use it.
9797         (inline_merge_summary): Merge fp_expressions.
9798         (inline_read_section): Read fp_expressions.
9799         (inline_write_summary): Write fp_expressions.
9800         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
9801         codegen boundary if either caller or callee is !fp_expressions.
9802         * ipa-inline.h (inline_summary): Add fp_expressions.
9803         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
9804         to fp_expressions be sure the fp generation flags are updated.
9806 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
9808         PR rtl-optimization/70467
9809         * cse.c (cse_insn): Handle no-op MEM moves after folding.
9811         PR rtl-optimization/70467
9812         * ipa-pure-const.c (check_call): Handle internal calls even in
9813         ipa mode like in local mode.
9815 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9817         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
9819 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
9821         * match.pd (X u< X, X u> X): New transformations.
9823 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
9825         * flag-types.h (enum warn_strict_overflow_code): Move ...
9826         * coretypes.h: ... here.
9827         * fold-const.h (fold_overflow_warning): Declare.
9828         * fold-const.c (fold_overflow_warning): Make non-static.
9829         (fold_comparison): Move the transformation of X +- C1 CMP C2
9830         into X CMP C2 -+ C1 ...
9831         * match.pd: ... here.
9832         * gimple-fold.c (fold_stmt_1): Protect with
9833         fold_defer_overflow_warnings.
9835 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
9837         * omp-low.c (struct oacc_loop): Add 'inner' field.
9838         (new_oacc_loop_raw): Initialize it to zero.
9839         (oacc_loop_fixed_partitions): Initialize it.
9840         (oacc_loop_auto_partitions): Partition outermost loop to outermost
9841         available partitioning.
9843 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
9845         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
9846         register_operand.
9847         (umulsidi3): Likewise.
9848         (indirect_jump): Fix jump instruction assembly patterns.
9850 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
9852         PR target/70860
9853         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
9854         (nvptx_function_value): Assert non-NULL cfun.
9856 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
9858         PR rtl-optimization/70886
9859         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
9861         * cselib.h (rtx_equal_for_cselib_1): Declare.
9862         (rtx_equal_for_cselib_p: New inline function.
9863         * cselib.c (rtx_equal_for_cselib_p): Delete.
9864         (rtx_equal_for_cselib_1): Make public.
9866 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
9868         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
9869         (register_mixssei387nonimm_operand): Remove predicate.
9870         * config/i386/i386.md (*fop_<mode>_comm): Merge from
9871         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
9872         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
9873         for TARGET_MIX_SSE_I387 alternatives.
9874         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
9875         Disable unsupported alternatives using "enabled" attribute.  Use
9876         nonimm_ssenomem_operand as operand 1 predicate.  Also check
9877         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
9879 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
9881         * tree.c (cst_and_fits_in_hwi): Simplify.
9883 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
9885         * tree.h (wi::to_wide): New function.
9886         * expr.c (expand_expr_real_1): Use wi::to_wide.
9887         * fold-const.c (int_const_binop_1): Likewise.
9888         (extract_muldiv_1): Likewise.
9890 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
9892         * wide-int.h: Update offset_int and widest_int documentation.
9893         (WI_SIGNED_SHIFT_RESULT): New macro.
9894         (wi::binary_shift): Define signed_shift_result_type for
9895         shifts on offset_int- and widest_int-like types.
9896         (generic_wide_int): Support <<= and >>= if << and >> are supported.
9897         * tree.h (int_bit_position): Use shift operators instead of wi::
9898          shifts.
9899         * alias.c (adjust_offset_for_component_ref): Likewise.
9900         * expr.c (get_inner_reference): Likewise.
9901         * fold-const.c (fold_comparison): Likewise.
9902         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
9903         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
9904         * tree-dfa.c (get_ref_base_and_extent): Likewise.
9905         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
9906         (stmt_kills_ref_p): Likewise.
9907         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
9908         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
9909         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
9910         (ao_ref_init_from_vn_reference): Likewise.
9912 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
9914         * wide-int.h: Update offset_int and widest_int documentation.
9915         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
9916         (wi::binary_traits): Allow ordered comparisons between offset_int and
9917         offset_int, between widest_int and widest_int, and between either
9918         of these types and basic C types.
9919         (operator <, <=, >, >=): Define for the same combinations.
9920         * tree.h (tree_int_cst_lt): Use comparison operators instead
9921         of wi:: comparisons.
9922         (tree_int_cst_le): Likewise.
9923         * gimple-fold.c (fold_array_ctor_reference): Likewise.
9924         (fold_nonarray_ctor_reference): Likewise.
9925         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
9926         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
9927         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
9928         * tree-sra.c (completely_scalarize): Likewise.
9929         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
9930         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
9931         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
9932         (check_for_binary_op_overflow): Likewise.
9933         (search_for_addr_array): Likewise.
9934         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
9936 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
9938         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
9939         (arc_save_restore): Likewise.
9940         (arc_dwarf_register_span): Likewise.
9941         (arc_output_pic_addr_const): Initialize suffix variable.
9943 2016-05-02  Martin Liska  <mliska@suse.cz>
9945         * symbol-summary.h (function_summary::function_summary):
9946         Remove checking assert for all cgraph nodes.
9947         (function_summary::get): Check summary_uid.
9948         (symtab_insertion): Check summary_uid.
9950 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
9952         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
9953         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
9954         bmaskn instruction.
9955         (arc_dwarf_register_span): Remove enum keyword.
9956         (compact_memory_operand_p): New function.
9957         * config/arc/arc.h (reg_class): Add code density register classes.
9958         (REG_CLASS_NAMES): Likewise.
9959         (REG_CLASS_CONTENTS): Likewise.
9960         * config/arc/arc.md (*movqi_insn): Add code density instructions.
9961         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
9962         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
9963         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
9964         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
9965         constraints.
9966         (h, Rcd, Rsd, Rzd): New register constraints.
9967         (T): Use compact_memory_operand_p function.
9968         * config/arc/predicates.md (compact_load_memory_operand): Remove.
9970 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
9972         * config/sh/sh.md (*negnegt, *movtt): Remove.
9974 2016-05-02  Marek Polacek  <polacek@redhat.com>
9975             Tom de Vries  <tom@codesourcery.com>
9977         PR tree-optimization/70700
9978         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
9979         bigger than FIRST_REF_NODE.
9981 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
9983         PR target/52898
9984         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
9985         TARGET_CMPEQDI_T.
9986         (prepare_cbranch_operands): Don't use scratch register.  Assume that
9987         function is used when pseudos can be created.
9988         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
9989         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
9990         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
9991         define_expand.  Allow it only when pseudos can be created.
9992         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
9994 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
9996         * config/i386/constraints.md (BC): Only allow -1 operands.
9997         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
9998         Add "enabled" attribute.  Update XI mode attribute calculation.
9999         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
10000         (*movoi_internal_avx): Update XI mode attribute calculation.
10001         (*movti_internal): Ditto.
10003 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
10005         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
10006         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
10008 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
10010         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
10011         statement on instruction code.  Remove trailing spaces.
10012         (altivec_expand_stv_builtin): Likewise.
10014 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
10016         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
10017         (TARGET_FPU_DOUBLE): Simplify.
10018         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
10019         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
10020         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
10021         with 'TARGET_FPU_DOUBLE'.
10022         * config/sh/sh.md: Likewise.
10024 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
10026         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
10027         SH_DIV_STR_FOR_SIZE): Remove.
10028         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
10029         SH_DIV_STR_FOR_SIZE): Remove.
10031 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
10033         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
10034         logical_reg_operand): Delete.
10035         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
10036         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
10037         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
10038         match_operand and match_test.
10039         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
10040         variables on their first use.  Return bool values.
10041         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
10042         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
10043         arith_reg_operand for input operand.  Remove empty constraints.
10044         (xorsi3): Delete.
10045         (*xorsi3_compact): Rename to xorsi3.
10046         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
10047         (*zero_extend<mode>si2_disp_mem): Update comment.
10048         (mov_nop): Delete.
10050 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
10052         * config/sh/t-sh: Remove SH5 support.
10053         * config.gcc: Likewise.
10054         * configure: Likewise.
10056 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10058         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
10060 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
10062         * config/sh/sh.c (register_sh_passes, sh_option_override,
10063         sh_print_operand, prepare_move_operands,
10064         sh_can_follow_jump): Remove TARGET_SH1 checks.
10065         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
10066         PROMOTE_MODE): Likewise.
10067         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
10068         movdi): Likewise.
10070 2016-04-30  Alan Modra  <amodra@gmail.com>
10072         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
10073         restoring when fixed_reg_p, but allow out-of-line or stmw save.
10074         Check for user regs later to avoid unnecessary looping over regs.
10075         Merge user reg check with non-saved reg check.  Don't force
10076         inline VR restore when static chain used.
10077         (rs6000_frame_related): Omit eh_frame info for user regs when
10078         saving.
10079         (fixed_regs_p): Delete.
10081 2016-04-30  Alan Modra  <amodra@gmail.com>
10083         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
10084         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
10085         Update all uses.
10087 2016-04-30  Alan Modra  <amodra@gmail.com>
10089         PR target/69645
10090         * config/rs6000/rs6000.c (fixed_reg_p): New function.
10091         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
10092         Update all uses.
10094 2016-04-30  Alan Modra  <amodra@gmail.com>
10096         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
10097         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
10098         flag_pic test for Darwin.
10100 2016-04-30  Alan Modra  <amodra@gmail.com>
10102         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
10103         throw_calls_crossed.
10104         (REG_FREQ_CALLS_CROSSED): Delete.
10105         (REG_N_THROWING_CALLS_CROSSED): Delete.
10106         * regstat.c (regstat_bb_compute_ri): Don't calculate
10107         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
10108         (dump_reg_info): Don't print call cross frequency.
10109         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
10110         and REG_N_THROWING_CALLS_CROSSED.
10112 2016-04-30  Alan Modra  <amodra@gmail.com>
10114         * regs.h (struct reg_info_t): Delete live_length.
10115         (REG_LIVE_LENGTH): Delete macro.
10116         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
10117         local_live, local_processed and local_live_last_luid params.
10118         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
10119         Formatting fixes.
10120         (regstat_compute_ri): Adjust for above.  Don't set
10121         REG_LIVE_LENGTH.
10122         (dump_reg_info): Don't print live length.
10123         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
10124         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
10125         Localize loop_depth var.
10127 2016-04-30  Alan Modra  <amodra@gmail.com>
10129         * ira.c (enum valid_equiv): New.
10130         (validate_equiv_mem): Return enum.
10131         (update_equiv_mem): Create replacement in more cases.
10132         (add_store_equivs): Update validate_equiv_mem call.
10134 2016-04-30  Alan Modra  <amodra@gmail.com>
10136         * ira.c (combine_and_move_insns): Rather than scanning insns,
10137         use DF infrastucture to find use and def insns.
10139 2016-04-30  Alan Modra  <amodra@gmail.com>
10141         ira.c (combine_and_move_insns): Move invariant conditions..
10142         (ira.c): ..to here.  Call combine_and_move_insns before
10143         add_store_equivs.  Call grow_reg_equivs later.  Allocate
10144         req_equiv later using max_reg_num() rather than global max_regno.
10145         (contains_replace_regs): Delete.
10146         (add_store_equivs): Remove contains_replace_regs test.
10148 2016-04-30  Alan Modra  <amodra@gmail.com>
10150         * ira.c (struct equiv_mem_data): New.
10151         (equiv_mem, equiv_mem_modified): Delete static vars.
10152         (validate_equiv_mem_from_store): Use "data" param to communicate..
10153         (validate_equiv_mem): ..from here.
10155 2016-04-30  Alan Modra  <amodra@gmail.com>
10157         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
10158         split out from..
10159         (update_reg_equivs): ..here.  Move allocation and freeing of
10160         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
10161         end_alias_analysis to..
10162         (ira): ..here.
10164 2016-04-30  Alan Modra  <amodra@gmail.com>
10166         * ira.c (pdx_subregs): Delete.
10167         (struct equivalence): Add pdx_subregs field.
10168         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
10169         pdx_subregs access.
10170         (update_equiv_regs): Don't create or free pdx_subregs.  Update
10171         pdx_subregs access.
10173 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10175         * config/rs6000/altivec.h: Change definitions of vec_xl and
10176         vec_xst.
10177         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
10178         (LD_ELEMREV_V2DI): New.
10179         (LD_ELEMREV_V4SF): New.
10180         (LD_ELEMREV_V4SI): New.
10181         (LD_ELEMREV_V8HI): New.
10182         (LD_ELEMREV_V16QI): New.
10183         (ST_ELEMREV_V2DF): New.
10184         (ST_ELEMREV_V2DI): New.
10185         (ST_ELEMREV_V4SF): New.
10186         (ST_ELEMREV_V4SI): New.
10187         (ST_ELEMREV_V8HI): New.
10188         (ST_ELEMREV_V16QI): New.
10189         (XL): New.
10190         (XST): New.
10191         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10192         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
10193         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
10194         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
10195         (altivec_expand_builtin): Add handling for
10196         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
10197         (rs6000_invalid_builtin): Add error-checking for
10198         RS6000_BTM_P9_VECTOR.
10199         (altivec_init_builtins): Define builtins used to implement vec_xl
10200         and vec_xst.
10201         (rs6000_builtin_mask_names): Define power9-vector.
10202         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
10203         (RS6000_BTM_P9_VECTOR): Define.
10204         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
10205         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
10206         (vsx_ld_elemrev_v2df): Likewise.
10207         (vsx_ld_elemrev_v4sf): Likewise.
10208         (vsx_ld_elemrev_v4si): Likewise.
10209         (vsx_ld_elemrev_v8hi): Likewise.
10210         (vsx_ld_elemrev_v16qi): Likewise.
10211         (vsx_st_elemrev_v2df): Likewise.
10212         (vsx_st_elemrev_v2di): Likewise.
10213         (vsx_st_elemrev_v4sf): Likewise.
10214         (vsx_st_elemrev_v4si): Likewise.
10215         (vsx_st_elemrev_v8hi): Likewise.
10216         (vsx_st_elemrev_v16qi): Likewise.
10217         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
10218         grammar.
10220 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
10222         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
10223         out into ...
10224         (simplify_control_stmt_condition_1): ... here.  Recurse into
10225         BIT_AND_EXPRs and BIT_IOR_EXPRs.
10227 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
10229         PR target/69810
10230         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
10231         (zero_extendqi<mode>2_dot): Revert earlier conversion from
10232         define_insn_and_split to define_insn.
10233         (zero_extendqi<mode>2_dot2): Same.
10234         (extendqi<mode>2_dot): Same.
10235         (extendqi<mode>2_dot2): Same.
10237 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
10239         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
10240         (probe_stack): New expander.
10241         (probe_stack_<mode>): New insn pattern.
10243 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
10245         * config/i386/i386.md
10246         (operations with memory inputs setting flags peephole2):
10247         Remove uneeded REG_P checks.  Cleanup pattern generation.
10249 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
10251         * tree-vect-loop.c (vect_transform_loop): Fix
10252         nb_iterations_upper_bound computation for vectorized loop.
10254 2016-04-29  Marek Polacek  <polacek@redhat.com>
10255             Jakub Jelinek  <jakub@redhat.com>
10257         PR sanitizer/70342
10258         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
10259         TARGET_EXPR_SLOT as a base.
10261 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
10263         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
10264         with 'rCm2' constraints to limit possible immediate size.
10265         (*load_zeroextendqisi_update): Likewise.
10266         (*load_signextendqisi_update): Likewise.
10267         (*loadhi_update): Likewise.
10268         (*load_zeroextendhisi_update): Likewise.
10269         (*load_signextendhisi_update): Likewise.
10270         (*loadsi_update): Likewise.
10271         (*loadsf_update): Likewise.
10273 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
10275         * config/i386/predicates.md (constm1_operand): Fix comparison.
10277 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
10279         * testsuite/gcc.target/arc/ieee_eq.c: New test.
10281 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
10283         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
10284         remaining SH5 related settings.
10285         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
10286         shmedia_prepare_call_address): Delete.
10287         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
10288         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
10289         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
10290         UNSUPPORTED_SH2A): Remove m5 checks.
10291         (sh_divide_strategy_e): Remove SH5 division strategies.
10292         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
10293         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
10295 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10297         * config/s390/s390.c (s390_rtx_costs): Update documentation.
10299 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10301         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
10302         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
10303         Change lder to ldr.
10304         * config/s390/vector.md ("mov<mode>"): Likewise.
10306 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
10308         * config/s390/constraints.md ("U", "W"): Invoke
10309         s390_mem_constraint with "ZR" and "ZT".
10310         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
10311         addresses when using LRA.  Accept also short displacements for S
10312         and T constraints.  Do not check for long displacement target for
10313         S and T constraints.
10314         (s390_mem_constraint): Remove handling of U and W constraints.
10315         * config/s390/s390.md (various patterns): Remove the short
10316         displacement constraints (Q and R) if a long displacement
10317         constraint is present.  Add longdisp as required CPU capability.
10318         * config/s390/vector.md: Likewise.
10319         * config/s390/vx-builtins.md: Likewise.
10321 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10323         PR target/60040
10324         * reload1.c (reload): Call finish_spills before
10325         restarting reload loop. Skip select_reload_regs
10326         if update_eliminables_and_spill returns true.
10328 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
10330         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
10331         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
10332         (umulhisi3_imm): Update predicates and constraint letters.
10333         (umulhisi3_reg): Declare instruction as commutative.
10334         * config/arc/constraints.md (J12, J16): New constraints.
10335         * config/arc/predicates.md (short_unsigned_const_operand): New
10336         predicate.
10337         (arc_short_operand): Likewise.
10338         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
10340 2016-04-29  Richard Biener  <rguenther@suse.de>
10342         PR tree-optimization/13962
10343         PR tree-optimization/65686
10344         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
10345         * tree-ssa-alias.c (ptrs_compare_unequal): New function
10346         using PTA to compare pointers.
10347         * match.pd: Add pattern for pointer equality compare simplification
10348         using ptrs_compare_unequal.
10350 2016-04-29  Richard Biener  <rguenther@suse.de>
10352         * stor-layout.c (layout_type): Do not build a pointer-to-element
10353         type for arrays.
10355 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
10357         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
10358         Use SWI mode iterator.  Use general_reg_operand predicate.
10359         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
10360         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
10361         predicates.
10363 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
10365         PR middle-end/70843
10366         * fold-const.c (operand_equal_p): Don't verify hash value equality
10367         if arg0 == arg1.
10368         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
10369         and OMP_CLAUSE.
10371 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
10373         PR target/70858
10374         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
10375         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
10376         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
10377         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
10378         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
10380 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
10382         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
10383         to info.  Don't initialize separate fields to 0.  Clean up
10384         formatting a bit.
10386 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
10388         * config/i386/i386.md (peephole2s for operations with memory inputs):
10389         Use SWI mode iterator.
10390         (peephole2s for operations with memory outputs): Ditto.
10391         Do not check for stack checking probe.
10393         (probe_stack): Remove expander.
10395 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
10396             Andrew Burgess  <andrew.burgess@embecosm.com>
10398         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
10399         operands as 32-bits.
10401 2016-04-28  Jason Merrill  <jason@redhat.com>
10403         * gdbinit.in: Skip line-map.h.
10405 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
10406             Andrew Burgess  <andrew.burgess@embecosm.com>
10408         * config/arc/arc.c (arc_conditional_register_usage): Take
10409         TARGET_RRQ_CLASS into account.
10410         (arc_print_operand): Support printing 'p' and 's' operands.
10411         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
10412         as 0.
10413         (TARGET_RRQ_CLASS): Define.
10414         (IS_POWEROF2_OR_0_P): Define.
10415         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
10416         alternatives.
10417         (*tst_movb): New define_insn.
10418         (*tst): Avoid recognition if it could prevent '*tst_movb'
10419         combination; replace c/CnL with c/Chs alternative.
10420         (*tst_bitfield_tst): New define_insn.
10421         (*tst_bitfield_asr): New define_insn.
10422         (*tst_bitfield): New define_insn.
10423         (andsi3_i): Add Rrq variant.
10424         (extzv): New define_expand.
10425         (insv): New define_expand.
10426         (*insv_i): New define_insn.
10427         (*movb): New define_insn.
10428         (*movb_signed): New define_insn.
10429         (*movb_high): New define_insn.
10430         (*movb_high_signed): New define_insn.
10431         (*movb_high_signed + 1): New define_split pattern.
10432         (*mrgb): New define_insn.
10433         (*mrgb + 1): New define_peephole2 pattern.
10434         (*mrgb + 2): New define_peephole2 pattern.
10435         * config/arc/arc.opt (mbitops): New option for nps400, uses
10436         TARGET_NPS_BITOPS_DEFAULT.
10437         * config/arc/constraints.md (q): Make register class conditional.
10438         (Rrq): New register constraint.
10439         (Chs): New constraint.
10440         (Clo): New constraint.
10441         (Chi): New constraint.
10442         (Cbf): New constraint.
10443         (Cbn): New constraint.
10444         (C18): New constraint.
10445         (Cbi): New constraint.
10447 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
10449         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
10450         dst->popcount.
10451         (bitmap_intersection_of_preds): Ditto.
10452         (bitmap_union_of_succs): Ditto.
10453         (bitmap_union_of_preds): Ditto.
10454         * sbitmap.c (do_popcount): Delete.
10455         (BITMAP_DEBUGGING): Delete.
10456         (sbitmap_verify_popcount): Delete.
10457         (sbitmap_alloc): Don't initialize the popcount field.
10458         (sbitmap_alloc_with_popcount): Delete.
10459         (sbitmap_resize): Don't resize the popcount array.
10460         (sbitmap_vector_alloc): Don't initialize the popcount field.
10461         (bitmap_copy): Don't copy the popcount array.
10462         (bitmap_clear): Don't clear the popcount array.
10463         (bitmap_clear): Delete the popcount array handling.
10464         (bitmap_ior_and_compl): Delete the popcount assert.
10465         (bitmap_not): Ditto.
10466         (bitmap_and_compl): Ditto.
10467         (bitmap_and): Delete the popcount array handling.
10468         (bitmap_xor): Ditto.
10469         (bitmap_ior): Ditto.
10470         (bitmap_or_and): Delete the popcount assert.
10471         (bitmap_and_or): Ditto.
10472         (popcount_table): Delete.
10473         (sbitmap_elt_popcount): Delete.
10474         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
10475         (bitmap_set_bit): Delete the popcount assert.
10476         (bitmap_clear_bit): Ditto.
10477         (sbitmap_free): Don't free the popcount array.
10478         (sbitmap_alloc_with_popcount): Delete declaration.
10479         (sbitmap_popcount): Ditto.
10481 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
10482             Andrew Burgess  <andrew.burgess@embecosm.com>
10484         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
10485         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
10486         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
10487         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
10488         * config/arc/arc.opt (mcmem): New option.
10489         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
10490         supply length for r/m alternative.
10491         (*extendqisi2_ac): Likewise.
10492         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
10493         r/Uex alternative.
10494         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
10495         (movhi_insn): Likewise.
10496         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
10497         (*zero_extendqihi2_i): Add r/Ucm alternative.
10498         (*zero_extendqisi2_ac): Likewise.
10499         (*zero_extendhisi2_i): Likewise.
10500         * config/arc/constraints.md (Uex): New memory constraint.
10501         (Ucm): New define_constraint.
10502         * config/arc/predicates.md (long_immediate_loadstore_operand):
10503         Return 0 for MEM with cmem_address address.
10504         (cmem_address_0): New predicates.
10505         (cmem_address_1): Likewise.
10506         (cmem_address_2): Likewise.
10507         (cmem_address): Likewise.
10509 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
10511         * config/rs6000/rs6000.c (machine_function): Rename
10512         insn_chain_scanned_p to spe_insn_chain_scanned_p.
10513         (rs6000_stack_info): Adjust.
10515 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
10516             Andrew Burgess  <andrew.burgess@embecosm.com>
10518         * config/arc/constraints.md (Usd): Convert to define_constraint.
10519         (Us<): Likewise.
10520         (Us>): Likewise.
10522 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
10524         PR target/70821
10525         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
10526         Add new peephole2 where the first insn is *mov<mode>_or instead of
10527         *mov<mode>_internal.
10529 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
10531         * tracer.c (bb_seen): Make static.
10533 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
10535         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
10536         support, setup defaults.
10537         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
10538         * config/arc/arc.c (arc_init): Add NPS400 support.
10539         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
10540         (TARGET_ARC700): NPS400 is also an ARC700.
10541         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
10543 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
10545         PR target/70668
10546         * config/nds32/nds32.md (casesi): Don't access the operands array
10547         out of bounds.
10549 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
10551         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
10552         (or $-1,reg peephole2): Ditto.
10553         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
10555 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
10557         * doc/extend.texi (Common Function Attributes) [optimize]:
10558         Discourage use of the optimize attribute.
10560 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
10562         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
10563         special case builtin.
10564         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
10565         ALTIVEC_BUILTIN_VEC_ADDE.
10566         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
10567         support for ALTIVEC_BUILTIN_VEC_ADDE.
10568         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
10569         for __builtin_vec_adde.
10571 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
10573         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
10574         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
10576 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10578         PR testsuite/70595
10579         * doc/sourcebuild.texi (Effective-Target Keywords, Other
10580         attributes): Document cilkplus_runtime.
10582 2016-04-28  Martin Jambor  <mjambor@suse.cz>
10584         * tree-cfg.c (verify_expr): Verify that local declarations belong to
10585         this function.  Call verify_expr on MEM_REFs and bases of other
10586         handled_components.
10588 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10590         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
10591         for WORD_REGISTER_OPERATIONS to runtime check.
10593 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
10595         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
10597 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
10599         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
10600         big-endian compilation.
10601         * config/arc/arc.md (addf3): Likewise.
10602         (subdf3): Likewise.
10603         (muldf3): Likewise.
10605 2016-04-28  Richard Biener  <rguenther@suse.de>
10607         PR tree-optimization/70840
10608         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
10609         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
10610         Mark x * pow(x,c) -> pow(x,c+1) commutative.
10611         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
10613 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10615         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
10616         and explain why in a comment.
10618 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
10620         * config/arc/arc.md (cpu_facility): Add fpx variant.
10621         (subdf3): Prohibit use reverse sub when assist operations option
10622         is enabled.
10623         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
10624         instructions only when FPX is enabled.
10625         * testsuite/gcc.target/arc/trsub.c: New test.
10627 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
10629         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
10630         mult_operator when calculating "type" attribute.
10631         (*fop_<mode>_1_i387): Ditto.
10632         (*fop_xf_1_i387): Ditto.
10633         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
10634         Use std::swap to swap operands.  Use RTL expressions to generate
10635         converted pattern.
10637 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
10638             Joern Rennecke  <joern.rennecke@embecosm.com>
10640         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
10641         declaration.
10642         (emit_pic_move): Remove.
10643         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
10644         * config/arc/arc.c (emit_pic_move): Removed.
10645         (TARGET_HAVE_TLS): Define.
10646         (arc_conditional_register_usage): Test for arc_tp_regno.
10647         (arc_print_operand, arc_print_operand_address): Handle TLS
10648         unspecs.
10649         (arc_needs_pcl_p): New function.
10650         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
10651         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
10652         (arc_raw_symbolic_reference_mentioned_p): Likewise.
10653         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
10654         (arc_legitimize_tls_address): Likewise.
10655         (DTPOFF_ZERO_SYM): Define.
10656         (arc_legitimize_pic_address): Make it static, handle TLS cases.
10657         (arc_output_pic_addr_const): Print TLS unspecs.
10658         (prepare_pic_move): New function, replaces emit_pic_move.
10659         (arc_legitimate_constant_p): Handle TLS unspecs.
10660         (arc_legitimate_address_p): Likewise.
10661         (arc_rewrite_small_data_p): Use assert for TLS constants.
10662         (prepare_move_operands): Use prepare_pic_move.
10663         (arc_legitimize_address): Legitimize tls addresses.
10664         (arc_epilogue_uses): Check for arc_tp_regno.
10665         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
10666         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
10667         Define.
10668         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
10669         Likewise.
10670         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
10671         %(arc_tls_extra_start_spec).
10672         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
10673         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
10674         (EH_USES): Define.
10675         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
10676         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
10677         (UNSPEC_TLS_OFF): Add.
10678         (R10_REG): Define.
10679         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
10680         (get_thread_pointersi): New patterns.
10681         * config/arc/arc.opt (mtp-regno): New option.
10682         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
10683         (move_dest_operand): Likewise.
10684         * configure: Regenerate.
10685         * configure.ac: Add arc*-*-* case to test for tls.
10686         * doc/invoke.texi (ARC options): Document mtp-regno.
10688 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
10690         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
10691         the new ARC HS SIMD instructions.
10692         (arc_preferred_simd_mode): New function.
10693         (arc_autovectorize_vector_sizes): Likewise.
10694         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
10695         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
10696         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
10697         (arc_init_builtins): Add new SIMD builtin types.
10698         (arc_split_move): Handle 64 bit vector moves.
10699         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
10700         (TARGET_PLUS_QMACW): Define.
10701         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
10702         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
10703         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
10704         (VSUBADD4H): New builtins.
10705         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
10706         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
10708 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
10709             Matthias Klose  <doko@debian.org>
10711         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
10713 2016-04-28  Richard Biener  <rguenther@suse.de>
10715         PR middle-end/70777
10716         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
10717         canonicalization.
10719 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
10721         * common/config/sh/sh-common.c: Remove SH5 support.
10722         * config/sh/constraints.md: Likewise.
10723         * config/sh/config/sh/elf.h: Likewise.
10724         * config/sh/linux.h: Likewise.
10725         * config/sh/netbsd-elf.h: Likewise.
10726         * config/sh/predicates.md: Likewise.
10727         * config/sh/sh-c.c: Likewise.
10728         * config/sh/sh-protos.h: Likewise.
10729         * config/sh/sh.c: Likewise.
10730         * config/sh/sh.h: Likewise.
10731         * config/sh/sh.md: Likewise.
10732         * config/sh/sh.opt: Likewise.
10733         * config/sh/sync.md: Likewise.
10734         * config/sh/sh64.h: Delete.
10735         * config/sh/shmedia.h: Likewise.
10736         * config/sh/shmedia.md: Likewise.
10737         * config/sh/sshmedia.h: Likewise.
10738         * config/sh/t-netbsd-sh5-64: Likewise.
10739         * config/sh/t-sh64: Likewise.
10740         * config/sh/ushmedia.h: Likewise.
10742 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
10744         * config/i386/i386.md (sign_extend to memory peephole2s): Use
10745         general_reg_operand instead of register_operand predicate.
10747 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
10749         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
10751 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
10753         * match.pd (A - B > A, A + B < A): New transformations.
10755 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
10757         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
10758         which defaults to true.  Emit an outer pair of parentheses only if
10759         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
10760         don't emit parentheses for the right-hand operand.
10762 2016-04-27  Jeff Law  <law@redhat.com>
10764         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
10766 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10768         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
10769         (altivec_lvx_<mode>_internal): Document.
10770         (altivec_lvx_<mode>_2op): New define_insn.
10771         (altivec_lvx_<mode>_1op): Likewise.
10772         (altivec_lvx_<mode>_2op_si): Likewise.
10773         (altivec_lvx_<mode>_1op_si): Likewise.
10774         (altivec_stvx_<mode>): Remove.
10775         (altivec_stvx_<mode>_internal): Document.
10776         (altivec_stvx_<mode>_2op): New define_insn.
10777         (altivec_stvx_<mode>_1op): Likewise.
10778         (altivec_stvx_<mode>_2op_si): Likewise.
10779         (altivec_stvx_<mode>_1op_si): Likewise.
10780         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
10781         Expand vec_ld and vec_st during parsing.
10782         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
10783         changes.
10784         (altivec_expand_stvx_be): Likewise.
10785         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
10786         address-masking behavior in RTL.
10787         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
10788         address-masking behavior in RTL.
10789         (altivec_expand_builtin): Change builtin code arguments for calls
10790         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
10791         (insn_is_swappable_p): Avoid incorrect swap optimization in the
10792         presence of lvx/stvx patterns.
10793         (alignment_with_canonical_addr): New function.
10794         (alignment_mask): Likewise.
10795         (find_alignment_op): Likewise.
10796         (recombine_lvx_pattern): Likewise.
10797         (recombine_stvx_pattern): Likewise.
10798         (recombine_lvx_stvx_patterns): Likewise.
10799         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
10800         stvx patterns from expand.
10801         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
10802         expansions.
10803         (vector_altivec_store_<mode>): Likewise.
10805 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
10807         * config/aarch64/aarch64.md
10808         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
10809         remove the "fp" attributes.
10810         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
10811         add the "simd" attributes.
10812         (*movdf_aarch64): Likewise.
10813         (*movtf_aarch64): Remove the "fp" attributes.
10814         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
10815         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
10817 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
10819         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
10820         rtx to rtx_code_label *.
10821         * rtl.h (maybe_set_first_label_num): Likewise.
10823 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
10825         * df-core.c (df_add_problem): Make the problem param be const.
10826         (df_remove_problem): Make local "problem" be const.
10827         * df-problems.c (problem_RD): Make const.
10828         (problem_LR): Likewise.
10829         (problem_LIVE): Likewise.
10830         (problem_MIR): Likewise.
10831         (problem_CHAIN): Likewise.
10832         (problem_WORD_LR): Likewise.
10833         (problem_NOTE): Likewise.
10834         (problem_MD): Likewise.
10835         * df-scan.c (problem_SCAN): Likewise.
10836         * df.h (struct df_problem): Make field "dependent_problem" be
10837         const.
10838         (struct dataflow): Likewise for field "problem".
10839         (df_add_problem): Make param const.
10841 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
10843         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
10844         inter-unit moves to/from vector registers are enabled.  Do not disable
10845         for TARGET_MMX.
10847 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
10849         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
10850         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
10851         #define to...
10852         (enum df_problem_id): ...this new enum.
10853         (struct df_problem): Convert field "id" from "int" to
10854         enum df_problem_id.
10856 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
10858         * rtl.def: Update comment for "things in the instruction chain" to
10859         reflect the removal of the leading "i" field for INSN_UID in
10860         r210360.  Fix bogus apostrophe.
10862 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
10864         * config/i386/i386.md
10865         (lea arith with mem operand + setcc peephole2): Set operator mode.
10867 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
10869         PR target/70155
10870         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
10871         (dimode_scalar_to_vector_candidate_p): This.
10872         (timode_scalar_to_vector_candidate_p): New function.
10873         (scalar_to_vector_candidate_p): Likewise.
10874         (timode_check_non_convertible_regs): Likewise.
10875         (timode_remove_non_convertible_regs): Likewise.
10876         (remove_non_convertible_regs): Likewise.
10877         (remove_non_convertible_regs): Renamed to ...
10878         (dimode_remove_non_convertible_regs): This.
10879         (scalar_chain::~scalar_chain): Make it virtual.
10880         (scalar_chain::compute_convert_gain): Make it pure virtual.
10881         (scalar_chain::mark_dual_mode_def): Likewise.
10882         (scalar_chain::convert_insn): Likewise.
10883         (scalar_chain::convert_registers): Likewise.
10884         (scalar_chain::add_to_queue): Make it protected.
10885         (scalar_chain::emit_conversion_insns): Likewise.
10886         (scalar_chain::replace_with_subreg): Likewise.
10887         (scalar_chain::replace_with_subreg_in_insn): Likewise.
10888         (scalar_chain::convert_op): Likewise.
10889         (scalar_chain::convert_reg): Likewise.
10890         (scalar_chain::make_vector_copies): Likewise.
10891         (scalar_chain::convert_registers): New pure virtual function.
10892         (class dimode_scalar_chain): New class.
10893         (class timode_scalar_chain): Likewise.
10894         (scalar_chain::mark_dual_mode_def): Renamed to ...
10895         (dimode_scalar_chain::mark_dual_mode_def): This.
10896         (timode_scalar_chain::mark_dual_mode_def): New function.
10897         (timode_scalar_chain::convert_insn): Likewise.
10898         (dimode_scalar_chain::convert_registers): Likewise.
10899         (scalar_chain::compute_convert_gain): Renamed to ...
10900         (dimode_scalar_chain::compute_convert_gain): This.
10901         (scalar_chain::replace_with_subreg): Renamed to ...
10902         (dimode_scalar_chain::replace_with_subreg): This.
10903         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
10904         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
10905         (scalar_chain::make_vector_copies): Renamed to ...
10906         (dimode_scalar_chain::make_vector_copies): This.
10907         (scalar_chain::convert_reg): Renamed to ...
10908         (dimode_scalar_chain::convert_reg ): This.
10909         (scalar_chain::convert_op): Renamed to ...
10910         (dimode_scalar_chain::convert_op): This.
10911         (scalar_chain::convert_insn): Renamed to ...
10912         (dimode_scalar_chain::convert_insn): This.
10913         (scalar_chain::convert): Call convert_registers.
10914         (convert_scalars_to_vector): Change to scalar_chain pointer to
10915         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
10916         in 32-bit mode.  Delete scalar_chain pointer.  Call
10917         free_dominance_info in 64-bit mode.
10918         (pass_stv::gate): Remove TARGET_64BIT check.
10919         (ix86_option_override): Put the 64-bit STV pass before the CSE
10920         pass.
10922 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
10924         * dwarf2out.h (struct dw_loc_descr_node): Remove the
10925         dw_loc_frame_offset field.
10926         * dwarf2out.c (new_loc_descr): Likewise.
10927         (resolve_args_picking_1): Turn the VISITED hash set into a
10928         FRAME_OFFSET hash map. Use it to associate a frame offset to
10929         visited nodes. Remove uses of the CHECKING_P macro.
10930         (resolve_args_picking): Update call to resolve_args_picking_1.
10932 2016-04-27  Martin Liska  <mliska@suse.cz>
10934         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
10935         (free_loop_data): Release vuses of groups.
10937 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
10939         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
10940         instead of redundant use_id and boolean have_use_for.
10941         (struct iv_use): Change sub_id into group_id.  Remove field next.
10942         Move fields: related_cands, n_map_members, cost_map and selected
10943         to ...
10944         (struct iv_group): ... here.  New structure.
10945         (struct iv_common_cand): Use structure declaration directly.
10946         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
10947         (MAX_CONSIDERED_USES): Rename macro to ...
10948         (MAX_CONSIDERED_GROUPS): ... here.
10949         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
10950         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
10951         (dump_uses): Rename to ...
10952         (dump_groups): ... here.  Update all uses.
10953         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
10954         (find_induction_variables): Refactor format of dump information.
10955         (record_sub_use): Delete.
10956         (record_use): Update all uses.
10957         (record_group): New function.
10958         (record_group_use, find_interesting_uses_op): Call above functions.
10959         Update all uses.
10960         (find_interesting_uses_cond): Ditto.
10961         (group_compare_offset): New function.
10962         (split_all_small_groups): Rename to ...
10963         (split_small_address_groups_p): ... here.  Update all uses.
10964         (split_address_groups):  Update all uses.
10965         (find_interesting_uses): Refactor format of dump information.
10966         (add_candidate_1): Update all uses.  Remove redundant check on iv,
10967         base and step.
10968         (add_candidate, record_common_cand): Remove redundant assert.
10969         (add_iv_candidate_for_biv): Update use.
10970         (add_iv_candidate_derived_from_uses): Update all uses.
10971         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
10972         (alloc_use_cost_map): Ditto.
10973         (set_use_iv_cost, get_use_iv_cost): Rename to ...
10974         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
10975         (determine_use_iv_cost_generic): Ditto.
10976         (determine_group_iv_cost_generic): Ditto.
10977         (determine_use_iv_cost_address): Ditto.
10978         (determine_group_iv_cost_address): Ditto.
10979         (determine_use_iv_cost_condition): Ditto.
10980         (determine_group_iv_cost_cond): Ditto.
10981         (determine_use_iv_cost): Ditto.
10982         (determine_group_iv_cost): Ditto.
10983         (set_autoinc_for_original_candidates): Update all uses.
10984         (find_iv_candidates): Update all uses.  Refactor dump information.
10985         (determine_use_iv_costs): Ditto.
10986         (determine_iv_costs): Ditto.
10987         (iv_ca_cand_for_use): Rename to ...
10988         (iv_ca_cand_for_group): ... here.  Update all uses.
10989         (iv_ca_add_use, iv_ca_add_group): Ditto.
10990         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
10991         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
10992         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
10993         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
10994         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
10995         (create_new_iv, adjust_iv_update_pos): Ditto.
10996         (rewrite_use_address): Delete.
10997         (rewrite_use_address_1): Rename to ...
10998         (rewrite_use_address): ... here.
10999         (rewrite_use_compare): Update all uses.
11000         (rewrite_use): Delete.
11001         (rewrite_uses): Rename to ...
11002         (rewrite_groups): ... here.  Update all uses.
11003         (remove_unused_ivs, free_loop_data): Update all uses.
11004         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
11006 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11008         * rtlanal.c (nonzero_bits1): Convert preprocessor check
11009         for WORD_REGISTER_OPERATIONS to runtime check.
11011 2016-04-27  Richard Biener  <rguenther@suse.de>
11013         PR ipa/70760
11014         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
11015         aggregate_value_p to determine if a function result is
11016         returned by reference.
11017         (ipa_pta_execute): Functions having their address taken are
11018         not automatically nonlocal.
11020 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
11022         PR sanitizer/70683
11023         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
11024         * fold-const.c (operand_equal_p): If flag_checking and
11025         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
11026         and if it returns non-zero, assert iterative_hash_expr on both
11027         args is the same.
11029 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
11031         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
11033 2016-04-27  Nick Clifton  <nickc@redhat.com>
11035         PR middle-end/49889
11036         * varasm.c (merge_weak): Generate an error if an attempt is made
11037         to convert a non-weak static function into a weak, public function.
11039 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11041         * params.def (MAX_PARTITION_SIZE): New param.
11042         * doc/invoke.texi: Document lto-max-partition.
11044 2016-04-27  Richard Biener  <rguenther@suse.de>
11046         PR ipa/70785
11047         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
11048         function cummulating used_from_other_partition, externally_visible
11049         and force_output from aliases.
11050         (refered_from_nonlocal_var): Likewise.
11051         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
11052         node flags properly.
11054 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
11056         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
11057         (-Wmemset-elt-size): New item.
11059 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
11061         PR ada/70759
11062         * stor-layout.h (internal_reference_types): Delete.
11063         * stor-layout.c (reference_types_internal): Likewise.
11064         (internal_reference_types): Likewise.
11065         (layout_type) <REFERENCE_TYPE>: Adjust.
11067 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
11069         PR sanitizer/70683
11070         * tree.h (inchash::add_expr): Add FLAGS argument.
11071         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
11072         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
11073         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
11074         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
11075         if swap_tree_comparison (code) is smaller than code, hash that
11076         and arguments in the other order.  Hash CONVERT_EXPR the same
11077         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
11078         of ADDR_EXPR of decl as the decl itself.  Add or remove
11079         OEP_ADDRESS_OF from recursive flags as needed.  For
11080         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
11081         operands commutatively and only the third one normally.
11082         For internal CALL_EXPR hash in CALL_EXPR_IFN.
11084 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
11086         * config/rtems.h (LIB_SPEC): Add -latomic.
11088 2016-04-27  Joel Sherrill  <joel@rtems.org>
11090         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
11091         xilink.ld and flags not relevant to RTEMS.
11093 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
11095         * toplev.c (backend_init_target): Avoid calling init_reload when using
11096         LRA.
11098 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
11100         * reorg.c (try_merge_delay_insns): Declare i and j inside the
11101         for loops rather than one for the whole function.
11103 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
11105         * match.pd (X + CST CMP X): New transformation.
11107 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
11109         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
11110         * fold-const.c (fold_binary_loc): Remove 2 transformations
11111         superseded by match.pd.
11112         * match.pd (x+x -> x*2): Generalize to integers.
11114 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
11116         * config/i386/i386.md (operation on memory peephole): Duplicate an
11117         existing peephole and adapt it to match lea rather than an operation
11118         that clobbers CC.
11120         PR rtl-optimization/57193
11121         * opts.c (default_options_table): Add OPT_frename_registers at -O2
11122         and above.
11123         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
11125 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
11127         * tree-if-conv.c (any_pred_load_store): New static variable.
11128         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
11129         any_pred_load_store instead of and_mask_load_store.
11130         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
11131         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
11132         (combine_blocks, tree_if_conversion): Ditto.
11134 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
11136         PR tree-optimization/70771
11137         PR tree-optimization/70775
11138         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
11139         virtual PHI nodes.  Delete parameter.
11140         (if_convertible_loop_p_1): Delete argument to above function.
11141         (predicate_all_scalar_phis): Delete code handling single-argument
11142         PHIs.
11143         (tree_if_conversion): Mark and update virtual SSA.
11145 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11147         PR target/61821
11148         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
11149         (x86_elf_aligned_common): Rename to ...
11150         (x86_elf_aligned_decl_common): ... this.
11151         Add decl arg.  Switch to .lbss for largecomm object.  Use
11152         LARGECOMM_SECTION_ASM_OP.
11153         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
11154         renaming.
11155         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
11156         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
11157         Pass new decl arg.
11158         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11159         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
11161 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11163         PR target/59407
11164         * config/i386/i386.c (SECTION_LARGE): Define.
11165         (x86_64_elf_select_section): Set it for large data/bss sections.
11166         Only clear SECTION_WRITE for .lrodata.
11167         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
11168         data/bss sections.
11169         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
11170         * varasm.c (default_elf_asm_named_section): Grow flagchars.
11171         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
11172         SECTION_MACH_DEP.
11173         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
11174         * doc/tm.texi: Regenerate.
11176 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
11178         PR bootstrap/70704
11179         * configure.ac (--enable-checking): Document extra flag, for
11180         non-release builds default to --enable-checking=yes,extra.
11181         If misc checking and extra checking, define CHECKING_P to 2 instead
11182         of 1.
11183         * common.opt (fchecking=): Add.
11184         * doc/invoke.texi (-fchecking=): Document.
11185         * doc/install.texi: Document --enable-checking changes.
11186         * configure: Regenerated.
11187         * config.in: Regenerated.
11189 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
11191         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
11192         attribute instead of which_alternative.
11193         * config/i386/sse.md (*mov<mode>_internal): Ditto.
11194         Use EXT_REX_SSE_REG_P where appropriate.
11196 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
11198         * config/i386/predicates.md (const0_operand): Do not match
11199         const_wide_int code.
11200         (const1_operand): Ditto.
11202 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
11204         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
11205         for SSE constm1 operands and TARGET_AVX512VL.
11206         (*movti_internal): Ditto.
11207         (*mov<mode>_or): Use constm1_operand predicate.
11208         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
11209         for SSE vector_all_ones operands and TARGET_AVX512VL.
11210         * config/i386/predicates.md (constm1_operand): New predicate.
11211         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
11212         emission of constant -1 load.
11214 2016-04-25  Jason Merrill  <jason@redhat.com>
11216         * gdbinit.in: Skip is-a.h.
11218         * attribs.c (register_scoped_attributes): Fix logic.
11219         * attribs.h: Declare register_scoped_attributes.
11221 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11223         * config/rs6000/rs6000-builtin.def: Correct pasto error for
11224         stxvd2x and stxvw4x built-in functions.
11226 2016-04-25  DJ Delorie  <dj@redhat.com>
11228         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
11229         (ashrhi3): Likewise.
11230         (lshrhi3): Likewise.
11232 2016-04-25  Richard Biener  <rguenther@suse.de>
11234         PR tree-optimization/70780
11235         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
11236         wasn't visited yet.
11237         (compute_antic): Mark blocks with abnormal preds as visited as
11238         they have a final empty antic-in solution already.
11240 2016-04-25  Michael Collison  <michael.collison@linaro.org>
11242         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
11244 2016-04-25  Michael Collison  <michael.collison@linaro.org>
11246         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
11247         mode is VQI to improve mixed mode vectorization.
11248         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
11249         define_insn to match low half of signed vaddw.
11250         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
11251         define_insn to match high half of signed vaddw.
11252         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
11253         define_insn to match low half of unsigned vaddw.
11254         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
11255         define_insn to match high half of unsigned vaddw.
11256         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
11257         (arm_simd_check_vect_par_cnst_half_p): Likewise.
11258         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
11259         for new function.
11260         (arm_simd_check_vect_par_cnst_half_p): Likewise.
11261         * config/arm/predicates.md (vect_par_constant_high): Support
11262         big endian and simplify by calling
11263         arm_simd_check_vect_par_cnst_half
11264         (vect_par_constant_low): Likewise.
11266 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
11268         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
11269         predicate for operand 2.
11271 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
11272             H.J. Lu  <hongjiu.lu@intel.com>
11274         * config/i386/i386-protos.h (standard_sse_constant_p): Add
11275         machine_mode argument.
11276         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
11277         constm1_rtx operands.  For VOIDmode constants, get mode from
11278         pred_mode.  Check mode size if the mode is supported by ABI.
11279         (standard_sse_constant_opcode): Do not use standard_constant_p.
11280         Strictly check ABI support for all-ones operands.
11281         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
11282         immediates. Update calls to standard_sse_constant_p.
11283         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
11284         (ix86_rtx_costs): Ditto.
11285         * config/i386/i386.md (*movxi_internal_avx512f): Use
11286         nonimmediate_or_sse_const_operand instead of vector_move_operand.
11287         Use (v,BC) alternative instead of (v,C). Use register_operand
11288         checks instead of MEM_P.
11289         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
11290         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
11291         isa attribute.  Use register_operand checks instead of MEM_P.
11292         (*movti_internal): Use nonimmediate_or_sse_const_operand for
11293         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
11294         alternative and corresponding sse2 isa attribute.
11295         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
11296         to standard_sse_constant_p.
11297         (FP constant splitters): Ditto.
11298         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
11299         (C): Ditto.
11300         * config/i386/predicates.md (constm1_operand): Remove.
11301         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
11302         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
11303         vector_all_ones_operand instead of constm1_operand.
11305 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11307         * print-rtl.c (print_rtx_insn_vec): New function.
11308         * print-rtl.h: New prototype.
11309         * store-motion.c (struct st_expr): Make avail_stores a vector.
11310         (st_expr_entry): Adjust.
11311         (free_st_expr_entry): Likewise.
11312         (print_store_motion_mems): Likewise.
11313         (find_moveable_store): Likewise.
11314         (compute_store_table): Likewise.
11315         (delete_store): Likewise.
11316         (build_store_vectors): Likewise.
11318 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11320         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
11322 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11324         * vec.h (vec_safe_contains): New function.
11325         (vec::contains): Likewise.
11326         (vec::begin): Likewise.
11327         (vec::end): Likewise.
11329 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
11331         PR sanitizer/70712
11332         * cfgexpand.c (expand_stack_vars): Fix typo.
11334 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11336         * system.h (list, map, set, vector): Include conditionally.
11337         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
11338         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
11339         * ipa-icf.c (INCLUDE_LIST): Define.
11340         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
11341         * config/sh/sh.c (INCLUDE_VECTOR): Define.
11342         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
11343         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
11344         * cp/logic.cc (INCLUDE_LIST): Define.
11345         * fortran/trans-common.c (INCLUDE_MAP): Define.
11347 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11349         * auto-profile.c: Remove <string.h> include.
11350         * ipa-icf-gimple.c: Remove <list> include.
11351         * diagnostic.c: Remove <new> include.
11352         * genmatch.c: Likewise.
11353         * pretty-print.c: Likewise.
11354         * toplev.c: Likewise
11355         * c/c-objc-common.c: Likewise.
11356         * cp/error.c: Likewise.
11357         * fortran/error.c: Likewise.
11359 2016-04-22  Richard Biener  <rguenther@suse.de>
11361         * lto-streamer-in.c (input_ssa_names): Do not allocate
11362         GIMPLE_NOP for all SSA names.
11363         * lto-streamer-out.c (output_ssa_names): Do not output
11364         SSA names that should have been released.
11366 2016-04-22  Richard Biener  <rguenther@suse.de>
11368         PR tree-optimization/70740
11369         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
11370         VDEF.
11372 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
11374         PR target/70750
11375         * config/i386/predicates.md (call_insn_operand): Replace
11376         sibcall_memory_operand with memory_operand.
11378 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
11380         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
11381         has_single_use() tests.
11382         (register_edge_assert_for_1): Likewise.
11383         (find_assert_locations_1): Check the liveness bitmap instead of
11384         checking has_single_use().
11386 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
11388         PR target/70728
11389         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
11390         Extract AVX-512BW constraint from AVX.
11392 2016-04-21  Richard Biener  <rguenther@suse.de>
11394         PR tree-optimization/70725
11395         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
11396         for phi_convertible_by_degenerating_args.
11397         (predicate_all_scalar_phis): Handle single-argument PHIs.
11399 2016-04-21  Richard Biener  <rguenther@suse.de>
11401         PR middle-end/70747
11402         * fold-const.c (fold_comparison): Return properly typed
11403         constant boolean.
11405 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
11407         PR tree-optimization/70715
11408         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
11409         after expanding BASE using expand_simple_operations.
11411 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
11413         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
11414         New transformations.
11416 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
11418         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
11420 2016-04-20  Jan Hubicka  <jh@suse.cz>
11422         * ipa-inline.c (can_inline_edge_p): Pass caller info to
11423         ultiimate_alias_target.
11424         (update_callee_keys): Likewise.
11425         (lookup_recursive_calls): Likewise.
11426         (speculation_useful_p): Likewise.
11428 2016-04-20  Jan Hubicka  <jh@suse.cz>
11430         PR ipa/70018
11431         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
11432         (set_nothrow_flag_1): ... this; handle interposition correctly;
11433         recurse on aliases and thunks.
11434         (cgraph_node::set_nothrow_flag): New.
11435         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
11436         functions compiled with non-call exceptions that binds to current
11437         def.
11438         (propagate_nothrow): Be safe WRT interposition.
11439         * cgraph.h (set_nothrow_flag): Update prototype.
11441 2016-04-18  Jan Hubicka  <jh@suse.cz>
11443         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
11444         max_loop_iterations_int.
11445         (tree_unswitch_outer_loop): Likewise.
11447 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
11449         PR tree-optimization/69489
11450         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
11451         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
11452         Revise dump message.
11453         (if_convertible_bb_p): Remove check on edge count of basic block's
11454         predecessors.
11456 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
11458         PR tree-optimization/56625
11459         PR tree-optimization/69489
11460         * tree-data-ref.h (DR_INNERMOST): New macro.
11461         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
11462         hashing struct innermost_loop_behavior.
11463         (ref_DR_map): Remove.
11464         (innermost_DR_map): New map.
11465         (baseref_DR_map): Revise comment.
11466         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
11467         to innermost_DR_map accroding to its innermost loop behavior.
11468         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
11469         to its innermost loop behavior.
11470         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
11471         Add initialization for innermost_DR_map.  Record memory reference
11472         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
11473         have innermost loop behavior.
11474         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
11475         innermost_DR_map.
11477 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
11479         * config/i386/i386.md (*lea<mode>_general_1): Rename from
11480         *lea_general_1.  Use explicit SWI12 mode interator.
11481         (*lea<mode>_general_2): Rename from *lea_general_2.
11482         Use explicit SWI12 mode interator.
11483         (*lea<mode>_general_3): Rename from *lea_general_3.
11484         Use explicit SWI12 mode interator.
11485         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
11486         Use explicit SWI12 mode interator.
11487         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
11488         Use explicit SWI48 mode interator.
11490 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
11492         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
11493         Short-cut unaligned load and store cases.  Handle all integer
11494         vector modes.
11495         (ix86_expand_vector_move_misalign): Short-cut unaligned load
11496         and store cases.  Call ix86_avx256_split_vector_move_misalign
11497         directly without checking mode class.
11499 2016-04-20  Andrew Pinski  <apinski@cavium.com>
11500             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11502         PR target/64971
11503         * config/aarch64/aarch64.md (sibcall): Force call
11504         address to be DImode for ILP32.
11505         (sibcall_value): Likewise.
11507 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
11509         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
11511 2016-04-20  Richard Biener  <rguenther@suse.de>
11513         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
11514         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
11515         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
11516         (maybe_push_res_to_seq): Adjust.
11517         * gimple-fold.c (maybe_build_generic_op): Likewise.
11519 2016-04-20  Marek Polacek  <polacek@redhat.com>
11521         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
11522         rather than true.
11524 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
11526         * config/i386/sse.md (vec_unpacks_lo_hi): Always
11527         use kmovw to support AVX512F target.
11529 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
11531         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
11533 2016-04-20  Marek Polacek  <polacek@redhat.com>
11535         PR tree-optimization/70725
11536         * tree-if-conv.c (is_false_predicate): New function.
11537         (predicate_mem_writes): Use it.
11539 2016-04-20  Richard Biener  <rguenther@suse.de>
11541         PR tree-optimization/70726
11542         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
11543         shift amounts from a pattern stmt operand.
11545 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11547         PR target/70674
11548         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
11549         stack_restore_from_fpr pattern when restoring r15.
11550         (s390_optimize_prologue): Strip away the memory barrier in the
11551         parallel when trying to get rid of restore insns.
11552         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
11553         definition for loading the stack pointer from an FPR.  Compared to
11554         the normal move insn this pattern includes a full memory barrier.
11556 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
11558         PR middle-end/70680
11559         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
11560         implicitly linear or lastprivate iterator on the outer context.
11562 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
11564         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
11565         alignment check.
11566         * config/i386/i386.md (ssememalign): Removed.
11567         * config/i386/sse.md: Remove ssememalign attribute from patterns.
11569 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
11571         PR target/69201
11572         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
11573         const short * to __builtin_ia32_loaddquhi512_mask.
11574         (_mm512_maskz_loadu_epi16): Likewise.
11575         (_mm512_mask_storeu_epi16): Pass short * to
11576         __builtin_ia32_storedquhi512_mask.
11577         (_mm512_mask_loadu_epi8): Pass const char * to
11578         __builtin_ia32_loaddquqi512_mask.
11579         (_mm512_maskz_loadu_epi8): Likewise.
11580         (_mm512_mask_storeu_epi8): Pass char * to
11581         __builtin_ia32_storedquqi512_mask.
11582         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
11583         const double * to __builtin_ia32_loadupd512_mask.
11584         (_mm512_mask_loadu_pd): Likewise.
11585         (_mm512_maskz_loadu_pd): Likewise.
11586         (_mm512_storeu_pd): Pass double * to
11587         __builtin_ia32_storeupd512_mask.
11588         (_mm512_mask_storeu_pd): Likewise.
11589         (_mm512_loadu_ps): Pass const float * to
11590         __builtin_ia32_loadups512_mask.
11591         (_mm512_mask_loadu_ps): Likewise.
11592         (_mm512_maskz_loadu_ps): Likewise.
11593         (_mm512_storeu_ps): Pass float * to
11594         __builtin_ia32_storeups512_mask.
11595         (_mm512_mask_storeu_ps): Likewise.
11596         (_mm512_mask_loadu_epi64): Pass const long long * to
11597         __builtin_ia32_loaddqudi512_mask.
11598         (_mm512_maskz_loadu_epi64): Likewise.
11599         (_mm512_mask_storeu_epi64): Pass long long *
11600         to __builtin_ia32_storedqudi512_mask.
11601         (_mm512_loadu_si512): Pass const int * to
11602         __builtin_ia32_loaddqusi512_mask.
11603         (_mm512_mask_loadu_epi32): Likewise.
11604         (_mm512_maskz_loadu_epi32): Likewise.
11605         (_mm512_storeu_si512): Pass int * to
11606         __builtin_ia32_storedqusi512_mask.
11607         (_mm512_mask_storeu_epi32): Likewise.
11608         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
11609         char * to __builtin_ia32_storedquqi256_mask.
11610         (_mm_mask_storeu_epi8): Likewise.
11611         (_mm256_mask_loadu_epi16): Pass const short * to
11612         __builtin_ia32_loaddquhi256_mask.
11613         (_mm256_maskz_loadu_epi16): Likewise.
11614         (_mm_mask_loadu_epi16): Pass const short * to
11615         __builtin_ia32_loaddquhi128_mask.
11616         (_mm_maskz_loadu_epi16): Likewise.
11617         (_mm256_mask_loadu_epi8): Pass const char * to
11618         __builtin_ia32_loaddquqi256_mask.
11619         (_mm256_maskz_loadu_epi8): Likewise.
11620         (_mm_mask_loadu_epi8): Pass const char * to
11621         __builtin_ia32_loaddquqi128_mask.
11622         (_mm_maskz_loadu_epi8): Likewise.
11623         (_mm256_mask_storeu_epi16): Pass short * to.
11624         __builtin_ia32_storedquhi256_mask.
11625         (_mm_mask_storeu_epi16): Pass short * to.
11626         __builtin_ia32_storedquhi128_mask.
11627         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
11628         const double * to __builtin_ia32_loadupd256_mask.
11629         (_mm256_maskz_loadu_pd): Likewise.
11630         (_mm_mask_loadu_pd): Pass onst double * to
11631         __builtin_ia32_loadupd128_mask.
11632         (_mm_maskz_loadu_pd): Likewise.
11633         (_mm256_mask_storeu_pd): Pass double * to
11634         __builtin_ia32_storeupd256_mask.
11635         (_mm_mask_storeu_pd): Pass double * to
11636         __builtin_ia32_storeupd128_mask.
11637         (_mm256_mask_loadu_ps): Pass const float * to
11638         __builtin_ia32_loadups256_mask.
11639         (_mm256_maskz_loadu_ps): Likewise.
11640         (_mm_mask_loadu_ps): Pass const float * to
11641         __builtin_ia32_loadups128_mask.
11642         (_mm_maskz_loadu_ps): Likewise.
11643         (_mm256_mask_storeu_ps): Pass float * to
11644         __builtin_ia32_storeups256_mask.
11645         (_mm_mask_storeu_ps): ass float * to
11646         __builtin_ia32_storeups128_mask.
11647         (_mm256_mask_loadu_epi64): Pass const long long * to
11648         __builtin_ia32_loaddqudi256_mask.
11649         (_mm256_maskz_loadu_epi64): Likewise.
11650         (_mm_mask_loadu_epi64): Pass const long long * to
11651         __builtin_ia32_loaddqudi128_mask.
11652         (_mm_maskz_loadu_epi64): Likewise.
11653         (_mm256_mask_storeu_epi64): Pass long long * to
11654         __builtin_ia32_storedqudi256_mask.
11655         (_mm_mask_storeu_epi64): Pass long long * to
11656         __builtin_ia32_storedqudi128_mask.
11657         (_mm256_mask_loadu_epi32): Pass const int * to
11658         __builtin_ia32_loaddqusi256_mask.
11659         (_mm256_maskz_loadu_epi32): Likewise.
11660         (_mm_mask_loadu_epi32): Pass const int * to
11661         __builtin_ia32_loaddqusi128_mask.
11662         (_mm_maskz_loadu_epi32): Likewise.
11663         (_mm256_mask_storeu_epi32): Pass int * to
11664         __builtin_ia32_storedqusi256_mask.
11665         (_mm_mask_storeu_epi32): Pass int * to
11666         __builtin_ia32_storedqusi128_mask.
11667         * config/i386/i386-builtin-types.def (PCSHORT): New.
11668         (PINT64): Likewise.
11669         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
11670         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
11671         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
11672         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
11673         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
11674         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
11675         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
11676         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
11677         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
11678         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
11679         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
11680         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
11681         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
11682         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
11683         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
11684         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
11685         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
11686         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
11687         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
11688         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
11689         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
11690         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
11691         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
11692         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
11693         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
11694         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
11695         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
11696         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
11697         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
11698         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
11699         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
11700         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
11701         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
11702         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
11703         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
11704         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
11705         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
11706         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
11707         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
11708         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
11709         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
11710         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
11711         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
11712         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
11713         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
11714         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
11715         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
11716         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
11717         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
11718         use UNSPEC_STOREU.
11719         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
11720         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
11721         load nor store.
11722         (ix86_expand_vector_move_misalign): Likewise.
11723         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
11724         to scalar function prototype for unaligned load/store builtins.
11725         (ix86_expand_special_args_builtin): Updated.
11726         * config/i386/sse.md (UNSPEC_LOADU): Removed.
11727         (UNSPEC_STOREU): Likewise.
11728         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
11729         (VI_ULOADSTORE_F_AVX512VL): Likewise.
11730         (ssescalarsize): Handle V4TI, V2TI and V1TI.
11731         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
11732         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
11733         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
11734         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
11735         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
11736         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
11737         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
11738         (<avx512>_storedqu<mode>_mask): Likewise.
11739         (*sse4_2_pcmpestr_unaligned): Likewise.
11740         (*sse4_2_pcmpistr_unaligned): Likewise.
11741         (*mov<mode>_internal): Renamed to ...
11742         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
11743         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
11744         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
11745         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
11747 2016-04-19  Richard Biener  <rguenther@suse.de>
11749         PR tree-optimization/70171
11750         * tree-ssa-phiprop.c: Include stor-layout.h.
11751         (phiprop_insert_phi): Handle the aggregate copy case.
11752         (propagate_with_phi): Likewise.
11754 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
11756         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
11757         instead of simplify_gen_subreg (... , 0).
11758         (ix86_delegitimize_address): Ditto.
11759         (ix86_split_divmod): Ditto.
11760         (ix86_split_copysign_const): Ditto.
11761         (ix86_split_copysign_var): Ditto.
11762         (ix86_expand_args_builtin): Ditto.
11763         (ix86_expand_round_builtin): Ditto.
11764         (ix86_expand_special_args_builtin): Ditto.
11765         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
11766         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
11767         (udivmodqi4): Ditto.
11768         (absneg splitters): Ditto.
11769         (*jcc_bt<mode>_1): Ditto.
11771 2016-04-19  Richard Biener  <rguenther@suse.de>
11773         PR tree-optimization/70724
11774         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
11775         restoring out from ...
11776         (free_scc_vn): ... here.
11777         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
11778         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
11779         tail merging.
11780         (pass_fre::execute): Restore SSA info.
11782 2016-04-19  Richard Biener  <rguenther@suse.de>
11784         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
11785         * gimple-walk.c (walk_gimple_op): Initialize it.
11786         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
11787         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
11788         remapping SSA names of defs.
11789         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
11790         adjustment.
11792 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
11794         PR middle-end/70689
11795         * lra-constraints.c (equiv_substition_p): New.
11796         (process_alt_operands): Use it.
11797         (swap_operands): Swap it.
11798         (curr_insn_transform): Update it.
11800 2016-04-18  Michael Matz  <matz@suse.de>
11802         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
11803         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
11804         * tree-core.h (tree_type_common.align): Use bit-field.
11805         (tree_type_common.spare): New.
11806         (tree_decl_common.off_align): Make smaller.
11807         (tree_decl_common.align): Use bit-field.
11809         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
11810         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
11811         (scan_sharing_clauses): Ditto.
11812         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
11813         (omp_finish_file): Ditto.
11814         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
11815         (layout_decl): Ditto.
11816         (relayout_decl): Ditto.
11817         (finalize_record_size): Use SET_TYPE_ALIGN.
11818         (finalize_type_size): Ditto.
11819         (finish_builtin_struct): Ditto.
11820         (layout_type): Ditto.
11821         (initialize_sizetypes): Ditto.
11822         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
11823         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
11824         (lookup_field_for_decl): Use SET_DECL_ALIGN.
11825         (get_chain_field): Ditto.
11826         (get_trampoline_type): Ditto.
11827         (get_nl_goto_field): Ditto.
11828         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
11829         SET_DECL_ALIGN.
11830         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
11831         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
11832         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
11833         (build_qualified_type): Use SET_TYPE_ALIGN.
11834         (build_aligned_type, build_range_type_1): Ditto.
11835         (build_atomic_base): Ditto.
11836         (build_common_tree_nodes): Ditto.
11837         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
11838         (expand_one_stack_var_at): Ditto.
11839         * coverage.c (build_var): Use SET_DECL_ALIGN.
11840         * except.c (init_eh): Ditto.
11841         * function.c (assign_parm_setup_block): Ditto.
11842         * symtab.c (increase_alignment_1): Ditto.
11843         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
11844         * tree-vect-stmts.c (ensure_base_align): Ditto.
11845         * varasm.c (align_variable): Ditto.
11846         (assemble_variable): Ditto.
11847         (build_constant_desc): Ditto.
11848         (output_constant_def_contents): Ditto.
11850         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
11851         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
11852         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
11853         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
11854         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
11856 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
11858         PR target/70708
11859         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
11860         replace %vmovsd with "%vmovq".
11861         (vec_concatv2df): Likewise.
11863 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
11865         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
11866         (*vec_extractv2si_0): Ditto.
11867         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
11868         (zero_extended_scalar_load_operand splitters): Ditto.
11869         (vec_extract splitters): Ditto.
11870         (*vec_extractv4si_0_zext): Ditto.
11871         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
11872         and lowpart_subreg.
11873         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
11874         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
11875         (*sse4_1_extractps): Use lowpart_subreg.
11876         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
11878 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11880         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
11881         gld requirements.
11882         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
11883         Mention Solaris 11 packaging changes.
11884         Update gas and gld requirements.
11885         Remove reference to pre-Solaris 10 bug.
11886         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
11887         systems and bugs.
11888         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
11889         with cc.
11891 2016-04-17  Jan Hubicka  <jh@suse.cz>
11893         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
11894         max_loop_iterations_int.
11896 2016-04-18  Richard Biener  <rguenther@suse.de>
11898         PR tree-optimization/43434
11899         * tree-ssa-structalias.c (struct vls_data): New.
11900         (visit_loadstore): Handle all pointer-based accesses.
11901         (compute_dependence_clique): Compute a bitmap of restrict tags
11902         assigned bases and pass it to visit_loadstore.
11904 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
11906         PR target/70711
11907         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
11908         armv8.1-a and armv8.1-a+crc.
11910 2016-04-18  Richard Biener  <rguenther@suse.de>
11912         PR tree-optimization/70701
11913         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
11914         references after translating through a memcpy.
11916 2016-04-18  Richard Biener  <rguenther@suse.de>
11918         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
11919         (compute_antic): ... here.  For partial antic use regular
11920         postorder and scrap iteration.
11921         (compute_partial_antic_aux): Remove unused return value.
11922         (init_pre): Do not allocate postorder.
11923         (fini_pre): Do not free postorder.
11925 2016-04-18  Richard Biener  <rguenther@suse.de>
11927         PR middle-end/37870
11928         * expmed.c (extract_bit_field_1): Remove broken case
11929         using a wider MODE_INT mode.
11931 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
11933         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
11934         unless compiling with at least GCC-4.8.
11936 2016-04-17  Jan Hubicka  <jh@suse.cz>
11938         PR bootstrap/70706
11939         * graphite.c (graphite_finalize): Update call to
11940         tree_estimate_probability.
11941         * predict.h (tree_estimate_probability): Update prototype.
11943 2016-04-17  Jan Hubicka  <jh@suse.cz>
11945         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
11946         (tree_estimate_probability): Likewise.
11947         (pass_profile::execute): Update.
11948         (report_predictor_hitrates): New function.
11949         * profile.c (compute_branch_probabilities): Use it.
11950         * predict.h (report_predictor_hitrates): Declare.
11952 2016-04-17  Jan Hubicka  <jh@suse.cz>
11954         PR ipa/70018
11955         * cgraph.h (cgraph_node::set_const_flag,
11956         cgraph_node::set_pure_flag): Update prototype to return bool;
11957         update comment.
11958         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
11959         of interposable symbol are interposable, too.
11960         (cgraph_set_const_flag_1): Rename to ...
11961         (set_const_flag_1): ... this one; change to self recursive function
11962         instead of call_for_symbol_thunks_and_aliases. Handle correctly
11963         clearnig the flag in all variants and also virtual thunks of const
11964         functions are pure; track if any change was done.
11965         (cgraph_node::set_const_flag): Update.
11966         (struct set_pure_flag_info): New struct.
11967         (cgraph_set_pure_flag_1): Rename to ...
11968         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
11969         rather than pointer encoded flags; track if any changes was done;
11970         handle correctly clearning flag and setting flag of aliases already
11971         declared const.
11972         (cgraph_node::set_pure_flag): Update.
11973         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
11975 2016-04-17  Tom de Vries  <tom@codesourcery.com>
11977         PR other/70433
11978         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
11979         backslash in label.
11981 2016-04-17  Tom de Vries  <tom@codesourcery.com>
11983         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
11984         '{}<> ' as escape-for-record.
11986 2016-04-17  Tom de Vries  <tom@codesourcery.com>
11988         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
11989         structure.
11991 2016-04-17  Tom de Vries  <tom@codesourcery.com>
11993         PR other/70185
11994         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
11995         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
11996         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
11997         * passes.c (finish_optimization_passes): Only call
11998         finish_graph_dump_file if dfi->graph_dump_initialized.
11999         (execute_function_dump, pass_init_dump_file): Use
12000         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
12002 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12004         PR tree-optimization/70256
12005         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
12006         (debug_varmap): New function.
12008 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12010         PR other/70183
12011         * passes.c (pass_manager::register_pass): Propagate pflags.
12013 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12015         PR other/68875
12016         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
12017         * passes.c (pass_manager::pass_manager): Declare and init p_start in
12018         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
12019         check if it's equal to p_start.
12020         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
12022 2016-04-15  Jan Hubicka  <jh@suse.cz>
12024         PR ipa/70018
12025         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
12026         function does not bind to current def.
12027         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
12028         handle conservatively calls to functions that does not need to bind
12029         to current def.
12030         (check_call): Update call of worse_state.
12031         (ignore_edge_for_nothrow): Update.
12032         (ignore_edge_for_pure_const): Likewise.
12033         (propagate_pure_const): Update calls to worse_state.
12034         (skip_function_for_local_pure_const): Reformat comments.
12036 2016-04-15  Jan Hubicka  <jh@suse.cz>
12038         PR ipa/70018
12039         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
12040         (cgraph_node::function_symbol): Likewise.
12041         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
12042         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
12043         (symtab_node::ultimate_alias_target): Add REF parameter.
12044         (symtab_node::binds_to_current_def_p): Declare.
12045         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
12046         (cgraph_node::function_symbol): Likewise.
12047         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
12048         (cgraph_node::get_availability): Likewise.
12049         (cgraph_edge::binds_to_current_def_p): New inline function.
12050         (varpool_node::get_availability): Add REF parameter.
12051         (varpool_node::ultimate_alias_target): Likewise.
12052         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
12053         (symtab_node::binds_to_current_def_p): Likewise.
12054         * varpool.c (varpool_node::get_availability): Likewise.
12056 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
12058         PR target/70662
12059         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
12060         Fix mode size check.
12062 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
12064         * BASE-VER: Set to 7.0.0.
12066 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
12068         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
12070 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12072         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
12073         architecture revisions.
12075 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
12077         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
12078         * config/i386/i386.c (ix86_using_red_zone): No longer static.
12079         * config/i386/i386.md (stack decrement to push peepholes): Guard
12080         with !x86_using_red_zone ().
12082 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
12084         PR c++/70675
12085         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
12086         to dump_generic_node.
12087         (NIY): Pass also flags to do_niy.
12089 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
12091         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
12092         (simd_clone_vector_of_formal_parm_types)
12093         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
12094         (simd_clone_mangle, simd_clone_create)
12095         (simd_clone_adjust_return_type, create_tmp_simd_array)
12096         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
12097         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
12098         (ipa_simd_modify_function_body, simd_clone_linear_addend)
12099         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
12100         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
12101         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
12102         * omp-simd-clone.c: ... this new file.
12103         (simd_clone_vector_of_formal_parm_types): Make it static.
12104         * Makefile.in (OBJS): Add omp-simd-clone.o.
12106 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
12108         PR target/70662
12109         * config/i386/sse.md: Use proper memory operand modifiers.
12112 2016-04-15  Richard Biener  <rguenther@suse.de>
12113         Alan Modra  <amodra@gmail.com>
12115         PR tree-optimization/70130
12116         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
12117         when alignment stays not the same and no not use the realign
12118         scheme then.
12120 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
12122         PR target/70669
12123         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
12124         direct move handlers for KFmode. Change TFmode handlers test from
12125         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
12127 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
12129         PR c++/70594
12130         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
12131         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
12132         (inlined_polymorphic_ctor_dtor_block_p): Use it.
12133         * tree-ssa-live.c (remove_unused_scope_block_p): When
12134         in_ctor_dtor_block, avoid discarding not just BLOCKs with
12135         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
12136         block_ultimate_origin is FUNCTION_DECL.
12137         (remove_unused_locals): If current_function_decl is
12138         polymorphic_ctor_dtor_p, pass initial true to
12139         remove_unused_scope_block_p' is_ctor_dtor_block.
12141 2016-04-14  Martin Sebor  <msebor@redhat.com>
12143         PR c++/69517
12144         PR c++/70019
12145         PR c++/70588
12146         * doc/extend.texi (Variable Length): Revert.
12148 2016-04-14  Marek Polacek  <polacek@redhat.com>
12149             Jan Hubicka  <hubicka@ucw.cz>
12151         PR c++/70029
12152         * tree.c (verify_type): Disable the canonical type of main variant
12153         check.
12155 2016-04-14  Jason Merrill  <jason@redhat.com>
12157         * cfgexpand.c, expr.c: Revert previous change.
12159 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
12161         PR middle-end/70643
12162         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
12163         when building a mem ref for the incoming reduction variable.
12165 2016-04-14  Richard Biener  <rguenther@suse.de>
12167         PR tree-optimization/70614
12168         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
12169         loop if the evolution dropped to chrec_dont_know.
12170         (interpret_condition_phi): Likewise.
12172 2016-04-14  Richard Biener  <rguenther@suse.de>
12174         PR tree-optimization/70623
12175         * tree-ssa-pre.c (changed_blocks): Make global ...
12176         (compute_antic): ... local here.  Move and fix worklist
12177         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
12178         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
12179         worklist handling, dump when ANTIC_IN changed.
12180         (compute_partial_antic_aux): Remove worklist handling.
12181         (init_pre): Do not compute post dominators.  Add a comment about
12182         the CFG order chosen.
12183         (fini_pre): Do not free post dominators.
12185 2016-04-13  Martin Sebor  <msebor@redhat.com>
12187         PR c++/69517
12188         PR c++/70019
12189         PR c++/70588
12190         * doc/extend.texi (Variable Length): Document C++ specifics.
12192 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
12194         PR c++/70641
12195         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
12196         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
12197         eh edges have been purged.
12199         PR c++/70594
12200         * tree-sra.c (create_access_replacement,
12201         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
12202         gets fancy name.
12203         * tree-pretty-print.c (dump_fancy_name): New function.
12204         (dump_decl_name, dump_generic_node): Use it.
12206 2016-04-13  Jason Merrill  <jason@redhat.com>
12208         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
12209         * expr.c (expand_expr_real_1): Likewise.
12211 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
12213         * config/i386/i386.md (kunpckhi): Swap operands.
12214         (kunpcksi): Likewise.
12215         (kunpckdi): Likewise.
12216         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
12217         (vec_pack_trunc_<mode>): Likewise.
12219 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
12221         PR debug/70628
12222         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
12224         PR middle-end/70633
12225         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
12226         gimplification turns some element into non-constant.
12228         PR debug/70628
12229         * rtl.h (convert_memory_address_addr_space_1): New prototype.
12230         * explow.c (convert_memory_address_addr_space_1): No longer static,
12231         add NO_EMIT argument and don't call convert_modes if true, pass
12232         it down recursively, remove break after return.
12233         (convert_memory_address_addr_space): Adjust caller.
12234         * simplify-rtx.c (simplify_unary_operation_1): Call
12235         convert_memory_address_addr_space_1 instead of convert_memory_address,
12236         if it returns NULL, don't simplify.
12238 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
12240         PR target/70630
12241         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
12243 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
12245         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
12246         Bump the upper SIMDLEN limits, so that if the return type or
12247         characteristic type if the return type is void can be passed in
12248         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
12249         allowed.
12251 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
12253         PR target/70640
12254         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
12255         Do not use "=" constraint on an input constraint.
12256         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
12257         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
12258         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
12259         generates (neg (abs ...)) instead of (abs ...).
12261 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
12263         PR rtl-optimization/70596
12264         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
12265         just invalidate LRA data and reset them.  Adjust dump wording.
12267 2016-04-12  Martin Liska  <mliska@suse.cz>
12269         Revert
12270         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
12272         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
12273         estimates here.
12274         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
12275         max_loop_iterations_int.
12276         (tree_unswitch_outer_loop): Likewise.
12277         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
12278         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
12280 2016-04-12  Tom de Vries  <tom@codesourcery.com>
12282         PR tree-optimization/68756
12283         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
12284         instead of new_name.
12286 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
12288         PR tree-optimization/70602
12289         * tree-sra.c (generate_subtree_copies): Don't write anything into
12290         constant pool decls.
12292         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
12293         regardless whether there are depend clauses or not.
12295 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
12297         PR target/70381
12298         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
12299         target attribute and pragma from changing the -mfloat128
12300         and -mfloat128-hardware options.
12302         * doc/extend.texi (Additional Floating Types): Document PowerPC
12303         __float128 restrictions.
12305 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
12307         PR target/70133
12308         * config/aarch64/driver-aarch64.c
12309         (aarch64_get_extension_string_for_isa_flags): New.
12310         (arch_extension): Rename to...
12311         (aarch64_arch_extension): ...This.
12312         (ext_to_feat_string): Rename to...
12313         (aarch64_extensions): ...This.
12314         (aarch64_core_data): Keep track of architecture extension flags.
12315         (cpu_data): Rename to...
12316         (aarch64_cpu_data): ...This.
12317         (aarch64_arch_driver_info): Keep track of architecture extension
12318         flags.
12319         (get_arch_name_from_id): Rename to...
12320         (get_arch_from_id): ...This, change return type.
12321         (host_detect_local_cpu): Update and reformat for renames, handle
12322         extensions through common infrastructure.
12324 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
12326         PR target/70133
12327         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
12328         track of a canonical flag name.
12329         (all_extensions): Likewise.
12330         (arch_to_arch_name): Also track extension flags enabled by the arch.
12331         (all_architectures): Likewise.
12332         (aarch64_parse_extension): Move to here.
12333         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
12334         rework.
12335         (aarch64_rewrite_selected_cpu): Update for above change.
12336         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
12337         are handled, such that the single explicit value enabled by an
12338         extension is kept seperate from the implicit values it also enables.
12339         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
12340         to here.
12341         (aarch64_parse_extension): New.
12342         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
12343         here to config/aarch64/aarch64-protos.h.
12344         (aarch64_parse_extension): Move from here to
12345         common/config/aarch64/aarch64-common.c.
12346         (aarch64_option_print): Update.
12347         (aarch64_declare_function_name): Likewise.
12348         (aarch64_start_file): Likewise.
12349         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
12350         the canonical flag for extensions.
12351         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
12352         flags.
12354 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
12356         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
12357         AARCH64_FL_CRC.
12359 2016-04-09  Tom de Vries  <tom@codesourcery.com>
12361         PR tree-optimization/68953
12362         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
12363         first to last subscript.
12365 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
12367         PR tree-optimization/70586
12368         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
12369         for any calls.
12371 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
12373         PR lto/70289
12374         PR ipa/70348
12375         PR tree-optimization/70373
12376         PR middle-end/70533
12377         PR middle-end/70534
12378         PR middle-end/70535
12379         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
12380         clauses for acc parallel reductions as necessary.  Error on those
12381         that are private.
12382         * omp-low.c (scan_sharing_clauses): Don't install variables which
12383         are used in acc parallel reductions.
12384         (lower_rec_input_clauses): Remove dead code.
12385         (lower_oacc_reductions): Add support for reference reductions.
12386         (lower_reduction_clauses): Remove dead code.
12387         (lower_omp_target): Don't remap variables appearing in acc parallel
12388         reductions.
12389         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
12391 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
12393         PR middle-end/70593
12394         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
12395         with multiple SSA_NAME defs, force the outputs other than first
12396         to be live before calling live_track_process_def on each output.
12398         PR rtl-optimization/70574
12399         * fwprop.c (forward_propagate_and_simplify): Don't add
12400         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
12401         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
12402         paradoxical subregs within *loc.
12404 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
12406         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
12407         -ftree-parallelize-loops={0,1}.
12408         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
12409         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
12410         * config/ia64/hpux.h (LIB_SPEC): Likewise.
12411         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
12412         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
12414 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
12416         PR sanitizer/70541
12417         * asan.c (instrument_derefs): If we get unknown location, extract it
12418         with EXPR_LOCATION.
12419         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
12421 2016-04-08  Tom de Vries  <tom@codesourcery.com>
12423         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
12424         implicit firstprivate clause.
12426 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12428         PR target/70566
12429         * config/arm/thumb2.md (tst + branch-> lsls + branch
12430         peephole below *orsi_not_shiftsi_si): Require that condition
12431         register is dead after the peephole.
12432         (second peephole after the above): Likewise.
12434 2016-04-08  Alan Modra  <amodra@gmail.com>
12436         PR target/70117
12437         * builtins.c (fold_builtin_classify): For IBM extended precision,
12438         look at just the high-order double to test for NaN.
12439         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
12440         test just the high double for Inf but both doubles for subnormal
12441         limit.
12443 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
12445         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
12446         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
12447         node->simdclone->mask_mode != VOIDmode masks.
12448         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
12449         earlier, use it instead of node->simdclone.
12450         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
12451         Set clonei->mask_mode.
12453 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
12455         PR c/70436
12456         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
12457         Pass it through to cp_parser_already_scoped_statement.
12458         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
12459         it through to cp_parser_statement.
12460         (cp_parser_statement): Pass IF_P through to
12461         cp_parser_iteration_statement.
12462         (cp_parser_pragma): Adjust call to
12463         cp_parser_iteration_statement.
12465 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
12467         PR c/70436
12468         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
12469         resolve a future -Wparentheses warning.
12470         * omp-low.c (scan_sharing_clauses): Likewise.
12471         * tree-parloops.c (eliminate_local_variables): Likewise.
12473 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
12475         PR rtl-optimization/70398
12476         * lra-constraints.c (process_address_1): Check zero scale and code
12477         for reloading with zero scale.
12479 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
12481         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
12482         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
12484 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
12486         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
12487         Add support for AVX512F clones, include them by default for
12488         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
12489         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
12490         up to 128.
12492         PR middle-end/70550
12493         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
12494         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
12495         firstprivate clauses.
12496         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
12497         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
12498         (lower_omp_target): Set TREE_NO_WARNING for
12499         non-addressable possibly uninitialized vars which are copied into
12500         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
12502 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
12504         * config/pa/predicates.md (integer_store_memory_operand): Accept
12505         REG+D operands with a large offset when reload_in_progress is true.
12506         (floating_point_store_memory_operand): Likewise.
12508 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
12510         PR c++/70336
12511         * match.pd (nested int casts): Limit to GIMPLE.
12513 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
12515         PR ipa/66223
12516         * ipa-devirt.c (maybe_record_node): Fix comment; use
12517         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
12519 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
12521         PR rtl-optimization/70542
12522         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
12523         if there are any uses other than insn or debug insns.
12525 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
12526             Jakub Jelinek  <jakub@redhat.com>
12528         PR tree-optimization/70509
12529         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
12530         Shift HOST_WIDE_INT_1U instead of 1.
12532 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
12534         PR tree-optimization/70509
12535         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
12536         of the vector base type for index.
12538 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
12540         PR target/70510
12541         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
12543 2016-04-05  Richard Biener  <rguenther@suse.de>
12545         PR tree-optimization/70526
12546         * tree-sra.c (build_ref_for_offset): Use prev_base to
12547         extract the alias pointer type.
12549 2016-04-05  Richard Biener  <rguenther@suse.de>
12551         * dse.c (struct store_info): Remove alias_set member.
12552         (struct read_info_type): Likewise.
12553         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
12554         spill_deleted, clear_alias_set_lookup): Remove.
12555         (get_group_info): Remove dead base == NULL_RTX case.
12556         (dse_step0): Remove initialization of removed variables.
12557         (delete_dead_store_insn): Reomve alias set dumping.
12558         (free_read_records): Remove alias_set handling.
12559         (canon_address): Remove alias_set_out parameter.
12560         (record_store): Remove spill_alias_set, it's always zero.
12561         (check_mem_read_rtx): Likewise.
12562         (dse_step2): Rename from ...
12563         (dse_step2_nospill): ... this.  Adjust.
12564         (scan_stores): Rename from ...
12565         (scan_stores_nospill): ... this.
12566         (scan_reads): Rename from ...
12567         (scan_reads_nospill): ... this.
12568         (scan_stores_spill, scan_reads_spill): Remove.
12569         (dse_step3_scan): Remove for_spills argument which is always false.
12570         (dse_step3): Likewise.
12571         (dse_step5): Rename from ...
12572         (dse_step5_nospill): ... this.  Remove alias_set handling.
12573         (rest_of_handle_dse): Adjust.
12575 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
12577         PR target/70525
12578         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
12579         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
12580         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
12581         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
12583 2016-04-05  Richard Biener  <rguenther@suse.de>
12585         PR middle-end/70499
12586         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
12587         non-register type temporaries into SSA.
12589 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
12591         PR ipa/66223
12592         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
12593         calls when sanitizing.
12594         (possible_polymorphic_call_target_p): Fix formatting.
12596 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12597             Jakub Jelinek <jakub@redhat.com>
12599         PR middle-end/70457
12600         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
12601         to ensure a call statement is compatible with a built-in's
12602         prototype.
12603         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
12604         Likewise.
12606 2016-04-04  Richard Biener  <rguenther@suse.de>
12608         PR rtl-optimization/70484
12609         * rtl.h (canon_output_dependence): Declare.
12610         * alias.c (canon_output_dependence): New function.
12611         * dse.c (record_store): Use canon_output_dependence rather
12612         than canon_true_dependence.
12614 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
12616         PR ipa/68881
12617         * cgraph.h (symtab_node::copy_visibility_from): New function.
12618         * symtab.c (symtab_node::copy_visibility_from): New function.
12619         * ipa-visibility.c (optimize_weakref): New function.
12620         (function_and_variable_visibility): Use it.
12622 2016-04-04  Martin Liska  <mliska@suse.cz>
12624         PR hsa/70402
12625         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
12626         value that is really in range handled by SBR instruction.
12627         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
12628         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
12629         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
12631 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
12633         PR target/70416
12634         PR target/67391
12635         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
12636         set, but not for SP_REG operands.
12638 2016-04-02  Martin Sebor  <msebor@redhat.com>
12640         PR c++/67376
12641         * fold-const.c (maybe_nonzero_address): New function.
12642         (fold_comparison): Call it.  Fold equality and relational
12643         expressions involving null pointers.
12644         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
12646 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
12648         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
12649         the "Y" constraint (scalar FP 0.0 immediate).
12651         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
12652         Add the "const_double" to the list of operand constraints.
12654 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
12656         PR rtl-optimization/70467
12657         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
12658         If low word of the last operand is 0, just emit addition/subtraction
12659         for the high word.
12661 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12663         PR target/70404
12664         * config/s390/s390.c (s390_expand_insv): Check for everything
12665         constant instead of just VOIDmode stuff.
12667 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12669         PR target/70496
12670         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
12672 2016-04-01  Nathan Sidwell  <nathan@acm.org>
12674         * tree.def (TRY_CATCH_EXPR): Correct documentation.
12676 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
12678         PR rtl-optimization/70461
12679         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
12680         is necessary.
12682 2016-03-31  Martin Liska  <mliska@suse.cz>
12684         PR hsa/70399
12685         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
12686         a tree value or an immediate integer value to a buffer
12687         that is eventually copied to a BRIG section.
12688         (emit_immediate_operand): Call the function here.
12689         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
12690         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
12691         of class' fields that are removed.
12692         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
12693         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
12694         m_brig_repr_size fields.
12696 2016-03-31  Martin Liska  <mliska@suse.cz>
12698         PR hsa/70391
12699         * hsa-gen.c (hsa_function_representation::update_dominance): New
12700         function.
12701         (convert_addr_to_flat_segment): Likewise.
12702         (gen_hsa_memory_set): New alignment argument.
12703         (gen_hsa_ctor_assignment): Likewise.
12704         (gen_hsa_insns_for_single_assignment): Provide alignment
12705         to gen_hsa_ctor_assignment.
12706         (gen_hsa_insns_for_direct_call): Add new argument.
12707         (expand_lhs_of_string_op): New function.
12708         (expand_string_operation_builtin): Likewise.
12709         (expand_memory_copy): New function.
12710         (expand_memory_set): New function.
12711         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
12712         (convert_switch_statements): Change signature.
12713         (generate_hsa): Use a return value of the function.
12714         (pass_gen_hsail::execute): Do not call
12715         convert_switch_statements here.
12716         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
12717         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
12718         (hsa_function_representation::update_dominance): New function.
12720 2016-03-31  Martin Liska  <mliska@suse.cz>
12722         PR hsa/70391
12723         * hsa-brig.c (emit_directive_variable): Emit alignment
12724         according to hsa_symbol::m_align.
12725         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
12726         (dump_hsa_symbol): Dump alignment of HSA symbols.
12727         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
12728         (gen_hsa_addr_with_align): New function.
12729         (hsa_bitmemref_alignment): Use newly added function.
12730         (gen_hsa_insns_for_load): Likewise.
12731         (gen_hsa_insns_for_store): Likewise.
12732         (gen_hsa_memory_copy): New argument added.
12733         (gen_hsa_insns_for_single_assignment): Respect
12734         alignment for assignments processed via gen_hsa_memory_copy.
12735         (gen_hsa_insns_for_direct_call): Likewise.
12736         (gen_hsa_insns_for_return): Likewise.
12737         (gen_function_def_parameters): Set default alignment.
12738         * hsa.c (hsa_object_alignment): New function.
12739         (hsa_byte_alignment): Pasted function.
12740         * hsa.h (hsa_symbol::m_align): New field.
12742 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
12744         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
12745         scratch field for goto case.
12747 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
12749         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
12751 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
12753         PR target/70442
12754         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
12755         (scalar_chain::convert_insn): Call convert_op for reg
12756         moves to handle undefined registers.
12758 2016-03-31  Nathan Sidwell  <nathan@acm.org>
12760         PR c++/70393
12761         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
12762         Assert we don't want to move backwards.
12764 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
12766         PR target/70453
12767         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
12769 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
12771         PR rtl-optimization/70460
12772         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
12773         with operand from REG_LABEL_OPERAND, instead substitute
12774         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
12775         Don't do anything for REG_NON_LOCAL_GOTO jumps.
12777 2016-03-31  Martin Liska  <mliska@suse.cz>
12779         * passes.c (execute_one_pass): Do not call
12780         todo_after for a discarded function.
12782 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
12784         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
12785         (no_cost, infinite_cost): Initialize the new field.
12786         (get_computation_cost_at): Record setup cost.
12787         (determine_use_iv_cost_address): Skip cost computation for sub
12788         uses if we can estimate it without losing accuracy.
12790 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
12792         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
12793         estimates here.
12794         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
12795         max_loop_iterations_int.
12796         (tree_unswitch_outer_loop): Likewise.
12797         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
12798         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
12800 2016-03-30  Richard Biener  <rguenther@suse.de>
12802         PR middle-end/70450
12803         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
12805 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
12807         PR target/70421
12808         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
12809         in gen_blendm expander.
12811 2016-03-30  Nick Clifton  <nickc@redhat.com>
12813         PR target/62254
12814         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
12815         case where we are already provided with an SImode SUBREG.
12817 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
12819         PR target/70439
12820         * config/i386/i386.c (ix86_expand_epilogue): Properly check
12821         conflict between DRAP register and __builtin_eh_return.
12823 2016-03-30  Michael Matz  <matz@suse.de>
12824             Richard Biener  <rguenther@suse.de>
12826         PR ipa/12392
12827         * ipa-polymorphic-call.c (struct type_change_info): Change
12828         speculative to an unsigned allowing to limit the work we do.
12829         (csftc_abort_walking_p): New inline function..
12830         (check_stmt_for_type_change): Limit the number of may-defs
12831         skipped for speculative devirtualization to
12832         max-speculative-devirt-maydefs.
12833         * params.def (max-speculative-devirt-maydefs): New param.
12834         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
12836 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
12838         PR target/63890
12839         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
12840         and TARGET_MACHO.
12842 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
12844         PR tree-optimization/59124
12845         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
12846         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
12848 2016-03-29  Jeff Law  <law@redhat.com>
12850         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
12852 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
12854         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
12855         to HOST_WIDE_INT.
12857 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
12859         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
12860         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
12861         gcrt0.o if linking dynamically.
12863 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
12865         PR ipa/70283
12866         * ipa-devirt.c (methods_equal_p): New function.
12867         (compare_virtual_tables): Use it.
12868         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
12869         * cgraphclones.c (clone_function_name_1): Use
12870         symbol_table::symbol_suffix_separator.
12871         * coverage.c (build_var): Likewise.
12872         * symtab.c (symbol_table::symbol_suffix_separator): New.
12874 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
12876         PR rtl-optimization/70429
12877         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
12878         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
12879         mode != result_mode.
12881         PR c++/70353
12882         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
12884         PR tree-optimization/70405
12885         * ssa-iterators.h (num_imm_uses): Add missing braces.
12887 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
12889         PR rtl-optimization/68695
12890         * ira-color.c (allocno_copy_cost_saving): New.
12891         (improve_allocation): Use it.
12893 2016-03-29  Richard Henderson  <rth@redhat.com>
12895         PR middle-end/70355
12896         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
12898 2016-03-29  Richard Biener  <rguenther@suse.de>
12900         PR middle-end/70424
12901         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
12902         use alignment returned by get_pointer_alignment_1 if it is
12903         bigger than BITS_PER_UNIT.
12904         * builtins.c (get_pointer_alignment_1): Do not return true
12905         for alignment extracted from SSA info.
12907 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
12909         * config/ft32/ft32.opt (mnodiv): New.
12910         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
12911         * doc/invoke.texi (FT32 Options -mnodiv): New.
12913 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
12915         PR target/70406
12916         * config/i386/i386.md (define_split, andn): Fix modes.
12918 2016-03-26  Richard Biener  <rguenther@suse.de>
12919             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12921         PR ipa/70366
12922         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
12923         instead of
12924         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
12925         as 2nd argument to cl_optimization_restore().
12927 2016-03-25  Richard Henderson  <rth@redhat.com>
12929         PR target/70120
12930         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
12931         * config/aarch64/aarch64-protos.h: Declare it.
12932         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
12934 2016-03-25  Alan Modra  <amodra@gmail.com>
12936         PR target/70052
12937         * config/rs6000/constraints.md (j): Simplify.
12938         * config/rs6000/predicates.md (easy_fp_constant): Exclude
12939         decimal float 0.D.
12940         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
12941         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
12942          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
12943         in all constraint alternatives.
12944         (movtd_64bit_nodm): Delete "j" constraint alternative.
12946 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
12948         * tree-ssa-propagate.c: Enhance docs for
12949         SSA_PROP_NOT_INTERESTING.
12951 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
12953         * doc/extend.texi: Fix typo in documentation to pure attribute.
12955 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
12957         PR target/70319
12958         * config/pa/pa.md (bswapdi2): Use a scratch register.
12960 2016-03-24  Richard Henderson  <rth@redhat.com>
12962         PR middle-end/69845
12963         * fold-const.c (extract_muldiv_1): Correct test for multiplication
12964         overflow.
12966 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
12968         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
12969         using ix86_expand_binary_operator instead of gen_andsi3.
12971 2016-03-24  Richard Biener  <rguenther@suse.de>
12973         PR tree-optimization/70396
12974         * tree-vect-stmts.c (vectorizable_comparison): Use
12975         get_vectype_for_scalar_type.
12977 2016-03-24  Richard Biener  <rguenther@suse.de>
12979         PR middle-end/70370
12980         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
12981         with register bases.
12983 2016-03-24  Richard Biener  <rguenther@suse.de>
12985         PR tree-optimization/70372
12986         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
12987         build_all_ones_cst to also handle vector types correctly.
12989 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
12991         PR target/70381
12992         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
12993         -mfloat128 here.
12995 2016-03-23  Marek Polacek  <polacek@redhat.com>
12997         PR c++/69884
12998         * doc/invoke.texi: Document -Wignored-attributes.
13000 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
13002         PR tree-optimization/69042
13003         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
13004         parameter from 30 to 40.
13006 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
13008         PR tree-optimization/69042
13009         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
13010         for use with constant offset stripped in base.
13012 2016-03-23  Richard Biener  <rguenther@suse.de>
13014         PR middle-end/70251
13015         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
13016         mode compatibility check.
13017         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
13019 2016-03-23  Jeff Law  <law@redhat.com>
13021         PR tree-optimization/64058
13022         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
13023         CONFLICT_COUNT.
13024         (struct ssa_conflicts): Move up earlier in the file.
13025         (conflicts_, var_map_): New static variables.
13026         (initialize_conflict_count): New function to initialize the
13027         CONFLICT_COUNT field for each conflict pair.
13028         (compare_pairs): Lazily initialize the conflict count and use it
13029         as the first tie-breaker.
13030         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
13031         and wipe conflicts_ and map_ around the call to qsort.  Remove
13032         special case for 2 coalesce pairs.
13033         * bitmap.c (bitmap_count_unique_bits): New function.
13034         (bitmap_count_bits_in_word): New function, extracted from
13035         bitmap_count_bits.
13036         (bitmap_count_bits): Use bitmap_count_bits_in_word.
13037         * bitmap.h (bitmap_count_unique_bits): Declare it.
13039 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
13041         PR target/69917
13042         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
13043         transparent alias chain for decl assembler name.
13044         * config/sol2.c (solaris_assemble_visibility): Likewise.
13046 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13048         * config/arm/arm1020e.md (1020call_op): Reduce reservation
13049         duration.
13050         (v10_fdivs): Likewise.
13051         (v10_fdivd): Likewise.
13053 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13055         PR driver/70132
13056         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
13057         to not call fclose twice on file.
13059 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
13061         PR tree-optimization/70354
13062         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
13063         oprnd0 is wider than oprnd1 and there is a cast from the wider
13064         type to oprnd1, mask it with the mask of the narrower type.
13066         PR target/70321
13067         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
13068         Optimize TARGET_STV splitters, if high or low word of last argument
13069         is 0 or -1.
13071 2016-03-22  Jeff Law  <law@redhat.com>
13073         PR target/70232
13074         tree-ssa-threadbackward.c
13075         (fsm_find_control_statement_thread_paths): Correctly distinguish
13076         between old style jump threads vs FSM jump threads.
13078 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
13080         PR target/70302
13081         * config/i386/i386.c (scalar_chain::convert_op): Support
13082         uninitialized register usage case.
13084 2016-03-22  Richard Biener  <rguenther@suse.de>
13086         PR middle-end/70251
13087         * genmatch.c (gen_transform): Adjust last parameter to a three-state
13088         int...
13089         (capture::gen_transform): ... to change behavior when substituting
13090         a condition into cond or not-cond expr context.
13091         (dt_simplify::gen_1): Adjust.
13092         * gimple-match-head.c: Include gimplify.h for unshare_expr.
13093         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
13094         last change and instead change to
13095         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
13096         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
13098 2016-03-22  Anthony Green  <green@moxielogic.com>
13100         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
13101         issue for moxiebox targets.
13102         (CC1PLUS_SPEC): Ditto.
13104 2016-03-22  Richard Biener  <rguenther@suse.de>
13106         PR middle-end/70333
13107         * fold-const.c (extract_muldiv_1): Properly perform multiplication
13108         in the wide type.
13110 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
13112         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
13114 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
13116         PR target/70325
13117         * config/i386/i386.c (def_builtin): Handle
13118         OPTION_MASK_ISA_AVX512VL to be and-ed with other
13119         bits.
13120         (const struct builtin_description bdesc_special_args[]):
13121         Remove duplicate ISA bits.
13123 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
13125         PR target/70329
13126         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
13127         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
13128         in a way that works also for AVX512BW.
13130         PR target/70300
13131         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
13132         instead of source if operands[1] is xmm16 and above and
13133         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
13134         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
13136         PR c++/70295
13137         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
13138         on assign if (*from_p) is a comparison, set it to
13139         TREE_NO_WARNING (*from_p).
13141 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
13143         PR middle-end/70326
13144         * lra.c (restore_scratches): Ignore deleted insns.
13146 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
13147             Jakub Jelinek  <jakub@redhat.com>
13149         PR tree-optimization/70317
13150         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
13151         to HONOR_NANS.
13153 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
13155         PR target/70327
13156         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
13157         of ix86_expand_move.
13158         (movoi): Ditto.
13159         (movti): Use general_operand for operand 1 predicate.
13161 2016-03-21  Martin Liska  <mliska@suse.cz>
13163         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
13164         insns.
13165         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
13167 2016-03-21  Martin Liska  <mliska@suse.cz>
13169         PR ipa/70306
13170         * ipa-icf.c (sem_function::parse): Skip static
13171         constructors and destructors.
13173 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
13175         PR target/70296
13176         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
13177         function-like macro, peek following token(s) if it is followed
13178         by CPP_OPEN_PAREN token with optional padding in between, and
13179         if not, don't treat it like a macro.
13181 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
13182             Alexander Monakov  <amonakov@ispras.ru>
13184         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
13185         for the stabs debug format.
13187 2016-03-21  Richard Biener  <rguenther@suse.de>
13189         PR tree-optimization/70310
13190         * tree-vect-generic.c (expand_vector_condition): Fold the built
13191         condition.
13193 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
13195         PR target/70293
13196         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
13197         Block third alternative for AVX-512VL target,
13199 2016-03-21  Martin Liska  <mliska@suse.cz>
13201         PR hsa/70234
13202         * hsa-brig.c (emit_function_directives): Mark unemitted
13203         global variables for emission.
13204         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
13205         (get_symbol_for_decl): Likewise.
13206         * hsa.h (struct hsa_symbol): New flag.
13208 2016-03-21  Richard Biener  <rguenther@suse.de>
13210         PR tree-optimization/70288
13211         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
13212         we do not estimate unsimplified all-constant conditionals or
13213         switches as optimized away.
13215 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
13217         PR rtl-optimization/69102
13218         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
13219         when we have a readonly dependency context.
13221 2016-03-18  Jeff Law  <law@redhat.com>
13223         PR rtl-optimization/70263
13224         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
13225         (update_equiv_regs): When trying to move a store to after the insn
13226         that sets the source of the store, make sure the store occurs after
13227         the insn that sets the source of the store.  When successful note
13228         the REG_EQUIV note created in the dump file.
13230 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
13231             Bernd Schmidt  <bschmidt@redhat.com>
13233         * doc/extend.texi: Document more potential problems with basic asms.
13235 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
13237         PR rtl-optimization/70278
13238         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
13239         VOIDmode.
13241 2016-03-18  Jason Merrill  <jason@redhat.com>
13243         * calls.c (load_register_parameters): Fix zero size sibcall logic.
13245 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
13247         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
13248         values to 128b regs.
13250 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
13252         PR tree-optimization/70252
13253         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
13254         boolean vector has a proper number of elements.
13255         (supportable_narrowing_operation): Likewise.
13257 2016-03-18  Tom de Vries  <tom@codesourcery.com>
13259         PR ipa/70269
13260         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
13262 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
13264         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
13265         instead of replace_rtx for DEBUG_INSNs.
13267 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
13269         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
13270         load type reservations.
13272 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
13274         PR target/70188
13275         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
13276         define_constraint for "Q" and "T" constraints.
13278 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
13280         Tweak the pipeline model for Exynos M1
13282         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
13283         model.
13285 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
13287         PR c/70264
13288         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
13289         where one or both locations aren't within a line_map.
13291 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
13293         PR driver/70192
13294         * opts.c (finish_options): Don't set flag_pie to the default if
13295         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
13296         if it is -1.
13298 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
13300         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
13301         true as ALL_REGS argument to replace_rtx.
13303 2016-03-17  Richard Biener  <rguenther@suse.de>
13305         PR debug/70271
13306         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
13307         last.
13309 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
13311         PR target/70245
13312         * rtl.h (replace_rtx): Add ALL_REGS argument.
13313         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
13314         equality and assert mode is the same, instead of just rtx pointer
13315         equality.
13316         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
13317         true as ALL_REGS argument to replace_rtx.
13319 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
13321         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
13322         for boolean vector with vector mode only.
13323         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
13325 2016-03-17  Nick Clifton  <nickc@redhat.com>
13327         PR target/70162
13328         * config/rx/rx.c (rx_print_integer): Print negative constants in
13329         decimal.
13331 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
13333         PR target/70261
13334         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
13336 2016-03-16  Richard Henderson  <rth@redhat.com>
13337             Richard Biener  <rguenth@suse.de>
13339         PR middle-end/70240
13340         PR middle-end/68215
13341         PR tree-opt/68714
13342         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
13343         first operand as is_gimple_condexpr.
13345         PR middle-end/70240
13346         PR middle-end/68215
13347         Revert r231575
13348         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
13349         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
13350         Do not gimplify the result.
13351         (do_unop): Adjust call to tree_vec_extract.
13352         (do_binop): Likewise.
13353         (do_compare): Likewise.
13354         (do_plus_minus): Likewise.
13355         (do_negate): Likewise.
13356         (expand_vector_condition): Likewise.
13357         (do_cond): Likewise.
13359 2016-03-16  Richard Henderson  <rth@redhat.com>
13361         PR target/70048
13362         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
13363         (aarch64_classify_address): Use it.
13364         (aarch64_legitimize_address): Force all subexpressions of PLUS
13365         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
13367 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
13368             Richard Biener  <rguenth@suse.de>
13370         PR target/70245
13371         * rtlanal.c (replace_rtx): For REG, if from is a REG,
13372         return to even if only REGNO is equal, and assert
13373         mode is the same.
13375 2016-03-11  Jeff Law  <law@redhat.com>
13377         PR rtl-optimization/70224
13378         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
13380 2016-03-16  Richard Henderson  <rth@redhat.com>
13382         PR middle-end/70199
13383         * function.h (struct function): Add has_forced_label_in_static.
13384         * gimplify.c (force_labels_r): Set it.
13385         * lto-streamer-in.c (input_struct_function_base): Read it.
13386         * lto-streamer-out.c (output_struct_function_base): Write it.
13387         * tree-inline.c (has_label_address_in_static_1): Remove.
13388         (copy_forbidden): Remove fndecl parameter; test
13389         has_forced_label_in_static.
13390         (inline_forbidden_p): Update call to copy_forbidden.
13391         (tree_versionable_function_p): Likewise.
13392         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
13393         (chkp_versioning): Likewise.
13394         * tree-inline.h (copy_forbidden): Update decl.
13396 2016-03-16  Marek Polacek  <polacek@redhat.com>
13398         PR c/70093
13399         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
13400         function being thunked if the result type doesn't have fixed size.
13401         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
13402         doesn't have fixed size.
13404 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
13406         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
13407         reporting malformed loop nest.
13409 2016-03-16  Tom de Vries  <tom@codesourcery.com>
13411         PR lto/70187
13412         * ipa-devirt.c (possible_polymorphic_call_targets): Move
13413         nodes.length () == 1 test to before first nodes[0] access.
13415 2016-03-16  Tom de Vries  <tom@codesourcery.com>
13417         PR tree-optimization/68715
13418         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
13419         single_pred_p test.
13421 2016-03-16  Tom de Vries  <tom@codesourcery.com>
13423         PR tree-optimization/68809
13424         * graphite-scop-detection.c (same_close_phi_node): Test if result types
13425         are the same.
13427 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
13428             Sandra Loosemore  <sandra@codesourcery.com>
13430         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
13431         on leaf attribute. Mention ELF interposition problems.
13433 2016-03-16  Alan Modra  <amodra@gmail.com>
13435         PR rtl-optimization/69195
13436         PR rtl-optimization/47992
13437         * ira.c (indirect_jump_optimize): Ignore artificial defs.
13438         Add comments.
13440 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
13442         PR bootstrap/69513
13443         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
13445 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
13447         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
13449 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
13451         PR rtl-optimization/70222
13452         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
13453         optimization if mode is different from result_mode, queue up masking
13454         of the result in outer_op.  Formatting fix.
13456         PR middle-end/70239
13457         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
13458         of safe_grow.
13460 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
13462         PR rtl-optimization/69032
13463         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
13464         looping backwards over basic block insns.
13466 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
13468         PR target/66660
13469         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
13470         to non-speculative when propagating trap bits.
13472 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
13474         PR rtl-optimization/63384
13475         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
13476         DEBUG_INSN_P insns.
13478 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
13480         PR target/64411
13481         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
13482         factored out from ...
13483         (sched_analyze_insn): ... here.
13484         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
13485         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
13486         get_implicit_reg_pending_clobbers in it.
13487         (setup_id_reg_sets): Use setup_id_implicit_regs.
13488         (deps_init_id): Ditto.
13490 2016-03-15  Tom de Vries  <tom@codesourcery.com>
13492         PR ipa/70161
13493         * cgraph.c (cgraph_node::get_body): Save, reset and restore
13494         dump_file_name.
13495         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
13496         execute_function_dump.
13497         (execute_one_pass): Don't dump function if it will be dumped after ipa
13498         transform.
13500 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
13502         * genrecog.c (match_pattern_2): If pred is NULL don't call
13503         safe_predicate_mode on it.
13505 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
13507         PR middle-end/70219
13508         * lra-constraints.c (delete_move_and_clobber): Change assertion
13509         to also allow dregno == 0.
13511 2016-03-14  Richard Henderson  <rth@redhat.com>
13513         PR tree-opt/68714
13514         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
13515         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
13516         (reassociate_bb): Use optimize_vec_cond_expr; avoid
13517         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
13518         on vectors.
13520 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
13522         PR target/70083
13523         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
13524         regs.
13525         (lra_create_live_ranges_1): initialize hard register biggest_mode to
13526         VOIDmode.
13527         * lra-constraints.c (split_reg): For hard regs, try to find the
13528         biggest single-register mode used in the function.
13530 2016-03-14  Richard Biener  <rguenther@suse.de>
13532         PR tree-optimization/56365
13533         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
13534         constants to compare against.
13536 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
13538         PR target/70098
13539         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
13540         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
13541         (define_split for the GPR case): Use int_reg_operand instead of
13542         gpc_reg_operand for the output.
13544 2016-03-14  Tom de Vries  <tom@codesourcery.com>
13546         PR tree-optimization/70045
13547         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
13548         create_empty_if_region_on_edge argument.
13550 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
13552         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
13553         (STACK_CHECK_PROTECT): Likewise.
13554         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
13555         (STACK_CHECK_PROTECT): Likewise.
13556         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
13557         (STACK_CHECK_PROTECT): Likewise.
13558         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
13559         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
13560         (STACK_CHECK_PROTECT): Likewise.
13562 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
13564         PR rtl-optimization/69307
13565         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
13566         registers in modes that span more than one register.
13568 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
13570         PR target/69614
13571         * lra-constraints.c (delete_move_and_clobber): New.
13572         (remove_inheritance_pseudos): Use it.
13574 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
13576         PR ada/70017
13577         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
13578         the libcall is LCT_THROW.
13579         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
13580         for the checking routine.
13582 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
13584         PR target/70131
13585         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
13586         optimization if we have direct move.
13587         (roundu32<mode>2_fprs): Likewise.
13589 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
13591         PR target/70123
13592         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
13593         be rematerialized.
13594         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
13595         Arguments swapped.  All callers changed.  Take reg_renumber into
13596         account, and Calculate and compare register ranges for hard regs.
13598 2016-03-11  Jeff Law  <law@redhat.com>
13600         PR tree-optimization/70190
13601         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
13602         Handle cases where we can not extract the taken edge, even though we
13603         found a constant value.
13605         PR tree-optimization/64058
13606         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
13607         (num_coalesce_pairs): Move up earlier in file.
13608         (find_coalesce_pair): Initialize the INDEX field for each pair
13609         discovered.
13610         (compare_pairs): No longer sort on the elements in each pair.
13611         Instead break ties with the index of the coalesce pair.
13613 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13615         PR target/70002
13616         * config/aarch64/aarch64-protos.h
13617         (aarch64_save_restore_target_globals): New prototype.
13618         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
13619         Call the above when popping pragma.
13620         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
13621         New function.
13622         (aarch64_set_current_function): Rewrite using the above.
13624 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
13626         PR tree-optimization/70177
13627         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
13628         (extract_ops_from_tree): ... this.  In the 2 argument
13629         overload remove _1 suffix.
13630         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
13631         (extract_ops_from_tree): ... this.
13632         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
13633         Adjust callers.
13634         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
13635         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
13636         extract_ops_from_tree instead of 2 operand one.
13638 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
13640         PR tree-optimization/70013
13641         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
13642         for constant-pool entries.
13644 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
13646         PR rtl-optimization/70174
13647         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
13648         followed by gen_lowpart on force_reg instead of just gen_lowpart.
13650         PR tree-optimization/70169
13651         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
13652         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
13653         for unknown codes.
13655 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
13656             Jakub Jelinek  <jakub@redhat.com>
13658         PR target/70160
13659         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
13660         of uninitialized values.
13662 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13664         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
13665         define_expand.
13666         ("*trunctddd2"): New pattern definition.
13667         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
13668         TD->DD truncation.
13670 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13672         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
13673         definitions for BFP and DFP rounding modes.
13674         ("fixuns_truncdddi2", "fixuns_trunctddi2")
13675         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
13676         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
13677         ("fix_trunctf<mode>2"): Use the new constants instead of magic
13678         numbers.
13680 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13682         * config/s390/constraints.md: Adjust comment.
13683         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
13684         s390_decompose_addrstyle_without_index.
13685         * config/s390/predicates.md (shift_count_or_setmem_operand):
13686         Rename to setmem_operand.
13687         * config/s390/s390-protos.h
13688         (s390_decompose_shift_count): Rename to
13689         s390_decompose_addrstyle_without_index.
13690         * config/s390/s390.c (s390_decompose_shift_count)
13691         (s390_mem_constraint, print_shift_count_operand)
13692         (print_operand_address, print_operand): Rename
13693         s390_decompose_shift_count to
13694         s390_decompose_addrstyle_without_index and rename
13695         print_shift_count_operand to print_addrstyle_operand troughout the
13696         file.
13697         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
13698         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
13699         Rename shift_count_or_setmem_operand to setmem_operand.
13700         * config/s390/vx-builtins.md ("vec_insert<mode>")
13701         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
13702         nonmemory_operand.
13704 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13706         PR target/70168
13707         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
13708         Handle overlapping retval and newval.
13710 2016-03-10  Nick Clifton  <nickc@redhat.com>
13712         PR target/7044
13713         * config/aarch64/aarch64.c
13714         (aarch64_override_options_after_change_1): When forcing
13715         flag_omit_frame_pointer to be true, use a special value that can
13716         be detected if this function is called again, thus preventing
13717         flag_omit_leaf_frame_pointer from being forced to be false.
13719 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13721         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
13722         Set x_flag_omit_leaf_frame_pointer when handling
13723         -momit-leaf-frame-pointer.
13725 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
13727         PR lto/69589
13728         * cgraph.c (cgraph_node::dump): Dump split_part and
13729         indirect_call_target.
13730         * cgraph.h (cgraph_node): Add indirect_call_target flag.
13731         * ipa.c (has_addr_references_p): Cleanup.
13732         (is_indirect_call_target_p): New.
13733         (walk_polymorphic_call_targets): Do not mark virtuals that may be
13734         called indirectly as local.
13735         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
13737 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
13739         PR ipa/69630
13740         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
13741         on cxa_pure_virtual.
13743 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
13745         PR lto/69589
13746         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
13748 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
13750         PR lto/69589
13751         * tree.c (need_assembler_name_p): Only record main variant type names.
13753 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
13755         PR target/70113.
13756         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
13757         Always define to 0 or 1.
13758         (TARGET_FIX_ERR_A53_843419): New macro.
13759         * config/aarch64/aarch64-elf-raw.h
13760         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
13761         * config/aarch64/aarch64-linux.h: Likewise.
13762         * config/aarch64/aarch64.c
13763         (aarch64_override_options_after_change_1): Do not default
13764         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
13765         843419 is on.
13766         (aarch64_attributes): Handle fix-cortex-a53-843419.
13767         (aarch64_can_inline_p): Likewise.
13768         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
13770 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
13771         Jakub Jelinek <jakub@redhat.com>
13773         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
13774         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
13775         DECL_COMMONS if flag_unconstrained_commons is set.
13776         * tree-dfa.c (get_ref_base_and_extent): Likewise.
13777         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
13778         (funconstrained-commons): Document.
13780 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
13782         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
13783         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
13785 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
13787         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
13788         has a proper number of elements.
13790 2016-03-10  Alan Modra  <amodra@gmail.com>
13792         PR rtl-optimization/69195
13793         PR rtl-optimization/47992
13794         * ira.c (recorded_label_ref): Delete.
13795         (update_equiv_regs): Return void.
13796         (indirect_jump_optimize): New function.
13797         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
13798         before regstat_compute_ri.  Don't rebuild_jump_labels here.
13799         Delete update_regstat.
13801 2016-03-10  Richard Biener  <rguenther@suse.de>
13803         PR tree-optimization/70128
13804         * tree-ssa-structalias.c (set_uids_in_ptset): Set
13805         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
13807 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
13809         PR tree-optimization/70152
13810         * tree-sra.c (replace_removed_params_ssa_names): Copy over
13811         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
13813         PR target/70086
13814         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
13815         instead of gen_sse2_loadlpd.
13816         * config/i386/sse.md (*vec_concatv2df): Rename to...
13817         (vec_concatv2df): ... this.
13819         PR tree-optimization/70127
13820         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
13822 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
13824         PR c/68473
13825         PR c++/70105
13826         * diagnostic-show-locus.c (compatible_locations_p): New function.
13827         (layout::layout): Sanitize ranges using compatible_locations_p.
13829 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
13831         PR c/68473
13832         PR c++/70105
13833         * diagnostic-show-locus.c (layout_range::layout_range): Replace
13834         location_range param with three const expanded_locations * and a
13835         bool.
13836         (layout::layout): Replace call to
13837         rich_location::lazily_expand_location with get_expanded_location.
13838         Extract the range and perform location expansion here, passing
13839         the results to the layout_range ctor.
13840         * diagnostic.c (source_range::debug): Delete.
13841         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
13842         of rich_location::get_expanded_location.
13843         * gcc-rich-location.c (get_range_for_expr): Delete.
13844         (gcc_rich_location::add_expr): Reimplement to avoid the
13845         rich_location::add_range overload that took a location_range,
13846         passing a location_t instead.
13848 2016-03-09  Richard Biener  <rguenther@suse.de>
13849         Jakub Jelinek  <jakub@redhat.com>
13851         PR tree-optimization/70138
13852         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
13853         Also skip vect_double_reduction_def.
13855 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
13857         PR target/70049
13858         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
13859         if the operand is "m".
13861 2016-03-09  Nathan Sidwell  <nathan@acm.org>
13863         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
13865 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
13867         * config/i386/i386.c (processor_target_table): Fix cost table
13868         intialization order for znver1.
13870 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
13872         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
13873         - becuase -> because.
13874         * ipa-reference.c (ignore_module_statics): Likewise.
13875         * cgraph.c (cgraph_node::get_body): Likewise.
13876         * ipa-inline.c (early_inliner): Likewise.
13877         * ipa-devirt.c (types_same_for_odr): Likewise.
13878         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
13879         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
13881 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13883         * tree-ssa-math-opts.c: Fix typo in comment.
13885 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
13887         PR target/70110
13888         * config/i386/i386.c (scalar_chain::make_vector_copies,
13889         scalar_chain::convert_reg): Call end_sequence in between
13890         get_insns and emit_conversion_insns rather than after both
13891         calls.
13893 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
13895         PR target/70064
13896         * config/i386/i386.h (machine_function): Add
13897         pc_thunk_call_expanded flag.
13898         (ix86_pc_thunk_call_expanded): New define.
13899         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
13900         (*set_got): Rename insn pattern from set_got.
13901         (*set_got_labelled): Rename inst pattern from set_got_labelled.
13902         * config/i386/i386.c (ix86_compute_frame_layout): Use
13903         ix86_pc_thunk_call_expanded to prevent red-zone.
13905 2016-03-07  Martin Jambor  <mjambor@suse.cz>
13907         * hsa.h (hsa_get_ctor_statements): Declare.
13908         (hsa_get_dtor_statements): Likewise.
13909         (hsa_get_kernel_dispatch_type): Likewise.
13910         * hsa.c (hsa_get_ctor_statements): New function.
13911         (hsa_get_dtor_statements): Likewise.
13912         (hsa_get_kernel_dispatch_type): Likewise.
13913         * hsa-brig.c (hsa_cdtor_statements): Removed.
13914         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
13915         hsa_get_dtor_statements.
13916         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
13917         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
13919 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
13921         * config/arm/arm-cores.def (cortex-r8): New.
13922         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
13923         * config/arm/arm-tune.md: Likewise.
13924         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
13926 2016-03-07  Martin Sebor  <msebor@redhat.com>
13928         PR rtl-optimization/19705
13929         * doc/invoke.texi (Options That Control Optimization): Clarify
13930         -fno-branch-count-reg.
13932 2016-02-26  Richard Biener  <rguenther@suse.de>
13933             Jeff Law  <law@redhat.com>
13935         PR tree-optimization/69740
13936         * cfghooks.c (remove_edge): Request loop fixups if we delete
13937         an edge that might turn an irreducible loop into a natural
13938         loop.
13939         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
13940         Move after definition of loops_state_clear.
13942 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
13944         PR rtl-optimization/69052
13945         * rtlanal.c (commutative_operand_precedence): Set higher precedence
13946         to CONST_WIDE_INT.
13948 2016-03-07  Tom de Vries  <tom@codesourcery.com>
13950         PR tree-optimization/70116
13951         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
13952         is_tm_ending stmts and ubsan/asan internal functions.
13953         (find_duplicate): Use it.  Don't test is_tm_ending here.
13955 2016-03-07  Richard Biener  <rguenther@suse.de>
13957         PR tree-optimization/70115
13958         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
13959         (propagate_constants_for_unrolling): Use replace_uses_by.
13961 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
13963         PR middle-end/69916
13964         * omp-low.c (struct oacc_loop): Add ifns.
13965         (new_oacc_loop_raw): Initialize it.
13966         (finish_oacc_loop): Clear mask & flags if no ifns.
13967         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
13968         (oacc_loop_xform_loop): Add ifns arg & adjust.
13969         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
13971 2016-03-07  Richard Henderson  <rth@redhat.com>
13973         PR rtl-opt/70061
13974         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
13975         (insert_value_copy_on_edge): Likewise.
13977 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13979         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
13981 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13983         PR target/62281
13984         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
13986 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
13988         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
13990 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
13992         Fix sseimul type attribute.
13993         * config/i386/znver1.md
13994         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
13995         znver1_sseimul_avx256_load) : Fix the type attribute.
13996         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
13997         pipe usage and latency.
13999 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
14001         PR c++/70084
14002         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
14003         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
14004         to the right type.
14006 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
14008         PR c/69973
14009         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
14011         PR rtl-optimization/69941
14012         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
14013         the reg share its mode.
14015 2016-03-04  Jeff Law  <law@redhat.com>
14017         PR tree-optimization/69196
14018         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14019         If the both SSA_NAMEs are anonymous, then consider them unassociated
14020         and include the PHI in the statement count.
14022 2016-03-05  Tom de Vries  <tom@codesourcery.com>
14024         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
14025         construct in oacc routine.  Check for oacc region in oacc routine.
14027 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
14029         PR target/70062
14030         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
14031         2016-02-22 changes, instead don't recurse if RECUR is already true.
14032         Don't change *dynamic_check if RECUR.  Adjust recursive caller
14033         to pass true to the new argument.
14034         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
14036         PR target/70059
14037         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
14038         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
14039         fixes.
14040         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
14042 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
14044         PR rtl-optimization/57676
14045         * lra-assigns.c (lra_assign): Guard test for maximum iterations
14046         with flag_checking.
14048 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
14050         * tree-vect-patterns.c (search_type_for_mask): Handle
14051         comparison of booleans.
14053 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
14055         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
14056         Fix @xref usage.
14058         PR debug/69947
14059         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
14060         all other ops that have dw_val_class_die_ref operands,
14061         and DW_OP_GNU_entry_value.
14063 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14065         PR rtl-optimization/69904
14066         * config/arm/arm.c (arm_cannot_copy_insn_p):
14067         Return true for load-exclusive instructions.
14069 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
14071         PR target/70021
14072         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
14073         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
14074         the pattern no matter if it is used just by non-pattern, pattern
14075         or mix thereof.
14076         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
14077         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
14078         oprnd1 def_stmt is in pattern, don't look through it.
14080 2016-03-03  Marek Polacek  <polacek@redhat.com>
14082         PR middle-end/70050
14083         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
14085 2016-03-03  Martin Liska  <mliska@suse.cz>
14087         PR tree-optimization/70043
14088         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
14089         previous statement if we see a debug statement.
14091 2016-03-03  Richard Biener  <rguenther@suse.de>
14093         PR tree-optimization/55936
14094         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
14095         parameter and guard unsafe equivalence use.
14096         (vrp_evaluate_conditional_warnv_with_ops): Always use
14097         safe equivalences but not via the quadratic compare_names
14098         helper.
14100 2016-03-03  Michael Collison  <michael.collison@linaro.org>
14102         PR target/70014
14103         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
14104         for operand 1 to s_register_operand. Change predicate for operand
14105         2 to arm_not_immediate_operand.
14107 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
14109         * doc/tm.texi: Regenerated.
14111 2016-03-02  Richard Henderson  <rth@redhat.com>
14113         PR rtl-opt/67145
14114         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
14115         simplification when all args are positive non-fixed registers.
14117 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
14119         * target.def (lra_p): Specify that new ports should use LRA.
14121 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
14123         PR libgomp/69555
14124         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
14125         gimplify_type_sizes the type they refer to.
14126         (omp_notice_variable): Handle reference vars to VLAs.
14127         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
14128         reference to VLA decls in the second pass instead of first pass.
14130 2016-03-02  Tom de Vries  <tom@codesourcery.com>
14132         PR tree-optimization/68659
14133         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
14134         new_expr == NULL_TREE.
14135         (get_new_name): Handle ADDR_EXPR.
14137 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
14139         PR rtl-optimization/69052
14140         * loop-invariant.c (canonicalize_address): New function.
14141         (inv_can_prop_to_addr_use): Check validity of address expression
14142         which is canonicalized by above function.
14144 2016-03-02  Alan Modra  <amodra@gmail.com>
14146         PR ipa/69990
14147         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
14148         larger alignment.
14150 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
14152         PR target/70028
14153         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
14154         (*movhi_internal): Put mask moves from and to memory separately
14155         from moves from/to GPRs.
14157 2016-03-02  Richard Biener  <rguenther@suse.de>
14159         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
14160         GENERIC expressions in GIMPLE.
14162 2016-03-02  Richard Biener  <rguenther@suse.de>
14164         * config/i386/i386.c (type_natural_mode): Fix typo.
14166 2016-03-02  Nick Clifton  <nickc@redhat.com>
14168         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
14170 2016-03-02  Richard Biener  <rguenther@suse.de>
14171             Uros Bizjak  <ubizjak@gmail.com>
14173         PR target/67278
14174         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
14176 2016-03-02  Richard Biener  <rguenther@suse.de>
14178         PR middle-end/67278
14179         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
14181 2016-03-02  Marek Polacek  <polacek@redhat.com>
14183         PR c/67854
14184         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
14185         "is promoted to" warning.
14187 2016-03-01  DJ Delorie  <dj@redhat.com>
14189         * config.gcc: Deprecate mep-*.
14191 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
14193         PR middle-end/70025
14194         * lra-constraints.c (regno_val_use_in): New.
14195         (match_reload): Use it instead of regno_use_in.
14197 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
14199         PR rtl-optimization/70007
14200         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
14201         references present in REG_EQUAL notes attached to non-SET patterns.
14203 2016-03-01  Jeff Law  <law@redhat.com>
14205         PR tree-optimization/69196
14206         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14207         Appropriately clamp the number of statements to copy when the
14208         thread path does not traverse a loop backedge.
14210         PR tree-optimization/69196
14211         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14212         Do count some PHIs in the thread path against the insn count.  Decrease
14213         final statement count by one as the control statement in the last
14214         block will get removed.  Remove special cased code for handling PHIs
14215         in the last block.
14217 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
14219         PR target/70027
14220         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
14221         asm dialect alternatives to explicit GOTPCREL calls.
14223 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
14225         PR ada/70017
14226         * ira.c (do_reload): Issue warning for generic stack checking here...
14227         * reload1.c (reload): ...instead of here and streamline it.
14229 2016-03-01  Nick Clifton  <nickc@redhat.com>
14231         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
14233 2016-03-01  Richard Biener  <rguenther@suse.de>
14235         PR tree-optimization/69983
14236         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
14237         types and fall back to operand_equal_p.
14239 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14241         Revert
14242         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14244         * config/s390/constraints.md ("jm8"): New constraint.
14245         * config/s390/predicates.md ("const_int_8bitset_operand"): New
14246         predicate.
14247         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
14248         into ...
14249         ("*setmem_long<setmem_and>"): New pattern.
14250         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
14251         into ...
14252         ("*setmem_long_31z<setmem_and>"): New pattern.
14253         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
14254         New substitution rules with the required attributes.
14257 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14259         Revert
14260         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14262         * gensupport.c (process_substs_on_one_elem): Split loop to
14263         complete mark_operands_used_in_match_dup on all expressions in the
14264         vector first.
14265         (adjust_operands_numbers): Inline into process_substs_on_one_elem
14266         and remove function.
14268 2016-03-01  Richard Biener  <rguenther@suse.de>
14270         PR middle-end/70022
14271         * fold-const.c (fold_indirect_ref_1): Fix range checking for
14272         vector BIT_FIELD_REF extract.
14274 2016-03-01  Richard Biener  <rguenther@suse.de>
14276         PR tree-optimization/69994
14277         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
14279 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
14281         PR tree-optimization/69956
14282         * tree-vect-stmts.c (supportable_widening_operation): Support
14283         multi-step conversion of boolean vectors.
14284         (supportable_narrowing_operation): Likewise.
14286 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14288         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
14289         anymore.
14291 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14293         * config/s390/subst.md (DSI_VI): New mode iterator.
14294         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
14295         * config/s390/vector.md ("vec_set<mode>"): Move expander before
14296         the insn definition.
14297         ("*vec_set<mode>"): Change predicate and add alternative to
14298         support only either register or const_int operands as element
14299         selector.
14300         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
14301         operands.
14302         ("vec_extract<mode>"): New expander.
14303         ("*vec_extract<mode>"): New insn definition supporting reg and
14304         const_int element selectors.
14305         ("*vec_extract<mode>_plus"): New insn definition supporting
14306         reg+const_int element selectors.
14307         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
14308         following expander+insn definition.
14309         ("<vec_shifts_name><mode>3"): New expander.
14310         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
14312 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14314         * config/s390/s390.md ("*tabort_1"): Change predicate to
14315         nonmemory_operand.  Add a second alternative to cover
14316         register as well as const int operands.
14317         ("*tabort_1_plus"): New pattern definition.
14319 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14321         * config/s390/s390.md ("*ashrdi3_cc_31")
14322         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
14323         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
14324         Merge insn definitions into ...
14325         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
14326         New pattern definition.
14327         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
14328         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
14329         ("*ashr<mode>3_and"): Merge insn definitions into ...
14330         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
14331         New pattern definition.
14332         * config/s390/subst.md ("addr_style_op_cc_subst")
14333         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
14334         substitutions patterns plus attributes.
14335         Add ashiftrt to SUBST iterator.
14337 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14339         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
14340         op2 to nonmemory_operand.
14341         ("*<shift>di3_31", "*<shift>di3_31_and"):
14342         Merge into single pattern definition ...
14343         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
14344         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
14345         pattern definition ...
14346         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
14347         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
14348         iterator.
14350 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14352         * config/s390/predicates.md (const_int_6bitset_operand): New
14353         predicate.
14354         * config/s390/s390.md: Include subst.md.
14355         ("rotl<mode>3"): New expander.
14356         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
14357         ...
14358         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
14359         * config/s390/subst.md: New file.
14361 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14363         * config/s390/s390.md ("op_type", "atype", "length" attributes):
14364         Remove RRR type.  It doesn't really exist.
14365         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
14366         attributes.
14367         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
14368         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
14369         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
14370         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
14371         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
14372         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
14373         `enabled' attribute.
14375 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14377         * gensupport.c (process_substs_on_one_elem): Split loop to
14378         complete mark_operands_used_in_match_dup on all expressions in the
14379         vector first.
14380         (adjust_operands_numbers): Inline into process_substs_on_one_elem
14381         and remove function.
14383 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
14385         PR target/69706
14386         * config/sparc/sparc.c (NWORDS_UP): Rename to...
14387         (CEIL_NWORDS): ...this.  Use CEIL macro.
14388         (compute_fp_layout): Adjust to above renaming.
14389         (function_arg_union_value): Likewise.
14390         (sparc_arg_partial_bytes): Likewise.
14391         (sparc_function_arg_advance): Likewise.
14393 2016-02-29  Jeff Law  <law@redhat.com>
14395         PR tree-optimization/70005
14396         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
14397         where an object with a boolean range is compared against a value
14398         outside [0..1].
14400         PR tree-optimization/69999
14401         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
14402         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
14403         loop cleanups.
14405 2016-02-29  Richard Biener  <rguenther@suse.de>
14407         PR tree-optimization/69994
14408         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
14409         (get_unary_op): Look through nop conversions.
14410         (ops_equal_values_p): New function, look for equality diregarding
14411         nop conversions.
14412         (eliminate_plus_minus_pair): Use ops_equal_values_p
14413         (repropagate_negates): Do not use get_unary_op here.
14415 2016-02-29  Martin Liska  <mliska@suse.cz>
14417         * system.h: Poison ENABLE_CHECKING macro.
14419 2016-02-29  Martin Liska  <mliska@suse.cz>
14421         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
14422         is presented in dump flags.
14423         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
14424         (hsa_regalloc): Likewise.
14426 2016-02-19  Richard Biener  <rguenther@suse.de>
14428         PR tree-optimization/69980
14429         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
14430         permutation of those we need to keep.
14432 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
14434         PR target/69706
14435         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
14436         (NWORDS_UP): ...this
14437         (init_cumulative_args): Minor tweaks.
14438         (sparc_promote_function_mode): Likewise.
14439         (scan_record_type): Delete.
14440         (traverse_record_type): New function template.
14441         (classify_data_t): New structure type.
14442         (classify_registers): New inline function.
14443         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
14444         exhausted.  Instantiate traverse_record_type on classify_registers and
14445         deal with the case of a structure passed in slot #15 with no FP field
14446         in the first word.
14447         (assign_data_t): New structure type.
14448         (compute_int_layout): New static function.
14449         (compute_fp_layout): Likewise.
14450         (count_registers): New inline function.
14451         (assign_int_registers): New static function.
14452         (assign_fp_registers): Likewise.
14453         (assign_registers): New inline function.
14454         (function_arg_record_value_1): Delete.
14455         (function_arg_record_value_2): Likewise.
14456         (function_arg_record_value_3): Likewise.
14457         (function_arg_record_value): Adjust to above changes.  Instantiate
14458         traverse_record_type on count_registers to first count the number of
14459         registers to be used and then on assign_registers to assign them.
14460         (function_arg_union_value): Adjust to above renaming.
14461         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
14462         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
14463         case of a structure passed in slot #15
14464         (sparc_function_arg_advance): Likewise.
14465         (function_arg_padding): Minor tweak.
14467 2016-02-29  Richard Biener  <rguenther@suse.de>
14469         PR tree-optimization/69720
14470         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
14471         the adjustment_def path for possibly vectorized defs.
14472         (vect_create_epilog_for_reduction): Handle vectorized initial
14473         defs properly.
14475 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
14477         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
14479 2016-02-27  Jeff Law  <law@redhat.com>
14481         Revert
14482         2016-02-26  Richard Biener  <rguenther@suse.de>
14483                     Jeff Law  <law@redhat.com>
14485         PR tree-optimization/69740
14486         * cfghooks.c (remove_edge): Request loop fixups if we delete
14487         an edge that might turn an irreducible loop into a natural
14488         loop.
14490 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
14492         PR rtl-optimization/69896
14493         * tree-vect-generic.c (get_compute_type): Avoid single element
14494         vector types.
14496 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
14498         Rename the AArch64 tuning option and related functions to enable the
14499         Newton series for the reciprocal square root to reflect its
14500         approximative characteristic.
14502         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
14503         function to "aarch64_emit_approx_rsqrt".
14504         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
14505         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
14506         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
14507         (xgene1_tunings): Likewise.
14508         (use_rsqrt_p): Likewise.
14509         (aarch64_emit_swrsqrt): Use new function name.
14510         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
14511         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
14512         text explaining this option.
14513         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
14515 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
14517         PR target/69969
14518         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
14519         complain about -mallow-movmisalign without -mvsx if
14520         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
14522 2016-02-26  Joel Sherrill  <joel@rtems.org>
14524         * config.gcc: Add x86_64-*-rtems*.
14525         * config/i386/rtems-64.h: New file.
14527 2016-02-26  Joel Sherrill  <joel@rtems.org>
14529         * config.gcc: Add aarch64-*-rtems*.
14530         * config/aarch64/rtems.h: New file.
14532 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
14534         PR target/69946
14535         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
14536         shift amount using %h.  Add comment.
14538 2016-02-26  Richard Biener  <rguenther@suse.de>
14539             Jeff Law  <law@redhat.com>
14541         PR tree-optimization/69740
14542         * cfghooks.c (remove_edge): Request loop fixups if we delete
14543         an edge that might turn an irreducible loop into a natural
14544         loop.
14546 2016-02-26  Martin Jambor  <mjambor@suse.cz>
14548         PR middle-end/69920
14549         * tree-sra.c (sra_modify_assign): Do not remove loads of
14550         uninitialized aggregates to SSA_NAMEs.
14552 2016-02-26  Richard Henderson  <rth@redhat.com>
14554         PR target/69709
14555         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
14556         pseudo in case the target rtx matches the source of the left
14557         shift.
14559 2016-02-26  Martin Jambor  <mjambor@suse.cz>
14561         PR hsa/69568
14562         * hsa.h (hsa_type_packed_p): Declare.
14563         * hsa.c (hsa_type_packed_p): New function.
14564         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
14565         loads.
14566         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
14567         * hsa-brig.c (emit_basic_insn): Likewise.
14569 2016-02-26  Martin Jambor  <mjambor@suse.cz>
14571         pr hsa/69674
14572         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
14573         pointers.
14574         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
14576 2016-02-26  Martin Jambor  <mjambor@suse.cz>
14578         * hsa.h (is_a_helper): New overload for hsa_op_immed for
14579         hsa_op_with_type operands.
14580         (hsa_unsigned_type_for_type): Declare.
14581         * hsa.c (hsa_unsigned_type_for_type): New function.
14582         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
14583         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
14584         the finalizer.  Do not emit extra move.
14586 2016-02-26  Martin Jambor  <mjambor@suse.cz>
14588         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
14589         atomic operations in private segment.
14591 2016-02-26  Martin Jambor  <mjambor@suse.cz>
14593         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
14594         statements to wi->info.  Also disallow omp simd constructs.
14595         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
14596         for not gridifying.  Dump special string for omp_for.
14598 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14600         PR target/69245
14601         * config/aarch64/aarch64.c (aarch64_set_current_function):
14602         Save/restore target globals when switching to
14603         target_option_default_node.
14605 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14607         PR target/69613
14608         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
14609         Return 0 if !SHIFT_COUNT_TRUNCATED.
14611 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
14612             Eric Botcazou  <ebotcazou@adacore.com>
14614         PR rtl-optimization/69891
14615         * dse.c (scan_insn): If we can't figure out memset arguments
14616         or they are non-constant, call clear_rhs_from_active_local_stores.
14618 2016-02-26  Martin Liska  <mliska@suse.cz>
14620         * doc/extend.texi: Mention clog10, clog10f an clog10l
14621         in Builtins section.
14623 2016-02-26  Martin Liska  <mliska@suse.cz>
14625         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
14626         CHECKING_P.
14627         (resolve_args_picking_1): Likewise.
14628         * dwarf2out.h (struct GTY): Likewise.
14630 2016-02-26  Martin Liska  <mliska@suse.cz>
14632         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
14633         with flag_checking.
14634         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
14636 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
14637             Martin Liska  <mliska@suse.cz>
14639         * doc/install.texi: Mention --enable-valgrind-annotations.
14641 2016-02-26  Richard Biener  <rguenther@suse.de>
14643         PR tree-optimization/69551
14644         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
14645         looking through aliases adjust DECL_PT_UID to refer to the
14646         ultimate alias target.
14648 2016-02-25  Martin Liska  <mliska@suse.cz>
14650         PR middle-end/69919
14651         * alloc-pool.c (after_memory_report): New variable.
14652         * alloc-pool.h (base_pool_allocator ::release): Do not use
14653         the infrastructure if after_memory_report.
14654         * toplev.c (toplev::main): Mark after memory report.
14656 2016-02-25  Richard Biener  <rguenther@suse.de>
14658         PR tree-optimization/48795
14659         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
14661 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
14663         PR driver/68463
14664         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
14665         offloading is enabled and -fopenacc or -fopenmp is specified.
14666         (CRTOFFLOADEND): Likewise.
14667         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
14668         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
14669         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
14670         (offload_objects_file_name): New static var.
14671         (tool_cleanup): Remove offload_objects_file_name file.
14672         (find_offloadbeginend): Replace with ...
14673         (find_crtoffloadtable): ... this.
14674         (run_gcc): Remove offload_argc and offload_argv.
14675         Get offload_objects_file_name from -foffload-objects=... option.
14676         Read names of object files with offload from this file, pass them to
14677         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
14678         don't pass offloadbegin and offloadend to the linker.  Don't pass
14679         offload non-LTO files to the linker, because now they're not claimed.
14681 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
14683         PR ipa/69630
14684         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
14685         on builtin_unreachable.
14687 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
14689         PR rtl-optimization/69896
14690         * regcprop.c: Include cfgrtl.h.
14691         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
14692         than remembered mode, either delete it (if noop_move_p), or
14693         treat like copy_p but not noop_p instruction.
14695 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
14697         PR debug/69705
14698         * dwarf2out.c (gen_variable_die): Work around buggy LTO
14699         - allow NULL decl for Fortran DW_TAG_common_block variables.
14701 2016-02-24  Jason Merrill  <jason@redhat.com>
14703         * common.opt (flifetime-dse): Add -flifetime-dse=1.
14705 2016-02-24  Richard Biener  <rguenther@suse.de>
14706             Jakub Jelinek  <jakub@redhat.com>
14708         PR middle-end/69760
14709         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
14710         conditionally executed ops to well-defined overflow behavior.
14712 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
14714         PR middle-end/69915
14715         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
14716         elements.
14718 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14720         PR rtl-optimization/69886
14721         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
14722         argument.  Use it when checking validity of set instructions.
14723         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
14724         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
14725         callsite.
14726         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
14727         * store-motion.c (find_moveable_store): Update
14728         can_assign_to_reg_without_clobbers_p callsite.
14730 2016-02-24  Richard Biener  <rguenther@suse.de>
14732         PR middle-end/68963
14733         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
14734         bogus check.
14735         (record_nonwrapping_iv): Do not fall back to the low/high bound
14736         for non-constant IV bases if the stmt is not always executed.
14738 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14740         * config/arm/arm-cores.def (cortex-a32): New entry.
14741         * config/arm/arm-tables.opt: Regenerate.
14742         * config/arm/arm-tune.md: Regenerate.
14743         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
14744         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
14745         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
14746         for -mcpu and -mtune.
14748 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14750         PR target/69875
14751         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
14752         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
14753         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
14754         (atomic_loaddi_1): Delete.
14755         (atomic_loaddi): Rewrite expander using the above changes.
14757 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
14759         PR c/69918
14760         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
14761         2 to 3.
14763 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
14764             Richard Biener  <rguenth@suse.de>
14766         PR middle-end/69909
14767         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
14768         set_mem_attributes if tem is SSA_NAME which got expanded
14769         as a MEM.
14771 2016-02-24  Richard Biener  <rguenther@suse.de>
14773         PR tree-optimization/69907
14774         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
14775         end of permutations for BB vectorization.
14777 2016-02-24  Christian Bruel  <christian.bruel@st.com>
14779         * config/arm/arm-c.c (arm_option_override): Initialize
14780         target_option_current_node.
14781         * config/arm/arm.c (arm_pragma_target_parse): Replace
14782         build_target_option_node call by target_option_current_node.
14783         Set target_option_current_node.
14784         Fix comments.
14786 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
14788         PR target/69810
14789         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
14790         define_insn_and_split to define_insn.
14791         (zero_extendqi<mode>2_dot2): Same.
14792         (extendqi<mode>2_dot): Same.
14793         (extendqi<mode>2_dot2): Same.
14795 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
14797         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
14798         and add bypass for AES{D,E} and AESMC pairs.
14799         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
14800         and AESMC pairs.
14802 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
14804         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
14805         series for reciprocal square root in Exynos M1.
14807 2016-02-23  Martin Sebor  <msebor@redhat.com>
14809         PR c/69759
14810         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
14811         __builtin_alloca_with_align.
14813 2016-02-23  Richard Henderson  <rth@redhat.com>
14815         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
14816         (ix86_register_pragmas): Remove __seg_tls.
14817         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
14818         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
14819         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
14820         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
14821         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
14822         * doc/extend.texi (__seg_tls): Remove item.
14824 2016-02-23  Richard Biener  <rguenther@suse.de>
14826         * alloc-pool.h (struct allocation_object): Make id member
14827         conditional on CHECKING_P again.
14828         (get_instance): Adjust.
14829         (base_pool_allocator): Likewise.
14831 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
14833         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
14834         (parallelize_loops): In OpenACC kernels mode, set n_threads to
14835         zero.
14836         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
14837         flag_openacc.
14838         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
14840 2016-02-23  Richard Biener  <rguenther@suse.de>
14842         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
14843         * bitmap.h (struct bitmap_usage): Likewise.
14844         (bitmap_move): Declare.
14845         * bitmap.c (register_overhead): Take size_t argument.
14846         (bitmap_move): New function.
14847         * df-problems.c (df_rd_transfer_function): Use bitmap_move
14848         to properly account overhead.
14849         * tree.c (free_node): Use tree_size.
14851 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
14853         PR c++/69902
14854         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
14855         when inverting comparison.
14857         PR c/69900
14858         * common.opt (Wunreachable-code): Add Warning flag.
14860 2016-02-23  Mark Wielaard  <mjw@redhat.com>
14861             Jakub Jelinek  <jakub@redhat.com>
14863         PR c/69911
14864         * cgraphunit.c (check_global_declaration): Check main_input_filename
14865         and DECL_SOURCE_FILE are not NULL.
14867 2016-02-23  Martin Jambor  <mjambor@suse.cz>
14869         PR tree-optimization/69666
14870         * tree-sra.c (sra_modify_assign): Do not attempt to create
14871         default_def replacements for unscalarizable regions.
14873 2016-02-20  Mark Wielaard  <mjw@redhat.com>
14875         PR c/28901
14876         * cgraphunit.c (check_global_declaration): Check level of
14877         warn_unused_const_variable and main_input_filename.
14878         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
14879         (-Wunused-variable): For C implies -Wunused-const-variable=1.
14880         (-Wunused-const-variable): Explain levels 1 and 2.
14882 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
14884         PR target/69888
14885         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
14886         identical arguments.  Formatting and spelling fixes.
14888         PR target/69885
14889         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
14890         be specified.
14892         PR target/69894
14893         PR target/69895
14894         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
14895         and m68k-devices.def.
14896         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
14897         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
14899 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
14901         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
14902         and HImode registers.
14904 2016-02-22  Richard Biener  <rguenther@suse.de>
14906         PR tree-optimization/69882
14907         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
14908         preserve permutations present because of gaps.
14909         (vect_supported_load_permutation_p): Always continue checking
14910         permutations after vect_attempt_slp_rearrange_stmts.
14912 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
14914         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
14915         min_profitable_estimate, rather than min_profitable_iters.
14917 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
14919         PR target/69885
14920         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
14921         SImode for last match_operand.
14923 2016-02-22  Martin Liska  <mliska@suse.cz>
14925         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
14926         return bitsize - 1 as the return value.
14928 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
14930         PR target/69806
14931         PR target/54089
14932         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
14933         Handle negative shift counts.
14934         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
14935         force_reg on the shift constant.
14936         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
14937         (lshrsi3_d): Handle negative shift counts.
14939 2016-02-22  Richard Biener  <rguenther@suse.de>
14940             Tom de Vries  <tom@codesourcery.com>
14942         * graph.c: Include dumpfile.h.
14943         (print_graph_cfg): Split into three overloads.
14944         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
14946 2016-02-22  Tom de Vries  <tom@codesourcery.com>
14948         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
14949         dump-fn.
14951 2016-02-22  Richard Biener  <rguenther@suse.de>
14953         PR ipa/37448
14954         * ipa-inline-transform.c (inline_call): When not updating
14955         overall summaries adjust self size by the growth estimate.
14956         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
14957         hash-set, do not update overall summaries here.  Renamed from ...
14958         (inline_to_all_callers): ... this which is now wrapping the
14959         above and performing delayed overall summary update.
14960         (early_inline_small_functions): Delay updating of the overall
14961         summary.
14963 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
14965         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
14966         variable.
14968 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
14970         PR driver/69805
14971         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
14972         :%* in %:gt() argument.
14973         (greater_than_spec_func): Adjust for expecting only numbers,
14974         if there are more than two numbers, compare the last two.
14976 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
14978         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
14979         -Wnarrowing with -std.
14981 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
14983         PR c++/69851
14984         * expr.c (store_field): Don't use bit-field path if exp is
14985         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
14986         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
14987         and the assignment can be performed by bitwise copy.  Formatting
14988         fix.
14990         PR middle-end/69838
14991         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
14992         call copy_reg_eh_region_note_forward on before and/or after sequences
14993         and remove note from insn if it no longer can throw.
14995         PR target/69820
14996         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
14997         if TARGET_AVX512BW.
14999 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15001         * config/s390/vector.md: Add missing commutative operand markers
15002         to the patterns which qualify for one.
15003         * config/s390/vx-builtins.md: Likewise.
15005 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15007         * config/s390/vector.md (VI, VI_QHS): Add single element vector
15008         types to mode iterators.
15009         (vec_double): ... and mode attribute.
15010         * config/s390/vx-builtins.md (non_vec_int): Likewise.
15012 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15014         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
15015         Change the predicate of op2 from nonimmediate to general and let
15016         reload fix it if necessary.
15018 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15020         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
15022 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15024         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
15025         mode.
15027 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15029         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
15030         * config/s390/s390.c (s390_expand_vec_movstr): New function.
15031         * config/s390/s390.md ("movstr<P:mode>"): Call
15032         s390_expand_vec_movstr.
15034 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15036         * config/s390/s390.md: Add missing output modifier for operand 1
15037         to print it as address properly.
15039 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15041         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
15042         * config/s390/2964.md: New file.
15043         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
15044         of insn grouping attributes depending on the CPU level.
15045         (s390_get_unit_mask): New function.
15046         (s390_sched_score): Remove the OOO from the scheduling macros.
15047         Add loop to calculate a score for the instruction mix.
15048         (s390_sched_reorder): Likewise plus improve debug output.
15049         (s390_sched_variable_issue): Rename macros as above.  Calculate
15050         the unit distances after actually scheduling an insn.  Improve
15051         debug output.
15052         (s390_sched_init): Clear last_scheduled_unit_distance array.
15053         * config/s390/s390.md: Include 2964.md.
15055 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
15057         PR target/69671
15058         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
15059         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
15060         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
15061         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
15062         *avx512f_<code>v8div16qi2_mask_1): New insns.
15064 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15066         PR target/68404
15067         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
15068         2016-02-09 change.
15070         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
15071         earlyclobber from target.  Use wF constraint for fused memory
15072         address.
15073         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
15075 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
15076             Martin Liska  <mliska@suse.cz>
15078         PR sanitizer/69863
15079         * cfgexpand.c (asan_sanitize_stack_p): New function.
15080         (partition_stack_vars): Use the function.
15081         (expand_stack_vars): Likewise.
15082         (defer_stack_allocation): Likewise.
15083         (expand_used_vars): Likewise.
15085 2016-02-18  Richard Biener  <rguenther@suse.de>
15087         PR middle-end/69553
15088         * fold-const.c (operand_equal_p): Properly compare offsets for
15089         IMAGPART_EXPR and ARRAY_REF.
15091 2016-02-18  Nick Clifton  <nickc@redhat.com>
15093         PR target/62254
15094         PR target/69610
15095         * config/arm/arm.c (arm_option_override_internal): Disable
15096         interworking if the target does not support thumb instructions.
15097         (arm_reload_in_hi): Handle the case where a register to register
15098         move needs reloading because there is no simple pattern to handle
15099         it.
15100         (arm_reload_out_hi): Likewise.
15102 2016-02-18  Richard Biener  <rguenther@suse.de>
15104         PR middle-end/69854
15105         * match.pd: Don't use fold_binary or fold_unary for folding
15106         constants.
15108 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
15110         PR c++/69850
15111         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
15112         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
15113         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
15114         warn on gimple_no_warning_p statements.
15116 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
15118         * doc/extend.texi (C++ Attributes): Correct description of
15119         warn_unused type attribute.
15121 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15123         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
15124         correct instruction.
15126 2016-02-17  Richard Biener  <rguenther@suse.de>
15128         PR rtl-optimization/69609
15129         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
15130         (find_traces_1_round): When ending a trace update cached priority
15131         of successors.
15132         (bb_to_key): Use cached priority when available.
15133         (copy_bb): Initialize cached priority.
15134         (reorder_basic_blocks_software_trace_cache): Likewise.
15136 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15138         PR target/69161
15139         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
15140         New predicate.
15141         (aarch64_comparison_operator): Break overly long line into two.
15142         (aarch64_comparison_operation): Likewise.
15143         * config/aarch64/aarch64.md (cstorecc4): Use
15144         aarch64_comparison_operator_mode instead of
15145         aarch64_comparison_operator.
15146         (cstore<mode>4): Likewise.
15147         (aarch64_cstore<mode>): Likewise.
15148         (*cstoresi_insn_uxtw): Likewise.
15149         (cstore<mode>_neg): Likewise.
15150         (*cstoresi_neg_uxtw): Likewise.
15152 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15154         PR target/69161
15155         * config/arm/predicates.md (arm_comparison_operator_mode):
15156         New predicate.
15157         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
15158         instead of arm_comparison_operator.
15159         (*mov_negscc): Likewise.
15160         (*mov_notscc): Likewise.
15161         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
15162         (*thumb2_mov_negscc): Likewise.
15163         (*thumb2_mov_negscc_strict_it): Likewise.
15164         (*thumb2_mov_notscc): Likewise.
15165         (*thumb2_mov_notscc_strict_it): Likewise.
15167 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
15169         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
15170         Add missing return.
15172 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
15174         * config/visium/visium.c (machine_libfunc_index): New enum.
15175         (machine_libfuncs): New structure.
15176         (visium_libfuncs): New static variable.
15177         (TARGET_INIT_LIBFUNCS): Define to...
15178         (visium_init_libfuncs): ...this.  New function.
15179         (expand_block_move_4): Use the appropriate libfunc.
15180         (expand_block_move_2): Likewise.
15181         (expand_block_move_1): Likewise.
15182         (expand_block_set_4): Likewise.
15183         (expand_block_set_2): Likewise.
15184         (expand_block_set_1): Likewise.
15185         (visium_trampoline_init): Likewise.
15187 2016-02-17  Nick Clifton  <nickc@redhat.com>
15189         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
15190         TI's devices.csv file as of March 2016.
15192 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15194         PR Target/48344
15195         * opts-global.c (handle_common_deferred_options): Introduce and
15196         initialize two global variables to remember command-line options
15197         specifying a stack-limiting register.
15198         * opts.h: Add extern declarations of the two new global variables.
15199         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
15200         variable based on the values of the two new global variables.
15202 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
15204         PR c/69835
15205         * common.opt (Wnonnull-compare): New warning.
15206         * doc/invoke.texi (-Wnonnull): Remove text about comparison
15207         of arguments against NULL.
15208         (-Wnonnull-compare): Document.
15209         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
15210         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
15211         * passes.def (pass_warn_nonnull_compare): Add.
15212         * gimple-ssa-nonnull-compare.c: New file.
15214 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
15216         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
15217         AARCH64_EXTRA_TUNE_RECIP_SQRT.
15219 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
15221         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
15222         reciprocal sqrt for -mlow-precision-recip-sqrt.
15224 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
15225             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15227         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
15228         always use lane loads to construct non-constant vectors.
15230 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
15232         * config/aarch64/aarch64.md
15233         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
15234         constraints for operand 3.
15235         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
15237 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
15238             Richard Biener  <rguenther@suse.de>
15240         PR tree-optimization/69820
15241         * tree-vect-patterns.c (type_conversion_p): Return false if
15242         *orig_type is unsigned single precision or boolean.
15243         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
15244         Formatting fix.
15246 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
15248         PR rtl-optimization/69764
15249         PR rtl-optimization/69771
15250         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
15251         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
15253 2016-02-16  Richard Biener  <rguenther@suse.de>
15255         PR tree-optimization/69776
15256         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
15257         sets from caller.
15258         (indirect_refs_may_alias_p): Likewise.
15259         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
15260         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
15261         according to tbaa_p.
15262         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
15263         (optimize_stmt): For redundant store discovery do not allow tbaa.
15265 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
15267         PR tree-optimization/69714
15268         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
15269         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
15271 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
15273         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
15274         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
15275         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
15276         * config/arc/arc.c (arc_init): Check FPU options.
15277         (get_arc_condition_code): Handle new CC_FPU* modes.
15278         (arc_select_cc_mode): Likewise.
15279         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
15280         register pair only. Allow access for ARCv2 accumulator.
15281         (gen_compare_reg): Whenever we have FPU support use FPU compare
15282         instructions.
15283         (arc_reorg): Don't generate brcc insns when FPU compare
15284         instructions are involved.
15285         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
15286         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
15287         floating point emulation.
15288         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
15289         (REVERSE_CONDITION): Add new CC_FPU* modes.
15290         (TARGET_FP_SP_BASE): Define.
15291         (TARGET_FP_DP_BASE): Likewise.
15292         (TARGET_FP_SP_FUSED): Likewise.
15293         (TARGET_FP_DP_FUSED): Likewise.
15294         (TARGET_FP_SP_CONV): Likewise.
15295         (TARGET_FP_DP_CONV): Likewise.
15296         (TARGET_FP_SP_SQRT): Likewise.
15297         (TARGET_FP_DP_SQRT): Likewise.
15298         (TARGET_FP_DP_AX): Likewise.
15299         * config/arc/arc.md (ARCV2_ACC): New constant.
15300         (type): New fpu type attribute.
15301         (SDF): Conditional iterator.
15302         (cstore<mode>, cbranch<mode>): Change expand condition.
15303         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
15304         handles FPU/FPX cases as well.
15305         * config/arc/arc.opt (mfpu): New option.
15306         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
15307         Renamed.
15308         (adddf3, muldf3, subdf3): Removed.
15309         * config/arc/predicates.md (proper_comparison_operator): Recognize
15310         CC_FPU* modes.
15311         * config/arc/fpu.md: New file.
15312         * doc/invoke.texi (ARC Options): Document mfpu option.
15314 2016-02-16  Richard Biener  <rguenther@suse.de>
15316         PR rtl-optimization/69291
15317         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
15318         noce_operand_ok check.
15320 2016-02-16  Tom de Vries  <tom@codesourcery.com>
15322         PR lto/67709
15323         * omp-low.c (simd_clone_create): Remove call to
15324         symtab->call_cgraph_insertion_hooks.
15326 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
15328         PR tree-optimization/69802
15329         * tree-ssa-reassoc.c (update_range_test): If op is
15330         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
15331         op == 1 test of precision 1 integral op, otherwise handle
15332         that case as op itself.  Fix up formatting.
15333         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
15334         up formatting.
15336 2016-02-16  Richard Biener  <rguenther@suse.de>
15338         PR tree-optimization/69586
15339         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
15340         types for conversion sources.
15342 2016-02-16  Richard Biener  <rguenther@suse.de>
15344         PR middle-end/69801
15345         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
15346         mask OEP_ADDRESS_OF.
15348 2016-02-16  Alan Modra  <amodra@gmail.com>
15350         PR target/68973
15351         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
15352         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
15353         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
15354         (p8_mtvsrwz): New.
15355         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
15356         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
15357         (p8_fmrgow_<mode>): Likewise.
15358         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
15359         changes.
15360         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
15361         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
15362         to use movdi_internal64.  Remove op0_di.
15363         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
15365 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
15367         Add support for the FCCMP insn types
15369         * config/aarch64/aarch64.md (fccmp): Change insn type.
15370         (fccmpe): Likewise.
15371         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
15372         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
15373         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
15374         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
15375         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
15376         * config/arm/types.md (fccmps): Add new insn type.
15377         (fccmpd): Likewise.
15379 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15381         * alias.c (get_alias_set): Fix a typo in comment.
15383 2016-02-15  Richard Biener  <rguenther@suse.de>
15385         PR tree-optimization/69595
15386         * match.pd: Complete range test simplification to true.
15388 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
15390         PR rtl-optimization/69648
15391         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
15392         pic_offset_table_rtx.
15394         PR rtl-optimization/69752
15395         * ira.c (update_equiv_regs): When looking for more than a single SET,
15396         also take other side effects into account.
15398 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
15400         * config/s390/s390.c (s390_function_profiler): Add a new sequence
15401         for z900+ CPUs in 31-bit mode.
15403 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
15405         * common/config/s390/s390-common.c (s390_supports_split_stack):
15406         New function.
15407         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
15408         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
15409         * config/s390/s390.c (struct machine_function): New field
15410         split_stack_varargs_pointer.
15411         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
15412         in s390_emit_prologue.
15413         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
15414         vararg pointer.
15415         (morestack_ref): New global.
15416         (SPLIT_STACK_AVAILABLE): New macro.
15417         (s390_expand_split_stack_prologue): New function.
15418         (s390_live_on_entry): New function.
15419         (s390_va_start): Use split-stack vararg pointer if appropriate.
15420         (s390_asm_file_end): Emit the split-stack note sections.
15421         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
15422         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
15423         (UNSPECV_SPLIT_STACK_CALL): New unspec.
15424         (UNSPECV_SPLIT_STACK_DATA): New unspec.
15425         (split_stack_prologue): New expand.
15426         (split_stack_space_check): New expand.
15427         (split_stack_data): New insn.
15428         (split_stack_call): New expand.
15429         (split_stack_call_*): New insn.
15430         (split_stack_cond_call): New expand.
15431         (split_stack_cond_call_*): New insn.
15433 2016-02-15  Richard Biener  <rguenther@suse.de>
15435         PR tree-optimization/69783
15436         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
15437         Add trivially correct cases.
15439 2016-02-15  Tom de Vries  <tom@codesourcery.com>
15441         PR lto/69655
15442         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
15443         do_force_output.
15444         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
15446 2016-02-15  Richard Biener  <rguenther@suse.de>
15448         PR tree-optimization/69776
15449         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
15450         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
15451         indicate whether we can use TBAA to disambiguate against stores.
15452         Use alias-set zero if not.
15453         (visit_reference_op_store): Do not use TBAA when looking up
15454         redundant stores.
15455         * tree-ssa-pre.c (compute_avail): Use TBAA here.
15456         (eliminate_dom_walker::before_dom_children): But not when looking
15457         up redundant stores.
15459 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
15461         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
15463 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
15465         *  config/i386/znver1.md
15466         (znver1_pop, znver1_pop_mem,
15467         znver1_load_imov_double_store,
15468         znver1_load_imov_direct_store,
15469         znver1_load_imov_direct_load,
15470         znver1_load_imov_double_load): Add new.
15471         (znver1_insn, znver1_insn_load): Add icmov type.
15472         (znver1_sseavx_fma,
15473         znver1_sseavx_fma_load,
15474         znver1_avx256_fma,
15475         znver1_avx256_fma_load): Fix pipe usage.
15477 2016-02-14  Alan Modra  <amodra@gmail.com>
15479         PR target/68973
15480         * reloads.c (find_reloads_address_1): For pre/post-inc/dec
15481         with an invalid hard reg, reload just the reg not the entire
15482         pre/post-inc/dec address expression.
15484 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
15486         PR target/67260
15487         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
15488         fixed R1_REG scratch reg.
15489         (sibcall_value_pcrel_fdpic): Likewise.
15491 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
15493         PR target/67636
15494         PR target/64345
15495         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
15497 2016-02-12  Walter Lee  <walt@tilera.com>
15499         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
15500         * config/tilegx/t-tilegx: Likewise.
15502 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
15504         PR other/69554
15505         * diagnostic-show-locus.c (struct line_span): New struct.
15506         (layout::get_first_line): Delete.
15507         (layout::get_last_line): Delete.
15508         (layout::get_num_line_spans): New member function.
15509         (layout::get_line_span): Likewise.
15510         (layout::print_heading_for_line_span_index_p): Likewise.
15511         (layout::get_expanded_location): Likewise.
15512         (layout::calculate_line_spans): Likewise.
15513         (layout::m_first_line): Delete.
15514         (layout::m_last_line): Delete.
15515         (layout::m_line_spans): New field.
15516         (layout::layout): Update comment.  Replace m_first_line and
15517         m_last_line with m_line_spans, replacing their initialization
15518         with a call to calculate_line_spans.
15519         (diagnostic_show_locus): When printing source lines and
15520         annotations, rather than looping over a single span
15521         of lines, instead loop over each line_span within
15522         the layout, with an inner loop over the lines within them.
15523         Call the context's start_span callback when changing line spans.
15524         * diagnostic.c (diagnostic_initialize): Initialize start_span.
15525         (diagnostic_build_prefix): Break out the building of the location
15526         part of the string into...
15527         (diagnostic_get_location_text): ...this new function, rewriting
15528         it from nested ternary expressions to a sequence of "if"
15529         statements.
15530         (default_diagnostic_start_span_fn): New function.
15531         * diagnostic.h (diagnostic_start_span_fn): New typedef.
15532         (diagnostic_context::start_span): New field.
15533         (default_diagnostic_start_span_fn): New prototype.
15535 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
15537         PR driver/69779
15538         * gcc.c (driver::finalize): Fix cleanup of "specs".
15540 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
15542         PR driver/69265
15543         PR driver/69453
15544         * gcc.c (driver::driver): Initialize m_option_suggestions.
15545         (driver::~driver): Clean up m_option_suggestions.
15546         (suggest_option): Convert to...
15547         (driver::suggest_option): ...this, and split out into
15548         driver::build_option_suggestions and find_closest_string.
15549         (driver::build_option_suggestions): New function, from
15550         first half of suggest_option.  Special-case
15551         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
15552         the sanitizer_opts array.  For options of enum types, add the
15553         various enum values to the candidate strings.
15554         (driver::handle_unrecognized_options): Remove "const".
15555         * gcc.h (driver::handle_unrecognized_options): Likewise.
15556         (driver::build_option_suggestions): New decl.
15557         (driver::suggest_option): New decl.
15558         (driver::m_option_suggestions): New field.
15559         * opts-common.c (add_misspelling_candidates): New function.
15560         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
15561         and make non-static.
15562         * opts.h (sanitizer_opts): New array decl.
15563         (add_misspelling_candidates): New function decl.
15564         * spellcheck.c (find_closest_string): New function.
15565         * spellcheck.h (find_closest_string): New function decl.
15567 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
15569         PR rtl-optimization/69764
15570         PR rtl-optimization/69771
15571         * optabs.c (expand_binop_directly): For shift_optab_p, force
15572         convert_modes with VOIDmode if xop1 has VOIDmode.
15574 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
15576         PR target/69729
15577         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
15578         to correctly determine instrumentation thunks.
15580 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
15582         PR ipa/69241
15583         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
15584         type by reference, force lhs on the call.
15586         PR ipa/68672
15587         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
15588         Compute retval and retbnd early in all cases if split_part_return_p
15589         and return_bb is not EXIT.  Remove all clobber stmts and reset
15590         all debug stmts that refer to SSA_NAMEs defined in split part,
15591         except if it is retval, in that case replace the old retval with the
15592         lhs of the call to the split part.
15594 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
15596         revert:
15597         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
15599         PR middle-end/66726
15600         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
15601         whose result is used in PHI.
15602         (maybe_optimize_range_tests): Likewise.
15603         (final_range_test_p): Likweise.
15605 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
15607         PR middle-end/66726
15608         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
15609         whose result is used in PHI.
15610         (maybe_optimize_range_tests): Likewise.
15611         (final_range_test_p): Likweise.
15613 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
15615         * cgraph.c: Spelling fixes - behaviour -> behavior and
15616         neighbour -> neighbor.
15617         * target.def: Likewise.
15618         * sel-sched.c: Likewise.
15619         * config/mips/mips.c: Likewise.
15620         * config/arc/arc.md: Likewise.
15621         * config/arm/cortex-a57.md: Likewise.
15622         * config/arm/arm.c: Likewise.
15623         * config/arm/neon.md: Likewise.
15624         * config/arm/arm-c.c: Likewise.
15625         * config/vms/vms-c.c: Likewise.
15626         * config/s390/s390.c: Likewise.
15627         * config/i386/znver1.md: Likewise.
15628         * config/i386/i386.c: Likewise.
15629         * config/ia64/hpux-unix2003.h: Likewise.
15630         * config/msp430/msp430.md: Likewise.
15631         * config/rx/rx.c: Likewise.
15632         * config/rx/rx.md: Likewise.
15633         * config/aarch64/aarch64-simd.md: Likewise.
15634         * config/aarch64/aarch64.c: Likewise.
15635         * config/nvptx/nvptx.c: Likewise.
15636         * config/bfin/bfin.c: Likewise.
15637         * config/cris/cris.opt: Likewise.
15638         * config/rs6000/rs6000.c: Likewise.
15639         * target.h: Likewise.
15640         * spellcheck.c: Likewise.
15641         * ira-build.c: Likewise.
15642         * tree-inline.c: Likewise.
15643         * builtins.c: Likewise.
15644         * lra-constraints.c: Likewise.
15645         * explow.c: Likewise.
15646         * hwint.h: Likewise.
15647         * targhooks.c: Likewise.
15648         * tree-vect-data-refs.c: Likewise.
15649         * expr.c: Likewise.
15650         * doc/tm.texi: Likewise.
15651         * doc/extend.texi: Likewise.
15652         * doc/install.texi: Likewise.
15653         * doc/md.texi: Likewise.
15654         * tree-ssa-tail-merge.c: Likewise.
15655         * sched-int.h: Likewise.
15656         * match.pd: Likewise.
15657         * sched-ebb.c: Likewise.
15658         * target.def (omit_struct_return_reg): Likewise.
15659         * gimple-ssa-isolate-paths.c: Likewise.
15660         (find_implicit_erroneous_behaviour): Renamed to...
15661         (find_implicit_erroneous_behavior): ... this.
15662         (find_explicit_erroneous_behaviour): Renamed to...
15663         (find_explicit_erroneous_behavior): ... this.
15664         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
15666 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
15668         PR rtl-optimization/64682
15669         PR rtl-optimization/69567
15670         PR rtl-optimization/69737
15671         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
15672         in I2 as well, just lose it.
15674 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15676         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
15677         New variable.
15678         (aarch64_last_printed_tune_string): Likewise.
15679         (aarch64_declare_function_name): Only output .arch assembler
15680         directive if it will be different from the previously output
15681         directive.  Same for .tune comment but only if -dA is set.
15682         (aarch64_start_file): New function.
15683         (TARGET_ASM_FILE_START): Define.
15685 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
15687         PR plugins/69758
15688         * Makefile.in (PLUGIN_HEADERS): Add params.list.
15690 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
15692         PR target/65313
15693         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
15694         -Wmaybe-uninitialized warning.
15696 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
15698         PR target/69713
15699         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
15701 2016-02-11  Richard Biener  <rguenther@suse.de>
15703         PR rtl-optimization/69291
15704         * ifcvt.c (noce_try_store_flag_constants): Do not allow
15705         subexpressions affected by changing the result.
15707 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
15709         PR target/69148
15710         * lra-constraints.c (curr_insn_transform): Find in/out operands
15711         for secondary memory moves.  Update dups.
15713 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
15715         PR tree-optimization/69652
15716         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
15717         to nested loop, did source re-formatting, skip debug statements,
15718         add check on statement with volatile operand, remove dead scalar
15719         statements.
15721 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
15722             Patrick Palka  <ppalka@gcc.gnu.org>
15724         PR ipa/69241
15725         PR c++/69649
15726         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
15727         calls if the return type is TREE_ADDRESSABLE.
15728         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
15729         * ipa-split.c (split_function): Fix doubled "we" in comment.
15730         Use void return type for the split part even if
15731         !split_point->split_part_set_retval.
15733 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
15735         PR tree-optimization/68021
15736         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
15737         when computing the value of biv cand by itself.
15739 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
15741         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
15742         (cortexa57_tunings): Likewise.
15743         (cortexa72_tunings): Likewise.
15744         (arch_macro_fusion_pair_p): Add support for AES fusion.
15745         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
15746         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
15747         Allow virtual registers before reload so early scheduling works.
15748         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
15749         correct latency and pipeline.
15750         (cortex_a57_crypto_complex): Likewise.
15751         (cortex_a57_crypto_xor): Likewise.
15752         (define_bypass): Add AES bypass.
15754 2016-02-10  Richard Biener  <rguenther@suse.de>
15756         PR tree-optimization/69726
15757         * passes.def: Add DCE pass before late uninit.
15758         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
15759         really fixup if-conversions job.
15761 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
15763         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
15764         (arm_cortex_a57_tune): Likewise.
15765         (aarch_macro_fusion_pair_p): Add support for AES fusion.
15766         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
15768 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
15770         * timevar.def (TV_PHASE_DBGINFO): Delete.
15771         (TV_PHASE_CHECK_DBGINFO): Likewise.
15772         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
15774 2016-02-10  Richard Biener  <rguenther@suse.de>
15776         PR tree-optimization/69719
15777         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
15778         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
15780 2016-02-09  Andrew Pinski  <apinski@cavium.com>
15782         PR tree-opt/69282
15783         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
15784         get_vcond_mask_icode returns false.
15786 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
15788         PR target/68404
15789         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
15790         an ADDIS that adds a pointer to a large constant that sets the
15791         upper16 bits with a load operation.
15793 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
15795         PR target/68532
15796         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
15797         order.
15798         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
15799         endian.
15800         (vzipq_s16): Likewise.
15801         (vzipq_s32): Likewise.
15802         (vzipq_f32): Likewise.
15803         (vzipq_u8): Likewise.
15804         (vzipq_u16): Likewise.
15805         (vzipq_u32): Likewise.
15806         (vzipq_p8): Likewise.
15807         (vzipq_p16): Likewise.
15809 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
15811         PR target/68532
15812         * config/arm/arm.c (neon_endian_lane_map): New function.
15813         (neon_vector_pair_endian_lane_map): New function.
15814         (arm_evpc_neon_vuzp): Allow for big endian lane order.
15815         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
15816         endian.
15817         (vuzpq_s16): Likewise.
15818         (vuzpq_s32): Likewise.
15819         (vuzpq_f32): Likewise.
15820         (vuzpq_u8): Likewise.
15821         (vuzpq_u16): Likewise.
15822         (vuzpq_u32): Likewise.
15823         (vuzpq_p8): Likewise.
15824         (vuzpq_p16): Likewise.
15826 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
15828         PR target/69634
15829         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
15830         debug insns.
15832 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
15834         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
15835         truncate const_int operand 1 to QImode.
15837 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
15839         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
15840         corresponding to an abnormal edge.
15842 2016-02-09  Tom de Vries  <tom@codesourcery.com>
15844         PR tree-optimization/69599
15845         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
15846         function.
15847         (find_func_aliases_for_builtin_call, find_func_clobbers)
15848         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
15849         partition.
15851 2016-02-09  Richard Biener  <rguenther@suse.de>
15853         PR tree-optimization/69715
15854         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
15855         LHS on calls as non-rewritable.
15857 2016-02-09  Tom de Vries  <tom@codesourcery.com>
15859         PR lto/69707
15860         * lto-wrapper.c (append_diag_options): New function.
15861         (compile_offload_image): Call append_diag_options.
15863 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
15865         PR other/69722
15866         * doc/extend.texi (Flag Output Operands): Correct sectioning.
15867         Minor copy-edit to fix verb tenses.
15869 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
15871         PR tree-optimization/69209
15872         * ipa-split.c (split_function): If split part is not
15873         returning retval, retval has gimple type but is not
15874         gimple value, force it into a SSA_NAME first.
15876 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
15878         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
15879         outdated section.
15881 2016-02-08  Jason Merrill  <jason@redhat.com>
15883         PR c++/69631
15884         * convert.c (convert_to_integer_1): Check dofold on truncation
15885         distribution.
15886         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
15887         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
15888         Rename from *_nofold.
15889         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
15890         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
15892 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
15894         PR target/60410
15895         * tree.c (build_common_tree_nodes): Remove short_double argument.
15896         All callers changed.
15897         * tree.h (build_common_tree_nodes): Adjust declaration.
15898         * doc/invoke.texi (-fshort-double): Remove documentation.
15899         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
15900         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
15901         * lto-wrapper.c (merge_and_complain, append_compiler_options)
15902         (append_linker_options): Don't handle OPT_fshort_double.
15904         PR rtl-optimization/68730
15905         * lra-remat.c (insn_to_cand_activation): New static variable.
15906         (lra_remat): Allocate and free it.
15907         (create_cand): New arg activation. Initialize a field in
15908         insn_to_cand_activation if it is nonnull.
15909         (create_cands): Pass the activation insn to create_cand when making
15910         a candidate involving an output reload.  Reorganize code a little.
15911         (do_remat): Keep track of active status of candidates in a separate
15912         bitmap.
15914 2016-02-08  Richard Biener  <rguenther@suse.de>
15916         PR tree-optimization/69719
15917         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
15918         Properly use absolute of the difference of the two offsets to
15919         compare or adjust the segment length.
15921 2016-02-08  Richard Biener  <rguenther@suse.de>
15922             Jeff Law  <law@redhat.com>
15924         PR target/68273
15925         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
15926         types for anonymous SSA names.
15928 2016-02-08   Richard Biener  <rguenther@suse.de>
15930         PR rtl-optimization/69274
15931         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
15933 2016-02-08  Jeff Law  <law@redhat.com>
15935         PR tree-optimization/65917
15936         * tree-ssa-dom.c (record_temporary_equivalences): Record both
15937         equivalences from if (x == y) style conditionals.
15938         (loop_depth_of_name): Remove.
15939         (record_equality): Remove loop depth check.
15940         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
15941         (const_and_copies::record_const_or_copy_raw): New member function.
15942         * tree-ssa-scopedtables.c
15943         (const_and_copies::record_const_or_copy_raw): New, factored out of
15944         (const_and_copies::record_const_or_copy): Call new member function.
15946 2016-02-05  Jeff Law  <law@redhat.com>
15948         PR tree-optimization/68541
15949         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
15950         (count_stmts_in_block): New function.
15951         (poor_ifcvt_candidate_code): Likewise.
15952         (is_feasible_trace): Add some heuristics to determine when path
15953         splitting is profitable.
15954         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
15955         is a diamond with a single exit.
15957 2016-02-05  Martin Sebor  <msebor@redhat.com>
15959         PR c++/69662
15960         * doc/invoke.texi: Update -Wplacement-new to take an optional
15961         argument.
15963 2016-02-06  Richard Henderson  <rth@redhat.com>
15965         PR c/69643
15966         * tree.c (tree_nop_conversion_p): Do not strip casts into or
15967         out of non-standard address spaces.
15969 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
15971         PR rtl-optimization/69691
15972         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
15974 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
15976         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
15977         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
15978         (*ieee128_mfvsrd_64bit): Likewise.
15979         (*ieee128_mfvsrd_32bit): Likewise.
15981 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
15983         PR target/69369
15984         Revert r232560:
15985         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15987         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
15988         instrumented_version.
15990 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
15992         * doc/invoke.texi (Optimize Options): In table of --param options
15993         rename second occurrence of tracer-min-branch-ratio to
15994         tracer-min-branch-probability, rename
15995         tracer-min-branch-ratio-feedback to
15996         tracer-min-branch-probability-feedback and clarify description,
15997         rename sched-spec-state-edge-prob-cutoff to
15998         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
15999         to selsched-insns-to-rename, rename lto-minpartition to
16000         lto-min-partition, delete reorder-blocks-duplicate and
16001         reorder-blocks-duplicate-feedback.
16003 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16005         * config/s390/s390.c (s390_register_info_set_ranges): Remove
16006         superfluous loops.
16008 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16010         * doc/extend.texi: S/390: Correct some typos.
16012 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16014         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
16016 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16018         PR target/69625
16019         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
16020         (s390_register_info_gprtofpr): Use new macros above.
16021         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
16022         its name.
16023         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
16024         its name.  Adjust restore and save gpr ranges.
16025         (s390_register_info_set_ranges): New function.
16026         (s390_register_info): Use new macros above.  Call
16027         s390_register_info_set_ranges.
16028         (s390_optimize_register_info): Likewise.
16029         (s390_hard_regno_rename_ok): Use new macros.
16030         (s390_hard_regno_scratch_ok): Likewise.
16031         (s390_emit_epilogue): Likewise.
16032         (s390_can_use_return_insn): Likewise.
16033         (s390_optimize_prologue): Likewise.
16034         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
16036 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
16038         PR bootstrap/69677
16039         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
16040         alignment fixes.
16041         (ix86_option_override_internal): Disable TARGET_STV even for
16042         -m{incoming,preferred}-stack-boundary=3.
16044 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16046         * config.gcc: Mark deprecated rtems targets as obsolete.
16048 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
16050         PR rtl-optimization/64682
16051         PR rtl-optimization/69567
16052         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
16053         before I2 only if the register is both used and set in I2.
16055 2016-02-04  DJ Delorie  <dj@redhat.com>
16057         * config/msp430/msp430.c (msp430_start_function): Add function type.
16059 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
16061         PR fortran/69368
16062         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
16064 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
16066         PR rtl-optimization/69577
16067         Revert:
16068         2015-10-29  Richard Henderson  <rth@redhat.com>
16070         PR target/68124
16071         PR rtl-opt/67609
16072         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
16073         sse check to the exact conditions of PR 67609.
16075 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
16077         PR target/69667
16078         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
16079         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
16080         not allowed into the traditional Altivec registers.
16081         (movtd_64bit_nodm): Likewise.
16082         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
16084 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
16086         * config/aarch64/cortex-a57-fma-steering.c
16087         (aarch64_register_fma_steering): Remove "static" from arguments
16088         to register_pass.
16090 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
16092         PR target/69619
16093         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
16094         twice when complex.
16096 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
16098         * doc/invoke.texi: Delete -mno-fma4.
16100 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
16102         PR rtl-optimization/69577
16103         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
16104         (find_subregs_of_mode): Update accordingly.  Iterate over partial
16105         definitions.
16107 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
16109         * config/arm/arm-protos.h (neon_reinterpret): Remove.
16110         * config/arm/arm.c (neon_reinterpret): Remove.
16111         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
16112         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
16113         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
16114         vreinterpretti): Remove.
16115         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
16116         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
16117         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
16118         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
16119         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
16120         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
16121         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
16122         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
16123         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
16124         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
16125         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
16126         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
16127         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
16128         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
16129         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
16130         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
16131         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
16132         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
16133         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
16134         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
16135         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
16136         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
16137         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
16138         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
16139         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
16140         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
16141         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
16142         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
16143         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
16144         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
16145         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
16146         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
16147         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
16148         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
16149         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
16150         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
16151         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
16152         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
16153         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
16154         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
16155         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
16156         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
16157         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
16158         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
16159         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
16160         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
16161         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
16162         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
16163         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
16164         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
16165         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
16166         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
16167         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
16168         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
16169         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
16170         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
16171         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
16172         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
16173         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
16174         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
16175         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
16176         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
16177         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
16178         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
16179         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
16180         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
16181         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
16182         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
16183         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
16184         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
16185         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
16186         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
16187         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
16188         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
16189         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
16190         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
16191         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
16192         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
16193         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
16194         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
16195         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
16196         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
16197         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
16198         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
16199         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
16200         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
16201         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
16202         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
16203         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
16204         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
16205         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
16206         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
16207         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
16208         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
16209         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
16210         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
16211         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
16212         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
16213         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
16214         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
16215         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
16216         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
16217         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
16219 2016-02-04  Martin Liska  <mliska@suse.cz>
16221         PR sanitizer/69276
16222         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
16223         that are gimple_store_p.
16224         (maybe_instrument_call): Likewise.
16226 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
16228         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
16229         register scaling out of memory reference and comment why.
16231 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16233         PR target/65932
16234         PR target/67714
16235         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
16236         folding the source of a SET.
16238 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16240         PR target/65932
16241         PR target/67714
16242         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
16243         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
16245 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
16247         PR target/65932
16248         PR target/67714
16249         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
16250         HImode.
16252 2016-02-04  Christian Bruel  <christian.bruel@st.com>
16254         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
16255         * config/arm/arm.c (arm_set_current_function): Likewise.
16257 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
16258             Ilya Enkovich  <enkovich.gnu@gmail.com>
16259             H.J. Lu  <hongjiu.lu@intel.com>
16261         PR target/69454
16262         * config/i386/i386.c (convert_scalars_to_vector): Remove
16263         stack alignment fixes.
16264         (ix86_option_override_internal): Disable TARGET_STV if stack
16265         might not be aligned enough.
16266         (ix86_minimum_alignment): Assert that TARGET_STV is false.
16268 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
16270         * config/i386/x86-tune.def: Disable default prefetching
16271         for -march=znver1.
16273 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
16274             Vladimir Makarov  <vmakarov@redhat.com>
16276         PR target/69461
16277         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
16278         in validating fused toc addresses.
16280 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
16282         PR c/69627
16283         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
16284         range->m_caret fields if range->m_show_caret_p is false.
16286         PR target/69644
16287         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
16288         Force oldval into register if it does not satisfy reg_or_short_operand
16289         predicate.  Fix up formatting.
16291 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
16292             Alexandre Oliva  <aoliva@redhat.com>
16294         PR target/69461
16295         * lra-constraints.c (simplify_operand_subreg): Check additionally
16296         address validity after potential reloading.
16297         (process_address_1): Check insns validity.  In case of failure do
16298         nothing.
16300 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
16302         PR target/69118
16303         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
16304         Fix target.
16306 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
16308         * wide-int.cc (canonize_uhwi): New function.
16309         (wi::divmod_internal): Use it.
16311 2016-02-02  James Norris  <jnorris@codesourcery.com
16313         * gimplify.c (omp_notice_variable): Add usage check.
16315 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
16317         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
16318         like LE, GE, LT, GT when emitting relational operator.
16320 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
16322         * ira-costs.c (find_costs_and_classes): Add extra argument.
16323         * target.def (ira_change_pseudo_allocno_class): Add parameter.
16324         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
16325         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
16326         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
16327         Add best_class parameter, and return it if not ALL_REGS.
16328         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
16329         Add parameter.
16330         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
16331         Update target hook.
16333 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
16335         * config/aarch64/aarch64.c
16336         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
16337         (aarch64_ira_change_pseudo_allocno_class): New function.
16339 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
16341         PR target/67032
16342         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
16344 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
16346         * config/avr/avr.c (avr_option_override): Set
16347         PARAM_ALLOW_STORE_DATA_RACES to 1.
16349 2016-02-02  Richard Biener  <rguenther@suse.de>
16351         PR tree-optimization/69595
16352         * match.pd: Add range test simplifications to true/false.
16354 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
16356         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
16357         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
16358         instead.
16360 2016-02-02  Richard Biener  <rguenther@suse.de>
16362         PR tree-optimization/69606
16363         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
16364         info on the result before moving a stmt.
16366 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
16368         PR middle-end/68542
16369         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
16370         branch with vector comparison.
16371         * config/i386/sse.md (VI48_AVX): New mode iterator.
16372         (define_expand "cbranch<mode>4): Add support for conditional branch
16373         with vector comparison.
16374         * tree-vect-loop.c (optimize_mask_stores): New function.
16375         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
16376         has_mask_store field of vect_info.
16377         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
16378         vectorized loops having masked stores after vec_info destroy.
16379         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
16380         correspondent macros.
16381         (optimize_mask_stores): Add prototype.
16383 2016-02-02  Alan Modra  <amodra@gmail.com>
16385         PR target/69548
16386         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
16387         allow subregs.
16389 2016-02-02  Alan Modra  <amodra@gmail.com>
16391         PR target/68662
16392         * config/rs6000/rs6000.c (need_toc_init): New var, set it
16393         whenever toc_label_name used.
16394         (rs6000_file_start): Don't set up toc section here,
16395         (rs6000_output_function_epilogue): do so here instead,
16396         (rs6000_xcoff_file_start): and here.
16397         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
16398         (load_toc_aix_di): Likewise.
16400 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
16402         PR rtl-optimization/69592
16403         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
16404         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
16405         (num_sign_bit_copies_binary_arith_p): New inline function.
16406         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
16408 2016-02-01  Jeff Law  <law@redhat.com>
16410         PR tree-optimization/69580
16411         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
16412         * tree-ssa-threadbackward.c
16413         (fsm_find_control_statement_thread_paths): Do not try to walk
16414         through large PHI nodes.
16416 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
16418         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
16419         when count is incremented above limit, don't analyze further
16420         insns afterwards.
16422         * omp-low.c (oacc_parse_default_dims): Avoid
16423         -Wsign-compare warning, make sure value fits into int
16424         rather than just unsigned int.
16426 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
16428         PR tree-optimization/67921
16429         * fold-const.c (split_tree): New parameters.  Convert pointer
16430         type variable part to proper type before negating.
16431         (fold_binary_loc): Pass new arguments to split_tree.
16433 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
16435         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
16436         (nvptx_goacc_validate_dims): Extend to handle global defaults.
16437         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
16438         * doc/tm.texti: Rebuilt.
16439         * doc/invoke.texi (fopenacc-dim): Document.
16440         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
16441         (append_compiler_options): Likewise.
16442         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
16443         (oacc_parse_default_dims): New.
16444         (oacc_validate_dims): Add USED arg.  Select non-unity default when
16445         possible.
16446         (oacc_loop_fixed_partitions): Return mask of used partitions.
16447         (oacc_loop_auto_partitions): Emit dump info.
16448         (oacc_loop_partition): Return mask of used partitions.
16449         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
16450         loop partitioning and validation calls.
16452 2016-02-01  Richard Biener  <rguenther@suse.de>
16454         PR middle-end/69556
16455         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
16457 2016-02-01  Richard Biener  <rguenther@suse.de>
16459         PR tree-optimization/69574
16460         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
16461         of asserting return chrec_dont_know.
16463 2016-02-01  Martin Liska  <mliska@suse.cz>
16465         * mem-stats-traits.h: Add copyright header.
16466         * mem-stats.h: Likewise.
16468 2016-02-01  Richard Biener  <rguenther@suse.de>
16470         PR tree-optimization/69579
16471         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
16472         Do not propagate through abnormal PHI results.
16474 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
16476         * postreload.c (reload_cse_simplify): Remove dead code.
16478 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
16480         PR rtl-optimization/69570
16481         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
16482         if there is more than one set, not if there is a single set.
16484 2016-02-01  Richard Henderson  <rth@redhat.com>
16486         PR rtl-opt/69535
16487         * combine.c (make_compound_operation): When looking through a
16488         subreg, make sure to re-extend to the width of the outer mode.
16490 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
16492         PR tree-optimization/69546
16493         * wide-int.cc (wi::divmod_internal): For unsigned division
16494         where both operands fit into uhwi, if o1 is 1 and o0 has
16495         msb set, if divident_prec is larger than bits per hwi,
16496         clear another quotient word and return 2 instead of 1.
16497         Similarly for remainder with msb in HWI set, if dividend_prec
16498         is larger than bits per hwi.
16500 2016-01-29  Martin Jambor  <mjambor@suse.cz>
16502         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
16503         Use short lowercase names.
16504         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
16505         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
16506         acq_rel one.  Protect warning agains segfaults if
16507         get_memory_order_name returns NULL.
16508         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
16509         with release semantics.  Do not warn if get_memory_order already did.
16510         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
16511         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
16512         if get_memory_order already did.
16514 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
16516         * doc/install.texi: Document that isl-0.16 is supported.
16518 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
16520         PR target/69299
16521         * config/i386/constraints.md (Bm): Describe as special memory
16522         constraint.
16523         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
16524         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
16525         * genpreds.c (struct constraint_data): Add is_special_memory.
16526         (have_special_memory_constraints, special_memory_start): New
16527         static vars.
16528         (special_memory_end): Ditto.
16529         (add_constraint): Add new arg is_special_memory.  Add code to
16530         process its true value.  Update have_special_memory_constraints.
16531         (process_define_constraint): Pass the new arg.
16532         (process_define_register_constraint): Ditto.
16533         (choose_enum_order): Process special memory.
16534         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
16535         function insn_extra_special_memory_constraint.
16536         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
16537         * gensupport.c (process_rtx): Process
16538         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
16539         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
16540         * ira-lives.c (single_reg_class): Use
16541         insn_extra_special_memory_constraint.
16542         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
16543         * lra-constraints.c (process_alt_operands): Ditto.
16544         (curr_insn_transform): Use insn_extra_special_memory_constraint.
16545         * recog.c (asm_operand_ok, preprocess_constraints): Process
16546         CT_SPECIAL_MEMORY.
16547         * reload.c (find_reloads): Ditto.
16548         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
16549         * stmt.c (parse_input_constraint): Use
16550         insn_extra_special_memory_constraint.
16552 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16554         PR target/69530
16555         * lra-splill.c (lra_final_code_change): Revert r229087 by
16556         removing all sub-registers.
16558 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
16560         PR target/65604
16561         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
16563 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
16565         PR target/69551
16566         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
16567         SSE1, copy target into the temporary reg first before recursing
16568         on it.
16570 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16572         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
16573         with vm.
16575 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
16577         * ginclude/stdarg.h: Test __cplusplus instead of
16578         __GXX_EXPERIMENTAL_CXX0X__.
16580 2016-01-29  Richard Biener  <rguenther@suse.de>
16582         PR tree-optimization/69547
16583         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
16584         Do not mark clobbers necessary.
16585         (mark_all_reaching_defs_necessary_1): Likewise.
16587 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16589         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
16590         declaration name with %qs and print it in both error messages.
16591         Also fix indentation.
16593 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16595         PR other/69006
16596         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
16597         trailing blank line from error message.
16599 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
16601         PR c++/69462
16602         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
16603         for C++-11.
16605 2016-01-29  Richard Biener  <rguenther@suse.de>
16607         PR middle-end/69537
16608         * match.pd: Allow all integral types when simplifying a
16609         widening or sign-changing conversion.
16611 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
16613         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
16614         back to setting codegen_error to fail codegen.
16616 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
16618         PR target/69459
16619         * config/i386/constraints.md (C): Only accept constant zero operand.
16620         (BC): New constraint.
16621         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
16622         instead of C constraint.
16623         * doc/md.texi (Machine Constraints): Update description
16624         of C constraint.
16626 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
16628         PR target/68400
16629         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
16631 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
16633         PR middle-end/69542
16634         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
16635         non-debug insns.
16637 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
16639         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
16640         branches if using guessed profile.
16642 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
16644         * graphite-optimize-isl.c (optimize_isl): Fix dump.
16646 2016-01-28  Richard Henderson  <rth@redhat.com>
16648         PR target/69305
16649         * config/aarch64/aarch64-modes.def (CC_Cmode): New
16650         * config/aarch64/aarch64-protos.h: Update.
16651         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
16652         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
16653         (aarch64_get_condition_code_1): Handle CC_Cmode.
16654         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
16655         (*add<mode>3_compareC_cconly_imm): New.
16656         (*add<mode>3_compareC_cconly): New.
16657         (*add<mode>3_compareC_imm): New.
16658         (add<mode>3_compareC): New.
16659         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
16660         to be first.  Use aarch64_carry_operation.
16661         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
16662         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
16663         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
16664         (subti3): Use subdi3_compare1.
16665         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
16666         (sub<mode>3_compare1): New.
16667         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
16668         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
16669         (*subsi3_carryin_uxtw): Likewise.
16670         (*ngc<mode>, *ngcsi_uxtw): Likewise.
16671         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
16672         * config/aarch64/iterators.md (DWI): New.
16673         * config/aarch64/predicates.md (aarch64_carry_operation): New.
16674         (aarch64_borrow_operation): New.
16676 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
16678         * graphite-optimize-isl.c (optimize_isl): Print a different debug
16679         message when isl does not return a valid schedule.
16681 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
16683         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
16684         Remove comments from class declarations: they are already in the code
16685         close by the defs.
16687 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
16689         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
16690         codegen_error_p.
16691         (ternary_op_to_tree): Same.
16692         (unary_op_to_tree): Same.
16693         (nary_op_to_tree): Same.
16694         (gcc_expression_from_isl_expr_op): Same.
16695         (gcc_expression_from_isl_expression): Same.
16696         (graphite_create_new_loop): Same.
16697         (graphite_create_new_loop_guard): Same.
16698         (build_iv_mapping): Same.
16699         (graphite_create_new_guard): Same.
16700         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
16701         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
16703 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
16705         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
16706         instead of setting codegen_error to fail codegen.
16708 2016-01-28  Jason Merrill  <jason@redhat.com>
16710         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
16712 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
16714         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
16715         Remove CONST_INT_P check in CCMP cost calculation.
16717 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
16719         * config/aarch64/aarch64.c (generic_vector_cost):
16720         Set vec_permute_cost.
16721         (cortexa57_vector_cost): Likewise.
16722         (exynosm1_vector_cost): Likewise.
16723         (xgene1_vector_cost): Likewise.
16724         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
16725         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
16726         Add vec_permute_cost entry.
16728 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
16730         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
16731         immediate as %1.
16732         (add<mode>3_compare0): Likewise.
16733         (addsi3_compare0_uxtw): Likewise.
16734         (add<mode>3nr_compare0): Likewise.
16735         (compare_neg<mode>): Likewise.
16736         (<optab><mode>3): Likewise.
16738 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
16740         * tree-vect-stmts.c (vectorizable_comparison): Add
16741         NULL check for vectype.
16743 2016-01-28  Richard Biener  <rguenther@suse.de>
16745         PR tree-optimization/69466
16746         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
16747         Account for PHIs we couldn't duplicate.
16749 2016-01-28  Martin Liska  <mliska@suse.cz>
16751         PR pch/68758
16752         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
16753         instead of ENABLE_VALGRIND_CHECKING.
16755 2016-01-27  Richard Henderson  <rth@redhat.com>
16757         PR rtl-opt/69447
16758         * lra-remat.c (subreg_regs): New.
16759         (dump_candidates_and_remat_bb_data): Dump it.
16760         (operand_to_remat): Reject if operand in subreg_regs.
16761         (set_bb_regs): Collect subreg_regs.
16762         (lra_remat): Init and free subreg_regs.  Compute
16763         calculate_local_reg_remat_bb_data before create_cands.
16765 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
16767         PR target/68986
16768         * config/i386/i386.c (ix86_update_stack_boundary): Don't
16769         change stack_alignment_needed for __tls_get_addr call.
16771 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
16773         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
16775 2016-01-27  Jeff Law  <law@redhat.com>
16777         PR tree-optimization/68398
16778         PR tree-optimization/69196
16779         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
16780         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
16781         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16782         Only count PHIs in the last block in the path.  The others will
16783         const/copy propagate away.  Add heuristic to allow more irreducible
16784         subloops to be created when it is likely profitable to do so.
16786         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
16787         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
16788         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
16790 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
16792         PR lto/69254
16793         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
16794         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
16795         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
16796         * tree-streamer-in.c: Include asan.h.
16797         (streamer_get_builtin_tree): For builtins in sanitizer
16798         range call initialize_sanitizer_builtins and retry.
16800 2016-01-27  Ian Lance Taylor  <iant@google.com>
16802         * common.opt (fkeep-gc-roots-live): New undocumented option.
16803         * tree-ssa-loop-ivopts.c (add_candidate_1): If
16804         -fkeep-gc-roots-live, skip pointers.
16805         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
16806         NULL.
16808 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
16810         PR target/69512
16811         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
16812         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
16814 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
16816         PR target/68380
16817         * configure.ac: NetBSD provides SSP in its C library.
16818         * configure: Updated.
16820 2016-01-27  Richard Biener  <rguenther@suse.de>
16822         PR tree-optimization/69166
16823         * tree-vect-loop.c (vect_is_simple_reduction): Always check
16824         reduction code for commutativity / associativity.
16826 2016-01-27  Martin Jambor  <mjambor@suse.cz>
16828         PR tree-optimization/69355
16829         * tree-sra.c (analyze_access_subtree): Correct hole detection when
16830         total_scalarization fails.
16832 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
16834         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
16835         power9.
16837 2016-01-27  Christian Bruel  <christian.bruel@st.com>
16839         PR target/69245
16840         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
16841         Move arm_reset_previous_fndecl and set_target_option_current_node in
16842         the conditional part.  Call save_restore_target_globals.
16843         * config/arm/arm.c (arm_set_current_function):
16844         Refactor to better support #pragma target and attribute mix.
16845         Call save_restore_target_globals.
16846         * config/arm/arm-protos.h (save_restore_target_globals): New function.
16848 2016-01-27  Martin Liska  <mliska@suse.cz>
16850         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
16851         reference for an HSA kernel and its host function.
16853 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
16855         PR tree-optimization/69399
16856         * wide-int.h (wi::lrshift): For larger precisions, only
16857         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
16859 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
16861         * config/arc/predicates.md (proper_comparison_operator): Reject
16862         constant-constant comparison.
16864 2016-01-26  Tom de Vries  <tom@codesourcery.com>
16866         PR tree-optimization/69110
16867         * tree-data-ref.c (initialize_data_dependence_relation): Handle
16868         DR_NUM_DIMENSIONS == 0.
16870 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
16871             Sebastian Pop  <s.pop@samsung.com>
16873         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
16874         isl_ast_op_cond and isl_ast_op_select.
16875         (gcc_expression_from_isl_expr_op): Same.
16877 2016-01-26  Jason Merrill  <jason@redhat.com>
16879         PR c++/68782
16880         * tree.c (recompute_constructor_flags): Split out from
16881         build_constructor.
16882         (verify_constructor_flags): New.
16883         * tree.h: Declare them.
16885 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
16887         PR rtl-optimization/69217
16888         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
16889         are no TYPE_FIELDS set for the record type.
16891 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
16893         PR target/68662
16894         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
16895         toc_label_name unconditionally.
16896         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
16897         SYMBOL_REF string.  Use toc_label_name instead of constructing
16898         LCTOC1.
16899         (rs6000_elf_declare_function_name): Use toc_label_name instead of
16900         constructing LCTOC1.
16902 2016-01-26  Martin Sebor  <msebor@redhat.com>
16904         PR other/69477
16905         * doc/extend.texi (Common Type Attributes): Move text that talks about
16906         attribute packed from attribute aligned to the section discussing
16907         the former attribute for clarity.
16909 2016-01-26  Richard Henderson  <rth@redhat.com>
16911         PR middle-end/60908
16912         * trans-mem.c (tm_region_init): Mark entry block as visited.
16914 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
16916         PR other/69006
16917         * diagnostic-show-locus.c (layout::print_source_line): Replace
16918         call to pp_newline with call to layout::print_newline.
16919         (layout::print_annotation_line): Likewise.
16920         (layout::move_to_column): Likewise.
16921         (layout::print_any_fixits): After printing any fixits, print a
16922         trailing newline, if necessary.
16923         (layout::print_newline): New method, resetting any colorization
16924         before a newline.
16925         (diagnostic_show_locus): Move the pp_newline to before the
16926         early bailout.  Remove dummy block enclosing the layout instance.
16927         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
16928         of pp_newline_and_flush with pp_flush.
16929         (diagnostic_append_note): Delete use of pp_newline.
16930         (diagnostic_append_note_at_rich_loc): Delete.
16931         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
16932         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
16933         when newline characters are added to the buffer.
16935 2016-01-26  Michael Matz  <matz@suse.de>
16937         * configure.ac (ac_cv_std_swap_in_utility): New test.
16938         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
16939         * configure: Regenerate.
16940         * config.in: Regenerate.
16942 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
16944         * config/arc/arc.md (cstoresi4): Force operand into register.
16945         (arcset<code>): Fix predicate.
16946         (arcsetltu): Likewise.
16947         (arcsetgeu): Likewise.
16948         (arcsethi): Likewise.
16949         (arcsetls): Likewise.
16951 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
16953         PR tree-optimization/69483
16954         * gimple-fold.c (canonicalize_constructor_val): Return NULL
16955         if base has error_mark_node type.
16957 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
16959         PR target/68620
16960         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
16961         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
16962         New helper macros.
16963         (vget_lane_f16): Handle big-endian.
16964         (vgetq_lane_f16): Likewise.
16965         (vset_lane_f16): Likewise.
16966         (vsetq_lane_f16): Likewise.
16967         * config/arm/iterators.md (VQXMOV): Add V8HF.
16968         (VDQ): Add V4HF and V8HF.
16969         (V_reg): Handle V4HF and V8HF.
16970         (Is_float_mode): Likewise.
16971         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
16972         neon_vdup_nv8hf): New patterns.
16973         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
16974         Use VD_LANE iterator.
16975         (neon_vld1_dup<mode>): Use VQ2 iterator.
16977 2016-01-26  Nathan Sidwell  <nathan@acm.org>
16979         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
16980         (set_oacc_fn_attrib): Add IS_KERNEL arg.
16981         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
16982         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
16983         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
16984         (oacc_validate_dims): Add LEVEL arg, don't return level.
16985         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
16986         oacc_validate_dims.
16987         (execute_oacc_device_lower): Adjust, add more dump output.
16988         * tree-ssa-loop.c (gate_oacc_kernels): Use
16989         oacc_fn_attrib_kernels_p.
16990         * tree-parloops.c (create_parallel_loop): Adjust
16991         set_oacc_fn_attrib call.
16993 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
16995         PR lto/69254
16996         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
16997         (append_compiler_options): Handle -fcilkplus.
16998         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
17000 2016-01-26  Nick Clifton  <nickc@redhat.com>
17002         PR target/66655
17003         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
17004         been marked as DECL_ONE_ONLY but we do not the means to make it
17005         so, then do not allow it to bind locally.
17007 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
17009         PR lto/69254
17010         * opts.h (parse_sanitizer_options): New prototype.
17011         * opts.c (sanitizer_opts): New array.
17012         (parse_sanitizer_options): New function.
17013         (common_handle_option): Use parse_sanitizer_options.
17015 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
17017         PR target/68986
17018         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
17019         alignment adjustment to ...
17020         (ix86_update_stack_boundary): Here.  Don't over-align stack for
17021         __tls_get_addr.
17022         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
17023         if __tls_get_addr is called.
17025 2016-01-26  Christian Bruel  <christian.bruel@st.com>
17027         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
17029 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
17031         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
17033 2016-01-26  Richard Biener  <rguenther@suse.de>
17035         PR middle-end/69467
17036         * match.pd: Guard X * CST CMP 0 pattern with single_use.
17038 2016-01-26  Richard Biener  <rguenther@suse.de>
17040         PR tree-optimization/69452
17041         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
17042         (move_computations_dom_walker::before_dom_children): Rename
17043         to ...
17044         (move_computations_worker): This.
17045         (move_computations): Perform an RPO rather than a DOM walk.
17047 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
17049         PR target/69442
17050         * combine.c (combine_instructions): For REG_EQUAL note with
17051         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
17052         to the underlying register.
17053         * doc/rtl.texi (REG_EQUAL): Document the behavior of
17054         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
17056 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
17058         PR target/67896
17059         * config/aarch64/aarch64-builtins.c
17060         (aarch64_init_simd_builtin_types): Do not set structural
17061         equality to __Poly{8,16,64,128}_t types.
17063 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
17065         PR tree-optimization/69400
17066         * wide-int.cc (wi_pack): Take the precision as argument and
17067         perform canonicalization here rather than in the callers.
17068         Use the main loop to handle all full-width HWIs.  Add a
17069         zero HWI if in_len isn't a full result.
17070         (wi::divmod_internal): Update accordingly.
17071         (wi::mul_internal): Likewise.  Simplify.
17073 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
17074             Sebastian Pop  <s.pop@samsung.com>
17076         * graphite-poly.c (apply_poly_transforms): Simplify.
17077         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
17078         (print_isl_map): Same.
17079         (print_isl_union_map): Same.
17080         (print_isl_schedule): New.
17081         (debug_isl_schedule): New.
17082         * graphite-dependences.c (scop_get_reads): Do not call
17083         isl_union_map_add_map that is undocumented isl functionality.
17084         (scop_get_must_writes): Same.
17085         (scop_get_may_writes): Same.
17086         (scop_get_original_schedule): Remove.
17087         (scop_get_dependences): Do not call isl_union_map_compute_flow that
17088         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
17089         (compute_deps): Remove.
17090         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
17091         (debug_schedule_ast): New.
17092         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
17093         set_separate_option.
17094         (graphite_regenerate_ast_isl): Add dump.
17095         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
17096         from scop->transformed_schedule.
17097         (graphite_regenerate_ast_isl): Add more dump.
17098         * graphite-optimize-isl.c (optimize_isl): Set
17099         scop->transformed_schedule.  Check whether schedules are equal.
17100         (apply_poly_transforms): Move here.
17101         * graphite-poly.c (apply_poly_transforms): ... from here.
17102         (free_poly_bb): Static.
17103         (free_scop): Static.
17104         (pbb_number_of_iterations_at_time): Remove.
17105         (print_isl_ast): New.
17106         (debug_isl_ast): New.
17107         (debug_scop_pbb): New.
17108         * graphite-scop-detection.c (print_edge): Move.
17109         (print_sese): Move.
17110         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
17111         (build_scop_scattering): Remove.
17112         (create_pw_aff_from_tree): Assert instead of bailing out.
17113         (add_condition_to_pbb): Remove unused code, do not fail.
17114         (add_conditions_to_domain): Same.
17115         (add_conditions_to_constraints): Remove.
17116         (build_scop_context): New.
17117         (add_iter_domain_dimension): New.
17118         (build_iteration_domains): Initialize pbb->iterators.
17119         Call add_conditions_to_domain.
17120         (nested_in): New.
17121         (loop_at): New.
17122         (index_outermost_in_loop): New.
17123         (index_pbb_in_loop): New.
17124         (outermost_pbb_in): New.
17125         (add_in_sequence): New.
17126         (add_outer_projection): New.
17127         (outer_projection_mupa): New.
17128         (add_loop_schedule): New.
17129         (build_schedule_pbb): New.
17130         (build_schedule_loop): New.
17131         (embed_in_surrounding_loops): New.
17132         (build_schedule_loop_nest): New.
17133         (build_original_schedule): New.
17134         (build_poly_scop): Call build_original_schedule.
17135         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
17136         (free_poly_dr): Remove.
17137         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
17138         (free_poly_bb): Remove.
17139         (debug_loop_vec): Remove.
17140         (print_isl_ast): Declare.
17141         (debug_isl_ast): Declare.
17142         (scop_do_interchange): Remove.
17143         (scop_do_strip_mine): Remove.
17144         (scop_do_block): Remove.
17145         (flatten_all_loops): Remove.
17146         (optimize_isl): Remove.
17147         (pbb_number_of_iterations_at_time): Remove.
17148         (debug_scop_pbb): Declare.
17149         (print_schedule_ast): Declare.
17150         (debug_schedule_ast): Declare.
17151         (struct scop): Remove schedule.  Add original_schedule,
17152         transformed_schedule.
17153         (free_gimple_poly_bb): Remove.
17154         (print_generated_program): Remove.
17155         (debug_generated_program): Remove.
17156         (unify_scattering_dimensions): Remove.
17157         * sese.c (print_edge): ... here.
17158         (print_sese): ... here.
17159         (debug_edge): ... here.
17160         (debug_sese): ... here.
17161         * sese.h (print_edge): Declare.
17162         (print_sese): Declare.
17163         (dump_edge): Declare.
17164         (dump_sese): Declare.
17166 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
17167             Sebastian Pop  <s.pop@samsung.com>
17169         * Makefile.in: Set ISLVER in site.exp.
17171 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
17173         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
17174         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
17175         through DECL_VALUE_EXPR for expansion.
17177 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17179         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
17180         the frame info after reload completed.
17182 2016-01-25  Jeff Law  <law@redhat.com>
17184         PR tree-optimization/69196
17185         PR tree-optimization/68398
17186         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
17187         tree-ssa-threadupdate.c.
17188         (determine_bb_domination_status): Prototype
17189         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
17190         (determine_bb_domination_status): No longer static.
17191         (valid_jump_thread_path): Remove code to detect characteristics
17192         of the jump thread path not associated with correctness.
17193         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
17194         Correct test for thread path length.  Count PHIs for real operands as
17195         statements that need to be copied.  Do not count ASSERT_EXPRs.
17196         Look at all the blocks in the thread path.  Compute and selectively
17197         filter thread paths based on threading through the latch, threading
17198         a multiway branch or crossing a multiway branch.
17200 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17202         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
17203         decl with __attribute__ ((unused)) annotation.
17205 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
17207         PR target/69421
17208         * tree-vect-stmts.c (vectorizable_condition): Check vectype
17209         of operands is compatible with a statement vectype.
17211 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
17213         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
17214         improve wording for mixed storage order support.
17216 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
17218         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
17219         (vcvt_u64_f64): Likewise.
17220         (vcvta_s64_f64): Likewise.
17221         (vcvta_u64_f64): Likewise.
17222         (vcvtm_s64_f64): Likewise.
17223         (vcvtm_u64_f64): Likewise.
17224         (vcvtn_s64_f64): Likewise.
17225         (vcvtn_u64_f64): Likewise.
17226         (vcvtp_s64_f64): Likewise.
17227         (vcvtp_u64_f64): Likewise.
17229 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
17231         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
17232         (arc_init): Check validity mll64 option.
17233         (arc_save_restore): Use double load/store instruction.
17234         (arc_expand_movmem): Likewise.
17235         (arc_split_move): Don't split if we have double load/store
17236         instructions. Returns a boolean.
17237         (arc_process_double_reg_moves): Change function to return boolean
17238         instead of a sequence of instructions.
17239         (arc_dwarf_register_span): New function.
17240         * config/arc/arc-protos.h (arc_split_move): Change prototype.
17241         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
17242         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
17243         (*movdf_insn): Likewise.
17244         * config/arc/arc.opt (mll64): New option.
17245         * config/arc/predicates.md (even_register_operand): New predicate.
17246         * doc/invoke.texi (ARC Options): Add mll64 documentation.
17248 2016-01-25  Richard Biener  <rguenther@suse.de>
17250         PR lto/69393
17251         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
17252         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
17253         DECL_NAMELESS.
17254         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
17256 2016-01-25  Richard Biener  <rguenther@suse.de>
17258         PR tree-optimization/69376
17259         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
17260         flag.
17261         (VN_INFO_ANTI_RANGE_P): New inline.
17262         (VN_INFO_RANGE_TYPE): Likewise.
17263         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
17264         SSA_NAME_ANTI_RANGE_P.
17265         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
17266         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
17267         Properly query VN_INFO_RANGE_TYPE.
17269 2016-01-25  Nick Clifton  <nickc@redhat.com>
17271         PR target/66655
17272         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
17274 2016-01-23  Tom de Vries  <tom@codesourcery.com>
17276         PR tree-optimization/69426
17277         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
17278         removed clobber.
17280 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
17282         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
17283         "the the" with "the" in the comments.
17284         * ipa-devirt.c (build_type_inheritance_graph,
17285         update_type_inheritance_graph): Likewise.
17286         * tree.c (build_function_type_list_1): Likewise.
17287         * cfgloopmanip.c (scale_loop_profile): Likewise.
17288         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
17289         * gimple-ssa-split-paths.c
17290         (find_block_to_duplicate_for_splitting_paths): Likewise.
17291         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
17292         * expr.c (convert_move): Likewise.
17293         * var-tracking.c (vt_stack_adjustments): Likewise.
17294         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
17295         * tree-vrp.c (test_for_singularity): Likewise.
17297         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
17298         directly instead of building a temporary tree.
17300         PR bootstrap/69434
17301         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
17302         remove <algorithm> include.
17304 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
17306         PR target/69432
17307         * config/i386/i386.c: Include dojump.h.
17308         (expand_small_movmem_or_setmem,
17309         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
17310         fixes.
17311         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
17312         if dynamic_check != -1.
17314 2016-01-21  Jeff Law  <law@redhat.com>
17316         PR middle-end/69347
17317         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
17318         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
17319         into dominated_by_p.
17320         (cprop_into_successor_phis): Avoid unnecessary tests.
17322 2016-01-22  Richard Henderson  <rth@redhat.com>
17324         PR target/69416
17325         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
17326         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
17328 2016-01-22  Michael Matz  <matz@suse.de>
17330         * system.h (string, algorithm): Include only conditionally.
17331         (new): Include always under C++.
17332         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
17333         * final.c (toplevel): Ditto.
17334         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
17335         * genconditions.c (write_header): Make gencondmd.c define
17336         INCLUDE_STRING.
17337         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
17339         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
17340         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
17342 2016-01-22  Christian Bruel  <christian.bruel@st.com>
17344         PR target/68674
17345         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
17347 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17349         PR target/69403
17350         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
17351         define_insn_and_split.  Ensure operands[1] and operands[0] do not
17352         get assigned the same register.
17354 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
17356         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
17358 2016-01-22  Christian Bruel  <christian.bruel@st.com>
17360         * config/arm/arm-c.c (arm_pragma_target_parse):
17361         Remove warn_builtin_macro_redefined overwrite.
17363 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
17365         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
17366         flag_non_call_exceptions compatibility.
17368 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
17370         PR debug/66668
17371         * dwarf2out.c (add_child_die_after): New function.
17372         (dwarf_qual_info_t): New type.
17373         (dwarf_qual_info): New variable.
17374         (qualified_die_p): New function.
17375         (modified_type_die): For -fdebug-types-section, ensure
17376         canonical order of qualifiers.  Put qualified DIEs adjacent
17377         to the corresponding non-qualified type DIE and search there
17378         for existing qualified DIEs.
17380 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
17382         * doc/extend.texi (scalar_storage_order type attribute): Document
17383         restriction on type punning and aliasing, and remove future tense.
17385 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
17387         PR target/69252
17388         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
17389         first stage.
17391 2016-01-21  Jeff Law  <law@redhat.com>
17393         PR middle-end/69347
17394         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
17395         useless call to record_temporary_equivalences.
17396         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
17397         allocate 10 slots in the bb_path vector and let it grow as needed.
17398         (fsm_find_control_statement_thread_paths): Similarly for the next_path
17399         vector.
17401 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
17403         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
17404         Detangle.
17405         * configure: Regenerate.
17407 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
17409         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
17410         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
17412 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
17414         PR middle-end/66178
17415         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
17416         drop EXPAND_INITIALIZER.
17417         * rtl.h (contains_symbolic_reference_p): Declare.
17418         * rtlanal.c (contains_symbolic_reference_p): New function.
17419         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
17420         a subtraction into a NOT if symbolic constants are involved.
17422 2016-01-21  Anton Blanchard  <anton@samba.org>
17423             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17425         PR target/63354
17426         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
17427         #define.
17428         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
17429         function.
17431 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
17433         * config/microblaze/microblaze.c
17434         (get_branch_target): New.
17435         (insert_wic_for_ilb_runout): New.
17436         (insert_wic): New.
17437         (microblaze_machine_dependent_reorg): New.
17438         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
17439         * config/microblaze/microblaze.md
17440         (UNSPEC_IPREFETCH): Define.
17441         (iprefetch): New pattern
17442         * config/microblaze/microblaze.opt
17443         (mxl-prefetch): New flag.
17445 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
17447         * config/microblaze/microblaze.h
17448         (FIXED_REGISTERS): Update in macro.
17449         (CALL_USED_REGISTERS): Update in macro.
17451 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
17453         PR rtl-optimization/68920
17454         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
17455         moves.
17457 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
17459         PR rtl-optimization/68990
17460         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
17461         pseudo instead of inheritance ones.
17463 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17464             Nick Clifton  <nickc@redhat.com>
17466         PR target/69129
17467         PR target/69012
17468         * config/mips/mips.c (mips_compute_frame_info): Initialise
17469         args_size and hard_frame_pointer_offset fields of the frame
17470         structure before calling mips_global_pointer.
17472 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
17474         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
17475         label reference.
17476         * configure: Regenerate.
17478 2016-01-21  Richard Biener  <rguenther@suse.de>
17480         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
17482 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
17484         * config/s390/s390.c (s390_asm_declare_function_size): Add code
17485         to actually emit the .size directive.
17487 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
17488              Jakub Jelinek  <jakub@redhat.com>
17490         PR target/69187
17491         PR target/65624
17492         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
17493         args array size by one to avoid buffer overflow.
17495 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
17497         * config/s390/s390.md (pool_section_start): Use switch_to_section
17498         to select proper read-only data section instead of hardcoding
17499         .rodata.
17500         (pool_section_end): Use switch_to_section to match the above.
17502 2016-01-21  Richard Biener  <rguenther@suse.de>
17504         PR tree-optimization/69378
17505         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
17506         (set_ssa_val_to): Use it for dominance checks taking into
17507         account not executable edges.
17509 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
17511         PR c++/69355
17512         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
17513         for bitsize instead of GET_MODE_PRECISION (mode).
17515 2016-01-20  Martin Sebor  <msebor@redhat.com>
17517         PR c/52291
17518         * extend.texi (__sync Builtins): Clarify the semantics of
17519         __sync_fetch_and_OP built-ins on pointers.
17520         (__atomic Builtins): Same.
17522 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17523             Sebastian Pop  <s.pop@samsung.com>
17525         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
17526         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
17527         (is_valid_rename): Same.
17528         (translate_isl_ast_to_gimple::get_rename): Same.
17529         (translate_isl_ast_to_gimple::rename_all_uses): Same.
17530         (translate_isl_ast_to_gimple::rename_uses): Same.
17531         (get_new_name): Check for close_phi nodes.
17532         (copy_loop_phi_args): Use phi_node_kind.
17533         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
17534         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
17536 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17537             Sebastian Pop  <s.pop@samsung.com>
17539         Revert commit r229783.
17540         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
17541         Remove use of parameter_rename_map.
17542         (copy_def): Remove.
17543         (copy_internal_parameters): Remove.
17544         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
17545         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
17546         (free_sese_info): Do not free parameter_rename_map.
17547         (set_rename): Do not use parameter_rename_map.
17548         (rename_uses): Update call to set_rename.
17549         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
17550         * sese.h (parameter_rename_map_t): Remove.
17551         (struct sese_info_t): Remove field parameter_rename_map.
17553 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17554             Sebastian Pop  <s.pop@samsung.com>
17556         * graphite-isl-ast-to-gimple.c: Fix comment.
17557         * graphite-scop-detection.c (defined_in_loop_p): New.
17558         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
17559         names defined in loop.
17561 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17562             Sebastian Pop  <s.pop@samsung.com>
17564         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
17565         Discard unstructured if-then-else regions.
17567 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17568             Sebastian Pop  <s.pop@samsung.com>
17570         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
17571         (cleanup_loop_iter_dom): Remove.
17572         (build_loop_iteration_domains): Remove.
17573         (build_scop_context): Remove.
17574         (build_scop_iteration_domain): Remove.
17575         (add_loop_constraints): New.
17576         (build_iteration_domains): New.
17577         (build_poly_scop): Call build_iteration_domains.
17579 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17580             Sebastian Pop  <s.pop@samsung.com>
17582         * graphite-scop-detection.c
17583         (scop_detection::harmful_loop_in_region): Free dom and loops.
17584         (scop_detection::loop_body_is_valid_scop): Free bbs.
17586 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17587             Sebastian Pop  <s.pop@samsung.com>
17589         * graphite-scop-detection.c (record_loop_in_sese): New.
17590         (gather_bbs::before_dom_children): Call record_loop_in_sese.
17591         (build_scops): Remove call to build_sese_loop_nests.
17592         * sese.c (sese_record_loop): Remove.
17593         (build_sese_loop_nests): Remove.
17594         (new_sese_info): Remove region->loops.
17595         (free_sese_info): Same.
17596         * sese.h (sese_contains_loop): Same.
17597         (build_sese_loop_nests): Remove.
17598         (sese_contains_loop): Remove.
17600 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17601             Sebastian Pop  <s.pop@samsung.com>
17603         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
17604         loop_is_valid_in_scop.
17605         (scop_detection::harmful_stmt_in_region): Renamed
17606         harmful_loop_in_region.
17607         Call loop_is_valid_in_scop.
17609 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17610             Sebastian Pop  <s.pop@samsung.com>
17612         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
17613         isl_ast_node_mark.
17615 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17616             Sebastian Pop  <s.pop@samsung.com>
17618         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
17619         * graphite.h (struct poly_bb): Remove field is_reduction.
17620         (PBB_IS_REDUCTION): Remove.
17622 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
17623             Sebastian Pop  <s.pop@samsung.com>
17625         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
17626         (add_pdr_constraints): Same.
17627         (scop_get_reads): Same.
17628         (scop_get_must_writes): Same.
17629         (scop_get_may_writes): Same.
17630         (scop_get_original_schedule): Same.
17631         (extend_schedule): Same.
17632         (apply_schedule_on_deps): Same.
17633         (carries_deps): Same.
17634         (compute_deps): Same.
17635         (scop_get_dependences): Same.
17636         * graphite-isl-ast-to-gimple.c
17637         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
17638         * graphite-optimize-isl.c (get_schedule_for_band): Same.
17639         (get_schedule_for_band_list): Same.
17640         (get_schedule_map): Same.
17641         (apply_schedule_map_to_scop): Same.
17642         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
17643         (build_loop_iteration_domains): Same.
17644         (add_condition_to_pbb): Same.
17645         (add_param_constraints): Same.
17646         (pdr_add_memory_accesses): Same.
17647         (pdr_add_data_dimensions): Same.
17649 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
17651         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
17652         requirements.
17654 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
17656         * common.opt (feliminate-dwarf2-dups): Replace references to
17657         "DWARF 2" with just "DWARF".
17658         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
17659         * doc/extend.texi: Likewise.
17660         * doc/cpp.texi: Likewise.
17661         * doc/invoke.texi: Likewise.
17662         (Option Summary): Add -gdwarf to list of Debugging Options.
17663         (Debugging Options): Document -gdwarf.
17664         * doc/contrib.texi: Spell "DWARF" like that.
17666 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
17668         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
17669         warning.  Fix up formatting.
17671         PR middle-end/67653
17672         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
17673         attempt to mark memory input operand addressable and
17674         call prepare_gimple_addressable in that case.  Don't adjust
17675         input_location for diagnostics, use error_at instead.
17677 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
17679         * config/rs6000/ppc-auxv.h: New file.
17680         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
17681         (cpu_is): Likewise.
17682         (cpu_supports): Likewise.
17683         * config/rs6000/rs6000.c: include "ppc-auxv.h".
17684         (cpu_is_info): New variable.
17685         (cpu_supports_info): Likewise.
17686         (tcb_verification_symbol): Likewise.
17687         (cpu_builtin_p): Likewise.
17688         (cpu_expand_builtin): New function.
17689         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
17690         (rs6000_init_builtins): Likewise.
17691         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
17692         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
17693         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
17694         * configure: Regenerate.
17695         * config.in: Likewise.
17696         * doc/extend.texi (PowerPC Built-in Functions): Document
17697         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
17699 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
17701         PR target/68609
17702         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
17703         domain check.
17704         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
17705         for V4SFmode.
17707 2016-01-20  Richard Henderson  <rth@redhat.com>
17709         PR bootstrap/69343
17710         PR bootstrap/69339
17711         PR tree-opt/68964
17712         Revert:
17713         * tree.c (tm_define_builtin): New.
17714         (find_tm_vector_type): New.
17715         (build_tm_vector_builtins): New.
17716         (build_common_builtin_nodes): Call it.
17718 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
17720         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
17721         (arm_fp_ok): Likewise.
17722         (arm_fp): Likewise.
17723         (arm_crypto): Likewise.
17725 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
17726             Richard Biener  <rguenther@suse.de>
17728         PR tree-optimization/69328
17729         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
17730         vectors have same number of elements.
17731         (vectorizable_condition): Fix masked version recognition.
17733 2016-01-20  Richard Biener  <rguenther@suse.de>
17735         PR tree-optimization/69345
17736         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
17737         (VN_INFO_PTR_INFO): Likewise.
17738         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
17739         info when it is equal between non-dominating SSA names.
17740         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
17741         Make sure to look at original SSA infos.
17743 2016-01-20  Jeff Law  <law@redhat.com>
17745         PR target/25114
17746         * config/m68k/predicates.md (pow2_m1_operand): New predicate
17747         extracted from ...
17748         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
17749         (pc_or_label_operand): New predicate.
17750         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
17751         tests for small integers that are 2^n - 1.
17753 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
17755         * doc/invoke.texi (Options Summary): Add '.' after @xref.
17757 2016-01-19  Jeff Law  <law@redhat.com>
17759         PR middle-end/69347
17760         * tree-ssa-threadbackwards.c
17761         (fsm_find_control_statement_thread_paths): Do not try to lookup
17762         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
17764 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
17766         * doc/lto.texi: Remove text that says only Gold has linker plugin
17767         support.
17769 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
17771         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
17772         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
17773         the DIE accordingly.
17774         (modified_type_die): Add REVERSE parameter and pass it recursively,
17775         as well as to base_type_die.  Adjust presence check accordingly.
17776         (base_type_for_mode): Adjust call to modified_type_die.
17777         (add_type_attribute): Add REVERSE parameter and pass it to
17778         modified_type_die.
17779         (generic_parameter_die): Adjust call to add_type_attribute.
17780         (add_scalar_info): Likewise.
17781         (add_subscript_info): Likewise.
17782         (gen_array_type_die): Likewise.
17783         (gen_descr_array_type_die): Likewise.
17784         (gen_entry_point_die): Likewise.
17785         (gen_enumeration_type_die): Likewise.
17786         (gen_formal_parameter_die): Likewise.
17787         (gen_subprogram_die): Likewise.
17788         (gen_variable_die ): Likewise.
17789         (gen_const_die): Likewise.
17790         (gen_field_die): Likewise.
17791         (gen_pointer_type_die): Likewise.
17792         (gen_reference_type_die): Likewise.
17793         (gen_ptr_to_mbr_type_die): Likewise.
17794         (gen_inheritance_die): Likewise.
17795         (gen_subroutine_type_die): Likewise.
17796         (gen_typedef_die): Likewise.
17797         (force_type_die): Adjust call to modified_type_die.
17799 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
17801         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
17802         flow throughout the file.  Fix broken link to Objective-C 2.0
17803         documentation.
17804         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
17805         errors.
17807 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
17809         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
17811 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
17813         PR ipa/66223
17814         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
17815         (maybe_record_node): Record cxa_pure_virtual as the only possible
17816         target if there are not ohter candidates.
17817         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
17819 2016-01-19  Richard Biener  <rguenther@suse.de>
17821         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
17822         (get_memory_order): Likewise.
17824 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
17826         * tree-vect-stmts.c (vectorizable_store): Check
17827         rhs vectype.
17829 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
17831         PR jit/68446
17832         * gcc.c (driver::decode_argv): Add call to
17833         init_opts_obstack before init_options_struct.
17834         * opts.c (init_opts_obstack): Remove idempotency.
17835         (init_options_struct): Replace call to init_opts_obstack
17836         with a gcc_assert to verify that it has already been called.
17837         * toplev.c (toplev::main): Add call to init_opts_obstack before
17838         calls to init_options_struct.
17839         (toplev::finalize): Move cleanup of opts_obstack next to
17840         cleanup of save_decoded_options, clearing the latter, and
17841         save_decoded_options_count.
17843 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17845         PR target/69135
17846         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
17847         attribute to unconditional.  Remove %? from output template.
17849 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
17850             Jiong Wang  <jiong.wang@arm.com>
17852         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
17853         generated from different expand order.
17855 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
17857         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
17858         Add support for CCMP costing.
17860 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
17862         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
17863         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
17864         (fccmpe<mode>): Likewise.
17865         (fcmp): Rename to fcmp and globalize pattern.
17866         (fcmpe): Likewise.
17867         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
17868         (aarch64_gen_ccmp_next): Add FP support.
17870 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
17872         * target.def (gen_ccmp_first): Update documentation.
17873         (gen_ccmp_next): Likewise.
17874         * doc/tm.texi (gen_ccmp_first): Update documentation.
17875         (gen_ccmp_next): Likewise.
17876         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
17877         expand_ccmp_expr_1.  Improve comments.
17878         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
17879         (ccmp_ior<mode>): Remove pattern.
17880         (cmp<mode>): Remove expand.
17881         (cmp): Globalize pattern.
17882         (cstorecc4): Use cc_register.
17883         (mov<mode>cc): Remove ccmp_cc_register check.
17884         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
17885         Simplify after removal of CC_DNE/* modes.
17886         (aarch64_ccmp_mode_to_code): Remove.
17887         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
17888         In 'k' case use integer as condition.
17889         (aarch64_nzcv_codes): Remove inverted cases.
17890         (aarch64_code_to_ccmode): Remove.
17891         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
17892         comparison with CC register to be used in folowing CCMP/branch/CSEL.
17893         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
17894         pattern.  Return the comparison with CC register.  Invert conditions
17895         when bitcode is OR.
17896         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
17897         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
17899 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
17901         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
17902         instrumented_version.
17904 2016-01-19  Richard Biener  <rguenther@suse.de>
17906         PR tree-optimization/69336
17907         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
17908         handled components with get_ref_base_and_extent.
17909         (equal_mem_array_ref_p): Adjust.
17911 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
17913         PR debug/65779
17914         * shrink-wrap.c: Include valtrack.h.
17915         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
17916         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
17917         in between insn and where it will be moved to.  Call
17918         dead_debug_insert_temp.
17919         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
17920         first and dead_debug_local_finish at the end.
17921         For uses and defs bitmap, handle all regs in between REGNO and
17922         END_REGNO, not just the first one.
17924 2016-01-19  Richard Biener  <rguenther@suse.de>
17926         PR tree-optimization/69352
17927         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
17928         (equal_mem_array_ref_p): Constrain size and max size properly.
17929         Compare the reverse flag.
17931 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
17933         * ira.c (ira): Update regstat data if we deleted insns.
17935 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
17937         PR rtl-optimization/68955
17938         PR rtl-optimization/64557
17939         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
17940         here.  Fix up formatting.
17941         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
17943 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
17945         PR lto/69133
17946         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
17947         assume that the node has body.
17948         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
17949         check.
17951 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
17953         * lto-streamer-out.c (lto_output): Do not stream instrumentation
17954         thunks.
17956 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
17958         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
17959         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
17961 2016-01-19  Martin Jambor  <mjambor@suse.cz>
17962             Martin Liska  <mliska@suse.cz>
17963             Michael Matz  <matz@suse.de>
17965         * Makefile.in (OBJS): Add new source files.
17966         (GTFILES): Add hsa.c.
17967         * common.opt (disable_hsa): New variable.
17968         (-Whsa): New warning.
17969         * config.in (ENABLE_HSA): New.
17970         * configure.ac: Treat hsa differently from other accelerators.
17971         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
17972         $enable_offloading.
17973         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
17974         * doc/install.texi (Configuration): Document --with-hsa-runtime,
17975         --with-hsa-runtime-include, --with-hsa-runtime-lib and
17976         --with-hsa-kmt-lib.
17977         * doc/invoke.texi (-Whsa): Document.
17978         (hsa-gen-debug-stores): Likewise.
17979         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
17980         to invoke offload compiler for hsa acclerator.
17981         * opts.c (common_handle_option): Determine whether HSA offloading
17982         should be performed.
17983         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
17984         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
17985         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
17986         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
17987         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
17988         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
17989         GF_OMP_FOR_KIND_GRID_LOOP.
17990         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
17991         (pp_gimple_stmt_1): Likewise.
17992         * gimple-walk.c (walk_gimple_stmt): Likewise.
17993         * gimple.c (gimple_build_omp_grid_body): New function.
17994         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
17995         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
17996         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
17997         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
17998         GF_OMP_TEAMS_GRID_PHONY.
17999         (gimple_statement_omp_single_layout): Updated comments.
18000         (gimple_build_omp_grid_body): New function.
18001         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
18002         (gimple_omp_for_grid_phony): New function.
18003         (gimple_omp_for_set_grid_phony): Likewise.
18004         (gimple_omp_parallel_grid_phony): Likewise.
18005         (gimple_omp_parallel_set_grid_phony): Likewise.
18006         (gimple_omp_teams_grid_phony): Likewise.
18007         (gimple_omp_teams_set_grid_phony): Likewise.
18008         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
18009         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
18010         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
18011         (BUILT_IN_GOMP_TARGET): Updated type.
18012         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
18013         (adjust_for_condition): New function.
18014         (get_omp_for_step_from_incr): Likewise.
18015         (extract_omp_for_data): Moved parts to adjust_for_condition and
18016         get_omp_for_step_from_incr.
18017         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
18018         (fixup_child_record_type): Bail out if receiver_decl is NULL.
18019         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
18020         (scan_omp_parallel): Do not create child functions for phony
18021         constructs.
18022         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
18023         (scan_omp_1_op): Checking assert we are not remapping to
18024         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
18025         (parallel_needs_hsa_kernel_p): New function.
18026         (expand_parallel_call): Register apprpriate parallel child
18027         functions as HSA kernels.
18028         (grid_launch_attributes_trees): New type.
18029         (grid_attr_trees): New variable.
18030         (grid_create_kernel_launch_attr_types): New function.
18031         (grid_insert_store_range_dim): Likewise.
18032         (grid_get_kernel_launch_attributes): Likewise.
18033         (get_target_argument_identifier_1): Likewise.
18034         (get_target_argument_identifier): Likewise.
18035         (get_target_argument_value): Likewise.
18036         (push_target_argument_according_to_value): Likewise.
18037         (get_target_arguments): Likewise.
18038         (expand_omp_target): Call get_target_arguments instead of looking
18039         up for teams and thread limit.
18040         (grid_expand_omp_for_loop): New function.
18041         (grid_arg_decl_map): New type.
18042         (grid_remap_kernel_arg_accesses): New function.
18043         (grid_expand_target_kernel_body): New function.
18044         (expand_omp): Call it.
18045         (lower_omp_for): Do not emit phony constructs.
18046         (lower_omp_taskreg): Do not emit phony constructs but create for them
18047         a temporary variable receiver_decl.
18048         (lower_omp_taskreg): Do not emit phony constructs.
18049         (lower_omp_teams): Likewise.
18050         (lower_omp_grid_body): New function.
18051         (lower_omp_1): Call it.
18052         (grid_reg_assignment_to_local_var_p): New function.
18053         (grid_seq_only_contains_local_assignments): Likewise.
18054         (grid_find_single_omp_among_assignments_1): Likewise.
18055         (grid_find_single_omp_among_assignments): Likewise.
18056         (grid_find_ungridifiable_statement): Likewise.
18057         (grid_target_follows_gridifiable_pattern): Likewise.
18058         (grid_remap_prebody_decls): Likewise.
18059         (grid_copy_leading_local_assignments): Likewise.
18060         (grid_process_kernel_body_copy): Likewise.
18061         (grid_attempt_target_gridification): Likewise.
18062         (grid_gridify_all_targets_stmt): Likewise.
18063         (grid_gridify_all_targets): Likewise.
18064         (execute_lower_omp): Call grid_gridify_all_targets.
18065         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
18066         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
18067         (tree_omp_clause): Added union field dimension.
18068         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
18069         * tree.c (omp_clause_num_ops): Added number of arguments of
18070         OMP_CLAUSE__GRIDDIM_.
18071         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
18072         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
18073         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
18074         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
18075         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
18076         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
18077         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
18078         * tree-pass.h (make_pass_gen_hsail): Declare.
18079         (make_pass_ipa_hsa): Likewise.
18080         * ipa-hsa.c: New file.
18081         * lto-section-in.c (lto_section_name): Add hsa section name.
18082         * lto-streamer.h (lto_section_type): Add hsa section.
18083         * timevar.def (TV_IPA_HSA): New.
18084         * hsa-brig-format.h: New file.
18085         * hsa-brig.c: New file.
18086         * hsa-dump.c: Likewise.
18087         * hsa-gen.c: Likewise.
18088         * hsa.c: Likewise.
18089         * hsa.h: Likewise.
18090         * toplev.c (compile_file): Call hsa_output_brig.
18091         * hsa-regalloc.c: New file.
18093 2016-01-18  Jeff Law  <law@redhat.com>
18095         PR tree-optimization/69320
18096         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
18097         ranged object, do nothing if the RHS constant is not [0..1].
18098         (optimize_stmt): Comparing a boolean ranged object against a
18099         constant outside [0..1] results in a compile-time constant.
18101         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
18102         test.
18104 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
18106         * doc/invoke.texi (Invoking GCC): Add new section to menu.
18107         (Option Summary): Update to reflect new section and moved options.
18108         (C++ Dialect Options): Move -fstats to new section.
18109         (Debugging Options): Move all dump, statistics, and other GCC
18110         developer options to new section.  Rewrite section introduction
18111         and re-order remaining options to put the more basic ones first.
18112         (Optimization Options): Move -fira-verbose and -flto-report* to
18113         new section.
18114         (Developer Options): New section incorporating moved options.
18115         * doc/cppopts.texi (-dM): Update cross-reference.
18117 2016-01-18  Richard Henderson  <rth@redhat.com>
18119         PR target/69176
18120         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
18121         operands to pseudo only if CSE is expected.  Split long immediate
18122         operands only after reload, and for the stack pointer.
18123         (*add<GPI>3_pluslong): Remove.
18124         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
18125         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
18126         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
18127         (*add<GPI>3 peepholes): New.
18128         (*add<GPI>3 splitters): New.
18129         * config/aarch64/constraints.md (Upl): New.
18130         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
18132 2016-01-18  Richard Biener  <rguenther@suse.de>
18134         PR tree-optimization/69297
18135         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
18136         stmt at most once.
18137         (vect_bb_vectorization_profitable_p): Clear visited flag again.
18139 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
18141         PR middle-end/68542
18142         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
18143         of mixind vector and scalar types.
18144         (fold_relational_const): Add handling of vector
18145         comparison with boolean result.
18146         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
18147         comparison of vector operands with boolean result for EQ/NE only.
18148         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
18149         (verify_gimple_cond): Likewise.
18150         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
18151         valid type of VAL.
18153 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
18155         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
18156         !TARGET_OCTEON.
18158 2016-01-18  Richard Biener  <rguenther@suse.de>
18160         PR middle-end/69308
18161         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
18163 2016-01-18  Tom de Vries  <tom@codesourcery.com>
18165         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
18167 2016-01-18  Tom de Vries  <tom@codesourcery.com>
18169         * omp-low.c (set_oacc_fn_attrib): Make extern.
18170         * omp-low.h (set_oacc_fn_attrib): Declare.
18171         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
18172         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
18173         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
18174         Add and handle function parameter oacc_kernels_p.
18175         (find_reduc_addr, get_omp_data_i_param): New function.
18176         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
18177         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
18178         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
18179         Calculate dominance info.  Skip loops that are not in a kernels region
18180         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
18181         (pass_parallelize_loops::execute): Call parallelize_loops with
18182         oacc_kernels_p argument.
18183         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
18184         New member function.
18185         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
18186         * passes.def: Add argument to pass_parallelize_loops instantation.
18188 2016-01-18  Tom de Vries  <tom@codesourcery.com>
18190         * tree-parloops.c (pass_parallelize_loops::execute): Allow
18191         pass_parallelize_loops to be run outside the loop pipeline.
18193 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
18195         * tree-scalar-evolution.c (follow_copies_to_constant): New.
18196         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
18198 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
18200         PR target/63679
18201         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
18202         using get_ref_base_and_extent.
18203         (equal_mem_array_ref_p): New.
18204         (hashable_expr_equal_p): Add call to previous.
18206 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
18208         PR target/63679
18209         * tree-sra.c (disqualified_constants, constant_decl_p): New.
18210         (sra_initialize): Allocate disqualified_constants.
18211         (sra_deinitialize): Free disqualified_constants.
18212         (disqualify_candidate): Update disqualified_constants when appropriate.
18213         (create_access): Scan for constant-pool entries as we go along.
18214         (scalarizable_type_p): Add check against type_contains_placeholder_p.
18215         (maybe_add_sra_candidate): Allow constant-pool entries.
18216         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
18217         (initialize_constant_pool_replacements): New.
18218         (sra_modify_assign): Avoid mangling assignments created by previous,
18219         and don't generate writes into constant pool.
18220         (sra_modify_function_body): Call initialize_constant_pool_replacements.
18222 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
18224         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
18225         andnot instruction.
18226         (scalar_chain::convert_op): Likewise.
18227         * config/i386/i386.md (*andndi3_doubleword): New.
18229 2016-01-18  Richard Biener  <rguenther@suse.de>
18231         PR tree-optimization/69170
18232         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
18233         building a vector from scalar results of a pattern stmt.
18235 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
18237         * haifa-sched.c (autopref_multipass_init): Work around
18238         -Wmaybe-uninitialized warning.
18240 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18242         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
18243         against the constant 0.
18245 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18247         PR tree-optimization/68799
18248         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
18249         look up phi candidates in the statement-candidate map.
18250         (phi_add_costs): Likewise.
18251         (record_phi_increments): Likewise.
18252         (phi_incr_cost): Likewise.
18253         (ncd_with_phi): Likewise.
18254         (all_phi_incrs_profitable): Likewise.
18256 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
18258         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
18259         -Wmaybe-uninitialized warning.
18261 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
18263         * doc/invoke.texi (Invoking GCC): Add new section to menu.
18264         (Option Summary): Update to reflect new section and moved options.
18265         (C++ Dialect Options): Move -fvtable-verify and related options.
18266         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
18267         and profiling-related options.
18268         (Optimization Options): Move profile generation options and
18269         -fstack-protector and related options.
18270         (Instrumentation Options): New section incorporating moved options.
18271         (Code Generation Options): Move -finstrument-functions and
18272         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
18274 2016-01-16  Tom de Vries  <tom@codesourcery.com>
18276         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
18278 2016-01-16  Tom de Vries  <tom@codesourcery.com>
18280         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
18282 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
18284         * hash-table.h (hash_table::empty): Turn into an inline wrapper
18285         that checks whether the table is already empty.  Rename the
18286         original implementation to...
18287         (hash_table::empty_slot): ...this new private function.
18289 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
18291         PR diagnostic/68899
18292         * diagnostic-show-locus.c (layout::print_source_line): Move x
18293         offset of line until after call to
18294         get_line_width_without_trailing_whitespace.
18296 2016-01-15  Jeff Law  <law@redhat.com>
18298         PR tree-optimization/69270
18299         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
18300         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
18301         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
18302         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
18303         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
18304         ssa_name_has_boolean_range and constant_boolean_node.
18306 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
18308         PR rtl-optimization/69030
18309         * lra-spills.c (remove_pseudos): Check nrefs and make the function
18310         returning bool.
18311         (spill_pseudos): Delete debug insn for dead pseudo.
18312         (lra_spill): Initiate spill_hard_reg and slots memory separately.
18314 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
18316         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
18317         New.
18318         (TYPES_UNOPUS): Likewise.
18319         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
18320         builtin type, from UNOP to UNOPUS.
18321         (lbtruncuv4sf): Likewise.
18322         (lbtruncuv2df): Likewise.
18323         (lrounduv2sf): Likewise.
18324         (lrounduv4sf): Likewise.
18325         (lrounduv2df): Likewise.
18326         (lroundusf): Likewise.
18327         (lroundusf): Likewise.
18328         (lceiluv2sf): Likewise.
18329         (lceiluv4sf): Likewise.
18330         (lceiluv2df): Likewise.
18331         (lceilusf): Likewise.
18332         (lceiludf): Likewise.
18333         (lflooruv2sf): Likewise.
18334         (lflooruv4sf): Likewise.
18335         (lflooruv2df): Likewise.
18336         (lfloorusf): Likewise.
18337         (lfloorudf): Likewise.
18338         (lfrintnuv2sf): Likewise.
18339         (lfrintnuv4sf): Likewise.
18340         (lfrintnuv2df): Likewise.
18341         (lfrintnusf): Likewise.
18342         (lfrintnudf): Likewise.
18343         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
18344         conversion.
18345         (vcvtq_u32_f32): Likewise.
18346         (vcvtq_u64_f64): Likewise.
18347         (vcvta_u32_f32): Likewise.
18348         (vcvtaq_u32_f32): Likewise.
18349         (vcvtaq_u64_f64): Likewise.
18350         (vcvtm_u32_f32): Likewise.
18351         (vcvtmq_u32_f32): Likewise.
18352         (vcvtmq_u64_f64): Likewise.
18353         (vcvtn_u32_f32): Likwise.
18354         (vcvtnq_u32_f32): Likewise.
18355         (vcvtnq_u64_f64): Likewise.
18356         (vcvtp_u32_f32): Likewise.
18357         (vcvtpq_u32_f32): Likewise.
18358         (vcvtpq_u64_f64): Likewise.
18359         (vcvtmd_u64_f64): Likewise.
18360         (vcvtms_u32_f32): Likewise.
18361         (vcvtad_u64_f64): Likewise.
18362         (vcvtas_u32_f32): Likewise.
18363         (vcvtnd_u64_f64): Likewise.
18364         (vcvtns_u32_f32): Likewise.
18365         (vcvtpd_u64_f64): Likewise.
18366         (vcvtps_u32_f32): Likewise.
18368 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18370         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
18371         CSEL of zero_extended registers.
18373 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18375         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
18376         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
18378 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18380         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
18381         false when argument string is not found in the attributes table
18382         at all.
18384 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
18386         PR target/68609
18387         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
18388         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
18389         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
18390         precision estimate.
18392 2016-01-15  Richard Biener  <rguenther@suse.de>
18394         PR tree-optimization/66856
18395         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
18396         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
18397         (vect_create_new_slp_node): Increment stmt reference count.
18398         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
18399         an SLP tree before swapping operands.
18400         (vect_build_slp_tree): Likewise.
18401         (destroy_bb_vec_info): Free stmt info after SLP instances.
18402         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
18403         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
18404         (STMT_VINFO_NUM_SLP_USES): New macro.
18406 2016-01-15  Richard Biener  <rguenther@suse.de>
18408         PR debug/69137
18409         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
18410         (add_linkage_name): ... here.
18411         (gen_typedef_die): Use add_linkage_name_raw instead of
18412         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
18413         if necessary.
18415 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
18417         * gimplify.c (oacc_default_clause): Decode reference and pointer
18418         types for both kernels and parallel regions.
18420 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
18422         PR middle-end/69246
18423         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
18425 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
18427         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
18428         (convert_scalars_to_vector): Likewise.
18430 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
18432         * doc/extend.texi (Type Traits): Fix grammar.
18434 2016-01-15  Martin Jambor  <mjambor@suse.cz>
18436         * tree-inline.c (remap_decl): Use existing dclarations if
18437         remapping a type and prevent_decl_creation_for_types.
18438         (replace_locals_stmt): Do an initial remapping of non-VLA typed
18439         decls first.  Do real remapping with
18440         prevent_decl_creation_for_types set.
18441         * tree-inline.h (copy_body_data): New field
18442         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
18443         padding.
18445 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18447         * config/s390/s390.opt (mmvcle): More verbose help text.
18449 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18451         * config/s390/s390.opt: Add period to -mzvector option text.
18453 2016-01-15  Richard Biener  <rguenther@suse.de>
18455         PR tree-optimization/68961
18456         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
18457         of invariants in stores again.
18459 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
18461         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
18463 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
18465         * config/i386/i386.c (ix86_expand_branch): Don't split
18466         DI mode xor instruction to SI mode.
18468 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
18470         PR ipa/68148
18471         * ipa-icf.c (sem_function::merge): Virtual functions may become
18472         reachable even if they address is not taken and there are no
18473         idrect calls.
18475 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
18477         * lto-streamer-out.c (subtract_estimated_size): New function.
18478         (get_symbol_initial_value): Use it.
18480 2016-01-15  Christian Bruel  <christian.bruel@st.com>
18482         PR target/65837
18483         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
18484         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
18485         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
18486         use add_builtin_function_ext_scope instead of add_builtin_function.
18487         (neon_set_p, neon_crypto_set_p): Remove.
18488         (arm_init_builtins): Always call arm_init_neon_builtins and
18489         arm_init_crypto_builtins.
18490         (arm_expand_builtin): Check that builtins are allowed for the arch.
18491         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
18492         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
18493         arm_init_neon_builtins call.
18495 2016-01-15  Richard Biener  <rguenther@suse.de>
18497         PR tree-optimization/69117
18498         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
18499         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
18500         of the leader conservatively.
18501         (free_scc_vn): Restore original SSA name infos.
18503 2016-01-14  Jeff Law  <law@redhat.com>
18505         PR tree-optimization/69270
18506         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
18507         single bit of precision, verify it's also unsigned.
18508         (record_edge_info): Use constant_boolean_node rather than fold_convert
18509         to convert boolean_true/boolean_false to the right type.
18511 2016-01-14  Richard Henderson  <rth@redhat.com>
18513         PR rtl-opt/69014
18514         * loop-doloop.c (record_reg_sets): New.
18515         (doloop_optimize): Reject the transform if the sequence
18516         clobbers registers live at the end of the loop block.
18517         (doloop_optimize_loops): Enable df_live if needed.
18519 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
18521         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
18522         * config/rs6000/rs6000.c: Likewise.
18523         * config/rs6000/rs6000.h: Likewise.
18524         * config/rs6000/rs6000.md: Likewise.
18525         * doc/extend.texi: Likewsie.
18527 2016-01-14  Jeff Law  <law@redhat.com>
18529         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
18530         typo.
18532 2016-01-14  Richard Henderson  <rth@redhat.com>
18534         PR c/69272
18535         PR tree-opt/68964
18536         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
18537         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
18538         instead of builtin_decl_declared_p to test for declaration.
18540 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
18542         * doc/loop.texi (Loop Analysis and Representation): Document
18543         loop_depth function.
18545 2016-01-14  Tom de Vries  <tom@codesourcery.com>
18547         PR tree-optimization/68773
18548         * omp-low.c (expand_omp_target): Don't set force_output.
18549         * varpool.c (varpool_node::get_create): Same.
18550         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
18551         offload_funcs with force_output.
18553 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
18555         PR debug/69244
18556         * lra-eliminations.c (move_plus_up): Don't change anything if either
18557         the outer or inner subreg mode is not MODE_INT.
18558         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
18559         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
18561 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
18563         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
18564         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
18565         reduc_uplus_@var{m}): Remove.
18566         * expr.c (expand_expr_real_2): Remove expansion path for
18567         reduc_[us](min|max|plus) optabs.
18568         * optabs-tree.c (scalar_reduc_to_vector): Remove.
18569         * optabs-tree.h (scalar_reduc_to_vector): Remove.
18570         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
18571         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
18572         * tree-vect-loop.c (vectorizable_reduction): Remove test for
18573         reduc_[us](min|max|plus) optabs.
18575 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
18577         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
18578         (reduc_plus_scal_v2sf): New.
18579         (reduc_smax_v2sf): Rename to...
18580         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
18581         (reduc_smin_v2sf): Rename to...
18582         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
18584 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
18586         * alias.c (compare_base_symbol_refs): New function.
18587         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
18588         it.
18590 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
18592         PR middle-end/68146
18593         PR tree-optimization/69155
18594         * tree-complex.c: Include cfganal.h.
18595         (phis_to_revisit): New variable.
18596         (extract_component): Add phiarg_p argument.  Assert that returned
18597         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
18598         (update_phi_components): Partly rewrite to use loop over real/imag
18599         components instead of code duplication.  If extract_component returns
18600         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
18601         create_tmp_reg into the PHI node instead, and mention the phi triplet
18602         in phis_to_revisit.
18603         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
18604         in phis_to_revisit at the end.
18606 2016-01-14  Richard Biener  <rguenther@suse.de>
18608         PR tree-optimization/68060
18609         * tree-vect-loop.c (vect_is_simple_reduction): Check the
18610         outer loop reduction is only used in the inner loop before
18611         detecting a double reduction.
18613 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
18615         PR target/68269
18616         * combine.c (expand_field_assignment): Punt if compute_mode is
18617         unsupported scalar mode.
18619 2016-01-14  Richard Biener  <rguenther@suse.de>
18621         PR tree-optimization/66856
18622         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
18623         SLP node only if it built successfully.
18624         (vect_analyze_slp_instance): Adjust.
18626 2016-01-14  Jeff Law  <law@redhat.com>
18628         PR tree-optimization/69270
18629         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
18630         (record_edge_info): Use it.  Convert boolean_{true,false}_node
18631         to the type of op0.
18633 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
18635         PR ipa/66487
18636         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
18637         use block_ultimate_origin
18638         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
18640 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
18642         * doc/invoke.texi (Submodel Options): Rename section to
18643         "Machine-Dependent Options" to better reflect its content.
18644         Rewrite introductory text to remove archaic CPU names.
18645         Update references.
18647 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
18649         * doc/invoke.texi (Code Gen Options): Move section up in file,
18650         before target-specific options.  Update menu and option summary
18651         to reflect the new section ordering.
18653 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
18655         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
18656         (C++ Dialect Options): Add cross-reference to -std option.
18657         * doc/standards.texi (C++ Language): Document C++14 support.
18659 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
18661         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
18662         for pack/unpack functions for __ibm128.
18663         (PACK_IF): Likewise.
18664         (UNPACK_IF): Likewise.
18666         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
18667         support for __ibm128 pack/unpack functions.
18668         (rs6000_invalid_builtin): Likewise.
18669         (rs6000_init_builtins): Likewise.
18670         (rs6000_opt_masks): Likewise.
18672         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
18673         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
18674         functions
18675         (RS6000_BTM_COMMON): Likewise.
18677         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
18678         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
18679         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
18680         128-bit floating point.  Add support for the double values to be
18681         in Altivec registers for TF/IF packing and unpacking, but restrict
18682         TD packing sub-fields to be FPR registers.  Don't allow overlapped
18683         register support for packing.  Allow pack inputs to be memory
18684         locations.  Don't build generator functions for unpack<mode>_dm
18685         and unpack<mode>_nodm.
18686         (unpack<mode>_dm): Likewise.
18687         (unpack<mode>_nodm): Likewise.
18688         (pack<mode>): Likewise.
18690         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
18691         built-in functions to pack/unpack explicit __ibm128 values.
18692         (__builtin_unpack_ibm128): Likewise.
18694         * doc/extend.texi (PowerPC Built-in Functions): Document
18695         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
18697 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
18699         PR c/66208
18700         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
18701         Add new arg loc and pass it down as context.
18702         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
18703         to the location to use for the warning.
18704         (check_function_arguments): New arg loc.  All callers changed.  Pass
18705         it to check_function_nonnull.
18706         * c-common.h (check_function_arguments): Adjust declaration.
18708 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
18710         PR tree-optimization/69156
18711         * gimple.c (validate_type): Removed.
18712         (gimple_builtin_call_types_compatible_p): Use
18713         useless_type_conversion_p instead of validate_type.
18714         * value-prof.c (gimple_stringop_fixed_value): Fold
18715         icall_size to correct type.
18717 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
18719         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
18720         effects.
18722 2016-01-13  Richard Henderson  <rth@redhat.com>
18724         PR tree-opt/68964
18725         * target.def (builtin_tm_load, builtin_tm_store): Remove.
18726         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
18727         (ix86_builtin_tm_store): Remove.
18728         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
18729         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
18730         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
18731         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
18732         * doc/tm.texi: Rebuild.
18734         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
18735         (BUILT_IN_TM_MEMCPY_RTWN): New.
18736         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
18737         fallback from vector to integer helpers.
18738         (build_tm_load): Handle vector types directly, instead of
18739         via target hook.
18740         (build_tm_store): Likewise.
18741         (expand_assign_tm): Prepare for register types not handled by
18742         the above.  Copy them to memory and use memcpy.
18743         * tree.c (tm_define_builtin): New.
18744         (find_tm_vector_type): New.
18745         (build_tm_vector_builtins): New.
18746         (build_common_builtin_nodes): Call it.
18748 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
18750         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
18751         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
18753 2016-01-13  Tom de Vries  <tom@codesourcery.com>
18755         PR tree-optimization/69169
18756         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
18757         handled_struct_type param.
18758         (create_variable_info_for, intra_create_variable_infos): Call
18759         create_variable_info_for_1 with extra arg.
18761 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
18763         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
18764         and "armv8.1-a+crc" entries.
18766 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
18768         PR target/69228
18769         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
18770         Change first operand predicate from register_or_constm1_operand
18771         to register_operand.
18772         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
18773         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
18774         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
18775         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
18776         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
18777         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
18778         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
18779         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
18780         comparison with constm1_rtx from vec_prefetch_gen part.
18782 2016-01-13  Richard Biener  <rguenther@suse.de>
18784         PR tree-optimization/69013
18785         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
18786         Exchange assert for a test.
18788 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18790         PR target/69247
18791         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
18793 2016-01-13  Richard Biener  <rguenther@suse.de>
18795         PR tree-optimization/69242
18796         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
18797         assert with a check.
18799 2016-01-13  Richard Biener  <rguenther@suse.de>
18801         PR tree-optimization/69186
18802         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
18803         Properly guard vect_update_misalignment_for_peel call.
18805 2016-01-12  Jeff Law  <law@redhat.com>
18807         PR tree-optimization/pr67755
18808         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
18809         "need_profile_correction".
18810         (thread_block_1): Initialize new field to false by default.  If we
18811         have multiple thread paths through a common joiner to different
18812         final targets, then set new field to true.
18813         (compute_path_counts): Only do count adjustment when it's really
18814         needed.
18816 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
18818         * doc/invoke.texi (Spec Files): Move section down in file, past
18819         all command-line option descriptions.
18821 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
18823         PR middle-end/54809
18824         * doc/gty.texi: Remove documentation of mark_hook.
18825         * gengtype.c (struct write_types_data): Remove code to support
18826         mark_hook attribute.
18827         (walk_type): Likewise.
18828         (write_func_for_structure): Likewise.
18830 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
18832         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
18833         Directory Options, and -specs= to Overall Options.
18834         (Overall Options): Adjust similarly.  Reorder to group related
18835         options together.  Make -specs= cross-reference the spec file details.
18836         (Directory Options): Adjust similarly.
18838 2016-01-12  Jeff Law  <law@redhat.com>
18840         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
18842 2016-01-12  Olivier Hainque  <hainque@adacore.com>
18844         * gcc.c (spec_undefvar_allowed): New global.
18845         (process_command): Set to true when running for --version or --help,
18846         alone or together.
18847         (getenv_spec_function): When the variable is not defined, use the
18848         variable name as the variable value if we're allowed not to issue
18849         a fatal error.
18851 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
18853         PR tree-optimization/68911
18854         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
18855         information computed for expression "init + nit * step".
18857 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
18859         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
18860         about name of GCC executable.  Remove deleted node from menu.
18861         (Directory Options) <-B>: Remove cross-reference to deleted node.
18862         (Target Options): Delete section.
18864 2016-01-12  Christian Bruel  <christian.bruel@st.com>
18866         PR target/69180
18867         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
18868         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
18870 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
18872         PR target/69198
18873         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
18874         aligned_mem is properly set for AVX512-VL floating point masked
18875         stores.
18877         PR target/69175
18878         * ifcvt.c (cond_exec_process_if_block): When removing the last
18879         insn from then_bb, remove also any possible barriers that follow it.
18881 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
18883         PR target/68456
18884         PR target/69226
18885         * config/i386/iamcu.h (SIZE_TYPE): New macro.
18886         (PTRDIFF_TYPE): Likewise.
18887         (WCHAR_TYPE): Likewise.
18888         (WCHAR_TYPE_SIZE): Likewise.
18889         (STDINT_LONG32): Likewise.
18891 2016-01-12  Richard Biener  <rguenther@suse.de>
18893         PR tree-optimization/69053
18894         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
18895         convert initial value for cond reductions.
18897 2016-01-12  Richard Biener  <rguenther@suse.de>
18899         PR tree-optimization/69007
18900         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
18901         widen_sum after dot_prod and sad.
18903 2016-01-12  Richard Biener  <rguenther@suse.de>
18905         PR tree-optimization/69168
18906         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
18907         pattern stmt SLP type.
18908         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
18909         end up unused so cope with that case.
18911 2016-01-12  Richard Biener  <rguenther@suse.de>
18913         PR tree-optimization/69157
18914         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
18915         stmts def type only during analyze phase.
18916         (vectorizable_call): Likewise.
18917         (vectorizable_simd_clone_call): Likewise.
18918         (vectorizable_conversion): Likewise.
18919         (vectorizable_assignment): Likewise.
18920         (vectorizable_shift): Likewise.
18921         (vectorizable_operation): Likewise.
18922         (vectorizable_store): Likewise.
18923         (vectorizable_load): Likewise.
18925 2016-01-12  Richard Biener  <rguenther@suse.de>
18927         PR tree-optimization/69174
18928         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
18929         space.
18930         (vectorizable_load): Properly compute the number of loads needed
18931         for permuted strided SLP loads and do not spuriously assign
18932         to SLP_TREE_VEC_STMTS.
18934 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
18936         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
18937         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
18938         (MD_EXEC_PREFIX): Remove.
18939         (MD_STARTFILE_PREFIX) Removee.
18940         (FILE_NAME_ABSOLUTE_P): Remove.
18941         (CPP_SPEC): Do not read macros from sys/version.h.
18942         (LINK_COMMAND_SPEC): Remove.
18943         (LOCAL_INCLUDE_DIR): Remove.
18944         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
18945         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
18946         (POST_LINK_SPEC): Define to invoke stubify after linker
18947         (LIBSTDCXX): Remove define
18948         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
18949         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
18950         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
18951         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
18952         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
18953         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
18954         (i386_djgpp_asm_named_section): Add propotype of new procedure
18956         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
18957         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
18958         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
18959         in config/i386/djgpp.h).
18960         (STANDARD_STARTFILE_PREFIX_2): Define identical to
18961         STANDARD_STARTFILE_PREFIX_1.
18962         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
18963         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
18964         installation errors.
18965         (MAX_OFILE_ALIGNMENT): Define to 128.
18966         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
18968         * config/i386/djgpp.c: New file. Add implementation of
18969         i386_djgpp_asm_named_section.
18971         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
18973         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
18974         Add rule for building djgpp.o.
18976 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18978         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
18979         (rtx_is_swappable_p): Reductions are swappable.
18980         (insn_is_swappable_p): V2DF reductions are swappable.
18982 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
18984         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
18985         reloads for other unsupported memory operands.
18987 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
18988             Jim Wilson  <jim.wilson@linaro.org>
18990         PR target/69194
18991         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
18992         copy_to_mode_reg instead of force_reg.
18994 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
18996         PR target/69225
18997         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
18998         TARGET_80387 is true.
19000 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
19002         PR target/69071
19003         * lra-eliminations.c (move_plus_up): Only move plus up
19004         if subreg of the constant can be simplified into constant
19005         and use the simplified subreg of the constant instead of
19006         the original constant.
19008         * fold-const.c (fold_convertible_p): Don't return true
19009         for conversion of VECTOR_TYPE to same sized integral type.
19010         (fold_convert_loc): Fix up formatting.  Fold conversion of
19011         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
19012         instead of NOP_EXPR.
19014         PR tree-optimization/69214
19015         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
19016         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
19017         Formatting fix.
19019         PR tree-optimization/69207
19020         * tree-vect-slp.c (vect_get_constant_vectors): For
19021         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
19022         fold_convertible_p to vector_type's element type, and always
19023         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
19025 2016-01-11  Richard Biener  <rguenther@suse.de>
19027         PR tree-optimization/69173
19028         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
19029         fixup the cycle if all stmts are in a pattern.
19031 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
19033         PR middle-end/68999
19034         * alias.c (base_alias_check): Move check for addresses with
19035         alignment ANDs before the call for compare_base_decls.
19036         (memrefs_conflict_p): Return -1 for different decls
19037         that went through alignment adjustments.
19039 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19041         PR rtl-optimization/68796
19042         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
19043         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
19044         and QImode comparisons against zero with CC_NZmode.
19045         * config/aarch64/iterators.md (short_mask): New mode_attr.
19047 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
19049         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
19050         (<avx512>_store<mode>_mask): Likewise.
19052 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
19053             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19055         PR rtl-optimization/68841
19056         * ifcvt.c (struct noce_if_info): Add orig_x field.
19057         (bbs_ok_for_cmove_arith): Add to_rename parameter.
19058         Don't record conflicts on to_rename if it's present.
19059         Allow memory destinations in sets.
19060         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
19061         blocks, passing orig_x to the checks.
19062         (noce_process_if_block): Set if_info->orig_x appropriately.
19064 2016-01-11  Tom de Vries  <tom@codesourcery.com>
19066         PR tree-optimization/69069
19067         * tree-parloops.c (create_parallel_loop): Add missing phi args.
19069 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
19071         PR rtl-optimization/68920
19072         * config/i386/i386.c (ix86_option_override_internal): Restrict number
19073         of conditional moves for  RTL if-conversion to 1 for
19074         TARGET_ONE_IF_CONV_INSN.
19075         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
19076         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
19077         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
19078         parameter to restirct number of conditional moves for
19079         RTL if-conversion.
19080         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
19081         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
19082         conditionl moves.
19084 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
19086         PR bootstrap/69123
19087         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
19088         onepart vars.  Fix typo in comment.  Fix reversed condition in
19089         unshare test.
19090         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
19092         PR bootstrap/69123
19093         * var-tracking.c (dump_onepart_variable_differences): New.
19094         (dataflow_set_different): If a detailed dump is requested,
19095         delay early returns and dump differences between onepart
19096         variables present before and after, and added variables.
19098 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
19100         PR target/69010
19101         * expr.c (expand_expr_real_1): For boolean vector constants
19102         with a scalar mode use const_scalar_mask_from_tree.
19103         (const_scalar_mask_from_tree): New.
19104         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
19105         assigned to a mask type to handle constants.
19107 2016-01-11  Martin Jambor  <mjambor@suse.cz>
19109         PR ipa/69044
19110         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
19111         useless parameters if we cannot change function signature.
19113 2016-01-11  Martin Jambor  <mjambor@suse.cz>
19115         PR ipa/66616
19116         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
19117         flag.
19119 2016-01-11  Tom de Vries  <tom@codesourcery.com>
19121         PR tree-optimization/69109
19122         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
19123         latch with phi.
19125 2016-01-11  Tom de Vries  <tom@codesourcery.com>
19127         PR tree-optimization/69108
19128         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
19129         res is not used in a phi.
19131 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
19133         PR 67425
19134         * common.opt (frandom-seed): Fix parameter name.
19135         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
19137 2016-01-11  Tom de Vries  <tom@codesourcery.com>
19139         PR tree-optimization/69058
19140         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
19141         not supported.
19143 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
19145         * config/arc/arc.opt (mdiv-rem): Add period to the end.
19146         (mcode-density): Likewise.
19148 2016-01-10  Tom de Vries  <tom@codesourcery.com>
19150         PR tree-optimization/69062
19151         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
19152         (parallelize_loops): Don't paralelize loop that has phi with address
19153         arg.
19155 2016-01-10  Tom de Vries  <tom@codesourcery.com>
19157         PR tree-optimization/69039
19158         * tree-parloops.c (try_create_reduction_list): Only allow single exit
19159         phi for reduction.
19161 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
19163         PR middle-end/68743
19164         * match.pd: Require target has function_c99_misc before doing
19165         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
19167 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
19169         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
19170         use GMPINC.
19171         * configure: Regenerate.
19173 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
19175         PR middle-end/50865
19176         PR tree-optimization/69097
19177         * fold-const.h (expr_not_equal_to): New prototype.
19178         * fold-const.c: Include stringpool.h and tree-ssanames.h.
19179         (expr_not_equal_to): New function.
19180         * match.pd (X % -Y is the same as X % Y): Don't optimize
19181         unless X is known not to be equal to minimum or Y is known
19182         not to be equal to -1.
19183         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
19184         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
19185         (simplify_stmt_using_ranges): Adjust caller.
19186         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
19187         substitute_and_fold.
19189 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
19191         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
19192         w/o DECL_NAME.
19194 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
19196         PR tree-optimization/69167
19197         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
19198         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
19199         ops[0] comparison.
19200         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
19202 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
19203             Richard Biener  <rguenther@suse.de>
19205         PR tree-optimization/68707
19206         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
19207         instances that can be handled via vect_load_lanes.
19209 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
19211         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
19212         if we can't determine address equivalence.
19213         * alias.c (compare_base_decl): Update for changed return value of
19214         symtab_node::equal_address_to.
19216 2016-01-08  Jason Merrill  <jason@redhat.com>
19218         PR c++/68983
19219         PR c++/67557
19220         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
19221         * expr.c (store_field): Not here.
19222         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
19223         call with TREE_ADDRESSABLE type.
19224         * tree-cfg.c (verify_gimple_call): Adjust.
19226 2016-01-08  Olivier Hainque  <hainque@adacore.com>
19228         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
19229         libc_internal.
19231 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
19233         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
19234         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
19235         (reduc_smin_v2sf): Rename to...
19236         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
19237         (reduc_splus_v2sf): Rename to...
19238         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
19240 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
19242         PR tree-optimization/69162
19243         * gimplify.c (gimplify_va_arg_expr): Encode original type of
19244         valist argument in another argument.
19245         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
19246         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
19247         to determine the va_list type, build a MEM_REF instead of
19248         build_fold_indirect_ref.
19250         PR tree-optimization/69172
19251         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
19252         gimple_build.
19254 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19256         PR tree-optimization/67781
19257         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
19258         and cmpnop in two steps: first the ones not accessed in original
19259         gimple expression in a endian independent way and then the ones not
19260         accessed in the final result in an endian-specific way.
19262 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
19264         PR tree-optimization/69083
19265         * tree-vect-slp.c (vect_get_constant_vectors): For
19266         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
19267         element type.  If op is fold_convertible_p to vector_type's element
19268         type, use NOP_EXPR instead of VCE.
19270 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
19272         PR rtl-optimization/67778
19273         PR rtl-optimization/68634
19274         PR rtl-optimization/68909
19275         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
19276         block from the stack until done with it.  Remove a superfluous
19277         bitmap set.  Remove a superfluous bitmap test.
19279 2016-01-07  Martin Sebor  <msebor@redhat.com>
19281         PR c/68966
19282         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
19283         constraint on the type of arguments.
19285 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
19287         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
19288         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
19289         unaligned_access on the gcc_options set.
19290         * config/arm/arm.c (arm_option_override_internal): Use
19291         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
19293 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
19295         PR target/69140
19296         * config/i386/i386.c (ix86_frame_pointer_required): Enable
19297         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
19299 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
19301         Revert
19302         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
19304         PR target/69140
19305         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
19306         depending on frame_pointer_needed before remaining integer and SSE
19307         registers are saved.
19309 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
19311         PR 1078
19312         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
19314 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
19316         PR target/69171
19317         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
19318         Use the "xBm" constraint.
19319         (float<sseintvecmodelower><mode>2<mask_name><round_name):
19320         Likewise.
19321         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
19322         (sse_cvtsi2ssq<round_name>): Likewise.
19323         (sse_cvtss2si<round_name>): Likewise.
19324         (sse_cvtss2siq<round_name>): Likewise.
19325         (sse2_cvtsi2sdq<round_name>): Likewise.
19326         (sse2_cvtsd2si<round_name>): Likewise.
19327         (sse2_cvtsd2siq<round_name>): Likewise.
19328         * config/i386/subst.md (round_nimm_scalar_predicate): New
19329         predicate.
19331 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
19333         PR middle-end/67639
19334         * varasm.c (make_decl_rtl): Mark invalid register vars as
19335         DECL_EXTERNAL.
19337         PR rtl-optimization/66206
19338         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
19339         All callers changed.
19341 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
19343         PR tree-optimization/69141
19344         * tree-ssa-pre.c: Include langhooks.h.
19345         (eliminate_dom_walker::before_dom_children): Use
19346         lang_hooks.decl_printable_name instead of
19347         cgraph_node::get ()->name ().
19349         PR middle-end/68960
19350         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
19351         it and DECL_ALIGN too.
19353 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
19355         * config/mips/mips-ftypes.def: Sort to lexicographical order.
19357 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
19359         PR target/69140
19360         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
19361         depending on frame_pointer_needed before remaining integer and SSE
19362         registers are saved.
19364 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19366         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
19367         mode iterator with VSX_M2.
19368         (*p9_vecstore_<mode>): Likewise.
19369         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
19370         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
19371         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
19372         (define_split for VSX_LE128 stores): Likewise.
19373         (define_peephole2 for TImode LE swaps): Likewise.
19374         (define_split for VSX_LE128 post-reload stores): Likewise.
19376 2016-01-06  Marek Polacek  <polacek@redhat.com>
19378         PR sanitizer/69099
19379         * convert.c (convert_to_integer_1): Adjust call to
19380         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
19381         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
19382         EXPR instead of ARG.
19383         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
19385 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
19387         PR 1078
19388         * doc/extend.texi (RL78 Variable Attributes): New section.
19390 2016-01-05  Marek Polacek  <polacek@redhat.com>
19392         PR c/69104
19393         * builtins.c (get_memmodel): Use expansion point location rather than
19394         the input location.  Call warning_at rather than warning.
19395         (expand_builtin_atomic_compare_exchange): Likewise.
19396         (expand_builtin_atomic_load): Likewise.
19397         (expand_builtin_atomic_store): Likewise.
19398         (expand_builtin_atomic_clear): Likewise.
19400 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
19402         PR target/68991
19403         * config/i386/i386.c (ix86_expand_vector_logical_operator):
19404         Replace nonimmediate_operand with vector_operand.
19405         * config/i386/predicates.md (vector_operand): New predicate.
19406         (general_vector_operand): Replace nonimmediate_operand with
19407         vector_operand.
19408         * config/i386/sse.md: Replace nonimmediate_operand with
19409         vector_operand and m constraint with Bm constraint on SSE
19410         patterns with 16-byte memory operand.
19411         * config/i386/subst.md (round_nimm_predicate): Replace
19412         nonimmediate_operand with vector_operand.
19413         (round_saeonly_nimm_predicate): Likewise.
19414         (round_saeonly_nimm_scalar_predicate): New.
19416 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
19418         PR target/68991
19419         * config/i386/constraints.md (Bm): New constraint.
19420         * config/i386/predicates.md (vector_memory_operand): New
19421         predicate.
19422         * config/i386/sse.md: Replace xm with xBm in plusminus and
19423         any_logic patterns.
19425 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
19427         PR 1078
19428         * doc/extend.texi (V850 Function Attributes): New section.
19429         (V850 Variable Attributes): New section.
19431 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
19433         PR 1078
19434         * doc/extend.texi (MicroBlaze Function Attributes): Document
19435         interrupt_handler and fast_interrupt attributes.
19437 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
19439         PR other/60465
19440         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
19441         for local symbolic operands.
19442         * config/ia64/predicates.md (local_symbolic_operand64): New
19443         predicate.
19445 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19447         PR rtl-optimization/68651
19448         * combine.c (combine_simplify_rtx): Canonicalize x + x into
19449         x << 1.
19451 2016-01-05  Nathan Sidwell  <nathan@acm.org>
19453         * alias.c (compare_base_decls): Use symtab_node::get.
19455 2016-01-05  Nick Clifton  <nickc@redhat.com>
19457         PR target/68770
19458         * ira-costs.c (copy_cost): Initialise the t_icode field of the
19459         secondary_reload_info structure.
19461         PR target/66655
19462         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
19463         decls if weak support is available.
19465 2016-01-04  Martin Sebor  <msebor@redhat.com>
19467         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
19469 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
19471         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
19472         OPTION_MASK_P9_DFORM.
19474         * config/rs6000/constraints.md (wo constraint): New constraint for
19475         ISA 3.0 (power9).
19477         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
19478         for wo constraint.
19479         (rs6000_init_hard_regno_mode_ok): Likewise.
19481         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
19482         wo constraint.
19484         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
19485         expanders not to have constraints.  Add support for ISA 3.0 xxperm
19486         instruction.  Add support for fusing xxlor with xxperm.
19487         (altivec_vperm_<mode>_internal): Likewise.
19488         (altivec_vperm_v8hiv16qi): Likewise.
19489         (altivec_vperm_<mode>v16q): Likewise.
19490         (altivec_vperm_<mode>_uns): Likewise.
19491         (vperm_v8hiv4si): Likewise.
19492         (vperm_v16qiv8hi): Likewise.
19494         * doc/md.texi (RS/6000 constraints): Document wo constraint.
19496 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
19498         Update copyright years.
19500         * gcc.c (process_command): Update copyright notice dates.
19501         * gcov-dump.c (print_version): Ditto.
19502         * gcov.c (print_version): Ditto.
19503         * gcov-tool.c (print_version): Ditto.
19504         * gengtype.c (create_file): Ditto.
19505         * doc/cpp.texi: Bump @copying's copyright year.
19506         * doc/cppinternals.texi: Ditto.
19507         * doc/gcc.texi: Ditto.
19508         * doc/gccint.texi: Ditto.
19509         * doc/gcov.texi: Ditto.
19510         * doc/install.texi: Ditto.
19511         * doc/invoke.texi: Ditto.
19513 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
19515         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
19516         modes larger than TImode as TImode if NEON is not enabled.
19518 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
19520         PR target/69100
19521         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
19522         mode for %f0-%f31 only if TARGET_FPU.
19524 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
19526         PR target/69072
19527         * config/sparc/sparc.c (scan_record_type): Take into account subfields
19528         to compute the PACKED_P predicate.
19529         (function_arg_record_value): Minor tweaks.
19531 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19533         * doc/install.texi (--with-multilib-list): Describe the meaning of the
19534         option for arm*-*-* targets.
19536 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
19538         * doc/extend.texi (Common Function Attributes): Move docs for
19539         MSP430-specific attributes to....
19540         (MSP430 Function Attributes): ...here.  Delete the redundant
19541         entries and copy-edit the remaining text.
19542         (MSP430 Variable Attributes): Use uniform format for index
19543         entries and add a cross-reference to the corresponding function
19544         attribute docs.
19546 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
19548         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
19549         -finite-math typo.
19550         (x86 Options): Likewise.
19552 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
19554         PR 1078
19556         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
19557         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
19558         to corresponding attribute.
19560 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
19562         * doc/extend.texi (Common Function Attributes) <noplt>: Move
19563         to correct alphabetization of table.  Copy-edit and correct
19564         markup.
19565         <stack_protect>: Likewise.
19566         <target_clones>: Likewise.
19567         <simd>: Likewise.
19568         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
19569         Correct punctuation.
19570         (Code Gen Options) <-fno-plt>: Copy-edit.
19572 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19574         PR target/68917
19575         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
19576         SI values.  Explicitly convert SI to DI and vice-versa.
19578 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
19580         PR tree-optimization/69070
19581         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
19582         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
19584         PR sanitizer/69055
19585         * ubsan.c (ubsan_instrument_float_cast): Call
19586         initialize_sanitizer_builtins.
19588         PR target/69015
19589         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
19591 Copyright (C) 2016 Free Software Foundation, Inc.
19593 Copying and distribution of this file, with or without modification,
19594 are permitted in any medium without royalty provided the copyright
19595 notice and this notice are preserved.