GIMPLE store merging pass
[official-gcc.git] / gcc / ChangeLog
blob5b6467293d12a1980a5fdee31090da14090c48e6
1 2016-10-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3         PR middle-end/22141
4         * Makefile.in (OBJS): Add gimple-ssa-store-merging.o.
5         * common.opt (fstore-merging): New Optimization option.
6         * opts.c (default_options_table): Add entry for
7         OPT_ftree_store_merging.
8         * fold-const.h (can_native_encode_type_p): Declare prototype.
9         * fold-const.c (can_native_encode_type_p): Define.
10         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Define.
11         (PARAM_MAX_STORES_TO_MERGE): Likewise.
12         * timevar.def (TV_GIMPLE_STORE_MERGING): New timevar.
13         * passes.def: Insert pass_tree_store_merging.
14         * tree-pass.h (make_pass_store_merging): Declare extern
15         prototype.
16         * gimple-ssa-store-merging.c: New file.
17         * doc/invoke.texi (Optimization Options): Document
18         -fstore-merging.
19         (--param documentation): Document store-merging-allow-unaligned
20         and max-stores-to-merge.
22 2016-10-28  Will Schmidt <will_schmidt@vnet.ibm.com>
24         PR middle-end/72747
25         * gimplify.c (gimplify_init_constructor): Move emit of constructor
26         assignment to earlier in the if/else logic.
28 2016-10-28  Richard Biener  <rguenther@suse.de>
30         PR middle-end/78128
31         PR middle-end/71002
32         * fold-const.c (make_bit_field_ref): Only adjust alias set
33         when the original alias set was zero.
35 2016-10-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
37         * config/s390/s390.c (s390_adjust_loop_scan_osc): New function.
38         (s390_adjust_loops): New function.
39         (s390_reorg): Invoke s390_adjust_loops.
40         * config/s390/s390.md: (UNSPEC_OSC_BREAK): New constant.
41         ("osc_break"): New insn definition.
43 2016-10-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
45         * config/s390/s390.opt: Support alternate cpu level naming (archXX).
46         * config.gcc: Support alternate archXX cpu levels with
47         --with-arch= and --with-tune=.
48         * config/s390/linux.h: Translate new archXX cpu levels to the
49         original names when calling GAS.
50         * config/s390/tpf.h: Likewise.
51         * doc/invoke.texi: Document the alternate cpu level names.
53 2016-10-28  Jakub Jelinek  <jakub@redhat.com>
55         PR rtl-optimization/77919
56         * expr.c (expand_expr_real_1) <normal_inner_ref>: Force CONCAT into
57         MEM if mode1 is not a complex mode.
59         PR rtl-optimization/78132
60         * ree.c (combine_reaching_defs): Give up if copy_needed and
61         !HARD_REGNO_MODE_OK (REGNO (src_reg), dst_mode).
63 2016-10-27  Eric Botcazou  <ebotcazou@adacore.com>
65         * config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.
67 2016-10-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
69         * config/rs6000/constraints.md (wH constraint): Add new
70         constraints for allowing 32-bit integers (and eventually 8/16-bit
71         integers) into the vector registers.
72         (wI constraint): Likewise.
73         (wJ constraint): Likewise.
74         (wK constraint): Likewise.
75         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
76         -mvsx-small-integer as a default option for ISA 2.07
77         (i.e. power8).
78         (POWERPC_MASKS): Likewise.
79         * config/rs6000/rs6000.opt (-mvsx-small-integer): Add new debug
80         switch to turn off small integer support in vector registers.
81         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Eliminate
82         test for -mupper-regs-di, since it is already done with the
83         reg_add[mode].scalar_in_vsx_p.  Add support for the switch
84         -mvsx-small-integer.
85         (rs6000_debug_reg_global): Add support for wH, wI, wJ, and wK
86         constraints.
87         (rs6000_setup_reg_addr_masks): Likewise.
88         (rs6000_init_hard_regno_mode_ok): Likewise.
89         (rs6000_option_override_internal): Add consistency checks for
90         -mvsx-small-integer.
91         (rs6000_secondary_reload_simple_move): SImode is a simple move if
92         -mvsx-small-integer.
93         (rs6000_secondary_reload): Use std::swap.
94         (rs6000_preferred_reload_class): Don't prefer FLOAT_REGS over
95         VSX_REGS for small integers in vector registers, since there is no
96         D-FORM address mode for such types.
97         (rs6000_register_move_cost): Use FIRST_FPR_REGNO instead of 32.
98         (rs6000_opt_masks): Add -mvsx-small-integer.
99         * config/rs6000/vsx.md (VSINT_84): Add SImode for small integer
100         support.
101         (VSX_EXTRACT_I2): Clone VSX_EXTRACT_I, but drop V4SI since SImode
102         extracts can be done on ISA 2.07.
103         (vsx_extract_<mode>): Add support for small integers in vsx
104         registers.
105         (vsx_extract_<mode>_p9): Use 'v' instead of VSX_EX, since we no
106         longer support V4SImode in this pattern.
107         (vsx_extract_si): New insn to support extraction of SImode in ISA
108         2.07 using either xxextractuw or vspltw.
109         (vsx_extract_<mode>_p8): Use 'v' instead of VSX_EX, since we no
110         longer support V4SImode in this pattern.
111         * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wH, wI,
112         wJ, and wK constraints.
113         * config/rs6000/rs6000.md (f32_sv): Use correct instruction for
114         storing SDmode with VSX instructions.
115         (zero_extendsi<mode>2): Reorder pattern, so RLDICL comes after the
116         GPR load and before the FPR and VSX loads.  Remove ??, ! from the
117         constraints.  Add MFVSRWZ and XXEXTRACTUW instructions to support
118         small integers in vector registers.
119         (extendsi<mode>2): Reorder pattern, so EXTSW comes after the GPR
120         load and before the FPR and VSX loads.  Remove ??, ! from the
121         constraints.  Add VEXTSW2D support for small integers in vector
122         registers.
123         (lfiwax): Remove ! constraint.  Add VEXTSW2D support for small
124         integers in vector registers.
125         (floatsi<mode>2_lfiwax): If -mvsx-small-integer issue a normal
126         move instead of using an UNSPEC.
127         (lfiwzx): Remove ! constraint.  Add XXEXTRACTUW support for small
128         integers in vector registers.
129         (floatunssi<mode>2_lfiwzx): If -mvsx-small-integer issue a normal
130         move instead of using an UNSPEC.
131         (movsi_internal1): Add support for -mvsx-small-integer.  Align
132         columns so that it is more readable.
133         (SImode splitter for ISA 3.0 constants): Add splitter for
134         -128..127 constants that can easily be constructed on ISA 3.0.
135         * doc/md.texi (PowerPC Constraints): Document wH, wI, wJ, and wK
136         constraints.
138 2016-10-27  Jakub Jelinek  <jakub@redhat.com>
140         PR middle-end/78025
141         * omp-simd-clone.c (simd_clone_adjust): Handle noreturn declare simd
142         functions.
144 2016-10-27  Aldy Hernandez  <aldyh@redhat.com>
146         * builtins.c (expand_builtin_nonlocal_goto): Avoid evaluating
147         PIC_OFFSET_TABLE_REGNUM twice.
149 2016-10-27  Bin Cheng  <bin.cheng@arm.com>
151         * match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add
152         support for constant operand for OP.
154 2016-10-27  Jakub Jelinek  <jakub@redhat.com>
156         * dwarf2out.c (gen_member_die): Only reparent_child instead of
157         splice_child_die if child doesn't have DW_AT_specification attribute.
159 2016-10-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
161         * config/arm/arm.h (TARGET_HAVE_LDREX): Define for ARMv8-M Baseline.
162         (TARGET_HAVE_LDREXBH): Likewise.
163         (TARGET_HAVE_LDACQ): Likewise.
165 2016-10-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
167         * config/arm/arm.c (arm_split_atomic_op): Add function comment.  Add
168         logic to to decide whether to copy over old value to register for new
169         value.
170         * config/arm/sync.md: Add comments explaning why mode and code
171         attribute are not defined in iterators.md
172         (thumb1_atomic_op_str): New code attribute.
173         (thumb1_atomic_newop_str): Likewise.
174         (thumb1_atomic_fetch_op_str): Likewise.
175         (thumb1_atomic_fetch_newop_str): Likewise.
176         (thumb1_atomic_fetch_oldop_str): Likewise.
177         (atomic_exchange<mode>): Add new ARMv8-M Baseline only alternatives to
178         mirror the more restrictive constraints of the Thumb-1 insns after
179         split compared to Thumb-2 counterpart insns.
180         (atomic_<sync_optab><mode>): Likewise.  Add comment to keep constraints
181         in sync with non atomic version.
182         (atomic_nand<mode>): Likewise.
183         (atomic_fetch_<sync_optab><mode>): Likewise.
184         (atomic_fetch_nand<mode>): Likewise.
185         (atomic_<sync_optab>_fetch<mode>): Likewise.
186         (atomic_nand_fetch<mode>): Likewise.
187         * config/arm/thumb1.md (thumb1_addsi3): Add comment to keep contraint
188         in sync with atomic version.
189         (thumb1_subsi3_insn): Likewise.
190         (thumb1_andsi3_insn): Likewise.
191         (thumb1_iorsi3_insn): Likewise.
192         (thumb1_xorsi3_insn): Likewise.
194 2016-10-27  Nick Clifton  <nickc@redhat.com>
196         * plugin.c (register_plugin_info): Produce an error message if the
197         plugin is not found in the hash table.
199 2016-10-27  Bin Cheng  <bin.cheng@arm.com>
201         * match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)):
202         New pattern.
204 2016-10-26  Kelvin Nilsen  <kelvin@gcc.gnu.org>
206         PR target/78056
207         * config/rs6000/rs6000.c (spe_init_builtins): Modify loops to not
208         define builtin functions from the bdesc_spe_predicates or
209         bdesc_spe_evsel arrays if the builtin mask is not compatible with
210         the current compiler configuration.
211         (paired_init_builtins): Modify loop to not define define builtin
212         functions from the bdesc_paried_preds array if the builtin mask is
213         not compatible with the current compiler configuration.
214         (altivec_init_builtins): Modify loops to not define the
215         __builtin_altivec_stxvl function nor the builtin functions from
216         the bdesc_dst or bdesc_altivec_preds, or bdesc_abs arrays if the
217         builtin mask is not compatible with the current compiler
218         configuration.
220 2016-10-26  Jeff Law  <law@redhat.com>
222         * config/sh/sh.c (output_branch): Add missing fallthru comments.
223         (gen_shl_and): Likewise.
224         * config/sh/sh.md (movsicc): Add missing fallthru comments.
226         * config/mips/mips.c (mips16_constant_cost): Add missing
227         fallthru comments.
228         (mips16_build_call_stub): Increase buffer size.  Adjust
229         fallthru comment.
231 2016-10-26  David Malcolm  <dmalcolm@redhat.com>
233         * print-rtl.c (rtx_writer::print_rtx_operand_code_u): Print
234         INSN_UIDs for all insns in compact mode.
235         (rtx_writer::print_rtx): Likewise.
236         * print-rtl.h (rtx_writer::flag_compact): Update comment.
237         * rtl-tests.c (selftest::test_dumping_insns): Update expected
238         output to include INSN_UID.
239         (selftest::test_uncond_jump): Likewise.
241 2016-10-26  Pat Haugen  <pthaugen@us.ibm.com>
243         * haifa-sched.c (call_used_regs_num): Rename to...
244         (call_saved_regs_num): ...this.
245         (fixed_regs_num): New variable.
246         (sched_pressure_start_bb): Subtract out fixed_regs. Scale call_saved
247         regs not call_used.
248         (alloc_global_sched_pressure_data): Compute call_saved and fixed regs.
250 2016-10-26  David Malcolm  <dmalcolm@redhat.com>
252         * print-rtl-function.c (print_rtx_function): Rewrite in terms of
253         class rtx_writer.
254         * print-rtl.c (outfile): Delete global.
255         (sawclose): Likewise.
256         (indent): Likewise.
257         (in_call_function_usage): Likewise.
258         (flag_compact): Likewise.
259         (flag_simple): Likewise.
260         (rtx_writer::rtx_writer): New ctor.
261         (print_rtx_operand_code_0): Convert to...
262         (rtx_writer::print_rtx_operand_code_0): ...this.
263         (print_rtx_operand_code_e): Convert to...
264         (rtx_writer::print_rtx_operand_code_e): ...this.
265         (print_rtx_operand_codes_E_and_V): Convert to...
266         (rtx_writer::print_rtx_operand_codes_E_and_V): ...this.
267         (print_rtx_operand_code_i): Convert to...
268         (rtx_writer::print_rtx_operand_code_i): ...this.
269         (print_rtx_operand_code_r): Convert to...
270         (rtx_writer::print_rtx_operand_code_r): ...this.
271         (print_rtx_operand_code_u): Convert to...
272         (rtx_writer::print_rtx_operand_code_u): ...this.
273         (print_rtx_operand): Convert to...
274         (rtx_writer::print_rtx_operand): ...this.
275         (print_rtx): Convert to...
276         (rtx_writer::print_rtx): ...this.
277         (print_inline_rtx): Rewrite in terms of class rtx_writer.
278         (debug_rtx): Likewise.
279         (print_rtl): Convert to...
280         (rtx_writer::print_rtl): ...this.
281         (print_rtl): Reimplement in terms of class rtx_writer.
282         (print_rtl_single): Rewrite in terms of class rtx_writer.
283         (print_rtl_single_with_indent): Convert to..
284         (rtx_writer::print_rtl_single_with_indent): ...this.
285         (print_simple_rtl): Rewrite in terms of class rtx_writer.
286         * print-rtl.h (flag_compact): Delete decl.
287         (class rtx_writer): New class.
288         * rtl-tests.c (selftest::assert_rtl_dump_eq): Rewrite in terms of
289         class rtx_writer.
291 2016-10-26  Jeff Law  <law@redhat.com>
293         * config/microblaze/microblaze.c (tls_mentioned_p): Avoid
294         fallthru.
296         * config/arc/arc.c (acr_print_operand): Adjust fallthru comment.
297         (check_if_valid_sleep_operand): Add missing fallthru comment.
298         (arc_register_move_cost): Increase buffer size.
299         * config/arc/arc.md (cbranch4si_scratch): Add missing fallthru
300         comment.
301         * config/arc/predicates.md (move_str_operand): Avoid fallthru.
303         * config/cr16/cr16.c (cr16_print_operand): Add missing fallthru
304         comment.  Add gcc_unreachable for path that should never happen.
306         * config/epiphany/epiphany.c (epiphany_print_operand): Adjust
307         fallthru comment.
309 2016-10-26  Jakub Jelinek  <jakub@redhat.com>
310             Martin Liska  <mliska@suse.cz>
312         PR fortran/77973
313         * gimplify.c (gimplify_adjust_omp_clauses_1): For all added map
314         clauses with OMP_CLAUSE_SIZE being a decl, call omp_notice_variable
315         on outer context if any.
317 2016-10-26  Jakub Jelinek  <jakub@redhat.com>
319         * gen-pass-instances.awk (adjust_linenos): INcrement pass_lines[p]
320         by increment rather than double it.
321         (insert_remove_pass): Strip leading whitespace from args[3].  Don't
322         emit a space before args[4].
323         (END): Don't emit a space before with_arg.
325 2016-10-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
327         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Add new ARMv8-M
328         Baseline only alternatives to (i) hold store atomic success value in a
329         return register rather than a scratch register, (ii) use a low register
330         for it and to (iii) ensure the cbranchsi insn generated by the split
331         respect the constraints of Thumb-1 cbranchsi4_insn and
332         cbranchsi4_scratch.
333         * config/arm/thumb1.md (cbranchsi4_insn): Add comment to indicate
334         constraints must match those in atomic_compare_and_swap.
335         (cbranchsi4_scratch): Likewise.
337 2016-10-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
339         * config/arm/arm.c (arm_expand_compare_and_swap): Add new bdst local
340         variable.  Add the new parameter to the insn generator.  Set that
341         parameter to be CC flag for 32-bit targets, bval otherwise.  Set the
342         return value from the negation of that parameter for Thumb-1, keeping
343         the logic unchanged otherwise except for using bdst as the destination
344         register of the compare_and_swap insn.
345         (arm_split_compare_and_swap): Add explanation about how is the value
346         returned to the function comment.  Rename scratch variable to
347         neg_bval.  Adapt initialization of variables holding operands to the
348         new operand numbers.  Use return register to hold result of store
349         exclusive for Thumb-1, scratch register otherwise.  Construct the
350         appropriate cbranch for Thumb-1 targets, keeping the logic unchanged
351         for 32-bit targets.  Guard Z flag setting to restrict to 32bit targets.
352         Use gen_cbranchsi4 rather than hand-written conditional branch to loop
353         for strongly ordered compare_and_swap.
354         * config/arm/predicates.md (cc_register_operand): New predicate.
355         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Use a
356         match_operand with the new predicate to accept either the CC flag or a
357         destination register for the boolean return value, restricting it to
358         CC flag only via constraint.  Adapt operand numbers accordingly.
360 2016-10-26  Jeff Law  <law@redhat.com>
362         * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
364         * config/frv/frv.c (comparison_string): Do not fall through after
365         an error.
367         * config/iq2000/iq2000.c (iq2000_function_arg): Adjust fallthru
368         comment.
369         (expand_one_builtin): Add missing break.
371         * config/m32c/m32c.c (encode_pattern_1): Add fallthru comment.
372         (m32c_legitimate_address_p): Likewise.
374         * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
376         * config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.
378         * config/microblaze/microblaze.c (microblaze_function_arg): Adjust
379         fallthru comment.
381         * config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
382         fallthru comment.
384         * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
386         * config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
387         comment.
388         (rl78_asm_ctor_dtor): Increase buffer size.
390         * config/stormy16/stormy16.c (xstormy16_asm_output_destrutor): Increase
391         buffer size.
392         (xstormy16_asm_output_constructor): Likewise.
394         * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer
395         size.
397         * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
398         comment to silence warning.
400         * config/spu/spu.c (spu_sched_reorder): Add missing fallthru comment.
401         (spu_legitimate_address_p): Fix logic error and add missing fallthru
402         comment.
404 2016-10-26  Michael Matz  <matz@suse.de>
406         PR tree-optimization/78060
407         PR tree-optimization/78061
408         PR tree-optimization/78088
409         * tree-ssa-loop-split.c (easy_exit_values): New function.
410         (tree_ssa_split_loops): Use it.
411         (compute_new_first_bound): Change order of operations,
412         fix invalid use of types.
414 2016-10-26  Georg-Johann Lay  <avr@gjlay.de>
416         gen-pass-instances.awk is sensitive to the order in which
417         passes are added; passes that appear later have to be added first.
419         PR target/71676
420         PR target/71678
421         * config/avr/avr-passes.def: Swap order of directives for
422         gen-pass-instances.awk.
424 2016-10-25  Jeff Law  <law@redhat.com>
426         * config/vax/vax.c (vad_address_cost_1): Add missing FALLTHRU comment.
427         (vax_notice_update_cc): Likewise.
429 2016-10-25  Eric Botcazou  <ebotcazou@adacore.com>
431         * config.gcc (sparc*-*-solaris2*): Adjust.
432         (sparc64-*-linux*): Likewise.
433         * config/sparc/default-64.h: Rename to...
434         * config/sparc/default64.h: ...this.
435         * config/sparc/sparc.c (sparc_option_override): Replace TARGET_64BIT
436         with TARGET_ARCH64.
437         (sparc_mangle_type): Replace !TARGET_64BIT with TARGET_ARCH32.
438         * config/sparc/sparc.h: Minor tweaks.
439         * config/sparc/sparc.md: Replace !TARGET_64BIT and !TARGET_ARCH64 with
440         TARGET_ARCH32 throughout.  Minor various tweaks throughout.
442 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
444         * input.c (fcache::file_patch): Add comment about lifetime.
445         (selftest::cpp_reader_ptr): New class.
446         (selftest::lexer_test): Convert m_parser from cpp_reader *
447         to a cpp_reader_ptr, and move m_tempfile to after it.
448         (selftest::lexer_test::lexer_test): Update for above reordering.
449         (lexer_test::~lexer_test): Move cleanup of m_parser to
450         cpp_reader_ptr's dtor.
452 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
454         * toplev.c (toplev::main): Remove call to
455         location_adhoc_data_fini.
457 2016-10-25  Eric Botcazou  <ebotcazou@adacore.com>
459         * tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.
460         * tree.c (int_fits_type_p): Likewise.  Adjust head comment.
462 2016-10-25  David Malcolm  <dmalcolm@redhat.com>
464         * ggc-tests.c (forcibly_ggc_collect): Rename to...
465         (selftest::forcibly_ggc_collect): ...this, and remove "static".
466         (test_basic_struct): Update for above renaming.
467         (test_length): Likewise.
468         (test_union): Likewise.
469         (test_finalization): Likewise.
470         (test_deletable_global): Likewise.
471         (test_inheritance): Likewise.
472         (test_chain_next): Likewise.
473         (test_user_struct): Likewise.
474         (test_tree_marking): Likewise.
475         * selftest-run-tests.c (selftest::run_tests): Call
476         selftest::forcibly_ggc_collect at the end of the selftests.
477         * selftest.h (selftest::forcibly_ggc_collect): New decl.
479 2016-10-25  Jakub Jelinek  <jakub@redhat.com>
481         PR target/78102
482         * optabs.def (vcondeq_optab, vec_cmpeq_optab): New optabs.
483         * optabs.c (expand_vec_cond_expr): For comparison codes
484         EQ_EXPR and NE_EXPR, attempt vcondeq_optab as fallback.
485         (expand_vec_cmp_expr): For comparison codes
486         EQ_EXPR and NE_EXPR, attempt vec_cmpeq_optab as fallback.
487         * optabs-tree.h (expand_vec_cmp_expr_p, expand_vec_cond_expr_p):
488         Add enum tree_code argument.
489         * optabs-query.h (get_vec_cmp_eq_icode, get_vcond_eq_icode): New
490         inline functions.
491         * optabs-tree.c (expand_vec_cmp_expr_p): Add CODE argument.  For
492         CODE EQ_EXPR or NE_EXPR, attempt to use vec_cmpeq_optab as
493         fallback.
494         (expand_vec_cond_expr_p): Add CODE argument.  For CODE EQ_EXPR or
495         NE_EXPR, attempt to use vcondeq_optab as fallback.
496         * tree-vect-generic.c (expand_vector_comparison,
497         expand_vector_divmod, expand_vector_condition): Adjust
498         expand_vec_cmp_expr_p and expand_vec_cond_expr_p callers.
499         * tree-vect-stmts.c (vectorizable_condition,
500         vectorizable_comparison): Likewise.
501         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern,
502         check_bool_pattern, search_type_for_mask_1): Likewise.
503         * expr.c (do_store_flag): Likewise.
504         * doc/md.texi (@code{vec_cmpeq@var{m}@var{n}},
505         @code{vcondeq@var{m}@var{n}}): Document.
506         * config/i386/sse.md (vec_cmpeqv2div2di, vcondeq<VI8F_128:mode>v2di):
507         New expanders.
509 2016-10-25  Jeff Law  <law@redhat.com>
511         * config/v850/v850.c (v850_handle_data_area_attribute): Fix fallthru
512         comment.
513         (v850_output_aligned_bss): Add missing break.
515         * config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.
517 2016-10-25  Martin Liska  <mliska@suse.cz>
519         PR sanitizer/78106
520         * sanopt.c (imm_dom_path_with_freeing_call): Handle gasm
521         statements as they can also contain possibly a freeing call.
523 2016-10-25  H.J. Lu  <hongjiu.lu@intel.com>
524             Martin Liska  <mliska@suse.cz>
526         PR ipa/78099
527         * common.opt: Mark flag_ipa_icf_variables as Optimization flag.
528         * ipa-icf.c (sem_function::get_hash): Add target optimization
529         node to hash.
531 2016-10-25  Wilco Dijkstra  <wdijkstr@arm.com>
533         PR target/78041
534         * config/arm/neon.md (ashldi3_neon): Add "r 0 i" and "&r r i" variants.
535         Remove partial overlap check for shift by 1.
536         (ashldi3_neon): Likewise.
538 2016-10-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
540         * config/arm/constraints.md (Q constraint): Document its use for
541         Thumb-1.
542         (Pf constraint): New constraint for relaxed, consume or relaxed memory
543         models.
544         * config/arm/sync.md (atomic_load<mode>): Add new ARMv8-M Baseline only
545         alternatives to allow any register when memory model matches Pf and
546         thus lda is used, but only low registers otherwise.  Use unpredicated
547         output template for Thumb-1 targets.
548         (atomic_store<mode>): Likewise for stl.
549         (arm_load_exclusive<mode>): Add new ARMv8-M Baseline only alternative
550         whose output template does not have predication.
551         (arm_load_acquire_exclusive<mode>): Likewise.
552         (arm_load_exclusivesi): Likewise.
553         (arm_load_acquire_exclusivesi): Likewise.
554         (arm_store_release_exclusive<mode>): Likewise.
555         (arm_store_exclusive<mode>): Use unpredicated output template for
556         Thumb-1 targets.
558 2016-10-25  Jakub Jelinek  <jakub@redhat.com>
560         * internal-fn.def (LAUNDER): New internal function.
561         * internal-fn.c (expand_LAUNDER): New function.
563 2016-10-25  Georg-Johann Lay  <avr@gjlay.de>
564             Pitchumani Sivanupandi  <pitchumani.sivanupandi@microchip.com>
566         New avr target pass to work around performance loss by PR fix.
568         PR target/71676
569         PR target/71678
570         * config/avr/avr.md (casesi_<mode>_sequence) [qi,hi]: New insn.
571         (*cmp<mode>) [qi,qq,uqq,hi,hq,uhq,ha,uha]: Rename to cmp<mode>3.
572         * config/avr/predicates.md (extend_operator): New.
573         * config/avr/avr-passes.def (avr_pass_casesi): Register new pass.
574         * config/avr/avr-protos.h (avr_casei_sequence_check_operands)
575         (make_avr_pass_casesi): New prototypes.
576         * config/avr/avr.c (print-rtl.h): Include it.
577         (pass_data avr_pass_data_casesi): Data for new pass.
578         (avr_pass_casesi): New class implementing rtl_opt_pass .avr-casesi.
579         (make_avr_pass_casesi, avr_parallel_insn_from_insns)
580         (avr_is_casesi_sequence, avr_casei_sequence_check_operands)
581         (avr_optimize_casesi): New functions.
583 2016-10-25  Georg-Johann Lay  <avr@gjlay.de>
584             Pitchumani Sivanupandi  <pitchumani.sivanupandi@microchip.com>
586         PR target/71676
587         PR target/71678
588         * config/avr/avr.md (casesi): Rewrite avoiding subregs of SI.
590 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
592         * dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or
593         DW_AT_rvalue_reference attributes.
595 2016-10-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
597         * doc/invoke.text (Wint-in-bool-context): Update documentation.
598         * value-prof.c (stringop_block_profile): Fix a warning.
600 2016-10-24  Martin Sebor  <msebor@redhat.com>
602         PR middle-end/77735
603         * builtins.c (string_length): New function.
604         (c_strlen): Use string_length.  Correctly handle wide strings.
605         * gimple-ssa-sprintf.c (target_max_value, target_size_max): New
606         functions.
607         (target_int_max): Call target_max_value.
608         (format_result::knownrange): New data member.
609         (fmtresult::fmtresult): Define default constructor.
610         (format_integer): Use it and set format_result::knownrange.
611         Handle global constants.
612         (format_floating_max): Add third argument.
613         (format_floating): Recompute maximum value for %a for each argument.
614         (get_string_length): Use fmtresult default ctor.
615         (format_string): Set format_result::knownrange.
616         (format_directive): Check format_result::knownrange.
617         (add_bytes): Same.  Correct caret placement in diagnostics.
618         (pass_sprintf_length::compute_format_length): Set
619         format_result::knownrange.
620         (pass_sprintf_length::handle_gimple_call): Use target_size_max.
622 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
624         * config/i386/i386.c (ix86_in_large_data_p, ix86_expand_builtin): Use
625         VAR_P (x) instead of TREE_CODE (x) == VAR_DECL.
627 2016-10-24  Ximin Luo  <infinity0@pwned.gg>
629         PR debug/77985
630         * dwarf2out.c (file_table_relative_p): Remove.
631         (gen_compile_unit_die, dwarf2out_early_finish): Emit DW_AT_comp_dir
632         also for absolute paths.
633         * doc/tm.texi: Update.
634         * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Remove.
635         * target.def (force_at_comp_dir): Remove hook.
636         * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Remove define.
638 2016-10-24  Richard Biener  <rguenther@suse.de>
640         * tree-vrp.c (evrp_dom_walker::before_dom_children): Ignore
641         backedges when identifying the single predecessor to take
642         conditional info from.  Use SCEV to get at ranges for loop IVs.
643         * lto-streamer-out.c (lto_write_mode_table): CSE inner mode to
644         avoid false warning.
646 2016-10-24  Georg-Johann Lay  <avr@gjlay.de>
648         PR target/78093
649         * doc/extend.texi (AVR Variable Attributes) [absdata]: Document it.
650         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_ABSDATA): New macro.
651         (avr_address_tiny_absdata_p): New static function.
652         (avr_legitimate_address_p, avr_legitimize_address) [AVR_TINY]: Use
653         it to determine validity of constant addresses.
654         (avr_attribute_table) [absdata]: New variable attribute...
655         (avr_handle_absdata_attribute): ...and handler.
656         (avr_decl_absdata_p): New static function.
657         (avr_encode_section_info) [AVR_TINY]: Use it to add flag
658         AVR_SYMBOL_FLAG_TINY_ABSDATA to respective symbols_refs.
659         (avr_address_cost) [AVR_TINY]: absdata addresses cost 2.
661 2016-10-24  Richard Biener  <rguenther@suse.de>
663         PR tree-optimization/78076
664         * tree-ssa-loop-split.c (tree_ssa_split_loops): Reset aux
665         also on the loop tree root.
667 2016-10-24  Jakub Jelinek  <jakub@redhat.com>
669         * config/i386/i386.c (ix86_fold_builtin): Handle
670         IX86_BUILTIN_BEXTR{,I}{32,64}, IX86_BUILTIN_BZHI{32,64},
671         IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
672         (ix86_gimple_fold_builtin): Handle IX86_BUILTIN_BZHI{32,64},
673         IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
675 2016-10-24  Martin Liska  <mliska@suse.cz>
677         PR sanitizer/77966
678         * opts.c (finish_options): Skip conditionally.
680 2016-10-23  Martin Sebor  <msebor@redhat.com>
682         PR target/77837
683         * config/rs6000/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define.
684         * config/rs6000/linux64.h (TARGET_PRINTF_POINTER_FORMAT): Likewise.
686 2016-10-23  Eric Botcazou  <ebotcazou@adacore.com>
688         * config/sparc/sparc.md (cpu_feature): Minor tweak.
689         (enabled): Likewise.
690         (movsi_insn, movdi_insn_sp32, movdi_insn_sp64, movsf_insn,
691         movdf_insn_sp32, movdf_insn_sp64, zero_extendsidi2_insn_sp64,
692         sign_extendsidi2_insn, mov<VM32:mode>_insn, mov<VM64:mode>_insn_sp64,
693         mov<VM64:mode>_insn_sp32, not_<code><mode>, nand<mode>_vis,
694         <code>_not1<mode>_vi, <code>_not2<mode>_vis, one_cmpl<mode>2,
695         fcmp<code><GCM:gcm_name>, pdistn<mode>_vis): Likewise.
697 2016-10-23  Eric Botcazou  <ebotcazou@adacore.com>
699         * config/sparc/sparc-c.c (sparc_target_macros): Replace TARGET_64BIT
700         with TARGET_ARCH64.  Define __VIS to 0x400 if TARGET_VIS4.
702 2016-10-21  Andrew Pinski  <apinski@cavium.com>
704         * config/aarch64/aarch64-cores.def: Rewrite so IMP and PART are
705         integer constants.
706         * config/aarch64/driver-aarch64.c (struct aarch64_core_data): Change
707         implementer_id to unsigned char.
708         Change part_no to unsigned int.
709         (AARCH64_BIG_LITTLE): New define.
710         (INVALID_IMP): New define.
711         (INVALID_CORE): New define.
712         (cpu_data): Change the last element's implementer_id and part_no to
713         integers.
714         (valid_bL_string_p): Rewrite to ..
715         (valid_bL_core_p): this for integers instead of strings.
716         (parse_field): New function.
717         (contains_string_p): Rewrite to ...
718         (contains_core_p): this for integers and only for the part_no.
719         (host_detect_local_cpu): Rewrite handling of implementation and
720         par num to be integers; simplifying the code.
722 2016-10-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
724         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Create nonzero
725         value range for pointers in more cases.
727 2016-10-21  Wilco Dijkstra  <wdijkstr@arm.com>
729         * config/aarch64/aarch64.c (aarch64_add_constant_internal):
730         Add extra argument to allow emitting the move immediate.
731         Use add/sub with positive immediate.
732         (aarch64_add_constant): Add inline function.
733         (aarch64_add_sp): Likewise.
734         (aarch64_sub_sp): Likewise.
735         (aarch64_expand_prologue): Call aarch64_sub_sp.
736         (aarch64_expand_epilogue): Call aarch64_add_sp.
737         Decide when to leave out move.
738         (aarch64_output_mi_thunk): Call aarch64_add_constant.
740 2016-10-21  Wilco Dijkstra  <wdijkstr@arm.com>
742         * config/aarch64/aarch64.c (aarch64_layout_frame):
743         Align FP callee-saves.
745 2016-10-21  Jakub Jelinek  <jakub@redhat.com>
747         * config/i386/adxintrin.h (_subborrow_u32, _addcarry_u32,
748         _addcarryx_u32, _subborrow_u64, _addcarry_u64, _addcarryx_u64):
749         Formatting fixes.
750         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
751         _rdseed64_step): Likewise.
752         * config/i386/tbmintrin.h (__bextri_u32): Likewise.
754         PR target/78057
755         * config/i386/i386.c: Include fold-const-call.h, tree-vrp.h
756         and tree-ssanames.h.
757         (ix86_fold_builtin): Fold IX86_BUILTIN_[LT]ZCNT{16,32,64}
758         with INTEGER_CST argument.
759         (ix86_gimple_fold_builtin): New function.
760         (TARGET_GIMPLE_FOLD_BUILTIN): Define.
762         * dwarf2out.c (ranges_table): Change into vec<dw_ranges, va_gc> *.
763         (ranges_by_label): Change into vec<dw_ranges_by_label, va_gc> *.
764         (ranges_table_allocated, ranges_table_in_use,
765         ranges_by_label_allocated, ranges_by_label_in_use,
766         RANGES_TABLE_INCREMENT): Removed.
767         (add_ranges_num): Use vec_safe_push into ranges_table.
768         (add_ranges_by_labels): Use vec_safe_push into ranges_by_label.
769         (output_ranges): Adjust for ranges_table and ranges_by_label
770         conversion from arrays to vec.
771         (add_high_low_attributes, dwarf2out_finish): Adjust for range_table
772         conversion from arrays to vec.
773         (dwarf2out_c_finalize): Don't clear ranges_table_allocated,
774         ranges_table_in_use, ranges_by_label_allocated and
775         ranges_by_label_in_use.  Set ranges_by_label to NULL instead of 0.
777         * dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attribute
778         if needed.  Re-add origin_die variable and its initialization.
780         * gimplify.c (gimplify_bind_expr): Handle oacc_declare_returns
781         even for -fstack-reuse=none, or for volatile vars etc.
783 2016-10-21  David Malcolm  <dmalcolm@redhat.com>
785         * print-rtl-function.c (flag_compact): Move extern decl to...
786         * print-rtl.h (flag_compact): ...here.
787         * rtl-tests.c (selftests::assert_rtl_dump_eq): New function.
788         (ASSERT_RTL_DUMP_EQ): New macro.
789         (selftest::test_dumping_regs): New function.
790         (selftest::test_dumping_insns): New function.
791         (selftest::test_uncond_jump): Add uses of ASSERT_RTL_DUMP_EQ on
792         the insns.
793         (selftest::rtl_tests_c_tests): Call the new test functions.
795 2016-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
797         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
798         (outgoing_edges_match): Likewise.
799         (try_crossjump_to_edge): Likewise.
800         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
801         (rtl_tidy_fallthru_edge): Likewise.
802         * rtl.h (tablejump_p): Adjust prototype.
803         * rtlanal.c (tablejump_p): Return the label as a rtx_insn *.
805 2016-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
807         * rtl.h (label_ref_label): New function.
808         (set_label_ref_label): New function.
809         (LABEL_REF_LABEL): Delete.
810         * alias.c (rtx_equal_for_memref_p): Adjust.
811         * cfgbuild.c (make_edges): Likewise.
812         (purge_dead_tablejump_edges): Likewise.
813         * cfgexpand.c (convert_debug_memory_address): Likewise.
814         * cfgrtl.c (patch_jump_insn): Likewise.
815         * combine.c (distribute_notes): Likewise.
816         * cse.c (hash_rtx_cb): Likewise.
817         (exp_equiv_p): Likewise.
818         (fold_rtx): Likewise.
819         (check_for_label_ref): Likewise.
820         * cselib.c (rtx_equal_for_cselib_1): Likewise.
821         (cselib_hash_rtx): Likewise.
822         * emit-rtl.c (mark_label_nuses): Likewise.
823         * explow.c (convert_memory_address_addr_space_1): Likewise.
824         * final.c (output_asm_label): Likewise.
825         (output_addr_const): Likewise.
826         * gcse.c (add_label_notes): Likewise.
827         * genconfig.c (walk_insn_part): Likewise.
828         * genrecog.c (validate_pattern): Likewise.
829         * ifcvt.c (cond_exec_get_condition): Likewise.
830         (noce_emit_store_flag): Likewise.
831         (noce_get_alt_condition): Likewise.
832         (noce_get_condition): Likewise.
833         * jump.c (maybe_propagate_label_ref): Likewise.
834         (mark_jump_label_1): Likewise.
835         (redirect_exp_1): Likewise.
836         (rtx_renumbered_equal_p): Likewise.
837         * lra-constraints.c (operands_match_p): Likewise.
838         * print-rtl.c (print_value): Likewise.
839         * reload.c (find_reloads): Likewise.
840         * reload1.c (set_label_offsets): Likewise.
841         * reorg.c (get_branch_condition): Likewise.
842         * rtl-tests.c (test_uncond_jump): Likewise.
843         * rtl.c (rtx_equal_p_cb): Likewise.
844         (rtx_equal_p): Likewise.
845         * rtlanal.c (reg_mentioned_p): Likewise.
846         (rtx_referenced_p): Likewise.
847         (get_condition): Likewise.
848         * varasm.c (const_hash_1): Likewise.
849         (compare_constant): Likewise.
850         (const_rtx_hash_1): Likewise.
851         (output_constant_pool_1): Likewise.
853 2016-10-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
855         PR target/71627
856         * reload.c (find_valid_class_1): Allow regclass if atleast one
857         regno in regclass is ok. Compute and use rclass size based on
858         actually available regnos for mode in rclass.
860 2016-10-21  Eric Botcazou  <ebotcazou@adacore.com>
862         * config/sparc/sparc-modes.def (CCV): New.
863         (CCXV): Likewise.
864         * config/sparc/predicates.md (v_comparison_operator): New.
865         (icc_comparison_operator): Add support for CCV/CCXV.
866         (xcc_comparison_operator): Likewise.
867         * config/sparc/sparc.c (output_cbranch): Likewise.
868         (sparc_print_operand): Likewise.
869         * config/sparc/sparc.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
870         (uaddvdi4): New expander.
871         (addvdi4): Likewise.
872         (uaddvdi4_sp32): New instruction.
873         (addvdi4_sp32): Likewise.
874         (uaddvsi4): New expander.
875         (addvsi4): Likewise.
876         (cmp_ccc_plus_sltu_set): New instruction.
877         (cmp_ccv_plus): Likewise.
878         (cmp_ccxv_plus): Likewise.
879         (cmp_ccv_plus_set): Likewise.
880         (cmp_ccxv_plus_set): Likewise.
881         (cmp_ccv_plus_sltu_set): Likewise.
882         (uaddvdi4): New expander.
883         (subvdi4): Likewise.
884         (usubdi4_sp32): New instruction.
885         (subvdi4_sp32): Likewise.
886         (usubvsi4): New expander.
887         (subvsi4): Likewise.
888         (cmpsi_minus_sltu_set): New instruction.
889         (cmp_ccv_minus): Likewise.
890         (cmp_ccxv_minus): Likewise.
891         (cmp_ccv_minus_set): Likewise.
892         (cmp_ccxv_minus_set): Likewise.
893         (cmp_ccv_minus_sltu_set): Likewise.
894         (unegvdi3): New expander.
895         (negvdi3): Likewise.
896         (unegdi3_sp32): New instruction.
897         (negvdi3_sp32): Likewise.
898         (unegvsi3): New expander.
899         (negvsi3): Likewise.
900         (cmp_ccc_neg_sltu_set): New instruction.
901         (cmp_ccv_neg): Likewise.
902         (cmp_ccxv_neg): Likewise.
903         (cmp_ccv_neg_set): Likewise.
904         (cmp_ccxv_neg_set): Likewise.
905         (cmp_ccv_neg_sltu_set): Likewise.
907         * tree-ssa-loop-split.c: Remove trailing spaces.
908         * match.pd: Likewise.
910 2016-10-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
912         PR rtl-optimization/78038
913         * ree.c (get_defs): Return NULL if a defining insn for REG cannot
914         be deduced to set REG through the RTL structure.
915         (make_defs_and_copies_lists): Return false on a failing get_defs call.
917 2016-10-21  Richard Biener  <rguenther@suse.de>
919         PR tree-optimization/78051
920         * tree-vrp.c (evrp_dom_walker::before_dom_children): Update stmt
921         and mark replaced if folding did something.
923 2016-10-21  David Edelsohn  <dje.gcc@gmail.com>
925         * config/rs6000/rs6000.c (rs6000_assemble_visibility): Swap "internal"
926         and "protected" in visibility types.
927         (rs6000_xcoff_declare_function_name): Fix formatting.
928         (rs6000_xcoff_declare_object_name): Fix formatting.
930 2016-10-21  Uros Bizjak  <ubizjak@gmail.com>
932         * config/i386/i386.c (ix86_fold_builtin): Handle IX86_BUILTIN_INFQ
933         and IX86_BUILTIN_HUGE_VALQ here ...
934         (ix86_expand_builtin): ... not here.
936 2016-10-20  Jakub Jelinek  <jakub@redhat.com>
938         * doc/gty.texi (for_user): Use @item next to @findex.
940 2016-10-20  Uros Bizjak  <ubizjak@gmail.com>
942         PR target/78037
943         * config/i386/bmiintrin.h (__tzcnt_u16): Call __builtin_ia32_tzcnt_u16.
944         (__tzcnt_u32, _tzcnt_u32): Call __builtin_ia32_tzcnt_u32.
945         (__tzcnt_u64, _tzcnt_u64): Call __builtin_ia32_tzcnt_u64.
946         * config/i386/lzcntintrin.h (__lzcnt_u16): Call
947         __builtin_ia32_lzcnt_u16.
948         (__lzcnt_u32, _lzcnt_u32): Call __builtin_ia32_lzcnt_u32.
949         (__lzcnt_u64, _lzcnt_u64): Call __builtin_ia32_lzcnt_u64.
950         * config/i386/i386.md (UNSPEC_LZCNT, UNSPEC_TZCNT): New unspecs.
951         (ctz<mode>2, *ctz<mode>2): Use SWI48 mode iterator.
952         (bmi_tzcnt_<mode>): New expander.
953         (*bmi_tzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
954         (*bmi_tzcnt_<mode>_falsedep, *bmi_tzcnt_<mode>): New insn patterns.
955         (clz<mode>2_lzcnt, *clz<mode>2_lzcnt): Use SWI48 mode iterator.
956         (lzcnt_<mode>): New expander.
957         (*lzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
958         (*lzcnt_<mode>_falsedep, *lzcnt_<mode>): New insn patterns.
959         * config/i386/i386-builtin-types.def (UINT_FTYPE_UINT): New.
960         (UINT64_FTYPE_UINT64): New.
961         * config/i386/i386-builtin.def (__builtin_clzs): Remove description.
962         (__builtin_ia32_lzcnt_u16): New description.
963         (__builtin_ia32_lzcnt_u32): Ditto.
964         (__builtin_ia32_lzcnt_u64): Ditto.
965         (__builtin_ctzs): Remove description.
966         (__builtin_ia32_tzcnt_u16): New description.
967         (__builtin_ia32_tzcnt_u32): Ditto.
968         (__builtin_ia32_tzcnt_u64): Ditto.
969         * config/i386/i386.c (ix86_expand_args_builtin): Handle
970         UINT_FTYPE_UINT and UINT64_FTYPE_UINT64.
972 2016-10-20  Martin Liska  <mliska@suse.cz>
974         PR lto/78049
975         * lto-streamer-in.c (fixup_call_stmt_edges_1): Replace value
976         comparison with STMT_UID_NOT_IN_RANGE.
977         (fixup_call_stmt_edges): Do not fixup edges of a thunk in
978         LTRANS.
980 2016-10-20  Eric Botcazou  <ebotcazou@adacore.com>
982         * compare-elim.c (conforming_compare): Accept UNSPECs.
983         (find_comparison_dom_walker::before_dom_children): Deal with
984         instructions both using and killing the flags register.
985         (equivalent_reg_at_start): New function extracted from...
986         (try_eliminate_compare): ...here.  Use it and add support for
987         registers and UNSPECs as second operand of the compare.
988         * config/visium/visium-modes.def (CCV): New.
989         * config/visium/predicates.md (visium_v_comparison_operator): New.
990         (visium_branch_operator): Deal with CCV mode.
991         * config/visium/visium.c (visium_select_cc_mode): Likewise.
992         (output_cbranch): Likewise.
993         * config/visium/visium.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
994         (uaddv<mode>4): New expander.
995         (addv<mode>4): Likewise.
996         (add<mode>3_insn_set_carry): New instruction.
997         (add<mode>3_insn_set_overflow): Likewise.
998         (addsi3_insn_set_overflow): Likewise.
999         (usubv<mode>4): New expander.
1000         (subv<mode>4): Likewise.
1001         (sub<mode>3_insn_set_carry): New instruction.
1002         (sub<mode>3_insn_set_overflow): Likewise.
1003         (subsi3_insn_set_overflow): Likewise.
1004         (unegv<mode>3): New expander.
1005         (negv<mode>3): Likewise.
1006         (neg<mode>2_insn_set_overflow): New instruction.
1007         (addv_tst<mode>): Likewise.
1008         (subv_tst<mode>): Likewise.
1009         (negv_tst<mode>): Likewise.
1010         (cbranch<mode>4_addv_insn): New splitter and instruction.
1011         (cbranch<mode>4_subv_insn): Likewise.
1012         (cbranch<mode>4_negv_insn): Likewise.
1014 2016-10-20  Richard Biener  <rguenther@suse.de>
1016         * tree-ssa-alias.c (ptrs_compare_unequal): Remove code duplication.
1017         Handle decls possibly not bound.
1018         * tree-ssa-structalias.c (get_constraint_for_ssa_var): Add
1019         nothing_id for decls that might not be bound if we are interested
1020         for the address.
1021         (get_constraint_for_component_ref): Deal with that.
1023 2016-10-20  Michael Matz  <matz@suse.de>
1025         Loop splitting.
1026         * common.opt (-fsplit-loops): New flag.
1027         * passes.def (pass_loop_split): Add.
1028         * opts.c (default_options_table): Add OPT_fsplit_loops entry at -O3.
1029         (enable_fdo_optimizations): Add loop splitting.
1030         * timevar.def (TV_LOOP_SPLIT): Add.
1031         * tree-pass.h (make_pass_loop_split): Declare.
1032         * tree-ssa-loop-manip.h (rewrite_into_loop_closed_ssa_1): Declare.
1033         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h,
1034         * tree-ssa-loop-split.c: New file.
1035         * Makefile.in (OBJS): Add tree-ssa-loop-split.o.
1036         * doc/invoke.texi (fsplit-loops): Document.
1037         * doc/passes.texi (Loop optimization): Add paragraph about loop
1038         splitting.
1040 2016-10-20  Richard Biener  <rguenther@suse.de>
1042         * cgraphunit.c (analyze_functions): Set node->definition to
1043         false to signal symbol removal to debug_hooks->late_global_decl.
1044         * ipa.c (symbol_table::remove_unreachable_nodes): When not in
1045         WPA signal symbol removal to the debuginfo machinery.
1046         * dwarf2out.c (dwarf2out_late_global_decl): Instead of
1047         using early_finised to guard the we're called for symbol
1048         removal case look at the symtabs definition flag.
1049         (gen_variable_die): Remove redundant check.
1051 2016-10-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1053         * config/s390/s390.md ("prefetch"): Add fallthrough comment.
1055 2016-10-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1057         PR tree-optimization/53979
1058         * match.pd ((a ^ b) | a -> a | b): New pattern.
1060 2016-10-19  John David Anglin  <danglin@gcc.gnu.org>
1062         * config/pa/pa64-hpux.h (PA_INIT_FRAME_DUMMY_ASM_OP): Move to
1063         config/pa/pa64-hpux-lib.h.
1064         (PA_CRTBEGIN_HACK): Likewise.
1065         (DTOR_LIST_BEGIN): Likewise.
1067 2016-10-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1069         * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
1070         register only if "in" and "out" are different registers.
1072 2016-10-19  Eric Botcazou  <ebotcazou@adacore.com>
1074         * omp-low.c (pass_oacc_device_lower::gate): New method.
1075         (execute): Always call execute_oacc_device_lower.
1077 2016-10-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1079         PR tree-optimization/77916
1080         PR tree-optimization/77937
1081         * gimple-ssa-strength-reduction.c (analyze_increments): Remove
1082         stopgap fix.
1083         (insert_initializers): Requirement of initializer for -1 should be
1084         based on pointer-typedness of the candidate basis.
1086 2016-10-19  Bin Cheng  <bin.cheng@arm.com>
1088         PR tree-optimization/78005
1089         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Compute
1090         upper (included) bound for niters of prolog loop.
1091         (vect_gen_scalar_loop_niters): Change parameter VF to VFM1.
1092         Compute niters of scalar loop above which vectorized loop is
1093         preferred, as well as the upper (included) bound for the niters.
1094         (vect_do_peeling): Record niter bound for loops accordingly.
1096 2016-10-19  Thomas Schwinge  <thomas@codesourcery.com>
1098         PR lto/77458
1099         * tree-core.h (enum tree_index): Put the complex types after their
1100         component types.
1101         * tree-streamer.c (verify_common_node_recorded): New function.
1102         (preload_common_nodes) <TREE_CODE (node) == COMPLEX_TYPE>: Use it.
1104 2016-10-19  Martin Liska  <mliska@suse.cz>
1106         * cgraph.h (cgraph_edge::binds_to_current_def_p):
1107         Replace NULL with false as a return value.
1109 2016-10-19  Thomas Schwinge  <thomas@codesourcery.com>
1111         PR tree-optimization/78024
1112         * omp-low.c (oacc_loop_discovery): Call clear_bb_flags before, and
1113         don't clear BB_VISITED after processing.
1115 2016-10-19  Richard Biener  <rguenther@suse.de>
1117         * domwalk.c (dom_walker::walk): Use RPO order.
1119 2016-10-19  Richard Biener  <rguenther@suse.de>
1121         * tree-vrp.c (evrp_dom_walker::evrp_dom_walker): Initialize
1122         stmts_to_remove.
1123         (evrp_dom_walker::~evrp_dom_walker): Free it.
1124         (evrp_dom_walker::stmts_to_remove): Add.
1125         (evrp_dom_walker::before_dom_children): Mark PHIs and stmts
1126         whose output we fully propagate for removal.  Propagate
1127         into BB destination PHI arguments.
1128         (execute_early_vrp): Remove queued stmts.  Dump value ranges
1129         before stmt removal.
1131 2016-10-18  Aldy Hernandez  <aldyh@redhat.com>
1133         * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
1134         * passes.def: Add two instances of pass_walloca.
1135         * tree-pass.h (make_pass_walloca): New.
1136         * gimple-ssa-warn-alloca.c: New file.
1137         * doc/invoke.texi: Document -Walloca, -Walloca-larger-than=, and
1138         -Wvla-larger-than= options.
1140 2016-10-18  Thomas Schwinge  <thomas@codesourcery.com>
1142         * cfg.c (clear_bb_flags): Use FOR_ALL_BB_FN.
1143         * config/nvptx/nvptx.c (nvptx_find_sese): Likewise.
1145 2016-10-18  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1147         * config/rs6000/altivec.h (vec_xl_len): New macro.
1148         (vec_xst_len): New macro.
1149         (vec_cmpnez): New macro.
1150         (vec_cntlz_lsbb): New macro.
1151         (vec_cnttz_lsbb): New macro.
1152         (vec_xlx): New macro.
1153         (vec_xrx): New macro.
1154         (vec_all_nez): New C++ predicate template.
1155         (vec_any_eqz): New C++ predicate template.
1156         (vec_all_ne): Revised C++ predicate template under _ARCH_PWR9
1157         conditional compilation.
1158         (vec_any_eq): Revised C++ predicate template under _ARCH_PWR9
1159         conditional compilation.
1160         (vec_all_nez): New macro.
1161         (vec_any_eqz): New macro.
1162         (vec_all_ne): Revised macro under _ARCH_PWR9 conditional
1163         compilation.
1164         (vec_any_eq): Revised macro under _ARCH_PWR9 conditional
1165         compilation.
1166         * config/rs6000/vector.md (VI): Moved this mode iterator
1167         definition from altivec.md to vector.md.
1168         (UNSPEC_NEZ_P): New value.
1169         (vector_ne_<mode>_p): New expansion for implementation of
1170         vec_all_ne and vec_any_eq built-in functions.
1171         (vector_nez_<mode>_p): New expansion for implementation of
1172         vec_all_nez and vec_any_eqz built-in functions.
1173         (vector_ne_v2di_p): New expansion for implementation of vec_all_ne
1174         and vec_any_eq built-in function.
1175         (cr6_test_for_zero): New commentary to explain this expansion.
1176         (cr6_test_for_zero_reverse): New commentary to explain this expansion.
1177         (cr6_test_for_lt): New commentary to explain this expansion.
1178         (cr6_test_for_lt_reverse): New commentary to explain this
1179         expansion.
1180         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1181         overloaded function prototypes for vec_all_ne, vec_all_nez,
1182         vec_any_eq, vec_any_eqz, vec_cmpnez, vec_cntlz_lsbb,
1183         vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx, and vec_xrx
1184         built-in functions.
1185         (altivec_resolve_overloaded_builtin): Modify the handling of
1186         ALTIVEC_BUILTIN_VEC_CMPNE to use the Power9 instructions when
1187         the compiler is configured to support TARGET_P9_VECTOR.
1188         * config/rs6000/rs6000-builtin.def (BU_ALTIVEC_P): Add commentary
1189         to explain the special processing that is given to predicate
1190         built-ins introduced using this macro.
1191         (BU_ALTIVEC_OVERLOAD_P): Add commentary to alert maintainers to
1192         the special processing given to predicate built-ins introduced
1193         using this macro.
1194         (BU_VSX_P): Likewise.
1195         (BU_P8V_AV_P): Likewise.
1196         (BU_P9V_AV_P): Likewise.
1197         (BU_P9V_AV_X): New macro.
1198         (BU_P9V_64BIT_AV_X): New macro.
1199         (BU_P9V_VSX_3): New macro.
1200         (BU_P9V_OVERLOAD_P): New macro.
1201         (LXVL): New BU_P9V_64BIT_VSX_2.
1202         (VEXTUBLX): New BU_P9V_AV_2.
1203         (VEXTUBRX): Likewise.
1204         (VEXTUHLX): Likewise.
1205         (VEXTUHRX): Likewise.
1206         (VEXTUWLX): Likewise.
1207         (VEXTUWRX): Likewise.
1208         (STXVL): New BU_P9V_64BIT_AV_X.
1209         (VCLZLSBB): New BU_P9V_AV_1.
1210         (VCTZLSBB): Likewise.
1211         (CMPNEB): New BU_P9V_AV_2.
1212         (CMPNEH): Likewise.
1213         (CMPNEW): Likewise.
1214         (CMPNEF): Likewise.
1215         (CMPNED): Likewise.
1216         (VCMPNEB_P): New BU_P9V_AV_P.
1217         (VCMPNEH_P): Likewise.
1218         (VCMPNEW_P): Likewise.
1219         (VCMPNED_P): Likewise.
1220         (VCMPNEFP_P): Likewise.
1221         (VCMPNEDP_P): Likewise.
1222         (CMPNEZB): New BU_P9V_AV_2.
1223         (CMPNEZH): Likewise.
1224         (CMPNEZW): Likewise.
1225         (VCMPNEZB_P): New BU_P9V_AV_P.
1226         (VCMPNEZH_P): Likewise.
1227         (VCMPNEZW_P): Likewise.
1228         (LXVL): New BU_P9V_OVERLOAD_2.
1229         (STXVL): New BU_P9V_OVERLOAD_3.
1230         (VEXTULX): New BU_P9V_OVERLOAD_2.
1231         (VEXTURX): Likewise.
1232         (CMPNEZ): Likewise.
1233         (VCMPNEZ_P): New BU_P9V_OVERLOAD_P.
1234         (VCMPNE_P): Likewise.
1235         (VCLZLSBB): New BU_P9V_OVERLOAD_1.
1236         (VCTZLSBB): Likewise.
1237         * config/rs6000/rs6000.c (altivec_expand_predicate_builtin): Add
1238         comment to explain mode used for scratch register.
1239         (altivec_expand_stxvl_builtin): New function.
1240         (altivec_expand_builtin): Add case for new constant P9V_BUILTIN_STXVL.
1241         (altivec_init_builtins): Add initialized variable
1242         void_ftype_v16qi_pvoid_long and use this type to define the
1243         built-in function __builtin_altivec_stxvl.
1244         * config/rs6000/vsx.md (UNSPEC_LXVL): New value.
1245         (UNSPEC_STXVL): New value.
1246         (UNSPEC_VCLZLSBB): New value.
1247         (UNSPEC_VCTZLSBB): New value.
1248         (UNSPEC_VEXTUBLX): New value.
1249         (UNSPEC_VEXTUHLX): New value.
1250         (UNSPEC_VEXTUWLX): New value.
1251         (UNSPEC_VEXTUBRX): New value.
1252         (UNSPEC_VEXTUHRX): New value.
1253         (UNSPEC_VEXTUWRX): New value.
1254         (UNSPEC_VCMPNEB): New value.
1255         (UNSPEC_VCMPNEZB): New value.
1256         (UNSPEC_VCMPNEH): New value.
1257         (UNSPEC_VCMPNEZH): New value.
1258         (UNSPEC_VCMPNEW): New value.
1259         (UNSPEC_VCMPNEZW): New value.
1260         (*vsx_ne_<mode>_p): New insn for vector test all not equal with
1261         vector of integer modes.
1262         (*vsx_ne_<mode>_p): New insn for vector test all not equal with
1263         vector of float or double modes.
1264         (*vector_nez_<mode>_p): New insn for vector test all not equal or
1265         zero.
1266         (lxvl): New expand for load VSX vector with length.
1267         (*lxvl): New insn for load VSX vector with length.
1268         (stxvl): New expand for store VSX vector with length.
1269         (*stxvl): New insn for store VSX vector with length.
1270         (vcmpneb): New insn for vector of byte compare not equal.
1271         (vcmpnezb): New insn for vector of byte compare not equal or zero.
1272         (vcmpneh): New insn for vector of half word compare not equal.
1273         (vcmpnezh): New insn for vector of half word compare not equal or
1274         zero.
1275         (vcmpnew): New insn for vector of word compare not equal.
1276         (vcmpne<VSs>): New insn for vector of float or double compare not
1277         equal.
1278         (vcmpnezw): New insn for vector of word compare not equal or zero.
1279         (vclzlsbb): New insn for vector count leading zero
1280         least-significant bits byte.
1281         (vctzlsbb): New insn for vector count trailing zero least
1282         signficant bits byte.
1283         (vextublx): New insn for vector extract unsigned byte left
1284         indexed.
1285         (vextubrx): New insn for vector extract unsigned byte right
1286         indexed.
1287         (vextuhlx): New insn for vector extract unsigned half word left
1288         indexed.
1289         (vextuhrx): New insn for vector extract unsigned half word right
1290         indexed.
1291         (vextuwlx): New insn for vector extract unsigned word left
1292         indexed.
1293         (vextuwrx): New insn for vector extract unsigned word right
1294         indexed.
1295         * config/rs6000/rs6000.h (RS6000_BTC_CONST): Enhance comment to
1296         clarify intent of this constant.
1297         * config/rs6000/altivec.md (VI): Move this mode iterator to vsx.md.
1298         * doc/extend.texi (PowerPC Altivec Built-in Functions): Add
1299         documentation for vec_all_nez, vec_any_eqz, vec_cmpnez,
1300         vec_cntlz_lsbb, vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx,
1301         and vec_xrx functions.
1303 2016-10-18  Andrew Pinski  <apinski@cavium.com>
1305         PR tree-opt/65950
1306         * predict.c (is_exit_with_zero_arg): New function.
1307         (tree_bb_level_predictions): Don't consider paths leading to exit(0)
1308         as nottaken.
1310 2016-10-18  Uros Bizjak  <ubizjak@gmail.com>
1312         PR target/77991
1313         * config/i386/i386.c (legitimize_tls_address)
1314         <case TLS_MODEL_INITIAL_EXEC>: For TARGET_64BIT || TARGET_ANY_GNU_TLS
1315         convert dest to Pmode if different than Pmode.
1317 2016-10-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1319         PR tree-optimization/77916
1320         * gimple-ssa-strength-reduction.c (analyze_increments): Reinstate
1321         stopgap fix, as pointers with -1 increment are still broken.
1323 2016-10-18  David Edelsohn  <dje.gcc@gmail.com>
1325         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Move storage
1326         mapping class decoration from here...
1327         (rs6000_xcoff_encode_section): ...to here.
1329         (rs6000_savres_strategy) [AIX,ELFv2]: Inline FPR save and restore
1330         if shrink-wrapping and optimizing for speed.
1332 2016-10-18  Richard Biener  <rguenther@suse.de>
1334         * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
1335         not visited but non-executable predecessors.  Return taken edge.
1336         Simplify conditions and refactor propagation vs. folding step.
1338 2016-10-18  Segher Boessenkool  <segher@kernel.crashing.org>
1340         * config/rs6000/rs6000.c (rs6000_savres_strategy): Do not select
1341         {SAVE,REST}_MULTIPLE if shrink-wrapping separate components.
1342         (rs6000_get_separate_components): Assert we do not have those
1343         strategies selected.
1345 2016-10-18  Richard Biener  <rguenther@suse.de>
1347         * tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.
1348         * tree-ssa-propagate.c (ssa_prop_fini): Remove final BB_VISITED
1349         clearing.
1350         (substitute_and_fold_dom_walker): Adjust constructor.
1351         (substitute_and_fold_dom_walker::before_dom_children): Remove
1352         do_dce flag and handling (always true).
1353         (substitute_and_fold): Likewise.
1354         * tree-vrp.c (vrp_finalize): Adjust.
1355         (execute_early_vrp): Remove final BB_VISITED clearing.
1356         * tree-ssa-ccp.c (ccp_finalize): Adjust.
1357         * tree-ssa-copy.c (fini_copy_prop): Likewise.
1358         * ira.c (ira): Call clear_bb_flags.
1360 2016-10-18  Richard Biener  <rguenther@suse.de>
1362         * genmatch.c (dt_operand::gen_gimple_expr): Use get_name to
1363         get at the operand to look at with TREE_OPERAND for generic
1364         sub-nodes.
1366 2016-10-18  David Malcolm  <dmalcolm@redhat.com>
1368         * genattrtab.c (attr_string): Use rtx_reader_ptr for call to
1369         copy_md_ptr_loc.
1370         (gen_attr): Use rtx_reader_ptr for lookup_enum_type call.
1371         (write_test_expr): Use rtx_reader_ptr for calls to
1372         fprint_c_condition.
1373         (write_attr_value): Likewise.
1374         * genconditions.c (write_one_condition): Use rtx_reader_ptr for
1375         call to print_md_ptr_loc.
1376         (write_one_condition): Likewise for calls to print_c_condition.
1377         * genconstants.c: Include "statistics.h" and "vec.h".
1378         (main): Update for conversion to member functions.
1379         * genemit.c (emit_c_code): Use rtx_reader_ptr for
1380         call to print_md_ptr_loc.
1381         * genenums.c: Include "statistics.h" and "vec.h".
1382         (main): Update for conversion of traverse_enum_types to a method.
1383         * genmddeps.c: Include "statistics.h" and "vec.h".
1384         * genoutput.c (process_template): Use rtx_reader_ptr for call to
1385         print_md_ptr_loc.
1386         * genpreds.c (write_predicate_subfunction): Likewise.
1387         (write_predicate_expr): Likewise for calls to print_c_condition.
1388         * genrecog.c (print_test): Likewise.
1389         * gensupport.c (process_rtx): Likewise for calls to
1390         copy_md_ptr_loc and join_c_conditions.
1391         (alter_test_for_insn): Likewise for call to join_c_conditions.
1392         (process_substs_on_one_elem): Likewise.
1393         (gen_mnemonic_setattr): Update for move of string_obstack to a
1394         field of rtx_reader.
1395         (mnemonic_htab_callback): Likewise.  Fix formatting.
1396         (gen_mnemonic_attr): Likewise.
1397         * gentarget-def.c (def_target_insn): Use rtx_reader_ptr for calls
1398         to print_c_condition.
1399         * read-md.c: Include "statistics.h" and "vec.h".
1400         (string_obstack): Convert this global to field "m_string_obstack"
1401         of class rtx_reader.
1402         (ptr_locs): Likewise, as "m_ptr_locs".
1403         (ptr_loc_obstack): Likewise, as "m_ptr_loc_obstack".
1404         (joined_conditions): Likewise, as "m_joined_conditions".
1405         (joined_conditions_obstack): Likewise, as "m_joined_conditions_obstack".
1406         (md_constants): Likewise, as "m_md_constants".
1407         (enum_types): Likewise, as "m_enum_types".
1408         (set_md_ptr_loc): Convert to...
1409         (rtx_reader::set_md_ptr_loc): ...member function.
1410         (get_md_ptr_loc): Convert to...
1411         (rtx_reader::get_md_ptr_loc): ...member function.
1412         (copy_md_ptr_loc): Convert to...
1413         (rtx_reader::copy_md_ptr_loc): ...member function.
1414         (fprint_md_ptr_loc): Convert to...
1415         (rtx_reader::fprint_md_ptr_loc): ...member function.
1416         (print_md_ptr_loc): Convert to...
1417         (rtx_reader::print_md_ptr_loc): ...member function.
1418         (join_c_conditions): Convert to...
1419         (rtx_reader::join_c_conditions): ...member function.
1420         (fprint_c_condition): Convert to...
1421         (rtx_reader::fprint_c_condition): ...member function.
1422         (print_c_condition): Convert to...
1423         (rtx_reader::print_c_condition): ...member function.
1424         (read_name): Convert to...
1425         (rtx_reader::read_name): ...member function.
1426         (read_escape): Convert to...
1427         (rtx_reader::read_escape): ...member function.
1428         (read_quoted_string): Convert to...
1429         (rtx_reader::read_quoted_string): ...member function.
1430         (read_braced_string): Convert to...
1431         (rtx_reader::read_braced_string): ...member function.
1432         (read_string): Convert to...
1433         (rtx_reader::read_string): ...member function.
1434         (read_skip_construct): Convert to...
1435         (rtx_reader::read_skip_construct): ...member function.
1436         (handle_constants): Convert to...
1437         (rtx_reader::handle_constants): ...member function.
1438         (traverse_md_constants): Convert to...
1439         (rtx_reader::traverse_md_constants): ...member function.
1440         (handle_enum): Convert to...
1441         (rtx_reader::handle_enum): ...member function.
1442         (lookup_enum_type): Convert to...
1443         (rtx_reader::lookup_enum_type): ...member function.
1444         (traverse_enum_types): Convert to...
1445         (rtx_reader::traverse_enum_types): ...member function.
1446         (rtx_reader::rtx_reader): Move initializations
1447         of various former global data from rtx_reader::read_md_files to
1448         here, as fields, along with the call to unlock_std_streams.
1449         (rtx_reader::~rtx_reader): Clean up m_base_dir, and clean up
1450         the new fields.
1451         (rtx_reader::read_md_files): Move initializations of various
1452         global data from here to the ctor.
1453         * read-md.h (read_name): Convert to...
1454         (rtx_reader::read_name): ...member function.
1455         (rtx_reader::read_escape): New method decl.
1456         (read_quoted_string): Convert to...
1457         (rtx_reader::read_quoted_string): ...member function.
1458         (rtx_reader::read_braced_string): New method decl.
1459         (read_string): Convert to...
1460         (rtx_reader::read_string): ...member function.
1461         (rtx_reader::read_skip_construct): New method decl.
1462         (rtx_reader::set_md_ptr_loc): New method decl.
1463         (rtx_reader::get_md_ptr_loc): New method decl.
1464         (copy_md_ptr_loc): Convert to...
1465         (rtx_reader::copy_md_ptr_loc): ...member function.
1466         (fprint_md_ptr_loc): Convert to...
1467         (rtx_reader::fprint_md_ptr_loc): ...member function.
1468         (print_md_ptr_loc): Convert to...
1469         (rtx_reader::print_md_ptr_loc): ...member function.
1470         (rtx_reader::lookup_enum_type): New method decl.
1471         (rtx_reader::traverse_enum_types): New method decl.
1472         (rtx_reader::handle_constants): New method decl.
1473         (traverse_md_constants): Convert to...
1474         (rtx_reader::traverse_md_constants): ...member function.
1475         (rtx_reader::handle_enum): New method decl.
1476         (rtx_reader::join_c_conditions): New method decl.
1477         (fprint_c_condition): Convert to...
1478         (rtx_reader::fprint_c_condition): ...member function.
1479         (print_c_condition): Convert to...
1480         (rtx_reader::print_c_condition): ...member function.
1481         (rtx_reader::apply_iterator_to_string): New method decl.
1482         (rtx_reader::copy_rtx_for_iterators): New method decl.
1483         (rtx_reader::read_conditions): New method decl.
1484         (rtx_reader::record_potential_iterator_use): New method decl.
1485         (rtx_reader::read_mapping): New method decl.
1486         (rtx_reader::read_rtx): New method decl.
1487         (rtx_reader::read_rtx_code): New method decl.
1488         (rtx_reader::read_rtx_operand): New method decl.
1489         (rtx_reader::read_nested_rtx): New method decl.
1490         (rtx_reader::read_rtx_variadic): New method decl.
1491         (rtx_reader::get_string_obstack): New method.
1492         (rtx_reader::get_md_constants): New method.
1493         (string_obstack): Convert global variable decl to...
1494         (rtx_reader::m_string_obstack): ...this new field.
1495         (rtx_reader::m_ptr_locs): New field.
1496         (rtx_reader::m_ptr_loc_obstack): New field.
1497         (rtx_reader::m_joined_conditions): New field.
1498         (rtx_reader::m_joined_conditions_obstack): New field.
1499         (rtx_reader::m_md_constants): New field.
1500         (rtx_reader::m_enum_types): New field.
1501         * read-rtl.c (apply_iterator_to_string): Convert to...
1502         (rtx_reader::apply_iterator_to_string): ...member function.
1503         (copy_rtx_for_iterators): Convert to...
1504         (rtx_reader::copy_rtx_for_iterators): ...member function.
1505         (add_condition_to_string): Use rtx_reader_ptr for
1506         calls join_c_conditions.
1507         (apply_iterators): Use rtx_reader_ptr for calls to
1508         join_c_conditions and copy_rtx_for_iterators.
1509         (read_conditions): Convert to...
1510         (rtx_reader::read_conditions): ...member function.
1511         (record_potential_iterator_use): Convert to...
1512         (rtx_reader::record_potential_iterator_use): ...member function.
1513         (read_mapping): Convert to...
1514         (rtx_reader::read_mapping): ...member function.
1515         (read_subst_mapping): Use rtx_reader_ptr for read_string call.
1516         (read_rtx): Convert to...
1517         (rtx_reader::read_rtx): ...member function.
1518         (read_rtx_code): Convert to...
1519         (rtx_reader::read_rtx_code): ...member function.
1520         (read_rtx_operand): Convert to...
1521         (rtx_reader::read_rtx_operand): ...member function.  Update for move
1522         of string_obstack to a field.
1523         (read_nested_rtx): Convert to..
1524         (rtx_reader::read_nested_rtx): ...member function.
1525         (read_rtx_variadic): Convert to..
1526         (rtx_reader::read_rtx_variadic): ...member function.
1528 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
1530         * tree-vrp.c (get_value_range): Check get_ptr_nonnull.
1532 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
1534         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Set value range
1535         for pointer type too.
1536         (ipcp_update_vr): set_ptr_nonnull for pointer.
1538 2016-10-18  Kugan Vivekanandarajah  <kuganv@linaro.org>
1540         * tree-ssa-alias.h (pt_solution_singleton_or_null_p): Renamed from
1541         pt_solution_singleton_p.
1542         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Use renamed
1543         pt_solution_singleton_or_null_p from pt_solution_singleton_p.
1544         * tree-ssa-structalias.c (find_what_p_points_to): Preserve
1545         pointer nonnull computed by VRP.
1546         Also Conservatively set pt.null to 1.
1547         (pt_solution_reset): Conservatively set pt.null to 1.
1548         (pt_solution_singleton_or_null_p): Renamed from
1549         pt_solution_singleton_p.
1550         * tree-ssanames.h (set_ptr_nonnull): Declare.
1551         (get_ptr_nonnull): Likewise.
1552         * tree-ssanames.c (set_ptr_nonnull): New.
1553         (get_ptr_nonnull): Likewise.
1554         * tree-vrp.c (vrp_finalize): Set ptr that are nonnull.
1555         (evrp_dom_walker::before_dom_children): Likewise.
1557 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
1559         * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
1560         * config/i386/i386.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
1561         * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
1562         * config/ia64/ia64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
1563         * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to.
1564         * config/rs6000/rs6000.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
1565         (rs6000_option_override_internal): Clear it if ABI_AIX.
1566         * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
1567         * config/sparc/sparc.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ... here.
1569 2016-10-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1571         * gimple-ssa-strength-reduction.c (record_increment): Remove
1572         garbage comment.
1574 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
1576         * expmed.c (expand_shift_1): Add MAY_FAIL parameter and do not assert
1577         that the result is non-zero if it is true.
1578         (maybe_expand_shift): New wrapper around expand_shift_1.
1579         (emit_store_flag): Call maybe_expand_shift in lieu of expand_shift.
1581 2016-10-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1583         PR tree-optimization/77916
1584         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
1585         Don't allow a MINUS_EXPR for pointer arithmetic for either known
1586         or unknown strides.
1587         (record_increment): Increments of -1 for unknown strides just use
1588         a multiply initializer like other negative values.
1589         (analyze_increments): Remove stopgap solution for -1 increment
1590         applied to pointer arithmetic.
1592 2016-10-17  Yuri Rumyantsev  <ysrumyan@gmail.com>
1594         * dominance.c (dom_info::dom_info): Add new constructor for region
1595         which is vector of basic blocks.
1596         (dom_init): New method to initialize members common for both
1597         constructors.
1598         (dom_info::dom_info): Invoke dom_init for partial initialization.
1599         (dom_info::get_idom): Add check to corner cases on basic blocks which
1600         are not in region.
1601         (dom_info::calc_dfs_tree): Check M_FAKE_EXIT_EDGE instead of M_REVERSE
1602         to detect unreachable bbs.
1603         (dom_info::calc_idoms): Likewise.
1604         (compute_dom_fast_query_in_region): New function.
1605         (calculate_dominance_info_for_region): Likewise.
1606         (free_dominance_info_for_region): Likewise.
1607         * dominance.h: Add prototypes for introduced region-based functions
1608         tree-if-conv.c: (build_region): New function.
1609         (if_convertible_loop_p_1): Invoke local version of post-dominators
1610         calculation before basic block predication with subsequent freeing
1611         post-dominator info.
1612         (tree_if_conversion): Remove free of post-dominator info
1613         (pass_if_conversion::execute): Delete detection of infinite loops
1614         and fake edges to exit block since post-dominator calculation is
1615         performed per if-converted loop only.
1617 2016-10-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1619         PR target/77308
1620         * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
1621         register explicitly.
1622         * config/arm/arm.md (ashldi3, ashrdi3, lshrdi3): Don't FAIL if
1623         optimizing for size.
1625 2016-10-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1627         * config/aarch64/aarch64.c: Delete inclusion of
1628         cortex-a57-fma-steering.h.
1629         (aarch64_override_options): Delete call
1630         to aarch64_register_fma_steering.
1631         * config/aarch64/aarch64-protos.h (make_pass_fma_steering): Declare.
1632         * config/aarch64/cortex-a57-fma-steering.h: Delete.
1633         * config/aarch64/aarch64-passes.def: New file.
1634         * config/aarch64/cortex-a57-fma-steering.c
1635         (aarch64_register_fma_steering): Delete definition.
1636         (make_pass_fma_steering): Remove static qualifier.
1637         * config/aarch64/t-aarch64 (PASSES_EXTRA): New directive.
1638         (cortex-a57-fma-steering.o): Remove dependency on
1639         cortex-a57-fma-steering.h.
1641 2016-10-17  Eric Botcazou  <ebotcazou@adacore.com>
1643         * explow.c (validize_mem): Do not modify the argument in-place.
1645 2016-10-17  Thomas Schwinge  <thomas@codesourcery.com>
1647         * tree-streamer.c (record_common_node): Explicitly list expected
1648         tree codes.
1650 2016-10-17  Richard Biener  <rguenther@suse.de>
1652         PR tree-optimization/77988
1653         * tree-vrp.c (remove_range_assertions): Use replace_uses_by.
1655 2016-10-17  Marek Polacek  <polacek@redhat.com>
1657         * Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
1659 2016-10-17  Richard Biener  <rguenther@suse.de>
1661         * bb-reorder.c (reorder_basic_blocks_simple): Clear BB_VISITED
1662         before using it.
1664 2016-10-17  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1666         PR tree-optimization/71636
1667         * match.pd (x & ((1 << b) - 1) -> x & ~(~0 << b)): New pattern.
1669 2016-10-17  Richard Biener  <rguenther@suse.de>
1671         * gimplify.c (gimplify_function_tree): Do not move the outer
1672         binds block.
1674 2016-10-17  Jakub Jelinek  <jakub@redhat.com>
1676         * langhooks.h (struct lang_hooks_for_decls): Remove
1677         function_decl_explicit_p, function_decl_deleted_p and
1678         function_decl_defaulted hooks.  Add decl_dwarf_attribute hook.
1679         * langhooks-def.h (lhd_decl_dwarf_attribute): Declare.
1680         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
1681         LANG_HOOKS_FUNCTION_DECL_DELETED_P,
1682         LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Remove.
1683         (LANG_HOOKS_DECL_DWARF_ATTRIBUTE): Define.
1684         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
1685         LANG_HOOKS_FUNCTION_DECL_DELETED_P and
1686         LANG_HOOKS_FUNCTION_DECL_DEFAULTED.  Add
1687         LANG_HOOKS_DECL_DWARF_ATTRIBUTE.
1688         * langhooks.c (lhd_decl_dwarf_attribute): New function.
1689         * dwarf2out.c (gen_subprogram_die): Use
1690         lang_hooks.decls.decl_dwarf_attribute instead of
1691         lang_hooks.decls.function_decl_*.
1693 2016-10-16  Eric Botcazou  <ebotcazou@adacore.com>
1695         PR ada/37139
1696         PR ada/67205
1697         * common.opt (-ftrampolines): New option.
1698         * doc/invoke.texi (Code Gen Options): Document it.
1699         * doc/tm.texi.in (Trampolines): Add TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
1700         * doc/tm.texi: Regenerate.
1701         * builtins.def: Add init_descriptor and adjust_descriptor.
1702         * builtins.c (expand_builtin_init_trampoline): Do not issue a warning
1703         on platforms with descriptors.
1704         (expand_builtin_init_descriptor): New function.
1705         (expand_builtin_adjust_descriptor): Likewise.
1706         (expand_builtin) <BUILT_IN_INIT_DESCRIPTOR>: New case.
1707         <BUILT_IN_ADJUST_DESCRIPTOR>: Likewise.
1708         * calls.c (prepare_call_address): Remove SIBCALLP parameter and add
1709         FLAGS parameter.  Deal with indirect calls by descriptor and adjust.
1710         Set STATIC_CHAIN_REG_P on the static chain register, if any.
1711         (call_expr_flags): Set ECF_BY_DESCRIPTOR for calls by descriptor.
1712         (expand_call): Likewise.  Move around call to prepare_call_address
1713         and pass all flags to it.
1714         * cfgexpand.c (expand_call_stmt): Reinstate CALL_EXPR_BY_DESCRIPTOR.
1715         * gimple.h (enum gf_mask): New GF_CALL_BY_DESCRIPTOR value.
1716         (gimple_call_set_by_descriptor): New setter.
1717         (gimple_call_by_descriptor_p): New getter.
1718         * gimple.c (gimple_build_call_from_tree): SetCALL_EXPR_BY_DESCRIPTOR.
1719         (gimple_call_flags): Deal with GF_CALL_BY_DESCRIPTOR.
1720         * langhooks.h (struct lang_hooks): Add custom_function_descriptors.
1721         * langhooks-def.h (LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS): Define.
1722         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS.
1723         * rtl.h (STATIC_CHAIN_REG_P): New macro.
1724         * rtlanal.c (find_first_parameter_load): Skip static chain registers.
1725         * target.def (custom_function_descriptors): New POD hook.
1726         * tree.h (FUNC_ADDR_BY_DESCRIPTOR): New flag on ADDR_EXPR.
1727         (CALL_EXPR_BY_DESCRIPTOR): New flag on CALL_EXPR.
1728         * tree-core.h (ECF_BY_DESCRIPTOR): New mask.
1729         Document FUNC_ADDR_BY_DESCRIPTOR and CALL_EXPR_BY_DESCRIPTOR.
1730         * tree.c (make_node_stat) <tcc_declaration>: Use FUNCTION_ALIGNMENT.
1731         (build_common_builtin_nodes): Initialize init_descriptor and
1732         adjust_descriptor.
1733         * tree-nested.c: Include target.h.
1734         (struct nesting_info): Add 'any_descr_created' field.
1735         (get_descriptor_type): New function.
1736         (lookup_element_for_decl): New function extracted from...
1737         (create_field_for_decl): Likewise.
1738         (lookup_tramp_for_decl): ...here.  Adjust.
1739         (lookup_descr_for_decl): New function.
1740         (convert_tramp_reference_op): Deal with descriptors.
1741         (build_init_call_stmt): New function extracted from...
1742         (finalize_nesting_tree_1): ...here.  Adjust and deal with descriptors.
1743         * defaults.h (FUNCTION_ALIGNMENT): Define.
1744         (TRAMPOLINE_ALIGNMENT): Set to above instead of FUNCTION_BOUNDARY.
1745         * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
1746         * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
1747         * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS):Likewise.
1748         * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
1750 2016-10-16  Eric Botcazou  <ebotcazou@adacore.com>
1752         * config/sparc/sparc.c (sparc_expand_vector_init): Only accept literal
1753         constants in CONST_VECTORs.
1755 2016-10-15  Eric Botcazou  <ebotcazou@adacore.com>
1757         * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): Use a scratch
1758         register as destination of bmask.
1759         (vector_init_bshuffle): Likewise.
1760         * config/sparc/sparc.md (vec_perm_constv8qi): Likewise.
1761         (bmaskdi_vis): Enable only in 64-bit mode.
1763 2016-10-15  Segher Boessenkool  <segher@kernel.crashing.org>
1765         * config/rs6000/rs6000.c (rs6000_get_separate_components): Do not
1766         make LR a separately shrink-wrapped component unless savres_strategy
1767         contains all of {SAVE,REST}_INLINE_{GPRS,FPRS,VRS}.  Do not wrap
1768         GPRs unless both {SAVE,REST}_INLINE_GPRS.  Do not disallow all
1769         wrapping when not both {SAVE,REST}_INLINE_GPRS.
1771 2016-10-15  Eric Botcazou  <ebotcazou@adacore.com>
1773         * optabs.c (expand_parity): Fix mode mismatch, add final conversion
1774         and keep looping on failure.
1776 2016-10-14  David Malcolm  <dmalcolm@redhat.com>
1778         * print-rtl-function.c (print_edge): Omit "(flags)" when none are
1779         set.
1780         (print_rtx_function): Update example in comment for...
1781         * print-rtl.c (print_rtx_operand_code_r): In compact mode, print
1782         non-virtual pseudos with a '%' sigil followed by the regno, offset
1783         by (LAST_VIRTUAL_REGISTER + 1), so that the first non-virtual
1784         pseudo is dumped as "%0".
1786 2016-10-14  Jakub Jelinek  <jakub@redhat.com>
1788         PR middle-end/77959
1789         * expr.c (expand_expr_real_1) <case CONST_DECL>: For EXPAND_WRITE
1790         return a MEM.
1792 2016-10-14  Eric Botcazou  <ebotcazou@adacore.com>
1794         * config/sparc/sparc-passes.def: New file.
1795         * config/sparc/t-sparc (PASSES_EXTRA): Add sparc-passes.def.
1796         * config/sparc/sparc-protos.h (make_pass_work_around_errata): New.
1797         * config/sparc/sparc.c (sparc_option_override): Don't register passes.
1799 2016-10-14  Pat Haugen  <pthaugen@us.ibm.com>
1801         * loop-unroll.c (unroll_loop_runtime_iterations): Condition initial
1802         loop peel to loops with exit test at the beginning.
1804 2016-10-14  Pat Haugen  <pthaugen@us.ibm.com>
1806         PR rtl-optimization/68212
1807         * cfgloopmanip.c (duplicate_loop_to_header_edge): Use preheader edge
1808         frequency when computing scale factor for peeled copies.
1809         * loop-unroll.c (unroll_loop_runtime_iterations): Fix freq/count
1810         values for switch/peel blocks/edges.
1812 2016-10-14  Pedro Alves  <palves@redhat.com>
1814         * coretypes.h (OVERRIDE, FINAL): Delete, moved to include/ansidecl.h.
1816 2016-10-14  Catherine Moore  <clm@codesourcery.com>
1818         * gcc/config/mips/mips.c (mips_prepare_pch_save): Initialize
1819         micromips_globals to zero.
1821 2016-10-14  Richard Biener  <rguenther@suse.de>
1823         PR tree-optimization/77979
1824         * tree-vrp.c (compare_name_with_value): Handle released SSA names
1825         in the equivalency sets.
1826         (compare_names): Likewise.
1828 2016-10-14  Martin Liska  <mliska@suse.cz>
1830         * builtins.h(target_char_cst_p): Declare the function.
1831         * builtins.c (fold_builtin_memchr): Remove.
1832         (target_char_cst_p): Move the function from gimple-fold.c.
1833         (fold_builtin_3): Do not call the function.
1834         * gimple-fold.c (gimple_fold_builtin_memchr): New function.
1835         (gimple_fold_builtin): Call the function.
1836         * fold-const-call.c (fold_const_call_1): Handle CFN_BUILT_IN_MEMCHR.
1838 2016-10-14  Martin Liska  <mliska@suse.cz>
1840         * builtins.c (fold_builtin_strcmp): Remove function.
1841         (fold_builtin_strncmp): Likewise.
1842         (fold_builtin_2): Remove call of the function.
1843         (fold_builtin_3): Likewise.
1844         * fold-const-call.c (fold_const_call): Add constant folding
1845         for CFN_BUILT_IN_STRCASECMP and CFN_BUILT_IN_STRNCASECMP.
1846         * fold-const-call.h (build_cmp_result): Declare the function.
1847         * gimple-fold.c (gimple_load_first_char): New function.
1848         (gimple_fold_builtin_string_compare): Likewise.
1849         (gimple_fold_builtin): Call the function.
1851 2016-10-14  Nathan Sidwell  <nathan@acm.org>
1853         * gcov-io.c (gcov_open): Deconstify 'mode'.
1855 2016-10-14  Martin Liska  <mliska@suse.cz>
1857         * fold-const.c (c_getstr): Support of properly \0-terminated
1858         string constants.  New argument is added.
1859         * fold-const.h: New argument is added.
1861 2016-10-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1863         * config/aarch64/aarch64.c (aarch64_print_hint_for_core_or_arch):
1864         New function.
1865         (aarch64_print_hint_for_core): Likewise.
1866         (aarch64_print_hint_for_arch): Likewise.
1867         (aarch64_validate_march): Use it.  Fix indentation in type signature.
1868         (aarch64_validate_mcpu): Use aarch64_print_hint_for_core_or_arch.
1869         (aarch64_validate_mtune): Likewise.
1870         (aarch64_handle_attr_arch): Likewise.
1871         (aarch64_handle_attr_cpu): Likewise.
1872         (aarch64_handle_attr_tune): Likewise.
1874 2016-10-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1876         * optabs.def: Remove optab function gen_int_libfunc for sdivmod_optab
1877         and udivmod_optab.
1879 2016-10-13  Andreas Schwab  <schwab@linux-m68k.org>
1881         * config/m68k/m68k.c (m68k_option_override): Check
1882         opt_fstack_limit_symbol_arg and opt_fstack_limit_register_no
1883         instead of stack_limit_rtx.
1885 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
1887         * dwarf2out.c (gen_member_die): Handle inline static data member
1888         definitions.
1890 2016-10-13  Nathan Sidwell  <nathan@acm.org>
1892         * gcov-io.c (gcov_open): Fix documentation.  Simplify setting
1893         gcov_var.mode.  Remove unnecessary fstat.
1895 2016-10-13  Segher Boessenkool  <segher@kernel.crashing.org>
1897         PR bootstrap/77962
1898         * function.c (thread_prologue_and_epilogue_insns): Call all
1899         make_*logue_seq in the same order as traditional.  Call them
1900         all a second time if shrink_wrapped_separate.
1902 2016-10-13  Marek Polacek  <polacek@redhat.com>
1904         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
1905         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Don't
1906         use -Wno-error.
1908 2016-10-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1910         PR tree-optimization/77937
1911         * gimple-ssa-strength-reduction.c (analyze_increments): Set cost
1912         to infinite when we have a pointer with an increment of -1.
1914 2016-10-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1916         * coretypes.h: Move MEMMODEL_* macros and enum memmodel definition
1917         into ...
1918         * memmodel.h: This file.
1919         * alias.c, asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
1920           caller-save.c, calls.c, ccmp.c, cfgbuild.c, cfgcleanup.c,
1921           cfgexpand.c, cfgloopanal.c, cfgrtl.c, cilk-common.c, combine.c,
1922           combine-stack-adj.c, common/config/aarch64/aarch64-common.c,
1923           common/config/arm/arm-common.c, common/config/bfin/bfin-common.c,
1924           common/config/c6x/c6x-common.c, common/config/i386/i386-common.c,
1925           common/config/ia64/ia64-common.c, common/config/nvptx/nvptx-common.c,
1926           compare-elim.c, config/aarch64/aarch64-builtins.c,
1927           config/aarch64/aarch64-c.c, config/aarch64/cortex-a57-fma-steering.c,
1928           config/arc/arc.c, config/arc/arc-c.c, config/arm/arm-builtins.c,
1929           config/arm/arm-c.c, config/avr/avr.c, config/avr/avr-c.c,
1930           config/avr/avr-log.c, config/bfin/bfin.c, config/c6x/c6x.c,
1931           config/cr16/cr16.c, config/cris/cris.c, config/darwin-c.c,
1932           config/darwin.c, config/epiphany/epiphany.c,
1933           config/epiphany/mode-switch-use.c,
1934           config/epiphany/resolve-sw-modes.c, config/fr30/fr30.c,
1935           config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
1936           config/i386/i386-c.c, config/i386/winnt.c, config/iq2000/iq2000.c,
1937           config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
1938           config/m68k/m68k.c, config/mcore/mcore.c,
1939           config/microblaze/microblaze.c, config/mmix/mmix.c,
1940           config/mn10300/mn10300.c, config/moxie/moxie.c,
1941           config/msp430/msp430.c, config/nds32/nds32-cost.c,
1942           config/nds32/nds32-intrinsic.c, config/nds32/nds32-md-auxiliary.c,
1943           config/nds32/nds32-memory-manipulation.c,
1944           config/nds32/nds32-predicates.c, config/nds32/nds32.c,
1945           config/nios2/nios2.c, config/nvptx/nvptx.c, config/pa/pa.c,
1946           config/pdp11/pdp11.c, config/rl78/rl78.c, config/rs6000/rs6000-c.c,
1947           config/rx/rx.c, config/s390/s390-c.c, config/s390/s390.c,
1948           config/sh/sh.c, config/sh/sh-c.c, config/sh/sh-mem.cc,
1949           config/sh/sh_treg_combine.cc, config/sol2.c, config/spu/spu.c,
1950           config/stormy16/stormy16.c, config/tilegx/tilegx.c,
1951           config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
1952           config/visium/visium.c, config/vms/vms-c.c, config/xtensa/xtensa.c,
1953           coverage.c, cppbuiltin.c, cprop.c, cse.c, cselib.c, dbxout.c, dce.c,
1954           df-core.c, df-problems.c, df-scan.c, dojump.c, dse.c, dwarf2asm.c,
1955           dwarf2cfi.c, dwarf2out.c, emit-rtl.c, except.c, explow.c, expmed.c,
1956           expr.c, final.c, fold-const.c, function.c, fwprop.c, gcse.c,
1957           ggc-page.c, haifa-sched.c, hsa-brig.c, hsa-gen.c, hw-doloop.c,
1958           ifcvt.c, init-regs.c, internal-fn.c, ira-build.c, ira-color.c,
1959           ira-conflicts.c, ira-costs.c, ira-emit.c, ira-lives.c, ira.c, jump.c,
1960           loop-doloop.c, loop-invariant.c, loop-iv.c, loop-unroll.c,
1961           lower-subreg.c, lra.c, lra-assigns.c, lra-coalesce.c,
1962           lra-constraints.c, lra-eliminations.c, lra-lives.c, lra-remat.c,
1963           lra-spills.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
1964           postreload-gcse.c, postreload.c, predict.c, print-rtl-function.c,
1965           recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
1966           reload.c, reload1.c, reorg.c, resource.c, rtl-chkp.c, rtl-tests.c,
1967           rtlanal.c, rtlhooks.c, sched-deps.c, sched-rgn.c, sdbout.c,
1968           sel-sched-ir.c, sel-sched.c, shrink-wrap.c, simplify-rtx.c,
1969           stack-ptr-mod.c, stmt.c, stor-layout.c, target-globals.c,
1970           targhooks.c, toplev.c, tree-nested.c, tree-outof-ssa.c,
1971           tree-profile.c, tree-ssa-coalesce.c, tree-ssa-ifcombine.c,
1972           tree-ssa-loop-ivopts.c, tree-ssa-loop.c, tree-ssa-reassoc.c,
1973           tree-ssa-sccvn.c, tree-vect-data-refs.c, ubsan.c, valtrack.c,
1974           var-tracking.c, varasm.c: Include memmodel.h.
1975         * genattrtab.c (write_header): Include memmodel.h in generated file.
1976         * genautomata.c (main): Likewise.
1977         * gengtype.c (open_base_files): Likewise.
1978         * genopinit.c (main): Likewise.
1979         * genconditions.c (write_header): Include memmodel.h earlier in
1980         generated file.
1981         * genemit.c (main): Likewise.
1982         * genoutput.c (output_prologue): Likewise.
1983         * genpeep.c (main): Likewise.
1984         * genpreds.c (write_insn_preds_c): Likewise.
1985         * genrecog.c (write_header): Likewise.
1986         * Makefile.in (PLUGIN_HEADERS): Include memmodel.h
1988 2016-10-13  David Malcolm  <dmalcolm@redhat.com>
1990         * function-tests.c (selftest::test_expansion_to_rtl): Add "true"
1991         for new "compact" param of print_rtx_function.  Check for "cinsn"
1992         rather than "insn".
1993         * print-rtl-function.c (flag_compact): New decl.
1994         (print_rtx_function): Add param "compact" and use it to set
1995         flag_compact, adding a description of the effect to the leading
1996         comment, and updating the example output.
1997         * print-rtl.c (flag_compact): New variable.
1998         (print_rtx_operand_code_0): Omit the JUMP_LABEL reference in compact
1999         mode.
2000         (print_rtx_operand_code_i): When printing source locations, wrap
2001         xloc.file in quotes.  Don't print INSN_CODEs in compact mode.
2002         (print_rtx_operand_code_r): Don't print regnos for hard regs and
2003         virtuals in compact mode.
2004         (print_rtx_operand_code_u): Don't print insn UIDs in compact mode,
2005         apart from in LABEL_REFs.
2006         (print_rtx_operand): In case 'w', don't print in hex in compact mode.
2007         Don't print basic block ids in compact mode.
2008         (print_rtx):  In compact mode, prefix the code of insns with "c",
2009         only print the INSN_UID of CODE_LABELs, and omit their LABEL_NUSES.
2010         * print-rtl.h (print_rtx_function): Add "compact" param.
2012 2016-10-13  Richard Earnshaw  <rearnsha@arm.com>
2014         * arm.h (TARGET_VFP): Delete.
2015         (TARGET_VFPD32): Remove references to TARGET_VFP.
2016         (TARGET_VFP3, TARGET_VFP5): Likewise.
2017         (TARGET_VFP_SINGLE, TARGET_VFP_DOUBLE): Likewise.
2018         (TARGET_NEON_FP16): Likewise.
2019         (TARGET_FMA): Likewise.
2020         (TARGET_CRYPTO): Likewise.
2021         (TARGET_NEON): Likewise.
2022         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
2023         (FUNCTION_ARG_REGNO_P): Likewise.
2024         * arm.c (arm_option_check_internal): Likewise.
2025         (arm_option_override): Likewise.
2026         (use_return_insn): Likewise.
2027         (arm_function_value_regno_p): Likewise.
2028         (arm_apply_result_size): Likewise.
2029         (use_vfp_abi): Likewise.
2030         (arm_legitimate_address_outer_p): Likewise.
2031         (thumb2_legitimate_address_p): Likewise.
2032         (arm_legitimate_index_p): Likewise.
2033         (thumb2_legitimate_index_p): Likewise.
2034         (arm_legitimate_address): Likewise.
2035         (arm_get_vfp_saved_size): Likewise.
2036         (arm_emit_vfp_multi_reg_pop): Likewise.
2037         (arm_get_frame_offsets): Likewise.
2038         (arm_save_coproc_regs): Likewise.
2039         (arm_hard_regno_mode_ok): Likewise.
2040         (arm_expand_epilogue_apcs_frame): Likewise.
2041         (arm_expand_epilogue): Likewise.
2042         (arm_file_start): Likewise.
2043         (arm_conditional_register_usage): Likewise.
2044         (arm_validize_comparison): Use vfp_compare_operand directly.
2045         * arm-builtins.c (arm_init_builtins): Remove references to TARGET_VFP.
2046         (arm_expand_vfp_builtin): Use TARGET_HARD_FLOAT for detecting
2047         unsupported usage.
2048         (arm_atomic_assign_expand_fenv): Likewise.
2049         * arm.md (divsf3): Likewise.
2050         (arm_negsi2): Likewise.
2051         (absdf2): Likewise.
2052         (arm_movdi): Likewise.
2053         (arm_movt): Likewise.
2054         (cbranchsf4): Change predicate to vfp_compare_operand.
2055         (cbranchdf4): Change predicate to vfp_compare_operand.
2056         (cstorehf4): Change predicate to vfp_compare_operand.
2057         (cstoresf4): Change predicate to vfp_compare_operand.
2058         (cstoredf4): Change predicate to vfp_compare_operand.
2059         (vfp_pop_multiple_with_writeback): Remove references to TARGET_VFP.
2060         (movhi_insn_arch4, movhi_bytes): Likewise.
2061         * constraints.md (Dt): Likewise.
2062         (Dp): Likewise.
2063         * iterators.md (SDF): Likewise.
2064         * predicates.md (arm_float_compare_operand): Delete.
2065         (const_double_vcvt_power_of_two_reciprocal): Remove references to
2066         TARGET_VFP.
2067         (const_double_vcvt_power_of_two): Likewise.
2068         * thumb2.md thumb2_movsi_insn): Likewise.
2069         * vfp.md (arm_movhi_vfp, thumb2_movhi_vfp): Likewise.
2070         (movhf_vfp): Likewise.
2071         (arm_movsi_vfp, thumb2_movsi_vfp): Likewise.
2072         (movdi_vfp, movdi_vfp_cortexa8): Likewise.
2073         (movsf_vfp, thumb2_movsf_vfp): Likewise.
2074         (movdf_vfp, thumb2_movdf_vfp): Likewise.
2075         (movsfcc_vfp, abssf2_vfp, negsf2_vfp, addsf3_vfp): Likewise.
2076         (subsf3_vfp, divsf3_vfp): Likewise.
2077         (mulsf3_vfp, mulsf3negsf_vfp, negmulsf3_vfp): Likewise.
2078         (mulsf3addsf_vfp, (mulsf3subsf_vfp, mulsf3negsfaddsf_vfp): Likewise.
2079         (mulsf3negsfsubsf_vfp): Likewise.
2080         (truncsisf2_vfp, fixuns_truncsfsi2, floatsisf2_vfp): Likewise.
2081         (floatunssisf2, sqrtsf2_vfp): Likewise.
2082         (movcc_vfp): Likewise.
2083         (cmpsf_split_vfp, cmpsf_trap_split_vfp): Likewise.
2084         (cmpsf_vfp, cmpsf_trap_vfp): Likewise.
2085         (push_multi_vfp): Likewise.
2086         (set_fpscr, get_fpscr): Likewise.
2087         * arm-c.c (arm_cpu_builtins): Unconditionally define __VFP_FP__.
2089 2016-10-13  Richard Earnshaw  <rearnsha@arm.com>
2091         * arm.h (TARGET_VFP): Unconditionally define to 1.
2092         (arm_fpu_desc): Remove 'model' field.
2093         (TARGET_FPU_MODEL): Delete.
2094         * arm.c (all_fpus): Don't initialize the model field.
2095         (arm_can_inline_p): Don't check the FPU model.
2096         * arm-fpus.def: Remove redundant model field from all FPU
2097         descriptions.
2099 2016-10-13  Richard Biener  <rguenther@suse.de>
2101         PR middle-end/77826
2102         * genmatch.c (struct capture): Add value_match member.
2103         (commutate): Preserve value_match.
2104         (lower_opt_convert): Likewise.
2105         (lower_cond): Likewise.
2106         (replace_id): Likewise.
2107         (struct dt_operand): Add value_match member.
2108         (decision_tree::cmp_node): Compare it.
2109         (decision_tree::insert_operand): Honor it when finding and
2110         when appending a DT_MATCH.
2111         (dt_operand::gen_match_op): Generate a type check after
2112         operand_equal_p if ! value_match for both GENERIC and GIMPLE.
2113         (parser::get_internal_capture_id): New helper.
2114         (parser::finish_match_operand): New function lowering @@<id>.
2115         (parser::parse_capture): Parse @@<id> as value-match.
2116         (parser::parse_expr): Use get_internal_capture_id.
2117         (parser::parse_simplify): Call finish_match_operand.
2118         (walk_captures): New helper.
2119         * match.pd (X - (X / Y) * Y -> X % Y): Use value-matching instead
2120         of operand_equal_p.
2121         ((X /[ex] A) * A -> X): Likewise.
2122         ((X | Y) ^ X -> Y & ~ X): Handle constants properly by using
2123         convert[12] and value-matching.
2124         ((A | B) & (A | C) ->  A | (B & C)): Likewise.
2125         ((X | Y) | Y -> X | Y): Likewise.
2126         ((X ^ Y) ^ Y -> X): Likewise.
2127         (A - (A & B) -> ~B & A): Likewise.
2128         ((T)(P + A) - (T)P -> (T) A): Likewise.
2129         ((T)P - (T)(P + A) -> -(T) A): Likewise.
2130         ((T)(P + A) - (T)(P + B) -> (T)A - (T)B): Likewise.
2131         * doc/match-and-simplify.texi: Amend capture section.
2133 2016-10-13  Claudiu Zissulescu  <claziss@synopsys.com>
2135         * config/arc/arc.md (umul_600): Remove predicated variant.
2136         (umul64_600): Likewise.
2138 2016-10-13  Claudiu Zissulescu  <claziss@synopsys.com>
2140         * config/arc/arc.h (INSN_LENGTH_ALIGNMENT): Change.
2142 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
2144         * tree-vect-loop.c (loop_niters_no_overflow): New func.
2145         (vect_transform_loop): Call loop_niters_no_overflow.  Pass the
2146         no-overflow information to vect_do_peeling_for_loop_bound and
2147         vect_gen_vector_loop_niters.
2149 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
2151         * tree-predcom.c (tree_predictive_commoning_loop): Skip loop that only
2152         iterates 1 time.
2154 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
2156         * tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't release
2157         adjust_vec automatically.
2158         (slpeel_add_loop_guard): Remove param cond_expr_stmt_list.  Rename
2159         param exit_bb to guard_to.
2160         (slpeel_checking_verify_cfg_after_peeling):
2161         (set_prologue_iterations):
2162         (create_lcssa_for_virtual_phi): New func which is factored out from
2163         slpeel_tree_peel_loop_to_edge.
2164         (slpeel_tree_peel_loop_to_edge):
2165         (iv_phi_p): New func.
2166         (vect_can_advance_ivs_p): Call iv_phi_p.
2167         (vect_update_ivs_after_vectorizer): Call iv_phi_p.  Directly insert
2168         new gimple stmts in basic block.
2169         (vect_gen_niters_for_prolog_loop): Rename to...
2170         (vect_gen_prolog_loop_niters): ...Rename from.  Change parameters and
2171         adjust implementation.
2172         (vect_update_inits_of_drs): Fix code style issue.  Convert niters to
2173         sizetype if necessary.
2174         (vect_build_loop_niters): Move to here from tree-vect-loop.c.  Change
2175         it to external function.
2176         (vect_gen_scalar_loop_niters, vect_gen_vector_loop_niters): New.
2177         (vect_gen_vector_loop_niters_mult_vf): New.
2178         (slpeel_update_phi_nodes_for_loops): New.
2179         (slpeel_update_phi_nodes_for_guard1): Reimplement.
2180         (find_guard_arg, slpeel_update_phi_nodes_for_guard2): Reimplement.
2181         (slpeel_update_phi_nodes_for_lcssa, vect_do_peeling): New.
2182         * tree-vect-loop.c (vect_build_loop_niters): Move to file
2183         tree-vect-loop-manip.c
2184         (vect_generate_tmps_on_preheader): Delete.
2185         (vect_transform_loop): Rename vectorization_factor to vf.  Call
2186         vect_do_peeling instead of vect_do_peeling-* functions.
2187         * tree-vectorizer.h (vect_do_peeling): New decl.
2188         (vect_build_loop_niters, vect_gen_vector_loop_niters): New decls.
2189         (vect_do_peeling_for_loop_bound): Delete.
2190         (vect_do_peeling_for_alignment): Delete.
2192 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
2194         * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge_cfg): Put
2195         duplicated loop after its preheader and after the original loop.
2197 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
2199         * tree-vect-loop.c (vect_analyze_loop_2): Check and skip loop if it
2200         has no enough iterations for LOOP_VINFO_PEELING_FOR_GAPS.
2202 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
2204         * tree-vect-loop.c (vectorizable_live_operation): Support handling
2205         for live variable outside loop but not in lcssa form.
2207 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
2209         * cfg.c (reset_original_copy_tables): New func.
2210         * cfg.h (reset_original_copy_tables): New decl.
2212 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
2214         PR c/77946
2215         * tree.h (FALLTHROUGH_LABEL_P): Use private_flag instead of
2216         public_flag.
2217         * varasm.c (default_binds_local_p_3): Formatting fix.
2219 2016-10-13  Bin Cheng  <bin.cheng@arm.com>
2221         * tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix code
2222         style issue.
2223         (vect_do_peeling_for_loop_bound, vect_do_peeling_for_alignment):
2224         Remove useless code.
2226 2016-10-13  Martin Liska  <mliska@suse.cz>
2228         PR tree-optimization/77943
2229         * tree-ssa-tail-merge.c (merge_stmts_p): Do not merge BBs with
2230         a different EH landing pads.
2232 2016-10-13  Jakub Jelinek  <jakub@redhat.com>
2234         PR target/77957
2235         * hooks.h (hook_tree_void_null): Declare.
2236         * hooks.c (hook_tree_void_null): New function.
2237         * langhooks.c (lhd_return_null_tree_v): Remove.
2238         * langhooks-def.h (lhd_return_null_tree_v): Remove.
2239         * cfgexpand.c (stack_protect_prologue): If guard_decl is NULL,
2240         set y to const0_rtx.
2241         * function.c (stack_protect_epilogue): Likewise.
2242         * config/tilepro/tilepro.c (TARGET_STACK_PROTECT_GUARD): Redefine
2243         if TARGET_THREAD_SSP_OFFSET is defined.
2244         * config/s390/s390.c (TARGET_STACK_PROTECT_GUARD): Likewise.
2245         * config/sparc/sparc.c (TARGET_STACK_PROTECT_GUARD): Likewise.
2246         * config/tilegx/tilegx.c (TARGET_STACK_PROTECT_GUARD): Likewise.
2247         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Likewise.
2248         * config/i386/i386.c (TARGET_STACK_PROTECT_GUARD): Likewise.
2249         (ix86_stack_protect_guard): New function.
2251 2016-10-13  Richard Biener  <rguenther@suse.de>
2253         * dwarf2out.c (tree_add_const_value_attribute): Do not try
2254         rtl_for_decl_init during early phase.
2255         (gen_variable_die): Do not create locations during early phase.
2256         (gen_label_die): Likewise.
2257         (decls_for_scope): Do not waste time handling BLOCK_NONLOCALIZED_VARs
2258         twice.
2260 2016-10-12  Richard Biener  <rguenther@suse.de>
2262         * tree-vrp.c (evrp_dom_walker::try_find_new_range): Renamed from
2263         try_add_new_range and made to eturn new range.
2264         (evrp_dom_walker::before_dom_children): Push op1 value range before
2265         pushing op0 value range.
2267 2016-10-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2269         PR tree-optimization/77937
2270         * gimple-ssa-strength-reduction.c (analyze_increments): Use
2271         POINTER_TYPE_P on the candidate type to determine whether
2272         candidates in this chain require pointer arithmetic.
2274 2016-10-12  Eric Botcazou  <ebotcazou@adacore.com>
2276         * config/visium/visium.c (visium_gimplify_va_arg): Emit a big-endian
2277         correction if the type is smaller than a word.
2278         (visium_select_cc_mode): Add ... fall through ... comment.
2280 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
2282         * config/rs6000/rs6000.c (machine_function): Add new fields
2283         gpr_is_wrapped_separately and lr_is_wrapped_separately.
2284         (TARGET_SHRINK_WRAP_GET_SEPARATE_COMPONENTS,
2285         TARGET_SHRINK_WRAP_COMPONENTS_FOR_BB,
2286         TARGET_SHRINK_WRAP_DISQUALIFY_COMPONENTS,
2287         TARGET_SHRINK_WRAP_EMIT_PROLOGUE_COMPONENTS,
2288         TARGET_SHRINK_WRAP_EMIT_EPILOGUE_COMPONENTS,
2289         TARGET_SHRINK_WRAP_SET_HANDLED_COMPONENTS): Define.
2290         (rs6000_get_separate_components): New function.
2291         (rs6000_components_for_bb): New function.
2292         (rs6000_disqualify_components): New function.
2293         (rs6000_emit_prologue_components): New function.
2294         (rs6000_emit_epilogue_components): New function.
2295         (rs6000_set_handled_components): New function.
2296         (rs6000_emit_prologue): Don't emit LR save if lr_is_wrapped_separately.
2297         Don't emit GPR saves if gpr_is_wrapped_separately for that register.
2298         (restore_saved_lr): Don't restore LR if lr_is_wrapped_separately.
2299         (rs6000_emit_epilogue): Don't emit GPR restores if
2300         gpr_is_wrapped_separately for that register.  Don't make a
2301         REG_CFA_RESTORE note for registers we did not restore, either.
2303 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
2305         * function.c (thread_prologue_and_epilogue_insns): Call
2306         try_shrink_wrapping_separate.  Compute the prologue_seq afterwards,
2307         if it has possibly changed.  Compute the split_prologue_seq and
2308         epilogue_seq later, too.
2309         * shrink-wrap.c: #include cfgbuild.h and insn-config.h.
2310         (dump_components): New function.
2311         (struct sw): New struct.
2312         (SW): New function.
2313         (init_separate_shrink_wrap): New function.
2314         (fini_separate_shrink_wrap): New function.
2315         (place_prologue_for_one_component): New function.
2316         (spread_components): New function.
2317         (disqualify_problematic_components): New function.
2318         (emit_common_heads_for_components): New function.
2319         (emit_common_tails_for_components): New function.
2320         (insert_prologue_epilogue_for_components): New function.
2321         (try_shrink_wrapping_separate): New function.
2322         * shrink-wrap.h: Declare try_shrink_wrapping_separate.
2324 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
2326         * regrename.c (build_def_use): Invalidate chains that have a
2327         REG_CFA_RESTORE on some instruction.
2329 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
2331         * dce.c (delete_unmarked_insns): Don't delete instructions with
2332         a REG_CFA_RESTORE note.
2334 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
2336         * common.opt (-fshrink-wrap-separate): New flag.
2337         * doc/invoke.texi: Document it.
2338         * doc/tm.texi.in (Shrink-wrapping separate components): New subsection.
2339         * doc/tm.texi: Regenerate.
2340         * emit-rtl.h (struct rtl_data): New field shrink_wrapped_separate.
2341         * target.def (shrink_wrap): New hook vector.
2342         (get_separate_components, components_for_bb, disqualify_components,
2343         emit_prologue_components, emit_epilogue_components,
2344         set_handled_components): New hooks.
2346 2016-10-12  Segher Boessenkool  <segher@kernel.crashing.org>
2348         * config/rs6000/rs6000.c (rs6000_return_in_memory): Warn for
2349         vector return by reference only if -Wpsabi.
2350         (rs6000_pass_by_reference): Similarly, for argument passing.
2352 2016-10-12  David Malcolm  <dmalcolm@redhat.com>
2354         * function-tests.c: Include "print-rtl.h".
2355         (selftest::test_expansion_to_rtl): Call print_rtx_function on the
2356         function, and verify what is dumped.
2357         * print-rtl-function.c (print_edge): New function.
2358         (begin_any_block): New function.
2359         (end_any_block): New function.
2360         (can_have_basic_block_p): New function.
2361         (print_rtx_function): Track the basic blocks of insns in the
2362         chain, wrapping those that are within blocks within "(block)"
2363         directives.  Remove the "(cfg)" directive.
2365 2016-10-12  David Malcolm  <dmalcolm@redhat.com>
2367         * selftest.c (selftest::read_file): New function.
2368         (selftest::test_read_file): New function.
2369         (selftest::selftest_c_tests): Call test_read_file.
2370         * selftest.h (selftest::read_file): New decl.
2372 2016-10-12  Richard Biener  <rguenther@suse.de>
2374         PR debug/77947
2375         * cgraphunit.c (analyze_functions): Preserve cgraph nodes
2376         function context.
2378 2016-10-12  Thomas Schwinge  <thomas@codesourcery.com>
2380         * lto-streamer.c: Fix LTO_STREAMER_DEBUG build.
2382         * dwarf2out.c (dwarf2_lineno_debug_hooks): Use
2383         dwarf2out_assembly_start.
2385         * Makefile.in (SELFTEST_FLAGS): Add -nostdinc.
2387         * Makefile.in (SELFTEST_FLAGS): New variable.
2388         (s-selftest, selftest-gdb, selftest-valgrind): Use it.
2390         * vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
2391         early_finish hook.
2393 2016-10-12  Georg-Johann Lay  <avr@gjlay.de>
2395         * rtl.h (struct rtx_def): Comment how RTX_FLAGS will be
2396         dumped in RTL dumps.
2398 2016-10-12  Martin Liska  <mliska@suse.cz>
2400         * gimple-fold.c (create_tmp_reg_or_ssa_name): New function.
2401         (gimple_fold_builtin_memory_op): Use the function.
2402         (gimple_fold_builtin_strchr): Likewise.
2403         (gimple_fold_builtin_strcat): Likewise.
2404         (gimple_build): Likewise.
2406 2016-10-12  Nathan Sidwell  <nathan@acm.org>
2408         * diagnostic.c (diagnostc_report_diagnostic): Fix formatting.
2410 2016-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
2412         * dwarf2out.c (int_loc_descriptor): Generate opcodes for another
2413         equivalent 32-bit constant (modulo 2**32) when that yields
2414         smaller instructions.
2415         (size_of_int_loc_descriptor): Update accordingly.
2417 2016-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
2419         * dwarf2out.c (dwarf2out_early_global_decl): For nested
2420         functions, call dwarf2out_decl on the parent function first.
2422 2016-10-12  Richard Biener  <rguenther@suse.de>
2424         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary constraint
2425         on the conversion.
2427 2016-10-12  Richard Biener  <rguenther@suse.de>
2429         * tree-ssa-propagate.c
2430         (substitute_and_fold_dom_walker::before_dom_children): Do not
2431         ignore ASSERT_EXPRs but only preserve them.
2432         * tree-vrp.c (remove_range_assertions): Deal with ASSERT_EXPRs
2433         that have been propagated into.
2434         (vrp_finalize): Enable DCE for substitute_and_fold.
2436 2016-10-12  Richard Biener  <rguenther@suse.de>
2438         PR tree-optimization/77920
2439         * tree-vrp.c (simplify_div_or_mod_using_ranges): Simplify.
2440         (simplify_min_or_max_using_ranges): Pass in gsi and use it.
2441         (simplify_abs_using_ranges): Likewise.
2442         (simplify_conversion_using_ranges): Likewise.
2443         (simplify_stmt_using_ranges): Adjust.
2445 2016-10-12  Jakub Jelinek  <jakub@redhat.com>
2447         PR tree-optimization/77929
2448         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle
2449         (*ops)[ranges[i].idx]->op != ranges[i].exp case.
2451 2016-10-12  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2453         PR target/77934
2454         * config/rs6000/vmx.md (vsx_concat_<mode>): The mtvsrdd instruction
2455         needs a base register for arg 1.
2457 2016-10-12  Jakub Jelinek  <jakub@redhat.com>
2459         * common.opt (Wimplicit-fallthrough) Turn into alias to
2460         -Wimplicit-fallthrough=3.  Remove EnabledBy.
2461         (Wimplicit-fallthrough=): New option.
2462         * gimplify.c (warn_implicit_fallthrough_r): Use
2463         OPT_Wimplicit_fallthrough_ instead of OPT_Wimplicit_fallthrough.
2464         * doc/invoke.texi (-Wimplicit-fallthrough): Document as alias
2465         to -Wimplicit-fallthrough=3.
2466         (-Wimplicit-fallthrough=): Document.
2468 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
2470         * config/sparc/sparc.c (emit_scc_insn): Remove direct support for EQ
2471         and GEU in DImode if TARGET_SUBXC.
2472         * config/sparc/sparc.md (seqdi<W:mode>_zero): Remove TARGET_SUBXC.
2473         (seqdi<W:mode>_zero_subxc): Delete.
2474         (neg_seqdi<W:mode>_zero): Remove TARGET_VIS3.
2475         (neg_seqdi<W:mode>_zero_vis3): Delete.
2476         (plus_seqdi<W:mode>_zero): Likewise.
2477         (minus_seqdi<W:mode>_zero): Likewise.
2478         (plus_plus_sltu<W:mode>): Accept only register.
2479         (addx<W:mode>): Likewise.
2480         (plus_sltu<W:mode>_vis3): Likewise.
2481         (plus_plus_sltu<W:mode>_vis3): Likewise.
2482         (neg_sgeu<W:mode>_vis3): Delete.
2483         (minus_sgeu<W:mode>_vis3): Likewise.
2484         (addxc<W:mode>): Accept only registers.
2485         (neg_sltu<W:mode>_subxc): Write %%g0 instead of 0.
2486         (minus_neg_sltu<W:mode>_subxc): Accept only register.
2487         (neg_plus_sltu<W:mode>_subxc): Likewise.
2488         (minus_sltu<W:mode>_subxc): Write %%g0 instead of 0.
2489         (minus_minus_sltu<W:mode>_subxc): Accept only register.
2490         (sgeu<W:mode>_insn_subxc): Delete.
2491         (plus_sgeu<W:mode>_subxc): Likewise.
2492         (subxc<W:mode>): Accept only register.
2493         (scc splitter): Split always GEU again.
2495 2016-10-11  Jeff Law  <law@redhat.com>
2497         PR tree-optimization/77424
2498         * tree-ssa-threadupdate.c (thread_through_all_blocks): Remove
2499         dead conditionals.  Assert that all e->aux fields are NULL.
2501 2016-10-11  David Malcolm  <dmalcolm@redhat.com>
2503         * print-rtl.c (print_rtx): Rename "i" to "idx".  Split out the
2504         operand-printing "switch" statement into...
2505         (print_rtx_operand_code_0): ...this new function, ...
2506         (print_rtx_operand_code_e): ...this new function, ...
2507         (print_rtx_operand_codes_E_and_V): ...this new function, ...
2508         (print_rtx_operand_code_i): ...this new function, ...
2509         (print_rtx_operand_code_r): ...this new function, ...
2510         (print_rtx_operand_code_u): ...this new function, ...
2511         (print_rtx_operand): ...and this new function.
2513 2016-10-11  Uros Bizjak  <ubizjak@gmail.com>
2515         * config/alpha/alpha-passes.def: New file.
2516         * config/alpha/t-alpha: New file.
2517         * config/alpha/alpha-protos.h (gcc::context, rtl_opt_pass): Declare.
2518         (make_pass_handle_trap_shadows): New prototype.
2519         (make_pass_align_insns): Ditto.
2520         * config/alpha/alpha.c (alpha_option_override): Don't register
2521         passes here.
2522         * config.gcc (alpha*-*-*) Add alpha/t-alpha to tmake_file.
2524 2016-10-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
2526         PR target/77924
2527         * config/rs6000/rs6000.c (rs6000_init_builtins): Only create the
2528         distinct __ibm128 IBM extended double type if long doubles are
2529         128-bits and the default format for long double is IEEE 128-bit.
2531 2016-10-11  Richard Biener  <rguenther@suse.de>
2533         * dwarf2out.c (DEBUG_STR_OFFSETS_SECTION): Remove conditional.
2534         (init_sections_and_labels): Use DEBUG_DWO_STR_OFFSETS_SECTION.
2535         (verify_die): New function.
2536         (dwarf2out_finish): Call it.
2537         (output_line_info): Handle case of -gsplit-dwarf without
2538         DWARF2_ASM_LINE_DEBUG_INFO.
2540 2016-10-11  Richard Biener  <rguenther@suse.de>
2542         PR debug/77931
2543         * gimple-low.c (lower_gimple_bind): Handle arbitrary common
2544         sub-chains of BLOCK_VARS and gimple_bind_vars.
2546 2016-10-11  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
2548         * config/i386/znver1.md : Fix imov/imovx load type reservations.
2550 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
2552         * config/sparc/sparc.opt (msubxc): New option.
2553         * doc/invoke.texi (SPARC options): Document it and tidy up.
2554         * doc/tm.texi.in (Condition Codes): Adjust SPARC example.
2555         * doc/tm.texi: Regenerate.
2556         * config/sparc/sparc-modes.def (CC_NOOV): Rename into...
2557         (CCNZ): ...this.
2558         (CCX_NOOV): Rename into...
2559         (CCXNZ): ...this.
2560         (CCC): New.
2561         (CCXC): Likewise.
2562         * config/sparc/predicates.m (fcc_register_operand): Simplify.
2563         (fcc0_register_operand): Likewise.
2564         (icc_register_operand): New.
2565         (icc_or_fcc_register_operand): Simplify.
2566         (nz_comparison_operator): New.
2567         (c_comparison_operator): Likewise.
2568         (noov_compare_operator): Rename into...
2569         (icc_comparison_operator): ...this.  Use above predicates.
2570         (noov_compare64_operator): Rename into...
2571         (v9_comparison_operator): ...this and tidy up.
2572         (fcc_comparison_operator): New.
2573         (icc_or_fcc_comparison_operator): Likewise.
2574         (v9_register_compare_operator): Rename info...
2575         (v9_register_comparison_operator): ...this.
2576         * config/sparc/sparc.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
2577         (sparc_option_override): Remove redundant VIS masks and add MASK_SUBXC
2578         for Niagara-7.
2579         (sparc_fixed_condition_code_regs): New function.
2580         (select_cc_mode): Remove ATTRIBUTE_UNUSED.  Adjust for CCNZ/CCXNZ
2581         renaming and add support for CCC/CCXC.
2582         (output_cbranch): Likewise.
2583         (sparc_print_operand): Likewise.
2584         (gen_v9_scc): Remove obsolete assertion.
2585         (emit_scc_insn): Emit RTL directly for EQ and NE.  Add direct support
2586         for EQ in DImode if TARGET_SUBXC.  Remove test on TARGET_VIS3 for GEU.
2587         (output_cbcond): Remove bogus handling of CC modes.
2588         (sparc_register_move_cost): Return 100 for NO_REGS.
2589         * config/sparc/sparc.md (W): New mode iterator.
2590         (length): Adjust for noov_compare64_operator renaming.
2591         (cmpsi_sne): New instruction.
2592         (cmpdi_sne): Likewise.
2593         (seqdi_special): Delete.
2594         (seqdi_special): Likewise.
2595         (snesi<P:mode>_special): Likewise.
2596         (snedi_special): Likewise.
2597         (snedi_special_vis3): Likewise.
2598         (snesi patterns): Use W iterator.
2599         (snedi patterns): Likewise.  Add TARGET_SUBXC patterns.
2600         (sltu patterns): Likewise.
2601         (sgeu patterns): Likewise.
2602         (scc splitter): Do not split GEU in DImode if TARGET_SUBXC.
2603         (normal_branch): Use icc_comparison_operator predicate.
2604         (inverted_branch): Likewise.
2605         (cbcond_sp32): Use comparison_operator predicate.
2606         (cbcond_sp64): Likewise.
2607         (normal_int_branch_sp64): Adjust for renaming
2608         (inverted_int_branch_sp64): Likewise.
2609         (mov<I:mode>_cc_reg_sp64): Likewise.
2610         (movsf_cc_reg_sp6): Likewise.
2611         (movdf_cc_reg_sp64): Likewise.
2612         (movtf_cc_reg_hq_sp64): Likewise.
2613         (movtf_cc_reg_sp64): Likewise.
2614         (mov<I:mode>_cc_v9): Use icc_or_fcc_comparison_operator predicate.
2615         (movsf_cc_v9): Likewise.
2616         (movdf_cc_v9): Likewise.
2617         (movtf_cc_hq_v9): Likewise.
2618         (movtf_cc_v9): Likewise.
2619         (adddi3): Call gen_adddi3_sp32.
2620         (adddi3_insn_sp32): Rename to...
2621         (adddi3_sp32): ...this.  Accept only register_operand as operand #1
2622         and use CCCmode for the carry.
2623         (addx_extend_sp32): Use CCCmode for the carry.
2624         (addx_extend_sp64): Delete.
2625         (adddi3_extend_sp32): Use CCCmode for the carry.
2626         (cmp_plus patterns): Use CCNZ/CCXNZ mode and add C variants.
2627         (subdi3): Call gen_subdi3_sp32.
2628         (subdi3_insn_sp32): Rename to...
2629         (subdi3_sp32): ...this and use CCmode for the carry.
2630         (subx_extend_sp32): Use CCCmode for the carry.
2631         (subx_extend_sp64): Delete.
2632         (subdi3_extend_sp32): Use CCmode for the carry.
2633         (cmp_minus patterns): Use CCNZ/CCXNZ mode and add C variants.
2634         (negdi3): Call gen_negdi3_sp32.
2635         (negdi3_sp32): Use CCCmode for the carry.
2636         (cmp_neg patterns): Use CCNZ/CCXNZ mode and add C variants.
2637         (cmp_nz_ashift_1): Use CCNZ mode.
2638         (cmp_nz_set_ashift_1): Likewise.
2639         (ctrapsi4): Use comparison_operator predicate.
2640         (ctrapdi4): Likewise.
2641         (trapsi_insn): Use icc_comparison_operator predicate.
2642         (trapdi_insn): Likewise.
2643         (edge8 patterns): Use CCNZmode.
2644         (edge16 patterns): Likewise.
2645         (edge32 patterns): Likewise.
2647 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
2649         * config/visium/visium-modes.def (CC_NOOV): Rename into...
2650         (CCNZ): ...this.
2651         (CC_BTST): Rename into...
2652         (CCC): ...this.
2653         * config/visium/predicates.md (real_add_operand): New.
2654         (visium_btst_operator): Rename into...
2655         (visium_equality_comparison_operator): ...this.
2656         (visium_noov_operator): Rename into...
2657         (visium_nz_comparison_operator): ...this.
2658         (visium_c_comparison_operator): New.
2659         (visium_branch_operator): Adjust and deal with all CC modes.
2660         * config/visium/visium.c (visium_adjust_cost): Adjust.
2661         (visium_split_double_add): Use the *_set_carry patterns.
2662         (visium_select_cc_mode): Add support for CCC mode and adjust.
2663         (output_cbranch): Adjust and use the carry-based operators for
2664         floating-point comparisons.
2665         * config/visium/visium.md (flags_subst_arith): Adjust.
2666         (addsi3_insn_set_carry): New instruction.
2667         (subsi3_insn_set_carry): Likewise.
2668         (negsi2_insn_set_carry): Likewise.
2669         (btst): Adjust.
2670         (cmp<mode>_sne): Likewise.
2671         (cbranch<mode>4): Use ordered_comparison_operator.
2672         (cbranch<mode>4_insn): Likewise.
2673         (cbranchsi4_btst_insn): Adjust.
2675 2016-10-11  Tom de Vries  <tom@codesourcery.com>
2677         PR middle-end/77558
2678         * builtins.c (std_canonical_va_list_type): Remove RECORD_TYPE
2679         special-casing.
2681 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
2683         * tree.h (build_complex_type): Add second parameter with default.
2684         * tree.c (build_complex_type): Add NAMED second parameter and adjust
2685         recursive call.  Create a TYPE_DECL only if NAMED is true.
2686         (build_common_tree_nodes): Pass true in calls to build_complex_type.
2688 2016-10-11  Georg-Johann Lay  <avr@gjlay.de>
2690         New avr-passes.def to register AVR specific passes.
2692         * config/avr/avr-passes.def: New file.
2693         * config/avr/t-avr (PASSES_EXTRA): Add avr-passes.def.
2694         * config/avr/avr-protos.h (gcc::context, rtl_opt_pass): Declare.
2695         (make_avr_pass_recompute_note): New proto.
2696         * config/avr/avr.c (make_avr_pass_recompute_notes): New function.
2697         (avr_pass_recompute_notes): Use anonymous namespace.
2698         (avr_register_passes): Remove function...
2699         (avr_option_override): ...and its call.
2701 2016-10-11  Robert Suchanek  <robert.suchanek@imgtec.com>
2703         * config/mips/mips-cpus.def: Replace PTF_AVOID_BRANCHLIKELY with
2704         PTF_AVOID_BRANCHLIKELY_ALWAYS for generic architecture and with
2705         PTF_AVOID_BRANCHLIKELY_SPEED for others.
2706         (mips2, mips3, mips4): Add PTF_AVOID_BRANCHLIKELY_SIZE to tune
2707         flags.
2708         * config/mips/mips.c (mips_option_override): Enable the branch
2709         likely depending on the tune flags and optimization level.
2710         * config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): Remove.
2711         (PTF_AVOID_BRANCHLIKELY_SPEED): Define.
2712         (PTF_AVOID_BRANCHLIKELY_SIZE): Likewise.
2713         (PTF_AVOID_BRANCHLIKELY_ALWAYS): Likewise.
2715 2016-10-11  Richard Biener  <rguenther@suse.de>
2717         * lto-streamer-out.c (collect_block_tree_leafs): New helper.
2718         (output_function): Properly stream the whole block tree.
2719         * lto-streamer-in.c (input_function): Likewise.
2721 2016-10-11  Marek Polacek  <polacek@redhat.com>
2723         * Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
2725 2016-10-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
2727         * tree-vrp.c (evrp_dom_walker::try_add_new_range): New.
2728         (evrp_dom_walker::before_dom_children): Infer and push new value
2729         ranges for x in y < x.
2731 2016-10-10  Joseph Myers  <joseph@codesourcery.com>
2733         PR target/77586
2734         * config/ia64/ia64.c (ia64_libgcc_floating_mode_supported_p)
2735         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
2736         * config/ia64/elf.h (IA64_NO_LIBGCC_TFMODE): Likewise.
2737         * config/ia64/freebsd.h (IA64_NO_LIBGCC_TFMODE): Likewise.
2738         * config/ia64/vms.h (IA64_NO_LIBGCC_XFMODE)
2739         (IA64_NO_LIBGCC_TFMODE): Likewise.
2741 2016-10-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
2743         * tree-vrp.c (vrp_intersect_ranges_1): Allocate bitmap before
2744           copying.
2746 2016-10-10  Andreas Tobler  <andreast@gcc.gnu.org>
2748         * config.gcc: Add aarch64-*-freebsd* support.
2749         * config.host: Likewise.
2750         * config/aarch64/aarch64-freebsd.h: New file.
2751         * config/aarch64/t-aarch64-freebsd: Ditto.
2753 2016-10-10  Jeff Law  <law@redhat.com>
2755         PR tree-optimization/71947
2756         * tree-ssa-dom.c (cprop_into_stmt): Avoid replacing A with B, then
2757         B with A within a single statement.
2759 2016-10-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2761         PR tree-optimization/77824
2762         * gimple-ssa-strength-reduction.c (stmt_cost): Explicitly return
2763         zero cost for copies.
2764         (find_candidates_dom_walker::before_dom_children): Replace
2765         MODIFY_EXPR with SSA_NAME.
2766         (replace_mult_candidate): Likewise.
2767         (replace_profitable_candidates): Likewise.
2769 2016-10-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2771         * config/s390/s390.h: Wrap more macros args in brackets and fix
2773 2016-10-10  Georg-Johann Lay  <avr@gjlay.de>
2775         * config/avr/gen-avr-mmcu-texi.c (string.h): Include.
2777 2016-10-10  Andreas Schwab  <schwab@suse.de>
2779         PR target/77738
2780         * config/ia64/ia64.md ("doloop_end"): Reject if mode of loop
2781         pseudo is not DImode.
2783 2016-10-10  Claudiu Zissulescu  <claziss@synopsys.com>
2785         * common/config/arc/arc-common.c (arc_option_optimization_table):
2786         Remove compact casesi option.
2787         * config/arc/arc.c (arc_override_options): Use compact casesi
2788         option only for pre-ARCv2 cores.
2789         * doc/invoke.texi (mcompact-casesi): Update text.
2791 2016-10-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2793         * config/rs6000/rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED):
2794         Add macro to say we can efficiently handle overlapping unaligned
2795         loads.
2796         * config/rs6000/rs6000.c (expand_block_compare): Avoid generating
2797         poor code for processors older than p8.
2799 2016-10-09  Eric Botcazou  <ebotcazou@adacore.com>
2801         * gen-pass-instances.awk: Remove GNUism.
2803 2016-10-09  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2805         * ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to
2806         NULL of (*ipcp_transformations)][node->uid].
2808 2016-10-09  John David Anglin  <danglin@gcc.gnu.org>
2810         * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
2811         (MALLOC_ABI_ALIGNMENT): Define.
2813 2016-10-09  Jakub Jelinek  <jakub@redhat.com>
2815         * tree-ssa.c (target_for_debug_bind, verify_phi_args,
2816         ssa_undefined_value_p, maybe_optimize_var): Use VAR_P and/or
2817         VAR_OR_FUNCTION_DECL_P macros.
2818         * tree-chkp.c (chkp_register_var_initializer, chkp_make_static_bounds,
2819         chkp_get_bounds_for_decl_addr, chkp_parse_array_and_component_ref,
2820         chkp_find_bounds_1): Likewise.
2821         * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Likewise.
2822         * hsa-gen.c (get_symbol_for_decl): Likewise.
2823         * cgraphunit.c (check_global_declaration, analyze_functions,
2824         handle_alias_pairs, thunk_adjust, cgraph_node::expand_thunk):
2825         Likewise.
2826         * gimple-fold.c (can_refer_decl_in_current_unit_p,
2827         canonicalize_constructor_val, gimple_get_virt_method_for_vtable):
2828         Likewise.
2829         * tree.c (set_decl_section_name, copy_node_stat,
2830         need_assembler_name_p, free_lang_data_in_decl, find_decls_types_r,
2831         merge_dllimport_decl_attributes, handle_dll_attribute,
2832         decl_init_priority_insert, auto_var_in_fn_p, array_at_struct_end_p,
2833         verify_type): Likewise.
2834         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior,
2835         find_explicit_erroneous_behavior): Likewise.
2836         * sdbout.c (sdbout_toplevel_data, sdbout_late_global_decl): Likewise.
2837         * ipa.c (process_references): Likewise.
2838         * tree-chkp-opt.c (chkp_get_check_result): Likewise.
2839         * varasm.c (get_block_for_decl, use_blocks_for_decl_p, make_decl_rtl,
2840         notice_global_symbol, assemble_variable, mark_decl_referenced,
2841         build_constant_desc, output_constant_def_contents, do_assemble_alias,
2842         make_decl_one_only, default_section_type_flags,
2843         categorize_decl_for_section, default_encode_section_info): Likewise.
2844         * trans-mem.c (requires_barrier): Likewise.
2845         * gimple-expr.c (mark_addressable): Likewise.
2846         * cfgexpand.c (add_scope_conflicts_1, expand_one_var,
2847         expand_used_vars_for_block, clear_tree_used, stack_protect_decl_p,
2848         expand_debug_expr): Likewise.
2849         * tree-dump.c (dequeue_and_dump): Likewise.
2850         * ubsan.c (instrument_bool_enum_load): Likewise.
2851         * tree-pretty-print.c (print_declaration): Likewise.
2852         * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
2853         * tree-ssa-uninit.c (warn_uninitialized_vars): Likewise.
2854         * asan.c (asan_protect_global, instrument_derefs): Likewise.
2855         * tree-into-ssa.c (rewrite_stmt, maybe_register_def,
2856         pass_build_ssa::execute): Likewise.
2857         * var-tracking.c (var_debug_decl, track_expr_p): Likewise.
2858         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost, split_address_cost):
2859         Likewise.
2860         * ipa-split.c (test_nonssa_use, consider_split, mark_nonssa_use):
2861         Likewise.
2862         * tree-inline.c (insert_debug_decl_map, remap_ssa_name,
2863         can_be_nonlocal, remap_decls, copy_debug_stmt,
2864         initialize_inlined_parameters, add_local_variables,
2865         reset_debug_binding, replace_locals_op): Likewise.
2866         * dse.c (can_escape): Likewise.
2867         * ipa-devirt.c (compare_virtual_tables, referenced_from_vtable_p):
2868         Likewise.
2869         * tree-diagnostic.c (default_tree_printer): Likewise.
2870         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
2871         unpack_ts_decl_with_vis_value_fields,
2872         lto_input_ts_decl_common_tree_pointers): Likewise.
2873         * builtins.c (builtin_save_expr, fold_builtin_expect,
2874         readonly_data_expr): Likewise.
2875         * tree-ssa-structalias.c (new_var_info, get_constraint_for_ssa_var,
2876         create_variable_info_for, set_uids_in_ptset, visit_loadstore):
2877         Likewise.
2878         * gimple-streamer-out.c (output_gimple_stmt): Likewise.
2879         * gimplify.c (force_constant_size, gimplify_bind_expr,
2880         gimplify_decl_expr, gimplify_var_or_parm_decl,
2881         gimplify_compound_lval, gimplify_init_constructor,
2882         gimplify_modify_expr, gimplify_asm_expr, gimplify_oacc_declare,
2883         gimplify_type_sizes): Likewise.
2884         * cgraphbuild.c (record_reference, record_type_list, mark_address,
2885         mark_load, mark_store, pass_build_cgraph_edges::execute): Likewise.
2886         * tree-ssa-live.c (mark_all_vars_used_1, remove_unused_scope_block_p,
2887         remove_unused_locals): Likewise.
2888         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p, ptrs_compare_unequal,
2889         ref_maybe_used_by_call_p_1, call_may_clobber_ref_p_1): Likewise.
2890         * function.c (instantiate_expr, instantiate_decls_1,
2891         setjmp_vars_warning, add_local_decl): Likewise.
2892         * alias.c (ao_ref_from_mem, get_alias_set, compare_base_symbol_refs):
2893         Likewise.
2894         * tree-stdarg.c (find_va_list_reference, va_list_counter_struct_op,
2895         va_list_ptr_read, va_list_ptr_write, check_all_va_list_escapes,
2896         optimize_va_list_gpr_fpr_size): Likewise.
2897         * tree-nrv.c (pass_nrv::execute): Likewise.
2898         * tsan.c (instrument_expr): Likewise.
2899         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
2900         * vtable-verify.c (verify_bb_vtables): Likewise.
2901         * tree-dfa.c (ssa_default_def, set_ssa_default_def,
2902         get_ref_base_and_extent): Likewise.
2903         * toplev.c (wrapup_global_declaration_1, wrapup_global_declaration_2):
2904         Likewise.
2905         * tree-sra.c (static bool constant_decl_p, find_var_candidates,
2906         analyze_all_variable_accesses): Likewise.
2907         * tree-nested.c (get_nonlocal_debug_decl,
2908         convert_nonlocal_omp_clauses, note_nonlocal_vla_type,
2909         note_nonlocal_block_vlas, convert_nonlocal_reference_stmt,
2910         get_local_debug_decl, convert_local_omp_clauses,
2911         convert_local_reference_stmt, nesting_copy_decl, remap_vla_decls):
2912         Likewise.
2913         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Likewise.
2914         * stmt.c (decl_overlaps_hard_reg_set_p): Likewise.
2915         * dbxout.c (dbxout_late_global_decl, dbxout_type_fields,
2916         dbxout_symbol, dbxout_common_check): Likewise.
2917         * expr.c (expand_assignment, expand_expr_real_2, expand_expr_real_1,
2918         string_constant): Likewise.
2919         * hsa.c (hsa_get_declaration_name): Likewise.
2920         * passes.c (rest_of_decl_compilation): Likewise.
2921         * tree-ssanames.c (make_ssa_name_fn): Likewise.
2922         * tree-streamer-out.c (pack_ts_decl_common_value_fields,
2923         pack_ts_decl_with_vis_value_fields,
2924         write_ts_decl_common_tree_pointers): Likewise.
2925         * stor-layout.c (place_field): Likewise.
2926         * symtab.c (symtab_node::maybe_create_reference,
2927         symtab_node::verify_base, symtab_node::make_decl_local,
2928         symtab_node::copy_visibility_from,
2929         symtab_node::can_increase_alignment_p): Likewise.
2930         * dwarf2out.c (add_var_loc_to_decl, tls_mem_loc_descriptor,
2931         decl_by_reference_p, reference_to_unused, rtl_for_decl_location,
2932         fortran_common, add_location_or_const_value_attribute,
2933         add_scalar_info, add_linkage_name, set_block_abstract_flags,
2934         local_function_static, gen_variable_die, dwarf2out_late_global_decl,
2935         optimize_one_addr_into_implicit_ptr,
2936         optimize_location_into_implicit_ptr): Likewise.
2937         * gimple-low.c (record_vars_into): Likewise.
2938         * ipa-visibility.c (update_vtable_references): Likewise.
2939         * tree-ssa-address.c (fixed_address_object_p, copy_ref_info):
2940         Likewise.
2941         * lto-streamer-out.c (tree_is_indexable, get_symbol_initial_value,
2942         DFS::DFS_write_tree_body, write_symbol): Likewise.
2943         * langhooks.c (lhd_warn_unused_global_decl,
2944         lhd_set_decl_assembler_name): Likewise.
2945         * attribs.c (decl_attributes): Likewise.
2946         * except.c (output_ttype): Likewise.
2947         * varpool.c (varpool_node::get_create, ctor_for_folding,
2948         varpool_node::assemble_decl, varpool_node::create_alias): Likewise.
2949         * fold-const.c (fold_unary_loc): Likewise.
2950         * ipa-prop.c (ipa_compute_jump_functions_for_edge,
2951         ipa_find_agg_cst_from_init): Likewise.
2952         * omp-low.c (expand_omp_regimplify_p, expand_omp_taskreg,
2953         expand_omp_target, lower_omp_regimplify_p,
2954         grid_reg_assignment_to_local_var_p, grid_remap_prebody_decls,
2955         find_link_var_op): Likewise.
2956         * tree-chrec.c (chrec_contains_symbols): Likewise.
2957         * tree-cfg.c (verify_address, verify_expr, verify_expr_location_1,
2958         gimple_duplicate_bb, move_stmt_op, replace_block_vars_by_duplicates,
2959         execute_fixup_cfg): Likewise.
2961         PR tree-optimization/77901
2962         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Only optimize
2963         if ranges[i].exp is SSA_NAME when looking for >= and only when
2964         ranges[i].exp is NULL or SSA_NAME when looking for the other
2965         comparison.
2967 2016-10-09  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2969         * ipa-cp.c (ipcp_alignment_lattice): Remove.
2970         (ipcp_param_lattices): Remove field alignment.
2971         (print_all_lattices): Remove call to ipcp_alignment_lattice::print.
2972         (set_all_contains_variable): Remove call to
2973         ipcp_alignment_lattice::set_to_bottom.
2974         (initialize_node_lattices): Likewise.
2975         (propagate_alignment_accross_jump_function): Remove.
2976         (propagate_constants_accross_call): Remove call to
2977         propagate_alignment_accross_jump_function.
2978         (ipcp_store_alignment_results): Remove.
2979         (ipcp_driver): Remove call to ipcp_store_alignment_results.
2980         (propagate_bits_accross_jump_function): Handle ancestor jump function.
2981         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Remove
2982         pretty-printing of alignment jump function.
2983         (ipa_set_jf_unknown): Remove assignment to jfunc->alignment.known.
2984         (ipa_compute_jump_functions_for_edge): Adjust ipa_bits jump function for
2985         alignments and remove computing ipa_alignment jump function.
2986         (ipa_node_params_t::duplicate): Remove copying of src_trans->alignments.
2987         (ipa_write_jump_functions): Remove streaming for ipa_alignment.
2988         (ipa_read_jump_function): Remove reading of ipa_alignment.
2989         (write_ipcp_transformation_info): Remove streaming for alignment
2990         propagation summary.
2991         (read_ipcp_transformation_info): Remove reading of alignment
2992         propagation summary.
2993         (ipcp_update_alignments): Remove.
2994         (ipcp_update_bits): Adjust to set alignment for parameters of pointer
2995         type.
2996         (ipcp_transform_function): Remove call to ipcp_update_alignments()
2997         and remove assignment to (*ipcp_transformations)[node->uid].alignments.
2998         * ipa-prop.h (ipa_alignment): Remove.
2999         (ipa_jump_func): Remove field alignment.
3000         (ipcp_transformation_summary): Remove field alignments.
3001         * doc/invoke.texi: Mark fipa-cp-alignment as obsolete.
3002         * opts.c (default_options_table): Remove entry for fipa-cp-alignment.
3003         (enable_fdo_optimizations): Remove checking for fipa-cp-alignment.
3005 2016-10-08  Eric Botcazou  <ebotcazou@adacore.com>
3007         * config/sparc/sparc.h (FIXED_REGISTERS): Add %icc.
3009         * config/visium/visium.c (visium_expand_int_cstore): Revert latest
3010         change.
3011         (visium_expand_fp_cstore): Likewise.
3013 2016-10-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3015         * diagnostic-core.h (warning_at_rich_loc_n): Declare.
3016         * diagnostic.c (warning_at_rich_loc_n): New function.
3017         (diagnostic_n_impl_richloc): Likewise.
3018         (diagnostic_n_impl): Move most of the function to
3019         diagnostic_n_impl_richloc and call it.
3021 2016-10-08  Jakub Jelinek  <jakub@redhat.com>
3023         * gen-pass-instances.awk: Rewritten.
3024         * Makefile.in (pass-instances.def): Depend on $(PASSES_EXTRA), pass
3025         $(PASSES_EXTRA) after passes.def to the script.
3026         * config/i386/t-i386 (PASSES_EXTRA): Add i386-passes.def.
3027         * config/i386/i386-passes.def: New file.
3028         * config/i386/i386-protos.h (make_pass_insert_vzeroupper,
3029         make_pass_stv): Declare.
3030         * config/i386/i386.c (pass_stv::pass_stv): Initialize timode_p to
3031         false.
3032         (pass_stv::gate): Depending on timode_p member require TARGET_64BIT
3033         or !TARGET_64BIT.
3034         (pass_stv::clone, pass_stv::set_pass_param): New methods.
3035         (pass_stv::timode_p): New non-static data member.
3036         (ix86_option_override): Don't register passes here.
3038         * doc/invoke.texi: Document accepting Else, fallthrough.
3040         * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment
3041         style changes.
3043         * doc/invoke.texi (-Wimplicit-fallthrough): Document the accepted
3044         FALLTHRU comment styles.
3046 2016-10-07  Andrew Pinski  <apinski@cavium.com>
3048         * config/aarch64/aarch64-arches.def (AARCH64_ARCH): #undef at the end.
3049         * config/aarch64/aarch64-cores.def (AARCH64_CORE): Likewise.
3050         * config/aarch64/aarch64-fusion-pairs.def (AARCH64_FUSION_PAIR):
3051         Likewise.
3052         * config/aarch64/aarch64-option-extensions.def (AARCH64_OPT_EXTENSION):
3053         Likewise.
3054         * config/aarch64/aarch64-tuning-flags.def (AARCH64_EXTRA_TUNING_OPTION):
3055         Likewise.
3056         * config/aarch64/aarch64-opts.h (AARCH64_CORE): Don't #undef here.
3057         (AARCH64_ARCH): Likewise.
3058         * common/config/aarch64/aarch64-common.c (AARCH64_OPT_EXTENSION):
3059         Likewise.
3060         (AARCH64_CORE): Likewise.
3061         (AARCH64_ARCH): Likewise.
3062         * config/aarch64/aarch64-protos.h (AARCH64_FUSION_PAIR): Likewise.
3063         (AARCH64_EXTRA_TUNING_OPTION): Likewise.
3064         * config/aarch64/aarch64.c (AARCH64_FUION_PAIR): Likewise.
3065         (AARCH64_EXTRA_TUNING_OPTION): Likewise.
3066         (AARCH64_ARCH): Likewise.
3067         (AARCH64_CORE): Likewise.
3068         * config/aarch64/aarch64.h (AARCH64_CORE): Likewise.
3069         * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Likewise.
3070         (AARCH64_CORE): Likewise.
3071         (AARCH64_ARCH): Likewise.
3073 2016-10-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
3075         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Split
3076         -mfloat128 into -mfloat128-type that enables the IEEE 128-bit
3077         floating point type infrastructre, and -mfloat128 that enables the
3078         keyword.  Define __FLOAT128__ if -mfloat128, and __FLOAT128_TYPE__
3079         if -mfloat128-type.  Define __ibm128 to be long double by default.
3080         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print whether
3081         the IEEE 128-bit floating point type infrastructure should
3082         automatically be enabled.
3083         (rs6000_init_hard_regno_mode_ok): Switch to use -mfloat128-type
3084         instead of -mfloat128 to enable KFmode.
3085         (rs6000_option_override_internal): Split the option -mfloat128
3086         into -mfloat128-type and -mfloat128.  On Linux PowerPC 64-bit
3087         systems, automatically set -mfloat128-type, but don't enable it on
3088         other operating systems.  Move setting the long double size and
3089         IEEE quad support before the IEEE 128-bit floating point changes.
3090         (rs6000_init_builtins): Do not create a unique type for __ibm128
3091         if long double is IBM extended double, instead rely on __ibm128
3092         being defined as 'long double'.  If -mfloat128-type and not
3093         -mfloat128, create the KFmode type with an undocumented __ieee128
3094         keyword.
3095         (rs6000_init_libfuncs): Use -mfloat128-type instead of
3096         -mfloat128 for tests about the types, but keep tests for
3097         -mfloat128 to enable the keyword support.
3098         (rs6000_complex_function_value): Likewise.
3099         (rs6000_scalar_mode_supported_p): Likewise.
3100         (rs6000_floatn_mode): Likewise.
3101         (rs6000_c_mode_for_suffix): Likewise.
3102         (rs6000_opt_masks): Add -mfloat128-type.
3103         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add support for
3104         -mfloat128-type being split from -mfloat128.  Add
3105         -mfloat128-hardware, which was missing.
3106         * config/rs6000/rs6000.opt (-mfloat128): Split -mfloat128 into
3107         -mfloat128 and -mfloat128-type:
3108         (-mfloat128-type): Likewise.
3109         * config/rs6000/linux64.h (TARGET_FLOAT128_ENABLE_TYPE): Define so
3110         that 64-bit Linux systems with enable -mfloat128-type by default
3111         on VSX systems.
3112         * config/rs6000/rs6000.h (TARGET_FLOAT128_ENABLE_TYPE): Likewise.
3113         (FLOAT128_VECTOR_P): Switch IEEE 128-bit floating points to use
3114         -mfloat128-type instead of -mfloat128.
3115         (FLOAT128_2REG_P): Likewise.
3116         (MASK_FLOAT128_TYPE): Likewise.
3117         (ALTIVEC_ARG_MAX_RETURN): Likewise.
3118         (RS6000_BTM_FLOAT128): Likewise.
3119         (TARGET_FLOAT128): Poison old identifiers.
3120         (OPTION_MASK_FLOAT128): Likewise.
3121         (MASK_FLOAT128): Likewise.
3122         * config/rs6000/rs6000.md (FP): Likewise.
3123         (FLOAT128): Likewise.
3124         (fix_trunc<mode>di2): Likewise.
3125         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
3126         (floatdi<mode>2): Likewise.
3127         (floatuns<SDI:mode><IEEE128:mode>2): Likewise.
3128         (neg<mode>2, FLOAT128 iterator): Likewise.
3129         (abs<mode>2, FLOAT128 iterator): Likewise.
3130         (ieee_128bit_negative_zero): Likewise.
3131         (ieee_128bit_vsx_neg<mode>2): Likewise.
3132         (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
3133         (ieee_128bit_vsx_abs<mode>2): Likewise.
3134         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
3135         (ieee_128bit_vsx_nabs<mode>2): Likewise.
3136         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
3137         (extendiftf2): Likewise.
3138         (extendifkf2): Likewise.
3139         (extendtfkf2): Likewise.
3140         (trunciftf2): Likewise.
3141         (truncifkf2): Likewise.
3142         (trunckftf2): Likewise.
3143         (trunctfif2): Likewise.
3144         (extendkftf2): Likewise.
3145         (trunctfkf2): Likewise.
3147 2016-10-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3149         * simplify-rtx.c (simplify_immed_subreg): Zero-initialize tmp array
3150         before merging in bytes to pass down to real_from_target.
3152 2016-10-07  Richard Biener  <rguenther@suse.de>
3154         * tree-ssa-propagate.c (replace_phi_args_in): Remove no longer
3155         required hack.
3156         (substitute_and_fold_dom_walker::before_dom_children):
3157         Substitute and fold before pass specific folding to avoid
3158         feeding that with SSA names that will be later released.
3159         * tree-ssa-ccp.c (get_value_for_expr): Guard for new SSA names
3160         introduced by folding and visited by evaluate_stmt called during
3161         ccp_fold_stmt.
3162         (likely_value): Likewise.
3163         (evaluate_stmt): Likewise.
3164         * tree-vrp.c (simplify_truth_ops_using_ranges): Fold modified stmt.
3165         (simplify_div_or_mod_using_ranges): Likewise.
3166         (simplify_min_or_max_using_ranges): Likewise.
3167         (simplify_abs_using_ranges): Likewise.
3168         (simplify_conversion_using_ranges): Likewise.
3169         (simplify_float_conversion_using_ranges): Likewise.
3170         (simplify_stmt_using_ranges): Likewise.
3172 2016-10-07  Marek Polacek  <polacek@redhat.com>
3174         * gimplify.c (should_warn_for_implicit_fallthrough): Check for
3175         FALLTHROUGH_LABEL_P here...
3176         (warn_implicit_fallthrough_r): ...not here.
3178 2016-10-07  Bernd Schmidt  <bschmidt@redhat.com>
3180         PR tree-optimization/77880
3181         * expr.c (by_pieces_ninsns): Use unsigned HOST_WIDE_INT where
3182         necessary.
3184 2016-10-07  Marek Polacek  <polacek@redhat.com>
3186         PR c++/77803
3187         * gimplify.c (last_stmt_in_scope): Add check for FALLTHROUGH ().
3189 2016-10-07  Richard Biener  <rguenther@suse.de>
3191         * bitmap.h: Document constraints on bitmap modification while
3192         iterating over it.
3194 2016-10-07  Richard Biener  <rguenther@suse.de>
3196         * bitmap.c (bitmap_elem_to_freelist): Set indx to -1.
3197         * bitmap.h (bmp_iter_set): When advancing to the next element
3198         check that we didn't remove the current one.
3199         (bmp_iter_and): Likewise.
3200         (bmp_iter_and_compl): Likewise.
3201         * tree-ssa.c (release_defs_bitset): Do not remove worklist bit
3202         we currently iterate on but keep a one-level queue.
3203         * sched-deps.c (remove_from_deps): Do not clear current bit
3204         but keep a one-level queue.
3206 2016-10-07  Jakub Jelinek  <jakub@redhat.com>
3208         PR tree-optimization/77664
3209         * tree-ssa-reassoc.c (update_range_test): Also clear low and high
3210         for the other ranges.
3211         (optimize_range_tests_diff): Fix up formatting.
3212         (optimize_range_tests_var_bound): New function.
3213         (optimize_range_tests): Use it.
3215 2016-10-07  Martin Liska  <mliska@suse.cz>
3217         * coverage.c (build_gcov_exit_decl): Fix priority what
3218         should be really 99.
3220 2016-10-07  Richard Biener  <rguenther@suse.de>
3222         * gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of
3223         vars in gimple_bind_vars but not in BLOCK_VARS.
3225 2016-10-07  Richard Biener  <rguenther@suse.de>
3227         PR tree-optimization/77879
3228         * tree-ssa-structalias.c (handle_const_call): Properly handle
3229         NRV return slots.
3230         (handle_pure_call): Likewise.
3232 2016-10-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
3234         * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor)
3235         (rs6000_elf_asm_out_destructor): increase size of buf to avoid
3236         possible overflow.
3238 2016-10-06  Andrew Pinski  <apinski@cavium.com>
3240         * config/aarch64/aarch64-cores.def: Add a comment before each
3241         set of cores.
3243 2016-10-06  Kugan Vivekanandarajah  <kuganv@linaro.org>
3245         PR tree-optimization/77862
3246         * tree-vrp.c (add_equivalence): Use get_value_range so that
3247         num_vr_values is checked before accessing vr_values.
3249 2016-10-06  Kugan Vivekanandarajah  <kuganv@linaro.org>
3251         * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
3252           POINTER_TYPE_P.
3254 2016-10-05  Jeff Law  <law@redhat.com>
3256         PR tree-optimization/71661
3257         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Handle case when
3258         removal of a forwarder exposes a new natural loop.
3260 2016-10-06  Uros Bizjak  <ubizjak@gmail.com>
3262         * config/i386/sse.md (andnot<mode>3): Add FALLTHRU comments.
3263         Introduce ssesuffix variable.
3264         (<mask_codefor><code><mode>3<mask_name>): Ditto.
3265         (*<code><mode>3): Ditto.
3267 2016-10-06  Jan Hubicka  <hubicka@ucw.cz>
3269         * postreload.c (reload_cse_simplify): Skip also USE when detecting
3270         noop move.
3272 2016-10-06  Richard Biener  <rguenther@suse.de>
3274         PR tree-optimization/77855
3275         * tree-ssa-pre.c (prune_clobbered_mems): Queue exprs to remove
3276         instead of removing the current item while iterating over the set
3277         which is not safe.
3279 2016-10-06  James Clarke  <jrtc27@jrtc27.com>
3280             Eric Botcazou  <ebotcazou@adacore.com>
3282         PR target/77759
3283         * config/sparc/sparc.c (classify_data_t): Remove int_regs field.
3284         (classify_registers): Don't set it
3285         (function_arg_slotno): Don't initialize and test it.  Tidy up.
3287 2016-10-06  Richard Biener  <rguenther@suse.de>
3289         PR tree-optimization/77839
3290         * tree-ssa-sccvn.c (set_ssa_val_to): Forbid value -> constant value
3291         lattice transition.
3293 2016-10-06  Martin Liska  <mliska@suse.cz>
3295         * gcc.c: Set -fprofile-update=atomic when profiling is
3296         enabled and -pthread is set.  Warn when one combines
3297         -pthread and -fprofile-update=single for an app using
3298         profiling code.
3300 2016-10-06  Martin Liska  <mliska@suse.cz>
3302         PR bootstrap/77788
3303         * expmed.h (mul_highpart_cost_ptr): Add an gcc_assert.
3304         * gimple-ssa-strength-reduction.c (slsr_process_cast):
3305         Initialize a pointer to NULL.
3306         (slsr_process_copy): Likewise.
3307         * input.c (location_get_source_line): Likewise.
3308         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
3310 2016-10-05  Andrew Senkevich  <andrew.senkevich@intel.com>
3312         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PCOMMIT_UNSET,
3313         OPTION_MASK_ISA_PCOMMIT_SET): Deleted definitions.
3314         (ix86_handle_option): Deleted handle of OPT_mpcommit.
3315         * config.gcc: Deleted pcommitintrin.h
3316         * config/i386/pcommitintrin.h: Deleted file.
3317         * config/i386/cpuid.h (bit_PCOMMIT): Deleted.
3318         * config/i386/driver-i386.c (host_detect_local_cpu): Deleted pcommit
3319         detection.
3320         * config/i386/i386-c.c (ix86_target_macros_internal): Deleted define
3321         __PCOMMIT__.
3322         * config/i386/i386.c (ix86_target_string): Deleted -mpcommit.
3323         (PTA_PCOMMIT): Deleted define.
3324         (ix86_option_override_internal): Deleted handle of option.
3325         (ix86_valid_target_attribute_inner_p): Deleted pcommit.
3326         * config/i386/i386-builtin.def (IX86_BUILTIN_PCOMMIT,
3327         __builtin_ia32_pcommit): Deleted.
3328         * config/i386/i386.h (TARGET_PCOMMIT, TARGET_PCOMMIT_P): Deleted.
3329         * config/i386/i386.md (unspecv): Deleted UNSPECV_PCOMMIT.
3330         (pcommit): Deleted instruction.
3331         * config/i386/i386.opt: Mention -mpcommit deprecation.
3332         * config/i386/x86intrin.h: Deleted inclusion of pcommitintrin.h.
3334 2016-10-05  Uros Bizjak  <ubizjak@gmail.com>
3336         PR target/77874
3337         * config/i386/sse.md (<mask_codefor><code><mode>3<mask_name>):
3338         Remove wrong assert.
3339         (<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>:
3340         Use <round_constraint> as operand 1 constraint.
3342 2016-10-05  Jakub Jelinek  <jakub@redhat.com>
3344         PR sanitizer/66343
3345         * ubsan.c (ubsan_create_data): Call initialize_sanitizer_builtins here.
3346         (ubsan_instrument_float_cast): And not here.
3348         PR sanitizer/66343
3349         * ubsan.c (ubsan_ids): New GTY(()) array.
3350         (ubsan_type_descriptor, ubsan_create_data): Use ubsan_ids
3351         instead of static local counters.
3353 2016-10-05  Martin Sebor  <msebor@redhat.com>
3355         PR bootstrap/77819
3356         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define macro.
3357         * config/linux.c (gnu_libc_printf_pointer_format): Remove.
3358         * targhooks.c [DEFAULT_LIBC == LIBC_UCLIBC) && SINGLE_LIBC]
3359         (default_printf_pointer_format): Define function.
3360         * targhooks.c (linux_printf_pointer_format): Define new function.
3361         * targhooks.h (linux_printf_pointer_format): Declare.
3362         (gnu_libc_printf_pointer_format): Remove declaration.
3364 2016-10-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3366         * fold-const.c (native_encode_real): Fix logic for selecting offset
3367         to write to when BYTES_BIG_ENDIAN.
3369 2016-10-05  Wilco Dijkstra  <wdijkstr@arm.com>
3371         * builtins.c (fold_builtin_strchr): Remove function.
3372         (fold_builtin_strrchr): Likewise.
3373         (fold_builtin2): Remove strchr, index, strrchr, rindex cases.
3374         * gimple-fold.c (target_char_cst_p): New function.
3375         (gimple_fold_builtin_strchr) Add more foldings.
3376         (gimple_fold_builtin): Add index, strrchr, rindex cases.
3378 2016-10-05  Richard Biener  <rguenther@suse.de>
3380         PR middle-end/77863
3381         * genmatch.c (capture_info::walk_c_expr): Diagnose unknown
3382         capture ids in c-exprs.
3384 2016-10-05  Richard Biener  <rguenther@suse.de>
3386         PR middle-end/77826
3387         * genmatch.c (dt_operand::gen_match_op): Amend operand_equal_p
3388         with types_match for GIMPLE code gen to handle type mismatched
3389         constants properly.
3390         (dt_operand::gen): Adjust.
3391         * match.pd ((X /[ex] A) * A -> X): Properly handle converted
3392         and constant A.
3394 2016-10-05  Richard Biener  <rguenther@suse.de>
3396         * match.pd (copysign(x, CST) -> [-]abs (x)): New pattern.
3398 2016-10-05  Richard Biener  <rguenther@suse.de>
3400         PR middle-end/77842
3401         * genmatch.c (parser::parse_c_expr): Handle premature EOF.
3403 2016-10-05  Pierre-Marie de Rodat  <derodat@adacore.com>
3405         * dwarf2out.c (dwarf2out_imported_module_or_decl): Move DWARF
3406         version check to protect only DW_TAG_imported_module generation.
3408 2016-10-05  Richard Biener  <rguenther@suse.de>
3410         PR middle-end/55152
3411         * match.pd (min(a,-a) -> -abs(a)): New pattern.
3413 2016-10-04  Ian Lance Taylor  <iant@golang.org>
3415         * explow.c (allocate_dynamic_stack_space): Call
3416         do_pending_stack_adjust before handling flag_split_stack.
3418 2016-10-04  David Malcolm  <dmalcolm@redhat.com>
3420         * genattrtab.c (make_internal_attr): Supply dummy column number to
3421         file_location ctor.
3422         (main): Likewise.
3423         * genoutput.c (init_insn_for_nothing): Likewise.
3424         * gensupport.c (add_define_attr): Likewise.
3425         * read-md.c (message_at_1): Print column number.
3426         (fatal_with_file_and_line): Likewise.
3427         (rtx_reader::read_char): Track column numbers.
3428         (rtx_reader::unread_char): Likewise.
3429         (rtx_reader::rtx_reader): Initialize m_read_md_colno.
3430         (rtx_reader::handle_include): Stash and restore m_read_md_colno.
3431         (rtx_reader::handle_file): Initialize m_read_md_colno.
3432         (rtx_reader::get_current_location): Supply column number to
3433         file_location ctor.
3434         * read-md.h (struct file_location): Add field "colno".
3435         (file_location::file_location): Likewise.
3436         (rtx_reader::get_colno): New accessor.
3437         (rtx_reader::m_read_md_colno): New field.
3438         (rtx_reader::m_last_line_colno): New field.
3440 2016-10-04  Jakub Jelinek  <jakub@redhat.com>
3442         * doc/extend.texi (Java Exceptions): Remove.
3443         (java_interface): Remove.
3445 2016-10-04  Doug Gilmore  <doug.gilmore@imgtec.com>
3447         PR tree-optimization/77808
3448         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Check base_addr
3449         and addr are different before copying points-to information.
3451 2016-10-04  Uros Bizjak  <ubizjak@gmail.com>
3453         * config/i386/x86-tune.def (X86_TUNE_VECTORIZE_DOUBLE): Remove.
3454         * config/i386/i386.h (TARGET_VECTORIZE_DOUBLE): Remove.
3455         * config/i386/i386.c (ix86_add_stmt_cost): Use TARGET_BONNEL instead
3456         of !TARGET_VECTORIZE_DOUBLE when penalizing DFmode vector ops.
3458 2016-10-04  Richard Biener  <rguenther@suse.de>
3460         PR tree-optimization/77399
3461         * tree-ssa-forwprop.c (simplify_vector_constructor): Properly
3462         verify the target can convert.
3464 2016-10-04  Richard Biener  <rguenther@suse.de>
3466         PR middle-end/77833
3467         * explow.c (plus_constant): Verify the mode of the constant
3468         pool offset before calling plus_constant.
3470 2016-10-04  Richard Biener  <rguenther@suse.de>
3472         PR middle-end/77407
3473         * match.pd (X / abs (X) -> X < 0 ? -1 : 1): Drop vector
3474         type support, mark with :C.
3475         (X / -X -> -1): Mark with :C.
3477 2016-10-04  Jakub Jelinek  <jakub@redhat.com>
3479         * defaults.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Remove.
3480         * system.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Poison.
3481         * doc/tm.texi.in (TARGET_USE_JCR_SECTION): Remove.
3482         * doc/tm.texi: Regenerated.
3483         * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Remove.
3484         * config/i386/cygming.h (TARGET_USE_JCR_SECTION): Remove.
3485         * config/darwin.h (JCR_SECTION_NAME): Remove.
3486         * config/pa/pa64-hpux.h (JCR_SECTION_NAME): Remove.
3487         * config/rs6000/aix71.h (TARGET_USE_JCR_SECTION): Remove.
3488         * config/rs6000/aix51.h (TARGET_USE_JCR_SECTION): Remove.
3489         * config/rs6000/aix52.h (TARGET_USE_JCR_SECTION): Remove.
3490         * config/rs6000/aix53.h (TARGET_USE_JCR_SECTION): Remove.
3491         * config/rs6000/aix61.h (TARGET_USE_JCR_SECTION): Remove.
3493 2016-10-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3495         * ipa-cp.c (propagate_bits_accross_jump_function): Introduce space
3496         between "because" and "param" in dump message in call to fprintf.
3498 2016-10-03  Jeff Law  <law@redhat.com>
3500         PR tree-optimization/71550
3501         PR tree-optimization/71403
3502         * tree-ssa-threadbackward.c: Include tree-vectorizer.h
3503         (profitable_jump_thread_path): Also return boolean indicating if
3504         the realized path will create an irreducible loop.
3505         Remove loop depth tests from 71403.
3506         (fsm_find_control_statement_thread_paths): Remove loop depth tests
3507         from 71403.  If threading will create an irreducible loop, then
3508         throw away loop iteration and related information.
3510 2016-10-03  Uros Bizjak  <ubizjak@gmail.com>
3512         * configure.ac (strict_warn): Merge -Wmissing-format-attribute and
3513         -Woverloaded-virtual checks for warning options.
3514         * configure: Regenerate.
3516 2016-10-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3518         PR preprocessor/77699
3519         * input.c (maybe_grow): Don't allocate one byte extra headroom.
3520         (get_next_line): Return false on error.
3521         (read_next_line): Removed, use get_next_line instead.
3522         (read_line_num): Don't copy the line.
3523         (location_get_source_line): Don't use static data.
3524         (selftest::test_reading_source_line): Add more test cases.
3526 2016-10-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3528         Revert
3529         2016-09-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3531         * ifcvt.c (noce_try_avoid_const_materialization): New function.
3532         (noce_process_if_block): Use it.
3534 2016-10-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3536         * doc/invoke.texi: Update -Wint-in-bool-context.
3538 2016-10-02  Jakub Jelinek  <jakub@redhat.com>
3540         * dwarf2out.c (output_fde, output_call_frame_info,
3541         dwarf2out_do_cfi_startproc, set_indirect_string,
3542         gen_internal_sym, output_die, output_line_info): Use
3543         MAX_ARTIFICIAL_LABEL_BYTES as char array sizes for
3544         ASM_GENERATE_INTERNAL_LABEL output.
3546 2016-10-01  Richard Biener  <rguenther@suse.de>
3548         PR middle-end/77798
3549         * genmatch.c (get_operand_type): Add operand position arg
3550         and handle COND_EXPR comparison operand with fixed boolean_type_node.
3551         (expr::gen_transform): Adjust.
3552         (dt_simplify::gen_1): Likewise.
3554 2016-10-01  Jakub Jelinek  <jakub@redhat.com>
3556         * config/i386/sse.md (<mask_codefor><code><mode>): Add FALLTHRU
3557         comments.  Simplify asserts, remove unnecessary conditions.
3558         Formatting fixes.
3559         (*<code><mode>3): Likewise.
3561 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
3563         * doc/invoke.texi (-Wregister): Document.
3565 2016-09-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3567         * configure.ac: Split CHECKING_P into CHECKING_P and
3568         ENABLE_EXTRA_CHECKING.
3569         * configure: Regenerated.
3570         * config.in: Adjust commment of CHECKING_P.  Add ENABLE_EXTRA_CHECKING.
3571         * common.opt (flag_checking): Use CHECKING_P and ENABLE_EXTRA_CHECKING.
3573 2016-09-30  Prasad Ghangal  <prasad.ghangal@gmail.com>
3575         PR other/31566
3576         * gcc.c (process_command): For @filename handling, output
3577         the correct name if the file does not exist.
3579 2016-09-30  Marek Polacek  <polacek@redhat.com>
3581         * config/aarch64/aarch64-simd.md: Adjust fall through comments.
3582         * config/alpha/predicates.md: Likewise.
3584 2016-09-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3586         * ifcvt.c (noce_try_avoid_const_materialization): New function.
3587         (noce_process_if_block): Use it.
3589 2016-09-30  Martin Liska  <mliska@suse.cz>
3591         * doc/invoke.texi: Document asan-use-after-return that
3592         it's disabled by default in runtime.
3594 2016-09-30  Richard Biener  <rguenther@suse.de>
3596         * tree-vrp.c (intersect_ranges): If we failed to handle
3597         the intersection choose a constant singleton range if available.
3599 2016-09-30  Richard Biener  <rguenther@suse.de>
3601         PR tree-optimization/77399
3602         * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
3603         float <-> int conversions.
3605 2016-09-30  Alan Modra  <amodra@gmail.com>
3607         * config/rs6000/rs6000.c (rs6000_opt_vars): Revert last change.
3609 2016-09-29  Uros Bizjak  <ubizjak@gmail.com>
3611         * config/i386/driver-i386.c (host_detect_local_cpu): Check maximum
3612         ext_level before calling CPUID with 0x80000008.
3613         Simplify xgetbv checks.
3615 2016-09-29  David Malcolm  <dmalcolm@redhat.com>
3617         * Makefile.in (OBJS): Add print-rtl-function.o.
3618         * print-rtl-function.c: New file.
3619         * print-rtl.h (print_rtx_function): New decl.
3621 2016-09-29  Uros Bizjak  <ubizjak@gmail.com>
3623         PR target/77756
3624         * config/i386/cpuid.h (__get_cpuid_count): New.
3625         (__get_cpuid): Rename __level to __leaf.
3627 2016-09-29  Marek Polacek  <polacek@redhat.com>
3629         * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
3631 2016-09-29  Bernd Schmidt  <bschmidt@redhat.com>
3633         * builtins.c (expand_builtin_memcmp): don't swap args unless
3634         result is only being compared with zero.
3636 2016-09-29  Marek Polacek  <polacek@redhat.com>
3638         * dwarf2out.c (loc_descriptor): Add fall through comment.
3639         (add_const_value_attribute): Likewise.
3641 2016-09-29  Matthew Wahab  <matthew.wahab@arm.com>
3643         * config/arm/arm.md (*arm_movsi_insn): Replace "t2" arch attribute
3644         with "v6t2".  Move "arch" attribute above "pool_range".
3645         * config/arm/vfp.md (*arm_movhi_vfp): Replace "t2" arch attribute
3646         with "v6t2".
3647         (*thumb2_movhi_vfp): Likewise.
3648         (*arm_movhi_fp16): Likewise.
3649         (*thumb2_movhi_fp16): Likewise.
3650         (*arm_movsi_vfp): Remove "arch" attribute.
3651         (*thumb2_movsi_vfp): Likewise.
3653 2016-09-29  Martin Liska  <mliska@suse.cz>
3655         * doc/extend.texi: Remove limitation of Objective C for
3656         __attribute__((constructor)) and __attribute__((destructor)).
3658 2016-09-29  Richard Biener  <rguenther@suse.de>
3660         PR tree-optimization/77768
3661         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
3662         Handle stores to readonly memory when removing redundant stores.
3664 2016-09-29  Richard Biener  <rguenther@suse.de>
3666         PR middle-end/77407
3667         * match.pd: Add X / abs (X) -> X < 0 ? -1 : 1 and
3668         X / -X -> -1 simplifications.
3670 2016-09-29  Richard Biener  <rguenther@suse.de>
3672         PR middle-end/55152
3673         * match.pd: Add max(a,-a) -> abs(a) pattern.
3674         * tree-ssa-phiopt.c (minmax_replacement): Disable for
3675         HONOR_SIGNED_ZEROS types.
3677 2016-09-29  James Greenhalgh  <james.greenhalgh@arm.com>
3679         * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Remove.
3680         * system.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Poison.
3682 2016-09-29  Richard Biener  <rguenther@suse.de>
3684         * tree-vrp.c (set_defs_to_varying): New helper avoiding
3685         writing to vr_const_varying.
3686         (vrp_initialize): Call it.
3687         (vrp_visit_stmt): Likewise.
3688         (evrp_dom_walker::before_dom_children): Likewise.
3690 2016-09-29  Richard Biener  <rguenther@suse.de>
3692         * tree-vect-stmts.c (vectorizable_load): Avoid emitting vector
3693         constructors with vector elements.
3695 2016-09-29  Richard Biener  <rguenther@suse.de>
3697         PR tree-optimization/77768
3698         * tree-ssa-sccvn.c (visit_reference_op_store): Properly deal
3699         with stores to a place we know has a constant value.
3701 2016-09-29  Alan Modra  <amodra@gmail.com>
3703         * config/rs6000/sysv4.opt (mgnu-attribute): New option.
3704         * doc/invoke.texi: Document it.
3705         * config/rs6000/rs6000.c (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): Define.
3706         (rs6000_passes_float): Comment.
3707         (rs6000_passes_long_double): New static var.
3708         (call_ABI_of_interest): Return false unless rs6000_gnu_attr is set.
3709         (init_cumulative_args): Set up to emit fp .gnu_attribute for
3710         ELF 64-bit ABIs as well as 32-bit ELF.  Correct rs6000_passes_float
3711         to include fp values returned in vectors.
3712         Set rs6000_passes_long_double.
3713         (rs6000_function_arg_advance_1): Likewise for function args.
3714         (rs6000_elf_file_end): Emit fp .gnu_attribute for ELF 64-bit ABIs,
3715         and SPE.  Emit long double tag value too.
3716         (rs6000_opt_vars): Add gnu-attr.
3717         * configure.ac (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): New ppc32 test.
3718         * configure: Regenerate.
3719         * config.in: Regenerate.
3721 2016-09-28  Jakub Jelinek  <jakub@redhat.com>
3723         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead
3724         of 0 < x.
3725         (format_floating, format_string, format_directive,
3726         get_destination_size, pass_sprintf_length::handle_gimple_call):
3727         Likewise.
3729 2016-09-28  Jakub Jelinek  <jakub@redhat.com>
3731         * gimple-ssa-sprintf.c: Fix comment formatting.
3732         (format_integer): Use is_gimple_assign.
3733         (pass_sprintf_length::handle_gimple_call): Use gimple_call_builtin_p
3734         and gimple_call_fndecl.  Reorder case BUILT_IN_SPRINTF_CHK.  Fix up
3735         BUILT_IN_SNPRINTF_CHK comment.  Replace "to to" with "to" in comment.
3736         (pass_sprintf_length::execute): Use is_gimple_call.
3738 2016-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
3740         * gimple-fold.c (gimple_fold_builtin): After failing to fold
3741         strchr, also try the generic folding.
3743 2016-09-28  Martin Sebor  <msebor@redhat.com>
3745         PR c/77762
3746         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
3747         Fix typos.
3749 2016-09-28  Martin Sebor  <msebor@redhat.com>
3751         PR middle-end/77683
3752         * gimple-ssa-sprintf.c (format_integer): Fail gracefully when
3753         length modifier is not expected.
3754         (format_floating): Ignore l length modifier and fail gracefuly
3755         when it isn't one of the other expected ones.
3757 2016-09-28  Martin Sebor  <msebor@redhat.com>
3759         PR bootstrap/77753
3760         * varasm.c (assemble_addr_to_section): Increase local buffer size.
3762 2016-09-27  Richard Biener  <rguenther@suse.de>
3764         * dwarf2out.c (cu_die_list): New global.
3765         (dwarf2out_finish): Walk cu_die_list instead of limbo DIEs.  Add
3766         main_comp_unit_die to cu_die_list if we created it.
3767         Move break_out_includes ...
3768         (dwarf2out_early_finish): ... here.  Push created CU DIEs onto
3769         the cu_die_list.
3771 2016-09-28  Richard Biener  <rguenther@suse.de>
3773         * dwarf2out.c (struct die_struct): Add removed flag.
3774         (lookup_type_die): If the DIE is marked as removed, clear
3775         TYPE_SYMTAB_DIE and return NULL.
3776         (lookup_decl_die): If the DIE is marked as removed, remove it
3777         from the hash and return NULL.
3778         (mark_removed): New helper.
3779         (prune_unused_types_prune): Call it for removed DIEs.
3780         (gen_subprogram_die): Move the premark_used_types call to after
3781         DIEs for the functions scopes are generated.
3782         (process_scope_var): Do not re-create pruned types or type decls.
3783         Make sure to also re-parent type decls.
3784         (dwarf2out_finish): Move unused type pruning and debug_types
3785         handling ...
3786         (dwarf2out_early_finish): ... here.
3788 2016-09-29  Claudiu Zissulescu  <claziss@synopsys.com>
3790         * config/arc/arc-c.c: New file.
3791         * config/arc/arc-c.def: Likewise.
3792         * config/arc/t-arc: Likewise.
3793         * config.gcc: Include arc-c.o as c and cpp object.
3794         * config/arc/arc-protos.h (arc_cpu_cpp_builtins): Add prototype.
3795         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Use
3796         arc_cpu_cpp_builtins.
3798 2016-09-29  Claudiu Zissulescu  <claziss@synopsys.com>
3800         * config/arc/arc.md (*rotrsi3_cnt1): New pattern.
3801         (*ashlsi2_cnt1, *lshrsi3_cnt1, *ashrsi3_cnt1): Likewise.
3803 2016-09-28  Nathan Sidwell  <nathan@acm.org>
3805         * gimple-pretty-print.c (dump_gimple_call_args): Simplify "' "
3806         printing.
3808 2016-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
3810         PR tree-optimization/61056
3811         * gimple-fold.c (gimple_fold_builtin_strchr):
3812         New function to optimize strchr (s, 0) to strlen.
3813         (gimple_fold_builtin): Add BUILT_IN_STRCHR case.
3815 2016-09-27  Robin Dapp  <rdapp@linux.vnet.ibm.com>
3817         PR tree-optimization/77724
3818         * tree-vect-loop-manip.c (create_intersect_range_checks_index):
3819         Add tree_fits_shwi_p check.
3821 2016-09-27  Jakub Jelinek  <jakub@redhat.com>
3823         * auto-inc-dec.c (try_merge): Remove break after return.
3824         * cselib.c (autoinc_split): Likewise.
3825         * explow.c (promote_mode): Likewise.
3826         * fixed-value.c (fixed_arithmetic): Likewise.
3827         * hsa.c (hsa_internal_fn::get_arity): Likewise.
3828         * rtlanal.c (modified_between_p, modified_in_p): Likewise.
3829         * trans-mem.c (get_attrs_for): Likewise.
3830         * tree-if-conv.c (if_convertible_stmt_p): Likewise.
3831         * tree-vrp.c (simplify_stmt_using_ranges): Likewise.
3832         * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Likewise.
3833         * config/aarch64/aarch64.c (aarch64_get_condition_code_1): Likewise.
3834         * config/c6x/c6x.c (c6x_get_unit_specifier): Likewise.
3835         * config/cr16/cr16.c (legitimate_pic_operand_p): Likewise.
3836         * config/cris/cris.c (cris_op_str): Likewise.
3837         * config/mn10300/mn10300.c (cc_flags_for_code): Likewise.
3838         * config/tilepro/tilepro.c (tilepro_emit_setcc_internal_di): Likewise.
3840 2016-09-27  Nathan Sidwell  <nathan@codesourcery.com>
3842         * internal-fn.h (IFN_UNIQUE_CODES, IFN_GOACC_LOOP_CODES,
3843         IFN_GOACC_REDUCTION_CODES): New.
3844         (enum ifn_unique_kind, enum ifn_goacc_loop_kind, enum
3845         ifn_goacc_reduction_kind): Use them.
3846         * gimple-pretty-print.c (dump_gimple_call_args): Decode first arg
3847         of internal functions, when applicable.
3849 2016-09-27  Maciej W. Rozycki  <macro@imgtec.com>
3851         * config/mips/constraints.md (d): Fix documentation.
3852         * doc/md.texi (Machine Constraints): Update accordingly.
3854 2016-09-27  Richard Biener  <rguenther@suse.de>
3856         * dwarf2out.c (dwarf2out_init): Move text_section_line_info,
3857         cur_line_info_table initialization ...
3858         (dwarf2out_assembly_start): ... here.
3860 2016-09-27  Matthew Wahab  <matthew.wahab@arm.com>
3862         * config/arm/arm.md (*arm_movsi_insn): Add "arch" attribute.
3863         * config/arm/vfp.md (*arm_movhi_vfp): Likewise.
3864         (*thumb2_movhi_vfp): Likewise.
3865         (*arm_movhi_fp16): Remove predication operand from VMOV.F16
3866         template.  Expand predicable attribute to mark VMOV.F16 as not
3867         predicable.  Add "arch" attribute.
3868         (*thumb2_movhi_fp16): Likewise.
3869         (*arm_movsi_vfp): Break a long line.  Add "arch" attribute.
3870         (*thumb2_movsi_vfp): Add "arch" attribute.
3872 2016-09-27  David Edelsohn  <dje.gcc@gmail.com>
3874         * config/rs6000/rs6000.c (rs6000_output_symbol): Don't modify
3875         VAR_DECL string.
3877 2016-09-27  Marek Polacek  <polacek@redhat.com>
3879         * config/ia64/ia64.c (ia64_print_operand): Adjust fall through
3880         comment.
3882         * config/c6x/c6x.h: Adjust fall through comment.
3883         * config/sh/sh.c (final_prescan_insn): Likewise.
3884         * config/visium/visium.c (visium_expand_int_cstore): Likewise.
3885         (visium_expand_fp_cstore): Likewise.
3887 2016-09-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3889         * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
3890         expected by -Wimplicit-fallthrough.
3891         (thumb1_size_rtx_costs): Likewise.
3892         (thumb2_reorg): Likewise.
3893         (tls_mentioned_p): Add "Fall through" comment.
3894         (thumb2_reorg): Likewise.
3895         * config/arm/arm-builtins.c (arm_expand_neon_args): Use "Fall through"
3896         comment form expected by -Wimplicit-fallthrough.
3898 2016-09-27  Martin Liska  <mliska@suse.cz>
3900         PR gcov-profile/46266
3901         * input.h (RESERVED_LOCATION_P): New macro.
3902         * profile.c (branch_prob): Use RESERVED_LOCATION_P and
3903         instread of comparison with UNKNOWN_LOCATION.
3905 2016-09-27  Richard Biener  <rguenther@suse.de>
3907         PR tree-optimization/77745
3908         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
3909         When removing redundant stores make sure to check compatibility
3910         of the TBAA state for downstream accesses.
3911         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise for when
3912         value-numbering virtual operands for store matches.
3914 2016-09-27  Oleg Endo  <olegendo@gcc.gnu.org>
3916         PR target/51244
3917         * config/sh/sh.c (sh_rtx_costs): Fix return value of SET of movt and
3918         movrt patterns.  Match them before anything else in the SET case.
3920 2016-09-27  Martin Liska  <mliska@suse.cz>
3922         PR gcov-profile/7970
3923         PR gcov-profile/16855
3924         PR gcov-profile/44779
3925         * coverage.c (build_gcov_exit_decl): New function.
3926         (coverage_obj_init): Call the function and generate __gcov_exit
3927         destructor.
3928         * doc/gcov.texi: Document when __gcov_exit function is called.
3930 2016-09-27  Marek Polacek  <polacek@redhat.com>
3932         PR bootstrap/77751
3933         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
3934         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Use
3935         -Wno-error instead of -Wno-implicit-fallthrough.
3937 2016-09-27  Martin Liska  <mliska@suse.cz>
3939         PR bootstrap/77749
3940         * gcov-counter.def: Remove GCOV_COUNTER_V_DELTA.
3942 2016-09-27  Jakub Jelinek  <jakub@redhat.com>
3944         * combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
3945         * config/i386/i386.c (ix86_dep_by_shift_count_body): Add FALLTHROUGH
3946         comments.  Remove break after return.
3947         (ix86_fp_compare_code_to_integer, has_dispatch,
3948         ix86_simd_clone_usable): Remove break after return.
3950 2016-09-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3952         PR rlt-optimization/77714
3953         * lra-eliminations.c (eliminate_regs_in_insn): Avoid alias on
3954         REG_EQUAL note.
3956 2016-09-27  Kugan Vivekanandarajah  <kuganv@linaro.org>
3958         PR ipa/77677
3959         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Use
3960         extract_range_from_unary_expr to convert value_range.
3961         * tree-vrp.c (extract_range_from_unary_expr_1): Rename to.
3962         (extract_range_from_unary_expr): This.
3963         * tree-vrp.h (extract_range_from_unary_expr): Declare.
3965 2016-09-27  Segher Boessenkool  <segher@kernel.crashing.org>
3967         * config/rs6000/rs6000.md (movcc_internal1): Disparage using CTR or LR.
3969 2016-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3971         * config/i386/i386.c (ix86_print_operand)
3972         [HAVE_AS_IX86_CMOV_SUN_SYNTAX]: Add gcc_fallthrough.
3973         * config/sparc/sparc.c (check_pic): Add fallthrough comment.
3974         (epilogue_renumber): Likewise.
3976 2016-09-26  Kugan Vivekanandarajah  <kuganv@linaro.org>
3978         PR middle-end/77719
3979         * tree-ssa-reassoc.c (make_new_ssa_for_def): Use gimple_get_lhs
3980         to get lhs instead of gimple_assign_lhs as stmt can be builtins too.
3982 2016-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3984         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
3985         is_mm_consume, is_mm_acquire, is_mm_release, is_mm_acq_rel,
3986         is_mm_seq_cst, is_mm_sync): Move to ...
3987         * memmodel.h: This.  New file.
3988         * builtins.c: Include memmodel.h.
3989         * optabs.c: Likewise.
3990         * tsan.c: Likewise.
3991         * config/aarch64/aarch64.c: Likewise.
3992         * config/alpha/alpha.c: Likewise.
3993         * config/arm/arm.c: Likewise.
3994         * config/i386/i386.c: Likewise.
3995         * config/ia64/ia64.c: Likewise.
3996         * config/mips/mips.c: Likewise.
3997         * config/rs6000/rs6000.c: Likewise.
3998         * config/sparc/sparc.c: Likewise.
3999         * genconditions.c: Include memmodel.h in generated file.
4000         * genemit.c: Likewise.
4001         * genoutput.c: Likewise.
4002         * genpeep.c: Likewise.
4003         * genpreds.c: Likewise.
4004         * genrecog.c: Likewise.
4006 2016-09-26  David Malcolm  <dmalcolm@redhat.com>
4008         * read-rtl.c (read_rtx_code): Rename local "i" to "idx", and use
4009         "c" instead when parsing characters.  Move operand parsing into...
4010         (read_rtx_operand): ...this new function, renaming "i" to "idx",
4011         and tightening the scope of various locals.
4013 2016-09-26  Liu Hao  <lh_mouse@126.com>
4015         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Fix typo.
4017 2016-09-26  Marek Polacek  <polacek@redhat.com>
4019         * system.h: Use __has_attribute to check whether the fallthrough
4020         attribute is supported.
4022 2016-09-26  Marek Polacek  <polacek@redhat.com>
4024         * ipa-inline-analysis.c (find_foldable_builtin_expect): Use
4025         gimple_call_internal_p.
4026         * ipa-split.c (find_return_bb): Likewise.
4027         (execute_split_functions): Likewise.
4028         * omp-low.c (dump_oacc_loop_part): Likewise.
4029         (oacc_loop_xform_head_tail): Likewise.
4030         * predict.c (predict_loops): Likewise.
4031         * sanopt.c (pass_sanopt::execute): Likewise.
4032         * tree-cfg.c (get_abnormal_succ_dispatcher): Likewise.
4033         * tree-parloops.c (oacc_entry_exit_ok_1): Likewise.
4034         * tree-stdarg.c (gimple_call_ifn_va_arg_p): Remove function.
4035         (expand_ifn_va_arg_1): Use gimple_call_internal_p.
4036         (expand_ifn_va_arg): Likewise.
4037         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
4038         (optimize_mask_stores): Likewise.
4039         * tree-vect-stmts.c (vect_simd_lane_linear): Likewise.
4040         (vect_transform_stmt): Likewise.
4041         * tree-vectorizer.c (vect_loop_vectorized_call): Likewise.
4042         * tsan.c (instrument_memory_accesses): Likewise.
4044 2016-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4045             Alexander Monakov  <amonakov@ispras.ru>
4047         * regrename.c (rename_chains): Check
4048         HARD_FRAME_POINTER_IS_FRAME_POINTER rather than
4049         HARD_FRAME_POINTER_REGNUM when picking unavailable registers.
4050         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
4052 2016-09-26  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4054         * config/s390/s390.c (s390_rtx_costs): Add /* fallthrough */.
4055         (s390_sched_score): Likewise.
4057 2016-09-26  Martin Liska  <mliska@suse.cz>
4059         * doc/gcov.texi: Update program output of gcov tool.
4061 2016-09-26  Martin Liska  <mliska@suse.cz>
4063         PR gcov-profile/23332
4064         * profile.c (instrument_values): Do not handle HIST_TYPE_CONST_DELTA.
4065         * tree-profile.c (gimple_gen_const_delta_profiler): Remove.
4066         * value-prof.c (dump_histogram_value): Do not handle
4067         HIST_TYPE_CONST_DELTA.
4068         (stream_in_histogram_value): Likewise.
4069         (gimple_find_values_to_profile): Likewise.
4070         * value-prof.h (enum hist_type): Likewise.
4072 2016-09-26  Martin Liska  <mliska@suse.cz>
4074         * common.opt: Exclude SANITIZE_UNREACHABLE and SANITIZE_RETURN
4075         from default sanitize recover values.
4076         * doc/invoke.texi: Fix documentation related to -fsanitize=leak,
4077         -fsanitize=address, -fsanitize=thread and -fsanitize-recover.
4078         * flag-types.h: Replace couple of 1 << x to 1UL << x, make it
4079         consistent.
4080         * opts.c (finish_options): Do a generic loop over options
4081         that can be recovered.
4082         (parse_sanitizer_options): Exclude SANITIZE_UNREACHABLE and
4083         SANITIZE_RETURN.
4084         (common_handle_option): Likewise.
4085         * opts.h: Declare can_recover to sanitizer_opts_s.
4087 2016-09-26  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4089         * target.def(elf_flags_numeric): Change documentation to present tense.
4090         * doc/tm.texi: Regenerate.
4092 2016-09-26  Marek Polacek  <polacek@redhat.com>
4094         PR c/7652
4095         * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
4096         insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Add
4097         -Wno-switch-fallthrough.
4098         * builtins.c (expand_builtin_int_roundingfn_2): Add gcc_fallthrough.
4099         (expand_builtin): Likewise.
4100         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_libmass): Likewise.
4101         * convert.c (convert_to_real_1): Likewise.
4102         (convert_to_integer_1): Likewise.
4103         * final.c (output_alternate_entry_point): Likewise.
4104         * genattrtab.c (make_canonical): Likewise.
4105         (write_test_expr): Likewise.
4106         * genpreds.c (validate_exp): Likewise.
4107         * gimple-ssa-strength-reduction.c
4108         (find_candidates_dom_walker::before_dom_children): Likewise.
4109         * godump.c (go_format_type): Likewise.
4110         * reload1.c (elimination_effects): Likewise.
4111         * resource.c (mark_referenced_resources): Likewise.
4112         (mark_set_resources): Likewise.
4113         * tree-ssa-loop-ivopts.c (find_deriving_biv_for_expr): Likewise.
4114         * varasm.c (output_addressed_constants): Likewise.
4116 2016-09-26  Marek Polacek  <polacek@redhat.com>
4118         PR c/7652
4119         * common.opt (Wimplicit-fallthrough): New option.
4120         * doc/extend.texi: Document statement attributes and the fallthrough
4121         attribute.
4122         * doc/invoke.texi: Document -Wimplicit-fallthrough.
4123         * gimple.h (gimple_call_internal_p): New function.
4124         * gimplify.c (struct gimplify_ctx): Add in_switch_expr.
4125         (struct label_entry): New struct.
4126         (find_label_entry): New function.
4127         (case_label_p): New function.
4128         (collect_fallthrough_labels): New function.
4129         (last_stmt_in_scope): New function.
4130         (should_warn_for_implicit_fallthrough): New function.
4131         (warn_implicit_fallthrough_r): New function.
4132         (maybe_warn_implicit_fallthrough): New function.
4133         (expand_FALLTHROUGH_r): New function.
4134         (expand_FALLTHROUGH): New function.
4135         (gimplify_switch_expr): Call maybe_warn_implicit_fallthrough and
4136         expand_FALLTHROUGH for the innermost GIMPLE_SWITCH.
4137         (gimplify_label_expr): New function.
4138         (gimplify_case_label_expr): Set location.
4139         (gimplify_expr): Call gimplify_label_expr.
4140         * internal-fn.c (expand_FALLTHROUGH): New function.
4141         * internal-fn.def (FALLTHROUGH): New internal function.
4142         * langhooks.c (lang_GNU_OBJC): New function.
4143         * langhooks.h (lang_GNU_OBJC): Declare.
4144         * system.h (gcc_fallthrough): Define.
4145         * tree-core.h: Add FALLTHROUGH_LABEL_P comment.
4146         * tree.h (FALLTHROUGH_LABEL_P): Define.
4148 2016-09-26  Richard Biener  <rguenther@suse.de>
4150         * dwarf2out.c (stripattributes): Remove unused function.
4151         (DEBUG_NORM_MACINFO_SECTION): Rename to DEBUG_MACINFO_SECTION.
4152         Push dwarf_split_debug_info handling into init_sections_and_labels.
4153         (DEBUG_NORM_MACRO_SECTION): Likewise to DEBUG_MACRO_SECTION.
4154         (DEBUG_MACRO_SECTION_FLAGS): Remove.
4155         (debug_macinfo_section_name): New global.
4156         (output_macinfo): Use debug_macinfo_section_name.
4157         (init_sections_and_labels): Split out section and label generation
4158         from dwarf2out_init.  Set debug_macinfo_section_name.
4159         (dwarf2out_init): Move text section label generation and emission
4160         to ...
4161         (dwarf2out_assembly_start): ... here.
4162         (dwarf2out_finish): Call init_sections_and_labels before DWARF
4163         output starts.
4165 2016-09-26  Richard Biener  <rguenther@suse.de>
4167         PR debug/77692
4168         * cgraphunit.c (analyze_functions): Before early removing
4169         global vars calls the late_global_decl debug handler mark
4170         the variable as readonly.
4172 2016-09-25  Oleg Endo  <olegendo@gcc.gnu.org>
4174         PR target/51244
4175         * config/sh/sh.c (sh_movt_set_dest, sh_movrt_set_dest): Add overloads.
4176         (sh_rtx_costs): Handle SET of movt and movrt patterns.
4177         * cnofig/sh/sh-protos.h (sh_movt_set_dest, sh_movrt_set_dest): Forward
4178         declare new overloads.
4179         * config/sh/sh.md (*cset_zero): Add variant that takes a treg_set_expr
4180         operand.
4182 2016-09-24  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
4184         * config/rs6000/rs6000.c (expand_block_compare, do_load_for_compare):
4185         Change TARGET_LITTLE_ENDIAN to !BYTES_BIG_ENDIAN.
4187 2016-09-24  David Edelsohn  <dje.gcc@gmail.com>
4189         * configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
4190         * configure: Regenerate.
4192 2016-09-24  Marek Polacek  <polacek@redhat.com>
4194         PR c/77490
4195         * doc/invoke.texi: Document -Wbool-operation.
4197 2016-09-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
4199         * config/rs6000/rs6000.md (cmpmemsi): New define_expand.
4200         * config/rs6000/rs6000.c (expand_block_compare): New function used by
4201         cmpmemsi pattern to do builtin expansion of memcmp ().
4202         (compute_current_alignment): Add helper function for
4203         expand_block_compare used to compute alignment as the compare proceeds.
4204         (select_block_compare_mode): Used by expand_block_compare to select
4205         the mode used for reading the next chunk of bytes in the compare.
4206         (do_load_for_compare): Used by expand_block_compare to emit the load
4207         insns for the compare.
4208         (rs6000_emit_dot_insn): Moved this function to avoid a forward
4209         reference from expand_block_compare ().
4210         * config/rs6000/rs6000-protos.h (expand_block_compare): Add a
4211         prototype for this function.
4212         * config/rs6000/rs6000.opt (mblock-compare-inline-limit): Add a new
4213         target option for controlling how much code inline expansion of
4214         memcmp() will be allowed to generate.
4216 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
4218         * hooks.c (hook_bool_bool_false, hook_bool_bool_gcc_optionsp_false,
4219         hook_bool_mode_false, hook_bool_mode_true,
4220         hook_bool_mode_const_rtx_false, hook_bool_mode_const_rtx_true,
4221         hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
4222         hook_bool_const_rtx_insn_const_rtx_insn_true,
4223         hook_bool_mode_uhwi_false, hook_void_FILEptr_constcharptr,
4224         hook_bool_FILEptr_rtx_false, hook_bool_gsiptr_false,
4225         hook_bool_const_tree_hwi_hwi_const_tree_false,
4226         hook_bool_const_tree_hwi_hwi_const_tree_true,
4227         default_can_output_mi_thunk_no_vcall, hook_int_uint_mode_1,
4228         hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
4229         hook_int_rtx_0, hook_int_rtx_bool_0, hook_void_tree,
4230         hook_void_constcharptr, hook_void_tree_treeptr, hook_void_int_int,
4231         hook_bool_tree_false, hook_bool_const_tree_false, hook_bool_tree_true,
4232         hook_bool_const_tree_true, hook_bool_tree_tree_false,
4233         hook_bool_tree_tree_true, hook_bool_tree_bool_false,
4234         hook_bool_rtx_insn_true, hook_bool_rtx_false,
4235         hook_bool_uintp_uintp_false,
4236         hook_bool_rtx_mode_int_int_intp_bool_false, hook_rtx_rtx_null,
4237         hook_rtx_tree_int_null, hook_uint_mode_0,
4238         hook_constcharptr_const_tree_null, hook_tree_tree_int_treep_bool_null,
4239         hook_tree_tree_tree_null, hook_tree_tree_tree_tree_null,
4240         hook_constcharptr_const_rtx_insn_null,
4241         hook_constcharptr_const_tree_const_tree_null,
4242         hook_constcharptr_int_const_tree_null,
4243         hook_constcharptr_int_const_tree_const_tree_null,
4244         hook_tree_const_tree_null, hook_bool_rtx_insn_int_false,
4245         hook_void_rtx_insn_int, hook_void_gcc_optionsp): For arguments with
4246         ATTRIBUTE_UNUSED, remove parameter name as well as ATTRIBUTE_UNUSED.
4248         * vec.h (vNULL): Extend comment to say = vNULL initialization
4249         isn't needed for static vars.
4251         * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,
4252         loop_nests, s_i_d, last_added_blocks): Remove unnecessary
4253         = vNULL initialization of file scope vec.
4254         * passes.c (pass_tab, enabled_pass_uid_range_tab,
4255         disabled_pass_uid_range_tab): Likewise.
4256         * haifa-sched.c (sched_luids, h_i_d): Likewise.
4257         * tree-chkp-opt.c (check_infos): Likewise.
4258         * sel-sched.c (vec_av_set, vec_temp_moveop_nops): Likewise.
4260         * vec.h (vnull::operator vec): Add constexpr keyword for
4261         C++11 and later.
4263 2016-09-23  Doug Gilmore  <doug.gilmore@imgtec.com>
4265         PR tree-optimization/77654
4266         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Add call
4267         to duplicate_ssa_name_ptr_info.
4269 2016-09-23  David Malcolm  <dmalcolm@redhat.com>
4271         PR preprocessor/77672
4272         * input.c (selftest::test_lexer_string_locations_simple): Update
4273         test to expect location information of the terminator character
4274         at the location of the final closing quote.
4275         (selftest::test_lexer_string_locations_hex): Likewise.
4276         (selftest::test_lexer_string_locations_oct): Likewise.
4277         (selftest::test_lexer_string_locations_letter_escape_1): Likewise.
4278         (selftest::test_lexer_string_locations_letter_escape_2): Likewise.
4279         (selftest::test_lexer_string_locations_ucn4): Likewise.
4280         (selftest::test_lexer_string_locations_ucn8): Likewise.
4281         (selftest::test_lexer_string_locations_u8): Likewise.
4282         (selftest::test_lexer_string_locations_utf8_source): Likewise.
4283         (selftest::test_lexer_string_locations_concatenation_1): Likewise.
4284         (selftest::test_lexer_string_locations_concatenation_2): Likewise.
4285         (selftest::test_lexer_string_locations_concatenation_3): Likewise.
4286         (selftest::test_lexer_string_locations_macro): Likewise.
4287         (selftest::test_lexer_string_locations_long_line): Likewise.
4289 2016-09-23  Richard Biener  <rguenther@suse.de>
4291         * tree-ssa-sccvn.c (visit_reference_op_call): Value number
4292         virtual definition to virtual use if the call devirtualizes
4293         to a const or pure function.
4294         (visit_use): Also visit calls we can devirtualize to a
4295         const or pure function.
4297 2016-09-23  Richard Biener  <rguenther@suse.de>
4299         PR tree-optimization/77697
4300         * tree-ssa-forwprop.c (defcodefor_name): Remove bogus code,
4301         signal error if we have sth ternary or unhandled.
4303 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4305         * config/arm/arm_neon.h (vabd_f16): New.
4306         (vabdq_f16): New.
4307         (vabs_f16): New.
4308         (vabsq_f16): New.
4309         (vadd_f16): New.
4310         (vaddq_f16): New.
4311         (vcage_f16): New.
4312         (vcageq_f16): New.
4313         (vcagt_f16): New.
4314         (vcagtq_f16): New.
4315         (vcale_f16): New.
4316         (vcaleq_f16): New.
4317         (vcalt_f16): New.
4318         (vcaltq_f16): New.
4319         (vceq_f16): New.
4320         (vceqq_f16): New.
4321         (vceqz_f16): New.
4322         (vceqzq_f16): New.
4323         (vcge_f16): New.
4324         (vcgeq_f16): New.
4325         (vcgez_f16): New.
4326         (vcgezq_f16): New.
4327         (vcgt_f16): New.
4328         (vcgtq_f16): New.
4329         (vcgtz_f16): New.
4330         (vcgtzq_f16): New.
4331         (vcle_f16): New.
4332         (vcleq_f16): New.
4333         (vclez_f16): New.
4334         (vclezq_f16): New.
4335         (vclt_f16): New.
4336         (vcltq_f16): New.
4337         (vcltz_f16): New.
4338         (vcltzq_f16): New.
4339         (vcvt_f16_s16): New.
4340         (vcvt_f16_u16): New.
4341         (vcvt_s16_f16): New.
4342         (vcvt_u16_f16): New.
4343         (vcvtq_f16_s16): New.
4344         (vcvtq_f16_u16): New.
4345         (vcvtq_s16_f16): New.
4346         (vcvtq_u16_f16): New.
4347         (vcvta_s16_f16): New.
4348         (vcvta_u16_f16): New.
4349         (vcvtaq_s16_f16): New.
4350         (vcvtaq_u16_f16): New.
4351         (vcvtm_s16_f16): New.
4352         (vcvtm_u16_f16): New.
4353         (vcvtmq_s16_f16): New.
4354         (vcvtmq_u16_f16): New.
4355         (vcvtn_s16_f16): New.
4356         (vcvtn_u16_f16): New.
4357         (vcvtnq_s16_f16): New.
4358         (vcvtnq_u16_f16): New.
4359         (vcvtp_s16_f16): New.
4360         (vcvtp_u16_f16): New.
4361         (vcvtpq_s16_f16): New.
4362         (vcvtpq_u16_f16): New.
4363         (vcvt_n_f16_s16): New.
4364         (vcvt_n_f16_u16): New.
4365         (vcvtq_n_f16_s16): New.
4366         (vcvtq_n_f16_u16): New.
4367         (vcvt_n_s16_f16): New.
4368         (vcvt_n_u16_f16): New.
4369         (vcvtq_n_s16_f16): New.
4370         (vcvtq_n_u16_f16): New.
4371         (vfma_f16): New.
4372         (vfmaq_f16): New.
4373         (vfms_f16): New.
4374         (vfmsq_f16): New.
4375         (vmax_f16): New.
4376         (vmaxq_f16): New.
4377         (vmaxnm_f16): New.
4378         (vmaxnmq_f16): New.
4379         (vmin_f16): New.
4380         (vminq_f16): New.
4381         (vminnm_f16): New.
4382         (vminnmq_f16): New.
4383         (vmul_f16): New.
4384         (vmul_lane_f16): New.
4385         (vmul_n_f16): New.
4386         (vmulq_f16): New.
4387         (vmulq_lane_f16): New.
4388         (vmulq_n_f16): New.
4389         (vneg_f16): New.
4390         (vnegq_f16): New.
4391         (vpadd_f16): New.
4392         (vpmax_f16): New.
4393         (vpmin_f16): New.
4394         (vrecpe_f16): New.
4395         (vrecpeq_f16): New.
4396         (vrnd_f16): New.
4397         (vrndq_f16): New.
4398         (vrnda_f16): New.
4399         (vrndaq_f16): New.
4400         (vrndm_f16): New.
4401         (vrndmq_f16): New.
4402         (vrndn_f16): New.
4403         (vrndnq_f16): New.
4404         (vrndp_f16): New.
4405         (vrndpq_f16): New.
4406         (vrndx_f16): New.
4407         (vrndxq_f16): New.
4408         (vrsqrte_f16): New.
4409         (vrsqrteq_f16): New.
4410         (vrecps_f16): New.
4411         (vrecpsq_f16): New.
4412         (vrsqrts_f16): New.
4413         (vrsqrtsq_f16): New.
4414         (vsub_f16): New.
4415         (vsubq_f16): New.
4417 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4419         * config.gcc (extra_headers): Add arm_fp16.h
4420         * config/arm/arm_fp16.h: New.
4421         * config/arm/arm_neon.h: Include "arm_fp16.h".
4423 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4425         * config/arm/arm_neon_builtins.def (vadd): New (v8hf, v4hf
4426         variants).
4427         (vmulf): New (v8hf, v4hf variants).
4428         (vfma): New (v8hf, v4hf variants).
4429         (vfms): New (v8hf, v4hf variants).
4430         (vsub): New (v8hf, v4hf variants).
4431         (vcage): New (v8hf, v4hf variants).
4432         (vcagt): New (v8hf, v4hf variants).
4433         (vcale): New (v8hf, v4hf variants).
4434         (vcalt): New (v8hf, v4hf variants).
4435         (vceq): New (v8hf, v4hf variants).
4436         (vcgt): New (v8hf, v4hf variants).
4437         (vcge): New (v8hf, v4hf variants).
4438         (vcle): New (v8hf, v4hf variants).
4439         (vclt): New (v8hf, v4hf variants).
4440         (vceqz): New (v8hf, v4hf variants).
4441         (vcgez): New (v8hf, v4hf variants).
4442         (vcgtz): New (v8hf, v4hf variants).
4443         (vcltz): New (v8hf, v4hf variants).
4444         (vclez): New (v8hf, v4hf variants).
4445         (vabd): New (v8hf, v4hf variants).
4446         (vmaxf): New (v8hf, v4hf variants).
4447         (vmaxnm): New (v8hf, v4hf variants).
4448         (vminf): New (v8hf, v4hf variants).
4449         (vminnm): New (v8hf, v4hf variants).
4450         (vpmaxf): New (v4hf variant).
4451         (vpminf): New (v4hf variant).
4452         (vpadd): New (v4hf variant).
4453         (vrecps): New (v8hf, v4hf variants).
4454         (vrsqrts): New (v8hf, v4hf variants).
4455         (vabs): New (v8hf, v4hf variants).
4456         (vneg): New (v8hf, v4hf variants).
4457         (vrecpe): New (v8hf, v4hf variants).
4458         (vrnd): New (v8hf, v4hf variants).
4459         (vrnda): New (v8hf, v4hf variants).
4460         (vrndm): New (v8hf, v4hf variants).
4461         (vrndn): New (v8hf, v4hf variants).
4462         (vrndp): New (v8hf, v4hf variants).
4463         (vrndx): New (v8hf, v4hf variants).
4464         (vrsqrte): New (v8hf, v4hf variants).
4465         (vmul_lane): Add v4hf and v8hf variants.
4466         (vmul_n): Add v4hf and v8hf variants.
4467         (vext): New (v8hf, v4hf variants).
4468         (vcvts): New (v8hi, v4hi variants).
4469         (vcvts): New (v8hf, v4hf variants).
4470         (vcvtu): New (v8hi, v4hi variants).
4471         (vcvtu): New (v8hf, v4hf variants).
4472         (vcvts_n): New (v8hf, v4hf variants).
4473         (vcvtu_n): New (v8hi, v4hi variants).
4474         (vcvts_n): New (v8hi, v4hi variants).
4475         (vcvtu_n): New (v8hf, v4hf variants).
4476         (vbsl): New (v8hf, v4hf variants).
4477         (vcvtas): New (v8hf, v4hf variants).
4478         (vcvtau): New (v8hf, v4hf variants).
4479         (vcvtms): New (v8hf, v4hf variants).
4480         (vcvtmu): New (v8hf, v4hf variants).
4481         (vcvtns): New (v8hf, v4hf variants).
4482         (vcvtnu): New (v8hf, v4hf variants).
4483         (vcvtps): New (v8hf, v4hf variants).
4484         (vcvtpu): New (v8hf, v4hf variants).
4486 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4488         * config/arm/arm-builtins.c (hf_UP): New.
4489         (si_UP): New.
4490         (vfp_builtin_data): New.  Update comment.
4491         (enum arm_builtins): Include "arm_vfp_builtins.def".
4492         (ARM_BUILTIN_VFP_PATTERN_START): New.
4493         (arm_init_vfp_builtins): New.
4494         (arm_init_builtins): Add arm_init_vfp_builtins.
4495         (arm_expand_vfp_builtin): New.
4496         (arm_expand_builtins): Update for arm_expand_vfp_builtin.  Fix
4497         long line.
4498         * config/arm/arm_vfp_builtins.def: New file.
4499         * config/arm/t-arm (arm.o): Add arm_vfp_builtins.def.
4500         (arm-builtins.o): Likewise.
4502 2016-09-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
4504         PR ipa/77677
4505         * ipa-cp.c (propagate_vr_accross_jump_function): Drop TREE_OVERFLOW
4506         from constant while creating value range.
4508 2016-09-23  Renlin Li  <renlin.li@arm.com>
4510         * ira.c (ira): Move ira_use_lra_p initialization code to ...
4511         (ira_init_once): Here.
4513 2016-09-23  Uros Bizjak  <ubizjak@gmail.com>
4514             Jakub Jelinek  <jakub@redhat.com>
4516         * hooks.h (hook_uint_uintp_false): Rename to...
4517         (hook_bool_uint_uintp_false): ... this.
4518         * hooks.c (hook_uint_uintp_false): Rename to...
4519         (hook_bool_uint_uintp_false): ... this.
4520         * target.def (elf_flags_numeric): Use hook_bool_uint_uintp_false
4521         instead of hook_uint_uintp_false.
4523 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4525         * config/arm/arm-builtins.c (arm_init_neon_builtin): New.
4526         (arm_init_builtins): Move body of a loop to the standalone
4527         function arm_init_neon_builtin.
4528         (arm_expand_neon_builtin_1): New.  Update comment.  Function body
4529         moved from arm_neon_builtin with some white-space fixes.
4530         (arm_expand_neon_builtin): Move code into the standalone function
4531         arm_expand_neon_builtin_1.
4533 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4535         * config/arm/iterators.md (VCVTHI): New.
4536         (NEON_VCMP): Add UNSPEC_VCLT and UNSPEC_VCLE.  Fix a long line.
4537         (NEON_VAGLTE): New.
4538         (VFM_LANE_AS): New.
4539         (VH_CVTTO): New.
4540         (V_reg): Add HF, V4HF and V8HF.  Fix white-space.
4541         (V_HALF): Add V4HF.  Fix white-space.
4542         (V_if_elem): Add HF, V4HF and V8HF.  Fix white-space.
4543         (V_s_elem): Likewise.
4544         (V_sz_elem): Fix white-space.
4545         (V_elem_ch): Likewise.
4546         (VH_elem_ch): New.
4547         (scalar_mul_constraint): Add V8HF and V4HF.
4548         (Is_float_mode): Fix white-space.
4549         (Is_d_reg): Add V4HF and V8HF.  Fix white-space.
4550         (q): Add HF.  Fix white-space.
4551         (float_sup): New.
4552         (float_SUP): New.
4553         (cmp_op_unsp): Add UNSPEC_VCALE and UNSPEC_VCALT.
4554         (neon_vfm_lane_as): New.
4555         * config/arm/neon.md (add<mode>3_fp16): New.
4556         (sub<mode>3_fp16): New.
4557         (mul<mode>3add<mode>_neon): New.
4558         (fma<VH:mode>4_intrinsic): New.
4559         (fmsub<VCVTF:mode>4_intrinsic): Fix white-space.
4560         (fmsub<VH:mode>4_intrinsic): New.
4561         (<absneg_str><mode>2): New.
4562         (neon_v<absneg_str><mode>): New.
4563         (neon_v<fp16_rnd_str><mode>): New.
4564         (neon_vrsqrte<mode>): New.
4565         (neon_vpaddv4hf): New.
4566         (neon_vadd<mode>): New.
4567         (neon_vsub<mode>): New.
4568         (neon_vmulf<mode>): New.
4569         (neon_vfma<VH:mode>): New.
4570         (neon_vfms<VH:mode>): New.
4571         (neon_vc<cmp_op><mode>): New.
4572         (neon_vc<cmp_op><mode>_fp16insn): New
4573         (neon_vc<cmp_op_unsp><mode>_fp16insn_unspec): New.
4574         (neon_vca<cmp_op><mode>): New.
4575         (neon_vca<cmp_op><mode>_fp16insn): New.
4576         (neon_vca<cmp_op_unsp><mode>_fp16insn_unspec): New.
4577         (neon_vc<cmp_op>z<mode>): New.
4578         (neon_vabd<mode>): New.
4579         (neon_v<maxmin>f<mode>): New.
4580         (neon_vp<maxmin>fv4hf: New.
4581         (neon_<fmaxmin_op><mode>): New.
4582         (neon_vrecps<mode>): New.
4583         (neon_vrsqrts<mode>): New.
4584         (neon_vrecpe<mode>): New (VH variant).
4585         (neon_vdup_lane<mode>_internal): New.
4586         (neon_vdup_lane<mode>): New.
4587         (neon_vcvt<sup><mode>): New (VCVTHI variant).
4588         (neon_vcvt<sup><mode>): New (VH variant).
4589         (neon_vcvt<sup>_n<mode>): New (VH variant).
4590         (neon_vcvt<sup>_n<mode>): New (VCVTHI variant).
4591         (neon_vcvt<vcvth_op><sup><mode>): New.
4592         (neon_vmul_lane<mode>): New.
4593         (neon_vmul_n<mode>): New.
4594         * config/arm/unspecs.md (UNSPEC_VCALE): New
4595         (UNSPEC_VCALT): New.
4596         (UNSPEC_VFMA_LANE): New.
4597         (UNSPECS_VFMS_LANE): New.
4599 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4601         * config/s390/s390.md ("*extzv<mode>_zEC12", "*extzv<mode>_z10")
4602         ("*extzv<mode><clobbercc_or_nocc>"):
4603         Correct a typo in a comment.
4604         Merged patterns.
4605         ("*insv<mode>_zEC12", "*insv<mode>_z10")
4606         ("*insv<mode><clobbercc_or_nocc>"): Ditto.
4607         ("*insv<mode>_zEC12_appendbitsleft")
4608         ("*insv<mode><clobbercc_or_nocc>_appendbitsleft")
4609         ("*insv<mode>_z10_appendbitsleft"): Ditto.
4610         ("*insv<mode>_zEC12_noshift", "*insv<mode>_z10_noshift")
4611         ("*insv<mode><clobbercc_or_nocc>_noshift"): Ditto.
4612         Provide pattern with operands switched.
4613         ("*pre_z10_extv<mode>"):
4614         Use new subst patterns.
4615         ("*extzvdi<clobbercc_or_nocc>_lshiftrt", "*<risbg_n>_ior_and_sr_ze")
4616         ("*extvsidi<clobbercc_or_nocc>", "*<risbg_n>_and_subregdi_rotr")
4617         ("*<risbg_n>_and_subregdi_rotl", "*<risbg_n>_di_and_rot")
4618         ("*insv_z10_noshift_cc", "*insv_z10_noshift_cconly")
4619         ("*<risbg_n>_<mode>_ior_and_lshiftrt")
4620         ("*<risbg_n>_sidi_ior_and_lshiftrt")
4621         ("*trunc_sidi_and_subreg_lshrt<clobbercc_or_nocc>"):
4622         New patterns.
4623         ("*extzv_<mode>_sll", "*extzv_<mode>_srl")
4624         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
4625         ("*extzv_<mode>_sll<clobbercc_or_nocc>"): Renamed patterns, use risbgn
4626         on zEC12.
4627         ("SINT"): New mode_iterator with SI, HI, QI.
4628         * config/s390/subst.md ("clobbercc_or_nocc_subst", "z10_or_zEC12_cond")
4629         ("clobbercc_or_nocc", "risbg_n"): New constructs for risbg pattern
4630         duplication.
4632 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4634         * config/s390/predicates.md ("contiguous_bitmask_operand"): Adapt to
4635         new interface of s390_contiguous_bitmask_p.
4636         ("contiguous_bitmask_nowrap_operand"): New predicate.
4637         ("*anddi3_cc", "*anddi3_cconly", "*anddi3"): Replace NxxDq with NxxDw.
4638         * config/s390/constraints.md ("NxxDw", "NxxSq"): Adapt to new interface
4639         of s390_contiguous_bitmask_p.
4640         ("NxxDw"): Rename NxxDq constraint to NxxDw.
4641         ("NxxSw"): New constraint.
4642         * config/s390/s390.md ("*andsi3_zarch"): Enable bitmask wraparound.
4643         * config/s390/s390-protos.h (s390_contiguous_bitmask_p): Updated
4644         interface.
4645         (s390_contiguous_bitmask_nowrap_p): Export.
4646         * config/s390/s390.c (s390_contiguous_bitmask_nowrap_p): New name of
4647         former s390_contiguous_bitmask_p.
4648         (s390_contiguous_bitmask_p): Use s390_contiguous_bitmask_nowrap_p to
4649         detect contiguous bit ranges with wraparound.  Change signature to
4650         return START and END position instead of POS and LENGTH.
4651         (s390_contiguous_bitmask_vector_p): Remove extra code for continous bit
4652         ranges with wraparound.
4653         (s390_extzv_shift_ok): Use s390_contiguous_bitmask_nowrap_p.
4654         (s390_contiguous_bitmask_vector_p,s390_extzv_shift_ok,print_operand):
4655         Adapt to new signature of s390_contiguous_bitmask_p.
4657 2016-09-23  Bin Cheng  <bin.cheng@arm.com>
4659         * tree-vect-loop-manip.c (create_intersect_range_checks_index): New.
4660         (create_intersect_range_checks): New.
4661         (vect_create_cond_for_alias_checks): Call above function.
4663 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4665         * config/arm/iterators.md (Code iterators): Fix some white-space
4666         in the comments.
4667         (GLTE): New.
4668         (ABSNEG): New
4669         (FCVT): Moved from vfp.md.
4670         (VCVT_HF_US_N): New.
4671         (VCVT_SI_US_N): New.
4672         (VCVT_HF_US): New.
4673         (VCVTH_US): New.
4674         (FP16_RND): New.
4675         (absneg_str): New.
4676         (FCVTI32typename): Moved from vfp.md.
4677         (sup): Add UNSPEC_VCVTA_S, UNSPEC_VCVTA_U, UNSPEC_VCVTM_S,
4678         UNSPEC_VCVTM_U, UNSPEC_VCVTN_S, UNSPEC_VCVTN_U, UNSPEC_VCVTP_S,
4679         UNSPEC_VCVTP_U, UNSPEC_VCVT_HF_S_N, UNSPEC_VCVT_HF_U_N,
4680         UNSPEC_VCVT_SI_S_N, UNSPEC_VCVT_SI_U_N,  UNSPEC_VCVTH_S_N,
4681         UNSPEC_VCVTH_U_N, UNSPEC_VCVTH_S and UNSPEC_VCVTH_U.
4682         (vcvth_op): New.
4683         (fp16_rnd_str): New.
4684         (fp16_rnd_insn): New.
4685         * config/arm/unspecs.md (UNSPEC_VCVT_HF_S_N): New.
4686         (UNSPEC_VCVT_HF_U_N): New.
4687         (UNSPEC_VCVT_SI_S_N): New.
4688         (UNSPEC_VCVT_SI_U_N): New.
4689         (UNSPEC_VCVTH_S): New.
4690         (UNSPEC_VCVTH_U): New.
4691         (UNSPEC_VCVTA_S): New.
4692         (UNSPEC_VCVTA_U): New.
4693         (UNSPEC_VCVTM_S): New.
4694         (UNSPEC_VCVTM_U): New.
4695         (UNSPEC_VCVTN_S): New.
4696         (UNSPEC_VCVTN_U): New.
4697         (UNSPEC_VCVTP_S): New.
4698         (UNSPEC_VCVTP_U): New.
4699         (UNSPEC_VCVTP_S): New.
4700         (UNSPEC_VCVTP_U): New.
4701         (UNSPEC_VRND): New.
4702         (UNSPEC_VRNDA): New.
4703         (UNSPEC_VRNDI): New.
4704         (UNSPEC_VRNDM): New.
4705         (UNSPEC_VRNDN): New.
4706         (UNSPEC_VRNDP): New.
4707         (UNSPEC_VRNDX): New.
4708         * config/arm/vfp.md (<absneg_str>hf2): New.
4709         (neon_vabshf): New.
4710         (neon_v<fp16_rnd_str>hf): New.
4711         (neon_vrndihf): New.
4712         (addhf3): New.
4713         (subhf3): New.
4714         (divhf3): New.
4715         (mulhf3): New.
4716         (*mulsf3neghf_vfp): New.
4717         (*negmulhf3_vfp): New.
4718         (*mulsf3addhf_vfp): New.
4719         (*mulhf3subhf_vfp): New.
4720         (*mulhf3neghfaddhf_vfp): New.
4721         (*mulhf3neghfsubhf_vfp): New.
4722         (fmahf4): New.
4723         (neon_vfmahf): New.
4724         (fmsubhf4_fp16): New.
4725         (neon_vfmshf): New.
4726         (*fnmsubhf4): New.
4727         (*fnmaddhf4): New.
4728         (neon_vsqrthf): New.
4729         (neon_vrsqrtshf): New.
4730         (FCVT): Move to iterators.md.
4731         (FCVTI32typename): Likewise.
4732         (neon_vcvth<sup>hf): New.
4733         (neon_vcvth<sup>si): New.
4734         (neon_vcvth<sup>_nhf_unspec): New.
4735         (neon_vcvth<sup>_nhf): New.
4736         (neon_vcvth<sup>_nsi_unspec): New.
4737         (neon_vcvth<sup>_nsi): New.
4738         (neon_vcvt<vcvth_op>h<sup>si): New.
4739         (neon_<fmaxmin_op>hf): New.
4741 2016-09-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4743         * config/s390/s390.md (bitoff, bitoff_plus): Neq mode attributes.
4744         ("*extzv<mode>_zEC12", "*insv<mode>_zEC12", "*insv<mode>_z10")
4745         ("*insv<mode>_zEC12_appendbitsleft")
4746         ("*insv<mode>_z10_appendbitsleft", "*r<noxa>sbg_<mode>_sll")
4747         ("*r<noxa>sbg_<mode>_srl"): Use new attributes.
4749 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
4751         * ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero.
4752         * sreal.h (sreal::min, sreal::max): Avoid static local vars,
4753         construct values without normalization.
4754         * tree-ssa-sccvn.c (vn_reference_lookup_3): Don't initialize
4755         static local lhs_ops to vNULL.
4757 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4758             Jiong Wang <jiong.wang@arm.com>
4760         * config/arm/arm.c (coproc_secondary_reload_class): Make HFmode
4761         available when FP16 instructions are available.
4762         (output_move_vfp): Add support for 16-bit data moves.
4763         (arm_validize_comparison): Fix some white-space.  Support HFmode
4764         by conversion to SFmode.
4765         * config/arm/arm.md (truncdfhf2): Fix a comment.
4766         (extendhfdf2): Likewise.
4767         (cstorehf4): New.
4768         (movsicc): Fix some white-space.
4769         (movhfcc): New.
4770         (movsfcc): Fix some white-space.
4771         (*cmovhf): New.
4772         * config/arm/vfp.md (*arm_movhi_vfp): Disable when VFP FP16
4773         instructions are available.
4774         (*thumb2_movhi_vfp): Likewise.
4775         (*arm_movhi_fp16): New.
4776         (*thumb2_movhi_fp16): New.
4777         (*movhf_vfp_fp16): New.
4778         (*movhf_vfp_neon): Disable when VFP FP16 instructions are available.
4779         (*movhf_vfp): Likewise.
4780         (extendhfsf2): Enable when VFP FP16 instructions are available.
4781         (truncsfhf2):  Enable when VFP FP16 instructions are available.
4783 2016-09-23  Martin Liska  <mliska@suse.cz>
4785         * config/s390/vx-builtins.md: Replace 'adress' with 'address'.
4787 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4789         * config/arm/arm.c (arm_evpc_neon_vuzp): Add support for V8HF and
4790         V4HF modes.
4791         (arm_evpc_neon_vtrn): Likewise.
4792         (arm_evpc_neon_vrev): Likewise.
4793         (arm_evpc_neon_vext): Likewise.
4794         * config/arm/arm_neon.h (vbsl_f16): New.
4795         (vbslq_f16): New.
4796         (vdup_n_f16): New.
4797         (vdupq_n_f16): New.
4798         (vdup_lane_f16): New.
4799         (vdupq_lane_f16): New.
4800         (vext_f16): New.
4801         (vextq_f16): New.
4802         (vmov_n_f16): New.
4803         (vmovq_n_f16): New.
4804         (vrev64_f16): New.
4805         (vrev64q_f16): New.
4806         (vtrn_f16): New.
4807         (vtrnq_f16): New.
4808         (vuzp_f16): New.
4809         (vuzpq_f16): New.
4810         (vzip_f16): New.
4811         (vzipq_f16): New.
4812         * config/arm/arm_neon_buillins.def (vdup_n): New (v8hf, v4hf variants).
4813         (vdup_lane): New (v8hf, v4hf variants).
4814         (vext): New (v8hf, v4hf variants).
4815         (vbsl): New (v8hf, v4hf variants).
4816         * config/arm/iterators.md (VDQWH): New.
4817         (VH): New.
4818         (V_double_vector_mode): Add V8HF and V4HF.  Fix white-space.
4819         (Scalar_mul_8_16): Fix white-space.
4820         (Is_d_reg): Add V4HF and V8HF.
4821         * config/arm/neon.md (neon_vdup_lane<mode>_internal): New.
4822         (neon_vdup_lane<mode>): New.
4823         (neon_vtrn<mode>_internal): Replace VDQW with VDQWH.
4824         (*neon_vtrn<mode>_insn): Likewise.
4825         (neon_vzip<mode>_internal): Likewise. Also fix white-space.
4826         (*neon_vzip<mode>_insn): Likewise
4827         (neon_vuzp<mode>_internal): Likewise.
4828         (*neon_vuzp<mode>_insn): Likewise
4829         * config/arm/vec-common.md (vec_perm_const<mode>): New.
4831 2016-09-23  Jiong Wang  <jiong.wang@arm.com>
4832             Matthew Wahab  <matthew.wahab@arm.com>
4834         * config/arm/arm.c (output_move_vfp): Weaken assert to allow HImode.
4835         (arm_hard_regno_mode_ok): Allow HImode values in VFP registers.
4836         * config/arm/arm.md (*movhi_bytes): Disable when VFP registers are
4837         available.  Also fix some white-space.
4838         * config/arm/vfp.md (*arm_movhi_vfp): New.
4839         (*thumb2_movhi_vfp): New.
4841 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4843         * config/arm/arm-c.c (arm_cpu_builtins): Define
4844         "__ARM_FEATURE_FP16_SCALAR_ARITHMETIC" and
4845         "__ARM_FEATURE_FP16_VECTOR_ARITHMETIC".
4847 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4849         * doc/sourcebuild.texi (ARM-specific attributes): Add anchor for
4850         arm_v8_1a_neon_ok.  Add entries for arm_v8_2a_fp16_scalar_ok,
4851         arm_v8_2a_fp16_scalar_hw, arm_v8_2a_fp16_neon_ok and
4852         arm_v8_2a_fp16_neon_hw.
4853         (Add options): Add entries for arm_v8_1a_neon, arm_v8_2a_scalar,
4854         arm_v8_2a_neon.
4856 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4858         * doc/sourcebuild.texi (ARM-specific attributes): Add entries for
4859         arm_fp16_alternative_ok and arm_fp16_none_ok.
4861 2016-09-23  Martin Liska  <mliska@suse.cz>
4863         * ipa-icf.c (sem_variable::merge): Replace adress with address.
4865 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
4867         * config/arm/arm-arches.def ("armv8.1-a"): Add FL_CRC32.
4868         ("armv8.2-a"): New.
4869         ("armv8.2-a+fp16"): New.
4870         * config/arm/arm-protos.h (FL2_ARCH8_2): New.
4871         (FL2_FP16INST): New.
4872         (FL2_FOR_ARCH8_2A): New.
4873         * config/arm/arm-tables.opt: Regenerate.
4874         * config/arm/arm.c (arm_arch8_2): New.
4875         (arm_fp16_inst): New.
4876         (arm_option_override): Set arm_arch8_2 and arm_fp16_inst.  Check
4877         for incompatible fp16-format settings.
4878         * config/arm/arm.h (TARGET_VFP_FP16INST): New.
4879         (TARGET_NEON_FP16INST): New.
4880         (arm_arch8_2): Declare.
4881         (arm_fp16_inst): Declare.
4882         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for
4883         march=armv8.2-a and march=armv8.2-a+fp16.
4884         * config/arm/t-aprofile (Arch Matches): Add entries for armv8.2-a
4885         and armv8.2-a+fp16.
4886         * doc/invoke.texi (ARM Options): Add "-march=armv8.1-a",
4887         "-march=armv8.2-a" and "-march=armv8.2-a+fp16".
4889 2016-09-23  Martin Liska  <mliska@suse.cz>
4891         * doc/extend.texi: Remove fused-madd from i386 target options.
4893 2016-09-23  Martin Liska  <mliska@suse.cz>
4895         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
4896         Handle movbe.
4898 2016-09-23  Martin Liska  <mliska@suse.cz>
4900         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
4901         Handle crc32.
4903 2016-09-23  Martin Liska  <mliska@suse.cz>
4905         PR target/71652
4906         * config/i386/i386.c (ix86_option_override_internal): Change
4907         signature and return false when there's an error related to
4908         arch string.
4909         (release_options_strings): New function.
4910         (ix86_valid_target_attribute_tree): Call the function.
4912 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
4914         * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)
4915         instead of vec_safe_length (CONSTRUCTOR_ELTS (...)).
4916         (gen_hsa_ctor_assignment): Likewise.
4917         * print-tree.c (print_node): Likewise.
4918         * tree-dump.c (dequeue_and_dump): Likewise.
4919         * tree-sra.c (sra_modify_constructor_assign): Likewise.
4920         * expr.c (store_constructor): Likewise.
4921         * fold-const.c (operand_equal_p): Likewise.
4922         * tree-pretty-print.c (dump_generic_node): Likewise.
4923         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Likewise.
4924         * ipa-icf-gimple.c (func_checker::compare_operand): Likewise.
4926 2016-09-23  Richard Biener  <rguenther@suse.de>
4928         * hooks.h (hook_uint_uintp_false): Declare.
4930 2016-09-22  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
4932         * config/avr/avr.c (avr_rtx_costs_1): Handle DImode MULT.
4933         (avr_address_cost): Replace 61 with MAX_LD_OFFSET(mode).
4935 2016-09-22  Martin Sebor  <msebor@redhat.com>
4937         PR target/77676
4938         * gimple-ssa-sprintf.c (target_int_min, target_int_max): Use
4939         HOST_BITS_PER_WIDE_INT, make a static local variable auto.
4940         (target_int_min): Correct computation.
4941         (format_integer): Use long long as the argument for the ll length
4942         modifier.
4943         (format_floating): Use target_int_max().
4944         (get_string_length): Same.
4945         (format_string): Avoid setting the bounded flag for strings
4946         of unknown length.
4947         (try_substitute_return_value): Avoid setting range info when
4948         the result isn't bounded.
4949         * varasm.c (assemble_name): Increase buffer size.
4951 2016-09-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>
4952             Terry Guo  <terry.guo@arm.com>
4954         * target.def (elf_flags_numeric): New target hook.
4955         * targhooks.h (default_asm_elf_flags_numeric): New.
4956         * varasm.c (default_asm_elf_flags_numeric): New.
4957         (default_elf_asm_named_section): Use new target hook.
4958         * config/arm/arm.opt (mpure-code): New.
4959         * config/arm/arm.h (SECTION_ARM_PURECODE): New.
4960         * config/arm/arm.c (arm_asm_init_sections): Add section
4961         attribute to default text section if -mpure-code.
4962         (arm_option_check_internal): Diagnose use of option with
4963         non supported targets and/or options.
4964         (arm_asm_elf_flags_numeric): New.
4965         (arm_function_section): New.
4966         (arm_elf_section_type_flags): New.
4967         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Disable
4968         for -mpure-code.
4969         * gcc/doc/texi (TARGET_ASM_ELF_FLAGS_NUMERIC): New.
4970         * gcc/doc/texi.in (TARGET_ASM_ELF_FLAGS_NUMERIC): Likewise.
4972 2016-09-22  Jan Hubicka  <hubicka@ucw.cz>
4974         * regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.
4976 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4978         * emit-rtl.c (next_cc0_user): Make argument type rtx_insn *.
4979         * rtl.h: Adjust prototype.
4981 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4983         * emit-rtl.c (next_active_insn): Change argument type to rtx_insn *.
4984         (prev_active_insn): Likewise.
4985         (active_insn_p): Likewise.
4986         * rtl.h: Adjust prototypes.
4987         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
4988         * config/arc/arc.md: Likewise.
4989         * config/pa/pa.c (branch_to_delay_slot_p): Likewise.
4990         (branch_needs_nop_p): Likewise.
4991         (use_skip_p): Likewise.
4992         * config/sh/sh.c (gen_block_redirect): Likewise.
4993         (split_branches): Likewise.
4994         * reorg.c (optimize_skip): Likewise.
4995         (fill_simple_delay_slots): Likewise.
4996         (fill_slots_from_thread): Likewise.
4997         (relax_delay_slots): Likewise.
4998         * resource.c (mark_target_live_regs): Likewise.
5000 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5002         * config/cris/cris.c (cris_asm_output_case_end): Change argument
5003         type to rtx_insn *.
5004         * emit-rtl.c (next_nonnote_nondebug_insn): Likewise.
5005         (prev_nonnote_nondebug_insn): Likewise.
5006         * config/cris/cris-protos.h: Adjust prototype.
5007         * rtl.h: Likewise.
5008         * jump.c (rtx_renumbered_equal_p): Adjust.
5010 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5012         * emit-rtl.c (prev_real_insn): Change argument type to rtx_insn *.
5013         * rtl.h: Adjust prototype.
5014         * config/sh/sh.md: Adjust.
5015         * dwarf2out.c (add_var_loc_to_decl): Likewise.
5017 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5019         * emit-rtl.c (next_nondebug_insn): Change argument type to rtx_insn *.
5020         (prev_nondebug_insn): Likewise.
5021         * loop-doloop.c (doloop_condition_get): Likewise.
5022         * rtl.h: Adjust prototype.
5023         * cfgloop.h: Likewise.
5025 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5027         * emit-rtl.c (next_nonnote_insn): Change argument type to rtx_insn *.
5028         (prev_nonnote_insn): Likewise.
5029         * jump.c (reversed_comparison_code_parts): Likewise.
5030         (reversed_comparison): Likewise.
5031         * rtl.h: Adjust prototypes.
5032         * config/arc/arc.md: Adjust.
5033         * cse.c (find_comparison_args): Likewise.
5034         * reorg.c (redundant_insn): Change return type to rtx_insn *.
5035         (fix_reg_dead_note): Change argument type to rtx_insn *.
5036         (delete_prior_computation): Likewise.
5037         (delete_computation): Likewise.
5038         (fill_slots_from_thread): Adjust.
5039         (relax_delay_slots): Likewise.
5040         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
5041         (simplify_relational_operation_1): Likewise.
5042         (simplify_ternary_operation): Likewise.
5044 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5046         * config/arc/arc-protos.h (arc_label_align): Change type of
5047         variables from rtx to rtx_insn *.
5048         * config/arc/arc.c (arc_label_align): Likewise.
5049         * config/arm/arm.c (any_sibcall_could_use_r3): Likewise.
5050         * config/bfin/bfin.c (workaround_speculation): Likewise.
5051         * config/c6x/c6x.c (find_next_cycle_insn): Likewise.
5052         (find_last_same_clock): Likewise.
5053         (reorg_split_calls): Likewise.
5054         * config/cris/cris-protos.h (cris_cc0_user_requires_cmp): Likewise.
5055         * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise.
5056         * config/h8300/h8300-protos.h (same_cmp_preceding_p): Likewise.
5057         (same_cmp_following_p): Likewise.
5058         * config/h8300/h8300.c (same_cmp_preceding_p): Likewise.
5059         (same_cmp_following_p): Likwise.
5060         * config/m32r/m32r.c (m32r_expand_epilogue): Likewise.
5061         * config/nds32/nds32-protos.h (nds32_target_alignment): Likewise.
5062         * config/nds32/nds32.c (nds32_target_alignment): Likewise.
5063         * config/rl78/rl78.c (rl78_alloc_physical_registers_op2): Likewise.
5064         (rl78_alloc_physical_registers_cmp): Likewise.
5065         (rl78_alloc_physical_registers_umul): Likewise.
5066         (rl78_calculate_death_notes): Likewise.
5067         * config/s390/s390-protos.h (s390_label_align): Likewise.
5068         * config/s390/s390.c (s390_label_align): Likewise.
5069         * config/sh/sh.c (barrier_align): Likewise.
5070         * config/sparc/sparc-protos.h (emit_cbcond_nop): Likewise.
5071         * config/sparc/sparc.c (sparc_asm_function_epilogue): Likewise.
5072         (emit_cbcond_nop): Likewise.
5074 2016-09-22  Martin Liska  <mliska@suse.cz>
5076         PR ipa/77653
5077         * ipa-icf.c (sem_variable::merge): Yield merge operation if
5078         alias address matters, not necessarily address of original.
5080 2016-09-22  Richard Biener  <rguenther@suse.de>
5082         PR middle-end/77697
5083         * gimple-fold.c (fold_array_ctor_reference): Turn asserts into
5084         fold fails.
5086 2016-09-22  Richard Biener  <rguenther@suse.de>
5088         PR middle-end/77677
5089         * gimple-match-head.c (gimple_resimplify1): Drop TREE_OVERFLOW
5090         from constant folding results.
5091         (gimple_resimplify2): Likewise.
5092         (gimple_resimplify3): Likewise.
5094 2016-09-22  Richard Biener  <rguenther@suse.de>
5096         PR middle-end/77678
5097         * expr.c (expand_expr_real_1): Guard array access against negative
5098         offset.
5100 2016-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5102         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN instead
5103         of MPFR_RNDN.
5104         (format_floating): Likewise.
5106 2016-09-22  Jakub Jelinek  <jakub@redhat.com>
5108         PR fortran/77665
5109         * tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
5110         for all IFN_GOMP_SIMD_* internal fns, not just for
5111         IFN_GOMP_SIMD_ORDERED_*.
5113 2016-09-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
5115         PR target/77670
5116         * config/rs6000/predicates.md (invert_fpmask_comparison_operator):
5117         New predicate that matches the ISA 3.0 XSCMP{EQ,GT,GE}DP
5118         instructions when you want to invert the test.
5119         * config/rs6000/rs6000.md (fpmask<mode>): Use the arguments in the
5120         correct order for XXSEL.
5121         (mov<SFDF:mode><SFDF2:mode>cc_invert_p9): Define the inverted test
5122         for using XSCMP{EQ,GT,GE}DP.
5124 2016-09-21  David Malcolm  <dmalcolm@redhat.com>
5126         * genconstants.c (main): Introduce noop_reader and convert call
5127         to read_md_files to a method call.
5128         * genenums.c (main): Likewise.
5129         * genmddeps.c (main): Likewise.
5130         * genpreds.c (write_tm_constrs_h): Replace use of "in_fname" with
5131         rtx_reader_ptr->get_top_level_filename ().
5132         (write_tm_preds_h): Likewise.
5133         (write_insn_preds_c): Likewise.
5134         * gensupport.c (class gen_reader): New subclass of rtx_reader.
5135         (rtx_handle_directive): Convert to...
5136         (gen_reader::handle_unknown_directive): ...this.
5137         (init_rtx_reader_args_cb): Convert return type from bool to
5138         rtx_reader *.  Create a gen_reader instance, using it for the
5139         call to read_md_files.  Return it if no errors occur.
5140         (init_rtx_reader_args): Convert return type from bool to
5141         rtx_reader *.
5142         * gensupport.h (init_rtx_reader_args_cb): Likewise.
5143         (init_rtx_reader_args_cb): Likewise.
5144         * read-md.c (struct file_name_list): Move to class rtx_reader.
5145         (read_md_file): Delete in favor of rtx_reader::m_read_md_file.
5146         (read_md_filename): Delete in favor of
5147         rtx_reader::m_read_md_filename.
5148         (read_md_lineno): Delete in favor of rtx_reader::m_read_md_lineno.
5149         (in_fname): Delete in favor of rtx_reader::m_toplevel_fname.
5150         (base_dir): Delete in favor of rtx_reader::m_base_dir.
5151         (first_dir_md_include): Delete in favor of
5152         rtx_reader::m_first_dir_md_include.
5153         (last_dir_md_include_ptr): Delete in favor of
5154         rtx_reader::m_last_dir_md_include_ptr.
5155         (max_include_len): Delete.
5156         (rtx_reader_ptr): New.
5157         (fatal_with_file_and_line): Use get_filename and get_lineno
5158         accessors of rtx_reader_ptr.
5159         (require_char_ws): Likewise.
5160         (rtx_reader::read_char): New method, based on ::read_char.
5161         (rtx_reader::unread_char): New method, based on ::unread_char.
5162         (read_escape): Use get_filename and get_lineno accessors of
5163         rtx_reader_ptr.
5164         (read_braced_string): Use get_lineno accessor of rtx_reader_ptr.
5165         (read_string): Use get_filename and get_lineno accessors of
5166         rtx_reader_ptr.
5167         (rtx_reader::rtx_reader): New ctor.
5168         (rtx_reader::~rtx_reader): New dtor.
5169         (handle_include): Convert from a function to...
5170         (rtx_reader::handle_include): ...this method, converting
5171         handle_directive from a callback to a virtual function.
5172         (handle_file): Likewise, converting to...
5173         (rtx_reader::handle_file): ...this method.
5174         (handle_toplevel_file): Likewise, converting to...
5175         (rtx_reader::handle_toplevel_file): ...this method.
5176         (rtx_reader::get_current_location): New method.
5177         (parse_include): Convert from a function to...
5178         (rtx_reader::add_include_path): ...this method, dropping redundant
5179         update to unused max_include_len.
5180         (read_md_files): Convert from a function to...
5181         (rtx_reader::read_md_files): ...this method, converting
5182         handle_directive from a callback to a virtual function.
5183         (noop_reader::handle_unknown_directive): New method.
5184         * read-md.h (directive_handler_t): Delete this typedef.
5185         (in_fname): Delete.
5186         (read_md_file): Delete.
5187         (read_md_lineno): Delete.
5188         (read_md_filename): Delete.
5189         (class rtx_reader): New class.
5190         (rtx_reader_ptr): New decl.
5191         (class noop_reader): New subclass of rtx_reader.
5192         (read_char): Reimplement in terms of rtx_reader::read_char.
5193         (unread_char): Reimplement in terms of rtx_reader::unread_char.
5194         (read_md_files): Delete.
5195         * read-rtl.c (read_rtx_code): Update for deletion of globals
5196         read_md_filename and read_md_lineno.
5198 2016-09-21  Jason Merrill  <jason@redhat.com>
5200         * input.h (from_macro_definition_at): New.
5202 2016-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
5204         * doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
5206 2016-09-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5208         PR tree-optimization/77550
5209         * tree-vect-stmts.c (create_array_ref): Change parameters.
5210         (get_group_alias_ptr_type): New function.
5211         (vectorizable_store, vectorizable_load): Use get_group_alias_ptr_type.
5213 2016-09-21  Marek Polacek  <polacek@redhat.com>
5215         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
5216         Add falls through comment.
5218 2016-09-21  Richard Biener  <rguenther@suse.de>
5220         * dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
5221         (replace_child): Likewise.
5222         (remove_child_TAG): Adjust.
5223         (move_marked_base_types): Likewise.
5224         (prune_unused_types_prune): Clear die_sib of removed children.
5226 2016-09-21  Georg-Johann Lay  <avr@gjlay.de>
5228         PR target/77326
5229         * config/avr/avr.c (avr_notice_update_cc) [CC_NONE]: If insn
5230         touches some regs mentioned in cc_status, do CC_STATUS_INIT.
5232 2016-09-21  Richard Biener  <rguenther@suse.de>
5234         PR tree-optimization/77648
5235         * tree-ssa-structalias.c (process_constraint): Handle all DEREF
5236         with complex RHS.
5237         (make_transitive_closure_constraints): Adjust comment.
5238         (make_any_offset_constraints): New function.
5239         (handle_rhs_call): Make sure to first expand a pointer to all
5240         subfields before transitively closing it.
5241         (handle_const_call): Likewise.  Properly expand returned
5242         pointers as well.
5243         (handle_pure_call): Likewise.
5245 2016-09-21  Richard Biener  <rguenther@suse.de>
5246             Jakub Jelinek  <jakub@redhat.com>
5248         PR tree-optimization/77621
5249         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
5250         group at non-vectorizable stmts.
5252 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
5254         PR tree-optimization/72835
5255         * tree-ssa-reassoc.c (make_new_ssa_for_def): New.
5256         (make_new_ssa_for_all_defs): Likewise.
5257         (zero_one_operation): Replace all SSA_NAMEs defined in the chain.
5259 2016-09-20  Martin Sebor  <msebor@redhat.com>
5261         PR middle-end/49905
5262         * Makefile.in (OBJS): Add gimple-ssa-sprintf.o.
5263         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Redefine.
5264         * config/linux.c (gnu_libc_printf_pointer_format): New function.
5265         * config/sol2.h (TARGET_PRINTF_POINTER_FORMAT): Same.
5266         * config/sol2.c (solaris_printf_pointer_format): New function.
5267         * doc/invoke.texi (-Wformat-length, -fprintf-return-value): New
5268         options.
5269         * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Document.
5270         * doc/tm.texi: Regenerate.
5271         * gimple-fold.h (get_range_strlen): New function.
5272         (get_maxval_strlen): Declare existing function.
5273         * gimple-fold.c (get_range_strlen): Add arguments and compute both
5274         maximum and minimum.
5275          (get_range_strlen): Define overload.
5276         (get_maxval_strlen): Adjust.
5277         * gimple-ssa-sprintf.c: New file and pass.
5278         * passes.def (pass_sprintf_length): Add new pass.
5279         * targhooks.h (default_printf_pointer_format): Declare new function.
5280         (gnu_libc_printf_pointer_format): Same.
5281         (solaris_libc_printf_pointer_format): Same.
5282         * targhooks.c (default_printf_pointer_format): Define new function.
5283         * tree-pass.h (make_pass_sprintf_length): Declare new function.
5284         * print-tree.c: Increase buffer size.
5286 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
5288         * tree-vrp.c (get_value_range): Teach PARM_DECL to use ipa-vrp results.
5290 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
5292         * common.opt: New option -fipa-vrp.
5293         * ipa-cp.c (ipa_get_vr_lat): New.
5294         (ipcp_vr_lattice::print): Likewise.
5295         (print_all_lattices): Call ipcp_vr_lattice::print.
5296         (ipcp_vr_lattice::meet_with): New.
5297         (ipcp_vr_lattice::meet_with_1): Likewise.
5298         (ipcp_vr_lattice::top_p): Likewise.
5299         (ipcp_vr_lattice::bottom_p): Likewsie.
5300         (ipcp_vr_lattice::set_to_bottom): Likewise.
5301         (set_all_contains_variable): Call VR set_to_bottom.
5302         (initialize_node_lattices): Init VR lattices.
5303         (propagate_vr_accross_jump_function): New.
5304         (propagate_constants_accross_call): Call
5305         propagate_vr_accross_jump_function.
5306         (ipcp_store_vr_results): New.
5307         (ipcp_driver): Handle VR.
5308         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Handle VR.
5309         (ipa_set_jf_unknown): Likewise.
5310         (ipa_compute_jump_functions_for_edge): Likewise.
5311         (ipa_node_params_t::duplicate): Likewise.
5312         (ipa_write_jump_function): Likewise.
5313         (ipa_read_jump_function): Likewise.
5314         (write_ipcp_transformation_info): Likewise.
5315         (read_ipcp_transformation_info): Likewise.
5316         (ipcp_update_vr): New.
5317         (ipcp_transform_function): Handle VR.
5318         * ipa-prop.h (struct ipa_vr): New.
5319         * cgraph.c: Include tree-vrp.h.
5320         * cgraphunit.c: Likewise.
5321         * ipa-utils.c: Likewise.
5322         * ipa.c: Likewise.
5323         * opts.c: Likewise.
5324         * toplev.c: Likewise.
5325         * ipa-devirt.c: Likewise.
5326         * ipa-inline-transform.c: Likewise.
5327         * ipa-inline.c: Likewise.
5328         * ipa-profile.c: Likewise.
5330 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
5332         * doc/invoke.texi: Document -fdump-tree-evrp.
5333         * passes.def: Define new pass_early_vrp.
5334         * timevar.def: Define new TV_TREE_EARLY_VRP.
5335         * tree-pass.h (make_pass_early_vrp): New.
5336         * tree-ssa-propagate.c: Make replace_uses_in non static.
5337         * tree-ssa-propagate.h: Export replace_uses_in.
5338         * tree-vrp.c (extract_range_for_var_from_comparison_expr): New.
5339         (extract_range_from_assert): Factor out
5340         extract_range_for_var_from_comparison_expr.
5341         (vrp_initialize_lattice): New.
5342         (vrp_initialize): Factor out vrp_initialize_lattice.
5343         (vrp_valueize): Fix it to reject complex value ranges.
5344         (vrp_free_lattice): New.
5345         (evrp_dom_walker::before_dom_children): Likewise.
5346         (evrp_dom_walker::after_dom_children): Likewise.
5347         (evrp_dom_walker::push_value_range): Likewise.
5348         (evrp_dom_walker::pop_value_range): Likewise.
5349         (execute_early_vrp): Likewise.
5350         (execute_vrp): Call vrp_initialize_lattice and vrp_free_lattice.
5351         (make_pass_early_vrp): New.
5353 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
5355         * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_hwi
5356         instead of exact_log2.
5358 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
5360         PR target/77621
5361         * config/i386/i386.c (ix86_preferred_simd_mode) <case DFmode>:
5362         Don't return word_mode for !TARGET_VECTORIZE_DOUBLE.
5363         (ix86_add_stmt_cost): Penalize DFmode vector operations
5364         for !TARGET_VECTORIZE_DOUBLE.
5366 2016-09-20  Gerald Pfeifer  <gerald@pfeifer.com>
5368         * doc/invoke.texi (Warning Options): Simplify language.
5369         (Optimize Options): Complete sentence.
5371 2016-09-20  David Edelsohn  <dje.gcc@gmail.com>
5373         * dbxout.c (xcoff_debug_hooks):  Add filename parameter to
5374         early_finish hook.
5376 2016-09-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
5378         PR target/71395
5379         * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
5380         inits on power8 and above, use the VMRGEW instruction instead of a
5381         permute.
5383         * config/rs6000/altivec.md (UNSPEC_VMRGEW_DIRECT): New unspec.
5384         (p8_vmrgew_v4sf_direct): New VMRGEW insn for V4SF floating
5385         initialization.
5387 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
5389         * config/aarch64/arm_neon.h
5390         (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes.
5391         (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise.
5392         (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise.
5394 2016-09-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5396         * config/var/vax.h (ELIMINABLE_REGS): Define.
5397         (INITIAL_ELIMINATION_OFFSET): Define.
5399 2016-09-20  Jakub Jelinek  <jakub@redhat.com>
5401         PR middle-end/77624
5402         * builtins.c (fold_builtin_atomic_always_lock_free): Only look through
5403         cast to void * if the cast is from some other pointer type.
5405 2016-09-20  Richard Biener  <rguenther@suse.de>
5407         PR tree-optimization/77646
5408         * tree-ssa-sccvn.c (visit_reference_op_call): Always value-number
5409         a VDEF.
5411 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
5413         * config/aarch64/arm_neon.h: Add gnu_inline and artificial
5414         attributes to all inlined functions and make them extern.
5416 2016-09-20  Richard Biener  <rguenther@suse.de>
5418         * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
5419         hook.
5420         * debug.c (do_nothing_debug_hooks): Adjust.
5421         * dbxout.c (dbx_debug_hooks): Likewise.
5422         * sdbout.c (sdb_debug_hooks): Likewise.
5423         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
5424         (dwarf2out_finish): Move producer, filename and
5425         path annotation ...
5426         (dwarf2out_early_finish): ... here.  Remove in_lto_p special-casing.
5427         * cgraphunit.c (symbol_table::finalize_compilation_unit): Adjust.
5429 2016-09-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5431         PR c++/77434
5432         * doc/invoke.texi: Document -Wint-in-bool-context.
5434         PR middle-end/77421
5435         * dwarf2out.c (output_loc_operands): Fix an assertion.
5437 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
5439         * ginclude/float.h [__STDC_WANT_IEC_60559_BFP_EXT__]
5440         (CR_DECIMAL_DIG): New macro.
5442 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
5444         * ginclude/stddef.h (max_align_t) [__i386__]: Add __float128
5445         element.
5447 2016-09-19  Vladimir Makarov  <vmakarov@redhat.com>
5449         PR rtl-optimization/77416
5450         * lra-remat.c (operand_to_remat): Process hard coded insn
5451         registers.
5453 2016-09-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5455         * simplify-rtx.c (simplify_relational_operation_1): Add transformation
5456         (GTU (PLUS a C) (C - 1)) --> (LTU a -C).
5458 2016-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
5460         * target.def (lra_p): Wordsmithing.
5461         * doc/tm.texi: Regenerate.
5463 2016-09-19  Jakub Jelinek  <jakub@redhat.com>
5464             Jan Hubicka  <jh@suse.cz>
5466         PR target/77587
5467         * cgraph.c (cgraph_node::rtl_info): Pass &avail to
5468         ultimate_alias_target call, return NULL if avail < AVAIL_AVAILABLE.
5469         Call ultimate_alias_target just once, not up to 4 times.
5471 2016-09-19  Richard Biener  <rguenther@suse.de>
5473         * dwarf2out.c (early_dwarf_finished): New global.
5474         (set_early_dwarf::set_early_dwarf): Assert early_dwarf_finished
5475         is false.
5476         (dwarf2out_early_finish): Set early_dwarf_finished at the end,
5477         if called from LTO exit early.
5478         (dwarf2out_late_global_decl): When being during the early
5479         debug phase do not add locations but only const value attributes.
5480         Adjust the way we generate early DIEs for LTO.
5482 2016-09-19  Richard Biener  <rguenther@suse.de>
5484         PR middle-end/77605
5485         * tree-data-ref.c (analyze_subscript_affine_affine): Use the
5486         proper niter to bound the loops.
5488 2016-09-19  Richard Biener  <rguenther@suse.de>
5490         PR tree-optimization/77514
5491         * tree-ssa-pre.c (create_expression_by_pieces): Optimize
5492         search for folded stmt.
5494 2016-09-17  Jan Hubicka  <hubicka@ucw.cz>
5496         * passes.def (pass_early_thread_jumps): Schedule after forwprop.
5497         * tree-pass.h (make_pass_early_thread_jumps): Declare.
5498         * tree-ssa-threadbackward.c (fsm_find_thread_path,
5499         fsm_find_thread_path, profitable_jump_thread_path,
5500         fsm_find_control_statement_thread_paths,
5501         find_jump_threads_backwards): Add speed_p parameter.
5502         (pass_data_early_thread_jumps): New pass.
5503         (make_pass_early_thread_jumps): New function.
5505 2016-09-17  Andreas Schwab  <schwab@suse.de>
5507         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add cast.
5508         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
5510 2016-09-16  Eric Botcazou  <ebotcazou@adacore.com>
5512         * recog.c (rest_of_handle_split_after_reload): Delete.
5513         (pass_split_after_reload::gate): New method.
5514         (pass_split_after_reload::execute): Call split_all_insns directly.
5516 2016-09-16  Jonathan Wakely  <jwakely@redhat.com>
5518         * doc/extend.texi (Integer Overflow Builtins): Fix type of out
5519         parameters for functions taking long long arguments.
5521 2016-09-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5523         PR target/77613
5524         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add support for
5525         splat with truncate.
5527 2016-09-16  Jason Merrill  <jason@redhat.com>
5529         * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
5530         New.
5531         * hwint.c (exact_log2): Use pow2p_hwi.
5532         (ctz_hwi, ffs_hwi): Use least_bit_hwi.
5533         * alias.c (memrefs_conflict_p): Use pow2_or_zerop.
5534         * builtins.c (get_object_alignment_2, get_object_alignment)
5535         (get_pointer_alignment, fold_builtin_atomic_always_lock_free): Use
5536         least_bit_hwi.
5537         * calls.c (compute_argument_addresses, store_one_arg): Use
5538         least_bit_hwi.
5539         * cfgexpand.c (expand_one_stack_var_at): Use least_bit_hwi.
5540         * combine.c (force_to_mode): Use least_bit_hwi.
5541         (contains_muldiv, find_split_point, combine_simplify_rtx)
5542         (simplify_if_then_else, simplify_set, force_to_mode)
5543         (if_then_else_cond, simplify_and_const_int_1)
5544         (simplify_compare_const): Use pow2p_hwi.
5545         * cse.c (fold_rtx): Use pow2p_hwi.
5546         * emit-rtl.c (set_mem_attributes_minus_bitpos, adjust_address_1):
5547         Use least_bit_hwi.
5548         * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
5549         (init_expmed_one_conv): Use pow2p_hwi.
5550         * expr.c (is_aligning_offset): Use pow2p_hwi.
5551         * fold-const.c (round_up_loc, round_down_loc): Use pow2_or_zerop.
5552         (fold_binary_loc): Use pow2p_hwi.
5553         * function.c (assign_parm_find_stack_rtl): Use least_bit_hwi.
5554         * gimple-fold.c (gimple_fold_builtin_memory_op): Use pow2p_hwi.
5555         * gimple-ssa-strength-reduction.c (replace_ref): Use least_bit_hwi.
5556         * hsa-gen.c (gen_hsa_addr_with_align, hsa_bitmemref_alignment):
5557         Use least_bit_hwi.
5558         * ifcvt.c (noce_try_store_flag_constants): Use pow2p_hwi.
5559         * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
5560         * ipa-prop.c (ipa_modify_call_arguments): Use least_bit_hwi.
5561         * omp-low.c (oacc_loop_fixed_partitions)
5562         (oacc_loop_auto_partitions): Use least_bit_hwi.
5563         * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
5564         * stor-layout.c (place_field): Use least_bit_hwi.
5565         * tree-pretty-print.c (dump_generic_node): Use pow2p_hwi.
5566         * tree-sra.c (build_ref_for_offset): Use least_bit_hwi.
5567         * tree-ssa-ccp.c (ccp_finalize): Use least_bit_hwi.
5568         * tree-ssa-math-opts.c (bswap_replace): Use least_bit_hwi.
5569         * tree-ssa-strlen.c (handle_builtin_memcmp): Use pow2p_hwi.
5570         * tree-vect-data-refs.c (vect_analyze_group_access_1)
5571         (vect_grouped_store_supported, vect_grouped_load_supported)
5572         (vect_permute_load_chain, vect_shift_permute_load_chain)
5573         (vect_transform_grouped_load): Use pow2p_hwi.
5574         * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
5575         * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.
5576         * tree-vect-stmts.c (vectorizable_mask_load_store): Use
5577         least_bit_hwi.
5578         * tsan.c (instrument_expr): Use least_bit_hwi.
5579         * var-tracking.c (negative_power_of_two_p): Use pow2_or_zerop.
5581 2016-09-16  Andreas Schwab  <schwab@suse.de>
5583         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use parameter
5584         OFFSET, not offset.
5585         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
5587 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
5589         PR target/77526
5590         * combine.c (rest_of_handle_combine): If any edges have been purged,
5591         free dominators if available.
5593 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
5594             Eric Botcazou  <ebotcazou@adacore.com>
5596         PR middle-end/77594
5597         * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
5598         through into expand_addsub_overflow after expand_neg_overflow.
5600 2016-09-15  David Malcolm  <dmalcolm@redhat.com>
5602         * diagnostic-show-locus.c
5603         (selftest::test_fixit_insert_containing_newline): New function.
5604         (selftest::test_fixit_replace_containing_newline): New function.
5605         (selftest::diagnostic_show_locus_c_tests): Call the above.
5607 2016-09-15  Bin Cheng  <bin.cheng@arm.com>
5609         PR tree-optimization/77503
5610         * tree-vect-loop.c (vectorizable_reduction): Record reduction
5611         code for CONST_COND_REDUCTION at analysis stage and use it at
5612         transform stage.
5613         * tree-vectorizer.h (struct _stmt_vec_info): New field.
5614         (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): New macro.
5615         * tree-vect-stmts.c (new_stmt_vec_info): Initialize above new
5616         field.
5618 2016-09-15  Richard Biener  <rguenther@suse.de>
5620         PR middle-end/77544
5621         * fold-const.c (split_tree): Do not split constant ~X.
5623 2016-09-15  Jakub Jelinek  <jakub@redhat.com>
5625         PR rtl-optimization/77425
5626         * sched-int.h (sd_iterator_cond): Don't update it_ptr->linkp if list
5627         is NULL.
5629         PR middle-end/77475
5630         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify,
5631         use %qs instead of %s where desirable, use argument instead of arg in
5632         the diagnostic wording, add list of supported strategies and
5633         spellcheck hint.
5634         (ix86_option_override_internal): Emit target("m...") instead of
5635         option("m...") in the diagnostic.  Use %qs instead of %s in invalid
5636         -march/-mtune option diagnostic.  Add list of supported arches/tunings
5637         and spellcheck hint.  Remove prefix, suffix and sw variables, use
5638         main_args_p ? "..." : "..." in diagnostics to make translation
5639         possible.
5641 2016-09-15  Richard Biener  <rguenther@suse.de>
5643         * dwarf2asm.h (dw2_asm_output_offset): Add overload with
5644         extra offset argument.
5645         * dwarf2asm.c (dw2_asm_output_offset): Implement that.
5646         * doc/tm.texi.in (ASM_OUTPUT_DWARF_OFFSET): Adjust documentation
5647         to reflect new offset parameter.
5648         * doc/tm.texi: Regenerate.
5649         * config/darwin.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
5650         * config/darwin-protos.h (darwin_asm_output_dwarf_delta): Add
5651         offset argument.
5652         (darwin_asm_output_dwarf_offset): Likewise.
5653         * config/darwin.c (darwin_asm_output_dwarf_delta): Add offset
5654         argument.
5655         (darwin_asm_output_dwarf_offset): Pass offset argument through.
5656         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
5657         * config/i386/cygmin.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
5659 2016-09-15  Chung-Lin Tang  <cltang@codesourcery.com>
5661         PR fortran/72743
5662         * ipa-icf.c (set_alias_uids): New function.
5663         (sem_variable::merge): Use set_alias_uids to set DECL_PT_UID of
5664         all the merged variable's referring aliases.
5666 2016-09-15  Richard Biener  <rguenther@suse.de>
5668         PR tree-optimization/77514
5669         * tree-ssa-pre.c (create_expression_by_pieces): Handle garbage
5670         only forced_stmts sequence.
5672 2016-09-15  Kugan Vivekanandarajah  <kuganv@linaro.org>
5674         * tree-ssanames.h (FOR_EACH_SSA_NAME): New.
5675         * cfgexpand.c (update_alias_info_with_stack_vars): Use
5676         FOR_EACH_SSA_NAME to iterate over SSA variables.
5677         (pass_expand::execute): Likewise.
5678         * omp-simd-clone.c (ipa_simd_modify_function_body): Likewise.
5679         * tree-cfg.c (dump_function_to_file): Likewise.
5680         * tree-into-ssa.c (pass_build_ssa::execute): Likewise.
5681         (update_ssa): Likewise.
5682         * tree-ssa-alias.c (dump_alias_info): Likewise.
5683         * tree-ssa-ccp.c (ccp_finalize): Likewise.
5684         * tree-ssa-coalesce.c (build_ssa_conflict_graph): Likewise.
5685         (create_outofssa_var_map): Likewise.
5686         (coalesce_ssa_name): Likewise.
5687         * tree-ssa-operands.c (dump_immediate_uses): Likewise.
5688         * tree-ssa-pre.c (compute_avail): Likewise.
5689         * tree-ssa-sccvn.c (init_scc_vn): Likewise.
5690         (scc_vn_restore_ssa_info): Likewise.
5691         (free_scc_vn): Likwise.
5692         (run_scc_vn): Likewise.
5693         * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
5694         * tree-ssa-ter.c (new_temp_expr_table): Likewise.
5695         * tree-ssa-copy.c (fini_copy_prop): Likewise.
5696         * tree-ssa.c (verify_ssa): Likewise.
5698 2016-09-14  Matthew Fortune  <matthew.fortune@imgtec.com>
5700         * config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
5701         and mips64r2 as default 32-bit and 64-bit architectures.
5702         (mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
5703         as default 32-bit and 64-bit architectures.
5705 2016-09-14  Pat Haugen  <pthaugen@us.ibm.com>
5707         * loop-unroll.c (unroll_loop_runtime_iterations): Set probability
5708         of succ edge.
5710 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
5712         * target.def (lra_p): Change commentary (for the manual) for the
5713         new default.
5714         * doc/tm.texi: Regenerate.
5716 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
5718         * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
5719         * config/arm/arm.c (TARGET_LRA_P): Delete macro.
5720         * config/i386/i386.c (TARGET_LRA_P): Delete macro.
5721         * config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
5723 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
5725         * targhooks.c (default_lra_p): Return true instead of false.
5727 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
5729         * config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
5730         hook_bool_void_false.
5731         * config/avr/avr.c: Ditto.
5732         * config/bfin/bfin.c: Ditto.
5733         * config/c6x/c6x.c: Ditto.
5734         * config/cr16/cr16.c: Ditto.
5735         * config/cris/cris.c: Ditto.
5736         * config/epiphany/epiphany.c: Ditto.
5737         * config/fr30/fr30.c: Ditto.
5738         * config/frv/frv.c: Ditto.
5739         * config/h8300/h8300.c: Ditto.
5740         * config/ia64/ia64.c: Ditto.
5741         * config/iq2000/iq2000.c: Ditto.
5742         * config/lm32/lm32.c: Ditto.
5743         * config/m32c/m32c.c: Ditto.
5744         * config/m32r/m32r.c: Ditto.
5745         * config/m68k/m68k.c: Ditto.
5746         * config/mcore/mcore.c: Ditto.
5747         * config/microblaze/microblaze.c: Ditto.
5748         * config/mmix/mmix.c: Ditto.
5749         * config/mn10300/mn10300.c: Ditto.
5750         * config/moxie/moxie.c: Ditto.
5751         * config/msp430/msp430.c: Ditto.
5752         * config/nios2/nios2.c: Ditto.
5753         * config/nvptx/nvptx.c: Ditto.
5754         * config/pa/pa.c: Ditto.
5755         * config/pdp11/pdp11.c: Ditto.
5756         * config/rl78/rl78.c: Ditto.
5757         * config/sparc/sparc.c: Ditto.
5758         * config/spu/spu.c: Ditto.
5759         * config/stormy16/stormy16.c: Ditto.
5760         * config/tilegx/tilegx.c: Ditto.
5761         * config/tilepro/tilepro.c: Ditto.
5762         * config/v850/v850.c: Ditto.
5763         * config/vax/vax.c: Ditto.
5764         * config/visium/visium.c: Ditto.
5765         * config/xtensa/xtensa.c: Ditto.
5767 2016-09-14  Jakub Jelinek  <jakub@redhat.com>
5769         PR sanitizer/68260
5770         * tsan.c: Include target.h.
5771         (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
5772         (BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
5773         (tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
5774         BUILT_IN_ATOMIC_TEST_AND_SET entries.
5775         (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
5777 2016-09-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5778             Martin Liska  <mliska@suse.cz>
5780         PR middle-end/77574
5781         * predict.c (force_edge_cold): Add braces to a condition.
5783 2016-09-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5785         PR rtl-optimization/77289
5786         * lra-constraints.c (get_final_hard_regno): Removed.
5787         (get_hard_regno): Add new parameter final_p.
5788         (get_reg_class): Directly call lra_get_elimination_hard_regno.
5789         (operands_match_p): Adjust call to get_hard_regno.
5790         (uses_hard_regs_p): Likewise.
5791         (process_alt_operands): Likewise.
5793 2016-09-13  Joe Seymour  <joe.s@somniumtech.com>
5795         PR target/70713
5796         * config/msp430/msp430.c (msp430_start_function): Emit an error
5797         if a function is both weak and specifies an interrupt number.
5799 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
5801         PR tree-optimization/77454
5802         * tree-ssa-dom.c (optimize_stmt): Set modified flag on stmt after
5803         changing GIMPLE_COND.  Move update_stmt_if_modified call after this.
5804         Formatting fix.
5806 2016-09-13  Tamar Christina  <tamar.christina@arm.com>
5808         * config/aarch64/aarch64-builtins.c
5809         (aarch64_init_simd_builtins): Fix builtin type signature printing.
5811 2016-09-13  Uros Bizjak  <ubizjak@gmail.com>
5813         * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-named
5814         SFmode and SCmode arguments by reference.
5816 2016-09-13  David Malcolm  <dmalcolm@redhat.com>
5818         * diagnostic-show-locus.c (selftest::test_one_liner_fixit_insert):
5819         Rename to...
5820         (selftest::test_one_liner_fixit_insert_before): ...this, and update
5821         for renaming of add_fixit_insert to add_fixit_insert_before.
5822         (selftest::test_one_liner_fixit_insert_after): New function.
5823         (selftest::test_one_liner_fixit_validation_adhoc_locations):
5824         Update for renaming of add_fixit_insert to add_fixit_insert_before.
5825         (selftest::test_one_liner_many_fixits): Likewise.
5826         (selftest::test_diagnostic_show_locus_one_liner): Update for
5827         renaming, call new test function.
5828         (selftest::test_diagnostic_show_locus_fixit_lines): Update for
5829         renaming of add_fixit_insert to add_fixit_insert_before.
5830         (selftest::test_fixit_consolidation): Likewise.
5831         * diagnostic.c (selftest::test_print_parseable_fixits_insert):
5832         Likewise.
5833         * edit-context.c (selftest::test_applying_fixits_insert): Rename to...
5834         (selftest::test_applying_fixits_insert_before): ...this.
5835         (selftest::test_applying_fixits_insert): Update for renaming of
5836         add_fixit_insert to add_fixit_insert_before.
5837         (selftest::test_applying_fixits_insert_after): New function.
5838         (selftest::test_applying_fixits_insert_after_at_line_end): New
5839         function.
5840         (selftest::test_applying_fixits_insert_after_failure): New function.
5841         (selftest::test_applying_fixits_multiple): Update for renaming of
5842         add_fixit_insert to add_fixit_insert_before.
5843         (selftest::change_line): Likewise.
5844         (selftest::test_applying_fixits_unreadable_file): Likewise.
5845         (selftest::test_applying_fixits_line_out_of_range): Likewise.
5846         (selftest::test_applying_fixits_column_validation): Likewise.
5847         (selftest::test_applying_fixits_column_validation): Likewise.
5848         (selftest::edit_context_c_tests): Update for renamed test function;
5849         call new test functions.
5851 2016-09-13  Pat Haugen  <pthaugen@us.ibm.com>
5853         PR tree-optimization/77536
5854         PR rtl-optimization/68212
5855         * config/rs6000/rs6000.md (div->recip splitter): Remove
5856         optimize_insn_for_speed_p condition.
5858 2016-09-13  Maciej W. Rozycki  <macro@imgtec.com>
5860         * optabs.c (prepare_cmp_insn): Update documentation comment.
5862 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
5863             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5865         PR middle-end/77475
5866         * opts.h (candidates_list_and_hint): Declare.
5867         * opts-common.c (candidates_list_and_hint): New function.
5868         (cmdline_handle_error): Use it.
5870 2016-09-12  David Malcolm  <dmalcolm@redhat.com>
5872         * edit-context.c (edited_line::get_len): New accessor.
5873         (edited_file::print_diff): Split out hunk-printing into...
5874         (edited_file::print_diff_hunk): New method.
5875         (edited_file::print_diff_line): New method.
5877 2016-09-12  Andrew Pinski  <apinski@cavium.com>
5879         * config/aarch64/aarch64-tuning-flags.def (SLOW_UNALIGNED_LDPW):
5880         New tuning option.
5881         * config/aarch64/aarch64.c (thunderx_tunings): Enable
5882         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW.
5883         (aarch64_operands_ok_for_ldpstp): Return false if
5884         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW and the mode
5885         was SImode and the alignment is less than 8 byte.
5886         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
5888 2016-09-12  Orlando Arias  <oarias@knights.ucf.edu>
5890         PR target/77570
5891         * config/msp430/msp430.md (delay_cycles_32x): Fix pushm/popm.
5893 2016-09-12  Marek Polacek  <polacek@redhat.com>
5895         * doc/extend.texi: Use lowercase "boolean".
5896         * doc/invoke.texi: Likewise.
5897         * doc/md.texi: Likewise.
5898         * target.def: Likewise.
5899         * doc/tm.texi: Regenerated.
5901 2016-09-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5903         PR middle-end/77426
5904         * expmed.c (synth_mult): Delete duplicate mode check.
5906 2016-09-10  Tom de Vries  <tom@codesourcery.com>
5908         PR C/71602
5909         * builtins.c (std_canonical_va_list_type): Strictly return non-null for
5910         va_list type only.
5911         * config/i386/i386.c (ix86_canonical_va_list_type): Same.
5912         * gimplify.c (gimplify_va_arg_expr): Handle &va_list.
5914 2016-09-09  Peter Bergner  <bergner@vnet.ibm.com>
5916         PR rtl-optimization/77289
5917         * lra-constraints.c (get_final_hard_regno): Add support for non hard
5918         register numbers.  Remove support for subregs.
5919         (get_hard_regno): Use SUBREG_P.  Don't call get_final_hard_regno().
5920         (get_reg_class): Delete removed get_final_hard_regno() argument.
5921         (uses_hard_regs_p): Call get_final_hard_regno().
5923 2016-09-09  Martin Sebor  <msebor@redhat.com>
5925         PR c/77520
5926         PR c/77521
5927         * pretty-print.c (pp_quoted_string): New function.
5928         (pp_format): Call it for %c and %s directives.
5930 2016-09-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5932         * doc/tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
5933         (ELIMINABLE_REGS, TARGET_CAN_ELIMINATE,
5934         INITIAL_ELIMINATION_OFFSET) : Update documentation.
5935         * target.def (frame_pointer_required, can_eliminate): Likewise.
5936         * doc/tm.texi: Regenerated.
5937         * builtins.c (expand_builtin_setjmp_receiver): Remove #ifdef
5938         ELIMINABLE_REGS.
5939         * df-scan.c (df_hard_reg_init): Likewise.
5940         * ira.c (ira_setup_eliminable_regset): Likewise.
5941         * lra-eliminations.c (reg_eliminate_1, (update_reg_eliminate,
5942         init_elim_table): Likewise.
5943         * reload1.c (reg_eliminate_1, verify_initial_elim_offsets,
5944         set_initial_elim_offsets, update_eliminables,
5945         init_elim_table): Likewise.
5946         * rtlanal.c (get_initial_register_offset): Likewise.
5947         * config/ft32/ft32.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
5948         * config/m32r/m32r.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
5949         * config/moxie/moxie.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
5950         * config/vax/vax.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
5951         * config/fr30/fr30.h: Fix comment.
5952         * config/frv/frv.c: Likewise.
5953         * config/frv/frv.h: Likewise.
5954         * config/ft32/ft32.h: Likewise.
5955         * config/visium/visium.h: Likewise.
5956         * config/pa/pa64-linux.h: Likewise.
5957         * config/v850/v850.h: Likewise.
5958         * config/cris/cris.c: Likewise.
5959         * config/ia64/ia64.h: Likewise.
5960         * config/moxie/moxie.h: Likewise.
5961         * config/m32r/m32r.h: Likewise.
5963 2016-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
5965         PR target/77267
5966         * config.in: Regenerate.
5967         * config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
5968         New macro.
5969         (MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
5970         (LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
5971         static-libmpxwrappers case.
5972         (LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
5973         MPX_LD_AS_NEEDED_GUARD_POP.
5974         * configure: Regenerate.
5975         * configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
5976         defined if linker support "--push-state"/"--pop-state".
5978 2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5980         * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
5982 2016-09-09  Joseph Myers  <joseph@codesourcery.com>
5984         * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
5985         (__LONG_WIDTH__, __LONG_LONG_WIDTH__, __PTRDIFF_WIDTH__)
5986         (__SIG_ATOMIC_WIDTH__, __SIZE_WIDTH__, __WCHAR_WIDTH__)
5987         (__WINT_WIDTH__, __INT_LEAST8_WIDTH__, __INT_LEAST16_WIDTH__)
5988         (__INT_LEAST32_WIDTH__, __INT_LEAST64_WIDTH__)
5989         (__INT_FAST8_WIDTH__, __INT_FAST16_WIDTH__, __INT_FAST32_WIDTH__)
5990         (__INT_FAST64_WIDTH__, __INTPTR_WIDTH__, __INTMAX_WIDTH__):
5991         Document.
5992         * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Define
5993         width macros from TS 18661-1.
5994         * glimits.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Likewise.
5996 2016-09-08  Jakub Jelinek  <jakub@redhat.com>
5998         PR fortran/77516
5999         * omp-low.c (lower_rec_simd_input_clauses): Use max_vf for non-positive
6000         OMP_CLAUSE_SAFELEN_EXPR.
6002 2016-09-07  David Malcolm  <dmalcolm@redhat.com>
6004         * Makefile.in (OBJS): Add substring-locations.o.
6005         * langhooks-def.h (class substring_loc): New forward decl.
6006         (lhd_get_substring_location): New decl.
6007         (LANG_HOOKS_GET_SUBSTRING_LOCATION): New macro.
6008         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_GET_SUBSTRING_LOCATION.
6009         * langhooks.c (lhd_get_substring_location): New function.
6010         * langhooks.h (class substring_loc): New forward decl.
6011         (struct lang_hooks): Add field get_substring_location.
6012         * substring-locations.c: New file, taking definition of
6013         format_warning_va and format_warning_at_substring from
6014         c-family/c-format.c, making them non-static.
6015         * substring-locations.h (class substring_loc): Move class here
6016         from c-family/c-common.h.  Add and rewrite comments.
6017         (format_warning_va): New decl.
6018         (format_warning_at_substring): New decl.
6019         (get_source_location_for_substring): Add comment.
6021 2016-09-07  Eric Gallager  <egall@gwmail.gwu.edu>
6023         * config/i386/i386.c: Add 'U' suffix to processor feature bits
6024         to avoid -Wnarrowing warning.
6025         * config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
6026         * opts.c: Likewise for SANITIZER_OPT bitmasks.
6028 2016-09-07  Wilco Dijkstra  <wdijkstr@arm.com>
6030         * config/aarch64/aarch64.c (aarch64_legitimize_address):
6031         Avoid use of base_offset if offset already in range.
6033 2016-09-07  Kaz Kojima  <kkojima@gcc.gnu.org>
6035         * config/sh/sh-protos.h (struct sh_atomic_model,
6036         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
6037         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
6038         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Move to...
6039         * config/sh/sh.h (struct sh_atomic_model,
6040         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
6041         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
6042         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): ...here.
6043         Guard with __cplusplus.
6045 2016-09-06  Jakub Jelinek  <jakub@redhat.com>
6047         PR target/69255
6048         * config/i386/i386.c (ix86_expand_builtin): For builtin with
6049         unsupported or unknown ISA, use expand_call.
6051 2016-09-06  Martin Liska  <mliska@suse.cz>
6053         PR gcov-profile/77378
6054         PR gcov-profile/77466
6055         * tree-profile.c (tree_profiling): Detect whether target can use
6056         -fprofile-update=atomic.
6058 2016-09-06  Richard Biener  <rguenther@suse.de>
6060         PR tree-optimization/77479
6061         * tree-vrp.c (update_value_range): Extend overflow handling to
6062         VARYING.
6064 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
6066         PR target/77476
6067         * config/i386/i386.md (isa): Add x64_avx512bw.
6068         (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
6069         (kmov_isa): New mode attr.
6070         (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
6071         (*zero_extend<mode>si2): Likewise.
6072         (*zero_extendqihi2): Use avx512dq isa for the last alternative.
6074 2016-09-05  Gerald Pfeifer  <gerald@pfeifer.com>
6076         * doc/invoke.texi (SPU Options): nops -> NOPs.
6077         (x86 Options): Ditto.
6079 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
6081         PR middle-end/77475
6082         * toplev.c (process_options): Temporarily set input_location
6083         to UNKNOWN_LOCATION around targetm.target_option.override () call.
6085 2016-09-05  Uros Bizjak  <ubizjak@gmail.com>
6087         PR rtl-optimization/77452
6088         * explow.c (plus_constant) <case MEM>: Extract scalar constant from
6089         inner-mode reference to a CONST_VECTOR constant in the constant pool.
6091 2016-09-05  Marek Polacek  <polacek@redhat.com>
6093         PR c/77423
6094         * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
6096 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
6098         PR other/77421
6099         * gensupport.c (alter_output_for_subst_insn): Remove redundant
6100         *insn_out == '*' test.  Don't copy unnecessary to yet another
6101         memory buffer, and don't leak it.
6103         PR rtl-optimization/77425
6104         * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
6106 2016-09-03  Kirill Yukhin  <kirill.yukhin@intel.com>
6108         * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
6110 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
6112         * common.opt (fdiagnostics-generate-patch): New option.
6113         * diagnostic.c: Include "edit-context.h".
6114         (diagnostic_initialize): Initialize context->edit_context_ptr.
6115         (diagnostic_finish): Delete context->edit_context_ptr.
6116         (diagnostic_report_diagnostic): Add fix-it hints from the
6117         diagnostic to context->edit_context_ptr, if any.
6118         * diagnostic.h (class edit_context): Add forward decl.
6119         (struct diagnostic_context): Add field "edit_context_ptr".
6120         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
6121         -fdiagnostics-generate-patch.
6122         (-fdiagnostics-generate-patch): New item.
6123         * toplev.c: Include "edit-context.h".
6124         (process_options): Set global_dc->edit_context_ptr to a new
6125         edit_context if the options need one.
6126         (toplev::main): Handle -fdiagnostics-generate-patch by using
6127         global_dc->edit_context_ptr.
6129 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
6131         PR c/65467
6132         * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
6133         map and firstprivate clauses on target construct for _Atomic
6134         qualified decls.
6135         (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
6136         on target construct for _Atomic qualified decls.
6137         * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
6138         decls.
6139         * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
6140         _Atomic qualified arguments not mentioned in uniform clause.
6142 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
6144         * Makefile.in (OBJS-libcommon): Add edit-context.o.
6145         * diagnostic-color.c (color_dict): Add "diff-filename",
6146         "diff-hunk", "diff-delete", and "diff-insert".
6147         (parse_gcc_colors): Update default value of GCC_COLORS in comment
6148         to reflect above changes.
6149         * doc/invoke.texi (-fdiagnostics-color): Update description of
6150         default GCC_COLORS, and of the supported capabilities.
6151         * edit-context.c: New file.
6152         * edit-context.h: New file.
6153         * input.c (struct fcache): Add field "missing_trailing_newline".
6154         (diagnostics_file_cache_forcibly_evict_file): Initialize it to
6155         true.
6156         (add_file_to_cache_tab): Likewise.
6157         (fcache::fcache): Likewise.
6158         (get_next_line): Update c->missing_trailing_newline.
6159         (location_missing_trailing_newline): New function.
6160         * input.h (location_missing_trailing_newline): New decl.
6161         * selftest-run-tests.c (selftest::run_tests): Call
6162         edit_context_c_tests.
6163         * selftest.h (edit_context_c_tests): New decl.
6165 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
6166             Richard Biener  <rguenth@suse.de>
6168         PR tree-optimization/77444
6169         * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
6170         as steptype, remove redundant initialization.
6172 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
6174         PR sanitizer/77396
6175         * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
6176         (sanopt_optimize_walker): Optimize away
6177         __asan_before_dynamic_init (...) followed by
6178         __asan_after_dynamic_init () without intervening memory loads/stores.
6179         * ipa-pure-const.c (special_builtin_state): Handle
6180         BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
6181         BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
6183 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6185         * cfg.c (free_original_copy_tables): Replace second assignment of
6186         bb_copy = NULL by bb_original = NULL.
6188 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
6190         PR other/77421
6191         * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
6192         assignment added in r216794.
6194 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
6196         * Makefile.in (OBJS): Add typed-splay-tree.o.
6197         * selftest-run-tests.c (selftest::run_tests): Call
6198         typed_splay_tree_c_tests.
6199         * selftest.h (typed_splay_tree_c_tests): New decl.
6200         * typed-splay-tree.c: New file.
6201         * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
6202         (typed_splay_tree::max): New method.
6203         (typed_splay_tree::min): New method.
6204         (typed_splay_tree::foreach): New method.
6205         (typed_splay_tree::closure): New struct.
6206         (typed_splay_tree::inner_foreach_fn): New function.
6208 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6210         * ipa-cp.c (ipcp_store_bits_results): Change option name from
6211         -fipa-cp-bit to -fipa-bit-cp.
6213 2016-09-01  Martin Sebor  <msebor@redhat.com>
6215         PR tree-optimization/71831
6216         * tree-object-size.h: Return bool instead of the size and add
6217         argument for the size.
6218         * tree-object-size.c (compute_object_offset): Update signature.
6219         (addr_object_size): Same.
6220         (compute_builtin_object_size): Return bool instead of the size
6221         and add argument for the size.  Handle POINTER_PLUS_EXPR when
6222         optimization is disabled.
6223         (expr_object_size): Adjust.
6224         (plus_stmt_object_size): Adjust.
6225         (pass_object_sizes::execute): Adjust.
6226         * builtins.c (fold_builtin_object_size): Adjust.
6227         * doc/extend.texi (Object Size Checking): Update.
6228         * ubsan.c (instrument_object_size): Adjust.
6230 2016-09-01  Martin Sebor  <msebor@redhat.com>
6232         * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
6233         it fits the output of the formatted function regardless of its
6234         arguments.
6235         * gcc/genmodes.c (parser::parse_expr): Same.
6236         * gimplify.c (gimplify_asm_expr): Same.
6237         * passes.c (pass_manager::register_one_dump_file): Same.
6238         * print-tree.c (print_node): Same.
6240 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
6242         * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
6244 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
6246         * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
6248 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
6250         * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
6251         * config/rs6000/vector.md: Ditto.
6252         * config/rs6000/vsx.md: Ditto.
6254 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
6256         * ipa-inline-analysis.c (param_change_prob): Get to the base object
6257         first in all cases.
6259 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
6261         * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
6262         *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
6263         *return_and_restore_gpregs_<mode>_r11,
6264         *return_and_restore_gpregs_<mode>_r12,
6265         *return_and_restore_gpregs_<mode>_r1,
6266         *return_and_restore_fpregs_<mode>_r11,
6267         *return_and_restore_fpregs_<mode>_r12,
6268         *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
6269         directly instead of via the "l" constraint.  Renumber operands.
6270         Fix whitespace.
6272 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
6274         * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
6275         save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
6276         *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
6277         * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
6278         load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
6279         *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
6280         *call_value_nonlocal_darwin64, reload_macho_picbase,
6281         reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
6282         * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
6283         * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
6284         *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
6285         *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
6286         *save_fpregs_<mode>_r1): Ditto.
6287         * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
6288         *return_and_restore_gpregs_spe): Ditto.
6290 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
6292         * config/rs6000/rs6000.md
6293         (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
6294         the use of the link register.
6295         (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
6297 2016-09-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6298             Michael Meissner  <meissner@linux.vnet.ibm.com>
6300         PR target/72827
6301         * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
6302         reg+reg addressing for TImode.
6303         (rs6000_legitimate_address_p): Only allow register indirect
6304         addressing for TImode, even without TARGET_QUAD_MEMORY.
6306 2016-09-01  Richard Biener  <rguenther@suse.de>
6308         PR middle-end/77436
6309         * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
6310         check whether the result fits the desired result type.
6312 2016-09-01  Nathan Sidwell  <nathan@acm.org>
6314         * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
6316 2016-09-01  Wilco Dijkstra  <wdijkstr@arm.com>
6318         * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
6319         New function.
6320         (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
6322 2016-09-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6324         * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
6325         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
6326         for comparisons of integer ZERO_EXTEND against zero.
6328 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
6330         * config/i386/i386.c (ix86_option_override_internal): Also disable the
6331         STV pass if -mstackrealign is enabled.
6333 2016-08-31  Ilya Verbin  <iverbin@gmail.com>
6335         * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
6336         AVX512IFMA.
6338 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
6340         * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
6341         (layout_range::intersects_line_p): New method.
6342         (test_range_contains_point_for_single_point): Rename to...
6343         (test_layout_range_for_single_point): ...this, and add testing
6344         for layout_range::intersects_line_p.
6345         (test_range_contains_point_for_single_line): Rename to...
6346         (test_layout_range_for_single_line): ...this,  and add testing
6347         for layout_range::intersects_line_p.
6348         (test_range_contains_point_for_multiple_lines): Rename to...
6349         (test_layout_range_for_multiple_lines): ...this,  and add testing
6350         for layout_range::intersects_line_p.
6351         (layout::layout): Populate m_fixit_hints.
6352         (layout::get_expanded_location): Handle the case of a line-span
6353         for a fix-it hint.
6354         (layout::validate_fixit_hint_p): New method.
6355         (get_line_span_for_fixit_hint): New function.
6356         (layout::calculate_line_spans): Add spans for fixit-hints.
6357         (layout::should_print_annotation_line_p): New method.
6358         (layout::print_any_fixits): Drop param "richloc", instead using
6359         validated fixits in m_fixit_hints.  Add "const" to hint pointers.
6360         (diagnostic_show_locus): Avoid printing blank annotation lines.
6361         (selftest::test_diagnostic_context::test_diagnostic_context):
6362         Initialize show_column and start_span.
6363         (selftest::test_diagnostic_context::start_span_cb): New static
6364         function.
6365         (selftest::test_diagnostic_show_locus_fixit_lines): New function.
6366         (selftest::diagnostic_show_locus_c_tests): Update for function
6367         renamings.  Call test_diagnostic_show_locus_fixit_lines.
6369 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
6371         PR tree-optimization/73714
6372         * match.pd (a * (1 << b)): Revert change from 2016-05-23.
6374 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
6376         * selftest.c: Move "namespace selftest {" to top of file,
6377         removing explicit "selftest::" qualifiers throughout.
6379 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
6381         * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
6382         New types.
6383         (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
6384         _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
6385         Replace builtin with vector extension.
6386         * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
6387         New types.
6388         (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
6389         _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
6390         Replace builtin with vector extension.
6391         * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
6392         (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
6393         Replace builtin with vector extension.
6394         * config/i386/xmmintrin.h (__m128_u): New type.
6395         (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
6396         (_mm_load_ps, _mm_store_ps): Simplify.
6398 2016-08-31  Eric Botcazou  <ebotcazou@adacore.com>
6400         * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
6402 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
6404         * diagnostic-show-locus.c (colorizer::begin_state): Support more
6405         than 3 ranges per diagnostic by alternating between color 1 and
6406         color 2.
6407         (layout::layout): Replace use of rich_location::MAX_RANGES
6408         with richloc->get_num_locations ().
6409         (layout::calculate_line_spans): Replace use of
6410         rich_location::MAX_RANGES with m_layout_ranges.length ().
6411         (layout::print_annotation_line): Handle arbitrary numbers of
6412         ranges in caret-printing by defaulting to '^'.
6413         (selftest::test_one_liner_many_fixits): New function.
6414         (test_diagnostic_show_locus_one_liner): Call it.
6415         * diagnostic.c (diagnostic_initialize): Update for renaming
6416         of rich_location::MAX_RANGES to
6417         rich_location::STATICALLY_ALLOCATED_RANGES.
6418         * diagnostic.h (struct diagnostic_context): Likewise.
6420 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
6422         * selftest.c (selftest::named_temp_file::named_temp_file): New
6423         ctor.
6424         (selftest::temp_source_file::~temp_source_file): Move to...
6425         (selftest::named_temp_file::~named_temp_file): ...here.
6426         (selftest::test_named_temp_file): New function.
6427         (selftest::selftest_c_tests): Call test_named_temp_file.
6428         * selftest.h (class named_temp_file): New class.
6429         (class temp_source_file): Convert to a subclass of named_temp_file.
6431 2016-08-30  Segher Boessenkool  <segher@kernel.crashing.org>
6433         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
6434         USEs of LR_REGNO in returns and sibcalls.
6435         (rs6000_output_mi_thunk): Similar.
6436         (rs6000_sibcall_aix): Similar.
6437         * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
6438         sibcall_local64, sibcall_value_local32, sibcall_value_local64,
6439         sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
6440         Remove the USE of LR_REGNO from the patterns as well.  Delete an
6441         obsolete comment.
6442         (return_internal_<mode>): Delete.
6444 2016-08-30  Tamar Christina  <tamar.christina@arm.com>
6446         * gcc/config/aarch64/aarch64-simd.md
6447         (aarch64_ld2<mode>_dreg_le): New.
6448         (aarch64_ld2<mode>_dreg_be): New.
6449         (aarch64_ld2<mode>_dreg): Removed.
6450         (aarch64_ld3<mode>_dreg_le): New.
6451         (aarch64_ld3<mode>_dreg_be): New.
6452         (aarch64_ld3<mode>_dreg): Removed.
6453         (aarch64_ld4<mode>_dreg_le): New.
6454         (aarch64_ld4<mode>_dreg_be): New.
6455         (aarch64_ld4<mode>_dreg): Removed.
6456         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
6458 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
6460         * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
6461         redundant location param.
6462         (test_one_liner_fixit_remove): Likewise.
6463         (test_one_liner_fixit_replace): Likewise.
6464         (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
6465         * gcc-rich-location.c
6466         (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
6467         get_range_from_loc.  Drop overload taking a const char *.
6468         * gcc-rich-location.h
6469         (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
6470         a const char *.
6472 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
6474         * config/linux.c (linux_libc_has_function): Return true on musl.
6476 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
6478         * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
6480 2016-08-30  Eric Botcazou  <ebotcazou@adacore.com>
6482         * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
6483         used for abnormal egdes.
6485 2016-08-30  Jakub Jelinek  <jakub@redhat.com>
6487         PR tree-optimization/72866
6488         * tree-vect-patterns.c (search_type_for_mask): Turn into
6489         a small wrapper, move all code to ...
6490         (search_type_for_mask_1): ... this new function.  Add caching
6491         and adjust recursive calls.
6493         PR debug/77363
6494         * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
6495         instead of lookup_type_die (type_main_variant (type)) even for array
6496         types.
6498         PR middle-end/77377
6499         * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
6500         constant pool reference return x instead of c.
6502 2016-08-29  Segher Boessenkool  <segher@kernel.crashing.org>
6504         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
6505         include MQ.
6507 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
6509         * input.c
6510         (selftest::test_make_location_nonpure_range_endpoints): Fix
6511         header comment.
6513 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
6515         * diagnostic-show-locus.c
6516         (selftest::test_one_liner_fixit_validation_adhoc_locations): New
6517         function.
6518         (selftest::test_diagnostic_show_locus_one_liner): Call it.
6519         * input.c (get_pure_location): Move to libcpp/line-map.c.
6520         * input.h (get_pure_location): Convert decl to an inline function
6521         calling implementation in libcpp.
6523 2016-08-29  Uros Bizjak  <ubizjak@gmail.com>
6525         PR target/77403
6526         * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
6527         template for intel asm dialect.
6528         (vec_set_hi_<mode><mask_name>): Ditto.
6530 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
6532         * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
6533         (selftest::fail_formatted): Likewise.
6535 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
6537         * input.c (make_location): Call get_start and get_finish
6538         on the endpoints to avoid storing packed ranges or ad-hoc
6539         ranges in them.
6540         (selftest::test_make_location_nonpure_range_endpoints): New function.
6541         (selftest::input_c_tests): Call it.
6542         * input.h (get_start): New inline function.
6544 2016-08-29  Tom de Vries  <tom@codesourcery.com>
6546         PR c/77398
6547         * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
6548         with assert.
6550 2016-08-29  Eric Botcazou  <ebotcazou@adacore.com>
6552         * Makefile.in (gcov-iov.h): Add dummy recipe.
6554 2016-08-29  Nathan Sidwell  <nathan@acm.org>
6556         * config/nvptx/nvptx.c: #include tree-vrp.h.
6558 2016-08-28  Eric Botcazou  <ebotcazou@adacore.com>
6560         PR target/77324
6561         * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
6562         HIGH+LO construct during reload.
6564 2016-08-28  Tom de Vries  <tom@codesourcery.com>
6566         PR lto/70955
6567         * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
6568         'sysv_abi va_list' attribute.
6569         (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
6570         (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
6571         attributes.
6573 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6575         * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
6576         * emit-rtl.c (unshare_all_rtl_1): Adjust.
6577         (unshare_all_rtl_again): Likewise.
6578         * function.c (assign_stack_local_1): Likewise.
6579         (assign_stack_temp_for_type): Likewise.
6581 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6583         * cfgbuild.c (make_edges): Adjust.
6584         * cfgrtl.c (can_delete_label_p): Likewise.
6585         * dwarf2cfi.c (create_trace_edges): Likewise.
6586         * except.c (sjlj_emit_dispatch_table): Likewise.
6587         * function.h (struct expr_status): make x_forced_labels a vector.
6588         * jump.c (rebuild_jump_labels_1): Adjust.
6589         * reload1.c (set_initial_label_offsets): Likewise.
6590         * stmt.c (force_label_rtx): Likewise.
6591         (expand_label): Likewise.
6593 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6595         * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
6597 2016-08-27  Patrick Palka  <ppalka@gcc.gnu.org>
6599         PR tree-optimization/71077
6600         PR tree-optimization/68542
6601         * fold-const.c (fold_relational_const): Fix folding of
6602         VECTOR_CST comparisons that have a scalar boolean result type.
6603         (selftest::test_vector_folding): New static function.
6604         (selftest::fold_const_c_tests): Call it.
6606 2016-08-27  Gerald Pfeifer  <gerald@pfeifer.com>
6608         * doc/extend.texi (SPU Built-in Functions): Remove stale
6609         references to material formerly at IBM and Sony.
6611 2016-08-26  David Edelsohn  <dje.gcc@gmail.com>
6613         PR target/77349
6614         * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
6616 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
6618         * diagnostic-show-locus.c
6619         (selftest::test_fixit_consolidation): New function.
6620         (selftest::diagnostic_show_locus_c_tests): Call it.
6621         * gcc-rich-location.h (gcc_rich_location): Eliminate unused
6622         constructor based on source_range.
6624 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
6626         * diagnostic-color.c (color_dict): Add "fixit-insert" and
6627         "fixit-delete".
6628         (parse_gcc_colors): Update description of default GCC_COLORS.
6629         * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
6630         (colorizer::set_fixit_insert): New method.
6631         (colorizer::set_fixit_delete): New method.
6632         (colorizer::get_color_by_name): New method.
6633         (colorizer::STATE_FIXIT_INSERT): New constant.
6634         (colorizer::STATE_FIXIT_DELETE): New constant.
6635         (class colorizer): Drop "_cs" suffix from fields.  Delete "_ce"
6636         fields in favor of new field "m_stop_color".  Add fields
6637         "m_fixit_insert" and "m_fixit_delete".
6638         (colorizer::colorizer): Update for above changes.  Replace
6639         colorize_start calls with calls to get_color_by_name.
6640         (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
6641         STATE_FIXIT_DELETE.  Update for field renamings.
6642         (colorizer::finish_state): Simplify by using m_stop_color,
6643         rather than multiple identical "*_ce" fields.
6644         (colorizer::get_color_by_name): New method.
6645         (layout::print_any_fixits): Print insertions and replacements
6646         using the "fixit-insert" color, and deletions using the
6647         "fixit-delete" color.
6648         * doc/invoke.texi (-fdiagnostics-color): Update description of
6649         default GCC_COLORS, and of the supported capabilities.
6651 2016-08-26  Max Filippov  <jcmvbkbc@gmail.com>
6653         * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
6654         current_function_static_stack_size variable with the static
6655         stack frame size of the current function when
6656         flag_stack_usage_info is enabled.
6658 2016-08-26  Nathan Sidwell  <nathan@acm.org>
6660         * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
6661         assignment inside if condition.
6663 2016-08-26  Richard Biener  <rguenther@suse.de>
6665         PR tree-optimization/69047
6666         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
6667         extracts similar to what FRE does.
6668         (non_rewritable_mem_ref_base): Likewise.
6670 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
6672         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
6673         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
6674         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
6675         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
6676         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
6677         Likewise.
6678         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
6679         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
6680         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
6681         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
6682         * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
6684 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6686         PR target/70473
6687         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
6688         reservation duration to 15 cycles.
6689         (cortex_a8_vfp_macs): Likewise.
6690         (cortex_a8_vfp_macd): Likewise.
6691         (cortex_a8_vfp_divs): Likewise.
6692         (cortex_a8_vfp_divd): Likewise.
6694 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6696         * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
6697         (aarch_macro_fusion_pair_p): Use above to avoid early return.
6699 2016-08-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6700             Martin Jambhor  <mjambor@suse.cz>
6702         * common.opt: New option -fipa-bit-cp.
6703         * doc/invoke.texi: Document -fipa-bit-cp.
6704         * opts.c (default_options_table): Add entry for -fipa-bit-cp.
6705         (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
6706         * tree-ssa-ccp.h: New header file.
6707         * tree-ssa-ccp.c: Include tree-ssa-ccp.h
6708         (bit_value_binop_1): Change to bit_value_binop_1 and export it.
6709         Replace all occurences of tree parameter by two new params: signop, int.
6710         (bit_value_unop_1): Change to bit_value_unop and export it.
6711         Replace all occurences of tree parameter by two new params: signop,
6712         int.
6713         (bit_value_binop): Change call from bit_value_binop_1 to
6714         bit_value_binop.
6715         (bit_value_assume_aligned): Likewise.
6716         (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
6717         (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
6718         to ccp_finalize.
6719         (ccp_finalize): Skip processing if val->mask == 0.
6720         * ipa-cp.c: Include tree-ssa-ccp.h
6721         (ipcp_bits_lattice): New class.
6722         (ipcp_param_lattice (bits_lattice): New member.
6723         (print_all_lattices): Call ipcp_bits_lattice::print.
6724         (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
6725         (initialize_node_lattices): Likewise.
6726         (propagate_bits_accross_jump_function): New function.
6727         (propagate_constants_accross_call): Call
6728         propagate_bits_accross_jump_function.
6729         (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
6730         (ipcp_store_bits_results): New function.
6731         (ipcp_driver): Call ipcp_store_bits_results.
6732         * ipa-prop.h (ipa_bits): New struct.
6733         (ipa_jump_func): Add new member bits of type ipa_bits.
6734         (ipa_param_descriptor): Change decl to decl_or_type.
6735         (ipa_get_param): Change decl to decl_or_type and assert on
6736         PARM_DECL.
6737         (ipa_get_type): New function.
6738         (ipcp_transformation_summary): New member bits.
6739         * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
6740         (ipa_populate_param_decls): Likewise.
6741         (ipa_dump_param): Likewise.
6742         (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
6743         function.
6744         (ipa_set_jf_unknown): Set ipa_bits::known to false.
6745         (ipa_compute_jump_functions_for_edge): Compute jump function for bits
6746         propagation.
6747         (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
6748         (ipa_write_jump_function): Add streaming for ipa_bits.
6749         (ipa_read_jump_function): Add support for reading streamed ipa_bits.
6750         (write_ipcp_transformation_info): Add streaming for ipa_bits
6751         summary for ltrans.
6752         (read_ipcp_transfomration_info): Add support for reading streamed
6753         ipa_bits.
6754         (ipcp_update_bits): New function.
6755         (ipcp_transform_function): Call ipcp_update_bits.
6757 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
6759         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
6760         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
6762 2016-08-25  David Edelsohn  <dje.gcc@gmail.com>
6764         * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
6766 2016-08-25  Richard Biener  <rguenther@suse.de>
6768         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
6769         Only add locations in late dwarf.
6770         (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
6771         (dwarf2out_early_finish): But do it here.
6773 2016-08-24  Michael Collison  <michael.collison@linaro.org>
6774             Michael Collison  <michael.collison@arm.com>
6776         * config/arm/arm-modes.def: Add new condition code mode CC_V
6777         to represent the overflow bit.
6778         * config/arm/arm.c (maybe_get_arm_condition_code):
6779         Add support for CC_Vmode.
6780         (arm_gen_unlikely_cbranch): New function to generate common
6781         rtl conditional branches for overflow patterns.
6782         * config/arm/arm-protos.h: Add prototype for
6783         arm_gen_unlikely_cbranch.
6784         * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
6785         addsi3_compareV_upper): New patterns to support signed
6786         builtin overflow add operations.
6787         (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
6788         New patterns to support unsigned builtin add overflow operations.
6789         (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
6790         builtin overflow subtract operations,
6791         (usubv<mode>4): New patterns to support unsigned builtin subtract
6792         overflow operations.
6793         (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
6794         to support builtin overflow negate operations.
6796 2016-08-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6798         Revert
6799         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6801         * explow.c (get_dynamic_stack_size): Take known alignment of stack
6802         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
6803         needed.
6805 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6807         * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
6808         MULTILIB_OPTIONS should be used.  Small wording fixes.
6809         * genmultilib: Memorize set of all option combinations in
6810         combination_space.  Detect if RHS of MULTILIB_REUSE uses an option not
6811         found in MULTILIB_OPTIONS by checking if option set is listed in
6812         combination_space.  Output new and existing error message to stderr.
6814 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6816         * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
6817         -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
6818         Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
6819         (MULTILIB_REUSE): Remove reuse rules for option set including
6820         -mfpu=fp-armv8 and -mfpu=vfpv4
6822 2016-08-24  Sebastian Huber  <sebastian.huber@embedded-brains.de>
6824         * config/arm/t-rtems: Add vfp multilib.
6826 2016-08-23  Ian Lance Taylor  <iant@golang.org>
6828         * config/s390/s390.c (s390_asm_file_start): Call
6829         default_file_start.
6831 2016-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
6833         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
6834         initialization of all 0's to the 0 constant, instead of directly
6835         generating XOR.  Add support for V4SImode vector initialization on
6836         64-bit systems with direct move, and rework the ISA 3.0 V4SImode
6837         initialization.  Change variables used in V4SFmode vector
6838         intialization.  For V4SFmode vector splat on ISA 3.0, make sure
6839         any memory addresses are in index form.  Add support for using
6840         VSPLTH/VSPLTB to initialize vector short and vector char vectors
6841         with all of the same element.
6842         (regno_or_subregno): New helper function to return a register
6843         number for either REG or SUBREG.
6844         (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
6845         Use regno_or_subregno where possible.
6846         (rs6000_split_v4si_init_di_reg): New helper function to build up a
6847         DImode value from two SImode values in order to generate V4SImode
6848         vector initialization on 64-bit systems with direct move.
6849         (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
6850         initialization.
6851         (rtx_is_swappable_p): V4SImode vector initialization insn is not
6852         swappable.
6853         * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
6854         declaration.
6855         * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
6856         attributes to initialize V8HImode and V16QImode vectors with the
6857         same element.
6858         (VSX_SPLAT_COUNT): Likewise.
6859         (VSX_SPLAT_SUFFIX): Likewise.
6860         (UNSPEC_VSX_VEC_INIT): New unspec.
6861         (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
6862         Allow SFmode values to come from Altivec registers.
6863         (vsx_init_v4si): New insn/split for V4SImode vector initialization
6864         on 64-bit systems with direct move.
6865         (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
6866         vector initializations, to allow V4SImode vector initializations
6867         on 64-bit systems with direct move.
6868         (vsx_splat_v4si): Likewise.
6869         (vsx_splat_v4si_di): Likewise.
6870         (vsx_splat_v4sf): Likewise.
6871         (vsx_splat_v4sf_internal): Likewise.
6872         (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
6873         register classes.
6874         (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
6875         (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
6876         initializing V8HImode and V16QImode vectors with the same
6877         element.
6878         * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
6879         optimization if -maltivec=be.
6881 2016-08-23  Christophe Lyon  <christophe.lyon@linaro.org>
6883         * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
6884         attribute for alternatives 3 and 4.
6886 2016-08-23  David Malcolm  <dmalcolm@redhat.com>
6888         * selftest.c (selftest::assert_str_contains): New function.
6889         (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
6890         * selftest.h (selftest::assert_str_contains): New decl.
6891         (ASSERT_STR_CONTAINS): New macro.
6893 2016-08-23  Richard Biener  <rguenther@suse.de>
6895         PR tree-optimization/77286
6896         * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
6897         the CFG here.
6898         (vect_transform_loop): Split exit edges of loop and scalar
6899         loop if required and at the appropriate time.
6901 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6903         * explow.c (get_dynamic_stack_size): Take known alignment of stack
6904         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
6905         needed.
6906         Correct a typo in a comment.
6908 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6910         * config/s390/s390.md ("*andc_split"): New splitter for and with
6911         complement.
6913 2016-08-23  Richard Biener  <rguenther@suse.de>
6915         PR tree-optimization/27336
6916         * tree-vrp.c (infer_value_range): Handle stmts that can throw
6917         by looking for a non-EH edge.
6918         (process_assert_insertions_for): Likewise.
6920 2016-08-23  Richard Biener  <rguenther@suse.de>
6922         PR middle-end/77305
6923         * statistics.c (statistics_counter_event): Robustify against
6924         NULL current_pass.
6926 2016-08-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
6928         * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
6929         for targets amdfam10 and barcelona.
6931 2016-08-22  Uros Bizjak  <ubizjak@gmail.com>
6933         * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
6934         (zero_extend<mode>di2): Ditto.
6935         (*zero_extend<mode>si2): Ditto.
6936         (*zero_extendqihi2): Ditto.
6938 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
6940         PR middle-end/77269
6941         * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
6942         (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
6944 2016-08-22  Patrick Palka  <ppalka@gcc.gnu.org>
6946         * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
6947         identical consecutive elements.
6948         [SSA_NAME]: Print the name's def stmt on its own line.  When printing
6949         the node's def stmt, avoid printing an unwanted trailing newline by
6950         replacing the call to print_gimple_stmt() with its inlined body and
6951         adjusting it to not set pp_needs_newline and to call pp_flush()
6952         instead of pp_newline_and_flush().
6954 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
6956         * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
6957         (float32_type_node, float64_type_node, float32x_type_node)
6958         (float128x_type_node): New macros.
6959         * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
6960         (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
6961         (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
6962         (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
6963         (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
6964         (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
6965         (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
6966         (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
6967         (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
6968         (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
6969         (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
6970         (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
6971         (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
6972         (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
6973         (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
6974         (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
6975         * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
6976         (copysign, fabs, huge_val, inf, nan, nans): Use it.
6977         * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
6978         and copysign.
6979         (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
6980         (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
6981         * doc/extend.texi (Other Builtins): Document these built-in
6982         functions.
6983         * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
6984         for nan and nans.
6986 2016-08-22  Gerald Pfeifer  <gerald@pfeifer.com>
6988         * doc/install.texi (Binaries): www.opencsw.org now uses https.
6990 2016-08-22  Richard Biener  <rguenther@suse.de>
6992         * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
6994 2016-08-21  Uros Bizjak  <ubizjak@gmail.com>
6996         PR target/77270
6997         * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
6998         TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
6999         non-SSE2 athlons only, otherwise prefer SSE prefetches.
7001 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
7003         * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
7004         (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
7005         (vrp_visit_switch_stmt): Likewise.
7006         (extract_range_from_stmt): Factored out from vrp_visit_stmt.
7007         (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
7008         (vrp_visit_stmt): Use extract_range_from_stmt.
7009         (vrp_visit_phi_node): Use extract_range_from_phi_node.
7011 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
7013         * Makefile.in: Add tree-vrp.h to GTFILES.
7014         * gengtype.c (open_base_files): Add tree-vrp.h.
7015         * asan.c: Add tree-vrp.h which now has the definition value_range_type.
7016         * builtins.c: Likewise.
7017         * fold-const.c: Likewise.
7018         * gimple-builder.c: Likewise.
7019         * gimple-laddress.c: Likewise.
7020         * hsa-gen.c: Likewise.
7021         * internal-fn.c: Likewise.
7022         * ssa.h: Likewise.
7023         * targhooks.c: Liewise,
7024         * tree-ssa-address.c: Likewise.
7025         * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
7026         * tree-vrp.c (struct value_range): Move to tree-vrp.h
7027         * tree-vrp.h: New file.
7029 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
7031         PR tree-optimization/61839
7032         * tree-vrp.c (two_valued_val_range_p): New.
7033         (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
7034         two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
7035         Also Convert VAR BINOP CST where VAR is two-valued to
7036         VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
7038 2016-08-19  David Malcolm  <dmalcolm@redhat.com>
7040         * diagnostic-show-locus.c
7041         (layout::annotation_line_showed_range_p): New method.
7042         (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
7043         Reimplement case fixit_hint::REPLACE to cover removals, and
7044         replacements where the range of the replacement isn't one
7045         of the ranges in the rich_location.
7046         (test_one_liner_fixit_replace): Likewise.
7047         (selftest::test_one_liner_fixit_replace_non_equal_range): New
7048         function.
7049         (selftest::test_one_liner_fixit_replace_equal_secondary_range):
7050         New function.
7051         (selftest::test_diagnostic_show_locus_one_liner): Call the new
7052         functions.
7053         * diagnostic.c (print_parseable_fixits): Remove case
7054         fixit_hint::REMOVE.
7056 2016-08-19  Uros Bizjak  <ubizjak@gmail.com>
7058         PR target/77270
7059         * config/i386/i386.c (ix86_option_override_internal): Remove
7060         PTA_PRFCHW from entries that also have PTA_3DNOW flag.
7061         Enable SSE prefetch also for TARGET_PREFETCHWT1.
7062         Do not try to enable TARGET_PRFCHW ISA flag here.
7063         * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
7064         Rewrite expander function body.
7065         (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
7067 2016-08-19  Joseph Myers  <joseph@codesourcery.com>
7069         PR c/32187
7070         * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
7071         (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
7072         (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
7073         (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
7074         (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
7075         (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
7076         (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
7077         (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
7078         (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
7079         tree_index values.
7080         (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
7081         macros.
7082         (struct floatn_type_info): New structure type.
7083         (floatn_nx_types): New variable declaration.
7084         * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
7085         (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
7086         (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
7087         * tree.c (floatn_nx_types): New variable.
7088         (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
7089         corresponding complex types.
7090         * target.def (floatn_mode): New hook.
7091         * targhooks.c: Include "real.h".
7092         (default_floatn_mode): New function.
7093         * targhooks.h (default_floatn_mode): New prototype.
7094         * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
7095         types.
7096         * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
7097         effective-target and dg-add-options keywords.
7098         (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
7099         Document new effective-target keywords.
7100         * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
7101         * doc/tm.texi: Regenerate.
7102         * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
7103         __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
7104         [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
7105         18661-3.
7106         * real.h (struct real_format): Add field ieee_bits.
7107         * real.c (ieee_single_format, mips_single_format)
7108         (motorola_single_format, spu_single_format, ieee_double_format)
7109         (mips_double_format, motorola_double_format)
7110         (ieee_extended_motorola_format, ieee_extended_intel_96_format)
7111         (ieee_extended_intel_128_format)
7112         (ieee_extended_intel_96_round_53_format, ibm_extended_format)
7113         (mips_extended_format, ieee_quad_format, mips_quad_format)
7114         (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
7115         (decimal_double_format, decimal_quad_format, ieee_half_format)
7116         (arm_half_format, real_internal_format: Initialize ieee_bits
7117         field.
7118         * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
7119         float128_type_node.  Set float80_type_node to float64x_type_node
7120         if appropriate and long_double_type_node not appropriate.
7121         * config/ia64/ia64.c (ia64_init_builtins): Likewise.
7122         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
7123         Initialize ieee_bits field.
7124         * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
7125         (rs6000_init_builtins): Set ieee128_float_type_node to
7126         float128_type_node.
7127         (rs6000_floatn_mode): New function.
7129 2016-08-19  Jakub Jelinek  <jakub@redhat.com>
7131         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
7132         _rdseed64_step): Uglify argument names and/or local variable names
7133         in inline functions.
7134         * config/i386/rtmintrin.h (_xabort): Likewise.
7135         * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
7136         _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
7137         _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
7138         _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
7139         _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
7140         _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
7141         _mm_maskz_ternarylogic_epi32): Likewise.
7142         * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
7143         __lwpins32, __lwpins64): Likewise.
7144         * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
7145         _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
7146         _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
7147         _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
7148         _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
7149         _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
7150         _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
7151         _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
7152         _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
7153         _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
7154         _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
7155         _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
7156         _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
7157         _mm256_mask_i64gather_epi32): Likewise.
7158         * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
7159         * config/i386/ia32intrin.h (__writeeflags): Likewise.
7160         * config/i386/pkuintrin.h (_wrpkru): Likewise.
7161         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
7162         _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
7163         _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
7164         _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
7165         _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
7166         _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
7167         _mm512_mask_prefetch_i64scatter_ps): Likewise.
7168         * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
7169         * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
7170         _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
7171         _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
7172         _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
7173         _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
7174         _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
7175         _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
7177         * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
7178         returning void.
7179         (_fxrstor, _fxsave64, _fxrstor64): Likewise.
7180         * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
7181         Likewise.
7182         * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
7183         * config/i386/pkuintrin.h (_wrpkru): Likewise.  Add space after
7184         function name.
7185         (_rdpkru_u32): Add space after function name.
7187         * config/i386/t-i386 (i386-c.o): Don't depend on
7188         i386-builtin-types.inc.
7189         (i386.o): Depend on i386-builtin-types.inc.
7191 2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>
7193         PR target/77281
7194         * config/arm/arm.c (neon_valid_immediate): Delete declaration.
7195         Use const_vec_duplicate to check for duplicated elements.
7197 2016-08-19  Richard Biener  <rguenther@suse.de>
7199         PR tree-optimization/77290
7200         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
7201         Fix flag_tree_parallelize_loops check.
7203 2016-08-19  Richard Biener  <rguenther@suse.de>
7205         * match.pd (x | 0 -> x): Add.
7207 2016-08-19  Richard Biener  <rguenther@suse.de>
7209         PR tree-optimization/77286
7210         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
7211         Deal with virtual PHIs being out-of-order.
7213 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
7215         * doc/invoke.texi (fverbose-asm): Note that source code lines
7216         are emitted, and provide an example.
7217         * final.c (asm_show_source): New function.
7218         (final_scan_insn): Call asm_show_source.
7220 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
7222         * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
7223         param with diagnostic_kind.
7224         (class colorizer): Similarly replace field m_diagnostic with
7225         m_diagnostic_kind.
7226         (colorizer::colorizer): Replace diagnostic
7227         param with diagnostic_kind.
7228         (colorizer::begin_state): Update for above field change.
7229         (layout::layout): Replace diagnostic param with rich_location *
7230         and diagnostic_kind.
7231         (diagnostic_show_locus): Replace diagnostic param with richloc
7232         and diagnostic_kind.
7233         (class selftest::test_diagnostic_context): New class.
7234         (selftest::test_diagnostic_show_locus_unknown_location): New
7235         function.
7236         (selftest::test_one_liner_simple_caret): New function.
7237         (selftest::test_one_liner_caret_and_range): New function.
7238         (selftest::test_one_liner_multiple_carets_and_ranges): New
7239         function.
7240         (selftest::test_one_liner_fixit_remove): New function.
7241         (selftest::test_one_liner_fixit_replace): New function.
7242         (selftest::test_diagnostic_show_locus_one_liner): New function.
7243         (selftest::diagnostic_show_locus_c_tests): Call the new test
7244         functions.
7245         * diagnostic.c (diagnostic_initialize): Initialize
7246         colorize_source_p, show_ruler_p and parseable_fixits_p.
7247         (default_diagnostic_finalizer): Update for change to
7248         diagnostic_show_locus.
7249         (diagnostic_append_note): Likewise.
7250         * diagnostic.h (diagnostic_show_locus): Replace
7251         const diagnostic_info * param with location * and diagnostic_t.
7253 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
7255         * input.c (saved_line_table): New global.
7256         (class selftest::temp_line_table): Rename to line_table_test and
7257         move declaration to selftest.h, and drop field m_old_line_table.
7258         (selftest::temp_line_table::temp_line_table): Rename ctor to...
7259         (selftest::line_table_test::line_table_test): ...this.  Add a
7260         default ctor.  Store current value of line_table within
7261         saved_line_table.
7262         (selftest::temp_line_table::~temp_line_table): Rename dtor to...
7263         (selftest::line_table_test::~line_table_test): ...this, and
7264         restore line_table from the saved_line_table, rather than
7265         m_old_line_table.
7266         (selftest::test_accessing_ordinary_linemaps): Update for above
7267         renaming.
7268         (selftest::test_lexer): Likewise.
7269         (struct selftest::lexer_test): Likewise.
7270         (selftest::lexer_test::lexer_test): Likewise.
7271         (selftest::input_c_tests): Move the looping over test cases from
7272         here into...
7273         (selftest::for_each_line_table_case): New function.
7274         * input.h (saved_line_table): New decl.
7275         * selftest.h (struct selftest::line_table_case): New forward decl.
7276         (class selftest::line_table_test): New class, moved here from
7277         selftest::temp_line_table in input.c, and renamed.
7278         (selftest::for_each_line_table_case): New decl.
7280 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
7282         PR target/72839
7283         * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
7285 2016-08-18  Chung-Lin Tang  <cltang@codesourcery.com>
7287         PR middle-end/70895
7288         * gimplify.c (omp_add_variable): Adjust/add variable mapping on
7289         enclosing parallel construct for reduction variables on OpenACC loop
7290         directives.
7292 2016-08-18  Pierre-Marie de Rodat  <derodat@adacore.com>
7294         * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
7295         (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
7296         -gdwarf-3.
7297         (function_to_dwarf_procedure): Update comment.
7299 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
7301         * input.c (diagnostics_file_cache_forcibly_evict_file): New
7302         function.
7303         * input.h (diagnostics_file_cache_forcibly_evict_file): New
7304         declaration.
7305         * selftest.c (selftest::temp_source_file::~temp_source_file):
7306         Evict m_filename from the diagnostic file cache.
7308 2016-08-18  Richard Biener  <rguenther@suse.de>
7310         * tree-pass.h (make_pass_materialize_all_clones): Declare.
7311         * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
7312         make_pass_materialize_all_clones): New simple IPA pass encapsulating
7313         clone materialization.
7314         * passes.def (all_late_ipa_passes): Start with
7315         pass_materialize_all_clones.
7316         * cgraphunit.c (symbol_table::compile): Remove call to
7317         materialize_all_clones.
7318         * tree-into-ssa.c: Include statistics.h.
7319         (update_ssa): Count number of times we do incremental/rewrite
7320         SSA update.
7322 2016-08-18  Richard Biener  <rguenther@suse.de>
7324         PR tree-optimization/77282
7325         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
7326         When doing auto-parallelizing also prevent use of PHIs that
7327         carry dependences across loop backedges.
7329 2016-08-18  Tamar Christina  <tamar.christina@arm.com>
7330             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7332         * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
7334 2016-08-18  Richard Biener  <rguenther@suse.de>
7336         * ssa-iterators.h (ssa_vuse_operand): New inline.
7337         * tree-if-conv.c (ifc_temp_var): Update virtual operand.
7338         (predicate_all_scalar_phis): Use remove_phi_node to remove
7339         phi nodes predicated.  Delay removing virtual PHIs.
7340         (predicate_mem_writes): Update virtual operands.
7341         (combine_blocks): Likewise.  Propagate out remaining virtual PHIs.
7342         (tree_if_conversion): Do not rewrite virtual SSA form.
7343         * tree-phinodes.c (release_phi_node): Make static.
7344         * tree-phinodes.h (release_phi_node): Remove.
7346 2016-08-18  Jakub Jelinek  <jakub@redhat.com>
7348         * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
7349         codes that appear in bdesc_* arrays, instead include i386-builtin.def
7350         twice to define those.
7351         (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
7352         bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
7353         bdesc_multi_arg): Define by including i386-builtin.def the third time.
7354         * config/i386/i386-builtin.def: New file.
7356 2016-08-17  David Malcolm  <dmalcolm@redhat.com>
7358         * input.c (get_source_range_for_char): Rename to...
7359         (selftest::get_source_range_for_char): ...this, and move within
7360         the #if CHECKING_P guard.
7361         (get_num_source_ranges_for_substring): Rename to...
7362         (selftest::get_num_source_ranges_for_substring): ...this, move
7363         within the #if CHECKING_P guard, and make static.
7364         (selftest::assert_num_substring_ranges): Initialize
7365         actual_num_ranges.
7367 2016-08-18  Alan Modra  <amodra@gmail.com>
7369         PR rtl-optimization/72771
7370         * reload.c (find_reloads): Don't assume that a subreg mem is OK
7371         when find_reloads_toplev returns address_reloaded==-1.
7372         (alternative_allows_const_pool_ref): Update comment.
7374 2015-08-17  Alan Hayward  <alan.hayward@arm.com>
7376         PR tree-optimization/71752
7377         * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
7378         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
7380 2016-08-17  Jakub Jelinek  <jakub@redhat.com>
7382         * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
7383         instead of testing ECF_NORETURN bit in gimple_call_flags.
7384         * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
7385         * predict.c (tree_bb_level_predictions): Likewise.
7386         * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
7388         PR middle-end/77259
7389         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
7390         turning a call into __builtin_unreachable-like noreturn call, adjust
7391         gimple_call_set_fntype.
7392         * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
7393         gimple_call_fntype has void return type.
7395 2016-08-17  Chung-Lin Tang  <cltang@codesourcery.com>
7397         * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
7398         maybe_lookup_decl, to handle nested acc loop directives.
7400 2016-08-17  Richard Biener  <rguenther@suse.de>
7402         PR tree-optimization/76490
7403         * tree-vrp.c (update_value_range): Preserve overflow infinities
7404         when intersecting with ranges from get_range_info.
7405         (operand_less_p): Handle overflow infinities correctly.
7406         (value_range_constant_singleton): Use vrp_operand_equal_p
7407         to handle overflow max/min correctly.
7408         (vrp_valueize): Likewise.
7409         (union_ranges): Likewise.
7410         (intersect_ranges): Likewise.
7411         (vrp_visit_phi_node): Improve iteration limitation to only
7412         apply when we'll possibly re-visit the PHI via a changed argument
7413         on the backedge.
7415 2016-08-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7417         * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
7418         (MULTILIB_REQUIRED): This by specifying multilib needing to be built
7419         rather than those that should not be built.
7421 2016-08-17  Stanislaw Halik  <sthalik@misaki.pl>
7423         PR target/66488
7424         * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
7426 2016-08-17  Richard Biener  <rguenther@suse.de>
7428         * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
7429         (verify_vssa): New function verifying virtual SSA form.
7430         (verify_ssa): Call it.
7431         * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
7432         Do not apply loop-closed SSA handling to virtuals.
7433         * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
7434         * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
7435         when rewriting their symbol.
7436         (prepare_def_site_for): Likewise.
7437         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
7438         operands of moved stmts.
7440 2016-08-17  Richard Biener  <rguenther@suse.de>
7442         PR tree-optimization/23855
7443         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
7444         (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
7445         find guards to hoist.  Do not update SSA form but rewrite virtuals
7446         into loop closed SSA.
7447         (find_loop_guard): Adjust to skip already hoisted guards.  Do
7448         not mark virtuals for renaming or update SSA form.
7450 2016-08-17  Martin Liska  <mliska@suse.cz>
7452         * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
7453         a LONG_LONG_TYPE_SIZE comparison.
7454         * gcov-io.h: Remove macro definitions.
7455         * tree-profile.c (gimple_gen_edge_profiler): Replace usage
7456         of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
7457         comparison.
7459 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
7461         * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
7462         that builtins not mentioned in bdesc_* arrays come first, then
7463         the ones mentioned in bdesc_* arrays in the order they appear in
7464         the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
7465         IX86_BUILTIN__BDESC_*_LAST enumerator.
7466         (bdesc_mpx): Fix up a comment typo.
7467         (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
7468         __builtin_ia32_vpcomneu[bwdq] builtins.
7469         (BDESC_VERIFY, BDESC_VERIFYS): Define.
7470         (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
7471         enum ix86_builtins ordering.
7472         (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
7473         for direct bdesc_* array member access instead of searching all the
7474         arrays until an fcode match is found.
7476 2016-08-16  Uros Bizjak  <ubizjak@gmail.com>
7478         * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
7479         pattern as define_insn_and_split.  Split insn before reload to
7480         ashl<mode>3_1.
7481         (*<shift_insn><mode>3_mask): Ditto.  Split insn before reload to
7482         <shift_insn><mode>3_1.
7483         (*<rotate_insn><mode>3_mask): Ditto.  Split insn before reload to
7484         <rotate_insn><mode>3_1.
7486 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
7488         PR c/72857
7489         * input.c (get_source_range_for_substring): Rename to...
7490         (get_source_location_for_substring): ...this, adding param
7491         "caret_idx", and converting output param from source_range * to
7492         location_t *.
7493         (get_source_range_for_char): New function.
7494         (get_num_source_ranges_for_substring): Update comment to reflect
7495         above renaming.
7496         (assert_char_at_range): Update to use get_source_range_for_char
7497         rather than get_source_range_for_substring.
7498         (test_lexer_string_locations_concatenation_2): Likewise.
7499         * substring-locations.h (get_source_range_for_substring): Rename
7500         to...
7501         (get_source_location_for_substring): ...this, and adding param
7502         "caret_idx", and converting output param from source_range * to
7503         location_t *.
7505 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
7507         * input.c (class selftest::temp_source_file): Move to
7508         selftest.h.
7509         (selftest::temp_source_file::temp_source_file): Move to
7510         selftest.c.
7511         (selftest::temp_source_file::~temp_source_file): Likewise.
7512         * selftest.c (selftest::temp_source_file::temp_source_file): Move
7513         here from input.c.
7514         (selftest::temp_source_file::~temp_source_file): Likewise.
7515         * selftest.h (class selftest::temp_source_file): Move here from
7516         input.c
7518 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
7520         PR target/71910
7521         * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
7522         inlining, add cgraph edge for the added __builtin_unreachable call.
7524         PR middle-end/67485
7525         * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
7526         only cast it to SHWI for the final comparison.
7528 2016-08-16  Martin Liska  <mliska@suse.cz>
7530         PR gcov-profile/36412
7531         * doc/gcov.texi: Document --hash-filenames(-x).
7532         * gcov.c (print_usage): Add the option.
7533         (process_args): Process the option, sort options alphabetically.
7534         (md5sum_to_hex): New function.
7535         (make_gcov_file_name): Do the md5sum and append it to a
7536         filename.
7538 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
7540         PR tree-optimization/69848
7541         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
7542         and swtich operands to avoid additional NOT instruction.
7543         (vcond<v_cmp_mixed><mode>): Ditto.
7544         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
7546 2016-08-16  Eric Botcazou  <ebotcazou@adacore.com>
7548         * doc/install.texi (*-*-solaris2*): Adjust latest change.
7550 2016-08-16  Richard Biener  <rguenther@suse.de>
7552         PR tree-optimization/76783
7553         * tree-ssa-propagate.c (ssa_prop_init): Use RPO order.  Clear
7554         BB visited flags at start.
7556 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
7558         PR tree-optimization/72817
7559         PR tree-optimization/73450
7560         * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
7561         multiple_of_p for adjusted IV.base.
7563 2016-08-15  Uros Bizjak  <ubizjak@gmail.com>
7565         PR target/72867
7566         * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
7567         Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
7568         for !flag_finite_math_only or flag_signed_zeros.
7569         (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
7570         *<code><mode>3_finite<mask_name><round_saeonly_name>.  Do not
7571         depend on flag_finite_math_only.
7572         (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
7573         New insn pattern.
7574         (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
7575         (*ieee_smin<mode>3): Ditto.
7576         (*ieee_smax<mode>3): Ditto.
7577         * config/i386/mmx.md (mmx_<code>v2sf3): Emit
7578         mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
7579         flag_signed_zeros.
7580         (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite.  Do not
7581         depend on flag_finite_math_only.
7582         (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
7583         (*mmx_<code>v2sf3): Remove.
7584         * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
7585         * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
7586         flag_signed_zeros instead of !flag_unsafe_math_optimizations.
7588 2016-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
7590         PR rtl-optimization/73650
7591         * lra-constraints.c (simple_move_p): If the insn is multiple_sets
7592         it is not a simple move.
7594 2016-08-15  Martin Liska  <mliska@suse.cz>
7596         PR driver/72765
7597         * gcc.c (do_spec_1): Call save_string with the right size.
7598         (save_string): Do an assert about string we copy.
7600 2016-08-15  Richard Biener  <rguenther@suse.de>
7602         * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
7603         * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
7604         TV_MACH_DEP.
7605         (pass_data_stv): Likewise.
7607 2016-08-15  Richard Biener  <rguenther@suse.de>
7609         PR tree-optimization/73434
7610         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
7611         TBAA info on the base when forwarding a non-invariant address.
7613 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
7615         * dwarf2out.c (struct checksum_attributes): Add
7616         at_string_length_bit_size and at_string_length_byte_size fields.
7617         (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
7618         and DW_AT_string_length_byte_size.
7619         (die_checksum_ordered): Handle at_string_length_bit_size and
7620         at_string_length_byte_size.
7621         (gen_array_type_die): For dwarf_version >= 5 emit
7622         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
7623         (adjust_string_types): For dwarf_version >= 5 remove
7624         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
7625         (resolve_addr): Likewise.
7627         PR debug/71906
7628         * dwarf2out.c (string_types): New variable.
7629         (gen_array_type_die): Change early_dwarf handling of
7630         DW_AT_string_length, create DW_OP_call4 referencing the
7631         length var temporarily.  Handle parameters that are pointers
7632         to string length.
7633         (adjust_string_types): New function.
7634         (gen_subprogram_die): Temporarily set string_types to local var,
7635         call adjust_string_types if needed.
7636         (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
7637         New functions.
7638         (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
7640 2016-08-15  Eric Botcazou  <ebotcazou@adacore.com>
7642         * doc/install.texi (*-*-solaris2*): Fix version number and document
7643         requirement on GNU make for building libjava with the Solaris linker.
7645 2016-08-15  Martin Liska  <mliska@suse.cz>
7646             Jakub Jelinek  <jakub@redhat.com>
7648         PR tree-optimization/72824
7649         * tree-loop-distribution.c (const_with_all_bytes_same)
7650         <case VECTOR_CST>: Fix a typo.
7652 2016-08-14  Uros Bizjak  <ubizjak@gmail.com>
7654         PR target/76342
7655         * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
7656         Renamed from _mm512_undefined_si512.
7657         (_mm_undefined_si512): New definition.
7659 2016-08-13  Richard Biener  <rguenther@suse.de>
7661         * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
7662         into PHIs and update the lattice for its def.
7664 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
7666         PR c/71512
7667         * ubsan.c (instrument_si_overflow): Pass true instead of false
7668         to gsi_replace.
7669         (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
7670         of bbs.  Return TODO_cleanup_cfg if any returned true.
7672 2016-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
7674         * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
7675         ISA 3.0 MTVSRDD instruction.
7676         (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
7677         vecperm.
7679 2016-08-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7681         PR tree-optimization/71083
7682         * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
7683         bitfield access when possible.
7685 2016-08-12  Patrick Palka  <ppalka@gcc.gnu.org>
7687         PR middle-end/71654
7688         * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
7689         sign-changing cast from a shorter unsigned type to a wider
7690         signed type.
7692 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
7694         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
7695         vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
7696         vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
7698 2016-08-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7700         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
7701         Correct costs for vec_construct.
7703 2016-08-12  Bin Cheng  <bin.cheng@arm.com>
7705         PR tree-optimization/69848
7706         * tree-vectorizer.h (enum vect_def_type): New condition reduction
7707         type CONST_COND_REDUCTION.
7708         * tree-vect-loop.c (vectorizable_reduction): Support new condition
7709         reudction type CONST_COND_REDUCTION.
7711 2016-08-12  Richard Biener  <rguenther@suse.de>
7713         PR tree-optimization/57326
7714         * tree-ssa-pre.c (fully_constant_expression): Handle simplification
7715         returning an SSA name.
7716         (phi_translate_1): When fully_constant_expression returns a NAME
7717         make sure we have a leader for it.
7719 2016-08-12  Martin Liska  <mliska@suse.cz>
7720             Adam Fineman  <afineman@afineman.com>
7722         * gcov.c (process_file): Create .gcov file when .gcda
7723         file is missing.
7725 2016-08-12  Marek Polacek  <polacek@redhat.com>
7727         PR c/7652
7728         * alias.c (find_base_value): Adjust fall through comment.
7729         * cfgexpand.c (expand_debug_expr): Likewise.
7730         * combine.c (find_split_point): Likewise.
7731         (expand_compound_operation): Likewise.  Add FALLTHRU.
7732         (make_compound_operation): Adjust fall through comment.
7733         (canon_reg_for_combine): Add FALLTHRU.
7734         (force_to_mode): Adjust fall through comment.
7735         (simplify_shift_const_1): Likewise.
7736         (simplify_comparison): Likewise.
7737         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
7738         FALLTHRU.
7739         * config/aarch64/predicates.md: Likewise.
7740         * config/i386/i386.c (function_arg_advance_32): Likewise.
7741         (ix86_gimplify_va_arg): Likewise.
7742         (print_reg): Likewise.
7743         (ix86_print_operand): Likewise.
7744         (ix86_build_const_vector): Likewise.
7745         (ix86_expand_branch): Likewise.
7746         (ix86_sched_init_global): Adjust fall through comment.
7747         (ix86_expand_args_builtin): Add FALLTHRU.
7748         (ix86_expand_builtin): Likewise.
7749         (ix86_expand_vector_init_one_var): Likewise.
7750         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
7751         (rs6000_adjust_cost): Likewise.
7752         (insn_must_be_first_in_group): Likewise.
7753         * config/rs6000/rs6000.md: Likewise.  Adjust fall through comment.
7754         * dbxout.c (dbxout_symbol): Adjust fall through comment.
7755         * df-scan.c (df_uses_record): Likewise.
7756         * dojump.c (do_jump): Add FALLTHRU.
7757         * dwarf2out.c (mem_loc_descriptor): Likewise.  Adjust fall through
7758         comment.
7759         (resolve_args_picking_1): Adjust fall through comment.
7760         (loc_list_from_tree_1): Likewise.
7761         * expmed.c (make_tree): Likewise.
7762         * expr.c (expand_expr_real_2): Add FALLTHRU.
7763         (expand_expr_real_1): Likewise.  Adjust fall through comment.
7764         * fold-const.c (const_binop): Adjust fall through comment.
7765         (fold_truth_not_expr): Likewise.
7766         (fold_cond_expr_with_comparison): Add FALLTHRU.
7767         (fold_binary_loc): Likewise.
7768         (contains_label_1): Adjust fall through comment.
7769         (multiple_of_p): Likewise.
7770         * gcov-tool.c (process_args): Add FALLTHRU.
7771         * genattrtab.c (check_attr_test): Likewise.
7772         (write_test_expr): Likewise.
7773         * genconfig.c (walk_insn_part): Likewise.
7774         * genpreds.c (validate_exp): Adjust fall through comment.
7775         (needs_variable): Likewise.
7776         * gensupport.c (get_alternatives_number): Add FALLTHRU.
7777         (subst_dup): Likewise.
7778         * gimple-pretty-print.c (dump_gimple_assign): Likewise.
7779         * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
7780         (gimplify_scan_omp_clauses): Add FALLTHRU.
7781         (goa_stabilize_expr): Likewise.
7782         * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
7783         through comment.
7784         * hsa-gen.c (get_address_from_value): Likewise.
7785         * ipa-icf.c (sem_function::hash_stmt): Likewise.
7786         * ira.c (ira_setup_alts): Add FALLTHRU.
7787         * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
7788         comment.
7789         * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
7790         * opts.c (common_handle_option): Likewise.
7791         * read-rtl.c (read_rtx_code): Likewise.
7792         * real.c (round_for_format): Likewise.
7793         * recog.c (asm_operand_ok): Likewise.
7794         * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
7795         * reload1.c (set_label_offsets): Likewise.
7796         (eliminate_regs_1): Likewise.
7797         (reload_reg_reaches_end_p): Likewise.
7798         * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
7799         (rtx_cost): Likewise.
7800         * sched-rgn.c (is_exception_free): Likewise.
7801         * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
7802         * stor-layout.c (int_mode_for_mode): Likewise.
7803         * toplev.c (print_to_asm_out_file): Likewise.
7804         (print_to_stderr): Likewise.
7805         * tree-cfg.c (gimple_verify_flow_info): Likewise.
7806         * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
7807         (chrec_fold_multiply): Likewise.
7808         (evolution_function_is_invariant_rec_p): Likewise.
7809         (for_each_scev_op): Likewise.
7810         * tree-data-ref.c (siv_subscript_p): Likewise.
7811         (get_references_in_stmt): Likewise.
7812         * tree.c (find_placeholder_in_expr): Adjust fall through comment.
7813         (substitute_in_expr): Likewise.
7814         (type_cache_hasher::equal): Likewise.
7815         (walk_type_fields): Likewise.
7816         * var-tracking.c (adjust_mems): Add FALLTHRU.
7817         (set_dv_changed): Adjust fall through comment.
7818         * varasm.c (default_function_section): Add FALLTHRU.
7820 2016-08-12  Marek Polacek  <polacek@redhat.com>
7822         PR c/7652
7823         * tree-complex.c (expand_complex_division): Add missing break.
7825 2016-08-12  Richard Biener  <rguenther@suse.de>
7827         * passes.c (execute_todo): Do not push/pop TV_TODO.
7828         (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
7829         (execute_one_pass): Likewise.
7830         * common.opt (ftime-report-details): New switch.
7831         * doc/invoke.texi (ftime-report-details): Document.
7832         * timevar.h (timer::print_row): Adjust signature.
7833         (timer::all_zero): New static helper.
7834         (timer::child_map_t): New typedef.
7835         (timer::time_var_def): Add children field.
7836         * timevar.c (timer::named_items::print): Adjust.
7837         (timer::~timer): Free timevar recorded children.
7838         (timer::pop_internal): When -ftime-report-details record
7839         time spent in sub-timevars.
7840         (timer::print_row): Adjust.
7841         (timer::print): Print sub-timevar stats, use all_zero.
7842         * timevar.def (TV_TODO): Remove.
7844 2016-08-12  Richard Biener  <rguenther@suse.de>
7846         PR tree-optimization/72851
7847         * tree-ssa-propagate.c: Include cfganal.h.  Rewrite block and stmt
7848         worklists to use bitmaps indexed in execution order.
7849         (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
7850         bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
7851         (cfg_blocks): Make a bitmap.
7852         (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
7853         New globals.
7854         (cfg_blocks_empty_p): Adjust.
7855         (cfg_blocks_add): Likewise.
7856         (cfg_blocks_get): Likewise.
7857         (add_ssa_edge): Likewise.
7858         (add_control_edge): Likewise.
7859         (simulate_stmt): Likewise.
7860         (process_ssa_edge_worklist): Likewise.
7861         (simulate_block): Likewise.
7862         (ssa_prop_init): Compute PRE order and stmt UIDs.
7863         (ssa_prop_fini): Adjust.
7864         (ssa_propagate): Adjust.
7866 2016-08-12  Richard Biener  <rguenther@suse.de>
7868         * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
7869         the currently executable edges have fixed ranges.  Always
7870         go through update_value_range.
7872 2016-08-12  Alexandre Oliva  <aoliva@redhat.com>
7874         PR debug/63240
7875         * langhooks-def.h
7876         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
7877         (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
7878         (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
7879         (LANG_HOOKS_DECLS): Add it.
7880         * langhooks.h (struct lang_hooks_for_decls): Add
7881         function_decl_defaulted.  Const_tree-ify
7882         function_decl_explicit_p and function_decl_deleted_p.
7883         * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
7884         attribute.  Add DW_AT_deleted instead of DW_AT_GNU_deleted,
7885         also at strict DWARF v5.
7887         PR debug/55641
7888         * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
7889         TYPE_QUAL_CONST in reference-typed decls.
7891         PR debug/49366
7892         * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
7893         in DW_OP_pieces, just enough to handle pointers to member
7894         functions.
7895         (gen_remaining_tmpl_value_param_die_attribute): Use a location
7896         expression on DWARFv5 if a constant value doesn't work.
7898 2016-08-11  David Malcolm  <dmalcolm@redhat.com>
7900         * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
7901         * selftest.c (selftest::test_assertions): New function.
7902         (selftest::selftest_c_tests): New function.
7903         * selftest.h (selftest::selftest_c_tests): New declaration.
7905 2016-08-11  Richard Biener  <rguenther@suse.de>
7906             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7908         PR rtl-optimization/72855
7909         * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
7911 2016-08-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7913         PR target/72863
7914         * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
7915         (vsx_store_<mode>): Likewise.
7917 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
7919         * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
7920         TImode CONST_WIDE_INT store.
7921         (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
7923 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
7925         * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
7926         mode if unaligned SSE load and store are optimal.
7928 2016-08-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7930         PR tree-optimization/71083
7931         * tree-predcom.c (ref_at_iteration): Correctly align the
7932         reference type.
7934 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7936         * config/s390/s390-builtin-types.def: Add INT128 types.
7937         * config/s390/s390-builtins.def: Add INT128 variants for the add
7938         sub low-level builtins dealing with TImode.
7939         * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
7940         via subreg when expanding a builtin.
7941         * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
7942         UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
7943         Fix comment.
7944         * config/s390/vecintrin.h: Adjust builtin names accordingly.
7945         * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
7946         ("vec_addc<mode>", "vec_addc_u128"): Merge to
7947         "vacc<bhfgq>_<mode>".
7948         ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
7949         ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
7950         ("vec_subc<mode>", "vec_subc_u128"): Merge to
7951         "vscbi<bhfgq>_<mode>".
7952         ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
7953         ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
7955 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7957         * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
7959 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
7961         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
7962         unused declaration.
7963         (vcond<v_cmp_mixed><mode>): Ditto.
7964         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
7966 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
7968         * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
7969         variable explicitly, also assert on it before use.
7971 2016-08-11  Richard Biener  <rguenther@suse.de>
7973         PR tree-optimization/72772
7974         * cfgloopmanip.c (create_preheader): Use split_edge if there
7975         is a single loop entry, avoiding degenerate PHIs.
7977 2016-08-11  Richard Biener  <rguenther@suse.de>
7979         * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
7980         unconditional TODO_cleanup_cfg.
7981         (pass_thread_jumps::execute): Initialize loops, perform a CFG
7982         cleanup only if we threaded a jump.
7984 2016-08-11  Alan Modra  <amodra@gmail.com>
7986         PR target/71680
7987         * lra-constraints.c (simplify_operand_subreg): Allow subreg
7988         mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
7989         slow.  Emit two reloads for slow mem case, first loading in
7990         fast innermode, then converting to required mode.
7992 2016-08-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7994         * config/rs6000/altivec.h (vec_extract_exp): New macro.
7995         (vec_extract_sig): New macro.
7996         (vec_insert_exp): New macro.
7997         (vec_test_data_class): New macro.
7998         (scalar_extract_exp): New macro.
7999         (scalar_extract_sig): New macro.
8000         (scalar_insert_exp): New macro.
8001         (scalar_test_data_class): New macro.
8002         (scalar_test_neg): New macro.
8003         (scalar_cmp_exp_gt): New macro.
8004         (scalar_cmp_exp_lt): New macro.
8005         (scalar_cmp_exp_eq): New macro.
8006         (scalar_cmp_exp_unordered): New macro.
8007         * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
8008         to enforce constraint that operand is a 7-bit unsigned literal.
8009         * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
8010         for power9 built-ins.
8011         (BU_P9V_VSX_2): Likewise.
8012         (BU_P9V_64BIT_VSX_2): Likewise.
8013         (VSEEDP): Add scalar extract exponent support.
8014         (VSEESP): Add scalar extract signature support.
8015         (VSTDCNDP): Add scalar test negative support.
8016         (VSTDCNSP): Likewise.
8017         (VSIEDP): Add scalar insert exponent support.
8018         (VSCEDPGT): Add scalar compare exponent greater than support.
8019         (VSCEDPLT): Add scalar compare exponent less than support.
8020         (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
8021         (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
8022         (VSTDCDP): Add scalar test data class support.
8023         (VSTDCSP): Likewise.
8024         (VSEEDP): Add overload support for scalar extract exponent
8025         operation.
8026         (VSESDP): Add overload support for scalar extract signature
8027         operation.
8028         (VSTDCN): Add overload support for scalar test negative
8029         operation.
8030         (VSTDCNDP): Add overload support for scalar test negative
8031         operation.
8032         (VSTDCNSP): Add overload support for scalar test negative
8033         operation.
8034         (VSIEDP): Add overload support for scalar insert exponent
8035         operation.
8036         (VSTDC): Add overload support for scalar test data class
8037         operation.
8038         (VSTDCDP): Add overload support for scalar test data class
8039         operation.
8040         (VSTDCSP): Add overload support for scalar test data class
8041         opreation.
8042         (VSCEDPGT): Add overload support for scalar compare exponent
8043         greater than operation.
8044         (VSCEDPLT): Add overload support for scalar compare exponent
8045         less than operation.
8046         (VSCEDPEQ): Add overload support for scalar compare exponent
8047         test-for-equality operation.
8048         (VSCEDPUO): Add overload support for scalar compare exponent
8049         test-for-unordered operation.
8050         (VEEDP): Add vector extract exponent support.
8051         (VEESP): Likewise.
8052         (VESDP): Add vector extract significand support.
8053         (VESSP): Likewise.
8054         (VIEDP): Add vector insert exponent support.
8055         (VIESP): Likewise.
8056         (VTDCDP): Add vector test data class support.
8057         (VTDCSP): Likewise.
8058         (VES): Add overload support for vector extract significand operation.
8059         (VESDP): Likewise.
8060         (VESSP): Likewise
8061         (VEE): Add overload support for vector extract exponent operation.
8062         (VEEDP): Likewise.
8063         (VEESP): Likewise.
8064         (VTDC): Add overload support for vector test data class operation.
8065         (VTDCDP): Likewise.
8066         (VTDCSP): Likewise.
8067         (VIE): Add overload support for vector insert exponent operation.
8068         (VIEDP): Likewise.
8069         (VIESP): Likewise.
8070         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8071         overloaded binary floating point functions.
8072         (altivec_resolve_overloaded_builtin): Improve error messages to
8073         distinguish between functions not supported in the current
8074         compiler configuration and functions that were invoked with an
8075         invalid parameter combination, and include the built-in function
8076         name in both error messages.
8077         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
8078         New prototype.
8079         * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
8080         function.
8081         (rs6000_expand_binop_builtin): Add check to enforce that argument
8082         2 of the test data class operations is a 7-bit unsigned literal.
8083         (rs6000_invalid_builtin): Add code to issue an error message if a
8084         built-in function that requires the power9_vector and -m32
8085         command-line options is compiled without these options.
8086         * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
8087         (UNSPEC_VSX_SXSIGDP): New value.
8088         (UNSPEC_VSX_SXSIGPDP): New value.
8089         (UNSPEC_VSX_SIEXPDP): New value.
8090         (UNSPEC_VSX_SCMPEXPDP): New value.
8091         (UNSPEC_VSX_STSTDC): New value.
8092         (UNSPEC_VSX_VXEXP): New value.
8093         (UNSPEC_VSX_VXSIG): New value.
8094         (UNSPEC_VSX_VIEXP): New value.
8095         (UNSPEC_VSX_VTSTDC): New value.
8096         (xsxexpdp): New insn for scalar extract exponent.
8097         (xsxsigdp): New insn for scalar extract significand.
8098         (xsiexpdp): New insn for scalar insert exponent.
8099         (xscmpexpdp_<code>): New expansion for scalar compare exponents.
8100         (*xscmpexpdp): New insn for scalar compare exponents.
8101         (xststdc<Fvsx): New expansion for both single- and
8102         double-precision scalar test data class operations.
8103         (xststdcneg<Fvsx>): New expansion for both single- and
8104         double-precision scalar test for negative value operations.
8105         (*xststdc<Fvsx>): New insn for scalar test data class
8106         operation.
8107         (xvxexp<VSs>): New insn for single- and double-precision
8108         vector extract exponent operation.
8109         (xvxsig<VSs>): New insn for single- and double-precision
8110         vector extract significand operation.
8111         (xviexp<VSs>): New insn for single- and double-precision
8112         vector insert exponent operation.
8113         (xvtstdc<VSs>): New insn for single- and double-precision
8114         vector test data class operation.
8115         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
8116         built-in functions to represent the Power9 binary floating-point
8117         support instructions.
8119 2016-08-10  bin cheng  <bin.cheng@arm.com>
8121         * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
8123 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
8124             Renlin Li  <renlin.li@arm.com>
8125             Bin Cheng  <bin.cheng@arm.com>
8127         * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
8128         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
8129         gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
8130         (aarch64_vcond_internal<mode><mode>): Delete pattern.
8131         (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
8132         (vcond<v_cmp_result><mode>): Ditto.
8133         (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
8134         (vcondu<mode><mode>): Ditto.
8135         (vcond<v_cmp_mixed><mode>): New pattern.
8136         (vcondu<mode><v_cmp_mixed>): New pattern.
8137         (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
8138         of aarch64_vcond_internal.
8140 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
8141             Renlin Li  <renlin.li@arm.com>
8142             Bin Cheng  <bin.cheng@arm.com>
8144         * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
8145         (vec_cmp<mode><v_cmp_result>): New pattern.
8146         (vec_cmpu<mode><mode>): New pattern.
8147         (vcond_mask_<mode><v_cmp_result>): New pattern.
8149 2016-08-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
8151         PR tree-optimization/71734
8152         * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
8153         REF_LOOP, invoke ref_indep_loop_p_1.
8154         (outermost_indep_loop): Pass LOOP argumnet where REF was defined
8155         to ref_indep_loop_p.
8156         (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
8157         combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
8158         is inside LOOP, do not cache dpendence value for loops with
8159         non-zero SAFELEN.
8160         (ref_indep_loop_p_2): Delete function.
8161         (can_sm_ref_p): Pass LOOP as additional argument to
8162         ref_indep_loop_p.
8164 2016-08-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
8166         PR target/72853
8167         * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
8168         being an offsettable address.
8170 2016-08-10  Martin Liska  <mliska@suse.cz>
8172         PR gcov-profile/58306
8173         * tree-profile.c (gimple_init_edge_profiler): Create conditionally
8174         atomic variants of profile update functions.
8176 2016-08-10  Martin Liska  <mliska@suse.cz>
8178         Cherry picked (and modified) from google-4_7 branch
8179         2012-12-26  Rong Xu  <xur@google.com>
8180         * common.opt (fprofile-update): Add new flag.
8181         * coretypes.h: Define enum profile_update.
8182         * doc/invoke.texi: Document -fprofile-update.
8183         * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
8184         GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
8185         * tree-profile.c (gimple_init_edge_profiler): Generate
8186         also atomic profiler update.
8187         (gimple_gen_edge_profiler): Likewise.
8189 2016-08-10  David Malcolm  <dmalcolm@redhat.com>
8191         * toplev.c (finalize): Set aux_info_file, asm_out_file, and
8192         stack_usage_file to NULL after fclose calls.
8194 2016-08-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
8196         PR target/71873
8197         * reload.c (push_reload): Compute subreg_in_class for
8198         subregs of constants and plus expressions. Remove special
8199         handling of SYMBOL_REFs.
8201 2016-08-10  Alan Modra  <amodra@gmail.com>
8203         PR target/71680
8204         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
8205         SImode for TARGET_E500_DOUBLE when given SImode.
8207 2016-08-09  David Wohlferd  <dw@LimeGreenSocks.com>
8209         * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
8210         unused variable __O.
8212 2016-08-09  Martin Liska  <mliska@suse.cz>
8214         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
8215         _gcov_reset to __gcov_reset.
8216         * doc/gcov-tool.texi: Fix typo.
8218 2016-08-09  Martin Liska  <mliska@suse.cz>
8220         * value-prof.c (gimple_divmod_values_to_profile): Do not
8221         instrument MOD histogram if a value is not a SSA name.
8223 2016-08-09  Martin Liska  <mliska@suse.cz>
8225         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
8226         values.
8228 2016-08-09  Renlin Li  <renlin.li@arm.com>
8230         PR middle-end/64971
8231         * calls.c (prepare_call_address): Convert funexp to Pmode when
8232         necessary.
8233         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
8234         (sibcall_value): Likewise.
8236 2016-08-09  Marek Polacek  <polacek@redhat.com>
8238         PR c/7652
8239         * cselib.c (cselib_expand_value_rtx_1): Add return.
8240         * gengtype.c (dbgprint_count_type_at): Likewise.
8241         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
8242         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
8244 2016-08-09  Martin Jambor  <mjambor@suse.cz>
8246         PR ipa/71981
8247         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
8248         if instance is a MEM_REF.
8250 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
8252         PR target/72843
8253         * config/i386/i386.md (*movtf_internal): Use
8254         lra_in_progress || reload_completed instead of !can_create_pseudo_p
8255         in the insn constraint.
8256         (*movxf_internal): Ditto.
8257         (*movdf_internal): Ditto.
8258         (*movsf_internal): Ditto.
8260 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
8262         PR tree-optimization/72772
8263         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
8264         for expanded base.
8266 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
8268         PR tree-optimization/72772
8269         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
8270         parameter STOP.
8271         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
8272         parameter STOP and update calls.  Move expand_simple_operations
8273         function call from here...
8274         (simplify_using_initial_conditions): ...to here.  Delete parameter
8275         STOP.
8276         (tree_simplify_using_condition): Delete parameter STOP.
8277         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
8278         simplify_using_initial_conditions.
8280 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
8282         PR c/65345
8283         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
8284         Use create_tmp_var_raw instead of create_tmp_var.
8286 2016-08-09  Richard Biener  <rguenther@suse.de>
8288         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
8289         Treat same SSA names related.
8291 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
8293         PR tree-optimization/72824
8294         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
8295         real_zerop is not negative.
8297 2016-08-09  Richard Biener  <rguenther@suse.de>
8299         PR tree-optimization/71802
8300         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
8301         all merge opportunities with the predecessor.
8303 2016-08-09  Richard Biener  <rguenther@suse.de>
8305         PR ipa/68273
8306         * ipa-prop.c (ipa_modify_formal_parameters): Build
8307         parameter types with natural alignment also for the
8308         over-aligned case.
8310 2016-08-08  Andi Kleen  <ak@linux.intel.com>
8312         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
8314 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
8316         PR c/64955
8317         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
8318         do-nothing langhook.
8319         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
8320         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
8321         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
8322         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
8324 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
8326         PR bootstrap/72844
8327         * input.c: Ensure that HAVE_ICONV is defined.
8329 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
8331         PR middle-end/72781
8332         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
8333         private vars for lastprivate and for linear iterator.
8335         PR middle-end/68762
8336         * omp-simd-clone.c: Include varasm.h.
8337         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
8338         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
8339         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
8340         update function name.
8342 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
8344         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
8345         (avr_diagnose_devicespecs_error): Remove.
8346         (avr_devicespecs_file): Remove composing absolute path for specfile
8347         and its verbose info. Remove conditions to check specs-file,
8349 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
8351         PR rtl-optimization/72821
8352         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
8353         just return false for them.
8355 2016-08-08  Alan Modra  <amodra@gmail.com>
8357         PR target/72771
8358         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
8359         toc refs created during reload.  Update function comment.
8361 2016-08-08  Alan Modra  <amodra@gmail.com>
8363         PR target/72802
8364         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
8365         alternatives.  Put loads first, then stores, and reg/reg moves
8366         within same class later.  Delete attr length.
8368 2016-08-08  Alan Modra  <amodra@gmail.com>
8370         PR target/72802
8371         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
8372         (mem_operand_ds_form): New predicate.
8373         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
8374         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
8375         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
8376         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
8377         (extendsfdf2_fpr): Replace o constraint with wY.
8379 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
8381         * tree-ssa-threadbackward.c: Include tree-inline.h
8382         (profitable_jump_thread_path): Use estimate_num_insns to estimate
8383         size of copied block; for cold paths reduce duplication.
8384         (find_jump_threads_backwards): Remove redundant tests.
8385         (pass_thread_jumps::gate): Enable for -Os.
8387 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
8389         PR c/72816
8390         * stor-layout.c (layout_decl): Fix up formatting.
8391         (relayout_decl): Allow DECL to be FIELD_DECL.
8393 2016-08-07  Alan Modra  <amodra@gmail.com>
8395         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
8397 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
8399         * data-streamer-in.c (streamer_read_wide_int): New.
8400         (streamer_read_widest_int): Renamed function.
8401         * data-streamer-out.c (streamer_write_wide_int): New
8402         (streamer_write_widest_int): Renamed function.
8403         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
8404         data-stream-in.c.
8405         (input_cfg): Call renamed function.
8406         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
8407         data-stream-out.c.
8408         (output_cfg): Call renamed function.
8409         * data-streamer.h: Add declarations.
8411 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8413         * tree-ssa-ccp.c (extend_mask): New param sgn.
8414         Remove ORing with wi::mask.
8415         (get_default_value): Adjust call to extend_mask to pass sign.
8416         (evaluate_stmt): Likewise.
8418 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
8420         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
8421         INT64_MAX.
8423 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8425         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
8426         transform if operand's type is pointer to function or method.
8428 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
8430         PR tree-optimization/18046
8431         * tree-ssa-threadedge.c: Include cfganal.h.
8432         (simplify_control_statement_condition): If simplifying a
8433         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
8434         with the dominating ASSERT_EXPR before handing it off to VRP.
8435         Mention that a CASE_LABEL_EXPR may be returned.
8436         (thread_around_empty_blocks): Adjust to handle
8437         simplify_control_statement_condition() returning a
8438         CASE_LABEL_EXPR.
8439         (thread_through_normal_block): Likewise.
8440         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
8441         a switch statement by trying to determine which case label
8442         will be taken.
8444 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
8446         PR rtl-optimization/69847
8447         * lra-constraints.c (process_invariant_for_inheritance): Save
8448         pattern instead of src.
8449         (remove_inheritance_pseudos): Use the pattern.  Add assert.
8451 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
8453         * input.c (string_concat::string_concat): New constructor.
8454         (string_concat_db::string_concat_db): New constructor.
8455         (string_concat_db::record_string_concatenation): New method.
8456         (string_concat_db::get_string_concatenation): New method.
8457         (string_concat_db::get_key_loc): New method.
8458         (class auto_cpp_string_vec): New class.
8459         (get_substring_ranges_for_loc): New function.
8460         (get_source_range_for_substring): New function.
8461         (get_num_source_ranges_for_substring): New function.
8462         (class selftest::lexer_test_options): New class.
8463         (struct selftest::lexer_test): New struct.
8464         (class selftest::ebcdic_execution_charset): New class.
8465         (selftest::ebcdic_execution_charset::s_singleton): New variable.
8466         (selftest::lexer_test::lexer_test): New constructor.
8467         (selftest::lexer_test::~lexer_test): New destructor.
8468         (selftest::lexer_test::get_token): New method.
8469         (selftest::assert_char_at_range): New function.
8470         (ASSERT_CHAR_AT_RANGE): New macro.
8471         (selftest::assert_num_substring_ranges): New function.
8472         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
8473         (selftest::assert_has_no_substring_ranges): New function.
8474         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
8475         (selftest::test_lexer_string_locations_simple): New function.
8476         (selftest::test_lexer_string_locations_ebcdic): New function.
8477         (selftest::test_lexer_string_locations_hex): New function.
8478         (selftest::test_lexer_string_locations_oct): New function.
8479         (selftest::test_lexer_string_locations_letter_escape_1): New function.
8480         (selftest::test_lexer_string_locations_letter_escape_2): New function.
8481         (selftest::test_lexer_string_locations_ucn4): New function.
8482         (selftest::test_lexer_string_locations_ucn8): New function.
8483         (selftest::uint32_from_big_endian): New function.
8484         (selftest::test_lexer_string_locations_wide_string): New function.
8485         (selftest::uint16_from_big_endian): New function.
8486         (selftest::test_lexer_string_locations_string16): New function.
8487         (selftest::test_lexer_string_locations_string32): New function.
8488         (selftest::test_lexer_string_locations_u8): New function.
8489         (selftest::test_lexer_string_locations_utf8_source): New function.
8490         (selftest::test_lexer_string_locations_concatenation_1): New
8491         function.
8492         (selftest::test_lexer_string_locations_concatenation_2): New
8493         function.
8494         (selftest::test_lexer_string_locations_concatenation_3): New
8495         function.
8496         (selftest::test_lexer_string_locations_macro): New function.
8497         (selftest::test_lexer_string_locations_stringified_macro_argument):
8498         New function.
8499         (selftest::test_lexer_string_locations_non_string): New function.
8500         (selftest::test_lexer_string_locations_long_line): New function.
8501         (selftest::test_lexer_char_constants): New function.
8502         (selftest::input_c_tests): Call the new test functions once per
8503         case within the line_table test matrix.
8504         * input.h (struct string_concat): New struct.
8505         (struct location_hash): New struct.
8506         (class string_concat_db): New class.
8507         * substring-locations.h: New header.
8509 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
8511         PR tree-optimization/72810
8512         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
8513         the type of the case labels when truncating.
8515 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
8517         PR Target/72819
8518         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
8519         (aarch64_fp16_ptr_type_node): Likewise.
8520         * config/aarch64/aarch64-simd-builtins.c
8521         (aarch64_fp16_ptr_type_node): Define.
8522         (aarch64_init_fp16_types): New, refactored out of...
8523         (aarch64_init_builtins): ...here, update to call
8524         aarch64_init_fp16_types.
8525         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
8526         HFmode.
8527         (aapcs_vfp_sub_candidate): Likewise.
8529 2016-08-05  Martin Liska  <mliska@suse.cz>
8530             Joshua Cranmer  <Pidgeot18@gmail.com>
8532         * gcov.c (line_t::has_block): New function.
8533         (enum loop_type): New enum.
8534         (handle_cycle): New function.
8535         (unblock): Likewise.
8536         (circuit): Likewise.
8537         (get_cycles_count): Likewise.
8538         (accumulate_line_counts): Use new loop detection algorithm.
8540 2016-08-05  Martin Liska  <mliska@suse.cz>
8542         * gcov.c (output_intermediate_file): Rename
8543         function_info::line_next to next_file_fn.
8544         (process_file): Likewise.
8545         (read_graph_file): Likewise.
8546         (accumulate_line_counts): Likewise.
8547         (output_lines): Likewise.
8549 2016-08-05  Richard Biener  <rguenther@suse.de>
8551         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
8552         restriction on threading to a loop header.
8554 2016-08-05  Richard Biener  <rguenther@suse.de>
8556         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
8557         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
8558         adjust loop info accordingly.
8560 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
8562         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
8563         before folding call to __builtin_constant_p with parameters to false.
8565 2016-08-05  Alan Modra  <amodra@gmail.com>
8567         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
8568         code accidentally committed 2016-05-02 providing class when given
8569         NO_REGS.
8571 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
8573         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
8574         the case label ranges that partially overlap with OP's value
8575         range.
8577 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
8579         PR target/72805
8580         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
8581         Cast builtin function result to __mmask16 instead of __mmask8.
8582         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
8583         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
8584         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
8586 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
8588         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
8589         (ASSERT_TRUE_AT): New macro.
8590         (ASSERT_FALSE): Reimplement in terms of...
8591         (ASSERT_FALSE_AT): New macro.
8592         (ASSERT_STREQ_AT): Fix typo in comment.
8594 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
8596         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
8597         labels are exhaustive, designate the label with the widest
8598         range to be the default label.
8600 2016-08-04  Andrew Pinski  <apinski@cavium.com>
8602         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
8603         (thunderx_tunings): Use thunderx_vector_cost instead of
8604         generic_vector_cost.
8606 2016-08-04  Martin Liska  <mliska@suse.cz>
8608         * gcov.c (main): Fix GNU coding style.
8609         (output_intermediate_file): Likewise.
8610         (process_file): Likewise.
8611         (generate_results): Likewise.
8612         (release_structures): Likewise.
8613         (create_file_names): Likewise.
8614         (find_source): Likewise.
8615         (read_graph_file): Likewise.
8616         (find_exception_blocks): Likewise.
8617         (canonicalize_name): Likewise.
8618         (make_gcov_file_name): Likewise.
8619         (mangle_name): Likewise.
8620         (accumulate_line_counts): Likewise.
8621         (output_branch_count): Likewise.
8622         (read_line): Likewise.
8624 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8626         PR rtl-optimization/71779
8627         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
8628         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
8629         or if it was truncated.
8631         PR rtl-optimization/70903
8632         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
8634 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
8636         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
8637         accessing SSA_NAME_PTR_INFO.
8639 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
8641         PR 70677
8642         * common/config/avr/avr-common.c (avr_option_optimization_table)
8643         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
8645 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
8647         PR 55181
8648         * config/avr/avr.md: New pattern to work around do_store_flag
8649         generating shift instructions for bit extractions.
8651 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
8653         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
8654         BITMAP_ALLOC.
8655         (add_equivalence): Likewise.
8656         (get_value_range): Allocate value range with vrp_value_range_pool.
8657         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
8658         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
8660 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
8662         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
8663         the default for the rs6000 port.
8665 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8667         PR middle-end/71876
8668         * calls.c (special_function_p): Remove special handling of
8669         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
8670         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
8671         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
8673 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
8675         PR middle-end/72778
8676         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
8677         Don't stop on regular insns.
8679 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
8681         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
8682         size to DImode boundary.
8683         (nvptx_propagate): Likewise.
8685 2016-08-03  Alan Modra  <amodra@gmail.com>
8687         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
8688         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
8689         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
8690         from -mefficient-unaligned-vector.  Note that this affects fp too.
8692 2016-08-03  Alan Modra  <amodra@gmail.com>
8694         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
8695         cost more.
8697 2016-08-03  Alan Modra  <amodra@gmail.com>
8699         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
8700         to a reg.  Localize vars.
8702 2016-08-03  Alan Modra  <amodra@gmail.com>
8704         * config/rs6000/rs6000.opt: Remove negatives from help strings
8705         and comments.
8707 2016-08-03  Alan Modra  <amodra@gmail.com>
8709         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
8710         Delete duplicated code.
8712 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
8714         PR middle-end/72778
8715         * lra-spills.c (regno_in_use_p): New.
8716         (lra_final_code_change): Use it.
8718 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
8720         PR rtl-optimization/69847
8721         * lra-int.h (struct lra-reg): Use restore_rtx instead of
8722         restore_regno.
8723         (lra_rtx_hash): New.
8724         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
8725         of restore_regno.
8726         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
8727         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
8728         * lra-spills.c (lra_final_code_change): Don't delete insn when the
8729         next insn is USE with the same reg as the current insn source.
8730         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
8731         of restore_regno.
8732         (lra_constraints_init): Call initiate_invariants.
8733         (lra_constraints_finish): Call finish_invariants.
8734         (struct invariant, invariant_t, invariant_ptr_t): New.
8735         (const_invariant_ptr_t, invariants, invariants_pool): New.
8736         (invariant_table, invariant_hash, invariant_eq_p): New.
8737         (insert_invariant, initiate_invariants, finish_invariants): New.
8738         (clear_invariants, invalid_invariant_regs): New.
8739         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
8740         instead of restore_regno.
8741         (invariant_p, process_invariant_for_inheritance): New.
8742         (inherit_in_ebb): Implement invariant inheritance.
8743         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
8744         (remove_inheritance_pseudos): Implement undoing invariant
8745         inheritance.
8746         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
8747         instead of restore_regno.
8748         * lra-assigns.c (regno_live_length): New.
8749         (reload_pseudo_compare_func): Use regno_live_length.
8750         (assign_by_spills): Use restore_rtx instead of restore_regno.
8751         (lra_assign): Ditto.  Initiate regno_live_length.
8753 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
8755         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
8756         __builtin_aarch64_fmindf.
8758 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
8760         PR tree-optimization/34114
8761         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
8762         information for more control IVs.
8764 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
8766         PR tree-optimization/34114
8767         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
8768         PLUS_EXPR case.  Handle SSA_NAME case.
8770 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
8772         * config/aarch64/aarch64-simd-builtins.def
8773         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
8774         (__builtin_aarch64_fmaxdf): Likewise.
8775         (__builtin_aarch64_smin_nandf): Likewise.
8776         (__builtin_aarch64_smax_nandf): Likewise.
8777         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
8778         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
8779         (<fmaxmin><mode>3): ...this.
8780         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
8781         (vminnm_f64): Likewise.
8782         (vmin_f64): Likewise.
8783         (vmax_f64): Likewise.
8784         * config/aarch64/iterators.md (FMAXMIN): Merge with...
8785         (FMAXMIN_UNS): ...this.
8786         (fmaxmin): Merged with
8787         (fmaxmin_op): ...this...
8788         (maxmin_uns_op): ...in to this.
8790 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
8792         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
8793         Add support for vec_extract on vector float, vector int, vector
8794         short, and vector char vector types.
8795         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
8796         vector float, vector int, vector short, and vector char
8797         optimizations on 64-bit ISA 2.07 systems for both constant and
8798         variable element numbers.
8799         (rs6000_split_vec_extract_var): Likewise.
8800         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
8801         Altivec registers on ISA 2.07 and above.
8802         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
8803         which never was matched due to the split occuring before register
8804         allocation (and the code would not have worked on little endian
8805         systems if it did match).  Allow extracts to go to the Altivec
8806         registers if ISA 2.07 (power8).  Change from using "" around the
8807         C++ code to using {}'s.
8808         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
8809         vec_extracts when the vector is in memory.
8810         (vsx_extract_v4sf_var): New insn to optimize vector float
8811         vec_extracts when the element number is variable on 64-bit ISA
8812         2.07 systems.
8813         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
8814         for 64-bit ISA 2.07 as well as ISA 3.0.
8815         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
8816         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
8817         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
8818         optimize vector int, vector short, and vector char vec_extracts
8819         when the vector is in memory.
8820         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
8821         optimize vector int, vector short, and vector char vec_extracts
8822         when the element number is variable.
8824 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
8826         PR target/71948
8827         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
8828         does not overlap with other symbol flags.
8830 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
8832         * config/aarch64/aarch64.h (aarch64_frame):
8833         Remove padding0 and hardfp_offset.  Add locals_offset,
8834         initial_adjust, callee_adjust, callee_offset and final_adjust.
8835         * config/aarch64/aarch64.c (aarch64_layout_frame):
8836         Remove unused padding0 and hardfp_offset initializations.
8837         Choose frame layout and set frame variables accordingly.
8838         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
8839         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
8840         (aarch64_pop_regs): Likewise.
8841         (aarch64_expand_prologue): Remove all decision code, just emit
8842         prolog according to frame variables.
8843         (aarch64_expand_epilogue): Remove all decision code, just emit
8844         epilog according to frame variables.
8845         (aarch64_initial_elimination_offset): Use offset to local/arg area.
8847 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
8849         PR target/72748
8850         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
8851         fix_debug_reg_uses after changing source register mode to
8852         V1TImode if source register is undefined.
8854 2015-08-01  Alan Hayward  <alan.hayward@arm.com>
8856         PR tree-optimization/71818
8857         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
8858         with non invariant evolutions
8860 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
8862         PR target/72767
8863         * config/avr/avr.md (length) [branch]: Correct insn length
8864         attribute for forward branches.
8866 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
8868         * doc/extend.texi (AVR Built-in Functions): Document
8869         __builtin_avr_nops.
8870         * config/avr/builtins.def (NOPS): New.
8871         * config/avr/avr.c (avr_expand_nops): New static function.
8872         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
8874 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8876         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
8877         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
8878         addresses.
8880 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
8882         * config/aarch64/aarch64.c (vulcan_tunings): Update
8883         vulcan L1 cache_line_size.
8885 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
8887         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
8888         function that takes a vector memory address, a hard register, an
8889         element number and a temporary base register, and recreates an
8890         address that points to the appropriate element within the vector.
8891         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
8892         (rs6000_split_vec_extract_var): Add support for the target of a
8893         vec_extract with variable element number being a scalar memory
8894         location.
8895         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
8896         swappable.
8897         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
8898         vsx_extract_<mode>_load insn with a new insn that optimizes
8899         storing either element to a memory location, using scratch
8900         registers to pick apart the vector and reconstruct the address.
8901         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
8902         (vsx_extract_<mode>_store): Rework alternatives to more correctly
8903         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
8904         store instruction.
8905         (vsx_extract_<mode>_var): Add support for extracting a variable
8906         element number from memory.
8908 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
8910         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
8911         when testing for compares against constants of the form 0xabab.
8913 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
8915         PR tree-optimization/57558
8916         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
8917         function.
8918         (vect_loop_versioning): Support versioning with niter assumptions.
8919         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
8920         (vect_get_loop_niters): New parameter.  Reimplement to support
8921         assumptions in loop niter info.
8922         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
8923         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
8924         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
8925         Support loop versioning for niters.
8926         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
8927         (vect_free_loop_info_assumptions): New function.
8928         (vectorize_loops): Free loop niter info for loops with flag
8929         LOOP_F_ASSUMPTIONS set if vectorization failed.
8930         * tree-vectorizer.h (struct _loop_vec_info): New field
8931         num_iters_assumptions.
8932         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
8933         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
8934         (LOOP_REQUIRES_VERSIONING): New macro.
8935         (vect_free_loop_info_assumptions): New decl.
8937 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
8939         * cfgloop.h (struct loop): New field constraints.
8940         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
8941         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
8942         functions.
8943         * cfgloop.c (alloc_loop): Initialize new field.
8944         * cfgloopmanip.c (copy_loop_info): Copy constraints.
8945         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
8946         Adjust niter analysis wrto loop constraints.
8947         * doc/loop.texi (@node Number of iterations): Add description for loop
8948         constraints.
8950 2016-07-29  Marek Polacek  <polacek@redhat.com>
8952         PR c/7652
8953         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
8954         (ix86_expand_round_builtin): Likewise.
8956 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
8957             Georg-Johann Lay  <avr@gjlay.de>
8959         PR rtl-optimization/71976
8960         * combine.c (get_last_value): Return 0 if the argument for which
8961         the function is called has a wider mode than the recorded value.
8963 2016-07-29  Marek Polacek  <polacek@redhat.com>
8965         PR c/7652
8966         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
8967         (altivec_expand_st_builtin): Likewise.
8969 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
8971         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
8972         introduced in r238381.
8974 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
8976         PR middle-end/68217
8977         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
8978         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
8980 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
8982         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
8983         New declaration.
8984         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
8985         Add support for vec_extract of vector double or vector long having
8986         a variable element number on 64-bit ISA 2.07 systems or newer.
8987         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
8988         Likewise.
8989         (rs6000_split_vec_extract_var): New function to split a
8990         vec_extract built-in function with variable element number.
8991         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
8992         swappable.
8993         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
8994         (UNSPEC_VSX_EXTRACT): Likewise.
8995         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
8996         direct move instructions to be generated on 64-bit ISA 2.07
8997         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
8998         instruction.
8999         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
9000         arguments for vec_extract variable element.
9001         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
9002         vec_extract with variable element on V2DFmode and V2DImode
9003         vectors.
9004         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
9005         -mupper-regs-df requirement, since it isn't needed.
9006         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
9007         do direct moves on 64-bit systems, which allows optimization of
9008         vec_extract on 64-bit ISA 2.07 systems and newer.
9010 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
9011 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
9013          * config/aarch64/aarch64.md
9014         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
9015         statement and type.
9016         (<optab>qihi2_aarch64): Likewise, and split into two.
9017         (extendqihi2_aarch64): New.
9018         (zero_extendqihi2_aarch64): New.
9019         * config/aarch64/iterators.md (ldrxt): Remove.
9020         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
9021         uxtb/uxth.
9023 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
9025         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
9027 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
9029         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
9030         (aarch64_push_reg): New function to push 1 or 2 registers.
9031         (aarch64_pop_reg): New function to pop 1 or 2 registers.
9032         (aarch64_expand_prologue): Use aarch64_push_regs.
9033         (aarch64_expand_epilogue): Use aarch64_pop_regs.
9035 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
9037         PR tree-optimization/71734
9038         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
9039         attribute instead of REF_LOOP and use it.
9040         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
9041         set it for Loops having non-zero safelen attribute.
9042         (ref_indep_loop_p): Pass zero as initial value for safelen.
9044 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
9046         PR middle-end/72657
9047         PR target/72683
9048         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
9049         call using chkp_gimple_call_builtin_p.
9050         (chkp_copy_bounds_for_assign): Likewise.
9052 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9054         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
9055         * config/arm/arm-protos.h (struct tune_params): Likewise.
9056         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
9057         (cortex_a9_sched_adjust_cost): Likewise.
9058         (fa726te_sched_adjust_cost): Likewise.
9059         (arm_adjust_cost): Likewise.
9060         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
9061         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
9062         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
9063         * config/i386/i386.c (ix86_adjust_cost): Likewise.
9064         * config/ia64/ia64.c: Likewise.
9065         * config/m68k/m68k.c: Likewise.
9066         * config/mep/mep.c (mep_adjust_cost): Likewise.
9067         * config/microblaze/microblaze.c (microblaze_adjust_cost):
9068         * Likewise.
9069         * config/mips/mips.c (mips_adjust_cost): Likewise.
9070         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
9071         * Likewise.
9072         * config/pa/pa.c (pa_adjust_cost): Likewise.
9073         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
9074         (rs6000_debug_adjust_cost): Likewise.
9075         * config/sh/sh.c (sh_adjust_cost): Likewise.
9076         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
9077         (hypersparc_adjust_cost): Likewise.
9078         (sparc_adjust_cost): Likewise.
9079         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
9080         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
9081         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
9082         * Likewise.
9083         * config/visium/visium.c (visium_adjust_cost): Likewise.
9084         * doc/tm.texi: Regenerate.
9085         * haifa-sched.c (dep_cost_1): Adjust.
9086         * target.def: Merge adjust_cost and adjust_cost_2.
9088 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9090         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
9092 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9094         * store-motion.c (struct st_expr): Make pattern_regs a vector.
9095         (extract_mentioned_regs): Append to a vector instead of
9096         returning a rtx_expr_list.
9097         (st_expr_entry): Adjust.
9098         (free_st_expr_entry): Likewise.
9099         (store_ops_ok): Likewise.
9100         (store_killed_in_insn): Likewise.
9101         (find_moveable_store): Likewise.
9103 2016-07-28  Martin Liska  <mliska@suse.cz>
9105         PR gcov-profile/68025
9106         * tree-profile.c (tree_profiling): Respect
9107         no_profile_instrument_function attribute.
9108         * doc/extend.texi: Document no_profile_instrument_function
9109         attribute.
9111 2016-07-28  Martin Liska  <mliska@suse.cz>
9113         PR rtl-optimization/70944
9114         * combine.c (make_compound_operation):
9115         Do not allow make_compound_operation for vector mode
9117 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
9119         PR middle-end/71994
9120         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
9121          before calling get_ops.
9123 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9125         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
9126         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
9127         (BITS_PER_UNIT_LOG): Remove.
9128         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
9129         * expr.c (expand_assignment): Likewise.
9130         * stor-layout.c (initialize_sizetypes): Likewise.
9132 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
9134         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
9135         signature of rs6000_expand_vector_extract so that the element
9136         number is a RTX instead of a constant integer.
9137         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
9138         Likewise.
9139         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
9140         (altivec_expand_vec_ext_builtin): Likewise.
9141         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
9142         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
9143         MFVSRLD instruction.
9145 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
9147         * input.c (get_pure_location): Move here from tree.c.
9148         (make_location): Likewise.  Add header comment.
9149         (selftest::test_accessing_ordinary_linemaps): Verify
9150         pure_location_p, make_location, get_location_from_adhoc_loc and
9151         get_range_from_loc.
9152         * input.h (get_pure_location): Move declaration here from tree.h.
9153         (get_finish): Likewise for inline function.
9154         (make_location): Likewise for declaration.
9155         * tree.c (get_pure_location): Move to input.c.
9156         (make_location): Likewise.
9157         * tree.h (get_pure_location): Move declaration to tree.h.
9158         (get_finish): Likewise for inline function.
9159         (make_location): Likewise for declaration.
9161 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9163         PR middle-end/71078
9164         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
9166 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
9168         * system.h (STATIC_ASSERT): Use static_assert if building
9169         with C++11 onwards.
9171 2016-07-27  Richard Biener  <rguenther@suse.de>
9173         PR tree-optimization/72517
9174         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
9175         Revert change to not compute read-read dependences.
9177 2016-07-27  Richard Biener  <rguenther@suse.de>
9179         * predict.c (set_even_probabilities): Make nedges unsigned.
9181 2016-07-27  Martin Liska  <mliska@suse.cz>
9183         * predict.c (set_even_probabilities): Handle unlikely edges.
9184         (combine_predictions_for_bb): Likewise.
9186 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
9188         PR target/71869
9189         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
9190         __float128 support when we don't have hardware support, so that
9191         the IEEE built-in functions like isgreater, first call __unordkf3
9192         to make sure neither operand is a NaN, and if both operands are
9193         ordered, do the normal comparison.
9195 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
9197         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
9198         name.
9199         (extract_code_and_val_from_cond_with_ops): Verify that name is
9200         either cond_op0 or cond_op1.
9202 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
9204         PR tree-optimization/18046
9205         * genmodes.c (emit_mode_size_inline): Emit an assert that
9206         verifies that mode is a valid array index.
9207         (emit_mode_nuinits_inline): Likewise.
9208         (emit_mode_inner_inline): Likewise.
9209         (emit_mode_unit_size_inline): Likewise.
9210         (emit_mode_unit_precision_inline): Likewise.
9211         * tree-vrp.c: Include params.h.
9212         (find_switch_asserts): Register edge assertions for the default
9213         label which correspond to the anti-ranges of each case label.
9214         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
9215         * doc/invoke.texi: Document it.
9217 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9219         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
9220         and unnecessary call to gimple_bb.
9222 2016-07-26  Richard Biener  <rguenther@suse.de>
9224         PR rtl-optimization/71984
9225         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
9226         for VOIDmode.
9228 2016-07-26  Richard Biener  <rguenther@suse.de>
9230         PR middle-end/72517
9231         * expmed.c (extract_bit_field_1): Constrain the vector mode
9232         with element size matching the extraction mode size when
9233         choosing a better vector mode to do the extraction from.
9235 2016-07-26  Richard Biener  <rguenther@suse.de>
9236             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9238         PR middle-end/70920
9239         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
9240         pattern.
9242 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9244         * tree-ssa-structalias.c (struct scc_info): Change types of
9245         members to auto_sbitmap and auto_vec.
9246         (scc_info::scc_info): New constructor.
9247         (scc_info::~scc_info): New destructor.
9248         (init_scc_info): Remove.
9249         (free_scc_info): Remove.
9250         (find_indirect_cycles): Adjust.
9251         (perform_var_substitution): Likewise.
9252         (free_var_substitution_info): Likewise.
9254 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9256         * tree-outof-ssa.c (struct elim_graph): Change type of members
9257         to auto_vec and auto_sbitmap.
9258         (elim_graph::elim_graph): New constructor.
9259         (delete_elim_graph): Remove.
9260         (expand_phi_nodes): Adjust.
9262 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9264         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
9265         (new_elim_graph): Adjust.
9266         (clear_elim_graph): Likewise.
9267         (delete_elim_graph): Likewise.
9268         (elim_graph_size): Likewise.
9269         (elim_graph_add_node): Likewise.
9270         (elim_graph_add_edge): Likewise.
9271         (elim_graph_remove_succ_edge): Likewise.
9272         (eliminate_name): Likewise.
9273         (eliminate_build): Likewise.
9274         (elim_forward): Likewise.
9275         (elim_unvisited_predecessor): Likewise.
9276         (elim_backward): Likewise.
9277         (elim_create): Likewise.
9278         (eliminate_phi): Likewise.
9279         (expand_phi_nodes): Likewise.
9281 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9283         * bt-load.c (compute_out): Use auto_sbitmap class.
9284         (link_btr_uses): Likewise.
9285         * cfganal.c (mark_dfs_back_edges): Likewise.
9286         (post_order_compute): Likewise.
9287         (inverted_post_order_compute): Likewise.
9288         (pre_and_rev_post_order_compute_fn): Likewise.
9289         (single_pred_before_succ_order): Likewise.
9290         * cfgexpand.c (pass_expand::execute): Likewise.
9291         * cfgloop.c (verify_loop_structure): Likewise.
9292         * cfgloopmanip.c (fix_bb_placements): Likewise.
9293         (remove_path): Likewise.
9294         (update_dominators_in_loop): Likewise.
9295         * cfgrtl.c (break_superblocks): Likewise.
9296         * ddg.c (check_sccs): Likewise.
9297         (create_ddg_all_sccs): Likewise.
9298         * df-core.c (df_worklist_dataflow): Likewise.
9299         * dse.c (dse_step3): Likewise.
9300         * except.c (eh_region_outermost): Likewise.
9301         * function.c (thread_prologue_and_epilogue_insns): Likewise.
9302         * gcse.c (prune_expressions): Likewise.
9303         (prune_insertions_deletions): Likewise.
9304         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
9305         * graph.c (draw_cfg_nodes_no_loops): Likewise.
9306         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
9307         * lcm.c (compute_earliest): Likewise.
9308         (compute_farthest): Likewise.
9309         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
9310         (unroll_loop_runtime_iterations): Likewise.
9311         (unroll_loop_stupid): Likewise.
9312         * lower-subreg.c (decompose_multiword_subregs): Likewise.
9313         * lra-lives.c: Likewise.
9314         * lra.c (lra): Likewise.
9315         * modulo-sched.c (schedule_reg_moves): Likewise.
9316         (optimize_sc): Likewise.
9317         (get_sched_window): Likewise.
9318         (sms_schedule_by_order): Likewise.
9319         (check_nodes_order): Likewise.
9320         (order_nodes_of_sccs): Likewise.
9321         (order_nodes_in_scc): Likewise.
9322         * recog.c (split_all_insns): Likewise.
9323         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
9324         * reload1.c (reload): Likewise.
9325         * sched-rgn.c (haifa_find_rgns): Likewise.
9326         (split_edges): Likewise.
9327         (compute_trg_info): Likewise.
9328         * sel-sched.c (init_seqno): Likewise.
9329         * store-motion.c (remove_reachable_equiv_notes): Likewise.
9330         * tree-into-ssa.c (update_ssa): Likewise.
9331         * tree-ssa-live.c (live_worklist): Likewise.
9332         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
9333         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
9334         * Likewise.
9335         (try_peel_loop): Likewise.
9336         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
9337         * Likewise.
9338         * tree-ssa-pre.c (compute_antic): Likewise.
9339         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
9340         * tree-stdarg.c (reachable_at_most_once): Likewise.
9341         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
9342         * var-tracking.c (vt_find_locations): Likewise.
9344 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9346         * sbitmap.h (auto_sbitmap): New class.
9348 2016-07-26  Alan Modra  <amodra@gmail.com>
9350         PR target/72103
9351         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
9352         sri->t_icode.
9354 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
9356         * input.c (selftest::temp_source_file::temp_source_file): Fix
9357         missing "%s" in fprintf.
9359 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
9361         PR middle-end/71732
9362         * cselib.c (cselib_process_insn): Invalidate argument slots for
9363         const/pure calls.
9365 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9367         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
9368         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
9369         vmulxh_lane_f16, vmulxh_laneq_f16): New.
9371 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9373         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
9374         * config/aarch64/aarch64.md (fma, fnma): Support HF.
9375         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
9377 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9379         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
9380         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
9381         New.
9382         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
9383         (add<mode>3): Likewise.
9384         (sub<mode>3): Likewise.
9385         (mul<mode>3): Likewise.
9386         (div<mode>3): Likewise.
9387         (*div<mode>3): Likewise.
9388         (<fmaxmin><mode>3): Extend to HF.
9389         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
9390         (fabd<mode>3): Likewise.
9391         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
9392         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
9393         (aarch64_fmulx<mode>): Likewise.
9394         (aarch64_fac<optab><mode>): Likewise.
9395         (aarch64_frecps<mode>): Likewise.
9396         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
9397         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
9398         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
9399         (VSDQ_HSDI): Support HI.
9400         (fcvt_target, FCVT_TARGET): Likewise.
9401         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
9402         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
9403         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
9404         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
9405         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
9406         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
9407         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
9408         vrsqrtsh_f16): New.
9410 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9412         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
9413         * config/aarch64/aarch64-builtins.c (hi_UP): New.
9414         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
9415         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
9416         mode.
9417         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
9418         (aarch64_cm<optab><mode>): Likewise.
9419         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
9420         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
9421         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
9422         (sqrt<mode>2): Likewise.
9423         (*sqrt<mode>2): Likewise.
9424         (abs<mode>2): Likewise.
9425         (<optab><mode>hf2): New pattern for HF mode.
9426         (<optab>hihf2): Likewise.
9427         * config/aarch64/arm_neon.h: Include arm_fp16.h.
9428         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
9429         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
9430         Support HF mode.
9431         * config/aarch64/arm_fp16.h: New file.
9432         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
9433         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
9434         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
9435         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
9436         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
9437         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
9438         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
9439         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
9440         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
9441         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
9442         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
9443         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
9444         vsqrth_f16): New.
9446 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9448         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
9449         reduc_smin_scal_): Use VDQIF_F16.
9450         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
9451         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
9452         Use VHSDF.
9453         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
9454         * config/aarch64/iterators.md (VDQIF_F16): New.
9455         (vp): Support HF modes.
9456         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
9457         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
9459 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9461         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
9462         "*aarch64_mulx_elt_from_dup<mode>".
9463         (*aarch64_mul3_elt<mode>): Update schedule type.
9464         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
9465         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
9466         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
9467         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
9468         (f, fp): Support HF modes.
9469         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
9470         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
9471         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
9472         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
9473         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
9474         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
9476 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9478         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
9479         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
9480         modes.
9481         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
9482         vfmsq_f16): New.
9484 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9486         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
9487         * config/aarch64/aarch64-simd.md
9488         (aarch64_rsqrts<mode>): Extend to HF modes.
9489         (fabd<mode>3): Likewise.
9490         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
9491         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
9492         (aarch64_<maxmin_uns>p<mode>): Likewise.
9493         (<su><maxmin><mode>3): Likewise.
9494         (<maxmin_uns><mode>3): Likewise.
9495         (<fmaxmin><mode>3): Likewise.
9496         (aarch64_faddp<mode>): Likewise.
9497         (aarch64_fmulx<mode>): Likewise.
9498         (aarch64_frecps<mode>): Likewise.
9499         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
9500         (add<mode>3): Extend to HF modes.
9501         (sub<mode>3): Likewise.
9502         (mul<mode>3): Likewise.
9503         (div<mode>3): Likewise.
9504         (*div<mode>3): Likewise.
9505         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
9506         HF, V4HF and V8HF.
9507         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
9508         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
9509         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
9510         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
9511         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
9512         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
9513         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
9514         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
9515         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
9516         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
9517         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
9518         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
9519         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
9520         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
9522 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9524         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
9525         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
9526         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
9527         (neg<mode>2): Likewise.
9528         (abs<mode>2): Likewise.
9529         (<frint_pattern><mode>2): Likewise.
9530         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
9531         (<optab><VDQF:mode><fcvt_target>2): Likewise.
9532         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
9533         (ftrunc<VDQF:mode>2): Likewise.
9534         (<optab><fcvt_target><VDQF:mode>2): Likewise.
9535         (sqrt<mode>2): Likewise.
9536         (*sqrt<mode>2): Likewise.
9537         (aarch64_frecpe<mode>): Likewise.
9538         (aarch64_cm<optab><mode>): Likewise.
9539         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
9540         HF, V4HF and V8HF.
9541         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
9542         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
9543         (stype): New.
9544         * config/aarch64/arm_neon.h (vdup_n_f16): New.
9545         (vdupq_n_f16): Likewise.
9546         (vld1_dup_f16): Use vdup_n_f16.
9547         (vld1q_dup_f16): Use vdupq_n_f16.
9548         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
9549         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
9550         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
9551         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
9552         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
9553         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
9554         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
9555         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
9556         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
9557         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
9558         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
9559         vsqrt_f16, vsqrtq_f16): New.
9561 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9563         * config/aarch64/aarch64-simd.md
9564         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
9565         (aarch64_ext<mode>): Likewise.
9566         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
9567         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
9568         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
9569         and V8HFmode.
9570         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
9571         float16x8_t.
9572         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
9573         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
9574         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
9575         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
9576         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
9577         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
9578         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
9579         New.
9580         (vmov_n_f16): Reimplement using vdup_n_f16.
9581         (vmovq_n_f16): Reimplement using vdupq_n_f16..
9583 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9585         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
9586         "frame_related_p".  Generate CFA annotation when it's necessary.
9587         (aarch64_expand_prologue): Use aarch64_add_constant.
9588         (aarch64_expand_epilogue): Likewise.
9589         (aarch64_output_mi_thunk): Pass "false" when calling
9590         aarch64_add_constant.
9592 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9594         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
9595         sequences.
9597 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
9599         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
9600         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
9601         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
9602         (aarch64_build_constant): Delete.
9604 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
9606         Revert
9607         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
9609         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
9610         flag_toplevel_reorder.
9612 2016-07-25  Richard Biener  <rguenther@suse.de>
9614         * cgraph.c (cgraph_node::verify_node): Compare against builtin
9615         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
9616         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
9617         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
9618         (streamer_get_builtin_tree): Likewise.
9619         (streamer_write_builtin): Likewise.
9620         * lto-streamer.h (LTO_builtin_decl): Remove.
9621         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
9622         (lto_input_scc): Remove LTO_builtin_decl handling.
9623         (lto_input_tree_1): Liekwise.
9624         * lto-streamer-out.c (lto_output_tree_1): Remove special
9625         handling of builtins.
9626         (DFS::DFS): Likewise.
9627         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
9628         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
9629         assert.
9630         (streamer_write_builtin): Remove.
9632 2016-07-25  Martin Liska  <mliska@suse.cz>
9634         * lto-cgraph.c (input_symtab): Don't call get_working_sets
9635         if flag_auto_profile is set to true.
9637 2016-07-25  Martin Liska  <mliska@suse.cz>
9639         PR gcov-profile/71868
9640         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
9641         have a function with multiple latches, count them all.
9643 2016-07-25  Martin Liska  <mliska@suse.cz>
9645         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
9647 2016-07-25  Martin Liska  <mliska@suse.cz>
9649         PR tree-optimization/71987
9650         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
9651         just for SSA_NAMEs. Fix GNU coding style.
9653 2016-07-25  Martin Liska  <mliska@suse.cz>
9655         PR gcov-profile/64874
9656         * gcov-io.h: Update command about file format.
9657         * gcov-iov.c (main): Adapt the numbering scheme.
9659 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
9661         PR middle-end/66726
9662         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
9663         whose result is used in PHI.
9664         (final_range_test_p): Likewise.
9665         (maybe_optimize_range_tests): Likewise.
9667 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
9669         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
9670         Reformat two multi-line strings.
9672 2016-07-22  Martin Sebor  <msebor@redhat.com>
9674         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
9676 2016-07-22  Martin Sebor  <msebor@redhat.com>
9678         PR c/71560
9679         * doc/extend.texi (Compound Literals): Correct and clarify.
9680         (Cast to Union): Same.
9682 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
9684         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
9685         comments to explain why certain error messages make mention of
9686         undocumented options.
9687         (rs6000_invalid_builtin): Change error messages to replace mention
9688         of undocumented options with mention of the -mcpu=power9 option
9689         that enables those undocumented options.
9690         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
9691         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
9692         definition of this macro to correct an existing error.
9693         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
9694         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
9695         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
9696         descriptions of built-in functions so that they depend on
9697         -mcpu=power9 instead of on the corresponding undocumented flags.
9698         * doc/invoke.texi (Option Summary):  Remove all mention of newly
9699         undocumented flags.
9700         (IBM RS/6000 and PowerPC Options): Likewise.
9701         * doc/md.texi (Constraints for Particuliar Machines): Remove all
9702         mention of newly undocumented flags.
9704 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
9706         * ipa-cp.c (determine_versionability): Do not create constprop clones,
9707         when target_clones attribute is set.
9709 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
9711         * common.opt (funsafe-loop-optimizations): Mark ignore.
9712         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
9713         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
9714         related code.
9715         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
9716         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
9718 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
9720         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
9721         Parameter.
9722         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
9723         Parameter.
9724         (number_of_iterations_exit): Warn missed loop optimization for
9725         possible infinite loops.
9727 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
9729         PR target/71216
9730         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
9731         when to emit a ".machine" pseudo-op.
9733 2016-07-22  Martin Liska  <mliska@suse.cz>
9735         PR gcov-profile/69028
9736         PR gcov-profile/62047
9737         * coverage.c (coverage_compute_lineno_checksum): Do not
9738         calculate checksum for fns w/o xloc.file.
9739         (coverage_compute_profile_id): Likewise.
9741 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
9743         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
9744         (avr_secondary_reload): ...and implementation.
9745         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
9746         * config/avr/avr.md (reload_in<mode>): Remove insns.
9747         (adjust_len) [lpm]: Remove insn attribute value.
9748         * config/avr/predicates.md (flash_operand): Remove insn predicate.
9750 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9752         PR middle-end/71876
9753         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
9754         attribute.
9755         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
9756         * calls.c (special_function_p): Remove the special handling of the
9757         "__builtin_" prefix.
9759 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9761         PR middle-end/71876
9762         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
9763         if STMT may be an alloca call.
9764         (gimple_alloca_call_p, alloca_call_p): Return only true for the
9765         builtin alloca call.
9766         * calls.h (gimple_maybe_alloca_call_p): New function.
9767         * tree-inline.c (inline_forbidden_p_stmt): Use
9768         gimple_maybe_alloca_call_p here.
9770 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
9772         * spellcheck-tree.c (best_macro_match::best_macro_match):
9773         Explictly specify the template arguments when invoking the base
9774         class constructor, to help older C++ compilers.
9776 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
9778         PR sanitizer/71953
9779         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
9780         before builtin_decl_implicit.
9782 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
9784         * optabs.c (emit_condiitonal_move): Short circuit for identical
9785         sources.
9787 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
9789         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
9790         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
9791         (noce_conversion_profitable_p): New.
9792         (noce_try_store_flag_constants): Use it.
9793         (noce_try_addcc): Likewise.
9794         (noce_try_store_flag_mask): Likewise.
9795         (noce_try_cmove): Likewise.
9796         (noce_try_cmove_arith): Likewise.
9797         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
9798         overwriting it.
9799         (noce_convert_multiple_sets): Move cost model to here, from...
9800         (bb_ok_for_noce_convert_multiple_sets) ...here.
9801         (noce_process_if_block): Update calls for above changes.
9802         (noce_find_if_block): Record new noce_if_info parameters.
9804 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
9806         * target.def (max_noce_ifcvt_seq_cost): New.
9807         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
9808         * doc/tm.texi: Regenerate.
9809         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
9810         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
9811         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
9812         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
9813         * doc/invoke.texi: Document new params.
9815 2016-07-21  Richard Biener  <rguenther@suse.de>
9817         PR tree-optimization/71947
9818         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
9819         ranges have useful limit_vr information.
9821 2016-07-21  Richard Biener  <rguenther@suse.de>
9823         * function-tests.c (build_trivial_generic_function): Set
9824         BLOCK_SUPERCONTEXT of DECL_INITIAL.
9825         * omp-low.c (create_omp_child_function): Likewise.
9826         (grid_expand_target_grid_body): Likewise.
9827         * cgraphunit.c (init_lowered_empty_function): Likewise.
9828         (cgraph_node::expand_thunk): Likewise.
9829         * tree-parloops.c (create_loop_fn): Likewise.
9830         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
9832 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9834         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
9835         in comment.
9837 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
9839         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
9840         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
9841         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
9842         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
9843         values for insn attribute.
9844         * config/avr/avr.c (avr_out_insert_notbit): New function.
9845         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
9846         ADJUST_LEN_INSV_NOTBIT_0/_7.
9847         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
9849 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
9851         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
9852         (chrec_convert_1, chrec_convert): Ditto.
9853         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
9854         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
9855         * tree-vrp.c (adjust_range_with_scev): Ditto.
9856         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
9857         (scev_var_range_cant_overflow): New function.
9858         (scev_probably_wraps_p): New parameter.  Call above function.
9859         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
9861 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
9863         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
9864         by removing computation of may_be_zero.
9866 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
9868         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
9870 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
9872         Improving concepts performance and diagnostics.
9873         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
9874         for constraint satisfaction and subsumption.
9875         * timevar.h (auto_timevar): New constructor that matches the push/pop
9876         pattern of usage in pt.c.
9878 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
9880         * hwint.h (HOST_WIDE_INT_0): New define.
9881         (HOST_WIDE_INT_0U): Ditto.
9882         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
9883         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
9884         * simplify-rtx.c: Ditto.
9885         * tree-object-size.c: Ditto.
9887 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9889         * config/s390/s390.c (s390_encode_section_info): Remove mode size
9890         check.
9892 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
9894         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
9895         * combine.c: Use HOST_WIDE_INT_M1U instead of
9896         ~(unsigned HOST_WIDE_INT) 0.
9897         * double-int.h: Ditto.
9898         * dse.c: Ditto.
9899         * dwarf2asm.c:Ditto.
9900         * expmed.c: Ditto.
9901         * genmodes.c: Ditto.
9902         * match.pd: Ditto.
9903         * read-rtl.c: Ditto.
9904         * tree-ssa-loop-ivopts.c: Ditto.
9905         * tree-ssa-loop-prefetch.c: Ditto.
9906         * tree-vect-generic.c: Ditto.
9907         * tree-vect-patterns.c: Ditto.
9908         * tree.c: Ditto.
9910 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
9912         * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
9913         constant addresses outside [0,0xc0] into a register.
9914         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
9915         cases where the base address register is unused after.
9916         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
9917         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
9918         (avr_out_store_psi_reg_disp_tiny): Same.
9920 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
9922         Implement attribute progmem on reduced Tiny cores by adding
9923         flash offset 0x4000 to respective symbols.
9925         PR target/71948
9926         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
9927         documentation how it works on reduced Tiny cores.
9928         (AVR Named Address Spaces): No support for reduced Tiny.
9929         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
9930         (avr_address_tiny_pm_p): New static function.
9931         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
9932         if the address is in progmem.
9933         (avr_assemble_integer): Same.
9934         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
9935         for symbol_ref in progmem.
9936         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
9937         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
9938         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
9940 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
9942         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
9943         * configure: Regenerate.
9944         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
9945         (USE_THIN_ARCHIVES): New variable.
9946         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
9947         this archive as a thin archive.
9949 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
9951         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
9952         same location as last time, don't skip if we have fix-it hints.
9953         Clarify the skipping logic by converting it from one "if" clause
9954         to repeated "if" clauses.
9955         * spellcheck-tree.c: Include "cpplib.h".
9956         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
9957         (best_macro_match::best_macro_match): New constructor.
9958         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
9959         Move here from c/c-decl.c.
9960         (class best_macro_match): Move here from c/c-decl.c, converting
9961         from a typedef to a subclass, gaining a ctor.
9963 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
9965         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
9966         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
9967         define...
9968         (avr_addr_space_diagnose_usage): ...and implementation.
9969         (avr_addr_space_supported_p): New function.
9970         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
9971         report bad address space usage if that space is supported.
9972         (avr_insert_attributes): Same.  No more complain about unsupported
9973         address spaces.
9974         * config/avr/avr-c.c (tm_p.h): Include it.
9975         (avr_cpu_cpp_builtins): Only define addr-space related built-in
9976         macro if avr_addr_space_supported_p.
9978 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
9980         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
9981         flag_toplevel_reorder.
9983 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
9985         * gcc-rich-location.c
9986         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
9987         a const char *.
9988         * gcc-rich-location.h
9989         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
9991 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
9993         * target.def (addr_space): Add new diagnose_usage to hook vector.
9994         * targhooks.c (default_addr_space_diagnose_usage): Add default
9995         implementation and...
9996         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
9997         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
9998         is some address space, call targetm.addr_space.diagnose_usage.
9999         * doc/tm.texi.in (Named Address Spaces): Add anchor for
10000         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
10001         * doc/tm.texi: Regenerate.
10003 2016-07-20  Martin Liska  <mliska@suse.cz>
10005         PR middle-end/71898
10006         * graphite-isl-ast-to-gimple.c (later_of_the_two):
10007         Properly handly PHI stmts.
10009 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
10011         PR tree-optimization/71503
10012         PR tree-optimization/71683
10013         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
10014         and break.
10016 2016-07-20  Martin Liska  <mliska@suse.cz>
10018         * doc/invoke.texi (-fipa-ra): Document when the option is
10019         disabled. Fix a typo.
10021 2016-07-20  Martin Liska  <mliska@suse.cz>
10023         * Makefile.in: Include fibonacci_heap.c
10024         * fibonacci_heap.c: New file.
10025         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
10026         (fibonacci_heap::union_with): Fix deletion of the second heap.
10027         * selftest-run-tests.c (selftest::run_tests): Incorporate
10028         fibonacci heap tests.
10029         * selftest.h: Declare fibonacci_heap_c_tests.
10031 2016-07-20  Martin Liska  <mliska@suse.cz>
10033         * selftest-run-tests.c (selftest::run_tests): New function.
10034         * selftest.h (sreal_c_tests): Declare.
10035         * sreal.c (sreal_verify_basics): New function.
10036         (verify_aritmetics): Likewise.
10037         (sreal_verify_arithmetics): Likewise.
10038         (verify_shifting): Likewise.
10039         (sreal_verify_shifting): Likewise.
10040         (void sreal_c_tests): Likewise.
10042 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
10044         PR rtl-optimization/71916
10045         * cfgrtl.c (contains_no_active_insn_p): Return false also for
10046         bb which have a single succ fake edge.
10048 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
10050         PR debug/71855
10051         * dwarf2out.c (gen_subprogram_die): Only call
10052         gen_unspecified_parameters_die while dumping early dwarf.
10054 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
10056         PR middle-end/71874
10057         * gimple-fold.c (fold_builtin_memory_op): Use
10058         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
10060 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
10062         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
10063         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
10064         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
10065         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
10066         * combine.c: Ditto.
10067         * cse.c: Ditto.
10068         * dojump.c: Ditto.
10069         * double-int.c: Ditto.
10070         * dse.c: Ditto.
10071         * dwarf2out.c: Ditto.
10072         * expmed.c: Ditto.
10073         * expr.c: Ditto.
10074         * fold-const.c: Ditto.
10075         * function.c: Ditto.
10076         * fwprop.c: Ditto.
10077         * genmodes.c: Ditto.
10078         * hwint.c: Ditto.
10079         * hwint.h: Ditto.
10080         * ifcvt.c: Ditto.
10081         * loop-doloop.c: Ditto.
10082         * loop-invariant.c: Ditto.
10083         * loop-iv.c: Ditto.
10084         * match.pd: Ditto.
10085         * optabs.c: Ditto.
10086         * real.c: Ditto.
10087         * reload.c: Ditto.
10088         * rtlanal.c: Ditto.
10089         * simplify-rtx.c: Ditto.
10090         * stor-layout.c: Ditto.
10091         * toplev.c: Ditto.
10092         * tree-ssa-loop-ivopts.c: Ditto.
10093         * tree-vect-generic.c: Ditto.
10094         * tree-vect-patterns.c: Ditto.
10095         * tree.c: Ditto.
10096         * tree.h: Ditto.
10097         * ubsan.c: Ditto.
10098         * varasm.c: Ditto.
10099         * wide-int-print.cc: Ditto.
10100         * wide-int.cc: Ditto.
10101         * wide-int.h: Ditto.
10103 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
10105         * selftest.c (selftest::assert_streq): Handle NULL values of
10106         val_actual and val_expected.
10108 2016-07-19  Martin Jambor  <mjambor@suse.cz>
10110         PR fortran/71688
10111         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
10112         rather than cgraph_create_node to get a call graph node.
10114 2016-07-19  Richard Biener  <rguenther@suse.de>
10116         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
10117         handle all tcc_constant bases and valueize SSA names.
10118         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
10119         tcc_constant bases.
10121 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
10123         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
10124         the flags of the exit block and bb2, not just the entry block.
10126 2016-07-19  Richard Biener  <rguenther@suse.de>
10128         PR tree-optimization/71901
10129         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
10130         align member, group stuff with the bitfield.
10131         (vn_ref_op_align_unit): New inline.
10132         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
10133         record element alignment and operand 3 unchanged.
10134         (ao_ref_init_from_vn_reference): Adjust.
10135         (valueize_refs_1): Likewise.
10136         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
10138 2016-07-19  Richard Biener  <rguenther@suse.de>
10140         PR tree-optimization/71908
10141         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
10142         symbolic constants in a more reliable way.
10144 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
10146         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
10147         comment.
10148         (vect_update_inits_of_drs): Likewise.
10149         (vect_create_cond_for_alias_checks): Likewise.
10150         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
10152 2016-07-19  Richard Biener  <rguenther@suse.de>
10154         PR lto/71907
10155         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
10156         with an abstract origin that is not an inlined function outer
10157         scope add a self-reference as abstract origin.
10158         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
10160 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
10162         PR target/71493
10163         * config/rs6000/rs6000.c (rs6000_function_value): Fix
10164         unintentional System V.4 structure return breakage for structures
10165         with a single floating point element.
10167 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
10169         PR tree-optimization/71734
10170         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
10171         contains REF, use it to check safelen, assume that safelen value
10172         must be greater 1, fix style.
10173         (ref_indep_loop_p_2): Add REF_LOOP argument.
10174         (ref_indep_loop_p): Pass LOOP as additional argument to
10175         ref_indep_loop_p_2.
10177 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10179         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
10180         allocation in the prologue.
10181         * explow.c (get_dynamic_stack_base): New function to return an address
10182         expression for the dynamic stack base.
10183         (get_dynamic_stack_size): New function to do the required dynamic stack
10184         space size calculations.
10185         (allocate_dynamic_stack_space): Use new functions.
10186         (align_dynamic_address): Move some code from
10187         allocate_dynamic_stack_space to new function.
10188         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
10190 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10192         * config/s390/s390.c (s390_encode_section_info): Always set
10193         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
10194         found.
10196 2016-07-18  Richard Biener  <rguenther@suse.de>
10198         PR tree-optimization/71893
10199         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
10200         for sizetype cast added by array_ref_element_size.
10201         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
10203 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
10205         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
10206         register parameters.  Remove code to initialize argument pointer
10207         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
10208         using a pc-relative branch.  Cleanup conditional code.
10209         * config/pa/pa.md (call_mcount): New expander.
10210         (call_mcount_nonpic): New insn.
10211         (call_mcount_pic): New insn and split.
10212         (call_mcount_pic_post_reload): New insn.
10213         (call_mcount_64bit): New insn and split.
10214         (call_mcount_64bit_post_reload): New insn.
10216 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
10218         * config/avr/predicates.md (const_m255_to_m1_operand): New.
10219         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
10220         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
10221         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
10222         (*usum_widenqihi3, *udiff_widenqihi3)
10223         (*addhi3_zero_extend.const): New combiner insns.
10224         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
10225         just 1 bit is affected.
10226         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
10227         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
10229 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
10231         * omp-low.c (lower_omp_target): Mark data clauses with
10232         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
10233         zero-length subarrays.
10235 2016-07-15  Richard Biener  <rguenther@suse.de>
10237         PR tree-optimization/71881
10238         * tree-loop-distribution.c (destroy_loop): Remove blocks in
10239         reverse DOM order to make debug temp generation happy.
10241 2016-07-15  Richard Biener  <rguenther@suse.de>
10243         PR tree-optimization/71887
10244         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
10245         verify it is not zero for division / modulo handling.
10246         (value_replacement): Adjust.
10248 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
10249             Julian Brown  <julian@codesourcery.com>
10251         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
10252         * config/aarch64/aarch64-cost-tables.h
10253         (vulcan_extra_costs): New variable.
10254         * config/aarch64/aarch64.c
10255         (vulcan_addrcost_table): Likewise.
10256         (vulcan_regmove_cost): Likewise.
10257         (vulcan_vector_cost): Likewise.
10258         (vulcan_branch_cost): Likewise.
10259         (vulcan_tunings): Likewise.
10261 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
10263         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
10264         (output_in_order): Loop over undefined variables too.  Output them
10265         via assemble_undefined_decl.  Skip variables that correspond to hard
10266         registers or have value-exprs.
10267         * varpool.c (symbol_table::output_variables): Handle undefined
10268         variables together with defined ones.
10270 2016-07-15  Richard Biener  <rguenther@suse.de>
10272         * tree-ssa-pre.c (get_representative_for): Make sure to return
10273         the value number of SSA names.
10274         (phi_translate_1): get_representative_for cannot return NULL.
10275         (do_pre_regular_insertion): Remove redundant call to
10276         fully_constant_expression.
10277         (do_pre_partial_partial_insertion): Likewise.
10279 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
10281         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
10282         (derive_simple_iv_with_niters): New function.
10283         (simple_iv): Rewrite using simple_iv_with_niters.
10284         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
10285         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
10286         function.
10287         (number_of_iterations_exit): Rewrite using above function.
10288         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
10289         Decl.
10291 2016-07-15  Richard Biener  <rguenther@suse.de>
10293         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
10294         vec_construct cost.
10296 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
10298         PR tree-optimization/71872
10299         * tree-data-ref.c (get_references_in_stmt): Ignore references
10300         with is_gimple_constant get_base_address.
10302 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10304         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
10305         (TARGET_HAVE_LDACQD): New macro.
10306         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
10307         than TARGET_HAVE_LDACQ.
10308         (arm_load_acquire_exclusivedi): Likewise.
10309         (arm_store_release_exclusivedi): Likewise.
10311 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10313         PR rtl-optimization/71878
10314         * lra-constraints.c (match_reload): Pass information about other
10315         output operands.  Create new unique register value if matching input
10316         operand shares same register value as output operand being considered.
10317         (curr_insn_transform): Record output operands already processed.
10319 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10321         PR target/65951
10322         PR tree-optimization/70923
10323         * tree-vect-patterns.c: Include mult-synthesis.h.
10324         (target_supports_mult_synth_alg): New function.
10325         (synth_lshift_by_additions): Likewise.
10326         (apply_binop_and_append_stmt): Likewise.
10327         (vect_synth_mult_by_constant): Likewise.
10328         (target_has_vecop_for_code): Likewise.
10329         (vect_recog_mult_pattern): Use above functions to synthesize vector
10330         multiplication by integer constants.
10332 2016-07-14  Alan Modra  <amodra@gmail.com>
10334         * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
10335         gpr alternatives.  Correct '*' placement on Y,r alternative.
10336         Add '*' on operand 1 of r,r alternative.
10338 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10340         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
10341         * expmed.h: ... Here.
10343 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
10345         * gimple.h (stmt_can_terminate_bb_p): New function.
10346         * tree-cfg.c (need_fake_edge_p): Rename to ...
10347         (stmt_can_terminate_bb_p): ... this; return true if stmt can
10348         throw external; handle const and pure calls.
10349         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
10351 2016-07-14  Richard Biener  <rguenther@suse.de>
10353         PR tree-optimization/71866
10354         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
10355         (do_hoist_insertion): Avoid endless recursion when we
10356         didn't insert anything because we managed to simplify
10357         things down to a constant or SSA name.
10358         (fully_constant_expression): Re-write in terms of ...
10359         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
10360         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
10361         vn_nary_build_or_lookup_1.
10362         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
10363         (vn_nary_build_or_lookup): ... this which now wraps it.
10365 2016-07-14  Alan Modra  <amodra@gmail.com>
10367         PR target/71733
10368         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
10369         with p9_vector override before power9-dform override.
10371 2016-07-13  Andi Kleen  <ak@linux.intel.com>
10373         * value-prof.c (gimple_value_profile_transformations): Don't run
10374         when auto_profile is on.
10376 2016-07-13  Andi Kleen  <ak@linux.intel.com>
10378         * auto-profile.c (update_inlined_ind_target,
10379         afdo_indirect_call): Print information to dump file.
10381 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
10383         * genrecog.c (special_predicate_operand_p): New function.
10384         (predicate_name): Move function.
10385         (validate_pattern): Don't warn about missing mode for all
10386         define_special_predicate predicates.
10388 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
10390         * tree-vect-data-refs.c (vect_no_alias_p): New function.
10391         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
10392         resolve alias checks which are known at compilation time.
10393         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
10394         alias checks are resolved.  Move dump info for too many runtime
10395         alias checks to here...
10396         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
10398 2016-07-13  Richard Biener  <rguenther@suse.de>
10400         PR tree-optimization/24574
10401         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
10402         position and add shift, rotate, divison and modulo support
10403         for left zero.
10404         (value_replacement): Pass in argument position to absorbing_element_p.
10406 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
10408         PR ipa/71633
10409         * ipa-inline-transform.c (inline_call): Support
10410         instrumented thunks.
10412 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10414         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
10415         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
10416         divide feature.
10417         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
10418         Baseline.  Make initial alternative TARGET_32BIT only.
10419         (udivsi3): Likewise.
10420         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
10421         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
10422         target.
10424 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10426         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
10427         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
10428         availability with TARGET_HAVE_MOVT.
10429         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
10430         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
10431         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
10432         UINTVAL.
10433         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
10434         extra instruction if MOVW is available.  Use a cost variable
10435         incremented by COSTS_N_INSNS (1) when the condition match rather than
10436         returning an arithmetic expression based on COSTS_N_INSNS.  Make
10437         constant with bottom half word zero cost 2 instruction if MOVW is
10438         available.
10439         * config/arm/arm.md (define_attr "arch"): Add v8mb.
10440         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
10441         target is ARMv8-M Baseline.
10442         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
10443         (arm_movtas_ze): Likewise.
10444         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
10445         alternative for constants satisfying j constraint.
10446         (thumb1_movsi_insn): Likewise.
10447         (movsi splitter for K alternative): Tighten condition to not trigger
10448         if movt is available and j constraint is satisfied.
10449         (Pe immediate splitter): Likewise.
10450         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
10451         constant fitting in an halfword to use MOVW.
10452         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
10453         effective target.
10455 2016-07-13  Richard Biener  <rguenther@suse.de>
10457         PR middle-end/71104
10458         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
10459         gimplifying the LHS.  Make sure to gimplify a returning twice
10460         call LHS without using SSA names.
10462 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10464         * tree-data-ref.c (find_data_references_in_stmt): Remove
10465         unnecessary call to vec::release.
10466         (graphite_find_data_references_in_stmt): Likewise.
10467         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
10468         * tree-vect-stmts.c (vectorizable_condition): Likewise.
10470 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10472         * cfgexpand.c (expand_used_vars): Make the type of a local
10473         variable auto_vec.
10474         * genmatch.c (lower_for): Likewise.
10475         * haifa-sched.c (haifa_sched_init): Likewise.
10476         (add_to_speculative_block): Likewise.
10477         (create_check_block_twin): Likewise.
10478         * predict.c (handle_missing_profiles): Likewise.
10479         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
10480         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
10481         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
10482         Likewise.
10483         (maybe_lower_iteration_bound): Likewise.
10484         * tree-ssa-sccvn.c (DFS): Likewise.
10485         * tree-stdarg.c (reachable_at_most_once): Likewise.
10486         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
10487         (vectorizable_store): Likewise.
10489 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10491         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
10492         (sccvn_dom_walker): make cond_stack an auto_vec.
10494 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10496         * ree.c (struct ext_state): Make type of members auto_vec.
10497         (find_and_remove_re): Adjust.
10499 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10501         * cfgexpand.c (struct stack_vars_data): Make type of fields
10502         auto_vec.
10503         (expand_used_vars): Adjust.
10505 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10507         * ipa.c (record_cdtor_fn): Adjust.
10508         (build_cdtor_fns): Likewise.
10509         (ipa_cdtor_merge): Make static_ctors and static_dtors local
10510         variables.
10512 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10514         * genextract.c (struct accum_extract): Add constructor and make
10515         members auto_vec.
10516         (gen_insn): Adjust.
10518 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10520         * tree.c (struct free_lang_data_d): Add constructor and change
10521         types of members to ones that automatically manage resources.
10522         (fld_worklist_push): Adjust.
10523         (find_decls_types): Likewise.
10524         (find_decls_types_in_eh_region): Likewise.
10525         (free_lang_data_in_cgraph): Stop manually creating and
10526         destroying members of free_lang_data_d.
10528 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
10530         PR rtl-optimization/68961
10531         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
10532         peephole variant.  Use sse_reg_operand predicates.
10534 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
10536         * config/i386/predicates.md (x86_64_immediate_operand)
10537         <case CONST_INT>: Remove unneeded truncation to DImode.
10538         <case CONST>: Ditto.
10539         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
10541 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
10543         PR target/71805
10544         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
10545         The xxperm and xxpermr instructions require that the 2nd input
10546         operand overlap with the output operand, and not the 1st.
10547         (altivec_vperm_v8hiv16qi): Likewise.
10548         (altivec_vperm_<mode>_uns_internal): Likewise.
10549         (altivec_vpermr_<mode>_internal): Likewise.
10550         (vperm_v8hiv4si): Likewise.
10551         (vperm_v16qiv8hi): Likewise.
10553 2016-07-12  Nathan Sidwell  <nathan@acm.org>
10555         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
10556         when -mno-pic-data-is-text-relative is in effect, by default.
10557         * doc/invoke.texi (mpic-data-is-text-relative): Document new
10558         behavior and clarify.
10560 2016-07-12  Martin Liska  <mliska@suse.cz>
10562         * params.def: Add avg-loop niter.
10563         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
10564         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
10565         * doc/invoke.texi: Document the new parameter.
10567 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10569         PR middle-end/71700
10570         * expr.c (store_constructor): Mask sign-extended bits when widening
10571         sub-word constructor element at the start of a word.
10573 2016-07-12  Martin Liska  <mliska@suse.cz>
10575         * Makefile.in: Append rule for params-options.h.
10576         * params-options.h: New file.
10578 2016-07-12  Martin Liska  <mliska@suse.cz>
10580         * ira-build.c (mark_loops_for_removal): Properly iterate
10581         loops.
10583 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
10584             Richard Biener  <rguenther@suse.de>
10586         PR tree-optimization/23286
10587         PR tree-optimization/70159
10588         * doc/invoke.texi: Document -fcode-hoisting.
10589         * common.opt (fcode-hoisting): New flag.
10590         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
10591         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
10592         (do_regular_insertion): Rename to ...
10593         (do_pre_regular_insertion): ... this and amend general comments
10594         on insertion strathegy.
10595         (do_partial_partial_insertion): Rename to ...
10596         (do_pre_partial_partial_insertion): ... this.
10597         (do_hoist_insertion): New function.
10598         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
10599         and call do_hoist_insertion properly.
10600         (insert): Adjust.
10601         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
10602         (pass_pre::execute): Register hoist_insert stats.
10604 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
10606         PR middle-end/71716
10607         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
10608         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
10609         is different from mode's bitsize.  Small cleanup.
10611 2016-07-12  Richard Biener  <rguenther@suse.de>
10613         PR rtl-optimization/68961
10614         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
10615         to simplify to a non-constant.
10617 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
10619         PR middle-end/71758
10620         * omp-low.c (expand_omp_target): Gimplify device.
10622         PR tree-optimization/71823
10623         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
10624         to get vec_oprnds2 from op2.
10626 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
10628         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
10629         Hoist common subexpressions.
10630         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
10632 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
10634         PR target/71800
10635         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
10636         prevent generation of 'stxsiwx' on pre Power8 hardware.
10638 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
10640         * input.c: Include cpplib.h.
10641         (selftest::temp_source_file): New class.
10642         (selftest::temp_source_file::temp_source_file): New ctor.
10643         (selftest::temp_source_file::~temp_source_file): New dtor.
10644         (selftest::should_have_column_data_p): New function.
10645         (selftest::test_should_have_column_data_p): New function.
10646         (selftest::temp_line_table): New class.
10647         (selftest::temp_line_table::temp_line_table): New ctor.
10648         (selftest::temp_line_table::~temp_line_table): New dtor.
10649         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
10650         it to create a temp_line_table.
10651         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
10652         locations that are known to have column data.
10653         (selftest::line_table_case): New struct.
10654         (selftest::test_reading_source_line): Move tempfile handling
10655         to class temp_source_file.
10656         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
10657         (selftest::assert_token_loc_eq): New function.
10658         (ASSERT_TOKEN_LOC_EQ): New macro.
10659         (selftest::test_lexer): New function.
10660         (selftest::boundary_locations): New array.
10661         (selftest::input_c_tests): Call test_should_have_column_data_p.
10662         Loop over a test matrix of interesting values of location and
10663         default_range_bits, calling test_lexer on each case in the matrix.
10664         Move call to test_accessing_ordinary_linemaps into the matrix.
10665         * selftest.h (ASSERT_EQ): Reimplement in terms of...
10666         (ASSERT_EQ_AT): New macro.
10668 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
10670         PR target/71801
10671         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
10672         Don't convert TImode in debug insn.
10674 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10676         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
10677         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
10678         (tree_type_common::lang_flag_7): New.
10679         (tree_type_common::spare): Reduce size.
10680         * tree.h (TYPE_ALIGN_OK): Remove.
10681         (TYPE_LANG_FLAG_7): New.
10682         (get_inner_reference): Adjust header.
10683         * print-tree.c (print_node): Adjust.
10684         * expr.c (get_inner_reference): Remove parameter keep_aligning.
10685         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
10686         calls to get_inner_reference.
10687         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
10688         handling of TYPE_ALIGN_OK.
10689         * builtins.c (get_object_alignment_2): Adjust call to
10690         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
10691         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
10692         TYPE_ALIGN_OK.
10693         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
10694         * cfgexpand.c (expand_debug_expr): Likewise.
10695         * dbxout.c (dbxout_expand_expr): Likewise.
10696         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
10697         loc_list_from_tree, fortran_common): Likewise.
10698         * fold-const.c (optimize_bit_field_compare,
10699         decode_field_reference, fold_unary_loc, fold_comparison,
10700         split_address_to_core_and_offset): Likewise.
10701         * gimple-laddress.c (execute): Likewise.
10702         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
10703         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
10704         * hsa-gen.c (gen_hsa_addr): Likewise.
10705         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
10706         * tsan.c (instrument_expr): Likewise.
10707         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
10708         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
10709         * tree-affine.c (tree_to_aff_combination,
10710         get_inner_reference_aff): Adjust calls to get_inner_reference.
10711         * tree-data-ref.c (split_constant_offset_1,
10712         dr_analyze_innermost): Likewise.
10713         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
10714         * tree-sra.c (ipa_sra_check_caller): Likewise.
10715         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
10716         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
10717         bswap_replace): Likewise.
10718         * tree-vect-data-refs.c (vect_check_gather,
10719         vect_analyze_data_refs): Likewise.
10720         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
10721         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
10722         TYPE_ALIGN_OK.
10724 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
10726         * Makefile.in (selftest-valgrind): New phony target.
10727         * function-tests.c (selftest::build_cfg): Delete pass instances
10728         created by the test.
10729         (selftest::convert_to_ssa): Likewise.
10730         (selftest::test_expansion_to_rtl): Likewise.
10731         * tree-cfg.c (selftest::test_linear_chain): Release dominator
10732         vectors.
10733         (selftest::test_diamond): Likewise.
10735 2016-07-11  Richard Biener  <rguenther@suse.de>
10737         PR tree-optimization/71816
10738         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
10739         than replacing all of its operands.
10741 2016-07-11  Alan Modra  <amodra@gmail.com>
10743         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
10744         (ctr<mode>): Add unspec.
10745         (ctr<mode>_internal*): Likewise.
10747 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
10749         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
10750         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
10752 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
10754         PR rtl-optimization/71621
10755         * lra-constraints.c (process_alt_operands): Check combination of
10756         reg class and mode.
10758 2016-07-08  Jason Merrill  <jason@redhat.com>
10759             Richard Biener  <rguenther@suse.de>
10761         P0145: Refining Expression Order for C++.
10762         * gimplify.c (initial_rhs_predicate_for): New.
10763         (gimplfy_modify_expr): Gimplify RHS before LHS.
10765 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10767         PR target/71297
10768         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
10769         Allow standard error handling to take over when a wrong number
10770         of arguments is presented to __builtin_vec_ld () or
10771         __builtin_vec_st ().
10773 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
10775         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
10776         variants.
10777         (smin): Likewise.
10778         (fmax): New entry.
10779         (fmin): Likewise.
10780         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
10781         __builtin_aarch64_fmaxv2sf.
10782         (vmaxnmq_f32): Likewise.
10783         (vmaxnmq_f64): Likewise.
10784         (vminnm_f32): Likewise.
10785         (vminnmq_f32): Likewise.
10786         (vminnmq_f64): Likewise.
10788 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
10790         PR target/71806
10791         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
10792         enable -mfloat128-hardware by default.
10793         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
10794         that IEEE 128-bit hardware support needs.
10795         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
10796         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
10797         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
10798         floating point requires.
10799         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
10800         -mfloat128 and -mfloat128-hardware changes.
10802 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
10804         PR tree-optimization/71667
10805         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
10807 2016-07-08  Martin Liska  <mliska@suse.cz>
10809         PR middle-end/71606
10810         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
10811         folding produces SAVE_EXPRs, thus return false for the type.
10813 2016-07-07  Martin Liska  <mliska@suse.cz>
10815         * file-find.c (remove_prefix): New function.
10816         * file-find.h (remove_prefix): Declare the function.
10817         * gcc-ar.c (main): Skip a folder of the wrapper if
10818         a wrapped binary would point to the same file.
10820 2016-07-07  Jan Hubicka  <jh@suse.cz>
10822         * tree-scalar-evolution.c (iv_can_overflow_p): export.
10823         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
10824         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
10826 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
10828         PR ipa/71624
10829         * ipa-inline-analysis.c (compute_inline_parameters): Set
10830         local.can_change_signature to false for intrumentation
10831         thunk callees.
10833 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10835         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
10836         with TARGET_HAVE_MOVT.
10837         (TARGET_HAVE_MOVT): Define.
10838         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
10839         availability with TARGET_HAVE_MOVT.
10840         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
10841         availability.
10842         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
10843         TARGET_THUMB2.
10844         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
10845         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
10846         * config/arm/constraints.md (define_constraint "j"): Use
10847         TARGET_HAVE_MOVT to check MOVT availability.
10849 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10851         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
10853 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10855         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
10856         (armv8-m.main): Likewise.
10857         (armv8-m.main+dsp): Likewise.
10858         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
10859         (FL_FOR_ARCH8M_MAIN): Likewise.
10860         * config/arm/arm-tables.opt: Regenerate.
10861         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
10862         armv8-m.main+dsp to BE8_LINK_SPEC.
10863         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
10864         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
10865         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
10866         Baseline and Mainline.
10867         (arm_option_override_internal): Also disable arm_restrict_it when
10868         !arm_arch_notm.  Update comment for -munaligned-access to also cover
10869         ARMv8-M Baseline.
10870         (arm_file_start): Increase buffer size for printing architecture name.
10871         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
10872         and armv8-m.main+dsp.
10873         (mno-unaligned-access): Clarify that this is disabled by default for
10874         ARMv8-M Baseline architectures as well.
10876 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10878         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
10879         decide whether to prevent some libgcc routines being included for some
10880         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
10881         link between this condition and the one in
10882         libgcc/config/arm/lib1func.S.
10884 2016-07-07  Richard Biener  <rguenther@suse.de>
10886         * tree-ssa-pre.c: Include alias.h.
10887         (compute_avail): If we have multiple VN_REFERENCEs with the
10888         same hashtable entry adjust that to make it a valid replacement
10889         for all of them with respect to alignment and aliasing
10890         when doing insertion.
10891         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
10892         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
10894 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
10896         PR target/70098
10897         PR target/71763
10898         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
10899         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
10900         constraint.
10902 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10904         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
10905         (adjust_mems): Adjust.
10906         (adjust_insn): Likewise.
10907         (prepare_call_arguments): Likewise.
10909 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10911         * gcse.c (struct ls_expr): Make stores field a vector.
10912         (ldst_entry): Adjust.
10913         (free_ldst_entry): Likewise.
10914         (print_ldst_list): Likewise.
10915         (compute_ld_motion_mems): Likewise.
10916         (update_ld_motion_stores): Likewise.
10918 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10920         * gcse.c (struct ls_expr): Remove loads field.
10921         (ldst_entry): Adjust.
10922         (free_ldst_entry): Likewise.
10923         (print_ldst_list): Likewise.
10924         (compute_ld_motion_mems): Likewise.
10926 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10928         * store-motion.c (struct st_expr): Make antic_stores a vector.
10929         (st_expr_entry): Adjust.
10930         (free_st_expr_entry): Likewise.
10931         (print_store_motion_mems): Likewise.
10932         (find_moveable_store): Likewise.
10933         (compute_store_table): Likewise.
10934         (remove_reachable_equiv_notes): Likewise.
10935         (replace_store_insn): Likewise.
10936         (build_store_vectors): Likewise.
10938 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10940         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
10941         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
10943 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
10945         PR tree-optimization/71518
10946         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
10947         misalign also for outer loops with negative step.
10949 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
10951         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
10952         (cortex_a53_shift): Add mov_shift.
10953         (cortex_a53_shift_reg): Add new reservation for register shifts.
10954         (cortex_a53_alu): Remove bfm.
10955         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
10956         (cortex_a53_alu_extr): Add new reservation for EXTR.
10957         (bypasses): Improve bypass modelling.
10959 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10961         PR target/50739
10962         * config/avr/avr.c (avr_asm_select_section): Strip off
10963         SECTION_DECLARED from flags when calling get_section.
10965 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
10967         * tree-vectorizer.h (vect_memory_access_type): Add
10968         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
10969         * tree-vect-stmts.c (compare_step_with_zero): New function.
10970         (perm_mask_for_reverse): Move further up file.
10971         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
10972         step is negative.
10973         (get_negative_load_store_type): New function.
10974         (get_load_store_type): Call it.  Add an ncopies argument.
10975         (vectorizable_mask_load_store): Update call accordingly and
10976         remove tests for negative steps.
10977         (vectorizable_store, vectorizable_load): Likewise.  Handle new
10978         memory_access_types.
10980 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
10982         * tree-vectorizer.h (vect_memory_access_type): New enum.
10983         (_stmt_vec_info): Add a memory_access_type field.
10984         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
10985         (vect_model_store_cost): Take an access type instead of a boolean.
10986         (vect_model_load_cost): Likewise.
10987         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
10988         vect_model_store_cost and vect_model_load_cost.
10989         * tree-vect-stmts.c (vec_load_store_type): New enum.
10990         (vect_model_store_cost): Take an access type instead of a
10991         store_lanes_p boolean.  Simplify tests.
10992         (vect_model_load_cost): Likewise, but for load_lanes_p.
10993         (get_group_load_store_type, get_load_store_type): New functions.
10994         (vectorizable_store): Use get_load_store_type.  Record the access
10995         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
10996         (vectorizable_load): Likewise.
10997         (vectorizable_mask_load_store): Likewise.  Replace is_store
10998         variable with vls_type.
11000 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
11002         * tree-vectorizer.h (vect_grouped_load_supported): Add a
11003         single_element_p parameter.
11004         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
11005         Check the PR65518 case here rather than in vectorizable_load.
11006         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
11007         * tree-vect-stmts.c (vectorizable_load): Likewise.
11009 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
11011         * tree-vectorizer.h (gather_scatter_info): New structure.
11012         (vect_check_gather_scatter): Return a bool rather than a decl.
11013         Replace return-by-pointer arguments with a single
11014         gather_scatter_info *.
11015         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
11016         (vect_analyze_data_refs): Update call accordingly.
11017         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
11018         (vectorizable_mask_load_store): Likewise.  Also record the
11019         offset dt and vectype in the gather_scatter_info.
11020         (vectorizable_store): Likewise.
11021         (vectorizable_load): Likewise.
11023 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
11025         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
11026         strided groups, use the cost of N scalar accesses instead
11027         of ncopies vector accesses.
11028         (vect_model_load_cost): Likewise.
11030 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
11032         * tree-vect-stmts.c (vect_cost_group_size): Delete.
11033         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
11034         variable to indicate when once-per-group costs are being used.
11035         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
11037 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
11039         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
11040         peeling-for-gaps condition.
11042 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11044         * config/s390/s390.c (s390_expand_vec_init): Force initializer
11045         element to register if it doesn't match general_operand.
11047 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
11048             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11050         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
11051         prototype.
11052         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
11053         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
11054         (SIGNBIT): New mode iterator.
11055         (Fsignbit): New mode attribute.
11056         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
11057         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
11058         when direct moves are available.
11059         (signbit<mode>2_dm): New define_insn_and_split).
11060         (signbit<mode>2_dm2): New define_insn.
11062 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11064         PR rtl-optimization/71594
11065         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
11066         into subregs of appropriate mode before trying to emit a conditional
11067         move.
11069 2016-07-05  Jan Hubicka  <jh@suse.cz>
11071         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
11072         (simple_iv): Use it.
11074 2016-07-05  Jan Hubicka  <jh@suse.cz>
11076         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
11078 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
11080         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
11081         "offmemok".
11083 2016-07-05  Jan Hubicka  <jh@suse.cz>
11085         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
11086         IV can overflow.
11088 2016-07-05  Richard Biener  <rguenther@suse.de>
11090         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
11091         Handle empty else block.
11092         (is_feasible_trace): Likewise.
11093         (split_paths): Likewise.
11095 2016-07-05  Richard Biener  <rguenther@suse.de>
11097         * tree-loop-distribution.c (distribute_loop): Fix issue with
11098         the cost model loop.
11100 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
11102         * config/arm/neon-testgen.ml: Delete.
11103         * config/arm/neon.ml: Delete.
11105 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
11107         PR c++/71739
11108         * tree.c (attribute_value_equal): Use get_attribute_name instead of
11109         directly using TREE_PURPOSE.
11111 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
11113         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
11114         * config/aarch64/aarch64_neon.h: Likewise.
11115         * config/aarch64/arm_neon.h: Likewise.
11116         * config/aarch64/atomics.md: Likewise.
11117         * config/aarch64/aarch64-simd-builtins.def: Likewise.
11118         * doc/invoke.texi: Likewise.
11120 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11122         * config/s390/s390.md: Add "z13" cpu_facility.
11123         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
11124         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
11125         condition" type instructions.
11127 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11128             Jeff Law  <law@redhat.com>
11130         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
11131         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
11133 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
11135         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
11136         permutation for TARGET_AVX512F.
11137         (ix86_expand_vec_one_operand_perm_avx512): New function.
11138         (expand_vec_perm_1): Invoke introduced function.
11139         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
11140         it may be not valid after vectorization.
11142 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11144         PR target/63874
11145         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
11146         typo in comment.  Only force to memory if it is a weak
11147         external reference.
11149 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
11150             Jiong Wang  <jiong.wang@arm.com>
11152         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
11153         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
11154         (AARCH64_FL_F16): New.
11155         (AARCH64_FL_FOR_ARCH8_2): New.
11156         (AARCH64_ISA_8_2): New.
11157         (AARCH64_ISA_F16): New.
11158         (TARGET_FP_F16INST): New.
11159         (TARGET_SIMD_F16INST): New.
11160         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
11161         ("fp"): Disabling "fp" also disables "fp16".
11162         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
11163         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
11164         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
11165         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
11167 2016-07-04  Jan Beulich  <jbeulich@suse.com>
11169         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
11171 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
11173         PR target/71720
11174         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
11175         the insns, use an insn form that does not adjust the offset on
11176         little endian systems.
11178 2016-07-01  Jan Beulich  <jbeulich@suse.com>
11180         * varasm.c (get_variable_section): Validate initializer in
11181         named .bss-like sections.
11183 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11185         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
11186         Exchange the order of the second and third operands in the vpermr
11187         instruction tmeplate.
11189 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
11191         PR target/71698
11192         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
11193         Disallow TDmode values.
11195 2016-07-01  Alan Modra  <amodra@gmail.com>
11197         PR rtl-optimization/71709
11198         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
11199         being set, not referenced.
11201 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
11203         PR tree-optimization/70729
11204         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
11205         of loop since it can be not valid after transformation.
11207 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11209         * config/arm/arm.c (thumb_reload_in_hi): Delete.
11210         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
11212 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
11214         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
11215         for NULL decl.
11217 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
11219         PR target/71677
11220         * config/rs6000/constraints.md (wY constraint): New constraint to
11221         match the requirements for the LXSD and STXSD instructions.
11222         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
11223         predicate to match the requirements for the LXSD and STXSD
11224         instructions.
11225         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
11226         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
11227         to make sure that the bottom 2 bits of offset are 0, the address
11228         form is offsettable, and no updating is done in the address mode.
11229         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
11230         (movdi_internal32): Likewise
11231         (movdi_internal64): Likewise.
11233 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
11235         PR tree-optimization/71707
11236         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
11237         strinfo even for ADDR_EXPR ptr.
11239 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11241         * config/rs6000/altivec.md (darn_32): Change the condition to
11242         TARGET_P9_MISC instead of TARGET_MODULO.
11243         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
11244         condition expression.
11245         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
11246         condition expression.
11247         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
11248         (DFP_TEST): New code iterator.
11249         (dfptstsfi_<code>_mode>): New define_expand.
11250         (*dfp_sgnfcnc_<mode>): New define_insn.
11251         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
11252         definition next to BU_P9_MISC_1 definition and change the MASK
11253         value to RS6000_BTM_P9_MISC.
11254         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
11255         (BU_P9_64BIT_MISC_0): Likewise.
11256         (BU_P9_DFP_MISC_0): New macro definition.
11257         (BU_P9_DFP_MISC_1): New macro definition.
11258         (BU_P9_DFP_MISC_2): New macro definition.
11259         (BU_P9_DFP_OVERLOAD_1): New macro definition.
11260         (BU_P9_DFP_OVERLOAD_2): New macro definition.
11261         (BU_P9_DFP_OVERLOAD_3): New macro definition.
11262         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
11263         (TSTSFI_LT_TD): Likewise.
11264         (TSTSFI_EQ_DD): Likewise.
11265         (TSTSFI_EQ_TD): Likewise.
11266         (TSTSFI_GT_DD): Likewise.
11267         (TSTSFI_GT_TD): Likewise.
11268         (TSTSFI_OV_DD): Likewise.
11269         (TSTSFI_OV_TD): Likewise.
11270         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
11271         (TSTSFI_LT_DD): Likewise.
11272         (TSTSFI_LT_TD): Likewise.
11273         (TSTSFI_EQ): Likewise.
11274         (TSTSFI_EQ_DD): Likewise.
11275         (TSTSFI_EQ_TD): Likewise.
11276         (TSTSFI_GT): Likewise.
11277         (TSTSFI_GT_DD): Likewise.
11278         (TSTSFI_GT_TD): Likewise.
11279         (TSTSFI_OV): Likewise.
11280         (TSTSFI_OV_DD): Likewise.
11281         (TSTSFI_OV_TD): Likewise.
11282         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
11283         overloaded test significance functions.
11284         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
11285         OPTION_MASK_P9_MISC into the representation of this mask.
11286         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
11287         of this mask.
11288         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
11289         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
11290         non-zero.
11291         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
11292         argument is a 6-bit unsigned literal value if the icode argument
11293         represents a DFP test significance built-in call.
11294         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
11295         flag used independently and in combination with the
11296         RS6000_BTM_64BIT flag.
11297         (rs6000_opt_masks): Add entry for power9-misc command-line option.
11298         (rs6000_builtin_mask_names): Add entry for power9-misc
11299         command-line option.
11300         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
11301         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
11302         RS6000_BTM_P9_MISC macros.
11303         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
11304         option and change the description of the -mpower9-vector option to
11305         enable only vector instructions, removing its erroneously claimed
11306         support for scalar instructions.
11307         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
11308         the ISA 3.0 digital floating point test significance built-in
11309         functions.
11311 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
11313         * config/aarch64/aarch64.c (cortexa35_tunings):
11314         Enable AES fusion.  Use cortexa57_branch_cost.
11315         (cortexa53_tunings): Use cortexa57_branch_cost.
11316         (cortexa72_tunings): Use cortexa57_branch_cost.
11317         Use AUTOPREFETCHER_WEAK.
11318         (cortexa73_tunings): Use cortexa57_branch_cost.
11320 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11321             James Greenhalgh  <james.greenhalgh@arm.com>
11323         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
11324         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
11325         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
11326         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
11327         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
11328         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
11329         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
11330         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
11331         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
11332         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
11333         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
11334         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
11335         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
11336         New intrinsics.
11338 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
11339             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11341         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
11342         New define_insn.
11343         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
11345 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
11347         PR driver/71651
11348         * gcc.c (driver::build_option_suggestions): Pass "option" to
11349         add_misspelling_candidates.
11350         * opts-common.c (add_misspelling_candidates): Add "option" param;
11351         use it to avoid adding negated forms for options marked with
11352         RejectNegative.
11353         * opts.h (add_misspelling_candidates): Add "option" param.
11355 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
11357         PR middle-end/71693
11358         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
11359         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
11360         first when permuting bitwise operation with rotate.  Cast
11361         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
11363 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
11365         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
11366         for misspelled param names.
11367         * params.c: Include spellcheck.h.
11368         (find_param_fuzzy): New function.
11369         * params.h (find_param_fuzzy): New prototype.
11370         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
11371         * spellcheck.h (struct edit_distance_traits<const char *>):
11372         ...here.
11374 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
11376         * config/rs6000/predicates.md (const_0_to_7_operand): New
11377         predicate, recognize 0..7.
11378         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
11379         support for doing extracts from V16QImode, V8HImode, V4SImode
11380         under ISA 3.0.
11381         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
11382         vector extract support.
11383         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
11384         for ISA 3.0 vector extract.
11385         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
11386         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
11387         extracts of a constant element number from small integer vectors
11388         on 64-bit ISA 3.0 systems.
11389         (vsx_extract_<mode>_di): Likewise.
11390         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
11391         say when we can do ISA 3.0 vector extracts.
11392         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
11393         registers, using the stxsiwx instruction.
11395 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
11397         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
11398         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
11399         qdf24xx_regmove_cost, qdf24xx_tunings): New.
11400         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
11401         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
11402         * config/arm/arm.c (arm_qdf24xx_tune): New.
11404 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
11406         * config/aarch64/aarch64.c (cortexa53_tunings):
11407         Increase loop alignment to 8.  Set function alignment to 16.
11408         (cortexa35_tunings): Likewise.
11409         (cortexa57_tunings): Increase loop alignment to 8.
11410         (cortexa72_tunings): Likewise.
11411         (cortexa73_tunings): Likewise.
11413 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
11415         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
11416         for arm_fp16_ok and arm_fp16_hw.
11417         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
11418         arm_fp16_alternative.
11420 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
11422         PR tree-optimization/71655
11423         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
11424         types when swapping operands.
11426 2016-06-29  Martin Liska  <mliska@suse.cz>
11428         PR middle-end/71585
11429         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
11430         * ipa-inline-transform.c (inline_call): Remove unnecessary call
11431         of build_optimization_node.
11433 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
11435         PR tree-optimization/70729
11436         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
11437         independent in loops having positive safelen value.
11438         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
11439         it may be not valid after vectorization.
11441 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
11443         PR tree-optimization/71625
11444         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
11445         is sorted by ascending list->offset.  If PTR is non-NULL and there is
11446         previous strinfo, call get_stridx_plus_constant.
11447         (get_stridx): Pass exp as second argument to get_addr_stridx.
11448         (addr_stridxptr): Add missing list = list->next, so that there can be
11449         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
11450         the list is sorted by ascending list->offset.
11451         (get_stridx_plus_constant): Adjust so that it can be also called with
11452         ADDR_EXPR instead of SSA_NAME as PTR.
11453         (handle_char_store): Pass NULL_TREE as second argument to
11454         get_addr_stridx.
11456 2016-06-29  Richard Biener  <rguenther@suse.de>
11458         PR rtl-optimization/68961
11459         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
11461 2016-06-29  Richard Biener  <rguenther@suse.de>
11463         PR middle-end/71002
11464         * alias.c (component_uses_parent_alias_set_from): Handle
11465         type punning through union accesses by using the union alias set.
11466         * gimple.c (gimple_get_alias_set): Remove union type punning case.
11468 2016-07-29  Richard Biener  <rguenther@suse.de>
11470         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
11471         precision not matching mode precision.
11473 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
11475         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
11476         pa_output_arg_descriptor.
11477         (call_val_symref_64bit_post_reload): Likewise.
11478         (call_val_powf_64bit_post_reload): Likewise.
11479         (sibcall_internal_symref_64bit): Likewise.
11480         (sibcall_value_internal_symref_64bit): Likewise.
11482 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
11484         PR middle-end/71626
11485         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
11486         a constant, force its SUBREG_REG into memory or register instead
11487         of whole op1.
11489 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
11491         PR target/58655
11492         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
11493         * doc/invoke.texi (AVR Options): Document it.
11495 2016-06-28  Walter Lee  <walt@tilera.com>
11497         * config/tilegx/linux.h: Do not include arch/icache.h
11498         (CLEAR_INSN_CACHE): Provide inlined definition directly.
11499         * config/tilepro/linux.h: Do not include arch/icache.h
11500         (CLEAR_INSN_CACHE): Provide inlined definition directly.
11502 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
11504         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
11505         for big-endian BIT_FIELD_REF.
11507 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
11509         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
11510         ('size' attribute): Add '128'.
11511         Include power9.md.
11512         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
11513         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
11514         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
11515         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
11516         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
11517         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
11518         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
11519         *trunc<mode>df2_odd): Set size attribute to '128'.
11520         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
11521         * config/rs6000/power6.md (power6-fp): Include dfp type.
11522         * config/rs6000/power7.md (power7-fp): Likewise.
11523         * config/rs6000/power8.md (power8-fp): Likewise.
11524         * config/rs6000/power9.md: New file.
11525         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
11526         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
11527         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
11528         htmsimple.
11529         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
11530         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
11531         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
11532         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
11533         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
11534         dfp_dscri_<mode>): Change type attribute to dfp.
11535         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
11536         attribute to vecsimple.
11537         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
11538         and prefetch streams.
11539         (rs6000_option_override_internal): Remove temporary code setting
11540         tuning to power8.  Don't set rs6000_sched_groups for power9.
11541         (last_scheduled_insn): Change to rtx_insn *.
11542         (divide_cnt, vec_load_pendulum): New variables.
11543         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
11544         (rs6000_issue_rate): Set issue rate for Power9.
11545         (is_power9_pairable_vec_type): New.
11546         (power9_sched_reorder2): New.
11547         (rs6000_sched_reorder2): Call new function for Power9 specific
11548         reordering.
11549         (insn_must_be_first_in_group): Remove Power9.
11550         (insn_must_be_last_in_group): Likewise.
11551         (force_new_group): Likewise.
11552         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
11553         Initialize divide_cnt/vec_load_pendulum.
11554         (_rs6000_sched_context, rs6000_init_sched_context,
11555         rs6000_set_sched_context): Handle context save/restore of new
11556         variables.
11558 2016-06-28  Richard Biener  <rguenther@suse.de>
11560         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
11561         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
11562         COMPONENT_REF operand.
11563         (nonoverlapping_component_refs_p): Likewise.
11564         * stor-layout.c (start_bitfield_representative): Mark
11565         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
11567 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
11569         * Makefile.in: Don't cat ../stage_current if it does not exist.
11571         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
11572         last argument is a bit-field.
11574         PR rtl-optimization/71673
11575         * internal-fn.c (expand_arith_overflow_result_store): Use
11576         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
11577         expand_simple_binop.
11579         PR middle-end/66867
11580         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
11581         expand_ifn_atomic_compare_exchange): New functions.
11582         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
11583         * tree.h (build_call_expr_internal_loc): Rename to ...
11584         (build_call_expr_internal_loc_array): ... this.  Fix up type of
11585         last argument.
11586         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
11587         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
11588         ATOMIC_COMPARE_EXCHANGE result.
11589         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
11590         * gimple-fold.h (optimize_atomic_compare_exchange_p,
11591         fold_builtin_atomic_compare_exchange): New prototypes.
11592         * gimple-fold.c (optimize_atomic_compare_exchange_p,
11593         fold_builtin_atomic_compare_exchange): New functions..
11594         * tree-ssa.c (execute_update_addresses_taken): If
11595         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
11596         of call when finding addressable vars, and if such var becomes
11597         non-addressable, call fold_builtin_atomic_compare_exchange.
11599 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
11601         PR target/71670
11602         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
11603         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
11605 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
11607         * config/rs6000/rs6000.md ('type' attribute): Add
11608         veclogical,veccmpfx,vecexts,vecmove insn types.
11609         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
11610         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
11611         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
11612         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
11613         *nabs<mode>2_hw): Change type to vecmove.
11614         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
11615         *boolcc<mode>3_internal, *eqv<mode>3_internal,
11616         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
11617         *ieee_128bit_vsx_abs<mode>2_internal,
11618         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
11619         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
11620         *ieee128_mtvsrd_32bit): Change type to veclogical.
11621         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
11622         *movdi_internal32, *movdi_internal64): Update insn types.
11623         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
11624         vsx_extract_<mode>): Change type to veclogical.
11625         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
11626         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
11627         *vsx_sign_extend_si_v2di): Change type to vecexts.
11628         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
11629         type to veclogical.
11630         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
11631         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
11632         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
11633         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
11634         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
11635         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
11636         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
11637         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
11638         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
11639         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
11640         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
11641         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
11642         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
11643         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
11644         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
11645         (ppc7450-vecsimple): Add veclogical, vecmove.
11646         (ppc7450-veccmp): Add veccmpfx.
11647         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
11648         vecmove.
11649         (ppc8540_vector_compare): Add veccmpfx.
11650         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
11651         * config/rs6000/cell.md (cell-fp): Add fpsimple.
11652         (cell-vecsimple): Add veclogical, vecmove.
11653         (cell-veccmp): Add veccmpfx.
11654         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
11655         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
11656         veccmpfx.
11657         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
11658         * config/rs6000/power4.md (power4-fp): Add fpsimple.
11659         (power4-vecsimple): Add veclogical, vecmove.
11660         (power4-veccmp): Add veccmpfx.
11661         * config/rs6000/power5.md (power5-fp): Add fpsimple.
11662         * config/rs6000/power6.md (power6-fp): Add fpsimple.
11663         (power6-vecsimple): Add veclogical, vecmove.
11664         (power6-veccmp): Add veccmpfx.
11665         * config/rs6000/power7.md (power7-fp): Add fpsimple.
11666         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
11667         * config/rs6000/power8.md (power8-fp): Add fpsimple.
11668         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
11669         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
11670         * config/rs6000/titan.md (titan_fp): Add fpsimple.
11671         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
11672         fpsimple.
11673         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
11675 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
11677         PR target/71656
11678         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
11679         OPTION_MASK_P9_DFORM_VECTOR.
11680         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
11681         disable -mpower9-dform-vector when using reload.
11682         (quad_address_p): Remove 'gpr_p' argument and all associated code.
11683         New 'strict' argument.  Update all callers.  Add strict addressing
11684         support.
11685         (rs6000_legitimate_offset_address_p): Remove call to
11686         virtual_stack_registers_memory_p.
11687         (rs6000_legitimize_reload_address): Add quad address support.
11688         (rs6000_legitimate_address_p): Move call to quad_address_p above
11689         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
11690         to account for new strict usage.
11691         (rs6000_output_move_128bit): Adjust quad_address_p args to account
11692         for new strict usage.
11693         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
11695 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
11697         PR target/70902
11698         PR target/71453
11699         PR target/71555
11700         PR target/71596
11701         PR target/71657
11702         * config/i386/i386.c (ix86_spill_class): Disable condition to
11703         always return NO_REGS.
11705 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
11707         * predict.c: Include gimple-pretty-print.h
11708         (predicted_by_loop_heuristics_p): Check also
11709         PRED_LOOP_EXIT_WITH_RECURSION
11710         (predict_loops): Find self recursive calls and use special purpose
11711         predictors for them; dump log about decisions.
11712         (pass_profile::execute): Dump info about #of iterations.
11713         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
11714         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
11716 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
11718         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
11719         output_asm_insn calls and shorten long lines.  Output .CALL
11720         argument descriptor using pa_output_arg_descriptor.  Add various
11721         inline $$dyncall and other optimizations.
11722         (pa_attr_length_indirect_call): Adjust ordering and lengths.
11724 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
11726         PR tree-optimization/71643
11727         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
11728         EH preds.
11730         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
11731         leak a bitmap if dep_bb is NULL.
11733         PR tree-optimization/71631
11734         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
11735         to rewrite_expr_tree even if negate_result, move new_lhs var
11736         declaration and initialization earlier, for powi_result set afterwards
11737         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
11738         if new_lhs != lhs, and don't shadow gsi var.
11740 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
11742         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
11743         Add in_loop parameter.
11744         (predict_loops): Add loop guard heuristics.
11745         * predict.def (PRED_LOOP_GUARD): New heuristics.
11747 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
11749         * predict.c: Include ipa-utils.h
11750         (tree_bb_level_prediction): Predict recursive calls.
11751         (tree_estimate_probability_bb): Skip inexpensive calls for call
11752         predictor.
11753         * predict.def (PRED_RECURSIVE_CALL): New.
11755 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11757         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
11758         (BU_FLOAT128_1): Likewise.
11759         (FABSQ): Likewise.
11760         (COPYSIGNQ): Likewise.
11761         (RS6000_BUILTIN_NANQ): Likewise.
11762         (RS6000_BUILTIN_NANSQ): Likewise.
11763         (RS6000_BUILTIN_INFQ): Likewise.
11764         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
11765         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
11766         (TARGET_FOLD_BUILTIN): New #define.
11767         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
11768         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
11769         (rs6000_fold_builtin): New target hook implementation, handling
11770         folding of 128-bit NaNs and infinities.
11771         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
11772         entries are filled in to avoid problems during bootstrap
11773         self-test; define builtins for 128-bit NaNs and infinities.
11774         (rs6000_opt_mask): Add entry for float128.
11775         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
11776         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
11777         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
11778         (const_str_type_node): New #define.
11779         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
11780         to a define_expand that dispatches to either copysign<mode>3_soft
11781         or copysign<mode>3_hard.
11782         (copysign<mode>3_hard): Rename from copysign<mode>3.
11783         (copysign<mode>3_soft): New define_insn.
11784         * doc/extend.texi: Document new builtins.
11786 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
11788         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
11789         PRIu64 instead of lu.
11791 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
11793         PR debug/71642
11794         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
11795         copy the type name.
11797 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
11799         PR tree-optimization/71647
11800         * omp-low.c (lower_rec_input_clauses): Convert
11801         omp_clause_aligned_alignment (c) to size_type_node for the
11802         last argument of __builtin_assume_aligned.
11804 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
11806         * configure.ac (calling ___tls_get_addr via GOT): New
11807         assembler/linker check.
11808         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
11809         assembler and linker supports calling ___tls_get_addr via GOT.
11810         Otherise, defined to 0.
11811         * config.in: Regenerated.
11812         * configure: Likewise.
11813         * config/i386/constraints.md (Yb): New constraint.
11814         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
11815         (REG_CLASS_NAMES): Likewise.
11816         (REG_CLASS_CONTENTS): Likewise.
11817         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
11818         the b constraint with the Yb constraint.  Call ___tls_get_addr
11819         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
11820         is 1.
11821         (*tls_local_dynamic_base_32_gnu): Likewise.
11822         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
11823         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
11824         (*tls_local_dynamic_base_64_<mode>): Likewise.
11826 2016-06-24  Martin Liska  <mliska@suse.cz>
11828         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
11829         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
11830         few functions.
11831         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
11832         argument to true if the expected number of iterations is
11833         loop-based.
11835 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
11837         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
11838         assemble for 32bit target.
11839         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
11840         and $ld_ix86_gld_32_opt to link for 32bit target.
11841         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
11842         * configure: Regenerate.
11844 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11846         * config/arm/arm.c (int_log2): Delete definition and prototype.
11847         (shift_op): Use exact_log2 instead of int_log2.
11848         (vfp3_const_double_for_fract_bits): Likewise.
11850 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
11852         * internal-fn.c (expand_arith_set_overflow): New function.
11853         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
11854         Use it.
11855         (expand_arith_overflow_result_store): Likewise.  Handle precision
11856         smaller than mode precision.
11857         * tree-vrp.c (extract_range_basic): For imag part, handle
11858         properly signed 1-bit precision result.
11859         * doc/extend.texi (__builtin_add_overflow): Document that last
11860         argument can't be pointer to enumerated or boolean type.
11861         (__builtin_add_overflow_p): Document that last argument can't
11862         have enumerated or boolean type.
11864 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
11865             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11867         * config/rs6000/predicates.md (splat_input_operand): Rework.
11868         Don't allow constants, since the insns that use this predicate
11869         don't support constants.  Constants are handled by other insns
11870         that are created via combine.  During and after register
11871         allocation, only allow indexed or indirect addresses, and not
11872         general addresses.  Only allow modes supported by the hardware.
11873         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
11874         comment.  Move check for using VSPLTIS<x> to a common location,
11875         instead of doing it in two different places.
11877 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
11879         * config/i386/driver-i386.c (host_detect_local_cpu): Set
11880         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
11881         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
11882         signature_CENTAUR_ebx.
11884 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
11886         PR target/66232
11887         PR target/67400
11888         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
11889         (as_ix86_gas_32_opt): This.
11890         (ld_ix86_tls_ldm_opt): Renamed to ...
11891         (ld_ix86_gld_32_opt): This.
11892         (R_386_TLS_LDM reloc): Updated.
11893         (R_386_GOT32X reloc): New assembler/linker check.
11894         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
11895         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
11896         defined to 0.
11897         * config.in: Regenerated.
11898         * configure: Likewise.
11899         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
11900         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
11901         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
11902         if ix86_force_load_from_GOT_p returns true.
11903         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
11904         ix86_force_load_from_GOT_p returns true.
11905         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
11906         the external function address via the GOT slot.
11907         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
11908         HAVE_AS_IX86_GOT32X before returning false.
11909         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
11910         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
11912 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
11914         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
11916 2016-06-23  Andi Kleen  <ak@linux.intel.com>
11918         * Makefile.in: Regenerate.
11919         * doc/install.texi: Document autoprofiledbootstrap.
11921 2016-06-23  Andi Kleen  <ak@linux.intel.com>
11923         * config/i386/gcc-auto-profile: New file.
11925 2016-06-23  Martin Liska  <mliska@suse.cz>
11927         PR middle-end/71619
11928         * predict.c (predict_loops): Revert the hunk that was removed
11929         in r237103.
11931 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
11933         * config.gcc: Add support for arm*-*-phoenix* targets.
11934         * config/arm/t-phoenix: New.
11935         * config/phoenix.h: New.
11937 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
11938             H.J. Lu  <hongjiu.lu@intel.com>
11940         PR target/67400
11941         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
11942         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
11943         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
11944         ix86_force_load_from_GOT_p returns true.
11945         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
11946         ix86_force_load_from_GOT_p returns true.
11947         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
11948         ix86_force_load_from_GOT_p returns true.
11949         (ix86_expand_move): Load the external function address via the
11950         GOT slot if ix86_force_load_from_GOT_p returns true.
11951         * config/i386/predicates.md (x86_64_immediate_operand): Return
11952         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
11953         (x86_64_zext_immediate_operand): Ditto.
11955 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
11957         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
11959 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
11961         PR c/70339
11962         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
11963         * diagnostic.c (pedwarn_at_rich_loc): New function.
11964         * spellcheck.h (best_match::best_match): Add a
11965         "best_distance_so_far" optional parameter.
11966         (best_match::set_best_so_far): New method.
11967         (best_match::get_best_distance): New accessor.
11968         (best_match::get_best_candidate_length): New accessor.
11970 2016-06-22  Nick Clifton  <nickc@redhat.com>
11972         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
11973         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
11974         modes are accepted as well.
11975         (ucompare_loc_descriptor): Likewise.
11976         (minmax_loc_descriptor): Likewise.
11977         (clz_loc_descriptor): Likewise.
11978         (popcount_loc_descriptor): Likewise.
11979         (bswap_loc_descriptor): Likewise.
11980         (rotate_loc_descriptor): Likewise.
11981         (mem_loc_descriptor): Likewise.
11982         (loc_descriptor): Likewise.
11984 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
11986         * common.opt (fdiagnostics-parseable-fixits): New option.
11987         * diagnostic.c: Include "selftest.h".
11988         (print_escaped_string): New function.
11989         (print_parseable_fixits): New function.
11990         (diagnostic_report_diagnostic): Call print_parseable_fixits.
11991         (selftest::assert_print_escaped_string): New function.
11992         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
11993         (selftest::test_print_escaped_string): New function.
11994         (selftest::test_print_parseable_fixits_none): New function.
11995         (selftest::test_print_parseable_fixits_insert): New function.
11996         (selftest::test_print_parseable_fixits_remove): New function.
11997         (selftest::test_print_parseable_fixits_replace): New function.
11998         (selftest::diagnostic_c_tests): New function.
11999         * diagnostic.h (struct diagnostic_context): Add field
12000         "parseable_fixits_p".
12001         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
12002         -fdiagnostics-parseable-fixits.
12003         (-fdiagnostics-parseable-fixits): New option.
12004         * opts.c (common_handle_option): Handle
12005         -fdiagnostics-parseable-fixits.
12006         * selftest-run-tests.c (selftest::run_tests): Call
12007         selftest::diagnostic_c_tests.
12008         * selftest.h (selftest::diagnostic_c_tests): New prototype.
12010 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
12012         PR tree-optimization/71488
12013         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
12014         comparison of boolean vectors.
12015         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
12016         of boolean vectors using bitwise operations.
12018 2016-06-22  Andreas Schwab  <schwab@suse.de>
12020         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
12021         Remove declaration.
12023 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
12025         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
12027 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12029         * config/i386/i386.c (print_reg): Emit an error message on attempt to
12030         print FLAGS_REG.
12032 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12034         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
12035         * config/arm/arm-cores.def (cortex-a73): New entry.
12036         (cortex-a73.cortex-a35): Likewise.
12037         (cortex-a73.cortex-a53): Likewise.
12038         * config/arm/arm-tables.opt: Regenerate.
12039         * config/arm/arm-tune.md: Likewise.
12040         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
12041         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
12042         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
12043         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
12044         * doc/invoke.texi (ARM Options): Document cortex-a73,
12045         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
12047 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12049         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
12050         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
12051         (cortex-a73.cortex-a35): Likewise.
12052         (cortex-a73.cortex-a53): Likewise.
12053         * config/aarch64/aarch64-tune.md: Regenerate.
12054         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
12055         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
12056         -mcpu and -mtune.
12058 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12060         * configure.ac (gcc_cv_as_compress_debug): Remove
12061         --compress-debug-sections as extra as switch.
12062         Handle gas --compress-debug-sections=type.
12063         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
12064         Handle gld --compress-debug-sections=type.
12065         * configure: Regenerate.
12067 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
12069         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
12071 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
12073         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
12074         (do_rewrite): likewise.
12076 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12078         * common/config/mep/mep-common.c: Remove.
12079         * config.gcc: Remove mep-* support.
12080         * config/mep/constraints.md: Remove.
12081         * config/mep/default.h: Remove.
12082         * config/mep/intrinsics.h: Remove.
12083         * config/mep/intrinsics.md: Remove.
12084         * config/mep/ivc2-template.h: Remove.
12085         * config/mep/mep-c5.cpu: Remove.
12086         * config/mep/mep-core.cpu: Remove.
12087         * config/mep/mep-default.cpu: Remove.
12088         * config/mep/mep-ext-cop.cpu: Remove.
12089         * config/mep/mep-intrin.h: Remove.
12090         * config/mep/mep-ivc2.cpu: Remove.
12091         * config/mep/mep-pragma.c: Remove.
12092         * config/mep/mep-protos.h: Remove.
12093         * config/mep/mep.c: Remove.
12094         * config/mep/mep.cpu: Remove.
12095         * config/mep/mep.h: Remove.
12096         * config/mep/mep.md: Remove.
12097         * config/mep/mep.opt: Remove.
12098         * config/mep/predicates.md: Remove.
12099         * config/mep/t-mep: Remove.
12100         * doc/install.texi: Remove mep-* documentation.
12101         * doc/md.texi: Likewise.
12103 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12105         * config.gcc: Remove support for avr-rtems.
12106         * config/avr/gen-avr-mmcu-specs.c: Likewise.
12107         * config/avr/rtems.h: Remove.
12108         * config/avr/t-rtems: Remove.
12110 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12112         * config.gcc: Remove m32r-rtems support.
12113         * config/m32r/rtems.h: Remove.
12115 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12117         * config.gcc: Remove h8300-rtems support.
12118         * config/h8300/rtems.h: Remove.
12119         * config/h8300/t-rtems: Remove.
12121 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12123         * config.gcc: Remove support for knetbsd.
12124         * configure.ac: Likewise.
12125         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
12126         * config/knetbsd-gnu.h: Remove.
12127         * configure: Regenerate.
12129 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12131         * config.gcc: Remove support for openbsd 2 and 3.
12132         * config/openbsd-oldgas.h: Remove.
12134 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12136         * config.gcc: Remove interix support.
12137         * config/i386/i386-interix.h: Remove.
12138         * config/i386/interix.opt: Remove.
12139         * config/i386/t-interix: Remove.
12140         * configure: Regenerate.
12141         * configure.ac: Remove interix support.
12142         * doc/install.texi: Remove interix documentation.
12144 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12146         * config/rs6000/rs6000.h: Add conditional preprocessing directives
12147         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
12148         not defined.
12150 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
12152         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
12153         they are both PLACEHOLDER_EXPRs.
12155 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
12157         * stor-layout.c (layout_type): Move setting complex MODE to
12158         layout_type, instead of setting it ahead of time by the caller.
12159         * tree.c (build_complex_type): Likewise.
12161 2016-06-21  Martin Liska  <mliska@suse.cz>
12163         * predict.c (force_edge_cold): Replace imposisble with
12164         impossible.
12166 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
12168         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
12169         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
12171 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
12173         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
12175 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
12176             Ilya Enkovich  <ilya.enkovich@intel.com>
12178         PR target/71549
12179         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
12180         New member function to convert V1TImode register to SUBREG
12181         TImode in debug insn.
12182         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
12183         after changing register mode to V1TImode.
12185 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
12187         * config/aarch64/aarch64-cores.def (vulcan): New core.
12188         * config/aarch64/aarch64-tune.md: Regenerate.
12189         * doc/invoke.texi: Document vulcan as an available option.
12191 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
12193         * cse.c (canon_asm_operands): New function extracted from...
12194         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
12195         either standalone or member of a PARALLEL.
12197 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
12199         PR target/30417
12200         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
12201         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
12202         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
12204 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
12206         PR target/71103
12207         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
12208         constant addresses if can_create_pseudo_p.
12210 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
12212         PR tree-optimization/71588
12213         * tree-ssa-strlen.c (valid_builtin_call): New function.
12214         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
12215         it.
12217 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
12219         PR middle-end/71581
12220         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
12221         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
12222         for conversion of scalar user var to complex type and use the
12223         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
12224         punt.
12226         PR rtl-optimization/71591
12227         * toplev.c (toplev::run_self_tests): If no_backend, complain and
12228         don't run any tests.
12230 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
12232         PR target/71571
12233         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
12234         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
12235         space for PIC with non-v32 and the common non-PIC "jump".
12237 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
12239         PR target/71559
12240         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
12241         returned values and add UN*/LTGT/*ORDERED cases with values matching
12242         D operand modifier on vcmp for AVX.
12244 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
12246         * config/aarch64/aarch64.opt
12247         (mpc-relative-literal-loads): Rename internal option name.
12248         * config/aarch64/aarch64.c
12249         (aarch64_nopcrelative_literal_loads): Rename to
12250         aarch64_pcrelative_literal_loads.
12251         (aarch64_expand_mov_immediate): Likewise.
12252         (aarch64_secondary_reload): Likewise.
12253         (aarch64_can_use_per_function_literal_pools_p): Likewise.
12254         (aarch64_override_options_after_change_1): Rename and simplify logic.
12255         (aarch64_classify_symbol): Merge large model checks into switch,
12256         remove pc-relative load check.
12258 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
12260         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
12261         costs relative to the cost of a register move.
12263 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
12265         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
12266         (vcvt_n_f64_u64): Likewise.
12267         (vcvt_n_s64_f64): Likewise.
12268         (vcvt_n_u64_f64): Likewise.
12269         (vcvt_f64_s64): Likewise.
12270         (vrecpe_f64): Likewise.
12271         (vcvt_f64_u64): Likewise.
12272         (vrecps_f64): Likewise.
12274 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
12276         * config/aarch64/aarch64.md
12277         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
12278         iterators.
12279         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
12280         attributes.
12281         * config/aarch64/aarch64-builtins.c
12282         (aarch64_types_binop_uss_qualifiers): Delete.
12283         (TYPES_BINOP_USS): Likewise.
12284         (aarch64_types_binop_sus_qualifiers): Likewise.
12285         (TYPES_BINOP_SUS): Likewise.
12286         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
12287         (TYPES_FCVTIMM_SUS): Likewise.
12288         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
12289         rather than BINOP.
12290         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
12291         (fcvtzs): Use SHIFTIMM rather than BINOP.
12292         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
12294 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
12296         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
12297         costs relative to the cost of a register move.
12299 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
12301         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
12302         Allow scalar/single vector modes to be tieable.
12304 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
12306         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
12308 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12310         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
12311         "alignement".
12312         * tree.h (TYPE_ALIGN): Likewise.
12314 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
12316         PR target/71103
12317         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
12319 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
12321         * config/avr/avr.c (avr_print_operand): Fix "format not a string
12322         literal" build warnings.
12323         (avr_print_operand_address): Dito.
12325 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
12327         PR target/71375
12328         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
12329         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
12331 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
12333         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
12335 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
12337         PR bootstrap/71435
12338         * reload1.c (reload): Pass 0 to finish_spills when called because
12339         update_eliminables_and_spill returns true and remove did_spill.
12340         (finish_spills): Adjust comment and document GLOBAL parameter.
12342 2016-06-17  DJ Delorie  <dj@redhat.com>
12344         PR target/71338
12345         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
12346         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
12347         (umulqihi3_virt): Likewise.
12348         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
12349         (umulqihi3_real): Likewise.
12351 2016-06-17  Martin Liska  <mliska@suse.cz>
12353         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
12355 2016-06-17  Martin Liska  <mliska@suse.cz>
12357         * predict.def: PRED_LOOP_EXIT from 92 to 85.
12359 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
12361         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
12362         __FAST_MATH__.
12363         (vaddq_f32): Likewise.
12364         (vmul_f32): Likewise.
12365         (vmulq_f32): Likewise.
12366         (vsub_f32): Likewise.
12367         (vsubq_f32): Likewise.
12369 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
12371         PR tree-optimization/71347
12372         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
12373         cost for all uses in group.
12375 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
12377         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
12378         insert gimple seq if it's not empty.
12380 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
12382         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
12383         member OFFSET.
12384         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
12385         rather than OFFSET.
12386         (comp_dr_with_seg_len_pair): Ditto.
12387         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
12388         struct dr_with_seg_len_pair against DR_OFFSET.
12389         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
12390         DR_OFFSET directly.
12392 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12394         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
12396 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
12398         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
12399         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
12400         (pa_output_millicode_call): Likewise.
12401         (pa_output_call): Likewise.
12402         (pa_output_indirect_call): Likewise.
12403         (pa_asm_output_mi_thunk): Likewise.
12405 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12407         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
12409 2016-06-16  Martin Liska  <mliska@suse.cz>
12411         * predict.c (combine_predictions_for_insn): When we find a first
12412         match predictor, we should consider just predictors with
12413         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
12414         DS theory predictor.
12415         (combine_predictions_for_bb): Likewise.
12417 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
12419         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
12420         with base of reference to struct.
12422 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
12424         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
12426 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12428         PR target/71151
12429         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
12430         progmem_swtable_section.
12431         (progmem_swtable_section): Remove.
12432         (avr_asm_function_rodata_section): Remove.
12433         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
12434         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
12436 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
12438         * config/i386/driver-i386.c (host_detect_local_cpu): Set
12439         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
12440         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
12441         signature_CENTAUR_ebx.
12442         * config/i386/i386.c (ix86_option_override_internal): Add
12443         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
12444         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
12445         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
12447 2016-06-16  Martin Liska  <mliska@suse.cz>
12449         * predict.def: Add fortran loop preheader predictor.
12450         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
12451         fold IFN_BUILTIN_EXPECT with a known constant argument.
12453 2016-06-16  Martin Liska  <mliska@suse.cz>
12455         * predict.def: Add 'Fortran' to display text of all
12456         PRED_FORTRAN_* predictors.
12458 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
12460         PR target/71242
12461         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
12462         [IA64_BUILTIN_NANSQ]: Ditto.
12463         (ia64_fold_builtin): New function.
12464         (TARGET_FOLD_BUILTIN): New define.
12465         (ia64_init_builtins) Declare const_string_type node.
12466         Add __builtin_nanq and __builtin_nansq builtin functions.
12467         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
12469 2016-06-16  Nick Clifton  <nickc@redhat.com>
12471         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
12472         MSP430_HWMULT_ prefix to enum values.
12473         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
12474         * config/msp430/msp430.c: Update use of enum values.
12475         * config/msp430/msp430.md: Likewise.
12476         * config/msp430/msp430.opt: Likewise.
12478 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
12480         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
12481         of comparsions in the last iteration.
12483 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
12484             Joern Rennecke  <joern.rennecke@embecosm.com>
12486         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
12487         addresses.
12488         (arc_needs_pcl_p): Add GOTOFFPC.
12489         (arc_legitimate_pic_addr_p): Likewise.
12490         (arc_output_pic_addr_const): Likewise.
12491         (arc_legitimize_pic_address): Generate a pc-relative address using
12492         GOTOFFPC.
12493         (arc_output_libcall): Use @pcl syntax.
12494         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
12495         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
12496         (*movsi_insn): Use @pcl syntax.
12497         (doloop_begin_i): Likewise.
12499 2016-06-16  Martin Liska  <mliska@suse.cz>
12501         * predict.def: Define a new predictor.
12503 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
12505         * config/arc/arc.opt (mtp-regno): Update text.
12507 2016-06-16  Renlin Li  <renlin.li@arm.com>
12509         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
12511 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
12513         PR target/71554
12514         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
12515         (setcc + and peephole2): Likewise.
12517         PR rtl-optimization/71532
12518         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
12519         memory slots.
12521 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
12523         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
12524         DImode constants with XXSPLTIB in vector registers.
12525         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
12526         vsx_extract_<mode>_internal{1,2} into a single insn that handles
12527         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
12528         extraction of the element at the top of the register as a scalar
12529         value.
12530         (vsx_extract_<mode>_internal1): Likewise.
12531         (vsx_extract_<mode>_internal2): Likewise.
12532         * config/rs6000/constraints.md (wi constraint): Remove a comment
12533         about DImode not being allowed in Altivec registers.
12534         (wB constraint): New constraint for constants that can be
12535         generated in Altivec registers with VSPLTISW/VUPKHSW.
12536         * config/rs6000/predicates.md (xxspltib_constant_split): Update
12537         comments.
12538         (xxspltib_constant_nosplit): Likewise.
12539         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
12540         support for -mupper-regs-di to enable DImode to go into Altivec
12541         registers.
12542         (POWERPC_MASKS): Likewise.
12543         (power7 cpu): Likewise.
12544         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
12545         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
12546         for DImode being allowed in Altivec registers.  Update wi/wj
12547         constraints.  Set scalar_in_vmx_p flag.
12548         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
12549         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
12550         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
12551         (rs6000_opt_masks): Add -mupper-regs-di.
12552         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
12553         direct move to use wi and not wj.
12554         (lfiwzx): Likewise.
12555         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
12556         alternative.
12557         (floatunssi<mode>2_lfiwzx_mem): Likewise.
12558         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
12559         any VSX register, instead of just Altivec registers, to allow
12560         either operand to be an Altivec register or both.
12561         (fixuns_trunc<mode>di2_fctiduz): Likewise.
12562         (movdi_internal32): Add support for -mupper-regs-di.  Add support
12563         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
12564         the alternatives and attributes to be lined up to be easier to
12565         read.
12566         (movdi_internal64): Likewise.
12567         (64-bit DImode splitters): Change predicates to only split loading
12568         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
12569         load constants in ISA 3.0 or ISA 2.07 respectively.
12570         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
12571         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
12572         mention -mcpu=power9 sets these options.
12573         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
12574         wB constraint.
12576 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
12578         PR target/67353
12579         * config/avr/avr.c (avr_set_current_function): Warn misspelled
12580         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
12581         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
12582         by default to warn misspelled interrupt/ signal handler.
12583         * doc/invoke.texi (AVR Options): Document it. Update description
12584         for -nodevicelib option.
12586 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12588         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
12589         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
12590         (aarch64_<sur>shll2_n<mode>): Likewise.
12592 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
12594         PR middle-end/71529
12595         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
12596         DECL_CONTEXT for copied arguments.
12598 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
12600         PR tree-optimization/71483
12601         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
12602         for slp
12604 2016-06-15  Martin Liska  <mliska@suse.cz>
12606         * predict.c (tree_predict_by_opcode): Call predict_edge_def
12607         instead of predict_edge w/o a probability.
12609 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
12611         PR tree-optimization/71439
12612         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
12613         live PHIs.
12615 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12617         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
12618         register subregs in SET_SRC.
12620 2016-06-15  Richard Biener  <rguenther@suse.de>
12622         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
12623         store restrictions.
12625 2016-06-15  Richard Biener  <rguenther@suse.de>
12627         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
12628         not consider dependences between accesses that belong to the
12629         same group.
12630         (vect_analyze_data_ref_dependences): Do not analyze read-read
12631         or self-dependences.
12633 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
12635         * spellcheck-tree.c: Include spellcheck-tree.h rather than
12636         spellcheck.h.
12637         (find_closest_identifier): Reimplement in terms of
12638         best_match<tree,tree>.
12639         * spellcheck-tree.h: New file.
12640         * spellcheck.c (struct edit_distance_traits<const char *>): New
12641         struct.
12642         (find_closest_string): Reimplement in terms of
12643         best_match<const char *, const char *>.
12644         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
12645         overload to spellcheck-tree.h.
12646         (find_closest_identifier): Likewise.
12647         (struct edit_distance_traits<T>): New template.
12648         (class best_match): New class.
12650 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
12652         * selftest-run-tests.c (selftest::run_tests): Call
12653         selftest::spellcheck_tree_c_tests.
12654         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
12655         * spellcheck-tree.c: Include selftest.h and stringpool.h.
12656         (selftest::test_find_closest_identifier): New function.
12657         (selftest::spellcheck_tree_c_tests): New function.
12658         * spellcheck.c (selftest::test_find_closest_string): Verify that
12659         the order of the vec does not affect the results for this case.
12660         (selftest::test_data): New array.
12661         (selftest::test_metric_conditions): New function.
12662         (selftest::spellcheck_c_tests): Add a test of case-comparison.
12663         Call selftest::test_metric_conditions.
12665 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12667         * config/rs6000/rs6000-builtin.def (commentary): Typo.
12668         (BU_P9_MISC_1): Likewise.
12669         (BU_P9_64BIT_MISC_0): Likewise.
12670         (BU_P9_MISC_0): Likewise.
12672 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
12674         * gcc-rich-location.c
12675         (gcc_rich_location::add_fixit_misspelled_id): New method.
12676         * gcc-rich-location.h
12677         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
12679 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
12681         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
12682         FreeBSD 11 and above.
12684 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
12686         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
12688 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12690         * expmed.h: Close parenthesis in "at your option" in copyright
12691         boilerplate.
12692         * lower-subreg.h: Likewise.
12694 2016-06-14  Richard Biener  <rguenther@suse.de>
12696         PR middle-end/71526
12697         * genmatch.c (expr::gen_transform): Use in_type for comparisons
12698         if available.
12700 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12702         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
12703         New function.
12704         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
12705         mask+shift version.
12706         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
12707         New prototype.
12708         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
12709         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
12711 2016-06-14  Richard Biener  <rguenther@suse.de>
12713         PR tree-optimization/71522
12714         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
12715         copying into float copying.
12717 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
12719         PR tree-optimization/71520
12720         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
12721         (replace_block_by): Move user labels from bb1 to bb2.
12723 2016-06-14  Richard Biener  <rguenther@suse.de>
12725         PR middle-end/71310
12726         PR bootstrap/71510
12727         * expr.h (get_bit_range): Declare.
12728         * expr.c (get_bit_range): Export.
12729         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
12730         word_mode again to constrain the bitfield access.
12732 2016-06-14  Richard Biener  <rguenther@suse.de>
12734         PR tree-optimization/71521
12735         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
12736         division int_const_binop against zero divisor.
12738 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
12740         * config/i386/i386.md (signbittf2): New expander.
12741         * config/i386/sse.md (ptesttf2): New insn pattern.
12743 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
12745         PR bootstrap/71481
12746         * input.c (selftest::test_reading_source_line): Avoid reading from
12747         __FILE__ by creating a tempfile with known content and reading
12748         from that instead.
12750 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
12752         * pretty-print.c (assert_pp_format_colored): Skip the test if
12753         GCC_COLORS is set.
12754         (test_pp_format): Remove comment about GCC_COLORS.
12756 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
12758         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
12759         * pretty-print.c (assert_pp_format_va): Add location param and use
12760         it with ASSERT_STREQ_AT.
12761         (assert_pp_format): Add location param and pass it to
12762         assert_pp_format_va.
12763         (assert_pp_format_colored): Likewise.
12764         (ASSERT_PP_FORMAT_1): New.
12765         (ASSERT_PP_FORMAT_2): New.
12766         (ASSERT_PP_FORMAT_3): New.
12767         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
12768         explicitly, or implicitly via the above macros.
12769         * selftest.c (selftest::pass): Use a selftest::location rather
12770         than file and line.
12771         (selftest::fail): Likewise.  Print the function name.
12772         (selftest::fail_formatted): Likewise.
12773         (selftest::assert_streq): Use a selftest::location rather than
12774         file and line.
12775         * selftest.h (selftest::location): New struct.
12776         (SELFTEST_LOCATION): New macro.
12777         (selftest::pass): Accept a const location & rather than file
12778         and line.
12779         (selftest::fail): Likewise.
12780         (selftest::fail_formatted): Likewise.
12781         (selftest::assert_streq): Likewise.
12782         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
12783         (ASSERT_FALSE): Likewise.
12784         (ASSERT_EQ): Likewise.
12785         (ASSERT_NE): Likewise.
12786         (ASSERT_STREQ): Likewise.
12787         (ASSERT_PRED1): Likewise.
12788         (ASSERT_STREQ_AT): New macro.
12790 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
12792         * selftest.c (selftest::fail_formatted): New function.
12793         (selftest::assert_streq): New function.
12794         * selftest.h (selftests::fail_formatted): New decl.
12795         (selftest::assert_streq): New decl.
12796         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
12798 2016-06-13  Jeff Law  <law@redhat.com>
12800         PR tree-optimization/71403
12801         * tree-ssa-threadbackward.c
12802         (convert_and_register_jump_thread_path): No longer accept reference
12803         to path.  Do not pop items off the path anymore.
12804         (fsm_find_control_statement_thread_paths): Do not allow threading
12805         to a deeper loop nest.  Pop the last item off the path here rather
12806         than in convert_and_register_jump_thread_path.
12808 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
12809             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
12811         [AArch64] Emit division using the Newton series
12813         * config/aarch64/aarch64-protos.h
12814         (cpu_approx_modes): Add new member "division".
12815         (aarch64_emit_approx_div): Declare new function.
12816         * config/aarch64/aarch64.c
12817         (generic_approx_modes): New member "division".
12818         (exynosm1_approx_modes): Likewise.
12819         (xgene1_approx_modes): Likewise.
12820         (aarch64_emit_approx_div): Define new function.
12821         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
12822         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
12823         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
12824         * doc/invoke.texi (-mlow-precision-div): Describe new option.
12826 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
12827             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12829         [AArch64] Emit square root using the Newton series
12831         * config/aarch64/aarch64-protos.h
12832         (aarch64_emit_approx_rsqrt): Replace with new function
12833         "aarch64_emit_approx_sqrt".
12834         (cpu_approx_modes): New member "sqrt".
12835         * config/aarch64/aarch64.c
12836         (generic_approx_modes): New member "sqrt".
12837         (exynosm1_approx_modes): Likewise.
12838         (xgene1_approx_modes): Likewise.
12839         (aarch64_emit_approx_rsqrt): Replace with new function
12840         "aarch64_emit_approx_sqrt".
12841         (aarch64_override_options_after_change_1): Handle new option.
12842         * config/aarch64/aarch64-simd.md
12843         (rsqrt<mode>2): Use new function instead.
12844         (sqrt<mode>2): New expansion and insn definitions.
12845         * config/aarch64/aarch64.md: Likewise.
12846         * config/aarch64/aarch64.opt
12847         (mlow-precision-sqrt): Add new option description.
12848         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
12850 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
12852         [AArch64] Add more choices for the reciprocal square root approximation
12854         Allow a target to prefer such operation depending on the operation mode.
12856         * config/aarch64/aarch64-protos.h
12857         (AARCH64_APPROX_MODE): New macro.
12858         (AARCH64_APPROX_{NONE,ALL}): Likewise.
12859         (cpu_approx_modes): New structure.
12860         (tune_params): New member "approx_modes".
12861         * config/aarch64/aarch64-tuning-flags.def
12862         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
12863         * config/aarch64/aarch64.c
12864         (generic_approx_modes): New core "cpu_approx_modes" structure.
12865         (exynosm1_approx_modes): Likewise.
12866         (xgene1_approx_modes): Likewise.
12867         (generic_tunings): New member "approx_modes".
12868         (cortexa35_tunings): Likewise.
12869         (cortexa53_tunings): Likewise.
12870         (cortexa57_tunings): Likewise.
12871         (cortexa72_tunings): Likewise.
12872         (exynosm1_tunings): Likewise.
12873         (thunderx_tunings): Likewise.
12874         (xgene1_tunings): Likewise.
12875         (use_rsqrt_p): New argument for the mode and use new member from
12876         "tune_params".
12877         (aarch64_builtin_reciprocal): Devise mode from builtin.
12878         (aarch64_optab_supported_p): New argument for the mode.
12879         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
12881 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12883         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
12884         RS6000_BTM_MODULO flag into the set of flags that are considered
12885         to be part of the common configuration.
12887 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12889         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
12890         difference unsigned.
12891         (vec_absdb): New macro for vector absolute difference unsigned
12892         byte.
12893         (vec_absdh): New macro for vector absolute difference unsigned
12894         half-word.
12895         (vec_absdw): New macro for vector absolute difference unsigned word.
12896         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
12897         (vadu<mode>3): New insn.
12898         (*p9_vadu<mode>3): New insn.
12899         * config/rs6000/rs6000-builtin.def (vadub): New built-in
12900         definition.
12901         (vaduh): New built-in definition.
12902         (vaduw): New built-in definition.
12903         (vadu): New overloaded built-in definition.
12904         (vadub): New overloaded built-in definition.
12905         (vaduh): New overloaded built-in definition.
12906         (vaduw): New overloaded built-in definition.
12907         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12908         overloaded vector absolute difference unsigned functions.
12909         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
12910         the ISA 3.0 vector absolute difference unsigned built-in functions.
12912 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
12914         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
12915         update shared_lookup_references only once after changing operands.
12917 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
12919         PR middle-end/71373
12920         * tree-nested.c (convert_nonlocal_omp_clauses)
12921         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
12923         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
12924         * tree.def (CASE_LABEL_EXPR): Likewise.
12926 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12928         PR bootstrap/71481
12929         * input.c (test_builtins): Fix an assertion.
12931 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
12933         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
12934         (paritysi2): Ditto.
12935         (isinfxf2): Ditto.
12936         (isinf<mode>2): Ditto.
12938 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
12940         * ggc-tests.c (test_finalization): Only test need_finalization_p
12941         for GCC_VERSION >= 4003.
12943 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12945         * config/s390/vecintrin.h: Fix file description in comment.
12947 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12949         * config/s390/s390-builtin-types.def: Change builtin type naming
12950         scheme to match builtin-types.def.
12952 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
12954         * fold-const.c (optimize_minmax_comparison): Remove.
12955         (fold_comparison): Remove call to the above.
12956         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
12957         New transformations.
12959 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
12961         PR tree-optimization/71416
12962         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
12963         multiple entries
12965 2016-06-13  Martin Liska  <mliska@suse.cz>
12967         * predict.c (enum predictor_reason): Prefix enum with REASON_.
12968         (combine_predictions_for_insn): Likewise.
12969         (prune_predictions_for_bb): Likewise.
12970         (combine_predictions_for_bb): Likewise.
12972 2016-06-13  Richard Biener  <rguenther@suse.de>
12974         PR tree-optimization/71505
12975         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
12976         assert match comment.
12978 2016-06-13  Marek Polacek  <polacek@redhat.com>
12980         PR middle-end/71476
12981         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
12982         gimplify_switch_expr.
12983         (warn_switch_unreachable_r): New function.
12985 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12987         PR target/71379
12988         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
12989         one.
12991 2016-06-13  Richard Biener  <rguenther@suse.de>
12993         PR middle-end/64516
12994         * fold-const.c (fold_unary_loc): Preserve alignment when
12995         folding a VIEW_CONVERT_EXPR into a MEM_REF.
12997 2016-06-13  Martin Liska  <mliska@suse.cz>
12999         PR sanitizer/71458
13000         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
13001         w/ -fsanitize=bounds.
13003 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
13005         * config/i386/i386.c (ix86_init_builtins): Calculate
13006         FLOAT128_FTYPE_CONST_STRING function type only once.
13007         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
13008         built-in functions are available for x86-32 and x86-64 targets.
13010 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
13012         PR target/71241
13013         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
13014         New primitive type.
13015         (FLOAT128_FTYPE_CONST_STRING): New function type.
13016         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
13017         [IX86_BUILTIN_NANSQ]: Ditto.
13018         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
13019         (ix86_init_builtin_types): Declare const_string_type_node.
13020         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
13021         builtin functions.
13022         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
13023         * doc/extend.texi (x86 Built-in Functions): Document
13024         __builtin_nanq and __builtin_nansq.
13026 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
13028         PR target/71061
13029         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
13030         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
13031         length for pop patterns.
13032         (arm_attr_length_push_multi): Update comments.
13033         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
13034         attribute.
13035         (*pop_multiple_with_writeback_and_return): Likewise.
13036         (*pop_multiple_with_return): Likewise.
13038 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
13040         PR middle-end/71310
13041         * fold-const.c (optimize_bit_field_compare): Don't try to use
13042         word_mode unconditionally for reading the bit field, look at
13043         DECL_BIT_FIELD_REPRESENTATIVE instead.
13045 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
13047         PR middle-end/71478
13048         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
13049         vector integer type.
13051 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
13053         PR middle-end/71494
13054         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
13055         without LABEL_DECL, set *handled_ops_p to false instead of true.
13057 2016-06-10  Martin Sebor  <msebor@redhat.com>
13059         PR c/71392
13060         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
13061         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
13062         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
13063         them.
13064         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
13065         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
13066         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
13067         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
13068         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
13069         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
13070         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
13071         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
13073 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13075         * config/arm/arm.h (pool_vector_label,
13076         return_used_this_function): Remove.
13078 2016-06-10  Jeff Law  <law@redhat.com>
13080         PR tree-optimization/71335
13081         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
13082         zero length paths here.
13083         (convert_and_register_jump_thread_path): Remove hacks related to
13084         duplicated blocks in the jump thread path.
13085         (fsm_find_control_statement_thread_paths): Avoid putting the same
13086         block on the thread path twice, but ensure the thread path is
13087         unchanged from the caller's point of view.
13089 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
13091         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
13092         * predict.def (PRED_LOOP_BRANCH): Remove.
13094 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
13096         * Makefile.in (OBJS): Add ggc-tests.o.
13097         (GTFILES): Add ggc-tests.c.
13098         * ggc-tests.c: New file.
13099         * selftest-run-tests.c (selftest::run_tests): Call
13100         selftest::ggc_tests_c_tests.
13101         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
13103 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
13105         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
13107 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
13109         PR sanitizer/71480
13110         * varasm.c (place_block_symbol): Adjust alignment for asan protected
13111         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
13113 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
13115         * profile.c: Include cfgloop.h.
13116         (branch_prob): Compute estimated number of iterations.
13117         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
13118         recompute estimate number of iterations from profile.
13120 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13122         PR inline-asm/68843
13123         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
13124         must be grouped on top of stack.  Don't force early clobber
13125         on ordinary reg outputs.
13127 2016-06-10  Richard Biener  <rguenther@suse.de>
13129         * targhooks.c (default_builtin_vectorization_cost): Adjust
13130         vec_construct cost.
13132 2016-06-10  Richard Biener  <rguenther@suse.de>
13134         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
13135         to fold the RHS to a constant if possible.
13137 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
13139         PR middle-end/71373
13140         * tree-nested.c (convert_nonlocal_omp_clauses)
13141         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
13142         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
13143         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
13145         * gimplify.c (gimplify_adjust_omp_clauses): Discard
13146         OMP_CLAUSE_TILE.
13147         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
13149         * omp-low.c (scan_sharing_clauses): Don't expect
13150         OMP_CLAUSE__CACHE_.
13152 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
13154         PR tree-optimization/71407
13155         PR tree-optimization/71416
13156         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
13157         BIT_FIELD_REF type.
13159 2016-06-10  Richard Biener  <rguenther@suse.de>
13161         PR middle-end/71477
13162         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
13164 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
13166         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
13168 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
13169             Jiong Wang  <jiong.wang@arm.com>
13171         PR rtl-optimization/70751
13172         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
13173         spilled into memory.
13175 2016-06-09  Jonathan Yong  <10walls@gmail.com>
13177         Revert:
13178         2015-09-21  Jonathan Yong  <10walls@gmail.com>
13180         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
13181         sysroot/usr/lib/32api for additional win32 libraries,
13182         fixes failing Cygwin bootstrapping.
13184 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
13186         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
13187         Delete.
13189 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
13191         PR bootstrap/71471
13192         * pretty-print.c (pp_indent): Specify that %p is printed in a
13193         host-dependent manner.
13194         (test_pp_format): Remove the test for %p.
13196 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
13198         * config/mips/mips.c (mips_output_jump): Fix formatting.
13200 2016-06-09  Richard Biener  <rguenther@suse.de>
13202         PR tree-optimization/71462
13203         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
13204         removed blocks.
13206 2016-06-09  Martin Liska  <mliska@suse.cz>
13208         * predict.c (dump_prediction): Add new argument.
13209         (enum predictor_reason): New enum.
13210         (struct predictor_hash): New struct.
13211         (predictor_hash::hash): New function.
13212         (predictor_hash::equal): Likewise.
13213         (not_removed_prediction_p): New function.
13214         (prune_predictions_for_bb): Likewise.
13215         (combine_predictions_for_bb): Prune predictions.
13217 2016-06-09  Martin Liska  <mliska@suse.cz>
13219         * predict.c (filter_predictions): New function.
13220         (remove_predictions_associated_with_edge): Use the filter
13221         function.
13222         (equal_edge_p): New function.
13224 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
13226         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
13227         Correct usage of @samp vs @option, add @samp where appropriate.
13228         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
13229         Add armv6s-m and document it, as it is no official ARM name.
13231 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13233         * ifcvt.c (struct noce_if_info): Add transform_name field.
13234         (noce_try_move): Set if_info->transform_name to the function name.
13235         (noce_try_ifelse_collapse): Likewise.
13236         (noce_try_store_flag): Likewise.
13237         (noce_try_inverse_constants): Likewise.
13238         (noce_try_store_flag_constants): Likewise.
13239         (noce_try_addcc): Likewise.
13240         (noce_try_store_flag_mask): Likewise.
13241         (noce_try_cmove): Likewise.
13242         (noce_try_cmove_arith): Likewise.
13243         (noce_try_minmax): Likewise.
13244         (noce_try_abs): Likewise.
13245         (noce_try_sign_mask): Likewise.
13246         (noce_try_bitop): Likewise.
13247         (noce_convert_multiple_sets): Likewise.
13248         (noce_process_if_block): Print if_info->transform_name to
13249         dump_file if transformation succeeded.
13251 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13253         * config/arm/cortex-a57.md (cortex_a57_alu):
13254         Handle csel type.
13256 2016-06-08  Martin Sebor  <msebor@redhat.com>
13257             Jakub Jelinek  <jakub@redhat.com>
13259         PR c++/70507
13260         PR c/68120
13261         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
13262         BUILT_IN_MUL_OVERFLOW_P): New builtins.
13263         * builtins.c: Include gimple-fold.h.
13264         (fold_builtin_arith_overflow): Handle
13265         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
13266         (fold_builtin_3): Likewise.
13267         * doc/extend.texi (Integer Overflow Builtins): Document
13268         __builtin_{add,sub,mul}_overflow_p.
13270 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
13272         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
13273         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
13275 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
13277         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
13278         Rewrite, looking one level down for records and arrays.
13280 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
13282         * pretty-print.c: Include "selftest.h".
13283         (pp_format): Fix comment.
13284         (identifier_to_locale): Likewise.
13285         (selftest::test_basic_printing): New function.
13286         (selftest::assert_pp_format): New function.
13287         (selftest::test_pp_format): New function.
13288         (selftest::pretty_print_c_tests): New function.
13289         * selftest-run-tests.c (selftest::run_tests): Call
13290         selftest::pretty_print_c_tests.
13291         * selftest.h (pretty_print_c_tests): New declaration.
13293 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
13295         * invoke.texi (max-loop-headers-insns): Document.
13296         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
13297         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
13298         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
13300 2016-06-08  Richard Biener  <rguenther@suse.de>
13302         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
13303         on strided SLP loads and fall back to scalar loads in case
13304         we can't chunk them.
13306 2016-06-08  Richard Biener  <rguenther@suse.de>
13308         PR tree-optimization/71452
13309         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
13310         type used for the SSA rewrite has enough precision to cover
13311         the dynamic type of the location.
13313 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
13314             Richard Biener  <rguenther@suse.de>
13316         PR c++/71448
13317         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
13318         the same as DECL_P (base0) for indirect_base0.  Use equality_code
13319         in one further place.
13321 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
13323         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
13324         to one word if the field is known to overlap other words.
13325         (extract_bit_field_1): Likewise.
13326         (store_split_bit_field): Remove compensating code.
13327         (extract_split_bit_field): Likewise.
13329 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
13331         PR debug/71432
13332         PR ada/71413
13333         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
13335 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
13337         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
13338         VDQF.
13339         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
13340         (arch64_addpv4sf): Delete.
13341         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
13342         "gen_aarch64_addpv4sf".
13343         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
13344         builtin.
13345         (vpadds_f32): Likewise.
13346         (vpaddq_f32): Likewise.
13347         (vpaddq_f64): Likewise.
13349 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
13351         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
13352         VALLF.
13353         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
13354         to VALLF.  Rename to "fabd<mode>3".
13355         "*fabd_scalar<mode>3): Delete.
13356         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
13357         Use builtin.
13358         (vabdd_f64): Likewise.
13359         (vabd_f32): Likewise.
13360         (vabd_f64): Likewise.
13361         (vabdq_f32): Likewise.
13362         (vabdq_f64): Likewise.
13364 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
13366         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
13367         VALLF.
13368         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
13369         "aarch64_rsqrts<mode>".
13370         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
13371         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
13372         builtin.
13373         (vrsqrtsd_f64): Likewise.
13374         (vrsqrts_f32): Likewise.
13375         (vrsqrts_f64): Likewise.
13376         (vrsqrtsq_f32): Likewise.
13377         (vrsqrtsq_f64): Likewise.
13379 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
13381         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
13382         VALLF.
13383         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
13384         "aarch64_rsqrte<mode>".
13385         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
13386         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
13387         builtin.
13388         (vrsqrted_f64): Likewise.
13389         (vrsqrte_f32): Likewise.
13390         (vrsqrte_f64): Likewise.
13391         (vrsqrteq_f32): Likewise.
13392         (vrsqrteq_f64): Likewise.
13394 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
13396         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
13397         (ucvtf): Likewise.
13398         (fcvtzs): Likewise.
13399         (fcvtzu): Likewise.
13400         * config/aarch64/aarch64-simd.md
13401         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
13402         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
13403         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
13404         Use builtin.
13405         (vcvt_n_f32_u32): Likewise.
13406         (vcvt_n_s32_f32): Likewise.
13407         (vcvt_n_u32_f32): Likewise.
13408         (vcvtq_n_f32_s32): Likewise.
13409         (vcvtq_n_f32_u32): Likewise.
13410         (vcvtq_n_f64_s64): Likewise.
13411         (vcvtq_n_f64_u64): Likewise.
13412         (vcvtq_n_s32_f32): Likewise.
13413         (vcvtq_n_s64_f64): Likewise.
13414         (vcvtq_n_u32_f32): Likewise.
13415         (vcvtq_n_u64_f64): Likewise.
13416         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
13417         (VSDQ_SDI): Likewise.
13418         (fcvt_target): Support V4DI, V4SI and V2SI.
13419         (FCVT_TARGET): Likewise.
13421 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
13423         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
13424         (TYPES_BINOP_SUS): Likewise.
13425         (aarch64_simd_builtin_data): Update include file name.
13426         (aarch64_builtins): Likewise.
13427         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
13428         for conversion between scalar float-point and fixed-point.
13429         (ucvtf): Likewise.
13430         (fcvtzs): Likewise.
13431         (fcvtzu): Likewise.
13432         * config/aarch64/aarch64.md
13433         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
13434         pattern for conversion between scalar float to fixed-pointer.
13435         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
13436         (UNSPEC_FCVTZS): New UNSPEC enumeration.
13437         (UNSPEC_FCVTZU): Likewise.
13438         (UNSPEC_SCVTF): Likewise.
13439         (UNSPEC_UCVTF): Likewise.
13440         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
13441         Use builtin.
13442         (vcvtd_n_f64_u64): Likewise.
13443         (vcvtd_n_s64_f64): Likewise.
13444         (vcvtd_n_u64_f64): Likewise.
13445         (vcvtd_n_f32_s32): Likewise.
13446         (vcvts_n_f32_u32): Likewise.
13447         (vcvtd_n_s32_f32): Likewise.
13448         (vcvts_n_u32_f32): Likewise.
13449         * config/aarch64/iterators.md (fcvt_target): Support integer to float
13450         mapping.
13451         (FCVT_TARGET): Likewise.
13452         (FCVT_FIXED2F): New iterator.
13453         (FCVT_F2FIXED): Likewise.
13454         (fcvt_fixed_insn): New define_int_attr.
13456 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
13458         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
13459         some statements was removed.
13461 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
13463         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
13464         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
13465         (vect_can_advance_ivs_p): likewise.
13466         (vect_update_ivs_after_vectorizer): likewise.
13467         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
13468         (vect_analyze_scalar_cycles_1): likewise.
13469         (vect_analyze_loop_operations): likewise.
13470         (report_vect_op): likewise.
13471         (vect_is_slp_reduction): likewise.
13472         (vect_is_simple_reduction): likewise.
13473         (get_initial_def_for_induction): likewise.
13474         (vect_transform_loop): likewise.
13475         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
13476         (vect_recog_sad_pattern): likewise.
13477         (vect_recog_widen_sum_pattern): likewise.
13478         (vect_recog_widening_pattern): likewise.
13479         (vect_recog_divmod_pattern): likewise.
13480         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
13481         (vect_analyze_slp_instance): likewise.
13482         (vect_transform_slp_perm_load): likewise.
13483         (vect_schedule_slp_instance): likewise.
13485 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
13487         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
13488         (return_prediction): PRED_CONST_RETURN predict return as not taken.
13489         * predict.def (PRED_CONTINUE): Change hitrate 50->67
13490         (PRED_LOOP_BRANCH): Document predictor as broken.
13491         (PRED_LOOP_EXIT): Change hitrate 91->92.
13492         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
13493         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
13494         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
13495         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
13496         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
13497         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
13498         (PRED_CALL): Chane hitrate 71->67.
13499         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
13500         (PRED_GOTO): Document as unused right now.
13501         (PRED_CONST_RETURN): Change hitrate 67->69
13502         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
13503         (PRED_NULL_RETURN): Change hitrate 91->90.
13504         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
13505         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
13506         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
13508 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
13510         * config/rs6000/altivec.h: Add __builtin_vec_mul.
13511         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
13512         special case Altivec builtin.
13513         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
13514         VSX_BUILTIN_VEC_MUL (replaced with special case code).
13515         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
13516         code for ALTIVEC_BUILTIN_VEC_MUL.
13517         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
13518         for __builtin_vec_mul.
13520 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
13522         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
13523         -mno-htm.
13525 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
13527         * spellcheck.c (selftest::test_find_closest_string): New function.
13528         (spellcheck_c_tests): Call the above.
13530 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13532         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
13534 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
13536         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
13537         Yv=Yv,C alternatives.
13539 2016-06-07  Richard Biener  <rguenther@suse.de>
13541         PR c/61564
13542         * common.opt (ffast-math): Make Optimization.
13544 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
13545             Prachi Godbole  <prachi.godbole@imgtec.com>
13547         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
13548         `fabs' and `fneg' type attributes.
13549         (p5600_fpu_fabs): Add `fmove' to the comment.
13551 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
13553         * gimple.c: Include builtins.h
13554         (gimple_inexpensive_call_p): New function.
13555         * gimple.h (gimple_inexpensive_call_p): Declare.
13556         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
13557         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
13558         fix formatting.
13560 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
13562         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
13563         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
13564         warning_at_rich_loc, warning_n, pedwarn, permerror,
13565         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
13566         sorry, fatal_error, internal_error, internal_error_no_backtrace):
13567         Use the above.
13569 2016-06-07  Richard Biener  <rguenther@suse.de>
13571         PR tree-optimization/71428
13572         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
13573         BIT_FIELD_REF op vs. load.
13575 2016-06-07  Richard Biener  <rguenther@suse.de>
13577         PR middle-end/71423
13578         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
13579         for signed ops.
13581 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
13583         * config/pa/pa.md (call): Generate indirect long calls to non-local
13584         functions on TARGET_64BIT.
13585         (call_value): Likewise.
13587 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
13589         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
13590         pattern and subsequent splitters.
13591         (call_val_reg_64bit_post_reload): Likewise.
13593 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
13595         PR middle-end/71408
13596         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
13597         propagate_op_to_single_use.
13599 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
13601         PR middle-end/71281
13602         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
13604 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
13606         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
13607         (enum x86_dirflag_state): New enum.
13608         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
13609         (machine_function): Remove needs_cld.
13610         (ix86_current_function_needs_cld): Remove.
13611         * config/i386/i386.c (ix86_set_func_type): Set
13612         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
13613         (ix86_expand_prologue): Do not emit CLD here.
13614         (ix86_dirflag_mode_needed): New function.
13615         (ix86_dirflag_mode_entry): Ditto.
13616         (ix86_mode_needed): Handle X86_DIRFLAG entity.
13617         (ix86_mode_after): Ditto.
13618         (ix86_mode_entry): Ditto.
13619         (ix86_mode_exit): Ditto.
13620         (ix86_emit_mode_set): Ditto.
13621         * config/i386/i386.md (strmov_singleop): Set
13622         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
13623         Do not set ix86_current_function_needs_cld.
13624         (rep_mov): Ditto.
13625         (strset_singleop): Ditto.
13626         (rep_stos): Ditto.
13627         (cmpstrnqi_nz_1): Ditto.
13628         (cmpstrnqi_1): Ditto.
13629         (strlenqi_1): Ditto.
13631 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
13633         PR tree-optimization/71259
13634         * tree-vect-slp.c (vect_get_constant_vectors): For
13635         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
13636         one for constant op, and use COND_EXPR for non-constant.
13638 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
13640         * Makefile.in (OBJS): Add function-tests.o,
13641         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
13642         selftest-run-tests.o.
13643         (OBJS-libcommon): Add selftest.o.
13644         (OBJS-libcommon-target): Add selftest.o.
13645         (all.internal): Add "selftest".
13646         (all.cross): Likewise.
13647         (selftest): New phony target.
13648         (s-selftest): New target.
13649         (selftest-gdb): New phony target.
13650         (COLLECT2_OBJS): Add selftest.o.
13651         * bitmap.c: Include "selftest.h".
13652         (selftest::test_gc_alloc): New function.
13653         (selftest::test_set_range): New function.
13654         (selftest::test_clear_bit_in_middle): New function.
13655         (selftest::test_copying): New function.
13656         (selftest::test_bitmap_single_bit_set_p): New function.
13657         (selftest::bitmap_c_tests): New function.
13658         * common.opt (fself-test): New.
13659         * diagnostic-show-locus.c: Include "selftest.h".
13660         (make_range): New function.
13661         (test_range_contains_point_for_single_point): New function.
13662         (test_range_contains_point_for_single_line): New function.
13663         (test_range_contains_point_for_multiple_lines): New function.
13664         (assert_eq): New function.
13665         (test_get_line_width_without_trailing_whitespace): New function.
13666         (selftest::diagnostic_show_locus_c_tests): New function.
13667         * et-forest.c: Include "selftest.h".
13668         (selftest::test_single_node): New function.
13669         (selftest::test_simple_tree): New function.
13670         (selftest::test_disconnected_nodes): New function.
13671         (selftest::et_forest_c_tests): New function.
13672         * fold-const.c: Include "selftest.h".
13673         (selftest::assert_binop_folds_to_const): New function.
13674         (selftest::assert_binop_folds_to_nonlvalue): New function.
13675         (selftest::test_arithmetic_folding): New function.
13676         (selftest::fold_const_c_tests): New function.
13677         * function-tests.c: New file.
13678         * gimple.c: Include "selftest.h".
13679         Include "gimple-pretty-print.h".
13680         (selftest::verify_gimple_pp): New function.
13681         (selftest::test_assign_single): New function.
13682         (selftest::test_assign_binop): New function.
13683         (selftest::test_nop_stmt): New function.
13684         (selftest::test_return_stmt): New function.
13685         (selftest::test_return_without_value): New function.
13686         (selftest::gimple_c_tests): New function.
13687         * hash-map-tests.c: New file.
13688         * hash-set-tests.c: New file.
13689         * input.c: Include "selftest.h".
13690         (selftest::assert_loceq): New function.
13691         (selftest::test_accessing_ordinary_linemaps): New function.
13692         (selftest::test_unknown_location): New function.
13693         (selftest::test_builtins): New function.
13694         (selftest::test_reading_source_line): New function.
13695         (selftest::input_c_tests): New function.
13696         * rtl-tests.c: New file.
13697         * selftest-run-tests.c: New file.
13698         * selftest.c: New file.
13699         * selftest.h: New file.
13700         * spellcheck.c: Include "selftest.h".
13701         (selftest::levenshtein_distance_unit_test_oneway): New function,
13702         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
13703         (selftest::levenshtein_distance_unit_test): Likewise.
13704         (selftest::spellcheck_c_tests): Likewise.
13705         * toplev.c: Include selftest.h.
13706         (toplev::run_self_tests): New.
13707         (toplev::main): Handle -fself-test.
13708         * toplev.h (toplev::run_self_tests): New.
13709         * tree.c: Include "selftest.h".
13710         (selftest::test_integer_constants): New function.
13711         (selftest::test_identifiers): New function.
13712         (selftest::test_labels): New function.
13713         (selftest::tree_c_tests): New function.
13714         * tree-cfg.c: Include "selftest.h".
13715         (selftest::push_fndecl): New function.
13716         (selftest::test_linear_chain): New function.
13717         (selftest::test_diamond): New function.
13718         (selftest::test_fully_connected): New function.
13719         (selftest::tree_cfg_c_tests): New function.
13720         * vec.c: Include "selftest.h".
13721         (selftest::safe_push_range): New function.
13722         (selftest::test_quick_push): New function.
13723         (selftest::test_safe_push): New function.
13724         (selftest::test_truncate): New function.
13725         (selftest::test_safe_grow_cleared): New function.
13726         (selftest::test_pop): New function.
13727         (selftest::test_safe_insert): New function.
13728         (selftest::test_ordered_remove): New function.
13729         (selftest::test_unordered_remove): New function.
13730         (selftest::test_block_remove): New function.
13731         (selftest::reverse_cmp): New function.
13732         (selftest::test_qsort): New function.
13733         (selftest::vec_c_tests): New function.c.
13734         * wide-int.cc: Include selftest.h and wide-int-print.h.
13735         (selftest::from_int <wide_int>): New function.
13736         (selftest::from_int <offset_int>): New function.
13737         (selftest::from_int <widest_int>): New function.
13738         (selftest::assert_deceq): New function.
13739         (selftest::assert_hexeq): New function.
13740         (selftest::test_printing <VALUE_TYPE>): New function template.
13741         (selftest::test_ops <VALUE_TYPE>): New function template.
13742         (selftest::test_comparisons <VALUE_TYPE>): New function template.
13743         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
13744         template.
13745         (selftest::wide_int_cc_tests): New function.
13747 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13749         PR middle-end/37780
13750         * ifcvt.c (noce_try_ifelse_collapse): New function.
13751         Declare prototype.
13752         (noce_process_if_block): Call noce_try_ifelse_collapse.
13753         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
13754         (simplify_ternary_operation): Use the above to simplify
13755         conditional CLZ/CTZ expressions.
13757 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13759         PR middle-end/37780
13760         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
13761         define_insn_and_split.
13763 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13765         PR middle-end/37780
13766         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
13768 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13770         PR c/24414
13771         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
13772         Implicitly clobber memory for basic asm with non-empty assembler
13773         string.  Use targetm.md_asm_adjust also here.
13774         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
13775         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
13776         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
13777         non-empty assembler string.
13778         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
13779         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
13780         (decode_asm_operands): Handle basic asm in PARALLEL block.
13781         (extract_insn): Handle basic asm in PARALLEL block.
13782         * doc/extend.texi: Mention new behavior of basic asm.
13783         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
13784         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
13785         branch_needs_nop_p): Use asm_noperands.
13787 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
13789         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
13790         Include the M7 SPARC DFA scheduler.
13791         New attribute v3pipe.
13792         Annotate insns with v3pipe where appropriate.
13793         Define cpu_feature vis4.
13794         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
13795         Add (V8QI "8") to vbits.
13796         Add insns {add,sub}v8qi3
13797         Add insns ss{add,sub}v8qi3
13798         Add insns us{add,sub}{v8qi,v4hi}3
13799         Add insns {min,max}{v8qi,v4hi,v2si}3
13800         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
13801         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
13802         * config/sparc/niagara4.md: Add a comment explaining the
13803         discrepancy between the documented latenty numbers and the
13804         implemented ones.
13805         * config/sparc/niagara7.md: New file.
13806         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
13807         supports SPARC5 and VIS 4.0 instructions.
13808         * configure: Regenerate.
13809         * config.in: Likewise.
13810         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
13811         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
13812         TARGET_CPU_niagara7.
13813         (ASM_CPU64_DEFAULT_SPEC): Likewise.
13814         (CPP_CPU_SPEC): Handle niagara7.
13815         (ASM_CPU_SPEC): Likewise.
13816         * config/sparc/sparc-opts.h (processor_type): Add
13817         PROCESSOR_NIAGARA7.
13818         (mvis4): New option.
13819         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
13820         (AS_NIAGARA7_FLAG): Define.
13821         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
13822         (CPP_CPU64_DEFAULT_SPEC): Likewise.
13823         (CPP_CPU_SPEC): Handle niagara7.
13824         (ASM_CPU_SPEC): Likewise.
13825         * config/sparc/sparc.c (niagara7_costs): Define.
13826         (sparc_option_override): Handle niagara7 and adjust cache-related
13827         parameters with better values for niagara cpus.  Also support VIS4.
13828         (sparc32_initialize_trampoline): Likewise.
13829         (sparc_use_sched_lookahead): Likewise.
13830         (sparc_issue_rate): Likewise.
13831         (sparc_register_move_cost): Likewise.
13832         (dump_target_flag_bits): Support VIS4.
13833         (sparc_vis_init_builtins): Likewise.
13834         (sparc_builtins): Likewise.
13835         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
13836         VIS4 4.0.
13837         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
13838         UltraSparc M7.
13839         * config/sparc/sparc.opt (sparc_processor_type): New value
13840         niagara7.
13841         * config/sparc/visintrin.h (__attribute__): Prototypes for the
13842         VIS4 builtins.
13843         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
13844         -mvis4.
13845         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
13846         VIS4 builtins.
13848 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
13850         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
13852 2016-06-06  Richard Biener  <rguenther@suse.de>
13854         PR tree-optimization/71398
13855         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
13856         remove edges.
13858 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
13860         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
13861         ft32_expand_prolog, ft32_expand_epilogue):
13862         Handle pretend_args.
13863         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
13864         * config/ft32/ft32.md: Add pretend_returner.
13866 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
13868         PR target/71389
13869         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
13870         Copy op1 RTX to avoid invalid sharing.
13871         (ix86_expand_vector_move_misalign): Ditto.
13873 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
13875         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
13876         ATTRIBUTE_UNUSED.
13878 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
13880         * predict.c (predicted_by_loop_heuristics_p): New function.
13881         (predict_iv_comparison): Use it.
13882         (predict_loops): Walk from innermost loops; do not predict edges
13883         leaving multiple loops multiple times; implement
13884         PRED_LOOP_ITERATIONS_MAX heuristics.
13885         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
13887 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
13889         * cfg.c (check_bb_profile): Do not report mismatched profiles when
13890         only edges out of BB are EH edges.
13892 2016-06-04  Martin Sebor  <msebor@redhat.com>
13893             Marcin Baczyński  <marbacz@gmail.com>
13895         PR c/48116
13896         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
13897         a void expression in a void function.
13899 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
13901         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
13902         aux; dump reasons of decisions.
13903         (should_duplicate_loop_header_p): Likewise.
13904         (do_while_loop_p): Likewise.
13905         (ch_base::copy_headers): Dump asi num insns duplicated.
13907 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
13909         PR tree-optimization/71405
13910         * tree-ssa.c (execute_update_addresses_taken): For clobber with
13911         incompatible type, build a new clobber with the right type instead
13912         of building a VIEW_CONVERT_EXPR around it.
13914 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
13916         PR tree-optimization/52171
13917         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
13918         by_pieces_ninsns instead of move_by_pieces_ninsns.
13920 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
13922         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
13923         for reg+reg addressing mode.
13925 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13927         * rs6000-c.c (c/c-tree.h): Add #include.
13928         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
13929         in C++ when found in the base position of vec_ld or vec_st.
13931 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
13933         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
13934         use of profile unless profile status is PROFILE_READ.
13935         * profile.c (compute_branch_probabilities): Set profile status
13936         only after reporting predictor hitrates.
13938 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
13940         PR target/71276
13941         PR target/71277
13942         * common.opt (ffp-int-builtin-inexact): New option.
13943         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
13944         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
13945         (ceil@var{m}2): Document dependence on this option.
13946         * ipa-inline-transform.c (inline_call): Handle
13947         flag_fp_int_builtin_inexact.
13948         * ipa-inline.c (can_inline_edge_p): Likewise.
13949         * config/i386/i386.md (rintxf2): Do not test
13950         flag_unsafe_math_optimizations.
13951         (rint<mode>2_frndint): New define_insn.
13952         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
13953         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
13954         for 387 instead of extending and truncating.
13955         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
13956         !flag_trapping_math instead of flag_unsafe_math_optimizations.
13957         Change to frndint<mode>2_<rounding>.
13958         (frndintxf2_<rounding>_i387): Likewise.  Change to
13959         frndint<mode>2_<rounding>_i387.
13960         (<rounding_insn>xf2): Likewise.
13961         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
13962         !flag_trapping_math instead of flag_unsafe_math_optimizations for
13963         x87.  Test TARGET_ROUND || !flag_trapping_math ||
13964         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
13965         SSE.  Use ROUND_NO_EXC in constant operand of
13966         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
13967         for 387 instead of extending and truncating.
13969 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
13970             Julia Koval  <julia.koval@intel.com>
13972         PR target/66960
13973         PR target/67630
13974         PR target/67634
13975         PR target/67841
13976         PR target/68037
13977         PR target/68618
13978         PR target/68661
13979         PR target/69575
13980         PR target/69596
13981         PR target/69734
13982         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
13983         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
13984         all registers, except for function return registers if there are
13985         no caller-saved registers.
13986         (ix86_set_func_type): New function.
13987         (ix86_set_current_function): Call ix86_set_func_type to set
13988         no_caller_saved_registers and func_type.  Call reinit_regs if
13989         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
13990         nor x87 instructions in interrupt handler nor function with
13991         no_caller_saved_registers attribute.
13992         (ix86_function_ok_for_sibcall): Return false if there are no
13993         caller-saved registers.
13994         (type_natural_mode): Don't warn ABI change for MMX in interrupt
13995         handler.
13996         (ix86_function_arg_advance): Skip for callee in interrupt handler.
13997         (ix86_function_arg): Return special arguments in interrupt handler.
13998         (ix86_promote_function_mode): Promote pointer to word_mode only
13999         for normal functions.
14000         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
14001         interrupt handler.
14002         (ix86_epilogue_uses): New function.
14003         (ix86_hard_regno_scratch_ok): Likewise.
14004         (ix86_save_reg): Preserve all registers in interrupt handler
14005         after reload.  Preserve all registers, except for function return
14006         registers, if there are no caller-saved registers after reload.
14007         (find_drap_reg): Always use callee-saved register if there are
14008         no caller-saved registers.
14009         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
14010         for interrupt handler.
14011         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
14012         Emit cld instruction if stringops are used in interrupt handler
14013         or interrupt handler isn't a leaf function.
14014         (ix86_expand_epilogue): Generate interrupt return for interrupt
14015         handler and pop the 'ERROR_CODE' off the stack before interrupt
14016         return in exception handler.
14017         (ix86_expand_call): Disallow calling interrupt handler directly.
14018         If there are no caller-saved registers, mark all registers that
14019         are clobbered by the call which returns as clobbered.
14020         (ix86_handle_no_caller_saved_registers_attribute): New function.
14021         (ix86_handle_interrupt_attribute): Likewise.
14022         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
14023         attributes.
14024         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
14025         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
14026         accumulation in interrupt function if stack may be realigned to
14027         avoid DRAP.
14028         (EPILOGUE_USES): New.
14029         (function_type): New enum.
14030         (machine_function): Add func_type and no_caller_saved_registers.
14031         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
14032         (interrupt_return): New pattern.
14033         * doc/extend.texi: Document x86 interrupt and
14034         no_caller_saved_registers attributes.
14036 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
14038         PR tree-optimization/52171
14039         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
14040         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
14041         Look for constant strings.  Move some code to emit_block_cmp_hints
14042         and use it.
14043         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
14044         * defaults.h (COMPARE_MAX_PIECES): New macro.
14045         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
14046         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
14047         (clear_by_pieces_1): Don't declare.  Move definition before use.
14048         (can_do_by_pieces): New static function.
14049         (can_move_by_pieces): Use it.  Return bool.
14050         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
14051         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
14052         (class pieces_addr); New.
14053         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
14054         pieces_addr::adjust, pieces_addr::increment_address,
14055         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
14056         functions for it.
14057         (class op_by_pieces_d): New.
14058         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
14059         functions for it.
14060         (class move_by_pieces_d, class compare_by_pieces_d,
14061         class store_by_pieces_d): New subclasses of op_by_pieces_d.
14062         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
14063         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
14064         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
14065         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
14066         compare_by_pieces_d::finish_mode): New member functions.
14067         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
14068         functions.
14069         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
14070         (emit_block_cmp_hints): New function.
14071         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
14072         use the newly defined classes.
14073         * expr.h (by_pieces_constfn): New typedef.
14074         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
14075         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
14076         (move_by_pieces_ninsns): Don't declare.
14077         (can_move_by_pieces): Change return value to bool.
14078         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
14079         (compare_by_pieces_branch_ratio): New hook.
14080         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
14081         (by_pieces_ninsns): Declare.
14082         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
14083         COMPARE_BY_PIECES.
14084         (default_compare_by_pieces_branch_ratio): New function.
14085         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
14086         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
14087         * doc/tm.texi: Regenerate.
14088         * tree-ssa-strlen.c: Include "builtins.h".
14089         (handle_builtin_memcmp): New static function.
14090         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
14091         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
14093 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
14095         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
14096         relevant stmts which are simple and invariant.
14097         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
14098         instead of simple and invariant
14100 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
14102         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
14103         (vectorizable_reduction): Check for new relevant state.
14104         (vectorizable_live_operation): vectorize live stmts using
14105         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
14106         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
14107         (vect_stmt_relevant_p): Check for stmts which are only used live.
14108         (process_use): Use of a stmt does not inherit it's live value.
14109         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
14110         (vect_analyze_stmt): Check for new relevant state.
14111         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
14112         outside the loop, but not inside it.
14114 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
14116         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
14117         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
14118         (vect_get_vec_def_for_operand): Split out code.
14120 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
14122         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
14124 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
14126         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
14128 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14130         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
14132 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
14134         PR middle-end/71387
14135         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
14136         to noreturn e->callee->decl that has void return type and void
14137         arguments, adjust gimple_call_fntype and remove lhs even if it had
14138         previously addressable type.
14140 2016-06-02  Jeff Law  <law@redhat.com>
14142         PR tree-optimization/71328
14143         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
14144         error when checking for a jump back onto the copied path.
14146 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
14148         * config/microblaze/microblaze.c (get_branch_target): Add return
14149         NULL_RTX for the non-CALL_P case.
14150         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
14151         (insert_wic): Remove unused local "j".
14153 2016-06-02  Martin Liska  <mliska@suse.cz>
14155         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
14157 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
14158             Julia Koval  <julia.koval@intel.com>
14160         * function.c (assign_parm_setup_stack): Force source into a
14161         register if needed.
14162         * target.def (function_incoming_arg): Update documentation to
14163         allow arbitrary address computation based on hard register.
14164         * doc/tm.texi: Regenerated.
14166 2016-06-02  Martin Liska  <mliska@suse.cz>
14168         * predict.c (combine_predictions_for_bb): Fix first match in
14169         cases where a first predictor contains more than one occurence
14170         in list of predictors.  Take the best value in such case.
14172 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14174         PR rtl-optimization/71295
14175         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
14176         offset would go over the size of the inner mode reject it.
14178 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
14180         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
14181         x=x,x and v=v,m instead of x=x,m.
14183         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
14184         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
14185         alternative to v=rm,C.
14187         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
14188         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
14189         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
14190         instead of vex for the last two above mentioned alternatives.
14192 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14194         PR target/70830
14195         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
14197 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
14199         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
14201 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
14203         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
14204         from int to unsigned.
14206 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
14208         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
14209         alternatives, eliminating preferred register class.  Add support
14210         for the MTVSRDD instruction in ISA 3.0.
14211         (vsx_splat_v4si_internal): Use splat_input_operand instead of
14212         reg_or_indexed_operand.
14213         (vsx_splat_v4sf_internal): Likewise.
14215 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
14217         PR target/71186
14218         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
14219         for loading up all 0's or all 1's.
14221 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14223         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
14225 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
14227         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
14228         extension.
14229         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
14230         * gcc.c (set_source_date_epoch_envvar): New function, sets
14231         the SOURCE_DATE_EPOCH environment variable to the current time.
14233 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
14235         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
14236         the factor for live Phi nodes.
14238 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
14240         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
14241         * tree-parloops.c (parallelize_loops): likewise.
14242         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
14243         tree_unswitch_outer_loop): likewise.
14245 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
14247         PR middle-end/71371
14248         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
14249         around creation of the temporary.
14251 2016-06-01  Richard Biener  <rguenther@suse.de>
14253         PR tree-optimization/71366
14254         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
14255         (unloop_loops): Move removing edges here ...
14256         (try_unroll_loop_completely): ... from here.
14257         (try_peel_loop): ... and here.
14258         (tree_unroll_loops_completely_1): Track parent loops via
14259         bitmap of header BBs.
14260         (tree_unroll_loops_completely): Adjust for that.
14262 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14264         * config/rs6000/altivec.h (vec_slv): New macro.
14265         (vec_srv): New macro.
14266         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
14267         (UNSPEC_VSRV): New value.
14268         (vslv): New insn.
14269         (vsrv): New insn.
14270         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
14271         (vsrv): New builtin definition.
14272         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
14273         define argument types for new builtin.
14274         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
14275         new builtin.
14276         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
14277         functions.
14279 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
14280             Jocelyn Mayer  <l_indien@magic.fr>
14282         PR target/67310
14283         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
14284         detect processor family for signature_CENTAUR_ebx.
14285         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
14286         signature_CENTAUR_ebx.
14287         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
14288         <default>: Pass x86-64 for has_longmode.
14290 2016-06-01  Nathan Sidwell  <nathan@acm.org>
14292         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
14293         undefined weak.
14295 2016-06-01  Richard Biener  <rguenther@suse.de>
14297         PR tree-optimization/71261
14298         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
14299         of stmts successfully put in the bool pattern.  Remove
14300         single-use restriction.
14301         (adjust_bool_pattern_cast): Add cast at the use site via the
14302         pattern def sequence.
14303         (adjust_bool_pattern): Remove recursion, maintain a hash-map
14304         of patterned defs.  Use the pattern def seqence instead of
14305         multiple independent patterns.
14306         (sort_after_uid): New qsort compare function.
14307         (adjust_bool_stmts): New function to process stmts in the bool
14308         pattern in IL order.
14309         (vect_recog_bool_pattern): Adjust.
14310         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
14311         (ifcvt_walk_pattern_tree): Likewise.
14312         (stmt_is_root_of_bool_pattern): Likewise.
14313         (ifcvt_repair_bool_pattern): Likewise.
14314         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
14316 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
14318         * loop-unroll.c (decide_unroll_constant_iterations,
14319         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
14320         likely upper bounds.
14321         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
14323 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
14325         * tree-core.h (enum omp_clause_code): Remove
14326         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
14328 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14330         * config/arm/sync.md (arm_store_exclusive<mode>):
14331         Use 'H' output modifier on operands[2] rather than creating a new
14332         entry in out-of-bounds memory of the operands array.
14333         (arm_store_release_exclusivedi): Likewise.
14335 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14337         * config/arm/arm.c (arm_fusion_enabled_p): New function.
14338         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
14339         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
14340         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
14342 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
14344         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
14345         into account live statements for mask producers.
14347 2016-06-01  Richard Biener  <rguenther@suse.de>
14349         PR tree-optimization/71311
14350         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
14351         restrict to non-INTEGER_CST @0.
14353 2016-06-01  Richard Biener  <rguenther@suse.de>
14355         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
14356         (relational patterns): Use :c to avoid pattern duplications.
14358 2016-06-01  Richard Biener  <rguenther@suse.de>
14360         * genmatch.c (comparison_code_p): New predicate.
14361         (swap_tree_comparison): New function.
14362         (commutate): Add for_vec parameter to append new for entries.
14363         Support commutating relational operators by swapping it alongside
14364         operands.
14365         (lower_commutative): Adjust.
14366         (dt_simplify::gen): Do not pass artificial operators to gen
14367         functions.
14368         (decision_tree::gen): Do not add artificial operators as parameters.
14369         (parser::parse_expr): Verify operator commutativity when :c is
14370         applied.  Allow :C to override this.
14371         * match.pd: Adjust patterns to use :C instead of :c where required.
14373 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
14375         PR tree-optimization/71077
14376         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
14377         the combining step, use boolean_false_node and boolean_true_node
14378         as the designated false/true return values.
14380 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
14382         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
14383         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
14384         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
14385         PRED_LOOP_EXIT.
14387 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
14389         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
14390         of flags impliying the register renaming.
14391         * toplev.c (process_options): Do not imply flag_rename_registers with
14392         loop peeling.
14394 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
14396         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
14397         default implementation.
14399 2016-05-31  Nathan Sidwell  <nathan@acm.org>
14401         * dwarf2out.c (cur_line_info_table): Add GTY marker.
14403 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
14405         * config/sh/constraints.md (b): Remove constraint.
14406         * config/sh/predicates.md (arith_reg_operand): Remove
14407         TARGET_REGISTER_P.
14408         * config/sh/sh-modes.def (PDI): Remove.
14409         * config/sh/sh.c (sh_target_reg_class,
14410         sh_optimize_target_register_callee_saved): Remove functions.
14411         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
14412         (sh_expand_epilogue): Update comment.
14413         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
14414         sh_secondary_reload): Remove TARGET_REGS related code.
14415         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
14416         TARGET_REGISTER_P): Remove macros.
14417         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
14418         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
14419         TR1_REG, TR2_REG): Remove constants.
14420         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
14422 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
14424         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
14425         define_expand patterns.
14426         (adddi3_compact): Rename to adddi3.
14427         (subdi3_compact): Rename to subdi3.
14428         (*negdi2): Rename to negdi2.
14429         (*abs<mode>2): Rename to abs<mode>2.
14431 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
14433         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
14434         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
14435         (atomic_sub_fetchsi): ... this new pattern.
14436         (mvtc): Add CC_REG clobber.
14438 2016-05-31  Marek Polacek  <polacek@redhat.com>
14440         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
14442 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14444         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
14445         aarch64_fusion_enabled_p to check for fusion capabilities.
14447 2016-05-31  Richard Biener  <rguenther@suse.de>
14449         PR tree-optimization/71352
14450         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
14451         minus one and a negate.
14453 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14455         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
14456         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
14457         Delete prototype.
14458         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
14459         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
14460         Remove use of aarch64_simd_attr_length_move, set length attribute
14461         directly.
14462         (*aarch64_be_movoi): Likewise.
14463         (*aarch64_be_movci): Likewise.
14464         (*aarch64_be_movxi): Likewise.
14466 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
14468         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
14469         It no longer does that.
14470         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
14472 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
14474         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
14475         attribute __unused__.
14477 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14479         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
14480         * config/arm/arm.c (arm_arch_thumb1): Define.
14481         (arm_option_override): Initialize arm_arch_thumb1.
14482         * config/arm/arm.h (arm_arch_thumb1): Declare.
14483         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
14484         support Thumb-1 ISA.
14486 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
14488         PR target/71346
14489         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
14490         `Yv' for scalar operand.
14492 2016-05-31  Tom de Vries  <tom@codesourcery.com>
14494         PR tree-optimization/69068
14495         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
14496         phis with more than two args.
14498 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
14500         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
14501         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
14502         target.
14504 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
14506         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
14507         tune_64.
14508         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
14509         support on SPARC.
14510         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
14511         cpu_32, cpu_64, tune_32 and tune_64.
14512         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
14514 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
14516         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
14518 2016-05-30  Andi Kleen  <ak@linux.intel.com>
14520         * auto-profile.c (read_profile): Replace asserts with errors
14521         when file does not exist.
14522         * gcov-io.c (gcov_read_words): Dito.
14524 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
14526         * tree-cfg.c (print_loop): Print likely upper bounds.
14528 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
14530         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
14531         * opts.c (default_options): Enable peel loops at -O3.
14532         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
14533         (try_peel_loop): Do not re-peel already peeled loops;
14534         use likely upper bounds; fix profile updating.
14535         (pass_complete_unroll::execute): Initialize peeled_loops.
14537 2016-05-30  Martin Liska  <mliska@suse.cz>
14539         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
14540         computed costs by frequency of BB they belong to.
14541         (get_scaled_computation_cost_at): New function.
14543 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
14544             Marc Glisse  <marc.glisse@inria.fr>
14546         PR tree-optimization/71289
14547         * match.pd (-1 / B < A, A > -1 / B): New transformations.
14549 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
14551         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
14553 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
14555         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
14556         for peeled copies; avoid underflow when updating estimates; correctly
14557         scale loop profile.
14559 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
14561         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
14562         r236875. Corrected oe3 to oe2 as obvious.
14564 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
14566         PR middle-end/71269
14567         PR middle-end/71252
14568         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
14569         that inserted stmt will not dominate stmts that defines its operand.
14570         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
14571         (rewrite_expr_tree_parallel): Likewise.
14573 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
14575         PR middle-end/71252
14576         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
14577         all fields including stmt_to_insert are swapped.
14579 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
14581         * predict.h (force_edge_cold): Declare.
14582         * predict.c (force_edge_cold): New function.
14583         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
14584         updating.
14585         (canonicalize_loop_induction_variables): Fix formating.
14587 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
14589         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
14590         (visium_expand_copysign): Use gen_int_mode directly.
14591         (visium_compute_frame_size): Minor tweaks.
14593 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
14595         * tree-vect-loop.c (vect_analyze_loop_2): Use
14596         likely_max_stmt_executions_int.
14598 2016-05-30  Tom de Vries  <tom@codesourcery.com>
14600         PR tree-optimization/69067
14601         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
14603 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
14605         PR target/71245
14606         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
14607         New peepholes to remove unneeded fild/fistp pairs.
14608         (define_peephole2 atomic_loaddi_fpu): Ditto.
14610 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
14612         * predict.c (maybe_hot_frequency_p): Avoid division.
14614 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
14616         * doc/install.texi: Use https for shop.fsf.org.
14618 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
14620         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
14621         likely_max_stmt_executions_int.
14623 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
14625         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
14626         likely_max_stmt_executions_int.
14628 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
14630         * profile.c (compute_branch_probabilities): Do not report hitrates
14631         here.
14632         (branch_prob): Report hitrates here.
14633         * predict.c (gimple_predict_edge): Do not assert profile status;
14634         fix formatting issues.
14636 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
14638         * predict.c (edge_predicted_by_p): New function.
14639         (predict_paths_for_bb): Do not put multiple predictions of the same type
14640         on one edge.
14642 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
14644         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
14645         commit.
14647 2016-05-28  Alan Modra  <amodra@gmail.com>
14649         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
14651 2016-05-28  Alan Modra  <amodra@gmail.com>
14653         PR rtl-optimization/71275
14654         * ira.c (ira): Free dominance info.
14656 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
14658         * doc/sourcebuild.texi: New address for upstream Go repository.
14660 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14662         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
14663         (TARGET_ARM_V7M): Likewise.
14665 2016-05-26  Jeff Law  <law@redhat.com>
14667         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
14668         (thread_across_edge): Remove calls to find_jump_threads_backwards.
14669         * passes.def: Add jump threading passes before DOM/VRP.
14670         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
14671         argument to a basic block from an edge.  Remove tests which are
14672         handled elsewhere.
14673         (pass_data_thread_jumps, class pass_thread_jumps): New.
14674         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
14675         (make_pass_thread_jumps): Likewise.
14676         * tree-pass.h (make_pass_thread_jumps): Declare.
14678 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
14680         * config/visium/visium-protos.h (split_double_move): Rename into...
14681         (visium_split_double_move): ...this.
14682         (visium_split_double_add): Declare.
14683         * config/visium/visium.c (split_double_move): Rename into...
14684         (visium_split_double_move): ...this.
14685         (visium_split_double_add): New function.
14686         (visium_expand_copysign): Renumber operands for consistency.
14687         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
14688         (DFmode move splitter): Likewise.
14689         (*addi3_insn): Split by means of visium_split_double_add.
14690         (*adddi3_insn_flags): Delete.
14691         (*plus_plus_sltu<subst_arith>): New insn.
14692         (*subdi3_insn): Split by means of visium_split_double_add.
14693         (subdi3_insn_flags): Delete.
14694         (*minus_minus_sltu<subst_arith>): New insn.
14695         (*negdi2_insn): Split by means of visium_split_double_add.
14696         (*negdi2_insn_flags): Delete.
14698 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
14700         * configure.ac: Treat a --with-headers option without argument
14701         the same as the default (i.e. consult sys-include directory).
14702         * configure: Regenerate.
14704 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14706         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
14707         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
14708         prototype.
14709         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
14710         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
14712 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
14714         PR target/63596
14715         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
14716         tree-stdarg analysis results.
14717         (aarch64_setup_incoming_varargs): Likewise.
14719 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
14721         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
14722         va_list_gpr_counter_field and va_list_fpr_counter_field.
14724 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
14726         PR67609
14727         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
14728         * config/aarch64/aarch64.c
14729         (aarch64_cannot_change_mode_class): Remove function.
14730         * config/aarch64/aarch64-protos.h
14731         (aarch64_cannot_change_mode_class): Remove.
14733 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
14735         * cfgloop.c (record_niter_bound): Record likely upper bounds.
14736         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
14737         get_likely_max_loop_iterations_int): New.
14738         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
14739         any_likely_upper_bound.
14740         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
14741         Declare.
14742         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
14743         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
14744         upper bound.
14745         (unroll_loop_constant_iterations): Likewise.
14746         (unroll_loop_runtime_iterations): Likewise.
14747         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
14748         * lto-streamer-out.c (output_cfg): Likewise.
14749         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
14750         bounds.
14751         (canonicalize_loop_induction_variables): Dump likely upper bounds.
14752         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
14753         (likely_max_loop_iterations): New.
14754         (likely_max_loop_iterations_int): New.
14755         (likely_max_stmt_executions): New.
14756         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
14757         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
14758         likely_max_stmt_executions): Declare.
14760 2016-05-27  Marek Polacek  <polacek@redhat.com>
14762         PR middle-end/71308
14763         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
14765 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14767         * config/s390/s390.md (2x risbg splitters): Use
14768         reg_overlap_mentioned_p instead of rtx_equal_p.
14770 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14772         * combine.c (make_compound_operation): Take known zero bits into
14773         account when checking for possible zero_extend.
14775 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14777         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
14778         Use const_int_operand for operand 2 predicate.  Simplify expand code
14779         as a result.
14781 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
14783         PR middle-end/71279
14784         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
14785         into comparison.
14787 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14789         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
14790         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
14791         that returns CC_SESWPmode and CC_ZESWPmode.
14792         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
14793         and CC_SESWPmode.
14794         (aarch64_rtx_costs): Likewise.
14796 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
14798         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
14799         for ISA 3.0 min/max support.
14800         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
14801         conditional move support.
14802         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
14803         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
14804         available.
14805         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
14806         conditional moves where the comparison type is different from move
14807         type.
14808         (fp_minmax): New code iterator for smin/smax.
14809         (minmax): New code attributes for min/max.
14810         (SMINMAX): Likewise.
14811         (smax<mode>3): Combine min, max insns into one insn using the
14812         fp_minmax code iterator.  Add support for ISA 3.0 min/max
14813         instructions that don't need -ffast-math.
14814         (s<minmax><mode>3): Likewise.
14815         (smax<mode>3_vsx): Likewise.
14816         (smin<mode>3): Likewise.
14817         (s<minmax><mode>3_vsx): Likewise.
14818         (smin<mode>3_vsx): Likewise.
14819         (pre-VSX min/max splitters): Likewise.
14820         (s<minmax><mode>3_fpr): Likewise.
14821         (movsfcc): Rewrite floating point conditional moves to combine
14822         SFmode/DFmode into a single insn.
14823         (mov<mode>cc): Likewise.
14824         (movdfcc): Likewise.
14825         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
14826         SFDF2 iterators to handle all combinations.
14827         (fseldfsf4): Likewise.
14828         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
14829         (fseldfdf4): Likewise.
14830         (fselsfdf4): Likewise.
14831         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
14832         comparison instructions that set a 0/-1 mask, and use it for
14833         floating point conditional move via XXSEL.
14834         (fpmask<mode>): Likewise.
14835         (xxsel<mode>): Likewise.
14836         * config/rs6000/predicates.md (min_max_operator): Delete, no
14837         longer used.
14838         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
14839         instructions that generate a 0/-1 mask for use with XXSEL.
14840         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
14841         say whether floating point min/max is available, either through
14842         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
14843         (TARGET_MINMAX_DF): Likewise.
14845 2016-05-27  Alan Modra  <amodra@gmail.com>
14847         PR rtl-optimization/71275
14848         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
14849         for update_equiv_regs and combine_and_move_insns.
14851 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
14853         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
14854         if_then_else or cond RTXes to calculate attribute value.
14855         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
14856         <attr "length_immediate>: Ditto.
14857         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
14858         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
14859         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
14860         <attr "type">: Ditto.
14861         <attr "prefix_data16">: Ditto.
14862         <attr "prefix_extra">: Ditto.
14863         <attr "length_immediate">: Ditto.
14864         <attr "prefix">: Ditto.
14865         (vec_set<mode>_0) <attr "isa">: Ditto.
14866         <attr "prefix_extra">: Ditto.
14867         <attr "length_immediate">: Ditto.
14868         <attr "prefix">: Ditto.
14869         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
14870         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
14871         (sse2_storelpd) <attr "prefix_data16">: Ditto.
14872         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
14873         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
14874         <attr "length_immediate">: Ditto.
14875         <attr "prefix">: Ditto.
14876         (sse2_movsd) <attr "length_immediate">: Ditto.
14877         <attr "prefix">: Ditto.
14878         (vec_concatv2df)  <attr "isa">: Ditto.
14879         <attr "prefix">: Ditto.
14880         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
14881         (*vec_extractv2di_1) <attr "isa">: Ditto.
14882         <attr "type">: Ditto.
14883         <attr "length_immediate">: Ditto.
14884         <attr "prefix_rex">: Ditto.
14885         <attr "prefix_extra">: Ditto.
14886         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
14887         <attr "prefix_extra">: Ditto.
14888         <attr "length_immediate">: Ditto.
14889         (vec_concatv2di) <attr "isa">: Ditto.
14890         <attr "prefix_extra">: Ditto.
14891         <attr "length_immediate">: Ditto.
14892         <attr "prefix">: Ditto.
14894 2016-05-26  Martin Liska  <mliska@suse.cz>
14896         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
14897         function.
14898         (operator+): Likewise.
14899         (operator-): Likewise.
14900         (comp_cost::operator+=): Likewise.
14901         (comp_cost::operator-=): Likewise.
14902         (comp_cost::operator/=): Likewise.
14903         (comp_cost::operator*=): Likewise.
14904         (operator<): Likewise.
14905         (operator==): Likewise.
14906         (operator<=): Likewise.
14907         (new_cost): Remove.
14908         (infinite_cost_p): Likewise.
14909         (add_costs): Likewise.
14910         (sub_costs): Likewise.
14911         (compare_costs): Likewise.
14912         (set_group_iv_cost): Use the newly introduced functions.
14913         (get_address_cost): Likewise.
14914         (get_shiftadd_cost): Likewise.
14915         (force_expr_to_var_cost): Likewise.
14916         (split_address_cost): Likewise.
14917         (ptr_difference_cost): Likewise.
14918         (difference_cost): Likewise.
14919         (get_computation_cost_at): Likewise.
14920         (determine_group_iv_cost_generic): Likewise.
14921         (determine_group_iv_cost_address): Likewise.
14922         (determine_group_iv_cost_cond): Likewise.
14923         (autoinc_possible_for_pair): Likewise.
14924         (determine_group_iv_costs): Likewise.
14925         (cheaper_cost_pair): Likewise.
14926         (iv_ca_recount_cost): Likewise.
14927         (iv_ca_set_no_cp): Likewise.
14928         (iv_ca_set_cp): Likewise.
14929         (iv_ca_cost): Likewise.
14930         (iv_ca_new): Likewise.
14931         (iv_ca_dump): Likewise.
14932         (iv_ca_narrow): Likewise.
14933         (iv_ca_prune): Likewise.
14934         (iv_ca_replace): Likewise.
14935         (try_add_cand_for): Likewise.
14936         (try_improve_iv_set): Likewise.
14937         (find_optimal_iv_set): Likewise.
14939 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
14941         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
14942         that internal functions will clobber all caller-saved registers.
14944 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
14946         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
14947         Return a better case_values_threshold when optimizing.
14949 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
14951         * config/aarch64/aarch64-simd.md (aarch64_combinez):
14952         Add ? to integer variant.
14953         (aarch64_combinez_be): Likewise.
14955 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
14957         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
14958         instead of x constraint.
14959         (vcvtps2ph256<mask_name>): Likewise.
14961         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
14962         alternative.  Formatting fix.
14964         * config/i386/sse.md
14965         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
14966         to ...
14967         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
14968         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
14969         maybe_evex prefix instead of vex.
14970         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
14971         EXT_REX_SSE_REG_P (op0) case in the splitter.
14973 2016-05-25  Jeff Law  <law@redhat.com>
14975         PR tree-optimization/71272
14976         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
14977         Update comments.  Add test for empty path.
14979 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
14981         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
14982         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
14983         special case builtin.
14984         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
14985         code for ALTIVEC_BUILTIN_VEC_CMPNE.
14986         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
14987         for __builtin_vec_cmpne.
14989 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
14991         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
14992         redundant test and bail out if the type of the new operand is not
14993         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
14995 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
14997         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
14998         (x_ix86_target_flags_explicit): Remove.
14999         * config/i386/i386.c (ix86_function_specific_save): Do not copy
15000         x_ix86_target_flags_explicit.
15001         (ix86_function_specific_restore): Ditto.
15003 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
15004             H.J. Lu  <hongjiu.lu@intel.com>
15006         PR target/70738
15007         * common/config/i386/i386-common.c
15008         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
15009         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
15010         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
15011         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
15012         (-mgeneral-regs-only): Add new option.
15013         * config/i386/i386.c (ix86_option_override_internal): Don't enable
15014         x87 instructions if only general registers are allowed.
15015         (ix86_target_string): Add ix86_flags argument. Handle additional
15016         flags options through ix86_flags argument.  Update all callers.
15017         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
15019 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15021         PR rtl-optimization/66940
15022         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
15023         decrementing desired_val will not overflow before performing these
15024         operations.
15026 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
15028         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
15029         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
15030         * config/i386/i386.c (enum ix86_builtins): Add
15031         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
15032         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
15033         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
15034         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
15035         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
15036         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
15037         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
15038         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
15039         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
15040         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
15041         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
15042         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
15043         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
15044         __builtin_ia32_cvtps2dq512_mask.
15045         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
15046         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
15047         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
15048         * config/i386/sse.md
15049         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
15050         Rename to ...
15051         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
15052         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
15053         to ...
15054         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
15055         (avx512f_vec_pack_sfix_v8df): New define_expand.
15056         (avx512f_roundpd512): Rename to ...
15057         (avx512f_round<castmode>512): ... this.  Change iterator.
15058         (avx512f_roundps512_sfix): New define_expand.
15059         (round<mode>2_sfix): Change iterator.
15061 2016-05-25  Nick Clifton  <nickc@redhat.com>
15063         * config/msp430/msp430.c (msp430_attr): Produce an error if a
15064         static interrupt handler is detected.
15065         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
15066         default linker script.
15067         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
15068         the low part of a symbolic pointer.
15070 2016-05-25  Richard Biener  <rguenther@suse.de>
15072         PR tree-optimization/71261
15073         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
15074         interesting stmt instead of immediate uses when looking
15075         for the use operand to replace.
15077 2016-05-25  Martin Liska  <mliska@suse.cz>
15079         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
15081 2016-05-25  Richard Biener  <rguenther@suse.de>
15083         PR tree-optimization/71264
15084         * tree-vect-stmts.c (vect_init_vector): Properly deal with
15085         vector type val.
15087 2016-05-25  Martin Liska  <mliska@suse.cz>
15089         PR tree-optimization/71239
15090         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
15091         if DECL_SIZE is NULL.
15093 2016-05-25  Richard Biener  <rguenther@suse.de>
15095         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
15096         * tree-if-conv.c (pass_data_if_conversion): Use it.
15098 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15100         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
15101         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
15102         * varpool.c (varpool_node::get_availability): Likewise.
15104 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
15106         * config/rs6000/altivec.md (VNEG iterator): New iterator for
15107         VNEGW/VNEGD instructions.
15108         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
15109         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
15110         support for ISA 3.0 VNEGW/VNEGD instructions.
15112 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
15114         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
15115         pointers inside OACC_DATA regions.
15116         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
15117         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
15118         (gimplify_adjust_omp_clauses): Fix typo in comment.
15120 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
15122         * config/rs6000/altivec.md (VParity): New mode iterator for vector
15123         parity built-in functions.
15124         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
15125         zeros.
15126         (p9v_parity<mode>2): Likewise.
15127         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
15128         parity.
15129         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
15130         (parity<mode>2): ISA 3.0 expander for vector parity.
15131         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
15132         power9 built-ins.
15133         (BU_P9_64BIT_MISC_0): Likewise.
15134         (BU_P9_MISC_0): Likewise.
15135         (BU_P9V_AV_1): Likewise.
15136         (BU_P9V_AV_2): Likewise.
15137         (BU_P9V_AV_3): Likewise.
15138         (BU_P9V_AV_P): Likewise.
15139         (BU_P9V_VSX_1): Likewise.
15140         (BU_P9V_OVERLOAD_1): Likewise.
15141         (BU_P9V_OVERLOAD_2): Likewise.
15142         (BU_P9V_OVERLOAD_3): Likewise.
15143         (VCTZB): Add vector count trailing zeros support.
15144         (VCTZH): Likewise.
15145         (VCTZW): Likewise.
15146         (VCTZD): Likewise.
15147         (VPRTYBD): Add vector parity support.
15148         (VPRTYBQ): Likewise.
15149         (VPRTYBW): Likewise.
15150         (VCTZ): Add overloaded vector count trailing zeros support.
15151         (VPRTYB): Add overloaded vector parity support.
15152         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
15153         overloaded vector count trailing zeros and parity instructions.
15154         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
15155         vector parity support.
15156         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
15157         trailing zeros support.
15158         (vec_cntlz): Likewise.
15159         (vec_vctzb): Likewise.
15160         (vec_vctzd): Likewise.
15161         (vec_vctzh): Likewise.
15162         (vec_vctzw): Likewise.
15163         (vec_vprtyb): Add ISA 3.0 vector parity support.
15164         (vec_vprtybd): Likewise.
15165         (vec_vprtybw): Likewise.
15166         (vec_vprtybq): Likewise.
15167         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
15168         the ISA 3.0 vector count trailing zeros and vector parity built-in
15169         functions.
15171 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
15173         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
15174         when there is stmt_to_insert.
15176 2016-05-24  Martin Sebor  <msebor@redhat.com>
15178         PR c++/71147
15179         * tree.h (complete_or_array_type_p): New inline function.
15181 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
15183         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
15184         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
15185         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
15187         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
15188         Limit 1st alternative to noavx isa, split 2nd alternative into one
15189         noavx and one avx alternative, use *x and Bm in the former and
15190         x and m in the latter.
15192         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
15193         of sse4 for the first alternative, drop %v from the template
15194         and d operand modifier.  Split second alternative into one sse4_noavx
15195         and one avx alternative, use *x instead of *v in the former and v
15196         instead of *v in the latter.
15197         (*sse4_1_extractps): Use noavx isa instead of * for the first
15198         alternative, drop %v from the template.  Split second alternative into
15199         one noavx and one avx alternative, use *x instead of *v in the
15200         former and v instead of *v in the latter.
15201         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
15202         with noavx and the last one with avx.
15203         (sse4_1_phminposuw): Guard first alternative with noavx isa,
15204         split the second one into one noavx and one avx alternative,
15205         use *x and Bm in the former and x and m in the latter one.
15206         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
15207         alternatives.
15209         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
15210         first two alternatives to noavx, use *x instead of *v in the second
15211         one, add avx alternative without *.
15212         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
15213         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
15214         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
15216 2016-05-24  Jeff Law  <law@redhat.com>
15218         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
15219         New function, extracted from...
15220         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
15221         Allow simple copies and constant initializations in the SSA chain.
15223 2016-05-24  Marek Polacek  <polacek@redhat.com>
15225         PR c/71249
15226         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
15227         scope.
15229 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
15231         PR c++/71257
15232         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
15233         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
15234         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
15235         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
15236         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
15238 2016-05-24  Richard Biener  <rguenther@suse.de>
15240         PR tree-optimization/71240
15241         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
15242         has integral type.
15244 2016-05-24  Richard Biener  <rguenther@suse.de>
15246         PR tree-optimization/71230
15247         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
15249 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
15251         * tree-vectorizer.h (vectorizable_comparison): Delete.
15252         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
15253         PURE_SLP_STMT check.
15254         * tree-vect-stmts.c (vectorizable_call): Likewise.
15255         (vectorizable_simd_clone_call): Likewise.
15256         (vectorizable_conversion): Likewise.
15257         (vectorizable_assignment): Likewise.
15258         (vectorizable_shift): Likewise.
15259         (vectorizable_operation): Likewise.
15260         (vectorizable_load): Likewise.
15261         (vectorizable_condition): Likewise.
15262         (vectorizable_store): Likewise.  Assert that we don't have
15263         hybrid SLP.
15264         (vectorizable_comparison): Make static.  Remove redundant
15265         PURE_SLP_STMT check.
15266         (vect_transform_stmt): Assert that we always have an slp_node
15267         if PURE_SLP_STMT.
15269 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15271         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
15272         operands[2] against 1 with comparison against CONST1_RTX.
15273         (<shift>di3_neon): Likewise.
15274         * config/arm/predicates.md (const0_operand): Replace with comparison
15275         against CONST0_RTX.
15277 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15279         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
15280         operands[2] against 1 with comparison against CONST1_RTX.
15281         (ashrdi3): Likewise.
15282         (lshrdi3): Likewise.
15283         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
15284         UINTVAL.
15285         (ashrsi3): Likewise.
15286         (lshrsi3): Likewise.
15287         (rotrsi3): Likewise.
15288         (define_split above *compareqi_eq0): Likewise.
15289         (define_split above "prologue"): Likewise.
15290         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
15291         * config/arm/predicates.md (shift_operator): Likewise.
15292         (shift_nomul_operator): Likewise.
15293         (sat_shift_operator): Likewise.
15294         (thumb1_cmp_operand): Likewise.
15295         (const_neon_scalar_shift_amount_operand): Replace manual range
15296         check with IN_RANGE.
15297         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
15298         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
15300 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15302         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
15303         with HOST_WIDE_INT_1.
15304         (insv): Likewise.
15305         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
15306         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
15307         (arm_canonicalize_comparison): Likewise.
15308         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
15309         HOST_WIDE_INT_1.
15310         (thumb1_size_rtx_costs): Likewise.
15311         (vfp_const_double_index): Replace cast of 1 to unsigned
15312         HOST_WIDE_INT with HOST_WIDE_INT_1U.
15313         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
15314         HOST_WIDE_INT_1.
15315         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
15316         HOST_WIDE_INT with HOST_WIDE_INT_1U.
15317         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
15318         HOST_WIDE_INT with HOST_WIDE_INT_1.
15320 2016-05-24  Marek Polacek  <polacek@redhat.com>
15322         * tree-cfg.h (should_remove_lhs_p): New predicate.
15323         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
15324         * gimplify.c (gimplify_modify_expr): Likewise.
15325         * tree-cfg.c (verify_gimple_call): Likewise.
15326         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
15327         * gimple-fold.c: Include "tree-cfg.h".
15328         (gimple_fold_call): Use should_remove_lhs_p.
15330 2016-05-24  Richard Biener  <rguenther@suse.de>
15332         PR tree-optimization/71253
15333         * cfganal.h (control_dependences): Make robust against edge
15334         and BB removal.
15335         (control_dependences::control_dependences): Remove edge_list argument.
15336         (control_dependences::get_edge): Remove.
15337         (control_dependences::get_edge_src): Add.
15338         (control_dependences::get_edge_dest): Likewise.
15339         (control_dependences::m_el): Make a vector of edge src/dest index.
15340         * cfganal.c (control_dependences::find_control_dependence): Adjust.
15341         (control_dependences::control_dependences): Likewise.
15342         (control_dependences::~control_dependence): Likewise.
15343         (control_dependences::get_edge): Remove.
15344         (control_dependences::get_edge_src): Add.
15345         (control_dependences::get_edge_dest): Likewise.
15346         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
15347         get_edge_src.
15348         (perform_tree_ssa_dce): Adjust.
15349         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
15350         get_edge_src.
15351         (pass_loop_distribution::execute): Adjust.  Do loop destroying
15352         conditional on changed.
15354 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15356         PR target/69857
15357         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
15358         return.  Reindent transformation comment and mention the ARM state
15359         behavior.
15361 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
15363         PR middle-end/71252
15364         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
15365         after build_and_add_sum creates new use stmt.
15367 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
15369         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
15370         load_lanes/grouped_load classification comes first.  Don't check
15371         whether the vectorization factor is a multiple of the group size
15372         for load_lanes.
15374 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
15376         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
15377         GROUP_GAP for single-element interleaving.
15378         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
15379         variable.
15381 2016-05-24  Richard Biener  <rguenther@suse.de>
15383         PR middle-end/70434
15384         PR c/69504
15385         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
15386         bases which are accessed with non-invariant indices.
15387         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
15388         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
15390 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
15392         PR middle-end/71170
15393         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
15394         (add_to_ops_vec): Add stmt_to_insert.
15395         (add_repeat_to_ops_vec): Init stmt_to_insert.
15396         (insert_stmt_before_use): New.
15397         (transform_add_to_multiply): Remove mult_stmt insertion and add it
15398         to ops vector.
15399         (get_ops): Init stmt_to_insert.
15400         (maybe_optimize_range_tests): Likewise.
15401         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
15402         (rewrite_expr_tree_parallel): Likewise.
15403         (reassociate_bb): Likewise.
15405 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
15407         PR target/71201
15408         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
15409         ISA 3.0 xxperm fusion alternative.
15410         (altivec_vperm_v8hiv16qi): Likewise.
15411         (altivec_vperm_<mode>_uns_internal): Likewise.
15412         (vperm_v8hiv4si): Likewise.
15413         (vperm_v16qiv8hi): Likewise.
15415 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
15416             Kelvin Nilsen  <kelvin@gcc.gnu.org>
15418         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
15419         vpermr/xxpermr on ISA 3.0.
15420         (altivec_expand_vec_perm_le): Likewise.
15421         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
15422         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
15423         ISA 3.0.
15425 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
15427         * config/i386/i386.h (IS_STACK_MODE): Enable for
15428         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
15429         SSE_FLOAT_MODE_P macros.
15430         * config/i386/i386.c (ix86_preferred_reload_class): Use
15431         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
15432         Cleanup regclass processing for CONST_DOUBLE_P.
15433         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
15434         (ix86_rtx_costs): Remove redundant TARGET_80387 check
15435         with IS_STACK_MODE macro.
15436         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
15437         with TARGET_SSE2.
15438         (*movdf_internal): Use IS_STACK_MODE macro.
15439         (*movsf_internal): Ditto.
15441 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
15443         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
15444         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
15446 2016-05-23  Jeff Law  <law@redhat.com>
15448         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
15449         extracted from ...
15450         (fsm_find_control_statement_thread_paths): Call it.
15452 2016-05-23  Martin Jambor  <mjambor@suse.cz>
15454         PR ipa/71234
15455         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
15456         from_global_constant if t is not NULL.
15458 2016-05-23  Marek Polacek  <polacek@redhat.com>
15460         PR c/49859
15461         * common.opt (Wswitch-unreachable): New option.
15462         * doc/invoke.texi: Document -Wswitch-unreachable.
15463         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
15464         warning.
15466 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
15468         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
15469         TMR_INDEX is non-NULL.
15471 2016-05-23  Richard Biener  <rguenther@suse.de>
15473         PR tree-optimization/71230
15474         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
15475         (try_special_add_to_ops): ... here.  Always test for single-use.
15477 2016-05-23  Martin Jambor  <mjambor@suse.cz>
15479         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
15480         default block if a PHI node in the original one would be resized.
15482 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
15484         PR tree-optimization/58135
15485         * tree-vect-slp.c: When group size is not multiple
15486         of vector size, allow splitting of store group at
15487         vector boundary.
15489 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
15491         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
15493 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
15495         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
15496         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
15497         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
15498         of 64x2.
15500         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
15501         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
15502         v constraint instead of x and vinserti32x4 insn.
15504         * config/i386/sse.md (i128vldq): New mode iterator.
15505         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
15506         avx512dq and avx512vl alternatives.
15508         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
15509         constraint, use maybe_evex prefix instead of vex.
15510         (vec_dupv4sf): Use v constraint instead of x for output
15511         operand except for noavx alternative, use Yv constraint
15512         instead of x for input.  Use maybe_evex prefix instead of vex.
15513         (*vec_dupv4si): Likewise.
15514         (*vec_dupv2di): Likewise.
15516 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
15518         PR middle-end/40921
15519         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
15520         (linearize_expr_tree): Call try_special_add_to_ops.
15521         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
15523 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
15525         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
15526         to computed stack_usage.
15528 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
15530         PR target/71103
15531         * config/avr/avr.md (define_expand "mov<mode>"): If the source
15532         operand is subreg (symbol_ref) then move the symbol ref to register.
15534 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
15536         * tree.c (array_at_struct_end_p): Look through MEM_REF.
15538 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
15540         PR middle-end/71179
15541         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
15542         VECTOR type.
15544 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
15546         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
15547         ranges by calling get_single_symbol and tidy up.  Look more closely
15548         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
15550 2016-05-20  Jeff Law  <law@redhat.com>
15552         * bitmap.c (bitmap_find_bit): Remove useless test.
15554 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
15556         * function.c (thread_prologue_and_epilogue_insns): Commit the
15557         insertion of the epilogue.
15559 2016-05-20  Martin Jambor  <mjambor@suse.cz>
15561         PR tree-optimization/70884
15562         * tree-sra.c (initialize_constant_pool_replacements): Do not check
15563         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
15564         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
15565         of constant pool data as a reason for scalarization.
15567 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
15569         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
15570         for naked functions.
15571         (thumb1_expand_prologue): Likewise.
15573 2016-05-20  Nathan Sidwell  <nathan@acm.org>
15575         * config/nvptx/nptx.c (nvptx_option_override): Only set
15576         flag_toplevel_reorder, if not explicitly specified.  Set
15577         flag_no_common, unless explicitly specified.
15579 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
15581         * calls.c (can_implement_as_sibling_call_p): Mark param
15582         reg_parm_stack_space with ATTRIBUTE_UNUSED.
15584 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
15586         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
15587         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
15588         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
15589         constants.
15590         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
15591         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
15592         and CASE_CONST_ANY.
15594 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
15596         * config/nvptx/nvptx.md (sincossf3): New pattern.
15598 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
15600         * calls.c (maybe_complain_about_tail_call): New function.
15601         (initialize_argument_information): Call
15602         maybe_complain_about_tail_call when clearing *may_tailcall.
15603         (can_implement_as_sibling_call_p): Call
15604         maybe_complain_about_tail_call when returning false.
15605         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
15606         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
15607         if tail-call optimization fails.
15608         * cfgexpand.c (expand_call_stmt): Initialize
15609         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
15610         * gimple-pretty-print.c (dump_gimple_call): Dump
15611         gimple_call_must_tail_p.
15612         * gimple.c (gimple_build_call_from_tree): Call
15613         gimple_call_set_must_tail with the value of
15614         CALL_EXPR_MUST_TAIL_CALL.
15615         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
15616         (gimple_call_set_must_tail): New function.
15617         (gimple_call_must_tail_p): New function.
15618         * print-tree.c (print_node): Update printing of TREE_STATIC
15619         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
15620         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
15621         trailing comment listing applicable flags.
15622         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
15624 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
15626         * calls.c (expand_call): Move "Rest of purposes for tail call
15627         optimizations to fail" to...
15628         (can_implement_as_sibling_call_p): ...this new function, and
15629         split into multiple "if" statements.
15631 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
15633         * cfgloop.h (expected_loop_iterations_unbounded,
15634         expected_loop_iterations): Unconstify.
15635         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
15636         profile with known upper bound; return 3 when profile is absent.
15637         (expected_loop_iterations): Update.
15639 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
15641         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
15642         and get_max_loop_iterations_int.
15644 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
15646         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
15647         realistic upper bounds here.
15649 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
15651         PR c++/71210
15652         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
15653         calls if the LHS is variable length or has addressable type.
15654         If targets[0]->decl is a noreturn call with void return type and
15655         zero arguments, adjust fntype and remove lhs in that case.
15657 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
15659         PR tree-optimization/71079
15660         PR tree-optimization/71206
15661         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
15663 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
15665         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
15666         (get_vec_alignment_for_array_decl): Likewise.
15667         (get_vec_alignment_for_record_decl): Likewise.
15668         (increase_alignment::execute): Move code to find alignment to
15669         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
15670         (type_align_map): New hash_map.
15672 2016-05-20  Richard Guenther  <rguenther@suse.de>
15674         PR tree-optimization/29756
15675         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
15676         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
15677         * fold-const.c (operand_equal_p): Likewise.
15678         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
15679         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
15680         * tree-inline.c (estimate_operator_cost): Likewise.
15681         * tree-pretty-print.c (dump_generic_node): Likewise.
15682         * tree-ssa-operands.c (get_expr_operands): Likewise.
15683         * cfgexpand.c (expand_debug_expr): Likewise.
15684         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
15685         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
15686         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
15687         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
15688         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
15689         (execute_update_addresses_taken): Do it.
15691 2016-05-20  Richard Biener  <rguenther@suse.de>
15693         PR tree-optimization/71185
15694         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
15695         register operations.
15697 2016-05-20  Richard Biener  <rguenther@suse.de>
15699         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
15700         gimple_seq_add_seq_without_update.
15701         (release_bb_predicate): Assert we have no operands to free.
15702         (if_convertible_loop_p_1): Calculate post dominators later.
15703         Do not free BB predicates here.
15704         (combine_blocks): Do not recompute BB predicates.
15705         (version_loop_for_if_conversion): Save BB predicates around
15706         loop versioning.
15708 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
15710         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
15711         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
15712         code.  Ignore sibcalls on EDGE_IGNORE edges.
15713         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
15714         on edges for sibcalls that run without prologue.  The rest of the
15715         function is combined from...
15716         (fix_fake_fallthrough_edge): ... this, and ...
15717         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
15718         function argument, make it a local variable.
15720 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
15722         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
15723         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
15724         for 32-bit mode and SEH for 64-bit.
15725         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
15726         TARGET_64BIT_DEFAULT.
15728 2016-05-19  Ryan Burn  <contact@rnburn.com>
15730         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
15731         * gengtype.c (open_base_files): Add cilk.h to ifiles.
15733 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
15735         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
15736         force pending loads from memory.
15738 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15740         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
15741         (UNSPEC_DARN_32): New unspec constant.
15742         (UNSPEC_DARN_RAW): New unspec constant.
15743         (darn_32): New instruction.
15744         (darn_raw): New instruction.
15745         (darn): New instruction.
15746         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
15747         support and documentation for this macro.
15748         (BU_P9_MISC_1): New macro definition.
15749         (BU_P9_64BIT_MISC_0): New macro definition.
15750         (BU_P9_MISC_0): New macro definition.
15751         (darn_32): New builtin definition.
15752         (darn_raw): New builtin definition.
15753         (darn): New builtin definition.
15754         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
15755         RS6000_BUILTIN_0 directives to surround each occurrence of
15756         #include "rs6000-builtin.def".
15757         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
15758         RS6000_BTM_64BIT flags to the returned mask, depending on
15759         configuration.
15760         (def_builtin): Correct an error in the assignments made to the
15761         debugging variable attr_string.
15762         (rs6000_expand_builtin): Add support for no-operand built-in
15763         functions.
15764         (builtin_function_type): Remove fatal_error assertion that is no
15765         longer valid.
15766         (rs6000_common_init_builtins): Add support for no-operand built-in
15767         functions.
15768         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
15769         definition.
15770         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
15771         definition.
15772         (RS6000_BTM_64BIT): New macro definition.
15773         * doc/extend.texi: Document __builtin_darn (void),
15774         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
15775         functions.
15777 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
15779         * tree-vect-loop.c (vect_analyze_loop_2): Use also
15780         max_loop_iterations_int.
15782 2016-05-19  Marek Polacek  <polacek@redhat.com>
15784         PR tree-optimization/71031
15785         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
15786         condition and adjust the code a bit.
15788 2016-05-19  Martin Liska  <mliska@suse.cz>
15790         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
15791         auto_vec instead of vec.
15793 2016-05-19  Martin Liska  <mliska@suse.cz>
15795         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
15797 2016-05-19  Martin Liska  <mliska@suse.cz>
15799         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
15801 2016-05-19  Martin Liska  <mliska@suse.cz>
15803         * ipa-pure-const.c (set_function_state): Remove an existing
15804         funct_state.
15805         (remove_node_data): Do not free it as it's released
15806         in set_function_state.
15808 2016-05-19  Martin Liska  <mliska@suse.cz>
15810         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
15811         bitmap.
15813 2016-05-19  Martin Liska  <mliska@suse.cz>
15815         * omp-simd-clone.c (simd_clone_adjust): Release vector.
15817 2016-05-19  Martin Liska  <mliska@suse.cz>
15819         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
15820         an auto_vec instead of re-creating it.
15822 2016-05-19  Martin Liska  <mliska@suse.cz>
15824         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
15825         auto_vec instead of vec.
15827 2016-05-19  Martin Liska  <mliska@suse.cz>
15829         * lto-section-in.c (lto_get_section_data): Call
15830         lto_check_version with additional argument.
15831         * lto-streamer.c (lto_check_version): Add new argument.
15832         * lto-streamer.h (lto_check_version): Likewise.
15834 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15836         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
15837         Don't add cost of inner memory when handling sign-extended loads.
15839 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
15841         PR rtl-optimization/71148
15842         * cse.c (cse_main): Free dominance info.
15843         (rest_of_handle_cse): Don't free dominance info.
15844         (rest_of_handle_cse2): Likewise.
15845         (rest_of_handle_cse_after_global_opts): Likewise.
15847 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15849         PR target/71056
15850         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
15851         NULL_TREE early if NEON is not available.  Remove now redundant check
15852         in ARM_CHECK_BUILTIN_MODE.
15854 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
15856         PR sanitizer/64354
15857         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
15858         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
15859         * doc/cpp.texi: Document new macros.
15861 2016-05-19  Bin Cheng  <bin.cheng@arm.com>
15863         PR tree-optimization/69848
15864         * tree-vect-loop.c (vectorizable_reduction): Don't factor
15865         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
15867 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
15869         * function.c (thread_prologue_and_epilogue_insn): Move the
15870         "goto epilogue_done" one block later.
15872 2016-05-19  Richard Biener  <rguenther@suse.de>
15874         PR tree-optimization/70729
15875         * passes.def: Move LIM pass before PRE.  Remove no longer
15876         required copyprop and move first DCE out of the loop pipeline.
15878 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
15880         PR driver/69265
15881         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
15882         (OBJS-libcommon-target): ...here.
15883         * opts-common.c: Include spellcheck.h.
15884         (cmdline_handle_error): Build a vec of valid options and use it
15885         to suggest provide hints for misspelled arguments.
15887 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
15889         PR c++/71100
15890         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
15891         lhs if it has TREE_ADDRESSABLE type.
15893 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
15895         PR target/71145
15896         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
15897         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
15899 2016-05-18  Martin Jambor  <mjambor@suse.cz>
15901         PR ipa/69708
15902         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
15903         input for NOP_EXPR pass-through functions.
15904         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
15905         aggregate global constant VAR_DECLs in constant jump functions.
15907 2016-05-18  Martin Jambor  <mjambor@suse.cz>
15909         PR ipa/69708
15910         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
15911         from TREE_READONLY parameters.
15913 2016-05-18  Martin Jambor  <mjambor@suse.cz>
15915         PR ipa/69708
15916         * cgraph.h (cgraph_indirect_call_info): New field
15917         guaranteed_unmodified.
15918         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
15919         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
15920         appropriate.
15921         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
15922         pass the parameter value to ipa_find_agg_cst_for_param.
15923         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
15924         guaranteed_unmodified, store AA results there instead of bailing out
15925         if present.
15926         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
15927         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
15928         (find_constructor_constant_at_offset): New function.
15929         (ipa_find_agg_cst_from_init): Likewise.
15930         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
15931         static initializers of contants, report back through a new paameter
15932         from_global_constant if that was the case.
15933         (try_make_edge_direct_simple_call): Also pass parameter value to
15934         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
15935         appropriate.
15936         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
15937         (ipa_read_indirect_edge_info): Likewise.
15938         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
15939         (ipa_load_from_parm_agg): Likewise.
15941 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
15943         PR rtl-optimization/71150
15944         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
15945         check.
15947 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15949         PR target/70915
15950         * config/rs6000/constraints.md (wE constraint): New constraint
15951         for a vector constant that can be loaded with XXSPLTIB.
15952         (wM constraint): New constraint for a vector constant of a 1's.
15953         (wS constraint): New constraint for a vector constant that can be
15954         loaded with XXSPLTIB and a vector sign extend instruction.
15955         * config/rs6000/predicates.md (xxspltib_constant_split): New
15956         predicates for wE/wS constraints.
15957         (xxspltib_constant_nosplit): Likewise.
15958         (easy_vector_constant): Add support for constants that can be
15959         loaded via XXSPLTIB.
15960         (all_ones_constant): New predicate for vector constant with all
15961         1's set.
15962         (splat_input_operand): Add support for ISA 3.0 word splat operations.
15963         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
15964         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
15965         instruction and possibly with a sign extension.
15966         (output_vec_const_move): Add support for XXSPLTIB. If we are
15967         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
15968         instead of XXLXOR/XXLORC.
15969         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
15970         operations.
15971         (rs6000_legitimize_reload_address): Likewise.
15972         (rs6000_output_move_128bit): Use output_vec_const_move to emit
15973         constants.
15974         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
15975         combine VSX_M and VSX_M2 into one iterator.
15976         (VSX_M2): Likewise.
15977         (VSINT_84): New iterators for loading constants with XXSPLTIB.
15978         (VSINT_842): Likewise.
15979         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
15980         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
15981         XXSPLTIB instruction.
15982         (xxspltib_<mode>_nosplit): Likewise.
15983         (xxspltib_<mode>_split): New insn to load up constants with
15984         XXSPLTIB and a sign extend instruction.
15985         (vsx_mov<mode>): Replace single move that handled all vector types
15986         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
15987         moves (when -mvsx-timode is in effect) into the main vector
15988         moves.  Eliminate separate moves for <VSr> <VSa>, where the
15989         preferred register class (<VSr>) is listed first, and the
15990         secondary register class (<VSa>) is listed second with a '?' to
15991         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
15992         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
15993         that if the register was involved in a slow operation, the
15994         clear/set operation does not wait for the slow operation to
15995         finish.  Adjust the length attributes for 32-bit mode.  Use
15996         rs6000_output_move_128bit and drop the use of the string
15997         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
15998         spacing so that the alternatives and attributes don't generate
15999         long lines, and put things in columns, so that it is easier to
16000         match up the operands and attributes with the insn alternatives.
16001         (vsx_mov<mode>_64bit): Likewise.
16002         (vsx_mov<mode>_32bit): Likewise.
16003         (vsx_movti_64bit): Fold movti into normal vector moves.
16004         (vsx_movti_32bit): Likewise.
16005         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
16006         splat instructions.
16007         (vsx_splat_v4si_internal): Likewise.
16008         (vsx_splat_v4sf_internal): Likewise.
16009         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
16010         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
16011         extend vector elements.
16012         (vsx_sign_extend_hi_<mode>): Likewise.
16013         (vsx_sign_extend_si_v2di): Likewise.
16014         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
16015         declaration.
16016         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
16017         constraints.  Add trailing period to wL documentation.
16019 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
16021         PR middle-end/71020
16022         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
16023         * tree-dfa.c (replace_abnormal_ssa_names): New function.
16024         * tree-call-cdce.c: Include tree-dfa.h.
16025         (can_guard_call_p): New function, extracted from...
16026         (can_use_internal_fn): ...here.
16027         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
16028         and return void.
16029         (shrink_wrap_one_built_in_call): Likewise.
16030         (use_internal_fn): Likewise.
16031         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
16032         and return void.  Call replace_abnormal_ssa_names.
16033         (pass_call_cdce::execute): Check can_guard_call_p during the
16034         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
16035         will always change something.
16037 2016-05-18  Martin Jambor  <mjambor@suse.cz>
16039         PR ipa/70646
16040         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
16041         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
16043 2016-05-18  Martin Jambor  <mjambor@suse.cz>
16045         PR ipa/70646
16046         * ipa-inline.h (condition): New field size.
16047         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
16048         for comaprison and store it into the new condition.
16049         (evaluate_conditions_for_known_args): Use condition size to check
16050         access sizes for all but CHANGED conditions.
16051         (unmodified_parm_1): New parameter size_p, store access size into it.
16052         (unmodified_parm): Likewise.
16053         (unmodified_parm_or_parm_agg_item): Likewise.
16054         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
16055         (set_cond_stmt_execution_predicate): Extract access sizes and store
16056         them to conditions.
16057         (set_switch_stmt_execution_predicate): Likewise.
16058         (will_be_nonconstant_expr_predicate): Likewise.
16059         (will_be_nonconstant_predicate): Likewise.
16060         (inline_read_section): Stream condition size.
16061         (inline_write_summary): Likewise.
16063 2016-05-18  Richard Biener  <rguenther@suse.de>
16065         * tree-ssa-loop-im.c (determine_max_movement): Properly add
16066         condition cost to PHI cost instead of total_cost.
16068 2016-05-18  Martin Liska  <mliska@suse.cz>
16070         PR fortran/70856
16071         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
16072         merged variables.
16074 2016-05-18  Richard Biener  <rguenther@suse.de>
16076         * lto-streamer.h (LTO_major_version): Bump to 6.
16078 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
16080         * function.c (make_split_prologue_seq, make_prologue_seq,
16081         make_epilogue_seq): New functions, factored out from...
16082         (thread_prologue_and_epilogue_insns): Here.
16084 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
16086         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
16087         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
16088         of before.  Add a comment.
16090 2016-05-18  Bin Cheng  <bin.cheng@arm.com>
16092         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
16093         expression pointer, not pointer to the pointer.
16095 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
16097         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
16098         (avx2_pbroadcast<mode>): Add another alternative with v instead
16099         of x constraints in it, using <pbroadcast_evex_isa> isa.
16100         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
16102         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
16103         constraint x instead of v in second alternative, add avx512bw
16104         alternative.
16106         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
16107         constraint x instead of v in second alternative, add avx512bw
16108         alternative.
16110         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
16111         constraint x instead of v in second alternative, add avx512bw
16112         alternative.
16114         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
16115         avx512bw alternative.
16117 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
16119         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
16120         array to 128 chars.
16121         (define_insn "*andnottf3"): Ditto.
16122         (define_insn "*<code><mode>3"/any_logic): Ditto.
16123         (define_insn "*<code>tf3"/any_logic): Ditto.
16124         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
16125         operand to block AVX-512VL insn variant emit when it is not enabled.
16127 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
16129         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
16130         constraint fot SF mode.
16132 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
16133             Kirill Yukhin  <kirill.yukhin@intel.com>
16135         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
16136         modifiers.
16137         (define_insn "rsqrt14<mode>"): Ditto.
16138         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
16139         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
16140         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
16141         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
16142         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
16143         Ditto.
16144         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
16145         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
16146         * config/i386/i386.c (ix86_print_operand): Expand check for size
16147         override codes for Intel syntax.
16149 2016-05-18  Richard Biener  <rguenther@suse.de>
16151         PR tree-optimization/71168
16152         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
16153         initialization earlier.
16155 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
16157         * config/aarch64/aarch64-simd.md
16158         (aarch64_reduc_plus_internal<mode>): Rename to...
16159         (reduc_plus_scal): ...This, and remove previous implementation.
16161 2016-05-18  Richard Biener  <rguenther@suse.de>
16163         * passes.def: Put late dse and cd_dce in canonical order.
16165 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
16167         * ipa-inline-transform.c (preserve_function_body_p): Look for
16168         first non-thunk clone.
16169         (save_function_body): Save into first non-thunk.
16170         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
16171         up call stmt id.
16172         (lto_output_node): Inline thunks don't need body in every
16173         partition.
16174         * lto-streamer-in.c: Do not fixup thunk clones.
16175         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
16176         thunks.
16177         * tree-inline.c (copy_bb): Be prepared for target node to be new after
16178         folding suceeds.
16180 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
16182         PR middle-end/63586
16183         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
16184         (reassociate_bb): Call transform_add_to_multiply.
16186 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
16188         * config/aarch64/aarch64.c (all_extensions): Removed unused
16189         static variable.
16191 2016-05-17  Nathan Sidwell  <nathan@acm.org>
16193         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
16194         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
16196 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
16198         PR tree-optimization/54579
16199         PR middle-end/55299
16200         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
16202 2016-05-17  Marek Polacek  <polacek@redhat.com>
16204         PR ipa/71146
16205         * tree-inline.c (expand_call_inline): Call
16206         maybe_remove_unused_call_args.
16208 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
16210         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
16211         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
16212         * doc/md.texi (fmin@var{m}3): Likewise.
16214 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
16216         * match.pd (X & C): New transformation.
16218 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
16220         * match.pd (~X & Y): New transformation.
16222 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
16224         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
16225         information for new SSA_NAME.
16226         (simplify_conversion_using_ranges): Get range through get_range_info
16227         instead of get_value_range.
16229 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
16231         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
16232         Remove inline assembly.
16233         (vmvn_s16): Likewise.
16234         (vmvn_s32): Likewise.
16235         (vmvn_u8): Likewise.
16236         (vmvn_u16): Likewise.
16237         (vmvn_u32): Likewise.
16238         (vmvnq_s8): Likewise.
16239         (vmvnq_s16): Likewise.
16240         (vmvnq_s32): Likewise.
16241         (vmvnq_u8): Likewise.
16242         (vmvnq_u16): Likewise.
16243         (vmvnq_u32): Likewise.
16244         (vmvn_p8): Likewise.
16245         (vmvnq_p16): Likewise.
16247 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
16249         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
16250         Use builtin.
16251         (vmul_n_s16): Likewise.
16252         (vmul_n_s32): Likewise.
16253         (vmul_n_u16): Likewise.
16254         (vmul_n_u32): Likewise.
16255         (vmulq_n_f32): Likewise.
16256         (vmulq_n_f64): Likewise.
16257         (vmulq_n_s16): Likewise.
16258         (vmulq_n_s32): Likewise.
16259         (vmulq_n_u16): Likewise.
16260         (vmulq_n_u32): Likewise.
16262 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
16264         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
16265         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
16267 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
16269         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
16270         to *aarch64_fma4_elt_from_dup<mode>.
16271         (*aarch64_fnma4_elt_to_128df): Rename to
16272         *aarch64_fnma4_elt_from_dup<mode>.
16273         * config/aarch64/arm_neon.h (vfma_n_f64): New.
16274         (vfms_n_f32): Likewise.
16275         (vfms_n_f64): Likewise.
16276         (vfmsq_n_f32): Likewise.
16277         (vfmsq_n_f64): Likewise.
16279 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
16281         * wide-int.h: Change fixed_wide_int_storage from class to struct.
16283 2016-05-17  Richard Biener  <rguenther@suse.de>
16285         PR tree-optimization/71132
16286         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
16287         Only add control dependences for blocks in the loop.
16288         (build_rdg): Adjust.
16289         (generate_code_for_partition): Return whether loop should
16290         be destroyed and delay that.
16291         (distribute_loop): Likewise.
16292         (pass_loop_distribution::execute): Record loops to be destroyed
16293         and perform delayed destroying of loops.
16295 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16297         PR target/70809
16298         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
16300 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
16302         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
16304 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
16306         PR target/71114
16307         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
16308         insertion point for instructions generated by validize_mem.
16310 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
16312         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
16313         in brackets.
16315 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
16317         * config/aarch64/aarch64.c
16318         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
16319         rather than a macro.
16321 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
16323         * doc/invoke.texi (AArch64 Options): Various updates.
16325 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
16327         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
16328         into instrumentation thunks.
16329         * cif-code.def (CIF_CHKP): New.
16331 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
16333         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
16335 2016-05-16  Martin Jambor  <mjambor@suse.cz>
16337         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
16338         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
16340 2016-05-16  Marek Polacek  <polacek@redhat.com>
16342         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
16343         commentary.
16345 2016-05-16  Martin Jambor  <mjambor@suse.cz>
16347         PR hsa/70857
16348         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
16349         the outlined kernel function.
16351 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
16353         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
16354         (ISA_HAS_DLSA): Ditto.
16356 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
16358         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
16360 2016-05-16  Nathan Sidwell  <nathan@acm.org>
16362         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
16363         (nvptx_name_replacement): Restore.  Add comment.
16364         (write_fn_proto, write_fn_proto_from_insn,
16365         nvptx_output_call_insn): Restore
16366         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
16368 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
16370         * config/aarch64/aarch64.md
16371         (add<mode>3_compareC_cconly_imm): Remove use of %w.
16372         (add<mode>3_compareC_imm): Likewise.
16373         (<optab>si3_uxtw): Split into register and immediate variants.
16374         (andsi3_compare0_uxtw): Likewise.
16375         (and<mode>3_compare0): Likewise.
16376         (and<mode>3nr_compare0): Likewise.
16377         (stack_protect_test_<mode>): Don't use %x for memory operands.
16379 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
16381         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
16383 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
16385         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
16386         Split integer shifts into shift_reg and bfm.
16387         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
16388         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
16389         (ror<mode>3_insn): Likewise.
16390         (<optab>si3_insn_uxtw): Likewise.
16391         (<optab><mode>3_insn): Change to rotate_imm.
16392         (extr<mode>5_insn_alt): Likewise.
16393         (extrsi5_insn_uxtw): Likewise.
16394         (extrsi5_insn_uxtw_alt): Likewise.
16396 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
16398         * doc/tm.texi: Regenerate.
16399         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
16400         (TARGET_INVALID_RETURN_TYPE): Remove.
16401         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
16402         TARGET_INVALID_RETURN_TYPE.
16403         * target.def (invalid_parameter_type): Remove.
16404         (invalid_return_type): Remove.
16406 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
16408         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
16409         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
16410         calls from thunk.
16411         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
16412         gimple body.
16413         (preserve_function_body_p): No need to preserve function body
16414         * cif-codes.def (CIF_THUNK): Remove.
16415         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
16417 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
16419         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
16421 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
16423         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
16424         for thunks.
16426 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
16428         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
16429         (inline_small_functions): Do not look for function symbol when
16430         resetting caches.
16432 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
16434         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
16435         of inline thunks
16437 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
16438             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16439             Jiong Wang  <jiong.wang@arm.com>
16441         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
16442         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
16443         Define __ARM_FP16_ARGS when appropriate.
16444         * config/arm/arm.c (arm_invalid_parameter_type): Remove
16445         declaration.
16446         (arm_invalid_return_type): Likewise.
16447         (TARGET_INVALID_PARAMETER_TYPE): Remove.
16448         (TARGET_INVALID_RETURN_TYPE): Remove.
16449         (aapcs_vfp_sub_candidate): Allow HFmode.
16450         (aapcs_vfp_allocate): Add comment.  Support HFmode.
16451         (aapcs_vfp_allocate_return_reg): Likewise.
16452         (struct aapcs_cp_arg_layout): Slightly reword comments for
16453         is_return_candidate and allocate_return_reg.
16454         (output_mov_vfp): Update assert.
16455         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
16456         condition.
16457         (arm_invalid_parameter_type): Remove.
16458         (amr_invalid_return_type): Remove.
16459         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
16460         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
16461         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
16463 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
16465         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
16466         * config/aarch64/arch64-protos.h
16467         (aarch64_legitimize_reload_address): Remove.
16468         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
16469         Remove.
16471 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
16473         * configure.ac: Add ACX_NONCANONICAL_HOST.
16474         * configure: Regenerate.
16475         * Makefile.in: Set host_noncanonical.
16477 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
16479         PR target/71097
16480         * config/i386/i386.md (*movtf_internal): Before register allocation,
16481         do not allow FP constants for CM_MEDIUM memory model, allow only
16482         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
16483         (*movxf_internal): Ditto.
16484         (*movdf_internal): Ditto.
16485         (*movsf_internal): Ditto.
16487 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
16489         PR rtl-optimization/67483
16490         * combine.c (make_compound_operation): Don't call extract_left_shift
16491         with negative shift amounts.
16493 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
16495         PR bootstrap/71071
16496         * fold-const.c (fold_checksum_tree): Allow modification
16497         of TYPE_ALIAS_SET during folding.
16499         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
16500         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
16501         (ix86_split_to_parts): Likewise.  Fix up formatting.
16503 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
16505         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
16506         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
16507         printf format.
16509 2016-05-13  Nathan Sidwell  <nathan@acm.org>
16511         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
16512         (nvptx_name_replacement): Delete.
16513         (write_fn_proto, write_fn_proto_from_insn,
16514         nvptx_output_call_insn): Remove nvptx_name_replacement call.
16515         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
16516         * langhooks.c (add_builtin_funcction_common): Call
16517         targetm.mangle_decl_assembler_name.
16519         * config/nvptx/nvptx.c (write_fn_proto): Handle
16520         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
16522 2016-05-13  Martin Liska  <mliska@suse.cz>
16524         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
16525         and PRIu64 in printf format.
16527 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16529         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
16530         comment.
16532 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16534         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
16535         Change --param max-completely-peeled-times to
16536         --param max-completely-peel-times in dump file printing.
16538 2016-05-13  Richard Biener  <rguenther@suse.de>
16540         PR tree-optimization/42587
16541         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
16542         (find_bswap_or_nop_1): Likewise.
16543         (bswap_replace): Likewise.
16545 2016-05-13  Martin Liska  <mliska@suse.cz>
16547         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
16548         Initialize a variable with default value.
16550 2016-05-13  Martin Liska  <mliska@suse.cz>
16552         * doc/invoke.texi: Enhance explanation of error recovery
16553         of sanitizers.
16555 2016-05-13  Martin Liska  <mliska@suse.cz>
16557         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
16558         (struct cost_pair): Change inv_expr_id (int) to inv_expr
16559         (iv_inv_expr_ent *).
16560         (struct iv_inv_expr_ent): Comment struct fields.
16561         (sort_iv_inv_expr_ent): New function.
16562         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
16563         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
16564         a hash_map between iv_inv_expr_ent and number of usages.
16565         (niter_for_exit): Fix coding style.
16566         (tree_ssa_iv_optimize_init): Use renamed variable.
16567         (determine_base_object): Fix coding style.
16568         (alloc_iv): Likewise.
16569         (find_interesting_uses_outside): Likewise.
16570         (add_candidate_1): Likewise.
16571         (add_standard_iv_candidates): Likewise.
16572         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
16573         (prepare_decl_rtl): Fix coding style.
16574         (get_address_cost): Likewise.
16575         (get_shiftadd_cost): Likewise.
16576         (force_expr_to_var_cost): Likewise.
16577         (compare_aff_trees): Likewise.
16578         (get_expr_id): Restructure the function.
16579         (get_loop_invariant_expr_id): Renamed to
16580         get_loop_invariant_expr.
16581         (get_computation_cost_at): Replace usage of inv_expr_id with
16582         inv_expr.
16583         (get_computation_cost): Likewise.
16584         (determine_group_iv_cost_generic): Likewise.
16585         (determine_group_iv_cost_address): Likewise.
16586         (iv_period): Fix coding style.
16587         (iv_elimination_compare_lt): Likewise.
16588         (may_eliminate_iv): Likewise.
16589         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
16590         inv_expr.
16591         (determine_group_iv_costs): Dump invariant expressions.
16592         (iv_ca_recount_cost): Use the newly added hash_map.
16593         (iv_ca_set_remove_invariants): Fix coding style.
16594         (iv_ca_set_add_invariants): Fix coding style.
16595         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
16596         invariants.
16597         (iv_ca_set_cp): Likewise.
16598         (iv_ca_new): Initialize the newly added hash_map and remove
16599         initialization of fields.
16600         (iv_ca_free): Delete the hash_map.
16601         (iv_ca_dump): Dump invariant expressions.
16602         (iv_ca_extend): Fix coding style.
16603         (try_add_cand_for): Likewise.
16604         (create_new_ivs): Dump information about # of avg iterations and
16605         # of used invariant expressions.
16606         (rewrite_use_compare): Fix coding style.
16607         (free_loop_data): Set default value for max_inv_expr_id.
16609 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
16611         * cse.c (rest_of_handle_cse): Use cleanup_cfg
16612         returned value cse_cfg_altered computation.
16613         (rest_of_handle_cse2): Likewise.
16614         (rest_of_handle_cse_after_global_opts): Likewise.
16616 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16618         PR target/53440
16619         * config/arm/arm.c (arm32_output_mi_thunk): New.
16620         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
16621         to split Thumb1 vs TARGET_32BIT functionality.
16622         (arm_thumb1_mi_thunk): New.
16624 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16626         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
16627         to true.
16629 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16631         PR target/71080
16632         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
16634 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
16636         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
16637         (expand_builtin_trap): Emit a regular call.
16638         (set_builtin_user_assembler_name): Remove obsolete cases.
16639         * dse.c (scan_insn): Adjust.
16640         * except.c: Include calls.h.
16641         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
16642         emit a regular call to setjmp.
16643         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
16644         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
16645         (emit_block_move_via_libcall): Delete.
16646         (block_move_fn): Delete.
16647         (init_block_move_fn): Likewise.
16648         (emit_block_move_libcall_fn): Likewise.
16649         (emit_block_op_via_libcall): New function.
16650         (set_storage_via_libcall): Tidy up and use memset builtin.
16651         (block_clear_fn): Delete.
16652         (init_block_clear_fn): Likewise.
16653         (clear_storage_libcall_fn): Likewise.
16654         (expand_assignment): Call emit_block_move_via_libcall.
16655         Do not include gt-expr.h.
16656         * expr.h (emit_block_op_via_libcall): Declare.
16657         (emit_block_copy_via_libcall): New inline function.
16658         (emit_block_move_via_libcall): Likewise.
16659         (emit_block_comp_via_libcall): Likewise.
16660         (block_clear_fn): Delete.
16661         (init_block_move_fn): Likewise.
16662         (init_block_clear_fn): Likewise.
16663         (emit_block_move_via_libcall): Likewise.
16664         (set_storage_via_libcall): Add default parameter value.
16665         * libfuncs.h (enum libfunc_index): Remove obsolete values.
16666         (abort_libfunc): Delete.
16667         (memcpy_libfunc): Likewise.
16668         (memmove_libfunc): Likewise.
16669         (memcmp_libfunc): Likewise.
16670         (memset_libfunc): Likewise.
16671         (setbits_libfunc): Likewise.
16672         (setjmp_libfunc): Likewise.
16673         (longjmp_libfunc): Likewise.
16674         (profile_function_entry_libfunc): Likewise.
16675         (profile_function_exit_libfunc): Likewise.
16676         (gcov_flush_libfunc): Likewise.
16677         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
16678         and DECL_VISIBILITY on the declaration.
16679         (init_optabs): Do not initialize obsolete libfuncs.
16680         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
16681         * tree-core.h (ECF_RET1): Define.
16682         (ECF_TM_PURE): Adjust.
16683         (ECF_TM_BUILTIN): Likewise.
16684         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
16685         (build_common_builtin_nodes): Initialize abort builtin.
16686         Add ECF_RET1 on memcpy, memmove and memset builtins.
16687         Pass final flags for alloca and alloca_with_align builtins.
16688         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
16689         obsolete builtins.
16690         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
16691         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
16692         set_storage_via_libcall and call emit_block_copy_via_libcall.
16694 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
16696         * config/i386/i386.md (*call_got_x32): Change operand 0 to
16697         DImode before it is passed to ix86_output_call_operand.
16698         (*call_value_got_x32): Ditto for operand 1.
16700 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
16702         PR rtl-optimization/70904
16703         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
16704         reload for wide mode.
16706 2016-05-12  Marek Polacek  <polacek@redhat.com>
16708         PR c/70756
16709         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
16710         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
16711         * langhooks.h (incomplete_type_error): Likewise.
16712         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
16713         parameter, pass it down to incomplete_type_error.
16714         * tree.h (size_in_bytes): New inline overload.
16715         (size_in_bytes_loc): Renamed from size_in_bytes.
16717 2016-05-12  Richard Biener  <rguenther@suse.de>
16719         PR tree-optimization/71059
16720         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
16721         nary before looking up or entering the expression into the VN
16722         hashes.
16723         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
16724         Make sure to re-use NARYs without result as inserted by
16725         phi-translation.
16727 2016-05-12  Richard Biener  <rguenther@suse.de>
16729         PR tree-optimization/71062
16730         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
16731         field.
16732         * tree-ssa-structalias.c (set_uids_in_ptset): Set
16733         vars_contains_restrict if the var is a restrict tag.
16734         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
16735         do not disambiguate pointers against it.
16736         (dump_points_to_solution): Re-structure and adjust for new
16737         vars_contains_restrict flag.
16738         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
16740 2016-05-12  Martin Liska  <mliska@suse.cz>
16742         * doc/invoke.texi: Explain connection between
16743         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
16745 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
16747         PR tree-optimization/71006
16748         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
16749         consider COND_EXPR as a mask producer.
16751 2016-05-12  Marek Polacek  <polacek@redhat.com>
16753         PR driver/71063
16754         * opts.c (common_handle_option): Detect missing argument for --help^.
16756 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16758         PR target/70830
16759         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
16760         when popping the PC and within an interrupt handler routine.
16761         Add missing tab to output of "ldmfd".
16762         (output_return_instruction): Output LDMFD with SP update rather
16763         than POP when returning from interrupt handler.
16765 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
16767         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
16768         TARGET_64BIT && TARGET_AVX512DQ.
16769         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
16770         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
16771         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
16772         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
16773         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
16774         (*vec_extractv4si_zext): Add avx512dq alternative.
16775         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
16776         use v instead of x constraint in other alternatives where possible.
16778         * config/i386/sse.md (sse2_loadld): Use v instead of x
16779         constraint in alternatives 0,1,4.
16781         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
16782         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
16783         v constraints instead of x and <pinsr_evex_isa> isa attribute.
16785         PR target/71019
16786         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
16787         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
16788         is not emitted unless TARGET_AVX512BW.
16789         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
16790         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
16791         for the result operand.
16793         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
16794         constraint instead of x in avx alternatives.  Use maybe_evex instead
16795         of vex prefix.
16797         * config/i386/constraints.md (Yv): New constraint.
16798         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
16799         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
16800         * config/i386/i386.md (avx512fvecmode): New mode attr.
16801         (*pushtf): Use v constraint instead of x.
16802         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
16803         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
16804         (*absneg<mode>2): Use Yv constraint instead of x constraint.
16805         (*absnegtf2_sse): Likewise.
16806         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
16807         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
16808         avx512f alternatives.
16809         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
16811 2016-05-12  Richard Biener  <rguenther@suse.de>
16813         PR tree-optimization/71060
16814         * tree-data-ref.c (initialize_data_dependence_relation): Do not
16815         require exact match of DR_BASE_OBJECT but only matching address and
16816         type.
16818 2016-05-12  Richard Biener  <rguenther@suse.de>
16820         PR tree-optimization/70986
16821         * cfganal.c: Include cfgloop.h.
16822         (dfs_find_deadend): Prefer to take edges exiting loops.
16824 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16826         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
16827         compile and run time.
16829 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
16831         PR c/43651
16832         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
16834 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
16836         * config/i386/i386.c (legitimize_pic_address): Use
16837         copy_to_suggested_reg instead of gen_movsi.
16839 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
16841         * config/rs6000/predicates.md (quad_memory_operand): Move most of
16842         the code into quad_address_p and call it to share code with
16843         vsx_quad_dform_memory_operand.
16844         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
16845         d-form support.
16846         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
16847         bit instead of being a separate word.  Split -mpower9-dform into
16848         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
16849         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
16850         for the register class supporting 128-bit quad word memory offsets.
16851         (mode_supports_vsx_dform_quad): Helper function to return if the
16852         register class uses quad word memory offsets.
16853         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
16854         (rs6000_debug_reg_global): Always print if we are using LRA or not.
16855         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
16856         instructions are enabled, set up the appropriate addr_masks for
16857         128-bit types.
16858         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
16859         -mpower9-dform-scalar, instead of -mpower9-dform.
16860         (rs6000_option_override_internal): Split -mpower9-dform into two
16861         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
16862         -mpower9-dform switch sets or clears both.  If we are not using
16863         the LRA register allocator, do not enable -mpower9-dform-vector by
16864         default.  If we are using LRA, enable -mpower9-dform-vector and
16865         -mvsx-timode if it is appropriate.  Issue a warning if either
16866         -mpower9-dform-vector or -mvsx-timode are explicitly used without
16867         enabling LRA.
16868         (quad_address_offset_p): New helper function to return if the
16869         offset is legal for quad word memory instructions.
16870         (quad_address_p): New function to determin if GPR or vector
16871         register quad word memory addresses are legal.
16872         (mem_operand_gpr): Validate quad word address offsets.
16873         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
16874         d-form (register + offset) instructions.
16875         (offsettable_ok_by_alignment): Likewise.
16876         (rs6000_legitimate_offset_address_p): Likewise.
16877         (legitimate_lo_sum_address_p): Likewise.
16878         (rs6000_legitimize_address): Likewise.
16879         (rs6000_legitimize_reload_address): Add more debug statements for
16880         -mdebug=addr.
16881         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
16882         d-form instructions.
16883         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
16884         d-form instructions.  Distinguish different cases in debug
16885         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
16886         d-form instructions.
16887         (rs6000_preferred_reload_class): Likewise.
16888         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
16889         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
16890         of the ISA 2.06 indexed memory instructions.
16891         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
16892         use them to save/restore the saved vector registers instead of
16893         using Altivec instructions.
16894         (rs6000_emit_epilogue): Likewise.
16895         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
16896         (rs6000_opt_masks): Split -mpower9-dform into
16897         -mpower9-dform-scalar and -mpower9-dform-vector.
16898         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
16899         was not selected.
16900         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
16901         ISA 3.0 vector indexed memory instructions, and fold the code into
16902         the normal mov<mode> patterns.
16903         (p9_vecstore_<mode>): Likewise.
16904         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
16905         instructions.
16906         (vsx_movti_64bit): Likewise.
16907         (vsx_movti_32bit): Likewise.
16908         * config/rs6000/constraints.md (wO constraint): New constraint for
16909         ISA 3.0 vector d-form support.
16910         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
16911         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
16912         include -mpower9-dform-vector until we switch over to LRA.
16913         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
16914         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
16915         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
16916         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
16917         for -mpower9-dform and -mlra.
16918         * doc/md.texi (wO constraint): Document wO constraint.
16920 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
16922         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
16923         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
16924         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
16925         Move handling of non-insn arguments inline into the sole user:
16926         (output_trans_func): ...here.
16927         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
16928         in emitted function prototype.
16929         (output_internal_insn_latency_func): Ditto.  Simplify.
16930         (output_internal_maximal_insn_latency_func): Ditto.  Delete
16931         always-unused argument.
16932         (output_insn_latency_func): Ditto.
16933         (output_maximal_insn_latency_func): Ditto.
16935 2016-05-11  Richard Biener  <rguenther@suse.de>
16937         PR tree-optimization/71055
16938         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
16939         sth with precision not equal to access size verify we don't chop
16940         off bits.
16942 2016-05-11  Richard Biener  <rguenther@suse.de>
16944         PR debug/71057
16945         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
16946         (dwarf2out_finish): Move retry_incomplete_types call ...
16947         (dwarf2out_early_finish): ... here.
16949 2016-05-11  Richard Biener  <rguenther@suse.de>
16951         PR middle-end/71002
16952         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
16953         if the langhook insists on it.
16954         * fold-const.c (make_bit_field_ref): Add arg for the original
16955         reference and preserve its alias-set.
16956         (decode_field_reference): Take exp by reference and adjust it
16957         to the original memory reference.
16958         (optimize_bit_field_compare): Adjust callers.
16959         (fold_truth_andor_1): Likewise.
16960         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
16962 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
16964         PR middle-end/70807
16965         * cfgrtl.h (delete_insn_and_edges): Now return bool.
16966         * cfgrtl.c (delete_insn_and_edges): Likewise.
16967         * config/i386/i386.c (convert_scalars_to_vector): Remove
16968         redundant code.
16969         * cse.c (cse_insn): Compute cse_cfg_altered.
16970         (delete_trivially_dead_insns): Likewise.
16971         (cse_cc_succs): Likewise.
16972         (rest_of_handle_cse): Free dominance info if required.
16973         (rest_of_handle_cse2): Likewise.
16974         (rest_of_handle_cse_after_global_opts): Likewise.
16976 2016-05-11  Alan Modra  <amodra@gmail.com>
16978         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
16979         abi_v4_pass_in_fpr): New functions.
16980         (rs6000_function_arg_boundary): Exclude complex IBM long double
16981         from 64-bit alignment when ABI_V4.
16982         (rs6000_function_arg, rs6000_function_arg_advance_1,
16983         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
16985 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
16987         PR rtl-optimization/71028
16988         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
16989         jump with just a return in the fallthrough block if the branch
16990         block contains just a return as well.
16992 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
16994         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
16995         * match.pd ((X & Y) ^ Y): ... this.
16996         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
16997         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
16999 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
17001         * read-md.c (require_char_ws): New function.
17002         (read_string): Simplify using require_char_ws.
17003         (handle_constants): Likewise.
17004         (handle_enum): Likewise.
17005         (handle_file): Likewise.
17006         * read-md.h (require_char_ws): New declaration.
17007         * read-rtl.c (read_conditions): Simplify using require_char_ws.
17008         (read_mapping): Likewise.
17009         (read_rtx_code): Likewise.
17010         (read_nested_rtx): Likewise.
17012 2016-05-10  James Norris  <jnorris@codesourcery.com>
17014         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
17015         if offloading is enabled and -fopenacc or -fopenmp is specified.
17016         (CRTOFFLOADEND): Likewise.
17017         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
17018         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
17020 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
17022         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
17023         gotoff_operand code paths.  Use copy_to_suggested_regs and
17024         expand_simple_binop where appropriate.  Cleanup.
17026 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
17028         PR target/70799
17029         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
17030         integer constants.
17031         (dimode_scalar_chain::vector_const_cost): New.
17032         (dimode_scalar_chain::compute_convert_gain): Handle constants.
17033         (dimode_scalar_chain::convert_op): Likewise.
17034         (dimode_scalar_chain::convert_insn): Likewise.
17036 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
17038         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
17039         unary operation, not a binary one.
17041 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
17043         PR middle-end/70877
17044         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
17045         calls with type casted fndecl.
17047 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
17049         PR tree-optimization/70786
17050         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
17051         * calls.c (initialize_argument_information): Bind bounds
17052         with corresponding args passed by reference.
17054 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
17056         PR target/70927
17057         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
17058         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
17059         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
17060         accordingly.
17062 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17064         PR target/70963
17065         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
17066         code for a zero scale factor.
17067         (vsx_xvcvdpuxds_scale): Likewise.
17069 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
17071         * diagnostic-show-locus.c (layout::layout): Call show_ruler
17072         if show_ruler_p was set on the context.
17073         (layout::show_ruler): New method.
17074         * diagnostic.h (struct diagnostic_context): Add field
17075         "show_ruler_p".
17077 2016-05-10  Richard Biener  <rguenther@suse.de>
17079         PR tree-optimization/71039
17080         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
17081         (chk_uses): New function.
17082         (propagate_with_phi): Verify we can safely replicate the lhs of an
17083         aggregate assignment on all incoming edges.
17085 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
17087         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
17088         Forward declare.
17089         (rx_atomic_sequence): New class.
17090         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
17091         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
17092         non-inline.
17093         (rx_atomic_sequence::rx_atomic_sequence,
17094         rx_atomic_sequence::~rx_atomic_sequence): New functions.
17095         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
17096         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
17097         CTRLREG_INTB): New constants.
17098         (FETCHOP): New code iterator.
17099         (fethcop_name, fetchop_name2): New iterator code attributes.
17100         (QIHI): New mode iterator.
17101         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
17102         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
17103         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
17105 2016-05-10  Martin Liska  <mliska@suse.cz>
17107         * tree-inline.c (remap_dependence_clique): Do not remap
17108         debugging statements.
17110 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17112         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
17113         ("*fixuns_truncdfdi2_z13")
17114         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
17115         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
17116         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
17118 2016-05-10  Richard Biener  <rguenther@suse.de>
17120         PR tree-optimization/70497
17121         PR tree-optimization/28367
17122         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
17123         split out from ...
17124         (visit_reference_op_load): ... here.
17125         (vn_reference_lookup_3): Use it to handle subreg-like accesses
17126         with simplified BIT_FIELD_REFs.
17127         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
17128         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
17129         correctly.
17131 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
17133         * dwarf2out.c (add_abstract_origin_attribute): Adjust
17134         documentation comment.  For BLOCK nodes, add a
17135         DW_AT_abstract_origin attribute that points to the DIE generated
17136         for the origin BLOCK.
17137         (gen_lexical_block_die): Call add_abstract_origin_attribute for
17138         blocks from inlined functions.
17140 2016-05-10  Alan Modra  <amodra@gmail.com>
17142         PR target/70947
17143         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
17144         regrename modifying insns saving lr before __morestack call.
17145         * config/rs6000/rs6000.md (split_stack_return): Similarly for
17146         insns restoring lr after __morestack call.
17148 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
17150         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
17151         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
17152         expanders.
17153         * config/i386/sse.md (vec_interleave_high<mode>,
17154         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
17155         <avx512>_vpermt2var<mode>3_maskz): Likewise.
17157 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
17159         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
17160         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
17161         parallel reassociation for power8 and forward.
17163 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
17165         * config/i386/i386.md (absneg splitters with general regs): Use
17166         general_reg_operand predicate.
17167         (btsq peephole2): Use x86_64_immediate_operand to check if new
17168         value is suitable for immediate operand.  Generate emitted insn
17169         using RTL expressions.
17170         (btcq peephole2): Ditto.
17171         (btrq peephole2): Ditto.  Generate correct immediate operand
17172         for AND masking.
17174 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
17176         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
17177         bitpos.
17179 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
17181         * tree-affine.c (wide_int_constant_multiple_p): Add missing
17182         pointer dereference.
17184 2016-05-09  Richard Biener  <rguenther@suse.de>
17186         PR tree-optimization/70985
17187         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
17188         op0 isn't a gimple register.
17190 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
17192         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
17193         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
17194         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
17195         (i6400_fpu_mult): New cpu units.
17196         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
17197         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
17198         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
17199         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
17200         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
17201         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
17202         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
17203         (i6400_msa_long_float4, i6400_msa_long_float5)
17204         (i6400_msa_long_float8, i6400_msa_fdiv_df)
17205         (i6400_msa_fdiv_sf): New reservations.
17206         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
17207         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
17208         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
17209         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
17210         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
17211         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
17212         (msa_short_cmp, msa_short_float2, msa_short_logic3)
17213         (msa_short_store4, msa_long_load, msa_short_store)
17214         (msa_long_logic, msa_long_float2, msa_long_float4)
17215         (msa_long_float5, msa_long_float8, msa_long_mult)
17216         (msa_long_fdiv, msa_long_div): New reservations.
17218 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
17219             Sameera Deshpande  <sameera.deshpande@imgtec.com>
17220             Matthew Fortune  <matthew.fortune@imgtec.com>
17221             Graham Stott  <graham.stott@imgtec.com>
17222             Chao-ying Fu  <chao-ying.fu@imgtec.com>
17224         * config.gcc: Add MSA header file for mips*-*-* target.
17225         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
17226         (Ubv8i, Urv8):  New constraints.
17227         * config/mips/mips-ftypes.def: Add function types for MSA
17228         builtins.
17229         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
17230         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
17231         * config/mips/mips-msa.md: New file.
17232         * config/mips/mips-protos.h
17233         (mips_split_128bit_const_insns): New prototype.
17234         (mips_msa_idiv_insns): Likewise.
17235         (mips_split_128bit_move): Likewise.
17236         (mips_split_128bit_move_p): Likewise.
17237         (mips_split_msa_copy_d): Likewise.
17238         (mips_split_msa_insert_d): Likewise.
17239         (mips_split_msa_fill_d): Likewise.
17240         (mips_expand_msa_branch): Likewise.
17241         (mips_const_vector_same_val_p): Likewise.
17242         (mips_const_vector_same_bytes_p): Likewise.
17243         (mips_const_vector_same_int_p): Likewise.
17244         (mips_const_vector_shuffle_set_p): Likewise.
17245         (mips_const_vector_bitimm_set_p): Likewise.
17246         (mips_const_vector_bitimm_clr_p): Likewise.
17247         (mips_msa_vec_parallel_const_half): Likewise.
17248         (mips_msa_output_division): Likewise.
17249         (mips_ldst_scaled_shift): Likewise.
17250         (mips_expand_vec_cond_expr): Likewise.
17251         * config/mips/mips.c (enum mips_builtin_type): Add
17252         MIPS_BUILTIN_MSA_TEST_BRANCH.
17253         (mips_gen_const_int_vector_shuffle): New prototype.
17254         (mips_const_vector_bitimm_set_p): New function.
17255         (mips_const_vector_bitimm_clr_p): Likewise.
17256         (mips_const_vector_same_val_p): Likewise.
17257         (mips_const_vector_same_bytes_p): Likewise.
17258         (mips_const_vector_same_int_p): Likewise.
17259         (mips_const_vector_shuffle_set_p): Likewise.
17260         (mips_symbol_insns): Forbid loading symbols via immediate for
17261         MSA.
17262         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
17263         stores.
17264         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
17265         MSA.
17266         (mips_lx_address_p): Add support load indexed address for MSA.
17267         (mips_address_insns): Add calculation of instructions needed for
17268         stores and loads for MSA.
17269         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
17270         CONST_VECTOR for MSA and let it fall through.
17271         (mips_ldst_scaled_shift): New function.
17272         (mips_subword_at_byte): Likewise.
17273         (mips_msa_idiv_insns): Likewise.
17274         (mips_legitimize_move): Validate MSA moves.
17275         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
17276         calculation of costs for MSA division.
17277         (mips_split_move_p): Check if MSA moves need splitting.
17278         (mips_split_move): Split MSA moves if necessary.
17279         (mips_split_128bit_move_p): New function.
17280         (mips_split_128bit_move): Likewise.
17281         (mips_split_msa_copy_d): Likewise.
17282         (mips_split_msa_insert_d): Likewise.
17283         (mips_split_msa_fill_d): Likewise.
17284         (mips_output_move): Handle MSA moves.
17285         (mips_expand_msa_branch): New function.
17286         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
17287         Reinstate 'y' modifier.
17288         (mips_file_start): Add MSA .gnu_attribute.
17289         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
17290         FPRs.
17291         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
17292         (mips_class_max_nregs): Add register size for MSA supported mode.
17293         (mips_cannot_change_mode_class): Allow conversion between MSA
17294         vector modes and TImode.
17295         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
17296         instruction.
17297         (mips_secondary_reload_class): Force MSA loads/stores via memory.
17298         (mips_preferred_simd_mode): Add preffered modes for MSA.
17299         (mips_vector_mode_supported_p): Add MSA supported modes.
17300         (mips_autovectorize_vector_sizes): New function.
17301         (mips_msa_output_division): Likewise.
17302         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
17303         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
17304         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
17305         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
17306         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
17307         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
17308         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
17309         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
17310         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
17311         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
17312         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
17313         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
17314         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
17315         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
17316         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
17317         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
17318         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
17319         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
17320         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
17321         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
17322         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
17323         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
17324         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
17325         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
17326         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
17327         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
17328         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
17329         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
17330         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
17331         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
17332         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
17333         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
17334         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
17335         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
17336         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
17337         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
17338         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
17339         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
17340         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
17341         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
17342         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
17343         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
17344         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
17345         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
17346         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
17347         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
17348         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
17349         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
17350         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
17351         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
17352         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
17353         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
17354         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
17355         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
17356         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
17357         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
17358         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
17359         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
17360         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
17361         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
17362         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
17363         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
17364         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
17365         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
17366         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
17367         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
17368         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
17369         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
17370         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
17371         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
17372         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
17373         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
17374         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
17375         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
17376         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
17377         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
17378         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
17379         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
17380         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
17381         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
17382         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
17383         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
17384         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
17385         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
17386         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
17387         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
17388         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
17389         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
17390         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
17391         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
17392         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
17393         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
17394         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
17395         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
17396         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
17397         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
17398         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
17399         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
17400         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
17401         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
17402         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
17403         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
17404         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
17405         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
17406         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
17407         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
17408         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
17409         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
17410         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
17411         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
17412         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
17413         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
17414         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
17415         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
17416         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
17417         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
17418         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
17419         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
17420         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
17421         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
17422         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
17423         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
17424         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
17425         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
17426         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
17427         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
17428         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
17429         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
17430         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
17431         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
17432         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
17433         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
17434         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
17435         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
17436         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
17437         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
17438         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
17439         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
17440         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
17441         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
17442         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
17443         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
17444         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
17445         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
17446         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
17447         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
17448         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
17449         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
17450         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
17451         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
17452         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
17453         move_v builtins.
17454         (mips_get_builtin_decl_index): New array.
17455         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
17456         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
17457         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
17458         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
17459         (mips_init_builtins): Initialize mips_get_builtin_decl_index
17460         array.
17461         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
17462         hook.
17463         (mips_expand_builtin_insn): Prepare operands for
17464         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
17465         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
17466         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
17467         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
17468         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
17469         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
17470         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
17471         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
17472         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
17473         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
17474         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
17475         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
17476         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
17477         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
17478         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
17479         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
17480         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
17481         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
17482         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
17483         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
17484         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
17485         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
17486         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
17487         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
17488         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
17489         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
17490         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
17491         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
17492         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
17493         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
17494         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
17495         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
17496         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
17497         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
17498         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
17499         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
17500         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
17501         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
17502         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
17503         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
17504         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
17505         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
17506         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
17507         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
17508         These are set implicitly and an error is reported if overridden.
17509         (mips_expand_builtin_msa_test_branch): New function.
17510         (mips_expand_msa_shuffle): Likewise.
17511         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
17512         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
17513         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
17514         (mips_expand_vec_unpack): Add support for MSA.
17515         (mips_expand_vector_init): Likewise.
17516         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
17517         instead of const0_rtx.
17518         (mips_msa_vec_parallel_const_half): New function.
17519         (mips_gen_const_int_vector): Likewise.
17520         (mips_gen_const_int_vector_shuffle): Likewise.
17521         (mips_expand_msa_cmp): Likewise.
17522         (mips_expand_vec_cond_expr): Likewise.
17523         * config/mips/mips.h
17524         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
17525         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
17526         specified.
17527         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
17528         (ISA_HAS_MSA): New macro.
17529         (UNITS_PER_MSA_REG): Likewise.
17530         (BITS_PER_MSA_REG): Likewise.
17531         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
17532         (MSA_REG_FIRST): New macro.
17533         (MSA_REG_LAST): Likewise.
17534         (MSA_REG_NUM): Likewise.
17535         (MSA_REG_P): Likewise.
17536         (MSA_REG_RTX_P): Likewise.
17537         (MSA_SUPPORTED_MODE_P): Likewise.
17538         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
17539         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
17540         * config/mips/mips.md: Include mips-msa.md.
17541         (alu_type): Add simd_add.
17542         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
17543         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
17544         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
17545         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
17546         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
17547         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
17548         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
17549         simd_move, simd_load, simd_store.  Choose "multi" for moves
17550         for "qword_mode".
17551         (qword_mode): New attribute.
17552         (insn_count): Add instruction count for quad moves.
17553         Increase the count for MIPS SIMD division.
17554         (UNITMODE): Add UNITMODEs for vector types.
17555         (addsub): New code iterator.
17556         * config/mips/mips.opt (mmsa): New option.
17557         * config/mips/msa.h: New file.
17558         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
17559         specified.
17560         * config/mips/mti-linux.h: Likewise.
17561         * config/mips/predicates.md
17562         (const_msa_branch_operand): New constraint.
17563         (const_uimm3_operand): Likewise.
17564         (const_uimm4_operand): Likewise.
17565         (const_uimm5_operand): Likewise.
17566         (const_uimm8_operand): Likewise.
17567         (const_imm5_operand): Likewise.
17568         (aq10b_operand): Likewise.
17569         (aq10h_operand): Likewise.
17570         (aq10w_operand): Likewise.
17571         (aq10d_operand): Likewise.
17572         (const_m1_operand): Likewise.
17573         (reg_or_m1_operand): Likewise.
17574         (const_exp_2_operand): Likewise.
17575         (const_exp_4_operand): Likewise.
17576         (const_exp_8_operand): Likewise.
17577         (const_exp_16_operand): Likewise.
17578         (const_vector_same_val_operand): Likewise.
17579         (const_vector_same_simm5_operand): Likewise.
17580         (const_vector_same_uimm5_operand): Likewise.
17581         (const_vector_same_uimm6_operand): Likewise.
17582         (const_vector_same_uimm8_operand): Likewise.
17583         (par_const_vector_shf_set_operand): Likewise.
17584         (reg_or_vector_same_val_operand): Likewise.
17585         (reg_or_vector_same_simm5_operand): Likewise.
17586         (reg_or_vector_same_uimm6_operand): Likewise.
17587         * doc/extend.texi (MIPS SIMD Architecture Functions): New
17588         section.
17589         * doc/invoke.texi (-mmsa): Document new option.
17591 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17593         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
17594         * configure: Regenerate.
17595         * config.in: Regenerate.
17596         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
17597         on -fvtable-verify.
17598         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
17599         (ENDFILE_VTV_SPEC): Define.
17601 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
17603         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
17604         registers in all interrupt handlers if necessary.
17605         (rl78_option_override): Add warning.
17606         (MUST_SAVE_MDUC_REGISTERS): New macro.
17607         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
17608         * config/rl78/rl78.c (check_mduc_usage): New function.
17609         (mduc_regs): New structure to hold MDUC register data.
17610         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
17611         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
17612         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
17613         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
17614         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
17615         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
17617 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
17619         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
17620         (tree-ssa-loop-niter.h): Ditto.
17621         (idx_within_array_bound, ref_within_array_bound): New functions.
17622         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
17623         Factor out check on writable base object to ...
17624         (base_object_writable): ... here.
17626 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17628         * config/arm/arm.md (probe_stack): Add modes to set source
17629         and destination.
17631 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
17633         * regrename.c (base_reg_class_for_rename): New static function.
17634         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
17636 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
17638         * cgraph.c (thunk_adjust): Export.
17639         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
17640         * cgraphunit.c (thunk_adjust): Export.
17641         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
17642         thunks.
17643         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
17644         inlinable.
17645         * tree-inline.c (expand_call_inline): Expand thunks inline.
17647 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
17649         PR target/70998
17650         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
17651         (*sse2_vd_cvtss2sd): Ditto.
17652         * config/i386/i386.md
17653         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
17654         Generate *sse2_vd_cvtsd2ss pattern.
17655         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
17656         Generate *sse2_vd_cvtss2sd pattern.
17658 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
17660         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
17661         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
17662         users.
17664 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
17666         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
17667         * config/sh/sh.c: Define and declare variables on first use throughout
17668         the file.
17669         (current_function_interrupt): Change to bool type.
17670         (frame_insn): Rename to emit_frame_insn and update users.
17671         (push_regs): Use bool for 'interrupt_handler' argument.
17672         (save_schedule_s): Remove.
17673         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
17674         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
17675         targetm.asm_out.unaligned_op.di.
17676         (gen_far_branch): Remove redundant forward declaration.
17677         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
17678         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
17679         (sh_set_return_address, sh_function_ok_for_sibcall,
17680         scavenge_reg): Update comments.
17681         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
17682         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
17683         (sh_attr_renesas_p): Remove unnecessary parentheses.
17684         (branch_dest): Simplify.
17685         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
17686         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
17687         (CUMULATIVE_ARGS): Change macro to typedef.
17688         (current_function_interrupt): Change to bool type.
17689         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
17690         Surround with __cplusplus ifdef.
17691         (sh_compare_op0, sh_compare_op1): Remove.
17692         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
17694 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
17696         * config/arm/arm.md: (arch): Add neon.
17697         (arch_enabled): Return yes for arch neon when TARGET_NEON.
17698         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
17699         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
17700         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
17701         attributes for alt renumbering.  Mark alt 3 as non-predicable.
17702         (thumb2_movdf_vfp): Likewise.
17704 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
17706         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
17707         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
17708         (*andqi_1): Add preferred_for_speed attribute to disparage
17709         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
17710         (*<code>qi_1): Ditto.
17711         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
17712         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
17713         (*ashlqi3_1): Ditto.
17714         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
17715         Add preferred_for_size attribute to disparage alternative 0 and
17716         preferred_for_speed attribute to disparage alternative 1 for
17717         TARGET_PARTIAL_REG_STALL targets.
17719 2016-05-07  Tom de Vries  <tom@codesourcery.com>
17721         PR tree-optimization/70956
17722         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
17723         def.
17725 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
17727         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
17728         * config/sh/sh.c (sh_cbranch_distance): Implement it.
17729         * config/sh/sh.md (branch_zero): Remove define_attr.
17730         (define_delay): Disable delay slot if branch distance is one insn.
17732 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
17734         * config/i386/i386.md (LEAMODE): New mode attribute.
17735         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
17736         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
17737         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
17738         operand 2 predicate.
17739         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
17740         (*lea<mode>_general_3): Ditto.
17741         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
17743 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
17745         * genmddump.c (main): Convert argv from char ** to const char **.
17747 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
17749         * coretypes.h (OVERRIDE): New macro.
17750         (FINAL): New macro.
17752 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
17754         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
17755         allow coalescing if the types are compatible.
17757 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
17759         * pass_manager.h (pass_manager::register_pass_name): New method.
17760         (pass_manager::get_pass_by_name): New method.
17761         (pass_manager::create_pass_tab): New method.
17762         (pass_manager::m_name_to_pass_map): New field.
17763         * passes.c (name_to_pass_map): Delete global in favor of field
17764         "m_name_to_pass_map" of pass_manager.
17765         (register_pass_name): Rename from a function to...
17766         (pass_manager::register_pass_name): ...this method, updating
17767         for renaming of global "name_to_pass_map" to field
17768         "m_name_to_pass_map".
17769         (create_pass_tab): Rename from a function to...
17770         (pass_manager::create_pass_tab): ...this method, updating
17771         for renaming of global "name_to_pass_map" to field.
17772         (get_pass_by_name): Rename from a function to...
17773         (pass_manager::get_pass_by_name): ...this method.
17774         (enable_disable_pass): Convert use of get_pass_by_name to
17775         a method call, locating the pass_manager singleton.
17777 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
17779         * genattr-common.c (main): Convert argv from char ** to const char **.
17780         * genattr.c (main): Likewise.
17781         * genattrtab.c (main): Likewise.
17782         * genautomata.c (initiate_automaton_gen): Likewise.
17783         (main): Likewise.
17784         * gencodes.c (main): Likewise.
17785         * genconditions.c (main): Likewise.
17786         * genconfig.c (main): Likewise.
17787         * genconstants.c (main): Likewise.
17788         * genemit.c (main): Likewise.
17789         * genenums.c (main): Likewise.
17790         * genextract.c (main): Likewise.
17791         * genflags.c (main): Likewise.
17792         * genmddeps.c (main): Likewise.
17793         * genopinit.c (main): Likewise.
17794         * genoutput.c (main): Likewise.
17795         * genpeep.c (main): Likewise.
17796         * genpreds.c (main): Likewise.
17797         * genrecog.c (main): Likewise.
17798         * gensupport.c (init_rtx_reader_args_cb): Likewise.
17799         (init_rtx_reader_args): Likewise.
17800         * gensupport.h (init_rtx_reader_args_cb): Likewise.
17801         (init_rtx_reader_args): Likewise.
17802         * gentarget-def.c (main): Likewise.
17803         * read-md.c (read_md_files): Likewise.
17804         * read-md.h (read_md_files): Likewise.
17806 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
17808         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
17809         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
17810         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
17811         Remove unused predicate.
17812         (register_and_not_fp_reg_operand): Ditto.
17814 2016-05-06  Martin Liska  <mliska@suse.cz>
17816         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
17817         instead of vec as the vector is local to the function.
17819 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
17821         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
17822         avx512bw alternative.
17824         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
17825         before the ashr<mode>3 pattern.
17827         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
17828         v instead of x in vex or maybe_vex alternatives, use
17829         maybe_evex instead of vex in prefix.
17831         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
17832         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
17833         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
17834         in vex or maybe_vex alternatives, use maybe_evex instead of vex
17835         in prefix.
17837         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
17838         v instead of x in vex or maybe_vex alternatives, use
17839         maybe_evex instead of vex in prefix.
17841         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
17842         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
17843         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
17844         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
17845         alternatives, use maybe_evex instead of vex in prefix.
17847         * config/i386/sse.md (vec_interleave_lowv4sf,
17848         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
17849         v instead of x in vex or maybe_vex alternatives, use
17850         maybe_evex instead of vex in prefix.
17852         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
17853         v instead of x in vex or maybe_vex alternatives, use
17854         maybe_evex instead of vex in prefix.
17856         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
17857         v constraint instead of x.
17859 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
17861         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
17862         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
17863         equality first.
17865 2016-05-06  Richard Biener  <rguenther@suse.de>
17867         PR tree-optimization/70948
17868         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
17869         Properly clobber all fields of va_list for __builtin_va_start.
17871 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
17873         PR debug/70935
17874         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
17875         loop latch destination.
17877 2016-05-06  Martin Liska  <mliska@suse.cz>
17879         * tree-ssa-uninit.c: Apply manual changes
17880         to the GNU coding style.
17881         (prune_uninit_phi_opnds): Rename from
17882         prune_uninit_phi_opnds_in_unrealizable_paths.
17884 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
17886         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
17887         mspace): Remove deprecated options.
17888         * doc/invoke.texi (SH options): Remove -mspace.
17890 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
17892         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
17894 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
17896         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
17897         corresponding combine split pattern.
17899 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
17901         PR target/58219
17902         * config/sh/predicates.md (long_displacement_mem_operand): New.
17903         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
17904         Add movi20, movi20s alternatives.  Adjust length attribute for
17905         alternatives.
17906         (movsi_ie): Allow for any FPU.  Adjust length attribute for
17907         alternatives.
17908         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
17909         attribute for alternatives.
17910         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
17911         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
17912         length attribute for alternatives.
17914 2016-05-06  Richard Biener  <rguenther@suse.de>
17916         PR tree-optimization/70960
17917         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
17919 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
17921         PR target/52933
17922         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
17923         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
17925 2016-05-06  Marek Polacek  <polacek@redhat.com>
17927         PR sanitizer/70875
17928         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
17930 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
17932         PR target/54089
17933         * config/sh/sh.md (*rotcr): Add another variant.
17935 2016-05-06  Richard Biener  <rguenther@suse.de>
17937         PR middle-end/70931
17938         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
17940 2016-05-06  Richard Biener  <rguenther@suse.de>
17942         PR middle-end/70941
17943         * fold-const.c (split_tree): Always convert to the original type
17944         before negating.
17946 2016-05-06  Richard Biener  <rguenther@suse.de>
17948         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
17949         (fwprop_addr): Likewise.
17951 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
17953         PR target/70873
17954         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
17955         New prototype.
17956         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
17957         * config/i386/i386.md (push mem splitter): Use find_constant_src in
17958         the splitter condition.
17959         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
17960         the splitter condition.
17961         (FP float_extend load splitter): Ditto.
17963 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
17965         * config/i386/i386.md (peehole2 patterns): Change true_regnum
17966         to REGNO in all peephole2 patterns.
17967         (post-reload splitters): Change true_regnum to REGNO in
17968         post-reload splitters.
17969         (zero_extend splitters): Use general_reg_operand and
17970         nonimmediate_gr_operand predicates.
17972 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
17974         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
17975         v constraint instead of x.
17977 2016-05-05  Alan Modra  <amodra@gmail.com>
17979         PR target/68662
17980         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
17981         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
17982         TARGET_NO_FP_IN_TOC for -mrelocatable.
17983         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
17984         TARGET_RELOCATABLE test.
17985         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
17986         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
17987         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
17988         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
17989         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
17990         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
17991         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
17992         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
17993         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
17994         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
17995         Likewise.
17996         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
17997         (rs6000_stack_info): Likewise.
17998         (rs6000_elf_asm_out_constructor): Likewise.
17999         (rs6000_elf_asm_out_destructor): Likewise.
18000         (rs6000_elf_declare_function_name): Likewise.
18001         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
18002         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
18003         Don't define.
18005 2016-05-05  Alan Modra  <amodra@gmail.com>
18007         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
18009 2016-05-05  Alan Modra  <amodra@gmail.com>
18011         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
18012         out-of-line gpr restore for one or two regs if that would add
18013         a save of lr.
18015 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
18017         PR target/70873
18018         * config/i386/i386.md
18019         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
18020         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
18021         as operand 0 predicate.
18022         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
18023         Ditto.
18024         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
18025         Ditto.  Emit the pattern using RTX.
18027         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
18028         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
18029         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
18030         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
18031         Ditto.
18032         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
18033         sse_reg_operand as operand 0 predicate.
18035         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
18036         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
18037         instead of gen_rtx_REG.
18038         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
18039         Ditto.
18041 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
18043         * function.c (emit_use_return_register_into_block): Delete.
18044         (gen_return_pattern): Delete.
18045         (emit_return_into_block): Delete.
18046         (active_insn_between): Delete.
18047         (convert_jumps_to_returns): Delete.
18048         (emit_return_for_exit): Delete.
18049         (thread_prologue_and_epilogue_insns): Delete all code dealing with
18050         simple_return for shrink-wrapped blocks.
18051         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
18052         end of blocks that need one.
18053         (get_unconverted_simple_return): Delete.
18054         (convert_to_simple_return): Delete.
18055         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
18056         (convert_to_simple_return): Ditto.
18058 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
18060         * cfgcleanup.c (bb_is_just_return): New function.
18061         (try_optimize_cfg): Simplify jumps to return, branches to return,
18062         and branches around return.
18064 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
18066         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
18067         branch to a return.
18069 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
18071         PR c++/70906
18072         PR c++/70933
18073         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
18074         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
18075         assert flags & OEP_HASH_CHECK, instead of asserting it
18076         never happens.  Handle TARGET_EXPR.
18077         * fold-const.c (operand_equal_p): For hash verification,
18078         or in OEP_HASH_CHECK into flags.
18080 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
18082         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
18083         comment.
18084         (compute_samebase_partition_bases): Fix typo.
18086 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
18088         * config/i386/sse.md (vec_interleave_highv8sf,
18089         vec_interleave_lowv8sf, vec_interleave_highv4df,
18090         vec_interleave_lowv4df): Remove constraints from expanders.
18092         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
18094 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
18096         * tree-inline.c (expand_call_inline): Fix path dealing with
18097         making lhs of call statement undefined.
18099 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
18101         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
18102         Check availability on NODE, too.
18103         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
18104         (cgraph_node::call_for_symbol_and_aliases): Likewise.
18105         (varpool_node::call_for_symbol_and_aliase): Likewise.
18106         * ipa-pure-const.c (add_new_function): Analyze all bodies.
18107         (propagate_pure_const): Propagate across interposable functions, too.
18108         (skip_function_for_local_pure_const): Do not skip interposable bodies
18109         with aliases.
18110         (pass_local_pure_const::execute): Update.
18112 2016-05-04  Marek Polacek  <polacek@redhat.com>
18114         * doc/invoke.texi: Document -Wdangling-else.
18116 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18118         * config.gcc: Error out when conflicting multilib is detected.  Do not
18119         loop over multilibs since no combination is legal.
18121 2016-05-04  Alan Modra  <amodra@gmail.com>
18123         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
18124         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
18125         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
18126         Align .toc.
18128 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
18130         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
18131         Clean up p5600 comments.
18133 2016-05-04  Richard Biener  <rguenther@suse.de>
18135         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
18136         constructor simplifications.
18137         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
18139 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
18141         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
18142         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
18143         result.set_rtx is null instead of aborting.
18144         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
18145         Always enable.
18146         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
18147         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
18148         *mov<mode>_store_postinc): New patterns.
18150 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
18152         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
18153         as commutative.  Check both conversions are NOP.
18154         ((A & B) OP (C & B)): Remove.
18156 2016-05-04  Alan Modra  <amodra@gmail.com>
18158         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
18160 2016-05-04  Alan Modra  <amodra@gmail.com>
18162         PR target/70866
18163         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
18164         when cr2,3,4 are all fixed regs.
18166 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
18168         PR rtl-optimization/57193
18169         * opts.c (default_options_table): Revert OPT_frename_registers change.
18170         * doc/invoke.texi (-frename-registers, -O2): Likewise.
18172 2016-05-03  Martin Sebor  <msebor@redhat.com>
18174         PR c++/66561
18175         * builtins.c (fold_builtin_FILE): New function.
18176         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
18177         (fold_builtin_0): Call them.
18178         * gimplify.c (gimplify_call_expr): Remove the handling of
18179         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
18181         PR c++/66561
18182         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
18183         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
18184         constants.
18186         PR c++/66639
18187         * doc/extend.texi (Function Names as Strings): Update __func__,
18188         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
18189         constants.
18191 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
18192             Richard Biener  <rguenther@suse.de>
18194         PR tree-optimization/70916
18195         * tree-if-conv.c: Include cfganal.h.
18196         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
18197         and remove_fake_exit_edges around the optimization pass.
18199 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
18201         * cgraph.c (symbol_table::create_edge): Set inline_failed.
18202         (cgraph_edge::make_direct): Likewise.
18203         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
18204         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
18205         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
18206         (CIF_THUNK): New code.
18207         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
18208         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
18209         (compute_inline_parameters): Set inline_failed for thunks.
18210         (inline_analyze_function): Cleanup.
18211         * ipa-inline.c (can_inline_edge_p): Do not deal with
18212         call_stmt_cannot_inline_p.
18213         (can_early_inline_edge_p): Likewise.
18214         (early_inliner): Initialize inline_failed.
18215         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
18217 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
18219         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
18220         from nonimm_ssenomem_operand.
18221         (nonimm_ssenomem_operand): New predicate.
18222         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
18223         as operand 0 predicate.
18224         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
18225         Disable unsupported alternatives using "enabled" attribute.
18226         Use register_ssemem_operand as operand 0 predicate.
18227         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
18229 2016-05-03  Marek Polacek  <polacek@redhat.com>
18231         PR c/70859
18232         * input.c (expansion_point_location): New function.
18233         * input.h (expansion_point_location): Declare.
18235 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
18237         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
18238         occurence with frame_offset_ ones.
18240 2016-05-03  Alan Modra  <amodra@gmail.com>
18242         PR rtl-optimization/70890
18243         * ira.c (combine_and_move_insns): When moving def_insn, remove
18244         equivs on use_insn.
18246 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18248         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
18249         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
18250         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
18251         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
18253 2016-05-03  Alan Modra  <amodra@gmail.com>
18255         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
18256         for SAVE_MULTIPLE/STORE_MULTIPLE.
18258 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
18260         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
18261         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
18263 2016-05-03  Richard Biener  <rguenther@suse.de>
18265         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
18266         default true.
18267         (gimplify_arg): Likewise.
18268         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
18269         re-writing the result to a decl if required.
18270         (internal_get_tmp_var): Add allow_ssa parameter
18271         and override into_ssa with it.
18272         (get_formal_tmp_var): Adjust.
18273         (get_initialized_tmp_var): Add allow_ssa parameter.
18274         (gimplify_arg): Add allow_ssa parameter and avoid generating
18275         SSA names for the result false.
18276         (gimplify_call_expr): If the call may return twice do not
18277         gimplify parameters into SSA.
18278         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
18279         (gimplify_modify_expr): Adjust assert.  For noreturn calls
18280         with a SSA name LHS adjust its def.
18281         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
18282         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
18283         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
18284         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
18285         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
18286         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
18287         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
18288         (optimize_target_teams): Do not allow SSA names for clause operands.
18289         (gimplify_expr): Likewise for where we mark the result addressable.
18290         * passes.def (pass_init_datastructures): Remove.
18291         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
18292         (rewrite_stmt): Likewise.
18293         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
18294         (replace_locals_op): Replace SSA names.
18295         (copy_gimple_seq_and_replace_locals): Init src_cfun.
18296         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
18297         * cgraph.c (release_function_body): Free CFG annotations only
18298         when we have a CFG.  Simplify.
18299         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
18300         force_gimple_operand instead of get_initialized_tmp_var.
18301         * tree-pass.h (make_pass_init_datastructures): Remove.
18302         * tree-ssa.c (execute_init_datastructures): Remove.
18303         (pass_data_init_datastructures): Likewise.
18304         (class pass_init_datastructures): Likewise.
18305         (make_pass_init_datastructures): Likewise.
18306         * omp-low.c (create_omp_child_function): Init SSA data structures.
18307         (grid_expand_target_grid_body): Likewise.
18308         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
18309         name before adding it to names_to_release.
18310         (remove_bb): Always release SSA defs.
18311         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
18312         before dereferencing it.
18313         * cgraphunit.c (init_lowered_empty_function): Always
18314         int SSA data structures.
18315         * tree-ssanames.c (release_defs): Remove assert that we are in
18316         SSA form.
18317         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
18319 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
18320             Uros Bizjak  <ubizjak@gmail.com>
18322         PR rtl-optimization/70467
18323         * config/i386/predicates.md (x86_64_hilo_int_operand,
18324         x86_64_hilo_general_operand): New predicates.
18325         * config/i386/constraints.md (Wd): New constraint.
18326         * config/i386/i386.md (mode attr di): Use Wd instead of e.
18327         (general_hilo_operand): New mode attr.
18328         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
18329         instead of <general_operand>.
18330         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
18331         x86_64_hilo_general_operand instead of <general_operand>.
18333 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
18335         PR tree-optimization/70916
18336         * tree-if-conv.c (constant_or_ssa_name): Removed.
18337         (fold_build_cond_expr): Use is_gimple_val instead of
18338         constant_or_ssa_name.
18340         PR tree-optimization/70916
18341         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
18342         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
18344         PR target/49244
18345         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
18346         (optimize_atomic_bit_test_and): New function.
18347         (pass_fold_builtins::execute): Use it.
18348         * optabs.def (atomic_bit_test_and_set_optab,
18349         atomic_bit_test_and_complement_optab,
18350         atomic_bit_test_and_reset_optab): New optabs.
18351         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
18352         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
18353         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
18354         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
18355         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
18356         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
18357         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
18358         * doc/md.texi (atomic_bit_test_and_set@var{mode},
18359         atomic_bit_test_and_complement@var{mode},
18360         atomic_bit_test_and_reset@var{mode}): Document.
18361         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
18362         atomic_bit_test_and_complement<mode>,
18363         atomic_bit_test_and_reset<mode>): New expanders.
18364         (atomic_bit_test_and_set<mode>_1,
18365         atomic_bit_test_and_complement<mode>_1,
18366         atomic_bit_test_and_reset<mode>_1): New insns.
18368 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
18370         PR rtl-optimization/70687
18371         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
18372         instead of unsigned HOST_WIDE_INT.
18374 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
18376         PR rtl-optimization/44281
18377         * hard-reg-set.h (struct target_hard_regs): New field
18378         x_fixed_nonglobal_reg_set.
18379         (fixed_nonglobal_reg_set): New macro.
18380         * reginfo.c (init_reg_sets_1): Initialize it.
18381         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
18382         of fixed_reg_set.
18383         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
18385 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
18387         PR tree-optimization/56541
18388         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
18389         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
18390         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
18391         (any_complicated_phi): new static variable.
18392         (aggressive_if_conv): delete.
18393         (if_convertible_phi_p): support phis with more than two arguments.
18394         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
18395         critical pred edges.
18396         (ifcvt_split_critical_edges): support phis with more than two
18397         arguments by checking new parameter.  only split critical edges
18398         if needed.
18399         (tree_if_conversion): handle simd pragma marked loop using new
18400         local variable aggressive_if_conv.  check any_complicated_phi.
18402 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
18404         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
18405         before using it.
18407 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
18409         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
18410         cbase.
18412 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
18414         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
18415         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
18416         define_insn_and_split.
18417         (mulsi3_i): New define_insn_and_split.
18418         (mulsi3_call): Convert to define_insn.
18419         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
18420         Remove constraints.
18422 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
18424         * machmode.h (mode_complex): Add support to give the complex mode
18425         for a given mode.
18426         (GET_MODE_COMPLEX_MODE): Likewise.
18427         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
18428         stored by build_complex_type and gfc_build_complex_type instead of
18429         trying to figure out the appropriate mode based on the size. Raise
18430         an assertion error, if the type was not set.
18431         * genmodes.c (struct mode_data): Add field for the complex type of
18432         the given type.
18433         (blank_mode): Likewise.
18434         (make_complex_modes): Remember the complex mode created in the
18435         base type.
18436         (emit_mode_complex): Write out the mode_complex array to map a
18437         type mode to the complex version.
18438         (emit_insn_modes_c): Likewise.
18439         * tree.c (build_complex_type): Set the complex type to use before
18440         calling layout_type.
18441         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
18442         support for __float128 complex datatypes.
18443         (rs6000_hard_regno_mode_ok): Likewise.
18444         (rs6000_setup_reg_addr_masks): Likewise.
18445         (rs6000_complex_function_value): Likewise.
18446         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
18447         __float128 and __ibm128 complex.
18448         (FLOAT128_IBM_P): Likewise.
18449         (ALTIVEC_ARG_MAX_RETURN): Likewise.
18450         * doc/extend.texi (Additional Floating Types): Document that
18451         -mfloat128 must be used to enable __float128.  Document complex
18452         __float128 and __ibm128 support.
18454 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
18456         PR target/49244
18457         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
18458         char/short arguments promoted to int because of promote_prototypes.
18460 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
18462         * config/i386/predicates.md (register_ssemem_operand): New predicate.
18463         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
18464         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
18465         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
18466         alternatives using "enabled" attribute.  Use register_ssemem_operand
18467         as operand 1 predicate.
18468         (*cmpi<unord>xf_i387): Split XFmode pattern from
18469         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
18470         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
18471         *absneg<mode>2_i387.  Disable unsupported alternatives using
18472         "enabled" attribute.
18473         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
18475 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
18477         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
18478         marker.
18479         (oacc_loop_process): Check mask for loop termination.
18481 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
18483         * cif-code.def (CIF_THUNK): Add.
18484         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
18485         accidental change.
18487 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
18489         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
18490         (dump_inline_summary): Dump it.
18491         (fp_expression_p): New predicate.
18492         (estimate_function_body_sizes): Use it.
18493         (inline_merge_summary): Merge fp_expressions.
18494         (inline_read_section): Read fp_expressions.
18495         (inline_write_summary): Write fp_expressions.
18496         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
18497         codegen boundary if either caller or callee is !fp_expressions.
18498         * ipa-inline.h (inline_summary): Add fp_expressions.
18499         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
18500         to fp_expressions be sure the fp generation flags are updated.
18502 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
18504         PR rtl-optimization/70467
18505         * cse.c (cse_insn): Handle no-op MEM moves after folding.
18507         PR rtl-optimization/70467
18508         * ipa-pure-const.c (check_call): Handle internal calls even in
18509         ipa mode like in local mode.
18511 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18513         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
18515 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
18517         * match.pd (X u< X, X u> X): New transformations.
18519 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
18521         * flag-types.h (enum warn_strict_overflow_code): Move ...
18522         * coretypes.h: ... here.
18523         * fold-const.h (fold_overflow_warning): Declare.
18524         * fold-const.c (fold_overflow_warning): Make non-static.
18525         (fold_comparison): Move the transformation of X +- C1 CMP C2
18526         into X CMP C2 -+ C1 ...
18527         * match.pd: ... here.
18528         * gimple-fold.c (fold_stmt_1): Protect with
18529         fold_defer_overflow_warnings.
18531 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
18533         * omp-low.c (struct oacc_loop): Add 'inner' field.
18534         (new_oacc_loop_raw): Initialize it to zero.
18535         (oacc_loop_fixed_partitions): Initialize it.
18536         (oacc_loop_auto_partitions): Partition outermost loop to outermost
18537         available partitioning.
18539 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
18541         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
18542         register_operand.
18543         (umulsidi3): Likewise.
18544         (indirect_jump): Fix jump instruction assembly patterns.
18546 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
18548         PR target/70860
18549         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
18550         (nvptx_function_value): Assert non-NULL cfun.
18552 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
18554         PR rtl-optimization/70886
18555         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
18557         * cselib.h (rtx_equal_for_cselib_1): Declare.
18558         (rtx_equal_for_cselib_p: New inline function.
18559         * cselib.c (rtx_equal_for_cselib_p): Delete.
18560         (rtx_equal_for_cselib_1): Make public.
18562 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
18564         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
18565         (register_mixssei387nonimm_operand): Remove predicate.
18566         * config/i386/i386.md (*fop_<mode>_comm): Merge from
18567         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
18568         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
18569         for TARGET_MIX_SSE_I387 alternatives.
18570         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
18571         Disable unsupported alternatives using "enabled" attribute.  Use
18572         nonimm_ssenomem_operand as operand 1 predicate.  Also check
18573         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
18575 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
18577         * tree.c (cst_and_fits_in_hwi): Simplify.
18579 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
18581         * tree.h (wi::to_wide): New function.
18582         * expr.c (expand_expr_real_1): Use wi::to_wide.
18583         * fold-const.c (int_const_binop_1): Likewise.
18584         (extract_muldiv_1): Likewise.
18586 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
18588         * wide-int.h: Update offset_int and widest_int documentation.
18589         (WI_SIGNED_SHIFT_RESULT): New macro.
18590         (wi::binary_shift): Define signed_shift_result_type for
18591         shifts on offset_int- and widest_int-like types.
18592         (generic_wide_int): Support <<= and >>= if << and >> are supported.
18593         * tree.h (int_bit_position): Use shift operators instead of wi::
18594          shifts.
18595         * alias.c (adjust_offset_for_component_ref): Likewise.
18596         * expr.c (get_inner_reference): Likewise.
18597         * fold-const.c (fold_comparison): Likewise.
18598         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
18599         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
18600         * tree-dfa.c (get_ref_base_and_extent): Likewise.
18601         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
18602         (stmt_kills_ref_p): Likewise.
18603         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
18604         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
18605         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
18606         (ao_ref_init_from_vn_reference): Likewise.
18608 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
18610         * wide-int.h: Update offset_int and widest_int documentation.
18611         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
18612         (wi::binary_traits): Allow ordered comparisons between offset_int and
18613         offset_int, between widest_int and widest_int, and between either
18614         of these types and basic C types.
18615         (operator <, <=, >, >=): Define for the same combinations.
18616         * tree.h (tree_int_cst_lt): Use comparison operators instead
18617         of wi:: comparisons.
18618         (tree_int_cst_le): Likewise.
18619         * gimple-fold.c (fold_array_ctor_reference): Likewise.
18620         (fold_nonarray_ctor_reference): Likewise.
18621         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
18622         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
18623         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
18624         * tree-sra.c (completely_scalarize): Likewise.
18625         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
18626         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
18627         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
18628         (check_for_binary_op_overflow): Likewise.
18629         (search_for_addr_array): Likewise.
18630         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
18632 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
18634         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
18635         (arc_save_restore): Likewise.
18636         (arc_dwarf_register_span): Likewise.
18637         (arc_output_pic_addr_const): Initialize suffix variable.
18639 2016-05-02  Martin Liska  <mliska@suse.cz>
18641         * symbol-summary.h (function_summary::function_summary):
18642         Remove checking assert for all cgraph nodes.
18643         (function_summary::get): Check summary_uid.
18644         (symtab_insertion): Check summary_uid.
18646 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
18648         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
18649         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
18650         bmaskn instruction.
18651         (arc_dwarf_register_span): Remove enum keyword.
18652         (compact_memory_operand_p): New function.
18653         * config/arc/arc.h (reg_class): Add code density register classes.
18654         (REG_CLASS_NAMES): Likewise.
18655         (REG_CLASS_CONTENTS): Likewise.
18656         * config/arc/arc.md (*movqi_insn): Add code density instructions.
18657         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
18658         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
18659         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
18660         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
18661         constraints.
18662         (h, Rcd, Rsd, Rzd): New register constraints.
18663         (T): Use compact_memory_operand_p function.
18664         * config/arc/predicates.md (compact_load_memory_operand): Remove.
18666 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
18668         * config/sh/sh.md (*negnegt, *movtt): Remove.
18670 2016-05-02  Marek Polacek  <polacek@redhat.com>
18671             Tom de Vries  <tom@codesourcery.com>
18673         PR tree-optimization/70700
18674         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
18675         bigger than FIRST_REF_NODE.
18677 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
18679         PR target/52898
18680         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
18681         TARGET_CMPEQDI_T.
18682         (prepare_cbranch_operands): Don't use scratch register.  Assume that
18683         function is used when pseudos can be created.
18684         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
18685         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
18686         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
18687         define_expand.  Allow it only when pseudos can be created.
18688         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
18690 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
18692         * config/i386/constraints.md (BC): Only allow -1 operands.
18693         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
18694         Add "enabled" attribute.  Update XI mode attribute calculation.
18695         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
18696         (*movoi_internal_avx): Update XI mode attribute calculation.
18697         (*movti_internal): Ditto.
18699 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
18701         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
18702         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
18704 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
18706         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
18707         statement on instruction code.  Remove trailing spaces.
18708         (altivec_expand_stv_builtin): Likewise.
18710 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
18712         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
18713         (TARGET_FPU_DOUBLE): Simplify.
18714         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
18715         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
18716         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
18717         with 'TARGET_FPU_DOUBLE'.
18718         * config/sh/sh.md: Likewise.
18720 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
18722         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
18723         SH_DIV_STR_FOR_SIZE): Remove.
18724         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
18725         SH_DIV_STR_FOR_SIZE): Remove.
18727 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
18729         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
18730         logical_reg_operand): Delete.
18731         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
18732         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
18733         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
18734         match_operand and match_test.
18735         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
18736         variables on their first use.  Return bool values.
18737         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
18738         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
18739         arith_reg_operand for input operand.  Remove empty constraints.
18740         (xorsi3): Delete.
18741         (*xorsi3_compact): Rename to xorsi3.
18742         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
18743         (*zero_extend<mode>si2_disp_mem): Update comment.
18744         (mov_nop): Delete.
18746 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
18748         * config/sh/t-sh: Remove SH5 support.
18749         * config.gcc: Likewise.
18750         * configure: Likewise.
18752 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18754         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
18756 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
18758         * config/sh/sh.c (register_sh_passes, sh_option_override,
18759         sh_print_operand, prepare_move_operands,
18760         sh_can_follow_jump): Remove TARGET_SH1 checks.
18761         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
18762         PROMOTE_MODE): Likewise.
18763         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
18764         movdi): Likewise.
18766 2016-04-30  Alan Modra  <amodra@gmail.com>
18768         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
18769         restoring when fixed_reg_p, but allow out-of-line or stmw save.
18770         Check for user regs later to avoid unnecessary looping over regs.
18771         Merge user reg check with non-saved reg check.  Don't force
18772         inline VR restore when static chain used.
18773         (rs6000_frame_related): Omit eh_frame info for user regs when
18774         saving.
18775         (fixed_regs_p): Delete.
18777 2016-04-30  Alan Modra  <amodra@gmail.com>
18779         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
18780         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
18781         Update all uses.
18783 2016-04-30  Alan Modra  <amodra@gmail.com>
18785         PR target/69645
18786         * config/rs6000/rs6000.c (fixed_reg_p): New function.
18787         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
18788         Update all uses.
18790 2016-04-30  Alan Modra  <amodra@gmail.com>
18792         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
18793         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
18794         flag_pic test for Darwin.
18796 2016-04-30  Alan Modra  <amodra@gmail.com>
18798         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
18799         throw_calls_crossed.
18800         (REG_FREQ_CALLS_CROSSED): Delete.
18801         (REG_N_THROWING_CALLS_CROSSED): Delete.
18802         * regstat.c (regstat_bb_compute_ri): Don't calculate
18803         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
18804         (dump_reg_info): Don't print call cross frequency.
18805         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
18806         and REG_N_THROWING_CALLS_CROSSED.
18808 2016-04-30  Alan Modra  <amodra@gmail.com>
18810         * regs.h (struct reg_info_t): Delete live_length.
18811         (REG_LIVE_LENGTH): Delete macro.
18812         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
18813         local_live, local_processed and local_live_last_luid params.
18814         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
18815         Formatting fixes.
18816         (regstat_compute_ri): Adjust for above.  Don't set
18817         REG_LIVE_LENGTH.
18818         (dump_reg_info): Don't print live length.
18819         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
18820         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
18821         Localize loop_depth var.
18823 2016-04-30  Alan Modra  <amodra@gmail.com>
18825         * ira.c (enum valid_equiv): New.
18826         (validate_equiv_mem): Return enum.
18827         (update_equiv_mem): Create replacement in more cases.
18828         (add_store_equivs): Update validate_equiv_mem call.
18830 2016-04-30  Alan Modra  <amodra@gmail.com>
18832         * ira.c (combine_and_move_insns): Rather than scanning insns,
18833         use DF infrastucture to find use and def insns.
18835 2016-04-30  Alan Modra  <amodra@gmail.com>
18837         ira.c (combine_and_move_insns): Move invariant conditions..
18838         (ira.c): ..to here.  Call combine_and_move_insns before
18839         add_store_equivs.  Call grow_reg_equivs later.  Allocate
18840         req_equiv later using max_reg_num() rather than global max_regno.
18841         (contains_replace_regs): Delete.
18842         (add_store_equivs): Remove contains_replace_regs test.
18844 2016-04-30  Alan Modra  <amodra@gmail.com>
18846         * ira.c (struct equiv_mem_data): New.
18847         (equiv_mem, equiv_mem_modified): Delete static vars.
18848         (validate_equiv_mem_from_store): Use "data" param to communicate..
18849         (validate_equiv_mem): ..from here.
18851 2016-04-30  Alan Modra  <amodra@gmail.com>
18853         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
18854         split out from..
18855         (update_reg_equivs): ..here.  Move allocation and freeing of
18856         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
18857         end_alias_analysis to..
18858         (ira): ..here.
18860 2016-04-30  Alan Modra  <amodra@gmail.com>
18862         * ira.c (pdx_subregs): Delete.
18863         (struct equivalence): Add pdx_subregs field.
18864         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
18865         pdx_subregs access.
18866         (update_equiv_regs): Don't create or free pdx_subregs.  Update
18867         pdx_subregs access.
18869 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18871         * config/rs6000/altivec.h: Change definitions of vec_xl and
18872         vec_xst.
18873         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
18874         (LD_ELEMREV_V2DI): New.
18875         (LD_ELEMREV_V4SF): New.
18876         (LD_ELEMREV_V4SI): New.
18877         (LD_ELEMREV_V8HI): New.
18878         (LD_ELEMREV_V16QI): New.
18879         (ST_ELEMREV_V2DF): New.
18880         (ST_ELEMREV_V2DI): New.
18881         (ST_ELEMREV_V4SF): New.
18882         (ST_ELEMREV_V4SI): New.
18883         (ST_ELEMREV_V8HI): New.
18884         (ST_ELEMREV_V16QI): New.
18885         (XL): New.
18886         (XST): New.
18887         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
18888         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
18889         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
18890         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
18891         (altivec_expand_builtin): Add handling for
18892         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
18893         (rs6000_invalid_builtin): Add error-checking for
18894         RS6000_BTM_P9_VECTOR.
18895         (altivec_init_builtins): Define builtins used to implement vec_xl
18896         and vec_xst.
18897         (rs6000_builtin_mask_names): Define power9-vector.
18898         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
18899         (RS6000_BTM_P9_VECTOR): Define.
18900         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
18901         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
18902         (vsx_ld_elemrev_v2df): Likewise.
18903         (vsx_ld_elemrev_v4sf): Likewise.
18904         (vsx_ld_elemrev_v4si): Likewise.
18905         (vsx_ld_elemrev_v8hi): Likewise.
18906         (vsx_ld_elemrev_v16qi): Likewise.
18907         (vsx_st_elemrev_v2df): Likewise.
18908         (vsx_st_elemrev_v2di): Likewise.
18909         (vsx_st_elemrev_v4sf): Likewise.
18910         (vsx_st_elemrev_v4si): Likewise.
18911         (vsx_st_elemrev_v8hi): Likewise.
18912         (vsx_st_elemrev_v16qi): Likewise.
18913         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
18914         grammar.
18916 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
18918         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
18919         out into ...
18920         (simplify_control_stmt_condition_1): ... here.  Recurse into
18921         BIT_AND_EXPRs and BIT_IOR_EXPRs.
18923 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
18925         PR target/69810
18926         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
18927         (zero_extendqi<mode>2_dot): Revert earlier conversion from
18928         define_insn_and_split to define_insn.
18929         (zero_extendqi<mode>2_dot2): Same.
18930         (extendqi<mode>2_dot): Same.
18931         (extendqi<mode>2_dot2): Same.
18933 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
18935         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
18936         (probe_stack): New expander.
18937         (probe_stack_<mode>): New insn pattern.
18939 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
18941         * config/i386/i386.md
18942         (operations with memory inputs setting flags peephole2):
18943         Remove uneeded REG_P checks.  Cleanup pattern generation.
18945 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
18947         * tree-vect-loop.c (vect_transform_loop): Fix
18948         nb_iterations_upper_bound computation for vectorized loop.
18950 2016-04-29  Marek Polacek  <polacek@redhat.com>
18951             Jakub Jelinek  <jakub@redhat.com>
18953         PR sanitizer/70342
18954         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
18955         TARGET_EXPR_SLOT as a base.
18957 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
18959         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
18960         with 'rCm2' constraints to limit possible immediate size.
18961         (*load_zeroextendqisi_update): Likewise.
18962         (*load_signextendqisi_update): Likewise.
18963         (*loadhi_update): Likewise.
18964         (*load_zeroextendhisi_update): Likewise.
18965         (*load_signextendhisi_update): Likewise.
18966         (*loadsi_update): Likewise.
18967         (*loadsf_update): Likewise.
18969 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
18971         * config/i386/predicates.md (constm1_operand): Fix comparison.
18973 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
18975         * testsuite/gcc.target/arc/ieee_eq.c: New test.
18977 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
18979         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
18980         remaining SH5 related settings.
18981         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
18982         shmedia_prepare_call_address): Delete.
18983         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
18984         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
18985         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
18986         UNSUPPORTED_SH2A): Remove m5 checks.
18987         (sh_divide_strategy_e): Remove SH5 division strategies.
18988         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
18989         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
18991 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18993         * config/s390/s390.c (s390_rtx_costs): Update documentation.
18995 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18997         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
18998         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
18999         Change lder to ldr.
19000         * config/s390/vector.md ("mov<mode>"): Likewise.
19002 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
19004         * config/s390/constraints.md ("U", "W"): Invoke
19005         s390_mem_constraint with "ZR" and "ZT".
19006         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
19007         addresses when using LRA.  Accept also short displacements for S
19008         and T constraints.  Do not check for long displacement target for
19009         S and T constraints.
19010         (s390_mem_constraint): Remove handling of U and W constraints.
19011         * config/s390/s390.md (various patterns): Remove the short
19012         displacement constraints (Q and R) if a long displacement
19013         constraint is present.  Add longdisp as required CPU capability.
19014         * config/s390/vector.md: Likewise.
19015         * config/s390/vx-builtins.md: Likewise.
19017 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
19019         PR target/60040
19020         * reload1.c (reload): Call finish_spills before
19021         restarting reload loop. Skip select_reload_regs
19022         if update_eliminables_and_spill returns true.
19024 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
19026         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
19027         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
19028         (umulhisi3_imm): Update predicates and constraint letters.
19029         (umulhisi3_reg): Declare instruction as commutative.
19030         * config/arc/constraints.md (J12, J16): New constraints.
19031         * config/arc/predicates.md (short_unsigned_const_operand): New
19032         predicate.
19033         (arc_short_operand): Likewise.
19034         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
19036 2016-04-29  Richard Biener  <rguenther@suse.de>
19038         PR tree-optimization/13962
19039         PR tree-optimization/65686
19040         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
19041         * tree-ssa-alias.c (ptrs_compare_unequal): New function
19042         using PTA to compare pointers.
19043         * match.pd: Add pattern for pointer equality compare simplification
19044         using ptrs_compare_unequal.
19046 2016-04-29  Richard Biener  <rguenther@suse.de>
19048         * stor-layout.c (layout_type): Do not build a pointer-to-element
19049         type for arrays.
19051 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
19053         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
19054         Use SWI mode iterator.  Use general_reg_operand predicate.
19055         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
19056         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
19057         predicates.
19059 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
19061         PR middle-end/70843
19062         * fold-const.c (operand_equal_p): Don't verify hash value equality
19063         if arg0 == arg1.
19064         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
19065         and OMP_CLAUSE.
19067 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
19069         PR target/70858
19070         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
19071         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
19072         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
19073         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
19074         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
19076 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
19078         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
19079         to info.  Don't initialize separate fields to 0.  Clean up
19080         formatting a bit.
19082 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
19084         * config/i386/i386.md (peephole2s for operations with memory inputs):
19085         Use SWI mode iterator.
19086         (peephole2s for operations with memory outputs): Ditto.
19087         Do not check for stack checking probe.
19089         (probe_stack): Remove expander.
19091 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
19092             Andrew Burgess  <andrew.burgess@embecosm.com>
19094         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
19095         operands as 32-bits.
19097 2016-04-28  Jason Merrill  <jason@redhat.com>
19099         * gdbinit.in: Skip line-map.h.
19101 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
19102             Andrew Burgess  <andrew.burgess@embecosm.com>
19104         * config/arc/arc.c (arc_conditional_register_usage): Take
19105         TARGET_RRQ_CLASS into account.
19106         (arc_print_operand): Support printing 'p' and 's' operands.
19107         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
19108         as 0.
19109         (TARGET_RRQ_CLASS): Define.
19110         (IS_POWEROF2_OR_0_P): Define.
19111         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
19112         alternatives.
19113         (*tst_movb): New define_insn.
19114         (*tst): Avoid recognition if it could prevent '*tst_movb'
19115         combination; replace c/CnL with c/Chs alternative.
19116         (*tst_bitfield_tst): New define_insn.
19117         (*tst_bitfield_asr): New define_insn.
19118         (*tst_bitfield): New define_insn.
19119         (andsi3_i): Add Rrq variant.
19120         (extzv): New define_expand.
19121         (insv): New define_expand.
19122         (*insv_i): New define_insn.
19123         (*movb): New define_insn.
19124         (*movb_signed): New define_insn.
19125         (*movb_high): New define_insn.
19126         (*movb_high_signed): New define_insn.
19127         (*movb_high_signed + 1): New define_split pattern.
19128         (*mrgb): New define_insn.
19129         (*mrgb + 1): New define_peephole2 pattern.
19130         (*mrgb + 2): New define_peephole2 pattern.
19131         * config/arc/arc.opt (mbitops): New option for nps400, uses
19132         TARGET_NPS_BITOPS_DEFAULT.
19133         * config/arc/constraints.md (q): Make register class conditional.
19134         (Rrq): New register constraint.
19135         (Chs): New constraint.
19136         (Clo): New constraint.
19137         (Chi): New constraint.
19138         (Cbf): New constraint.
19139         (Cbn): New constraint.
19140         (C18): New constraint.
19141         (Cbi): New constraint.
19143 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
19145         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
19146         dst->popcount.
19147         (bitmap_intersection_of_preds): Ditto.
19148         (bitmap_union_of_succs): Ditto.
19149         (bitmap_union_of_preds): Ditto.
19150         * sbitmap.c (do_popcount): Delete.
19151         (BITMAP_DEBUGGING): Delete.
19152         (sbitmap_verify_popcount): Delete.
19153         (sbitmap_alloc): Don't initialize the popcount field.
19154         (sbitmap_alloc_with_popcount): Delete.
19155         (sbitmap_resize): Don't resize the popcount array.
19156         (sbitmap_vector_alloc): Don't initialize the popcount field.
19157         (bitmap_copy): Don't copy the popcount array.
19158         (bitmap_clear): Don't clear the popcount array.
19159         (bitmap_clear): Delete the popcount array handling.
19160         (bitmap_ior_and_compl): Delete the popcount assert.
19161         (bitmap_not): Ditto.
19162         (bitmap_and_compl): Ditto.
19163         (bitmap_and): Delete the popcount array handling.
19164         (bitmap_xor): Ditto.
19165         (bitmap_ior): Ditto.
19166         (bitmap_or_and): Delete the popcount assert.
19167         (bitmap_and_or): Ditto.
19168         (popcount_table): Delete.
19169         (sbitmap_elt_popcount): Delete.
19170         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
19171         (bitmap_set_bit): Delete the popcount assert.
19172         (bitmap_clear_bit): Ditto.
19173         (sbitmap_free): Don't free the popcount array.
19174         (sbitmap_alloc_with_popcount): Delete declaration.
19175         (sbitmap_popcount): Ditto.
19177 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
19178             Andrew Burgess  <andrew.burgess@embecosm.com>
19180         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
19181         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
19182         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
19183         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
19184         * config/arc/arc.opt (mcmem): New option.
19185         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
19186         supply length for r/m alternative.
19187         (*extendqisi2_ac): Likewise.
19188         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
19189         r/Uex alternative.
19190         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
19191         (movhi_insn): Likewise.
19192         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
19193         (*zero_extendqihi2_i): Add r/Ucm alternative.
19194         (*zero_extendqisi2_ac): Likewise.
19195         (*zero_extendhisi2_i): Likewise.
19196         * config/arc/constraints.md (Uex): New memory constraint.
19197         (Ucm): New define_constraint.
19198         * config/arc/predicates.md (long_immediate_loadstore_operand):
19199         Return 0 for MEM with cmem_address address.
19200         (cmem_address_0): New predicates.
19201         (cmem_address_1): Likewise.
19202         (cmem_address_2): Likewise.
19203         (cmem_address): Likewise.
19205 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
19207         * config/rs6000/rs6000.c (machine_function): Rename
19208         insn_chain_scanned_p to spe_insn_chain_scanned_p.
19209         (rs6000_stack_info): Adjust.
19211 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
19212             Andrew Burgess  <andrew.burgess@embecosm.com>
19214         * config/arc/constraints.md (Usd): Convert to define_constraint.
19215         (Us<): Likewise.
19216         (Us>): Likewise.
19218 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
19220         PR target/70821
19221         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
19222         Add new peephole2 where the first insn is *mov<mode>_or instead of
19223         *mov<mode>_internal.
19225 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
19227         * tracer.c (bb_seen): Make static.
19229 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
19231         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
19232         support, setup defaults.
19233         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
19234         * config/arc/arc.c (arc_init): Add NPS400 support.
19235         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
19236         (TARGET_ARC700): NPS400 is also an ARC700.
19237         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
19239 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
19241         PR target/70668
19242         * config/nds32/nds32.md (casesi): Don't access the operands array
19243         out of bounds.
19245 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
19247         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
19248         (or $-1,reg peephole2): Ditto.
19249         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
19251 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
19253         * doc/extend.texi (Common Function Attributes) [optimize]:
19254         Discourage use of the optimize attribute.
19256 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
19258         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
19259         special case builtin.
19260         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
19261         ALTIVEC_BUILTIN_VEC_ADDE.
19262         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
19263         support for ALTIVEC_BUILTIN_VEC_ADDE.
19264         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
19265         for __builtin_vec_adde.
19267 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
19269         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
19270         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
19272 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19274         PR testsuite/70595
19275         * doc/sourcebuild.texi (Effective-Target Keywords, Other
19276         attributes): Document cilkplus_runtime.
19278 2016-04-28  Martin Jambor  <mjambor@suse.cz>
19280         * tree-cfg.c (verify_expr): Verify that local declarations belong to
19281         this function.  Call verify_expr on MEM_REFs and bases of other
19282         handled_components.
19284 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19286         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
19287         for WORD_REGISTER_OPERATIONS to runtime check.
19289 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
19291         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
19293 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
19295         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
19296         big-endian compilation.
19297         * config/arc/arc.md (addf3): Likewise.
19298         (subdf3): Likewise.
19299         (muldf3): Likewise.
19301 2016-04-28  Richard Biener  <rguenther@suse.de>
19303         PR tree-optimization/70840
19304         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
19305         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
19306         Mark x * pow(x,c) -> pow(x,c+1) commutative.
19307         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
19309 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19311         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
19312         and explain why in a comment.
19314 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
19316         * config/arc/arc.md (cpu_facility): Add fpx variant.
19317         (subdf3): Prohibit use reverse sub when assist operations option
19318         is enabled.
19319         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
19320         instructions only when FPX is enabled.
19321         * testsuite/gcc.target/arc/trsub.c: New test.
19323 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
19325         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
19326         mult_operator when calculating "type" attribute.
19327         (*fop_<mode>_1_i387): Ditto.
19328         (*fop_xf_1_i387): Ditto.
19329         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
19330         Use std::swap to swap operands.  Use RTL expressions to generate
19331         converted pattern.
19333 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
19334             Joern Rennecke  <joern.rennecke@embecosm.com>
19336         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
19337         declaration.
19338         (emit_pic_move): Remove.
19339         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
19340         * config/arc/arc.c (emit_pic_move): Removed.
19341         (TARGET_HAVE_TLS): Define.
19342         (arc_conditional_register_usage): Test for arc_tp_regno.
19343         (arc_print_operand, arc_print_operand_address): Handle TLS
19344         unspecs.
19345         (arc_needs_pcl_p): New function.
19346         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
19347         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
19348         (arc_raw_symbolic_reference_mentioned_p): Likewise.
19349         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
19350         (arc_legitimize_tls_address): Likewise.
19351         (DTPOFF_ZERO_SYM): Define.
19352         (arc_legitimize_pic_address): Make it static, handle TLS cases.
19353         (arc_output_pic_addr_const): Print TLS unspecs.
19354         (prepare_pic_move): New function, replaces emit_pic_move.
19355         (arc_legitimate_constant_p): Handle TLS unspecs.
19356         (arc_legitimate_address_p): Likewise.
19357         (arc_rewrite_small_data_p): Use assert for TLS constants.
19358         (prepare_move_operands): Use prepare_pic_move.
19359         (arc_legitimize_address): Legitimize tls addresses.
19360         (arc_epilogue_uses): Check for arc_tp_regno.
19361         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
19362         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
19363         Define.
19364         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
19365         Likewise.
19366         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
19367         %(arc_tls_extra_start_spec).
19368         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
19369         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
19370         (EH_USES): Define.
19371         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
19372         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
19373         (UNSPEC_TLS_OFF): Add.
19374         (R10_REG): Define.
19375         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
19376         (get_thread_pointersi): New patterns.
19377         * config/arc/arc.opt (mtp-regno): New option.
19378         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
19379         (move_dest_operand): Likewise.
19380         * configure: Regenerate.
19381         * configure.ac: Add arc*-*-* case to test for tls.
19382         * doc/invoke.texi (ARC options): Document mtp-regno.
19384 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
19386         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
19387         the new ARC HS SIMD instructions.
19388         (arc_preferred_simd_mode): New function.
19389         (arc_autovectorize_vector_sizes): Likewise.
19390         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
19391         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
19392         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
19393         (arc_init_builtins): Add new SIMD builtin types.
19394         (arc_split_move): Handle 64 bit vector moves.
19395         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
19396         (TARGET_PLUS_QMACW): Define.
19397         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
19398         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
19399         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
19400         (VSUBADD4H): New builtins.
19401         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
19402         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
19404 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
19405             Matthias Klose  <doko@debian.org>
19407         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
19409 2016-04-28  Richard Biener  <rguenther@suse.de>
19411         PR middle-end/70777
19412         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
19413         canonicalization.
19415 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
19417         * common/config/sh/sh-common.c: Remove SH5 support.
19418         * config/sh/constraints.md: Likewise.
19419         * config/sh/config/sh/elf.h: Likewise.
19420         * config/sh/linux.h: Likewise.
19421         * config/sh/netbsd-elf.h: Likewise.
19422         * config/sh/predicates.md: Likewise.
19423         * config/sh/sh-c.c: Likewise.
19424         * config/sh/sh-protos.h: Likewise.
19425         * config/sh/sh.c: Likewise.
19426         * config/sh/sh.h: Likewise.
19427         * config/sh/sh.md: Likewise.
19428         * config/sh/sh.opt: Likewise.
19429         * config/sh/sync.md: Likewise.
19430         * config/sh/sh64.h: Delete.
19431         * config/sh/shmedia.h: Likewise.
19432         * config/sh/shmedia.md: Likewise.
19433         * config/sh/sshmedia.h: Likewise.
19434         * config/sh/t-netbsd-sh5-64: Likewise.
19435         * config/sh/t-sh64: Likewise.
19436         * config/sh/ushmedia.h: Likewise.
19438 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
19440         * config/i386/i386.md (sign_extend to memory peephole2s): Use
19441         general_reg_operand instead of register_operand predicate.
19443 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19445         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
19447 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
19449         * match.pd (A - B > A, A + B < A): New transformations.
19451 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
19453         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
19454         which defaults to true.  Emit an outer pair of parentheses only if
19455         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
19456         don't emit parentheses for the right-hand operand.
19458 2016-04-27  Jeff Law  <law@redhat.com>
19460         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
19462 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19464         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
19465         (altivec_lvx_<mode>_internal): Document.
19466         (altivec_lvx_<mode>_2op): New define_insn.
19467         (altivec_lvx_<mode>_1op): Likewise.
19468         (altivec_lvx_<mode>_2op_si): Likewise.
19469         (altivec_lvx_<mode>_1op_si): Likewise.
19470         (altivec_stvx_<mode>): Remove.
19471         (altivec_stvx_<mode>_internal): Document.
19472         (altivec_stvx_<mode>_2op): New define_insn.
19473         (altivec_stvx_<mode>_1op): Likewise.
19474         (altivec_stvx_<mode>_2op_si): Likewise.
19475         (altivec_stvx_<mode>_1op_si): Likewise.
19476         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
19477         Expand vec_ld and vec_st during parsing.
19478         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
19479         changes.
19480         (altivec_expand_stvx_be): Likewise.
19481         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
19482         address-masking behavior in RTL.
19483         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
19484         address-masking behavior in RTL.
19485         (altivec_expand_builtin): Change builtin code arguments for calls
19486         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
19487         (insn_is_swappable_p): Avoid incorrect swap optimization in the
19488         presence of lvx/stvx patterns.
19489         (alignment_with_canonical_addr): New function.
19490         (alignment_mask): Likewise.
19491         (find_alignment_op): Likewise.
19492         (recombine_lvx_pattern): Likewise.
19493         (recombine_stvx_pattern): Likewise.
19494         (recombine_lvx_stvx_patterns): Likewise.
19495         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
19496         stvx patterns from expand.
19497         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
19498         expansions.
19499         (vector_altivec_store_<mode>): Likewise.
19501 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
19503         * config/aarch64/aarch64.md
19504         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
19505         remove the "fp" attributes.
19506         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
19507         add the "simd" attributes.
19508         (*movdf_aarch64): Likewise.
19509         (*movtf_aarch64): Remove the "fp" attributes.
19510         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
19511         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
19513 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
19515         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
19516         rtx to rtx_code_label *.
19517         * rtl.h (maybe_set_first_label_num): Likewise.
19519 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
19521         * df-core.c (df_add_problem): Make the problem param be const.
19522         (df_remove_problem): Make local "problem" be const.
19523         * df-problems.c (problem_RD): Make const.
19524         (problem_LR): Likewise.
19525         (problem_LIVE): Likewise.
19526         (problem_MIR): Likewise.
19527         (problem_CHAIN): Likewise.
19528         (problem_WORD_LR): Likewise.
19529         (problem_NOTE): Likewise.
19530         (problem_MD): Likewise.
19531         * df-scan.c (problem_SCAN): Likewise.
19532         * df.h (struct df_problem): Make field "dependent_problem" be
19533         const.
19534         (struct dataflow): Likewise for field "problem".
19535         (df_add_problem): Make param const.
19537 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
19539         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
19540         inter-unit moves to/from vector registers are enabled.  Do not disable
19541         for TARGET_MMX.
19543 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
19545         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
19546         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
19547         #define to...
19548         (enum df_problem_id): ...this new enum.
19549         (struct df_problem): Convert field "id" from "int" to
19550         enum df_problem_id.
19552 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
19554         * rtl.def: Update comment for "things in the instruction chain" to
19555         reflect the removal of the leading "i" field for INSN_UID in
19556         r210360.  Fix bogus apostrophe.
19558 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
19560         * config/i386/i386.md
19561         (lea arith with mem operand + setcc peephole2): Set operator mode.
19563 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
19565         PR target/70155
19566         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
19567         (dimode_scalar_to_vector_candidate_p): This.
19568         (timode_scalar_to_vector_candidate_p): New function.
19569         (scalar_to_vector_candidate_p): Likewise.
19570         (timode_check_non_convertible_regs): Likewise.
19571         (timode_remove_non_convertible_regs): Likewise.
19572         (remove_non_convertible_regs): Likewise.
19573         (remove_non_convertible_regs): Renamed to ...
19574         (dimode_remove_non_convertible_regs): This.
19575         (scalar_chain::~scalar_chain): Make it virtual.
19576         (scalar_chain::compute_convert_gain): Make it pure virtual.
19577         (scalar_chain::mark_dual_mode_def): Likewise.
19578         (scalar_chain::convert_insn): Likewise.
19579         (scalar_chain::convert_registers): Likewise.
19580         (scalar_chain::add_to_queue): Make it protected.
19581         (scalar_chain::emit_conversion_insns): Likewise.
19582         (scalar_chain::replace_with_subreg): Likewise.
19583         (scalar_chain::replace_with_subreg_in_insn): Likewise.
19584         (scalar_chain::convert_op): Likewise.
19585         (scalar_chain::convert_reg): Likewise.
19586         (scalar_chain::make_vector_copies): Likewise.
19587         (scalar_chain::convert_registers): New pure virtual function.
19588         (class dimode_scalar_chain): New class.
19589         (class timode_scalar_chain): Likewise.
19590         (scalar_chain::mark_dual_mode_def): Renamed to ...
19591         (dimode_scalar_chain::mark_dual_mode_def): This.
19592         (timode_scalar_chain::mark_dual_mode_def): New function.
19593         (timode_scalar_chain::convert_insn): Likewise.
19594         (dimode_scalar_chain::convert_registers): Likewise.
19595         (scalar_chain::compute_convert_gain): Renamed to ...
19596         (dimode_scalar_chain::compute_convert_gain): This.
19597         (scalar_chain::replace_with_subreg): Renamed to ...
19598         (dimode_scalar_chain::replace_with_subreg): This.
19599         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
19600         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
19601         (scalar_chain::make_vector_copies): Renamed to ...
19602         (dimode_scalar_chain::make_vector_copies): This.
19603         (scalar_chain::convert_reg): Renamed to ...
19604         (dimode_scalar_chain::convert_reg ): This.
19605         (scalar_chain::convert_op): Renamed to ...
19606         (dimode_scalar_chain::convert_op): This.
19607         (scalar_chain::convert_insn): Renamed to ...
19608         (dimode_scalar_chain::convert_insn): This.
19609         (scalar_chain::convert): Call convert_registers.
19610         (convert_scalars_to_vector): Change to scalar_chain pointer to
19611         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
19612         in 32-bit mode.  Delete scalar_chain pointer.  Call
19613         free_dominance_info in 64-bit mode.
19614         (pass_stv::gate): Remove TARGET_64BIT check.
19615         (ix86_option_override): Put the 64-bit STV pass before the CSE
19616         pass.
19618 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
19620         * dwarf2out.h (struct dw_loc_descr_node): Remove the
19621         dw_loc_frame_offset field.
19622         * dwarf2out.c (new_loc_descr): Likewise.
19623         (resolve_args_picking_1): Turn the VISITED hash set into a
19624         FRAME_OFFSET hash map. Use it to associate a frame offset to
19625         visited nodes. Remove uses of the CHECKING_P macro.
19626         (resolve_args_picking): Update call to resolve_args_picking_1.
19628 2016-04-27  Martin Liska  <mliska@suse.cz>
19630         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
19631         (free_loop_data): Release vuses of groups.
19633 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
19635         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
19636         instead of redundant use_id and boolean have_use_for.
19637         (struct iv_use): Change sub_id into group_id.  Remove field next.
19638         Move fields: related_cands, n_map_members, cost_map and selected
19639         to ...
19640         (struct iv_group): ... here.  New structure.
19641         (struct iv_common_cand): Use structure declaration directly.
19642         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
19643         (MAX_CONSIDERED_USES): Rename macro to ...
19644         (MAX_CONSIDERED_GROUPS): ... here.
19645         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
19646         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
19647         (dump_uses): Rename to ...
19648         (dump_groups): ... here.  Update all uses.
19649         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
19650         (find_induction_variables): Refactor format of dump information.
19651         (record_sub_use): Delete.
19652         (record_use): Update all uses.
19653         (record_group): New function.
19654         (record_group_use, find_interesting_uses_op): Call above functions.
19655         Update all uses.
19656         (find_interesting_uses_cond): Ditto.
19657         (group_compare_offset): New function.
19658         (split_all_small_groups): Rename to ...
19659         (split_small_address_groups_p): ... here.  Update all uses.
19660         (split_address_groups):  Update all uses.
19661         (find_interesting_uses): Refactor format of dump information.
19662         (add_candidate_1): Update all uses.  Remove redundant check on iv,
19663         base and step.
19664         (add_candidate, record_common_cand): Remove redundant assert.
19665         (add_iv_candidate_for_biv): Update use.
19666         (add_iv_candidate_derived_from_uses): Update all uses.
19667         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
19668         (alloc_use_cost_map): Ditto.
19669         (set_use_iv_cost, get_use_iv_cost): Rename to ...
19670         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
19671         (determine_use_iv_cost_generic): Ditto.
19672         (determine_group_iv_cost_generic): Ditto.
19673         (determine_use_iv_cost_address): Ditto.
19674         (determine_group_iv_cost_address): Ditto.
19675         (determine_use_iv_cost_condition): Ditto.
19676         (determine_group_iv_cost_cond): Ditto.
19677         (determine_use_iv_cost): Ditto.
19678         (determine_group_iv_cost): Ditto.
19679         (set_autoinc_for_original_candidates): Update all uses.
19680         (find_iv_candidates): Update all uses.  Refactor dump information.
19681         (determine_use_iv_costs): Ditto.
19682         (determine_iv_costs): Ditto.
19683         (iv_ca_cand_for_use): Rename to ...
19684         (iv_ca_cand_for_group): ... here.  Update all uses.
19685         (iv_ca_add_use, iv_ca_add_group): Ditto.
19686         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
19687         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
19688         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
19689         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
19690         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
19691         (create_new_iv, adjust_iv_update_pos): Ditto.
19692         (rewrite_use_address): Delete.
19693         (rewrite_use_address_1): Rename to ...
19694         (rewrite_use_address): ... here.
19695         (rewrite_use_compare): Update all uses.
19696         (rewrite_use): Delete.
19697         (rewrite_uses): Rename to ...
19698         (rewrite_groups): ... here.  Update all uses.
19699         (remove_unused_ivs, free_loop_data): Update all uses.
19700         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
19702 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19704         * rtlanal.c (nonzero_bits1): Convert preprocessor check
19705         for WORD_REGISTER_OPERATIONS to runtime check.
19707 2016-04-27  Richard Biener  <rguenther@suse.de>
19709         PR ipa/70760
19710         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
19711         aggregate_value_p to determine if a function result is
19712         returned by reference.
19713         (ipa_pta_execute): Functions having their address taken are
19714         not automatically nonlocal.
19716 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
19718         PR sanitizer/70683
19719         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
19720         * fold-const.c (operand_equal_p): If flag_checking and
19721         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
19722         and if it returns non-zero, assert iterative_hash_expr on both
19723         args is the same.
19725 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
19727         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
19729 2016-04-27  Nick Clifton  <nickc@redhat.com>
19731         PR middle-end/49889
19732         * varasm.c (merge_weak): Generate an error if an attempt is made
19733         to convert a non-weak static function into a weak, public function.
19735 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19737         * params.def (MAX_PARTITION_SIZE): New param.
19738         * doc/invoke.texi: Document lto-max-partition.
19740 2016-04-27  Richard Biener  <rguenther@suse.de>
19742         PR ipa/70785
19743         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
19744         function cummulating used_from_other_partition, externally_visible
19745         and force_output from aliases.
19746         (refered_from_nonlocal_var): Likewise.
19747         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
19748         node flags properly.
19750 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
19752         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
19753         (-Wmemset-elt-size): New item.
19755 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
19757         PR ada/70759
19758         * stor-layout.h (internal_reference_types): Delete.
19759         * stor-layout.c (reference_types_internal): Likewise.
19760         (internal_reference_types): Likewise.
19761         (layout_type) <REFERENCE_TYPE>: Adjust.
19763 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
19765         PR sanitizer/70683
19766         * tree.h (inchash::add_expr): Add FLAGS argument.
19767         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
19768         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
19769         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
19770         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
19771         if swap_tree_comparison (code) is smaller than code, hash that
19772         and arguments in the other order.  Hash CONVERT_EXPR the same
19773         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
19774         of ADDR_EXPR of decl as the decl itself.  Add or remove
19775         OEP_ADDRESS_OF from recursive flags as needed.  For
19776         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
19777         operands commutatively and only the third one normally.
19778         For internal CALL_EXPR hash in CALL_EXPR_IFN.
19780 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
19782         * config/rtems.h (LIB_SPEC): Add -latomic.
19784 2016-04-27  Joel Sherrill  <joel@rtems.org>
19786         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
19787         xilink.ld and flags not relevant to RTEMS.
19789 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
19791         * toplev.c (backend_init_target): Avoid calling init_reload when using
19792         LRA.
19794 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
19796         * reorg.c (try_merge_delay_insns): Declare i and j inside the
19797         for loops rather than one for the whole function.
19799 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
19801         * match.pd (X + CST CMP X): New transformation.
19803 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
19805         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
19806         * fold-const.c (fold_binary_loc): Remove 2 transformations
19807         superseded by match.pd.
19808         * match.pd (x+x -> x*2): Generalize to integers.
19810 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
19812         * config/i386/i386.md (operation on memory peephole): Duplicate an
19813         existing peephole and adapt it to match lea rather than an operation
19814         that clobbers CC.
19816         PR rtl-optimization/57193
19817         * opts.c (default_options_table): Add OPT_frename_registers at -O2
19818         and above.
19819         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
19821 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
19823         * tree-if-conv.c (any_pred_load_store): New static variable.
19824         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
19825         any_pred_load_store instead of and_mask_load_store.
19826         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
19827         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
19828         (combine_blocks, tree_if_conversion): Ditto.
19830 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
19832         PR tree-optimization/70771
19833         PR tree-optimization/70775
19834         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
19835         virtual PHI nodes.  Delete parameter.
19836         (if_convertible_loop_p_1): Delete argument to above function.
19837         (predicate_all_scalar_phis): Delete code handling single-argument
19838         PHIs.
19839         (tree_if_conversion): Mark and update virtual SSA.
19841 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19843         PR target/61821
19844         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
19845         (x86_elf_aligned_common): Rename to ...
19846         (x86_elf_aligned_decl_common): ... this.
19847         Add decl arg.  Switch to .lbss for largecomm object.  Use
19848         LARGECOMM_SECTION_ASM_OP.
19849         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
19850         renaming.
19851         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
19852         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
19853         Pass new decl arg.
19854         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
19855         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
19857 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19859         PR target/59407
19860         * config/i386/i386.c (SECTION_LARGE): Define.
19861         (x86_64_elf_select_section): Set it for large data/bss sections.
19862         Only clear SECTION_WRITE for .lrodata.
19863         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
19864         data/bss sections.
19865         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
19866         * varasm.c (default_elf_asm_named_section): Grow flagchars.
19867         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
19868         SECTION_MACH_DEP.
19869         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
19870         * doc/tm.texi: Regenerate.
19872 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
19874         PR bootstrap/70704
19875         * configure.ac (--enable-checking): Document extra flag, for
19876         non-release builds default to --enable-checking=yes,extra.
19877         If misc checking and extra checking, define CHECKING_P to 2 instead
19878         of 1.
19879         * common.opt (fchecking=): Add.
19880         * doc/invoke.texi (-fchecking=): Document.
19881         * doc/install.texi: Document --enable-checking changes.
19882         * configure: Regenerated.
19883         * config.in: Regenerated.
19885 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
19887         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
19888         attribute instead of which_alternative.
19889         * config/i386/sse.md (*mov<mode>_internal): Ditto.
19890         Use EXT_REX_SSE_REG_P where appropriate.
19892 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
19894         * config/i386/predicates.md (const0_operand): Do not match
19895         const_wide_int code.
19896         (const1_operand): Ditto.
19898 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
19900         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
19901         for SSE constm1 operands and TARGET_AVX512VL.
19902         (*movti_internal): Ditto.
19903         (*mov<mode>_or): Use constm1_operand predicate.
19904         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
19905         for SSE vector_all_ones operands and TARGET_AVX512VL.
19906         * config/i386/predicates.md (constm1_operand): New predicate.
19907         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
19908         emission of constant -1 load.
19910 2016-04-25  Jason Merrill  <jason@redhat.com>
19912         * gdbinit.in: Skip is-a.h.
19914         * attribs.c (register_scoped_attributes): Fix logic.
19915         * attribs.h: Declare register_scoped_attributes.
19917 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19919         * config/rs6000/rs6000-builtin.def: Correct pasto error for
19920         stxvd2x and stxvw4x built-in functions.
19922 2016-04-25  DJ Delorie  <dj@redhat.com>
19924         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
19925         (ashrhi3): Likewise.
19926         (lshrhi3): Likewise.
19928 2016-04-25  Richard Biener  <rguenther@suse.de>
19930         PR tree-optimization/70780
19931         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
19932         wasn't visited yet.
19933         (compute_antic): Mark blocks with abnormal preds as visited as
19934         they have a final empty antic-in solution already.
19936 2016-04-25  Michael Collison  <michael.collison@linaro.org>
19938         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
19940 2016-04-25  Michael Collison  <michael.collison@linaro.org>
19942         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
19943         mode is VQI to improve mixed mode vectorization.
19944         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
19945         define_insn to match low half of signed vaddw.
19946         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
19947         define_insn to match high half of signed vaddw.
19948         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
19949         define_insn to match low half of unsigned vaddw.
19950         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
19951         define_insn to match high half of unsigned vaddw.
19952         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
19953         (arm_simd_check_vect_par_cnst_half_p): Likewise.
19954         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
19955         for new function.
19956         (arm_simd_check_vect_par_cnst_half_p): Likewise.
19957         * config/arm/predicates.md (vect_par_constant_high): Support
19958         big endian and simplify by calling
19959         arm_simd_check_vect_par_cnst_half
19960         (vect_par_constant_low): Likewise.
19962 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
19964         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
19965         predicate for operand 2.
19967 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
19968             H.J. Lu  <hongjiu.lu@intel.com>
19970         * config/i386/i386-protos.h (standard_sse_constant_p): Add
19971         machine_mode argument.
19972         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
19973         constm1_rtx operands.  For VOIDmode constants, get mode from
19974         pred_mode.  Check mode size if the mode is supported by ABI.
19975         (standard_sse_constant_opcode): Do not use standard_constant_p.
19976         Strictly check ABI support for all-ones operands.
19977         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
19978         immediates. Update calls to standard_sse_constant_p.
19979         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
19980         (ix86_rtx_costs): Ditto.
19981         * config/i386/i386.md (*movxi_internal_avx512f): Use
19982         nonimmediate_or_sse_const_operand instead of vector_move_operand.
19983         Use (v,BC) alternative instead of (v,C). Use register_operand
19984         checks instead of MEM_P.
19985         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
19986         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
19987         isa attribute.  Use register_operand checks instead of MEM_P.
19988         (*movti_internal): Use nonimmediate_or_sse_const_operand for
19989         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
19990         alternative and corresponding sse2 isa attribute.
19991         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
19992         to standard_sse_constant_p.
19993         (FP constant splitters): Ditto.
19994         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
19995         (C): Ditto.
19996         * config/i386/predicates.md (constm1_operand): Remove.
19997         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
19998         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
19999         vector_all_ones_operand instead of constm1_operand.
20001 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20003         * print-rtl.c (print_rtx_insn_vec): New function.
20004         * print-rtl.h: New prototype.
20005         * store-motion.c (struct st_expr): Make avail_stores a vector.
20006         (st_expr_entry): Adjust.
20007         (free_st_expr_entry): Likewise.
20008         (print_store_motion_mems): Likewise.
20009         (find_moveable_store): Likewise.
20010         (compute_store_table): Likewise.
20011         (delete_store): Likewise.
20012         (build_store_vectors): Likewise.
20014 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20016         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
20018 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20020         * vec.h (vec_safe_contains): New function.
20021         (vec::contains): Likewise.
20022         (vec::begin): Likewise.
20023         (vec::end): Likewise.
20025 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
20027         PR sanitizer/70712
20028         * cfgexpand.c (expand_stack_vars): Fix typo.
20030 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
20032         * system.h (list, map, set, vector): Include conditionally.
20033         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
20034         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
20035         * ipa-icf.c (INCLUDE_LIST): Define.
20036         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
20037         * config/sh/sh.c (INCLUDE_VECTOR): Define.
20038         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
20039         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
20040         * cp/logic.cc (INCLUDE_LIST): Define.
20041         * fortran/trans-common.c (INCLUDE_MAP): Define.
20043 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
20045         * auto-profile.c: Remove <string.h> include.
20046         * ipa-icf-gimple.c: Remove <list> include.
20047         * diagnostic.c: Remove <new> include.
20048         * genmatch.c: Likewise.
20049         * pretty-print.c: Likewise.
20050         * toplev.c: Likewise
20051         * c/c-objc-common.c: Likewise.
20052         * cp/error.c: Likewise.
20053         * fortran/error.c: Likewise.
20055 2016-04-22  Richard Biener  <rguenther@suse.de>
20057         * lto-streamer-in.c (input_ssa_names): Do not allocate
20058         GIMPLE_NOP for all SSA names.
20059         * lto-streamer-out.c (output_ssa_names): Do not output
20060         SSA names that should have been released.
20062 2016-04-22  Richard Biener  <rguenther@suse.de>
20064         PR tree-optimization/70740
20065         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
20066         VDEF.
20068 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
20070         PR target/70750
20071         * config/i386/predicates.md (call_insn_operand): Replace
20072         sibcall_memory_operand with memory_operand.
20074 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
20076         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
20077         has_single_use() tests.
20078         (register_edge_assert_for_1): Likewise.
20079         (find_assert_locations_1): Check the liveness bitmap instead of
20080         checking has_single_use().
20082 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
20084         PR target/70728
20085         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
20086         Extract AVX-512BW constraint from AVX.
20088 2016-04-21  Richard Biener  <rguenther@suse.de>
20090         PR tree-optimization/70725
20091         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
20092         for phi_convertible_by_degenerating_args.
20093         (predicate_all_scalar_phis): Handle single-argument PHIs.
20095 2016-04-21  Richard Biener  <rguenther@suse.de>
20097         PR middle-end/70747
20098         * fold-const.c (fold_comparison): Return properly typed
20099         constant boolean.
20101 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
20103         PR tree-optimization/70715
20104         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
20105         after expanding BASE using expand_simple_operations.
20107 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
20109         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
20110         New transformations.
20112 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
20114         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
20116 2016-04-20  Jan Hubicka  <jh@suse.cz>
20118         * ipa-inline.c (can_inline_edge_p): Pass caller info to
20119         ultiimate_alias_target.
20120         (update_callee_keys): Likewise.
20121         (lookup_recursive_calls): Likewise.
20122         (speculation_useful_p): Likewise.
20124 2016-04-20  Jan Hubicka  <jh@suse.cz>
20126         PR ipa/70018
20127         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
20128         (set_nothrow_flag_1): ... this; handle interposition correctly;
20129         recurse on aliases and thunks.
20130         (cgraph_node::set_nothrow_flag): New.
20131         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
20132         functions compiled with non-call exceptions that binds to current
20133         def.
20134         (propagate_nothrow): Be safe WRT interposition.
20135         * cgraph.h (set_nothrow_flag): Update prototype.
20137 2016-04-18  Jan Hubicka  <jh@suse.cz>
20139         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
20140         max_loop_iterations_int.
20141         (tree_unswitch_outer_loop): Likewise.
20143 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
20145         PR tree-optimization/69489
20146         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
20147         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
20148         Revise dump message.
20149         (if_convertible_bb_p): Remove check on edge count of basic block's
20150         predecessors.
20152 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
20154         PR tree-optimization/56625
20155         PR tree-optimization/69489
20156         * tree-data-ref.h (DR_INNERMOST): New macro.
20157         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
20158         hashing struct innermost_loop_behavior.
20159         (ref_DR_map): Remove.
20160         (innermost_DR_map): New map.
20161         (baseref_DR_map): Revise comment.
20162         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
20163         to innermost_DR_map accroding to its innermost loop behavior.
20164         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
20165         to its innermost loop behavior.
20166         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
20167         Add initialization for innermost_DR_map.  Record memory reference
20168         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
20169         have innermost loop behavior.
20170         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
20171         innermost_DR_map.
20173 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
20175         * config/i386/i386.md (*lea<mode>_general_1): Rename from
20176         *lea_general_1.  Use explicit SWI12 mode interator.
20177         (*lea<mode>_general_2): Rename from *lea_general_2.
20178         Use explicit SWI12 mode interator.
20179         (*lea<mode>_general_3): Rename from *lea_general_3.
20180         Use explicit SWI12 mode interator.
20181         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
20182         Use explicit SWI12 mode interator.
20183         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
20184         Use explicit SWI48 mode interator.
20186 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
20188         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
20189         Short-cut unaligned load and store cases.  Handle all integer
20190         vector modes.
20191         (ix86_expand_vector_move_misalign): Short-cut unaligned load
20192         and store cases.  Call ix86_avx256_split_vector_move_misalign
20193         directly without checking mode class.
20195 2016-04-20  Andrew Pinski  <apinski@cavium.com>
20196             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20198         PR target/64971
20199         * config/aarch64/aarch64.md (sibcall): Force call
20200         address to be DImode for ILP32.
20201         (sibcall_value): Likewise.
20203 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
20205         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
20207 2016-04-20  Richard Biener  <rguenther@suse.de>
20209         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
20210         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
20211         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
20212         (maybe_push_res_to_seq): Adjust.
20213         * gimple-fold.c (maybe_build_generic_op): Likewise.
20215 2016-04-20  Marek Polacek  <polacek@redhat.com>
20217         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
20218         rather than true.
20220 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
20222         * config/i386/sse.md (vec_unpacks_lo_hi): Always
20223         use kmovw to support AVX512F target.
20225 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
20227         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
20229 2016-04-20  Marek Polacek  <polacek@redhat.com>
20231         PR tree-optimization/70725
20232         * tree-if-conv.c (is_false_predicate): New function.
20233         (predicate_mem_writes): Use it.
20235 2016-04-20  Richard Biener  <rguenther@suse.de>
20237         PR tree-optimization/70726
20238         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
20239         shift amounts from a pattern stmt operand.
20241 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20243         PR target/70674
20244         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
20245         stack_restore_from_fpr pattern when restoring r15.
20246         (s390_optimize_prologue): Strip away the memory barrier in the
20247         parallel when trying to get rid of restore insns.
20248         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
20249         definition for loading the stack pointer from an FPR.  Compared to
20250         the normal move insn this pattern includes a full memory barrier.
20252 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
20254         PR middle-end/70680
20255         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
20256         implicitly linear or lastprivate iterator on the outer context.
20258 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
20260         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
20261         alignment check.
20262         * config/i386/i386.md (ssememalign): Removed.
20263         * config/i386/sse.md: Remove ssememalign attribute from patterns.
20265 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
20267         PR target/69201
20268         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
20269         const short * to __builtin_ia32_loaddquhi512_mask.
20270         (_mm512_maskz_loadu_epi16): Likewise.
20271         (_mm512_mask_storeu_epi16): Pass short * to
20272         __builtin_ia32_storedquhi512_mask.
20273         (_mm512_mask_loadu_epi8): Pass const char * to
20274         __builtin_ia32_loaddquqi512_mask.
20275         (_mm512_maskz_loadu_epi8): Likewise.
20276         (_mm512_mask_storeu_epi8): Pass char * to
20277         __builtin_ia32_storedquqi512_mask.
20278         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
20279         const double * to __builtin_ia32_loadupd512_mask.
20280         (_mm512_mask_loadu_pd): Likewise.
20281         (_mm512_maskz_loadu_pd): Likewise.
20282         (_mm512_storeu_pd): Pass double * to
20283         __builtin_ia32_storeupd512_mask.
20284         (_mm512_mask_storeu_pd): Likewise.
20285         (_mm512_loadu_ps): Pass const float * to
20286         __builtin_ia32_loadups512_mask.
20287         (_mm512_mask_loadu_ps): Likewise.
20288         (_mm512_maskz_loadu_ps): Likewise.
20289         (_mm512_storeu_ps): Pass float * to
20290         __builtin_ia32_storeups512_mask.
20291         (_mm512_mask_storeu_ps): Likewise.
20292         (_mm512_mask_loadu_epi64): Pass const long long * to
20293         __builtin_ia32_loaddqudi512_mask.
20294         (_mm512_maskz_loadu_epi64): Likewise.
20295         (_mm512_mask_storeu_epi64): Pass long long *
20296         to __builtin_ia32_storedqudi512_mask.
20297         (_mm512_loadu_si512): Pass const int * to
20298         __builtin_ia32_loaddqusi512_mask.
20299         (_mm512_mask_loadu_epi32): Likewise.
20300         (_mm512_maskz_loadu_epi32): Likewise.
20301         (_mm512_storeu_si512): Pass int * to
20302         __builtin_ia32_storedqusi512_mask.
20303         (_mm512_mask_storeu_epi32): Likewise.
20304         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
20305         char * to __builtin_ia32_storedquqi256_mask.
20306         (_mm_mask_storeu_epi8): Likewise.
20307         (_mm256_mask_loadu_epi16): Pass const short * to
20308         __builtin_ia32_loaddquhi256_mask.
20309         (_mm256_maskz_loadu_epi16): Likewise.
20310         (_mm_mask_loadu_epi16): Pass const short * to
20311         __builtin_ia32_loaddquhi128_mask.
20312         (_mm_maskz_loadu_epi16): Likewise.
20313         (_mm256_mask_loadu_epi8): Pass const char * to
20314         __builtin_ia32_loaddquqi256_mask.
20315         (_mm256_maskz_loadu_epi8): Likewise.
20316         (_mm_mask_loadu_epi8): Pass const char * to
20317         __builtin_ia32_loaddquqi128_mask.
20318         (_mm_maskz_loadu_epi8): Likewise.
20319         (_mm256_mask_storeu_epi16): Pass short * to.
20320         __builtin_ia32_storedquhi256_mask.
20321         (_mm_mask_storeu_epi16): Pass short * to.
20322         __builtin_ia32_storedquhi128_mask.
20323         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
20324         const double * to __builtin_ia32_loadupd256_mask.
20325         (_mm256_maskz_loadu_pd): Likewise.
20326         (_mm_mask_loadu_pd): Pass onst double * to
20327         __builtin_ia32_loadupd128_mask.
20328         (_mm_maskz_loadu_pd): Likewise.
20329         (_mm256_mask_storeu_pd): Pass double * to
20330         __builtin_ia32_storeupd256_mask.
20331         (_mm_mask_storeu_pd): Pass double * to
20332         __builtin_ia32_storeupd128_mask.
20333         (_mm256_mask_loadu_ps): Pass const float * to
20334         __builtin_ia32_loadups256_mask.
20335         (_mm256_maskz_loadu_ps): Likewise.
20336         (_mm_mask_loadu_ps): Pass const float * to
20337         __builtin_ia32_loadups128_mask.
20338         (_mm_maskz_loadu_ps): Likewise.
20339         (_mm256_mask_storeu_ps): Pass float * to
20340         __builtin_ia32_storeups256_mask.
20341         (_mm_mask_storeu_ps): ass float * to
20342         __builtin_ia32_storeups128_mask.
20343         (_mm256_mask_loadu_epi64): Pass const long long * to
20344         __builtin_ia32_loaddqudi256_mask.
20345         (_mm256_maskz_loadu_epi64): Likewise.
20346         (_mm_mask_loadu_epi64): Pass const long long * to
20347         __builtin_ia32_loaddqudi128_mask.
20348         (_mm_maskz_loadu_epi64): Likewise.
20349         (_mm256_mask_storeu_epi64): Pass long long * to
20350         __builtin_ia32_storedqudi256_mask.
20351         (_mm_mask_storeu_epi64): Pass long long * to
20352         __builtin_ia32_storedqudi128_mask.
20353         (_mm256_mask_loadu_epi32): Pass const int * to
20354         __builtin_ia32_loaddqusi256_mask.
20355         (_mm256_maskz_loadu_epi32): Likewise.
20356         (_mm_mask_loadu_epi32): Pass const int * to
20357         __builtin_ia32_loaddqusi128_mask.
20358         (_mm_maskz_loadu_epi32): Likewise.
20359         (_mm256_mask_storeu_epi32): Pass int * to
20360         __builtin_ia32_storedqusi256_mask.
20361         (_mm_mask_storeu_epi32): Pass int * to
20362         __builtin_ia32_storedqusi128_mask.
20363         * config/i386/i386-builtin-types.def (PCSHORT): New.
20364         (PINT64): Likewise.
20365         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
20366         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
20367         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
20368         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
20369         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
20370         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
20371         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
20372         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
20373         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
20374         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
20375         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
20376         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
20377         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
20378         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
20379         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
20380         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
20381         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
20382         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
20383         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
20384         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
20385         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
20386         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
20387         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
20388         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
20389         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
20390         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
20391         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
20392         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
20393         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
20394         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
20395         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
20396         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
20397         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
20398         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
20399         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
20400         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
20401         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
20402         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
20403         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
20404         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
20405         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
20406         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
20407         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
20408         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
20409         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
20410         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
20411         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
20412         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
20413         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
20414         use UNSPEC_STOREU.
20415         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
20416         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
20417         load nor store.
20418         (ix86_expand_vector_move_misalign): Likewise.
20419         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
20420         to scalar function prototype for unaligned load/store builtins.
20421         (ix86_expand_special_args_builtin): Updated.
20422         * config/i386/sse.md (UNSPEC_LOADU): Removed.
20423         (UNSPEC_STOREU): Likewise.
20424         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
20425         (VI_ULOADSTORE_F_AVX512VL): Likewise.
20426         (ssescalarsize): Handle V4TI, V2TI and V1TI.
20427         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
20428         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
20429         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
20430         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
20431         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
20432         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
20433         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
20434         (<avx512>_storedqu<mode>_mask): Likewise.
20435         (*sse4_2_pcmpestr_unaligned): Likewise.
20436         (*sse4_2_pcmpistr_unaligned): Likewise.
20437         (*mov<mode>_internal): Renamed to ...
20438         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
20439         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
20440         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
20441         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
20443 2016-04-19  Richard Biener  <rguenther@suse.de>
20445         PR tree-optimization/70171
20446         * tree-ssa-phiprop.c: Include stor-layout.h.
20447         (phiprop_insert_phi): Handle the aggregate copy case.
20448         (propagate_with_phi): Likewise.
20450 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
20452         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
20453         instead of simplify_gen_subreg (... , 0).
20454         (ix86_delegitimize_address): Ditto.
20455         (ix86_split_divmod): Ditto.
20456         (ix86_split_copysign_const): Ditto.
20457         (ix86_split_copysign_var): Ditto.
20458         (ix86_expand_args_builtin): Ditto.
20459         (ix86_expand_round_builtin): Ditto.
20460         (ix86_expand_special_args_builtin): Ditto.
20461         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
20462         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
20463         (udivmodqi4): Ditto.
20464         (absneg splitters): Ditto.
20465         (*jcc_bt<mode>_1): Ditto.
20467 2016-04-19  Richard Biener  <rguenther@suse.de>
20469         PR tree-optimization/70724
20470         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
20471         restoring out from ...
20472         (free_scc_vn): ... here.
20473         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
20474         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
20475         tail merging.
20476         (pass_fre::execute): Restore SSA info.
20478 2016-04-19  Richard Biener  <rguenther@suse.de>
20480         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
20481         * gimple-walk.c (walk_gimple_op): Initialize it.
20482         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
20483         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
20484         remapping SSA names of defs.
20485         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
20486         adjustment.
20488 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
20490         PR middle-end/70689
20491         * lra-constraints.c (equiv_substition_p): New.
20492         (process_alt_operands): Use it.
20493         (swap_operands): Swap it.
20494         (curr_insn_transform): Update it.
20496 2016-04-18  Michael Matz  <matz@suse.de>
20498         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
20499         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
20500         * tree-core.h (tree_type_common.align): Use bit-field.
20501         (tree_type_common.spare): New.
20502         (tree_decl_common.off_align): Make smaller.
20503         (tree_decl_common.align): Use bit-field.
20505         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
20506         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
20507         (scan_sharing_clauses): Ditto.
20508         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
20509         (omp_finish_file): Ditto.
20510         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
20511         (layout_decl): Ditto.
20512         (relayout_decl): Ditto.
20513         (finalize_record_size): Use SET_TYPE_ALIGN.
20514         (finalize_type_size): Ditto.
20515         (finish_builtin_struct): Ditto.
20516         (layout_type): Ditto.
20517         (initialize_sizetypes): Ditto.
20518         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
20519         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
20520         (lookup_field_for_decl): Use SET_DECL_ALIGN.
20521         (get_chain_field): Ditto.
20522         (get_trampoline_type): Ditto.
20523         (get_nl_goto_field): Ditto.
20524         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
20525         SET_DECL_ALIGN.
20526         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
20527         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
20528         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
20529         (build_qualified_type): Use SET_TYPE_ALIGN.
20530         (build_aligned_type, build_range_type_1): Ditto.
20531         (build_atomic_base): Ditto.
20532         (build_common_tree_nodes): Ditto.
20533         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
20534         (expand_one_stack_var_at): Ditto.
20535         * coverage.c (build_var): Use SET_DECL_ALIGN.
20536         * except.c (init_eh): Ditto.
20537         * function.c (assign_parm_setup_block): Ditto.
20538         * symtab.c (increase_alignment_1): Ditto.
20539         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
20540         * tree-vect-stmts.c (ensure_base_align): Ditto.
20541         * varasm.c (align_variable): Ditto.
20542         (assemble_variable): Ditto.
20543         (build_constant_desc): Ditto.
20544         (output_constant_def_contents): Ditto.
20546         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
20547         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
20548         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
20549         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
20550         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
20552 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
20554         PR target/70708
20555         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
20556         replace %vmovsd with "%vmovq".
20557         (vec_concatv2df): Likewise.
20559 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
20561         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
20562         (*vec_extractv2si_0): Ditto.
20563         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
20564         (zero_extended_scalar_load_operand splitters): Ditto.
20565         (vec_extract splitters): Ditto.
20566         (*vec_extractv4si_0_zext): Ditto.
20567         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
20568         and lowpart_subreg.
20569         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
20570         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
20571         (*sse4_1_extractps): Use lowpart_subreg.
20572         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
20574 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20576         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
20577         gld requirements.
20578         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
20579         Mention Solaris 11 packaging changes.
20580         Update gas and gld requirements.
20581         Remove reference to pre-Solaris 10 bug.
20582         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
20583         systems and bugs.
20584         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
20585         with cc.
20587 2016-04-17  Jan Hubicka  <jh@suse.cz>
20589         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
20590         max_loop_iterations_int.
20592 2016-04-18  Richard Biener  <rguenther@suse.de>
20594         PR tree-optimization/43434
20595         * tree-ssa-structalias.c (struct vls_data): New.
20596         (visit_loadstore): Handle all pointer-based accesses.
20597         (compute_dependence_clique): Compute a bitmap of restrict tags
20598         assigned bases and pass it to visit_loadstore.
20600 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
20602         PR target/70711
20603         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
20604         armv8.1-a and armv8.1-a+crc.
20606 2016-04-18  Richard Biener  <rguenther@suse.de>
20608         PR tree-optimization/70701
20609         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
20610         references after translating through a memcpy.
20612 2016-04-18  Richard Biener  <rguenther@suse.de>
20614         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
20615         (compute_antic): ... here.  For partial antic use regular
20616         postorder and scrap iteration.
20617         (compute_partial_antic_aux): Remove unused return value.
20618         (init_pre): Do not allocate postorder.
20619         (fini_pre): Do not free postorder.
20621 2016-04-18  Richard Biener  <rguenther@suse.de>
20623         PR middle-end/37870
20624         * expmed.c (extract_bit_field_1): Remove broken case
20625         using a wider MODE_INT mode.
20627 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
20629         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
20630         unless compiling with at least GCC-4.8.
20632 2016-04-17  Jan Hubicka  <jh@suse.cz>
20634         PR bootstrap/70706
20635         * graphite.c (graphite_finalize): Update call to
20636         tree_estimate_probability.
20637         * predict.h (tree_estimate_probability): Update prototype.
20639 2016-04-17  Jan Hubicka  <jh@suse.cz>
20641         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
20642         (tree_estimate_probability): Likewise.
20643         (pass_profile::execute): Update.
20644         (report_predictor_hitrates): New function.
20645         * profile.c (compute_branch_probabilities): Use it.
20646         * predict.h (report_predictor_hitrates): Declare.
20648 2016-04-17  Jan Hubicka  <jh@suse.cz>
20650         PR ipa/70018
20651         * cgraph.h (cgraph_node::set_const_flag,
20652         cgraph_node::set_pure_flag): Update prototype to return bool;
20653         update comment.
20654         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
20655         of interposable symbol are interposable, too.
20656         (cgraph_set_const_flag_1): Rename to ...
20657         (set_const_flag_1): ... this one; change to self recursive function
20658         instead of call_for_symbol_thunks_and_aliases. Handle correctly
20659         clearnig the flag in all variants and also virtual thunks of const
20660         functions are pure; track if any change was done.
20661         (cgraph_node::set_const_flag): Update.
20662         (struct set_pure_flag_info): New struct.
20663         (cgraph_set_pure_flag_1): Rename to ...
20664         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
20665         rather than pointer encoded flags; track if any changes was done;
20666         handle correctly clearning flag and setting flag of aliases already
20667         declared const.
20668         (cgraph_node::set_pure_flag): Update.
20669         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
20671 2016-04-17  Tom de Vries  <tom@codesourcery.com>
20673         PR other/70433
20674         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
20675         backslash in label.
20677 2016-04-17  Tom de Vries  <tom@codesourcery.com>
20679         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
20680         '{}<> ' as escape-for-record.
20682 2016-04-17  Tom de Vries  <tom@codesourcery.com>
20684         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
20685         structure.
20687 2016-04-17  Tom de Vries  <tom@codesourcery.com>
20689         PR other/70185
20690         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
20691         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
20692         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
20693         * passes.c (finish_optimization_passes): Only call
20694         finish_graph_dump_file if dfi->graph_dump_initialized.
20695         (execute_function_dump, pass_init_dump_file): Use
20696         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
20698 2016-04-17  Tom de Vries  <tom@codesourcery.com>
20700         PR tree-optimization/70256
20701         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
20702         (debug_varmap): New function.
20704 2016-04-17  Tom de Vries  <tom@codesourcery.com>
20706         PR other/70183
20707         * passes.c (pass_manager::register_pass): Propagate pflags.
20709 2016-04-17  Tom de Vries  <tom@codesourcery.com>
20711         PR other/68875
20712         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
20713         * passes.c (pass_manager::pass_manager): Declare and init p_start in
20714         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
20715         check if it's equal to p_start.
20716         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
20718 2016-04-15  Jan Hubicka  <jh@suse.cz>
20720         PR ipa/70018
20721         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
20722         function does not bind to current def.
20723         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
20724         handle conservatively calls to functions that does not need to bind
20725         to current def.
20726         (check_call): Update call of worse_state.
20727         (ignore_edge_for_nothrow): Update.
20728         (ignore_edge_for_pure_const): Likewise.
20729         (propagate_pure_const): Update calls to worse_state.
20730         (skip_function_for_local_pure_const): Reformat comments.
20732 2016-04-15  Jan Hubicka  <jh@suse.cz>
20734         PR ipa/70018
20735         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
20736         (cgraph_node::function_symbol): Likewise.
20737         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
20738         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
20739         (symtab_node::ultimate_alias_target): Add REF parameter.
20740         (symtab_node::binds_to_current_def_p): Declare.
20741         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
20742         (cgraph_node::function_symbol): Likewise.
20743         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
20744         (cgraph_node::get_availability): Likewise.
20745         (cgraph_edge::binds_to_current_def_p): New inline function.
20746         (varpool_node::get_availability): Add REF parameter.
20747         (varpool_node::ultimate_alias_target): Likewise.
20748         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
20749         (symtab_node::binds_to_current_def_p): Likewise.
20750         * varpool.c (varpool_node::get_availability): Likewise.
20752 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
20754         PR target/70662
20755         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
20756         Fix mode size check.
20758 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
20760         * BASE-VER: Set to 7.0.0.
20762 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
20764         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
20766 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20768         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
20769         architecture revisions.
20771 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
20773         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
20774         * config/i386/i386.c (ix86_using_red_zone): No longer static.
20775         * config/i386/i386.md (stack decrement to push peepholes): Guard
20776         with !x86_using_red_zone ().
20778 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
20780         PR c++/70675
20781         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
20782         to dump_generic_node.
20783         (NIY): Pass also flags to do_niy.
20785 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
20787         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
20788         (simd_clone_vector_of_formal_parm_types)
20789         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
20790         (simd_clone_mangle, simd_clone_create)
20791         (simd_clone_adjust_return_type, create_tmp_simd_array)
20792         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
20793         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
20794         (ipa_simd_modify_function_body, simd_clone_linear_addend)
20795         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
20796         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
20797         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
20798         * omp-simd-clone.c: ... this new file.
20799         (simd_clone_vector_of_formal_parm_types): Make it static.
20800         * Makefile.in (OBJS): Add omp-simd-clone.o.
20802 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
20804         PR target/70662
20805         * config/i386/sse.md: Use proper memory operand modifiers.
20808 2016-04-15  Richard Biener  <rguenther@suse.de>
20809         Alan Modra  <amodra@gmail.com>
20811         PR tree-optimization/70130
20812         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
20813         when alignment stays not the same and no not use the realign
20814         scheme then.
20816 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
20818         PR target/70669
20819         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
20820         direct move handlers for KFmode. Change TFmode handlers test from
20821         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
20823 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
20825         PR c++/70594
20826         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
20827         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
20828         (inlined_polymorphic_ctor_dtor_block_p): Use it.
20829         * tree-ssa-live.c (remove_unused_scope_block_p): When
20830         in_ctor_dtor_block, avoid discarding not just BLOCKs with
20831         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
20832         block_ultimate_origin is FUNCTION_DECL.
20833         (remove_unused_locals): If current_function_decl is
20834         polymorphic_ctor_dtor_p, pass initial true to
20835         remove_unused_scope_block_p' is_ctor_dtor_block.
20837 2016-04-14  Martin Sebor  <msebor@redhat.com>
20839         PR c++/69517
20840         PR c++/70019
20841         PR c++/70588
20842         * doc/extend.texi (Variable Length): Revert.
20844 2016-04-14  Marek Polacek  <polacek@redhat.com>
20845             Jan Hubicka  <hubicka@ucw.cz>
20847         PR c++/70029
20848         * tree.c (verify_type): Disable the canonical type of main variant
20849         check.
20851 2016-04-14  Jason Merrill  <jason@redhat.com>
20853         * cfgexpand.c, expr.c: Revert previous change.
20855 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
20857         PR middle-end/70643
20858         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
20859         when building a mem ref for the incoming reduction variable.
20861 2016-04-14  Richard Biener  <rguenther@suse.de>
20863         PR tree-optimization/70614
20864         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
20865         loop if the evolution dropped to chrec_dont_know.
20866         (interpret_condition_phi): Likewise.
20868 2016-04-14  Richard Biener  <rguenther@suse.de>
20870         PR tree-optimization/70623
20871         * tree-ssa-pre.c (changed_blocks): Make global ...
20872         (compute_antic): ... local here.  Move and fix worklist
20873         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
20874         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
20875         worklist handling, dump when ANTIC_IN changed.
20876         (compute_partial_antic_aux): Remove worklist handling.
20877         (init_pre): Do not compute post dominators.  Add a comment about
20878         the CFG order chosen.
20879         (fini_pre): Do not free post dominators.
20881 2016-04-13  Martin Sebor  <msebor@redhat.com>
20883         PR c++/69517
20884         PR c++/70019
20885         PR c++/70588
20886         * doc/extend.texi (Variable Length): Document C++ specifics.
20888 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
20890         PR c++/70641
20891         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
20892         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
20893         eh edges have been purged.
20895         PR c++/70594
20896         * tree-sra.c (create_access_replacement,
20897         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
20898         gets fancy name.
20899         * tree-pretty-print.c (dump_fancy_name): New function.
20900         (dump_decl_name, dump_generic_node): Use it.
20902 2016-04-13  Jason Merrill  <jason@redhat.com>
20904         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
20905         * expr.c (expand_expr_real_1): Likewise.
20907 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
20909         * config/i386/i386.md (kunpckhi): Swap operands.
20910         (kunpcksi): Likewise.
20911         (kunpckdi): Likewise.
20912         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
20913         (vec_pack_trunc_<mode>): Likewise.
20915 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
20917         PR debug/70628
20918         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
20920         PR middle-end/70633
20921         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
20922         gimplification turns some element into non-constant.
20924         PR debug/70628
20925         * rtl.h (convert_memory_address_addr_space_1): New prototype.
20926         * explow.c (convert_memory_address_addr_space_1): No longer static,
20927         add NO_EMIT argument and don't call convert_modes if true, pass
20928         it down recursively, remove break after return.
20929         (convert_memory_address_addr_space): Adjust caller.
20930         * simplify-rtx.c (simplify_unary_operation_1): Call
20931         convert_memory_address_addr_space_1 instead of convert_memory_address,
20932         if it returns NULL, don't simplify.
20934 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
20936         PR target/70630
20937         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
20939 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
20941         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
20942         Bump the upper SIMDLEN limits, so that if the return type or
20943         characteristic type if the return type is void can be passed in
20944         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
20945         allowed.
20947 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
20949         PR target/70640
20950         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
20951         Do not use "=" constraint on an input constraint.
20952         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
20953         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
20954         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
20955         generates (neg (abs ...)) instead of (abs ...).
20957 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
20959         PR rtl-optimization/70596
20960         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
20961         just invalidate LRA data and reset them.  Adjust dump wording.
20963 2016-04-12  Martin Liska  <mliska@suse.cz>
20965         Revert
20966         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
20968         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
20969         estimates here.
20970         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
20971         max_loop_iterations_int.
20972         (tree_unswitch_outer_loop): Likewise.
20973         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
20974         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
20976 2016-04-12  Tom de Vries  <tom@codesourcery.com>
20978         PR tree-optimization/68756
20979         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
20980         instead of new_name.
20982 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
20984         PR tree-optimization/70602
20985         * tree-sra.c (generate_subtree_copies): Don't write anything into
20986         constant pool decls.
20988         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
20989         regardless whether there are depend clauses or not.
20991 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
20993         PR target/70381
20994         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
20995         target attribute and pragma from changing the -mfloat128
20996         and -mfloat128-hardware options.
20998         * doc/extend.texi (Additional Floating Types): Document PowerPC
20999         __float128 restrictions.
21001 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
21003         PR target/70133
21004         * config/aarch64/driver-aarch64.c
21005         (aarch64_get_extension_string_for_isa_flags): New.
21006         (arch_extension): Rename to...
21007         (aarch64_arch_extension): ...This.
21008         (ext_to_feat_string): Rename to...
21009         (aarch64_extensions): ...This.
21010         (aarch64_core_data): Keep track of architecture extension flags.
21011         (cpu_data): Rename to...
21012         (aarch64_cpu_data): ...This.
21013         (aarch64_arch_driver_info): Keep track of architecture extension
21014         flags.
21015         (get_arch_name_from_id): Rename to...
21016         (get_arch_from_id): ...This, change return type.
21017         (host_detect_local_cpu): Update and reformat for renames, handle
21018         extensions through common infrastructure.
21020 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
21022         PR target/70133
21023         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
21024         track of a canonical flag name.
21025         (all_extensions): Likewise.
21026         (arch_to_arch_name): Also track extension flags enabled by the arch.
21027         (all_architectures): Likewise.
21028         (aarch64_parse_extension): Move to here.
21029         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
21030         rework.
21031         (aarch64_rewrite_selected_cpu): Update for above change.
21032         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
21033         are handled, such that the single explicit value enabled by an
21034         extension is kept seperate from the implicit values it also enables.
21035         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
21036         to here.
21037         (aarch64_parse_extension): New.
21038         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
21039         here to config/aarch64/aarch64-protos.h.
21040         (aarch64_parse_extension): Move from here to
21041         common/config/aarch64/aarch64-common.c.
21042         (aarch64_option_print): Update.
21043         (aarch64_declare_function_name): Likewise.
21044         (aarch64_start_file): Likewise.
21045         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
21046         the canonical flag for extensions.
21047         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
21048         flags.
21050 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
21052         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
21053         AARCH64_FL_CRC.
21055 2016-04-09  Tom de Vries  <tom@codesourcery.com>
21057         PR tree-optimization/68953
21058         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
21059         first to last subscript.
21061 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
21063         PR tree-optimization/70586
21064         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
21065         for any calls.
21067 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
21069         PR lto/70289
21070         PR ipa/70348
21071         PR tree-optimization/70373
21072         PR middle-end/70533
21073         PR middle-end/70534
21074         PR middle-end/70535
21075         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
21076         clauses for acc parallel reductions as necessary.  Error on those
21077         that are private.
21078         * omp-low.c (scan_sharing_clauses): Don't install variables which
21079         are used in acc parallel reductions.
21080         (lower_rec_input_clauses): Remove dead code.
21081         (lower_oacc_reductions): Add support for reference reductions.
21082         (lower_reduction_clauses): Remove dead code.
21083         (lower_omp_target): Don't remap variables appearing in acc parallel
21084         reductions.
21085         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
21087 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
21089         PR middle-end/70593
21090         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
21091         with multiple SSA_NAME defs, force the outputs other than first
21092         to be live before calling live_track_process_def on each output.
21094         PR rtl-optimization/70574
21095         * fwprop.c (forward_propagate_and_simplify): Don't add
21096         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
21097         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
21098         paradoxical subregs within *loc.
21100 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
21102         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
21103         -ftree-parallelize-loops={0,1}.
21104         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
21105         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
21106         * config/ia64/hpux.h (LIB_SPEC): Likewise.
21107         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
21108         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
21110 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
21112         PR sanitizer/70541
21113         * asan.c (instrument_derefs): If we get unknown location, extract it
21114         with EXPR_LOCATION.
21115         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
21117 2016-04-08  Tom de Vries  <tom@codesourcery.com>
21119         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
21120         implicit firstprivate clause.
21122 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21124         PR target/70566
21125         * config/arm/thumb2.md (tst + branch-> lsls + branch
21126         peephole below *orsi_not_shiftsi_si): Require that condition
21127         register is dead after the peephole.
21128         (second peephole after the above): Likewise.
21130 2016-04-08  Alan Modra  <amodra@gmail.com>
21132         PR target/70117
21133         * builtins.c (fold_builtin_classify): For IBM extended precision,
21134         look at just the high-order double to test for NaN.
21135         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
21136         test just the high double for Inf but both doubles for subnormal
21137         limit.
21139 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
21141         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
21142         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
21143         node->simdclone->mask_mode != VOIDmode masks.
21144         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
21145         earlier, use it instead of node->simdclone.
21146         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
21147         Set clonei->mask_mode.
21149 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
21151         PR c/70436
21152         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
21153         Pass it through to cp_parser_already_scoped_statement.
21154         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
21155         it through to cp_parser_statement.
21156         (cp_parser_statement): Pass IF_P through to
21157         cp_parser_iteration_statement.
21158         (cp_parser_pragma): Adjust call to
21159         cp_parser_iteration_statement.
21161 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
21163         PR c/70436
21164         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
21165         resolve a future -Wparentheses warning.
21166         * omp-low.c (scan_sharing_clauses): Likewise.
21167         * tree-parloops.c (eliminate_local_variables): Likewise.
21169 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
21171         PR rtl-optimization/70398
21172         * lra-constraints.c (process_address_1): Check zero scale and code
21173         for reloading with zero scale.
21175 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
21177         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
21178         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
21180 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
21182         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
21183         Add support for AVX512F clones, include them by default for
21184         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
21185         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
21186         up to 128.
21188         PR middle-end/70550
21189         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
21190         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
21191         firstprivate clauses.
21192         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
21193         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
21194         (lower_omp_target): Set TREE_NO_WARNING for
21195         non-addressable possibly uninitialized vars which are copied into
21196         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
21198 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
21200         * config/pa/predicates.md (integer_store_memory_operand): Accept
21201         REG+D operands with a large offset when reload_in_progress is true.
21202         (floating_point_store_memory_operand): Likewise.
21204 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
21206         PR c++/70336
21207         * match.pd (nested int casts): Limit to GIMPLE.
21209 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
21211         PR ipa/66223
21212         * ipa-devirt.c (maybe_record_node): Fix comment; use
21213         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
21215 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
21217         PR rtl-optimization/70542
21218         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
21219         if there are any uses other than insn or debug insns.
21221 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
21222             Jakub Jelinek  <jakub@redhat.com>
21224         PR tree-optimization/70509
21225         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
21226         Shift HOST_WIDE_INT_1U instead of 1.
21228 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
21230         PR tree-optimization/70509
21231         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
21232         of the vector base type for index.
21234 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
21236         PR target/70510
21237         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
21239 2016-04-05  Richard Biener  <rguenther@suse.de>
21241         PR tree-optimization/70526
21242         * tree-sra.c (build_ref_for_offset): Use prev_base to
21243         extract the alias pointer type.
21245 2016-04-05  Richard Biener  <rguenther@suse.de>
21247         * dse.c (struct store_info): Remove alias_set member.
21248         (struct read_info_type): Likewise.
21249         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
21250         spill_deleted, clear_alias_set_lookup): Remove.
21251         (get_group_info): Remove dead base == NULL_RTX case.
21252         (dse_step0): Remove initialization of removed variables.
21253         (delete_dead_store_insn): Reomve alias set dumping.
21254         (free_read_records): Remove alias_set handling.
21255         (canon_address): Remove alias_set_out parameter.
21256         (record_store): Remove spill_alias_set, it's always zero.
21257         (check_mem_read_rtx): Likewise.
21258         (dse_step2): Rename from ...
21259         (dse_step2_nospill): ... this.  Adjust.
21260         (scan_stores): Rename from ...
21261         (scan_stores_nospill): ... this.
21262         (scan_reads): Rename from ...
21263         (scan_reads_nospill): ... this.
21264         (scan_stores_spill, scan_reads_spill): Remove.
21265         (dse_step3_scan): Remove for_spills argument which is always false.
21266         (dse_step3): Likewise.
21267         (dse_step5): Rename from ...
21268         (dse_step5_nospill): ... this.  Remove alias_set handling.
21269         (rest_of_handle_dse): Adjust.
21271 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
21273         PR target/70525
21274         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
21275         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
21276         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
21277         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
21279 2016-04-05  Richard Biener  <rguenther@suse.de>
21281         PR middle-end/70499
21282         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
21283         non-register type temporaries into SSA.
21285 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
21287         PR ipa/66223
21288         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
21289         calls when sanitizing.
21290         (possible_polymorphic_call_target_p): Fix formatting.
21292 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21293             Jakub Jelinek  <jakub@redhat.com>
21295         PR middle-end/70457
21296         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
21297         to ensure a call statement is compatible with a built-in's
21298         prototype.
21299         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
21300         Likewise.
21302 2016-04-04  Richard Biener  <rguenther@suse.de>
21304         PR rtl-optimization/70484
21305         * rtl.h (canon_output_dependence): Declare.
21306         * alias.c (canon_output_dependence): New function.
21307         * dse.c (record_store): Use canon_output_dependence rather
21308         than canon_true_dependence.
21310 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
21312         PR ipa/68881
21313         * cgraph.h (symtab_node::copy_visibility_from): New function.
21314         * symtab.c (symtab_node::copy_visibility_from): New function.
21315         * ipa-visibility.c (optimize_weakref): New function.
21316         (function_and_variable_visibility): Use it.
21318 2016-04-04  Martin Liska  <mliska@suse.cz>
21320         PR hsa/70402
21321         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
21322         value that is really in range handled by SBR instruction.
21323         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
21324         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
21325         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
21327 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
21329         PR target/70416
21330         PR target/67391
21331         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
21332         set, but not for SP_REG operands.
21334 2016-04-02  Martin Sebor  <msebor@redhat.com>
21336         PR c++/67376
21337         * fold-const.c (maybe_nonzero_address): New function.
21338         (fold_comparison): Call it.  Fold equality and relational
21339         expressions involving null pointers.
21340         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
21342 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
21344         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
21345         the "Y" constraint (scalar FP 0.0 immediate).
21347         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
21348         Add the "const_double" to the list of operand constraints.
21350 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
21352         PR rtl-optimization/70467
21353         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
21354         If low word of the last operand is 0, just emit addition/subtraction
21355         for the high word.
21357 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21359         PR target/70404
21360         * config/s390/s390.c (s390_expand_insv): Check for everything
21361         constant instead of just VOIDmode stuff.
21363 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21365         PR target/70496
21366         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
21368 2016-04-01  Nathan Sidwell  <nathan@acm.org>
21370         * tree.def (TRY_CATCH_EXPR): Correct documentation.
21372 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
21374         PR rtl-optimization/70461
21375         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
21376         is necessary.
21378 2016-03-31  Martin Liska  <mliska@suse.cz>
21380         PR hsa/70399
21381         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
21382         a tree value or an immediate integer value to a buffer
21383         that is eventually copied to a BRIG section.
21384         (emit_immediate_operand): Call the function here.
21385         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
21386         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
21387         of class' fields that are removed.
21388         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
21389         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
21390         m_brig_repr_size fields.
21392 2016-03-31  Martin Liska  <mliska@suse.cz>
21394         PR hsa/70391
21395         * hsa-gen.c (hsa_function_representation::update_dominance): New
21396         function.
21397         (convert_addr_to_flat_segment): Likewise.
21398         (gen_hsa_memory_set): New alignment argument.
21399         (gen_hsa_ctor_assignment): Likewise.
21400         (gen_hsa_insns_for_single_assignment): Provide alignment
21401         to gen_hsa_ctor_assignment.
21402         (gen_hsa_insns_for_direct_call): Add new argument.
21403         (expand_lhs_of_string_op): New function.
21404         (expand_string_operation_builtin): Likewise.
21405         (expand_memory_copy): New function.
21406         (expand_memory_set): New function.
21407         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
21408         (convert_switch_statements): Change signature.
21409         (generate_hsa): Use a return value of the function.
21410         (pass_gen_hsail::execute): Do not call
21411         convert_switch_statements here.
21412         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
21413         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
21414         (hsa_function_representation::update_dominance): New function.
21416 2016-03-31  Martin Liska  <mliska@suse.cz>
21418         PR hsa/70391
21419         * hsa-brig.c (emit_directive_variable): Emit alignment
21420         according to hsa_symbol::m_align.
21421         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
21422         (dump_hsa_symbol): Dump alignment of HSA symbols.
21423         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
21424         (gen_hsa_addr_with_align): New function.
21425         (hsa_bitmemref_alignment): Use newly added function.
21426         (gen_hsa_insns_for_load): Likewise.
21427         (gen_hsa_insns_for_store): Likewise.
21428         (gen_hsa_memory_copy): New argument added.
21429         (gen_hsa_insns_for_single_assignment): Respect
21430         alignment for assignments processed via gen_hsa_memory_copy.
21431         (gen_hsa_insns_for_direct_call): Likewise.
21432         (gen_hsa_insns_for_return): Likewise.
21433         (gen_function_def_parameters): Set default alignment.
21434         * hsa.c (hsa_object_alignment): New function.
21435         (hsa_byte_alignment): Pasted function.
21436         * hsa.h (hsa_symbol::m_align): New field.
21438 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
21440         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
21441         scratch field for goto case.
21443 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
21445         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
21447 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
21449         PR target/70442
21450         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
21451         (scalar_chain::convert_insn): Call convert_op for reg
21452         moves to handle undefined registers.
21454 2016-03-31  Nathan Sidwell  <nathan@acm.org>
21456         PR c++/70393
21457         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
21458         Assert we don't want to move backwards.
21460 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
21462         PR target/70453
21463         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
21465 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
21467         PR rtl-optimization/70460
21468         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
21469         with operand from REG_LABEL_OPERAND, instead substitute
21470         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
21471         Don't do anything for REG_NON_LOCAL_GOTO jumps.
21473 2016-03-31  Martin Liska  <mliska@suse.cz>
21475         * passes.c (execute_one_pass): Do not call
21476         todo_after for a discarded function.
21478 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
21480         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
21481         (no_cost, infinite_cost): Initialize the new field.
21482         (get_computation_cost_at): Record setup cost.
21483         (determine_use_iv_cost_address): Skip cost computation for sub
21484         uses if we can estimate it without losing accuracy.
21486 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
21488         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
21489         estimates here.
21490         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
21491         max_loop_iterations_int.
21492         (tree_unswitch_outer_loop): Likewise.
21493         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
21494         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
21496 2016-03-30  Richard Biener  <rguenther@suse.de>
21498         PR middle-end/70450
21499         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
21501 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
21503         PR target/70421
21504         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
21505         in gen_blendm expander.
21507 2016-03-30  Nick Clifton  <nickc@redhat.com>
21509         PR target/62254
21510         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
21511         case where we are already provided with an SImode SUBREG.
21513 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
21515         PR target/70439
21516         * config/i386/i386.c (ix86_expand_epilogue): Properly check
21517         conflict between DRAP register and __builtin_eh_return.
21519 2016-03-30  Michael Matz  <matz@suse.de>
21520             Richard Biener  <rguenther@suse.de>
21522         PR ipa/12392
21523         * ipa-polymorphic-call.c (struct type_change_info): Change
21524         speculative to an unsigned allowing to limit the work we do.
21525         (csftc_abort_walking_p): New inline function..
21526         (check_stmt_for_type_change): Limit the number of may-defs
21527         skipped for speculative devirtualization to
21528         max-speculative-devirt-maydefs.
21529         * params.def (max-speculative-devirt-maydefs): New param.
21530         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
21532 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
21534         PR target/63890
21535         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
21536         and TARGET_MACHO.
21538 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
21540         PR tree-optimization/59124
21541         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
21542         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
21544 2016-03-29  Jeff Law  <law@redhat.com>
21546         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
21548 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
21550         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
21551         to HOST_WIDE_INT.
21553 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
21555         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
21556         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
21557         gcrt0.o if linking dynamically.
21559 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
21561         PR ipa/70283
21562         * ipa-devirt.c (methods_equal_p): New function.
21563         (compare_virtual_tables): Use it.
21564         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
21565         * cgraphclones.c (clone_function_name_1): Use
21566         symbol_table::symbol_suffix_separator.
21567         * coverage.c (build_var): Likewise.
21568         * symtab.c (symbol_table::symbol_suffix_separator): New.
21570 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
21572         PR rtl-optimization/70429
21573         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
21574         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
21575         mode != result_mode.
21577         PR c++/70353
21578         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
21580         PR tree-optimization/70405
21581         * ssa-iterators.h (num_imm_uses): Add missing braces.
21583 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
21585         PR rtl-optimization/68695
21586         * ira-color.c (allocno_copy_cost_saving): New.
21587         (improve_allocation): Use it.
21589 2016-03-29  Richard Henderson  <rth@redhat.com>
21591         PR middle-end/70355
21592         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
21594 2016-03-29  Richard Biener  <rguenther@suse.de>
21596         PR middle-end/70424
21597         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
21598         use alignment returned by get_pointer_alignment_1 if it is
21599         bigger than BITS_PER_UNIT.
21600         * builtins.c (get_pointer_alignment_1): Do not return true
21601         for alignment extracted from SSA info.
21603 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
21605         * config/ft32/ft32.opt (mnodiv): New.
21606         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
21607         * doc/invoke.texi (FT32 Options -mnodiv): New.
21609 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
21611         PR target/70406
21612         * config/i386/i386.md (define_split, andn): Fix modes.
21614 2016-03-26  Richard Biener  <rguenther@suse.de>
21615             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21617         PR ipa/70366
21618         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
21619         instead of
21620         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
21621         as 2nd argument to cl_optimization_restore().
21623 2016-03-25  Richard Henderson  <rth@redhat.com>
21625         PR target/70120
21626         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
21627         * config/aarch64/aarch64-protos.h: Declare it.
21628         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
21630 2016-03-25  Alan Modra  <amodra@gmail.com>
21632         PR target/70052
21633         * config/rs6000/constraints.md (j): Simplify.
21634         * config/rs6000/predicates.md (easy_fp_constant): Exclude
21635         decimal float 0.D.
21636         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
21637         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
21638          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
21639         in all constraint alternatives.
21640         (movtd_64bit_nodm): Delete "j" constraint alternative.
21642 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
21644         * tree-ssa-propagate.c: Enhance docs for
21645         SSA_PROP_NOT_INTERESTING.
21647 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
21649         * doc/extend.texi: Fix typo in documentation to pure attribute.
21651 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
21653         PR target/70319
21654         * config/pa/pa.md (bswapdi2): Use a scratch register.
21656 2016-03-24  Richard Henderson  <rth@redhat.com>
21658         PR middle-end/69845
21659         * fold-const.c (extract_muldiv_1): Correct test for multiplication
21660         overflow.
21662 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
21664         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
21665         using ix86_expand_binary_operator instead of gen_andsi3.
21667 2016-03-24  Richard Biener  <rguenther@suse.de>
21669         PR tree-optimization/70396
21670         * tree-vect-stmts.c (vectorizable_comparison): Use
21671         get_vectype_for_scalar_type.
21673 2016-03-24  Richard Biener  <rguenther@suse.de>
21675         PR middle-end/70370
21676         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
21677         with register bases.
21679 2016-03-24  Richard Biener  <rguenther@suse.de>
21681         PR tree-optimization/70372
21682         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
21683         build_all_ones_cst to also handle vector types correctly.
21685 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
21687         PR target/70381
21688         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
21689         -mfloat128 here.
21691 2016-03-23  Marek Polacek  <polacek@redhat.com>
21693         PR c++/69884
21694         * doc/invoke.texi: Document -Wignored-attributes.
21696 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
21698         PR tree-optimization/69042
21699         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
21700         parameter from 30 to 40.
21702 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
21704         PR tree-optimization/69042
21705         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
21706         for use with constant offset stripped in base.
21708 2016-03-23  Richard Biener  <rguenther@suse.de>
21710         PR middle-end/70251
21711         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
21712         mode compatibility check.
21713         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
21715 2016-03-23  Jeff Law  <law@redhat.com>
21717         PR tree-optimization/64058
21718         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
21719         CONFLICT_COUNT.
21720         (struct ssa_conflicts): Move up earlier in the file.
21721         (conflicts_, var_map_): New static variables.
21722         (initialize_conflict_count): New function to initialize the
21723         CONFLICT_COUNT field for each conflict pair.
21724         (compare_pairs): Lazily initialize the conflict count and use it
21725         as the first tie-breaker.
21726         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
21727         and wipe conflicts_ and map_ around the call to qsort.  Remove
21728         special case for 2 coalesce pairs.
21729         * bitmap.c (bitmap_count_unique_bits): New function.
21730         (bitmap_count_bits_in_word): New function, extracted from
21731         bitmap_count_bits.
21732         (bitmap_count_bits): Use bitmap_count_bits_in_word.
21733         * bitmap.h (bitmap_count_unique_bits): Declare it.
21735 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
21737         PR target/69917
21738         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
21739         transparent alias chain for decl assembler name.
21740         * config/sol2.c (solaris_assemble_visibility): Likewise.
21742 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21744         * config/arm/arm1020e.md (1020call_op): Reduce reservation
21745         duration.
21746         (v10_fdivs): Likewise.
21747         (v10_fdivd): Likewise.
21749 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21751         PR driver/70132
21752         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
21753         to not call fclose twice on file.
21755 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
21757         PR tree-optimization/70354
21758         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
21759         oprnd0 is wider than oprnd1 and there is a cast from the wider
21760         type to oprnd1, mask it with the mask of the narrower type.
21762         PR target/70321
21763         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
21764         Optimize TARGET_STV splitters, if high or low word of last argument
21765         is 0 or -1.
21767 2016-03-22  Jeff Law  <law@redhat.com>
21769         PR target/70232
21770         tree-ssa-threadbackward.c
21771         (fsm_find_control_statement_thread_paths): Correctly distinguish
21772         between old style jump threads vs FSM jump threads.
21774 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
21776         PR target/70302
21777         * config/i386/i386.c (scalar_chain::convert_op): Support
21778         uninitialized register usage case.
21780 2016-03-22  Richard Biener  <rguenther@suse.de>
21782         PR middle-end/70251
21783         * genmatch.c (gen_transform): Adjust last parameter to a three-state
21784         int...
21785         (capture::gen_transform): ... to change behavior when substituting
21786         a condition into cond or not-cond expr context.
21787         (dt_simplify::gen_1): Adjust.
21788         * gimple-match-head.c: Include gimplify.h for unshare_expr.
21789         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
21790         last change and instead change to
21791         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
21792         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
21794 2016-03-22  Anthony Green  <green@moxielogic.com>
21796         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
21797         issue for moxiebox targets.
21798         (CC1PLUS_SPEC): Ditto.
21800 2016-03-22  Richard Biener  <rguenther@suse.de>
21802         PR middle-end/70333
21803         * fold-const.c (extract_muldiv_1): Properly perform multiplication
21804         in the wide type.
21806 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
21808         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
21810 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
21812         PR target/70325
21813         * config/i386/i386.c (def_builtin): Handle
21814         OPTION_MASK_ISA_AVX512VL to be and-ed with other
21815         bits.
21816         (const struct builtin_description bdesc_special_args[]):
21817         Remove duplicate ISA bits.
21819 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
21821         PR target/70329
21822         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
21823         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
21824         in a way that works also for AVX512BW.
21826         PR target/70300
21827         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
21828         instead of source if operands[1] is xmm16 and above and
21829         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
21830         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
21832         PR c++/70295
21833         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
21834         on assign if (*from_p) is a comparison, set it to
21835         TREE_NO_WARNING (*from_p).
21837 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
21839         PR middle-end/70326
21840         * lra.c (restore_scratches): Ignore deleted insns.
21842 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
21843             Jakub Jelinek  <jakub@redhat.com>
21845         PR tree-optimization/70317
21846         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
21847         to HONOR_NANS.
21849 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
21851         PR target/70327
21852         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
21853         of ix86_expand_move.
21854         (movoi): Ditto.
21855         (movti): Use general_operand for operand 1 predicate.
21857 2016-03-21  Martin Liska  <mliska@suse.cz>
21859         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
21860         insns.
21861         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
21863 2016-03-21  Martin Liska  <mliska@suse.cz>
21865         PR ipa/70306
21866         * ipa-icf.c (sem_function::parse): Skip static
21867         constructors and destructors.
21869 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
21871         PR target/70296
21872         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
21873         function-like macro, peek following token(s) if it is followed
21874         by CPP_OPEN_PAREN token with optional padding in between, and
21875         if not, don't treat it like a macro.
21877 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
21878             Alexander Monakov  <amonakov@ispras.ru>
21880         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
21881         for the stabs debug format.
21883 2016-03-21  Richard Biener  <rguenther@suse.de>
21885         PR tree-optimization/70310
21886         * tree-vect-generic.c (expand_vector_condition): Fold the built
21887         condition.
21889 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
21891         PR target/70293
21892         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
21893         Block third alternative for AVX-512VL target,
21895 2016-03-21  Martin Liska  <mliska@suse.cz>
21897         PR hsa/70234
21898         * hsa-brig.c (emit_function_directives): Mark unemitted
21899         global variables for emission.
21900         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
21901         (get_symbol_for_decl): Likewise.
21902         * hsa.h (struct hsa_symbol): New flag.
21904 2016-03-21  Richard Biener  <rguenther@suse.de>
21906         PR tree-optimization/70288
21907         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
21908         we do not estimate unsimplified all-constant conditionals or
21909         switches as optimized away.
21911 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
21913         PR rtl-optimization/69102
21914         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
21915         when we have a readonly dependency context.
21917 2016-03-18  Jeff Law  <law@redhat.com>
21919         PR rtl-optimization/70263
21920         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
21921         (update_equiv_regs): When trying to move a store to after the insn
21922         that sets the source of the store, make sure the store occurs after
21923         the insn that sets the source of the store.  When successful note
21924         the REG_EQUIV note created in the dump file.
21926 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
21927             Bernd Schmidt  <bschmidt@redhat.com>
21929         * doc/extend.texi: Document more potential problems with basic asms.
21931 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
21933         PR rtl-optimization/70278
21934         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
21935         VOIDmode.
21937 2016-03-18  Jason Merrill  <jason@redhat.com>
21939         * calls.c (load_register_parameters): Fix zero size sibcall logic.
21941 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
21943         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
21944         values to 128b regs.
21946 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
21948         PR tree-optimization/70252
21949         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
21950         boolean vector has a proper number of elements.
21951         (supportable_narrowing_operation): Likewise.
21953 2016-03-18  Tom de Vries  <tom@codesourcery.com>
21955         PR ipa/70269
21956         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
21958 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
21960         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
21961         instead of replace_rtx for DEBUG_INSNs.
21963 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
21965         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
21966         load type reservations.
21968 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
21970         PR target/70188
21971         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
21972         define_constraint for "Q" and "T" constraints.
21974 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
21976         Tweak the pipeline model for Exynos M1
21978         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
21979         model.
21981 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
21983         PR c/70264
21984         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
21985         where one or both locations aren't within a line_map.
21987 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
21989         PR driver/70192
21990         * opts.c (finish_options): Don't set flag_pie to the default if
21991         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
21992         if it is -1.
21994 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
21996         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
21997         true as ALL_REGS argument to replace_rtx.
21999 2016-03-17  Richard Biener  <rguenther@suse.de>
22001         PR debug/70271
22002         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
22003         last.
22005 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
22007         PR target/70245
22008         * rtl.h (replace_rtx): Add ALL_REGS argument.
22009         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
22010         equality and assert mode is the same, instead of just rtx pointer
22011         equality.
22012         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
22013         true as ALL_REGS argument to replace_rtx.
22015 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
22017         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
22018         for boolean vector with vector mode only.
22019         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
22021 2016-03-17  Nick Clifton  <nickc@redhat.com>
22023         PR target/70162
22024         * config/rx/rx.c (rx_print_integer): Print negative constants in
22025         decimal.
22027 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
22029         PR target/70261
22030         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
22032 2016-03-16  Richard Henderson  <rth@redhat.com>
22033             Richard Biener  <rguenth@suse.de>
22035         PR middle-end/70240
22036         PR middle-end/68215
22037         PR tree-opt/68714
22038         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
22039         first operand as is_gimple_condexpr.
22041         PR middle-end/70240
22042         PR middle-end/68215
22043         Revert r231575
22044         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
22045         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
22046         Do not gimplify the result.
22047         (do_unop): Adjust call to tree_vec_extract.
22048         (do_binop): Likewise.
22049         (do_compare): Likewise.
22050         (do_plus_minus): Likewise.
22051         (do_negate): Likewise.
22052         (expand_vector_condition): Likewise.
22053         (do_cond): Likewise.
22055 2016-03-16  Richard Henderson  <rth@redhat.com>
22057         PR target/70048
22058         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
22059         (aarch64_classify_address): Use it.
22060         (aarch64_legitimize_address): Force all subexpressions of PLUS
22061         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
22063 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
22064             Richard Biener  <rguenth@suse.de>
22066         PR target/70245
22067         * rtlanal.c (replace_rtx): For REG, if from is a REG,
22068         return to even if only REGNO is equal, and assert
22069         mode is the same.
22071 2016-03-11  Jeff Law  <law@redhat.com>
22073         PR rtl-optimization/70224
22074         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
22076 2016-03-16  Richard Henderson  <rth@redhat.com>
22078         PR middle-end/70199
22079         * function.h (struct function): Add has_forced_label_in_static.
22080         * gimplify.c (force_labels_r): Set it.
22081         * lto-streamer-in.c (input_struct_function_base): Read it.
22082         * lto-streamer-out.c (output_struct_function_base): Write it.
22083         * tree-inline.c (has_label_address_in_static_1): Remove.
22084         (copy_forbidden): Remove fndecl parameter; test
22085         has_forced_label_in_static.
22086         (inline_forbidden_p): Update call to copy_forbidden.
22087         (tree_versionable_function_p): Likewise.
22088         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
22089         (chkp_versioning): Likewise.
22090         * tree-inline.h (copy_forbidden): Update decl.
22092 2016-03-16  Marek Polacek  <polacek@redhat.com>
22094         PR c/70093
22095         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
22096         function being thunked if the result type doesn't have fixed size.
22097         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
22098         doesn't have fixed size.
22100 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
22102         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
22103         reporting malformed loop nest.
22105 2016-03-16  Tom de Vries  <tom@codesourcery.com>
22107         PR lto/70187
22108         * ipa-devirt.c (possible_polymorphic_call_targets): Move
22109         nodes.length () == 1 test to before first nodes[0] access.
22111 2016-03-16  Tom de Vries  <tom@codesourcery.com>
22113         PR tree-optimization/68715
22114         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
22115         single_pred_p test.
22117 2016-03-16  Tom de Vries  <tom@codesourcery.com>
22119         PR tree-optimization/68809
22120         * graphite-scop-detection.c (same_close_phi_node): Test if result types
22121         are the same.
22123 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
22124             Sandra Loosemore  <sandra@codesourcery.com>
22126         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
22127         on leaf attribute. Mention ELF interposition problems.
22129 2016-03-16  Alan Modra  <amodra@gmail.com>
22131         PR rtl-optimization/69195
22132         PR rtl-optimization/47992
22133         * ira.c (indirect_jump_optimize): Ignore artificial defs.
22134         Add comments.
22136 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
22138         PR bootstrap/69513
22139         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
22141 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
22143         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
22145 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
22147         PR rtl-optimization/70222
22148         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
22149         optimization if mode is different from result_mode, queue up masking
22150         of the result in outer_op.  Formatting fix.
22152         PR middle-end/70239
22153         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
22154         of safe_grow.
22156 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
22158         PR rtl-optimization/69032
22159         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
22160         looping backwards over basic block insns.
22162 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
22164         PR target/66660
22165         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
22166         to non-speculative when propagating trap bits.
22168 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
22170         PR rtl-optimization/63384
22171         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
22172         DEBUG_INSN_P insns.
22174 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
22176         PR target/64411
22177         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
22178         factored out from ...
22179         (sched_analyze_insn): ... here.
22180         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
22181         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
22182         get_implicit_reg_pending_clobbers in it.
22183         (setup_id_reg_sets): Use setup_id_implicit_regs.
22184         (deps_init_id): Ditto.
22186 2016-03-15  Tom de Vries  <tom@codesourcery.com>
22188         PR ipa/70161
22189         * cgraph.c (cgraph_node::get_body): Save, reset and restore
22190         dump_file_name.
22191         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
22192         execute_function_dump.
22193         (execute_one_pass): Don't dump function if it will be dumped after ipa
22194         transform.
22196 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
22198         * genrecog.c (match_pattern_2): If pred is NULL don't call
22199         safe_predicate_mode on it.
22201 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
22203         PR middle-end/70219
22204         * lra-constraints.c (delete_move_and_clobber): Change assertion
22205         to also allow dregno == 0.
22207 2016-03-14  Richard Henderson  <rth@redhat.com>
22209         PR tree-opt/68714
22210         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
22211         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
22212         (reassociate_bb): Use optimize_vec_cond_expr; avoid
22213         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
22214         on vectors.
22216 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
22218         PR target/70083
22219         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
22220         regs.
22221         (lra_create_live_ranges_1): initialize hard register biggest_mode to
22222         VOIDmode.
22223         * lra-constraints.c (split_reg): For hard regs, try to find the
22224         biggest single-register mode used in the function.
22226 2016-03-14  Richard Biener  <rguenther@suse.de>
22228         PR tree-optimization/56365
22229         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
22230         constants to compare against.
22232 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
22234         PR target/70098
22235         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
22236         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
22237         (define_split for the GPR case): Use int_reg_operand instead of
22238         gpc_reg_operand for the output.
22240 2016-03-14  Tom de Vries  <tom@codesourcery.com>
22242         PR tree-optimization/70045
22243         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
22244         create_empty_if_region_on_edge argument.
22246 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
22248         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
22249         (STACK_CHECK_PROTECT): Likewise.
22250         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
22251         (STACK_CHECK_PROTECT): Likewise.
22252         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
22253         (STACK_CHECK_PROTECT): Likewise.
22254         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
22255         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
22256         (STACK_CHECK_PROTECT): Likewise.
22258 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
22260         PR rtl-optimization/69307
22261         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
22262         registers in modes that span more than one register.
22264 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
22266         PR target/69614
22267         * lra-constraints.c (delete_move_and_clobber): New.
22268         (remove_inheritance_pseudos): Use it.
22270 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
22272         PR ada/70017
22273         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
22274         the libcall is LCT_THROW.
22275         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
22276         for the checking routine.
22278 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
22280         PR target/70131
22281         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
22282         optimization if we have direct move.
22283         (roundu32<mode>2_fprs): Likewise.
22285 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
22287         PR target/70123
22288         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
22289         be rematerialized.
22290         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
22291         Arguments swapped.  All callers changed.  Take reg_renumber into
22292         account, and Calculate and compare register ranges for hard regs.
22294 2016-03-11  Jeff Law  <law@redhat.com>
22296         PR tree-optimization/70190
22297         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
22298         Handle cases where we can not extract the taken edge, even though we
22299         found a constant value.
22301         PR tree-optimization/64058
22302         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
22303         (num_coalesce_pairs): Move up earlier in file.
22304         (find_coalesce_pair): Initialize the INDEX field for each pair
22305         discovered.
22306         (compare_pairs): No longer sort on the elements in each pair.
22307         Instead break ties with the index of the coalesce pair.
22309 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22311         PR target/70002
22312         * config/aarch64/aarch64-protos.h
22313         (aarch64_save_restore_target_globals): New prototype.
22314         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
22315         Call the above when popping pragma.
22316         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
22317         New function.
22318         (aarch64_set_current_function): Rewrite using the above.
22320 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
22322         PR tree-optimization/70177
22323         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
22324         (extract_ops_from_tree): ... this.  In the 2 argument
22325         overload remove _1 suffix.
22326         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
22327         (extract_ops_from_tree): ... this.
22328         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
22329         Adjust callers.
22330         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
22331         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
22332         extract_ops_from_tree instead of 2 operand one.
22334 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
22336         PR tree-optimization/70013
22337         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
22338         for constant-pool entries.
22340 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
22342         PR rtl-optimization/70174
22343         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
22344         followed by gen_lowpart on force_reg instead of just gen_lowpart.
22346         PR tree-optimization/70169
22347         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
22348         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
22349         for unknown codes.
22351 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
22352             Jakub Jelinek  <jakub@redhat.com>
22354         PR target/70160
22355         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
22356         of uninitialized values.
22358 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22360         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
22361         define_expand.
22362         ("*trunctddd2"): New pattern definition.
22363         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
22364         TD->DD truncation.
22366 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22368         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
22369         definitions for BFP and DFP rounding modes.
22370         ("fixuns_truncdddi2", "fixuns_trunctddi2")
22371         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
22372         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
22373         ("fix_trunctf<mode>2"): Use the new constants instead of magic
22374         numbers.
22376 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22378         * config/s390/constraints.md: Adjust comment.
22379         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
22380         s390_decompose_addrstyle_without_index.
22381         * config/s390/predicates.md (shift_count_or_setmem_operand):
22382         Rename to setmem_operand.
22383         * config/s390/s390-protos.h
22384         (s390_decompose_shift_count): Rename to
22385         s390_decompose_addrstyle_without_index.
22386         * config/s390/s390.c (s390_decompose_shift_count)
22387         (s390_mem_constraint, print_shift_count_operand)
22388         (print_operand_address, print_operand): Rename
22389         s390_decompose_shift_count to
22390         s390_decompose_addrstyle_without_index and rename
22391         print_shift_count_operand to print_addrstyle_operand troughout the
22392         file.
22393         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
22394         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
22395         Rename shift_count_or_setmem_operand to setmem_operand.
22396         * config/s390/vx-builtins.md ("vec_insert<mode>")
22397         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
22398         nonmemory_operand.
22400 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22402         PR target/70168
22403         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
22404         Handle overlapping retval and newval.
22406 2016-03-10  Nick Clifton  <nickc@redhat.com>
22408         PR target/7044
22409         * config/aarch64/aarch64.c
22410         (aarch64_override_options_after_change_1): When forcing
22411         flag_omit_frame_pointer to be true, use a special value that can
22412         be detected if this function is called again, thus preventing
22413         flag_omit_leaf_frame_pointer from being forced to be false.
22415 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22417         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
22418         Set x_flag_omit_leaf_frame_pointer when handling
22419         -momit-leaf-frame-pointer.
22421 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
22423         PR lto/69589
22424         * cgraph.c (cgraph_node::dump): Dump split_part and
22425         indirect_call_target.
22426         * cgraph.h (cgraph_node): Add indirect_call_target flag.
22427         * ipa.c (has_addr_references_p): Cleanup.
22428         (is_indirect_call_target_p): New.
22429         (walk_polymorphic_call_targets): Do not mark virtuals that may be
22430         called indirectly as local.
22431         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
22433 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
22435         PR ipa/69630
22436         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
22437         on cxa_pure_virtual.
22439 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
22441         PR lto/69589
22442         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
22444 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
22446         PR lto/69589
22447         * tree.c (need_assembler_name_p): Only record main variant type names.
22449 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
22451         PR target/70113.
22452         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
22453         Always define to 0 or 1.
22454         (TARGET_FIX_ERR_A53_843419): New macro.
22455         * config/aarch64/aarch64-elf-raw.h
22456         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
22457         * config/aarch64/aarch64-linux.h: Likewise.
22458         * config/aarch64/aarch64.c
22459         (aarch64_override_options_after_change_1): Do not default
22460         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
22461         843419 is on.
22462         (aarch64_attributes): Handle fix-cortex-a53-843419.
22463         (aarch64_can_inline_p): Likewise.
22464         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
22466 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
22467             Jakub Jelinek  <jakub@redhat.com>
22469         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
22470         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
22471         DECL_COMMONS if flag_unconstrained_commons is set.
22472         * tree-dfa.c (get_ref_base_and_extent): Likewise.
22473         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
22474         (funconstrained-commons): Document.
22476 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
22478         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
22479         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
22481 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
22483         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
22484         has a proper number of elements.
22486 2016-03-10  Alan Modra  <amodra@gmail.com>
22488         PR rtl-optimization/69195
22489         PR rtl-optimization/47992
22490         * ira.c (recorded_label_ref): Delete.
22491         (update_equiv_regs): Return void.
22492         (indirect_jump_optimize): New function.
22493         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
22494         before regstat_compute_ri.  Don't rebuild_jump_labels here.
22495         Delete update_regstat.
22497 2016-03-10  Richard Biener  <rguenther@suse.de>
22499         PR tree-optimization/70128
22500         * tree-ssa-structalias.c (set_uids_in_ptset): Set
22501         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
22503 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
22505         PR tree-optimization/70152
22506         * tree-sra.c (replace_removed_params_ssa_names): Copy over
22507         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
22509         PR target/70086
22510         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
22511         instead of gen_sse2_loadlpd.
22512         * config/i386/sse.md (*vec_concatv2df): Rename to...
22513         (vec_concatv2df): ... this.
22515         PR tree-optimization/70127
22516         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
22518 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
22520         PR c/68473
22521         PR c++/70105
22522         * diagnostic-show-locus.c (compatible_locations_p): New function.
22523         (layout::layout): Sanitize ranges using compatible_locations_p.
22525 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
22527         PR c/68473
22528         PR c++/70105
22529         * diagnostic-show-locus.c (layout_range::layout_range): Replace
22530         location_range param with three const expanded_locations * and a
22531         bool.
22532         (layout::layout): Replace call to
22533         rich_location::lazily_expand_location with get_expanded_location.
22534         Extract the range and perform location expansion here, passing
22535         the results to the layout_range ctor.
22536         * diagnostic.c (source_range::debug): Delete.
22537         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
22538         of rich_location::get_expanded_location.
22539         * gcc-rich-location.c (get_range_for_expr): Delete.
22540         (gcc_rich_location::add_expr): Reimplement to avoid the
22541         rich_location::add_range overload that took a location_range,
22542         passing a location_t instead.
22544 2016-03-09  Richard Biener  <rguenther@suse.de>
22545         Jakub Jelinek  <jakub@redhat.com>
22547         PR tree-optimization/70138
22548         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
22549         Also skip vect_double_reduction_def.
22551 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
22553         PR target/70049
22554         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
22555         if the operand is "m".
22557 2016-03-09  Nathan Sidwell  <nathan@acm.org>
22559         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
22561 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
22563         * config/i386/i386.c (processor_target_table): Fix cost table
22564         intialization order for znver1.
22566 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
22568         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
22569         - becuase -> because.
22570         * ipa-reference.c (ignore_module_statics): Likewise.
22571         * cgraph.c (cgraph_node::get_body): Likewise.
22572         * ipa-inline.c (early_inliner): Likewise.
22573         * ipa-devirt.c (types_same_for_odr): Likewise.
22574         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
22575         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
22577 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22579         * tree-ssa-math-opts.c: Fix typo in comment.
22581 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
22583         PR target/70110
22584         * config/i386/i386.c (scalar_chain::make_vector_copies,
22585         scalar_chain::convert_reg): Call end_sequence in between
22586         get_insns and emit_conversion_insns rather than after both
22587         calls.
22589 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
22591         PR target/70064
22592         * config/i386/i386.h (machine_function): Add
22593         pc_thunk_call_expanded flag.
22594         (ix86_pc_thunk_call_expanded): New define.
22595         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
22596         (*set_got): Rename insn pattern from set_got.
22597         (*set_got_labelled): Rename inst pattern from set_got_labelled.
22598         * config/i386/i386.c (ix86_compute_frame_layout): Use
22599         ix86_pc_thunk_call_expanded to prevent red-zone.
22601 2016-03-07  Martin Jambor  <mjambor@suse.cz>
22603         * hsa.h (hsa_get_ctor_statements): Declare.
22604         (hsa_get_dtor_statements): Likewise.
22605         (hsa_get_kernel_dispatch_type): Likewise.
22606         * hsa.c (hsa_get_ctor_statements): New function.
22607         (hsa_get_dtor_statements): Likewise.
22608         (hsa_get_kernel_dispatch_type): Likewise.
22609         * hsa-brig.c (hsa_cdtor_statements): Removed.
22610         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
22611         hsa_get_dtor_statements.
22612         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
22613         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
22615 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22617         * config/arm/arm-cores.def (cortex-r8): New.
22618         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
22619         * config/arm/arm-tune.md: Likewise.
22620         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
22622 2016-03-07  Martin Sebor  <msebor@redhat.com>
22624         PR rtl-optimization/19705
22625         * doc/invoke.texi (Options That Control Optimization): Clarify
22626         -fno-branch-count-reg.
22628 2016-02-26  Richard Biener  <rguenther@suse.de>
22629             Jeff Law  <law@redhat.com>
22631         PR tree-optimization/69740
22632         * cfghooks.c (remove_edge): Request loop fixups if we delete
22633         an edge that might turn an irreducible loop into a natural
22634         loop.
22635         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
22636         Move after definition of loops_state_clear.
22638 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
22640         PR rtl-optimization/69052
22641         * rtlanal.c (commutative_operand_precedence): Set higher precedence
22642         to CONST_WIDE_INT.
22644 2016-03-07  Tom de Vries  <tom@codesourcery.com>
22646         PR tree-optimization/70116
22647         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
22648         is_tm_ending stmts and ubsan/asan internal functions.
22649         (find_duplicate): Use it.  Don't test is_tm_ending here.
22651 2016-03-07  Richard Biener  <rguenther@suse.de>
22653         PR tree-optimization/70115
22654         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
22655         (propagate_constants_for_unrolling): Use replace_uses_by.
22657 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
22659         PR middle-end/69916
22660         * omp-low.c (struct oacc_loop): Add ifns.
22661         (new_oacc_loop_raw): Initialize it.
22662         (finish_oacc_loop): Clear mask & flags if no ifns.
22663         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
22664         (oacc_loop_xform_loop): Add ifns arg & adjust.
22665         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
22667 2016-03-07  Richard Henderson  <rth@redhat.com>
22669         PR rtl-opt/70061
22670         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
22671         (insert_value_copy_on_edge): Likewise.
22673 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22675         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
22677 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22679         PR target/62281
22680         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
22682 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
22684         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
22686 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
22688         Fix sseimul type attribute.
22689         * config/i386/znver1.md
22690         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
22691         znver1_sseimul_avx256_load) : Fix the type attribute.
22692         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
22693         pipe usage and latency.
22695 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
22697         PR c++/70084
22698         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
22699         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
22700         to the right type.
22702 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
22704         PR c/69973
22705         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
22707         PR rtl-optimization/69941
22708         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
22709         the reg share its mode.
22711 2016-03-04  Jeff Law  <law@redhat.com>
22713         PR tree-optimization/69196
22714         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
22715         If the both SSA_NAMEs are anonymous, then consider them unassociated
22716         and include the PHI in the statement count.
22718 2016-03-05  Tom de Vries  <tom@codesourcery.com>
22720         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
22721         construct in oacc routine.  Check for oacc region in oacc routine.
22723 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
22725         PR target/70062
22726         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
22727         2016-02-22 changes, instead don't recurse if RECUR is already true.
22728         Don't change *dynamic_check if RECUR.  Adjust recursive caller
22729         to pass true to the new argument.
22730         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
22732         PR target/70059
22733         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
22734         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
22735         fixes.
22736         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
22738 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
22740         PR rtl-optimization/57676
22741         * lra-assigns.c (lra_assign): Guard test for maximum iterations
22742         with flag_checking.
22744 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
22746         * tree-vect-patterns.c (search_type_for_mask): Handle
22747         comparison of booleans.
22749 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
22751         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
22752         Fix @xref usage.
22754         PR debug/69947
22755         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
22756         all other ops that have dw_val_class_die_ref operands,
22757         and DW_OP_GNU_entry_value.
22759 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22761         PR rtl-optimization/69904
22762         * config/arm/arm.c (arm_cannot_copy_insn_p):
22763         Return true for load-exclusive instructions.
22765 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
22767         PR target/70021
22768         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
22769         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
22770         the pattern no matter if it is used just by non-pattern, pattern
22771         or mix thereof.
22772         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
22773         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
22774         oprnd1 def_stmt is in pattern, don't look through it.
22776 2016-03-03  Marek Polacek  <polacek@redhat.com>
22778         PR middle-end/70050
22779         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
22781 2016-03-03  Martin Liska  <mliska@suse.cz>
22783         PR tree-optimization/70043
22784         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
22785         previous statement if we see a debug statement.
22787 2016-03-03  Richard Biener  <rguenther@suse.de>
22789         PR tree-optimization/55936
22790         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
22791         parameter and guard unsafe equivalence use.
22792         (vrp_evaluate_conditional_warnv_with_ops): Always use
22793         safe equivalences but not via the quadratic compare_names
22794         helper.
22796 2016-03-03  Michael Collison  <michael.collison@linaro.org>
22798         PR target/70014
22799         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
22800         for operand 1 to s_register_operand. Change predicate for operand
22801         2 to arm_not_immediate_operand.
22803 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
22805         * doc/tm.texi: Regenerated.
22807 2016-03-02  Richard Henderson  <rth@redhat.com>
22809         PR rtl-opt/67145
22810         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
22811         simplification when all args are positive non-fixed registers.
22813 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
22815         * target.def (lra_p): Specify that new ports should use LRA.
22817 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
22819         PR libgomp/69555
22820         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
22821         gimplify_type_sizes the type they refer to.
22822         (omp_notice_variable): Handle reference vars to VLAs.
22823         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
22824         reference to VLA decls in the second pass instead of first pass.
22826 2016-03-02  Tom de Vries  <tom@codesourcery.com>
22828         PR tree-optimization/68659
22829         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
22830         new_expr == NULL_TREE.
22831         (get_new_name): Handle ADDR_EXPR.
22833 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
22835         PR rtl-optimization/69052
22836         * loop-invariant.c (canonicalize_address): New function.
22837         (inv_can_prop_to_addr_use): Check validity of address expression
22838         which is canonicalized by above function.
22840 2016-03-02  Alan Modra  <amodra@gmail.com>
22842         PR ipa/69990
22843         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
22844         larger alignment.
22846 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
22848         PR target/70028
22849         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
22850         (*movhi_internal): Put mask moves from and to memory separately
22851         from moves from/to GPRs.
22853 2016-03-02  Richard Biener  <rguenther@suse.de>
22855         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
22856         GENERIC expressions in GIMPLE.
22858 2016-03-02  Richard Biener  <rguenther@suse.de>
22860         * config/i386/i386.c (type_natural_mode): Fix typo.
22862 2016-03-02  Nick Clifton  <nickc@redhat.com>
22864         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
22866 2016-03-02  Richard Biener  <rguenther@suse.de>
22867             Uros Bizjak  <ubizjak@gmail.com>
22869         PR target/67278
22870         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
22872 2016-03-02  Richard Biener  <rguenther@suse.de>
22874         PR middle-end/67278
22875         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
22877 2016-03-02  Marek Polacek  <polacek@redhat.com>
22879         PR c/67854
22880         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
22881         "is promoted to" warning.
22883 2016-03-01  DJ Delorie  <dj@redhat.com>
22885         * config.gcc: Deprecate mep-*.
22887 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
22889         PR middle-end/70025
22890         * lra-constraints.c (regno_val_use_in): New.
22891         (match_reload): Use it instead of regno_use_in.
22893 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
22895         PR rtl-optimization/70007
22896         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
22897         references present in REG_EQUAL notes attached to non-SET patterns.
22899 2016-03-01  Jeff Law  <law@redhat.com>
22901         PR tree-optimization/69196
22902         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
22903         Appropriately clamp the number of statements to copy when the
22904         thread path does not traverse a loop backedge.
22906         PR tree-optimization/69196
22907         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
22908         Do count some PHIs in the thread path against the insn count.  Decrease
22909         final statement count by one as the control statement in the last
22910         block will get removed.  Remove special cased code for handling PHIs
22911         in the last block.
22913 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
22915         PR target/70027
22916         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
22917         asm dialect alternatives to explicit GOTPCREL calls.
22919 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
22921         PR ada/70017
22922         * ira.c (do_reload): Issue warning for generic stack checking here...
22923         * reload1.c (reload): ...instead of here and streamline it.
22925 2016-03-01  Nick Clifton  <nickc@redhat.com>
22927         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
22929 2016-03-01  Richard Biener  <rguenther@suse.de>
22931         PR tree-optimization/69983
22932         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
22933         types and fall back to operand_equal_p.
22935 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22937         Revert
22938         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22940         * config/s390/constraints.md ("jm8"): New constraint.
22941         * config/s390/predicates.md ("const_int_8bitset_operand"): New
22942         predicate.
22943         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
22944         into ...
22945         ("*setmem_long<setmem_and>"): New pattern.
22946         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
22947         into ...
22948         ("*setmem_long_31z<setmem_and>"): New pattern.
22949         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
22950         New substitution rules with the required attributes.
22953 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22955         Revert
22956         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22958         * gensupport.c (process_substs_on_one_elem): Split loop to
22959         complete mark_operands_used_in_match_dup on all expressions in the
22960         vector first.
22961         (adjust_operands_numbers): Inline into process_substs_on_one_elem
22962         and remove function.
22964 2016-03-01  Richard Biener  <rguenther@suse.de>
22966         PR middle-end/70022
22967         * fold-const.c (fold_indirect_ref_1): Fix range checking for
22968         vector BIT_FIELD_REF extract.
22970 2016-03-01  Richard Biener  <rguenther@suse.de>
22972         PR tree-optimization/69994
22973         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
22975 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
22977         PR tree-optimization/69956
22978         * tree-vect-stmts.c (supportable_widening_operation): Support
22979         multi-step conversion of boolean vectors.
22980         (supportable_narrowing_operation): Likewise.
22982 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22984         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
22985         anymore.
22987 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22989         * config/s390/subst.md (DSI_VI): New mode iterator.
22990         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
22991         * config/s390/vector.md ("vec_set<mode>"): Move expander before
22992         the insn definition.
22993         ("*vec_set<mode>"): Change predicate and add alternative to
22994         support only either register or const_int operands as element
22995         selector.
22996         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
22997         operands.
22998         ("vec_extract<mode>"): New expander.
22999         ("*vec_extract<mode>"): New insn definition supporting reg and
23000         const_int element selectors.
23001         ("*vec_extract<mode>_plus"): New insn definition supporting
23002         reg+const_int element selectors.
23003         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
23004         following expander+insn definition.
23005         ("<vec_shifts_name><mode>3"): New expander.
23006         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
23008 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23010         * config/s390/s390.md ("*tabort_1"): Change predicate to
23011         nonmemory_operand.  Add a second alternative to cover
23012         register as well as const int operands.
23013         ("*tabort_1_plus"): New pattern definition.
23015 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23017         * config/s390/s390.md ("*ashrdi3_cc_31")
23018         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
23019         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
23020         Merge insn definitions into ...
23021         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
23022         New pattern definition.
23023         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
23024         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
23025         ("*ashr<mode>3_and"): Merge insn definitions into ...
23026         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
23027         New pattern definition.
23028         * config/s390/subst.md ("addr_style_op_cc_subst")
23029         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
23030         substitutions patterns plus attributes.
23031         Add ashiftrt to SUBST iterator.
23033 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23035         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
23036         op2 to nonmemory_operand.
23037         ("*<shift>di3_31", "*<shift>di3_31_and"):
23038         Merge into single pattern definition ...
23039         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
23040         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
23041         pattern definition ...
23042         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
23043         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
23044         iterator.
23046 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23048         * config/s390/predicates.md (const_int_6bitset_operand): New
23049         predicate.
23050         * config/s390/s390.md: Include subst.md.
23051         ("rotl<mode>3"): New expander.
23052         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
23053         ...
23054         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
23055         * config/s390/subst.md: New file.
23057 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23059         * config/s390/s390.md ("op_type", "atype", "length" attributes):
23060         Remove RRR type.  It doesn't really exist.
23061         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
23062         attributes.
23063         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
23064         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
23065         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
23066         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
23067         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
23068         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
23069         `enabled' attribute.
23071 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23073         * gensupport.c (process_substs_on_one_elem): Split loop to
23074         complete mark_operands_used_in_match_dup on all expressions in the
23075         vector first.
23076         (adjust_operands_numbers): Inline into process_substs_on_one_elem
23077         and remove function.
23079 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
23081         PR target/69706
23082         * config/sparc/sparc.c (NWORDS_UP): Rename to...
23083         (CEIL_NWORDS): ...this.  Use CEIL macro.
23084         (compute_fp_layout): Adjust to above renaming.
23085         (function_arg_union_value): Likewise.
23086         (sparc_arg_partial_bytes): Likewise.
23087         (sparc_function_arg_advance): Likewise.
23089 2016-02-29  Jeff Law  <law@redhat.com>
23091         PR tree-optimization/70005
23092         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
23093         where an object with a boolean range is compared against a value
23094         outside [0..1].
23096         PR tree-optimization/69999
23097         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
23098         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
23099         loop cleanups.
23101 2016-02-29  Richard Biener  <rguenther@suse.de>
23103         PR tree-optimization/69994
23104         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
23105         (get_unary_op): Look through nop conversions.
23106         (ops_equal_values_p): New function, look for equality diregarding
23107         nop conversions.
23108         (eliminate_plus_minus_pair): Use ops_equal_values_p
23109         (repropagate_negates): Do not use get_unary_op here.
23111 2016-02-29  Martin Liska  <mliska@suse.cz>
23113         * system.h: Poison ENABLE_CHECKING macro.
23115 2016-02-29  Martin Liska  <mliska@suse.cz>
23117         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
23118         is presented in dump flags.
23119         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
23120         (hsa_regalloc): Likewise.
23122 2016-02-19  Richard Biener  <rguenther@suse.de>
23124         PR tree-optimization/69980
23125         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
23126         permutation of those we need to keep.
23128 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
23130         PR target/69706
23131         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
23132         (NWORDS_UP): ...this
23133         (init_cumulative_args): Minor tweaks.
23134         (sparc_promote_function_mode): Likewise.
23135         (scan_record_type): Delete.
23136         (traverse_record_type): New function template.
23137         (classify_data_t): New structure type.
23138         (classify_registers): New inline function.
23139         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
23140         exhausted.  Instantiate traverse_record_type on classify_registers and
23141         deal with the case of a structure passed in slot #15 with no FP field
23142         in the first word.
23143         (assign_data_t): New structure type.
23144         (compute_int_layout): New static function.
23145         (compute_fp_layout): Likewise.
23146         (count_registers): New inline function.
23147         (assign_int_registers): New static function.
23148         (assign_fp_registers): Likewise.
23149         (assign_registers): New inline function.
23150         (function_arg_record_value_1): Delete.
23151         (function_arg_record_value_2): Likewise.
23152         (function_arg_record_value_3): Likewise.
23153         (function_arg_record_value): Adjust to above changes.  Instantiate
23154         traverse_record_type on count_registers to first count the number of
23155         registers to be used and then on assign_registers to assign them.
23156         (function_arg_union_value): Adjust to above renaming.
23157         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
23158         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
23159         case of a structure passed in slot #15
23160         (sparc_function_arg_advance): Likewise.
23161         (function_arg_padding): Minor tweak.
23163 2016-02-29  Richard Biener  <rguenther@suse.de>
23165         PR tree-optimization/69720
23166         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
23167         the adjustment_def path for possibly vectorized defs.
23168         (vect_create_epilog_for_reduction): Handle vectorized initial
23169         defs properly.
23171 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
23173         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
23175 2016-02-27  Jeff Law  <law@redhat.com>
23177         Revert
23178         2016-02-26  Richard Biener  <rguenther@suse.de>
23179                     Jeff Law  <law@redhat.com>
23181         PR tree-optimization/69740
23182         * cfghooks.c (remove_edge): Request loop fixups if we delete
23183         an edge that might turn an irreducible loop into a natural
23184         loop.
23186 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
23188         PR rtl-optimization/69896
23189         * tree-vect-generic.c (get_compute_type): Avoid single element
23190         vector types.
23192 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
23194         Rename the AArch64 tuning option and related functions to enable the
23195         Newton series for the reciprocal square root to reflect its
23196         approximative characteristic.
23198         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
23199         function to "aarch64_emit_approx_rsqrt".
23200         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
23201         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
23202         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
23203         (xgene1_tunings): Likewise.
23204         (use_rsqrt_p): Likewise.
23205         (aarch64_emit_swrsqrt): Use new function name.
23206         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
23207         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
23208         text explaining this option.
23209         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
23211 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
23213         PR target/69969
23214         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
23215         complain about -mallow-movmisalign without -mvsx if
23216         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
23218 2016-02-26  Joel Sherrill  <joel@rtems.org>
23220         * config.gcc: Add x86_64-*-rtems*.
23221         * config/i386/rtems-64.h: New file.
23223 2016-02-26  Joel Sherrill  <joel@rtems.org>
23225         * config.gcc: Add aarch64-*-rtems*.
23226         * config/aarch64/rtems.h: New file.
23228 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
23230         PR target/69946
23231         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
23232         shift amount using %h.  Add comment.
23234 2016-02-26  Richard Biener  <rguenther@suse.de>
23235             Jeff Law  <law@redhat.com>
23237         PR tree-optimization/69740
23238         * cfghooks.c (remove_edge): Request loop fixups if we delete
23239         an edge that might turn an irreducible loop into a natural
23240         loop.
23242 2016-02-26  Martin Jambor  <mjambor@suse.cz>
23244         PR middle-end/69920
23245         * tree-sra.c (sra_modify_assign): Do not remove loads of
23246         uninitialized aggregates to SSA_NAMEs.
23248 2016-02-26  Richard Henderson  <rth@redhat.com>
23250         PR target/69709
23251         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
23252         pseudo in case the target rtx matches the source of the left
23253         shift.
23255 2016-02-26  Martin Jambor  <mjambor@suse.cz>
23257         PR hsa/69568
23258         * hsa.h (hsa_type_packed_p): Declare.
23259         * hsa.c (hsa_type_packed_p): New function.
23260         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
23261         loads.
23262         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
23263         * hsa-brig.c (emit_basic_insn): Likewise.
23265 2016-02-26  Martin Jambor  <mjambor@suse.cz>
23267         pr hsa/69674
23268         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
23269         pointers.
23270         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
23272 2016-02-26  Martin Jambor  <mjambor@suse.cz>
23274         * hsa.h (is_a_helper): New overload for hsa_op_immed for
23275         hsa_op_with_type operands.
23276         (hsa_unsigned_type_for_type): Declare.
23277         * hsa.c (hsa_unsigned_type_for_type): New function.
23278         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
23279         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
23280         the finalizer.  Do not emit extra move.
23282 2016-02-26  Martin Jambor  <mjambor@suse.cz>
23284         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
23285         atomic operations in private segment.
23287 2016-02-26  Martin Jambor  <mjambor@suse.cz>
23289         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
23290         statements to wi->info.  Also disallow omp simd constructs.
23291         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
23292         for not gridifying.  Dump special string for omp_for.
23294 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23296         PR target/69245
23297         * config/aarch64/aarch64.c (aarch64_set_current_function):
23298         Save/restore target globals when switching to
23299         target_option_default_node.
23301 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23303         PR target/69613
23304         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
23305         Return 0 if !SHIFT_COUNT_TRUNCATED.
23307 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
23308             Eric Botcazou  <ebotcazou@adacore.com>
23310         PR rtl-optimization/69891
23311         * dse.c (scan_insn): If we can't figure out memset arguments
23312         or they are non-constant, call clear_rhs_from_active_local_stores.
23314 2016-02-26  Martin Liska  <mliska@suse.cz>
23316         * doc/extend.texi: Mention clog10, clog10f an clog10l
23317         in Builtins section.
23319 2016-02-26  Martin Liska  <mliska@suse.cz>
23321         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
23322         CHECKING_P.
23323         (resolve_args_picking_1): Likewise.
23324         * dwarf2out.h (struct GTY): Likewise.
23326 2016-02-26  Martin Liska  <mliska@suse.cz>
23328         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
23329         with flag_checking.
23330         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
23332 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23333             Martin Liska  <mliska@suse.cz>
23335         * doc/install.texi: Mention --enable-valgrind-annotations.
23337 2016-02-26  Richard Biener  <rguenther@suse.de>
23339         PR tree-optimization/69551
23340         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
23341         looking through aliases adjust DECL_PT_UID to refer to the
23342         ultimate alias target.
23344 2016-02-25  Martin Liska  <mliska@suse.cz>
23346         PR middle-end/69919
23347         * alloc-pool.c (after_memory_report): New variable.
23348         * alloc-pool.h (base_pool_allocator ::release): Do not use
23349         the infrastructure if after_memory_report.
23350         * toplev.c (toplev::main): Mark after memory report.
23352 2016-02-25  Richard Biener  <rguenther@suse.de>
23354         PR tree-optimization/48795
23355         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
23357 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
23359         PR driver/68463
23360         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
23361         offloading is enabled and -fopenacc or -fopenmp is specified.
23362         (CRTOFFLOADEND): Likewise.
23363         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
23364         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
23365         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
23366         (offload_objects_file_name): New static var.
23367         (tool_cleanup): Remove offload_objects_file_name file.
23368         (find_offloadbeginend): Replace with ...
23369         (find_crtoffloadtable): ... this.
23370         (run_gcc): Remove offload_argc and offload_argv.
23371         Get offload_objects_file_name from -foffload-objects=... option.
23372         Read names of object files with offload from this file, pass them to
23373         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
23374         don't pass offloadbegin and offloadend to the linker.  Don't pass
23375         offload non-LTO files to the linker, because now they're not claimed.
23377 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
23379         PR ipa/69630
23380         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
23381         on builtin_unreachable.
23383 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
23385         PR rtl-optimization/69896
23386         * regcprop.c: Include cfgrtl.h.
23387         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
23388         than remembered mode, either delete it (if noop_move_p), or
23389         treat like copy_p but not noop_p instruction.
23391 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
23393         PR debug/69705
23394         * dwarf2out.c (gen_variable_die): Work around buggy LTO
23395         - allow NULL decl for Fortran DW_TAG_common_block variables.
23397 2016-02-24  Jason Merrill  <jason@redhat.com>
23399         * common.opt (flifetime-dse): Add -flifetime-dse=1.
23401 2016-02-24  Richard Biener  <rguenther@suse.de>
23402             Jakub Jelinek  <jakub@redhat.com>
23404         PR middle-end/69760
23405         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
23406         conditionally executed ops to well-defined overflow behavior.
23408 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
23410         PR middle-end/69915
23411         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
23412         elements.
23414 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23416         PR rtl-optimization/69886
23417         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
23418         argument.  Use it when checking validity of set instructions.
23419         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
23420         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
23421         callsite.
23422         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
23423         * store-motion.c (find_moveable_store): Update
23424         can_assign_to_reg_without_clobbers_p callsite.
23426 2016-02-24  Richard Biener  <rguenther@suse.de>
23428         PR middle-end/68963
23429         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
23430         bogus check.
23431         (record_nonwrapping_iv): Do not fall back to the low/high bound
23432         for non-constant IV bases if the stmt is not always executed.
23434 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23436         * config/arm/arm-cores.def (cortex-a32): New entry.
23437         * config/arm/arm-tables.opt: Regenerate.
23438         * config/arm/arm-tune.md: Regenerate.
23439         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
23440         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
23441         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
23442         for -mcpu and -mtune.
23444 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23446         PR target/69875
23447         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
23448         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
23449         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
23450         (atomic_loaddi_1): Delete.
23451         (atomic_loaddi): Rewrite expander using the above changes.
23453 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
23455         PR c/69918
23456         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
23457         2 to 3.
23459 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
23460             Richard Biener  <rguenth@suse.de>
23462         PR middle-end/69909
23463         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
23464         set_mem_attributes if tem is SSA_NAME which got expanded
23465         as a MEM.
23467 2016-02-24  Richard Biener  <rguenther@suse.de>
23469         PR tree-optimization/69907
23470         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
23471         end of permutations for BB vectorization.
23473 2016-02-24  Christian Bruel  <christian.bruel@st.com>
23475         * config/arm/arm-c.c (arm_option_override): Initialize
23476         target_option_current_node.
23477         * config/arm/arm.c (arm_pragma_target_parse): Replace
23478         build_target_option_node call by target_option_current_node.
23479         Set target_option_current_node.
23480         Fix comments.
23482 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
23484         PR target/69810
23485         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
23486         define_insn_and_split to define_insn.
23487         (zero_extendqi<mode>2_dot2): Same.
23488         (extendqi<mode>2_dot): Same.
23489         (extendqi<mode>2_dot2): Same.
23491 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
23493         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
23494         and add bypass for AES{D,E} and AESMC pairs.
23495         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
23496         and AESMC pairs.
23498 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
23500         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
23501         series for reciprocal square root in Exynos M1.
23503 2016-02-23  Martin Sebor  <msebor@redhat.com>
23505         PR c/69759
23506         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
23507         __builtin_alloca_with_align.
23509 2016-02-23  Richard Henderson  <rth@redhat.com>
23511         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
23512         (ix86_register_pragmas): Remove __seg_tls.
23513         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
23514         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
23515         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
23516         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
23517         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
23518         * doc/extend.texi (__seg_tls): Remove item.
23520 2016-02-23  Richard Biener  <rguenther@suse.de>
23522         * alloc-pool.h (struct allocation_object): Make id member
23523         conditional on CHECKING_P again.
23524         (get_instance): Adjust.
23525         (base_pool_allocator): Likewise.
23527 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
23529         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
23530         (parallelize_loops): In OpenACC kernels mode, set n_threads to
23531         zero.
23532         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
23533         flag_openacc.
23534         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
23536 2016-02-23  Richard Biener  <rguenther@suse.de>
23538         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
23539         * bitmap.h (struct bitmap_usage): Likewise.
23540         (bitmap_move): Declare.
23541         * bitmap.c (register_overhead): Take size_t argument.
23542         (bitmap_move): New function.
23543         * df-problems.c (df_rd_transfer_function): Use bitmap_move
23544         to properly account overhead.
23545         * tree.c (free_node): Use tree_size.
23547 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
23549         PR c++/69902
23550         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
23551         when inverting comparison.
23553         PR c/69900
23554         * common.opt (Wunreachable-code): Add Warning flag.
23556 2016-02-23  Mark Wielaard  <mjw@redhat.com>
23557             Jakub Jelinek  <jakub@redhat.com>
23559         PR c/69911
23560         * cgraphunit.c (check_global_declaration): Check main_input_filename
23561         and DECL_SOURCE_FILE are not NULL.
23563 2016-02-23  Martin Jambor  <mjambor@suse.cz>
23565         PR tree-optimization/69666
23566         * tree-sra.c (sra_modify_assign): Do not attempt to create
23567         default_def replacements for unscalarizable regions.
23569 2016-02-20  Mark Wielaard  <mjw@redhat.com>
23571         PR c/28901
23572         * cgraphunit.c (check_global_declaration): Check level of
23573         warn_unused_const_variable and main_input_filename.
23574         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
23575         (-Wunused-variable): For C implies -Wunused-const-variable=1.
23576         (-Wunused-const-variable): Explain levels 1 and 2.
23578 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
23580         PR target/69888
23581         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
23582         identical arguments.  Formatting and spelling fixes.
23584         PR target/69885
23585         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
23586         be specified.
23588         PR target/69894
23589         PR target/69895
23590         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
23591         and m68k-devices.def.
23592         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
23593         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
23595 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
23597         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
23598         and HImode registers.
23600 2016-02-22  Richard Biener  <rguenther@suse.de>
23602         PR tree-optimization/69882
23603         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
23604         preserve permutations present because of gaps.
23605         (vect_supported_load_permutation_p): Always continue checking
23606         permutations after vect_attempt_slp_rearrange_stmts.
23608 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
23610         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
23611         min_profitable_estimate, rather than min_profitable_iters.
23613 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
23615         PR target/69885
23616         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
23617         SImode for last match_operand.
23619 2016-02-22  Martin Liska  <mliska@suse.cz>
23621         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
23622         return bitsize - 1 as the return value.
23624 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
23626         PR target/69806
23627         PR target/54089
23628         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
23629         Handle negative shift counts.
23630         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
23631         force_reg on the shift constant.
23632         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
23633         (lshrsi3_d): Handle negative shift counts.
23635 2016-02-22  Richard Biener  <rguenther@suse.de>
23636             Tom de Vries  <tom@codesourcery.com>
23638         * graph.c: Include dumpfile.h.
23639         (print_graph_cfg): Split into three overloads.
23640         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
23642 2016-02-22  Tom de Vries  <tom@codesourcery.com>
23644         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
23645         dump-fn.
23647 2016-02-22  Richard Biener  <rguenther@suse.de>
23649         PR ipa/37448
23650         * ipa-inline-transform.c (inline_call): When not updating
23651         overall summaries adjust self size by the growth estimate.
23652         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
23653         hash-set, do not update overall summaries here.  Renamed from ...
23654         (inline_to_all_callers): ... this which is now wrapping the
23655         above and performing delayed overall summary update.
23656         (early_inline_small_functions): Delay updating of the overall
23657         summary.
23659 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
23661         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
23662         variable.
23664 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
23666         PR driver/69805
23667         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
23668         :%* in %:gt() argument.
23669         (greater_than_spec_func): Adjust for expecting only numbers,
23670         if there are more than two numbers, compare the last two.
23672 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
23674         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
23675         -Wnarrowing with -std.
23677 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
23679         PR c++/69851
23680         * expr.c (store_field): Don't use bit-field path if exp is
23681         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
23682         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
23683         and the assignment can be performed by bitwise copy.  Formatting
23684         fix.
23686         PR middle-end/69838
23687         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
23688         call copy_reg_eh_region_note_forward on before and/or after sequences
23689         and remove note from insn if it no longer can throw.
23691         PR target/69820
23692         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
23693         if TARGET_AVX512BW.
23695 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23697         * config/s390/vector.md: Add missing commutative operand markers
23698         to the patterns which qualify for one.
23699         * config/s390/vx-builtins.md: Likewise.
23701 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23703         * config/s390/vector.md (VI, VI_QHS): Add single element vector
23704         types to mode iterators.
23705         (vec_double): ... and mode attribute.
23706         * config/s390/vx-builtins.md (non_vec_int): Likewise.
23708 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23710         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
23711         Change the predicate of op2 from nonimmediate to general and let
23712         reload fix it if necessary.
23714 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23716         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
23718 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23720         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
23721         mode.
23723 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23725         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
23726         * config/s390/s390.c (s390_expand_vec_movstr): New function.
23727         * config/s390/s390.md ("movstr<P:mode>"): Call
23728         s390_expand_vec_movstr.
23730 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23732         * config/s390/s390.md: Add missing output modifier for operand 1
23733         to print it as address properly.
23735 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23737         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
23738         * config/s390/2964.md: New file.
23739         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
23740         of insn grouping attributes depending on the CPU level.
23741         (s390_get_unit_mask): New function.
23742         (s390_sched_score): Remove the OOO from the scheduling macros.
23743         Add loop to calculate a score for the instruction mix.
23744         (s390_sched_reorder): Likewise plus improve debug output.
23745         (s390_sched_variable_issue): Rename macros as above.  Calculate
23746         the unit distances after actually scheduling an insn.  Improve
23747         debug output.
23748         (s390_sched_init): Clear last_scheduled_unit_distance array.
23749         * config/s390/s390.md: Include 2964.md.
23751 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
23753         PR target/69671
23754         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
23755         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
23756         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
23757         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
23758         *avx512f_<code>v8div16qi2_mask_1): New insns.
23760 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
23762         PR target/68404
23763         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
23764         2016-02-09 change.
23766         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
23767         earlyclobber from target.  Use wF constraint for fused memory
23768         address.
23769         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
23771 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
23772             Martin Liska  <mliska@suse.cz>
23774         PR sanitizer/69863
23775         * cfgexpand.c (asan_sanitize_stack_p): New function.
23776         (partition_stack_vars): Use the function.
23777         (expand_stack_vars): Likewise.
23778         (defer_stack_allocation): Likewise.
23779         (expand_used_vars): Likewise.
23781 2016-02-18  Richard Biener  <rguenther@suse.de>
23783         PR middle-end/69553
23784         * fold-const.c (operand_equal_p): Properly compare offsets for
23785         IMAGPART_EXPR and ARRAY_REF.
23787 2016-02-18  Nick Clifton  <nickc@redhat.com>
23789         PR target/62254
23790         PR target/69610
23791         * config/arm/arm.c (arm_option_override_internal): Disable
23792         interworking if the target does not support thumb instructions.
23793         (arm_reload_in_hi): Handle the case where a register to register
23794         move needs reloading because there is no simple pattern to handle
23795         it.
23796         (arm_reload_out_hi): Likewise.
23798 2016-02-18  Richard Biener  <rguenther@suse.de>
23800         PR middle-end/69854
23801         * match.pd: Don't use fold_binary or fold_unary for folding
23802         constants.
23804 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
23806         PR c++/69850
23807         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
23808         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
23809         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
23810         warn on gimple_no_warning_p statements.
23812 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
23814         * doc/extend.texi (C++ Attributes): Correct description of
23815         warn_unused type attribute.
23817 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23819         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
23820         correct instruction.
23822 2016-02-17  Richard Biener  <rguenther@suse.de>
23824         PR rtl-optimization/69609
23825         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
23826         (find_traces_1_round): When ending a trace update cached priority
23827         of successors.
23828         (bb_to_key): Use cached priority when available.
23829         (copy_bb): Initialize cached priority.
23830         (reorder_basic_blocks_software_trace_cache): Likewise.
23832 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23834         PR target/69161
23835         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
23836         New predicate.
23837         (aarch64_comparison_operator): Break overly long line into two.
23838         (aarch64_comparison_operation): Likewise.
23839         * config/aarch64/aarch64.md (cstorecc4): Use
23840         aarch64_comparison_operator_mode instead of
23841         aarch64_comparison_operator.
23842         (cstore<mode>4): Likewise.
23843         (aarch64_cstore<mode>): Likewise.
23844         (*cstoresi_insn_uxtw): Likewise.
23845         (cstore<mode>_neg): Likewise.
23846         (*cstoresi_neg_uxtw): Likewise.
23848 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23850         PR target/69161
23851         * config/arm/predicates.md (arm_comparison_operator_mode):
23852         New predicate.
23853         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
23854         instead of arm_comparison_operator.
23855         (*mov_negscc): Likewise.
23856         (*mov_notscc): Likewise.
23857         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
23858         (*thumb2_mov_negscc): Likewise.
23859         (*thumb2_mov_negscc_strict_it): Likewise.
23860         (*thumb2_mov_notscc): Likewise.
23861         (*thumb2_mov_notscc_strict_it): Likewise.
23863 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
23865         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
23866         Add missing return.
23868 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
23870         * config/visium/visium.c (machine_libfunc_index): New enum.
23871         (machine_libfuncs): New structure.
23872         (visium_libfuncs): New static variable.
23873         (TARGET_INIT_LIBFUNCS): Define to...
23874         (visium_init_libfuncs): ...this.  New function.
23875         (expand_block_move_4): Use the appropriate libfunc.
23876         (expand_block_move_2): Likewise.
23877         (expand_block_move_1): Likewise.
23878         (expand_block_set_4): Likewise.
23879         (expand_block_set_2): Likewise.
23880         (expand_block_set_1): Likewise.
23881         (visium_trampoline_init): Likewise.
23883 2016-02-17  Nick Clifton  <nickc@redhat.com>
23885         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
23886         TI's devices.csv file as of March 2016.
23888 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
23890         PR Target/48344
23891         * opts-global.c (handle_common_deferred_options): Introduce and
23892         initialize two global variables to remember command-line options
23893         specifying a stack-limiting register.
23894         * opts.h: Add extern declarations of the two new global variables.
23895         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
23896         variable based on the values of the two new global variables.
23898 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
23900         PR c/69835
23901         * common.opt (Wnonnull-compare): New warning.
23902         * doc/invoke.texi (-Wnonnull): Remove text about comparison
23903         of arguments against NULL.
23904         (-Wnonnull-compare): Document.
23905         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
23906         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
23907         * passes.def (pass_warn_nonnull_compare): Add.
23908         * gimple-ssa-nonnull-compare.c: New file.
23910 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
23912         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
23913         AARCH64_EXTRA_TUNE_RECIP_SQRT.
23915 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
23917         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
23918         reciprocal sqrt for -mlow-precision-recip-sqrt.
23920 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
23921             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23923         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
23924         always use lane loads to construct non-constant vectors.
23926 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
23928         * config/aarch64/aarch64.md
23929         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
23930         constraints for operand 3.
23931         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
23933 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
23934             Richard Biener  <rguenther@suse.de>
23936         PR tree-optimization/69820
23937         * tree-vect-patterns.c (type_conversion_p): Return false if
23938         *orig_type is unsigned single precision or boolean.
23939         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
23940         Formatting fix.
23942 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
23944         PR rtl-optimization/69764
23945         PR rtl-optimization/69771
23946         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
23947         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
23949 2016-02-16  Richard Biener  <rguenther@suse.de>
23951         PR tree-optimization/69776
23952         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
23953         sets from caller.
23954         (indirect_refs_may_alias_p): Likewise.
23955         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
23956         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
23957         according to tbaa_p.
23958         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
23959         (optimize_stmt): For redundant store discovery do not allow tbaa.
23961 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
23963         PR tree-optimization/69714
23964         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
23965         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
23967 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
23969         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
23970         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
23971         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
23972         * config/arc/arc.c (arc_init): Check FPU options.
23973         (get_arc_condition_code): Handle new CC_FPU* modes.
23974         (arc_select_cc_mode): Likewise.
23975         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
23976         register pair only. Allow access for ARCv2 accumulator.
23977         (gen_compare_reg): Whenever we have FPU support use FPU compare
23978         instructions.
23979         (arc_reorg): Don't generate brcc insns when FPU compare
23980         instructions are involved.
23981         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
23982         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
23983         floating point emulation.
23984         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
23985         (REVERSE_CONDITION): Add new CC_FPU* modes.
23986         (TARGET_FP_SP_BASE): Define.
23987         (TARGET_FP_DP_BASE): Likewise.
23988         (TARGET_FP_SP_FUSED): Likewise.
23989         (TARGET_FP_DP_FUSED): Likewise.
23990         (TARGET_FP_SP_CONV): Likewise.
23991         (TARGET_FP_DP_CONV): Likewise.
23992         (TARGET_FP_SP_SQRT): Likewise.
23993         (TARGET_FP_DP_SQRT): Likewise.
23994         (TARGET_FP_DP_AX): Likewise.
23995         * config/arc/arc.md (ARCV2_ACC): New constant.
23996         (type): New fpu type attribute.
23997         (SDF): Conditional iterator.
23998         (cstore<mode>, cbranch<mode>): Change expand condition.
23999         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
24000         handles FPU/FPX cases as well.
24001         * config/arc/arc.opt (mfpu): New option.
24002         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
24003         Renamed.
24004         (adddf3, muldf3, subdf3): Removed.
24005         * config/arc/predicates.md (proper_comparison_operator): Recognize
24006         CC_FPU* modes.
24007         * config/arc/fpu.md: New file.
24008         * doc/invoke.texi (ARC Options): Document mfpu option.
24010 2016-02-16  Richard Biener  <rguenther@suse.de>
24012         PR rtl-optimization/69291
24013         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
24014         noce_operand_ok check.
24016 2016-02-16  Tom de Vries  <tom@codesourcery.com>
24018         PR lto/67709
24019         * omp-low.c (simd_clone_create): Remove call to
24020         symtab->call_cgraph_insertion_hooks.
24022 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
24024         PR tree-optimization/69802
24025         * tree-ssa-reassoc.c (update_range_test): If op is
24026         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
24027         op == 1 test of precision 1 integral op, otherwise handle
24028         that case as op itself.  Fix up formatting.
24029         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
24030         up formatting.
24032 2016-02-16  Richard Biener  <rguenther@suse.de>
24034         PR tree-optimization/69586
24035         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
24036         types for conversion sources.
24038 2016-02-16  Richard Biener  <rguenther@suse.de>
24040         PR middle-end/69801
24041         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
24042         mask OEP_ADDRESS_OF.
24044 2016-02-16  Alan Modra  <amodra@gmail.com>
24046         PR target/68973
24047         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
24048         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
24049         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
24050         (p8_mtvsrwz): New.
24051         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
24052         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
24053         (p8_fmrgow_<mode>): Likewise.
24054         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
24055         changes.
24056         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
24057         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
24058         to use movdi_internal64.  Remove op0_di.
24059         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
24061 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
24063         Add support for the FCCMP insn types
24065         * config/aarch64/aarch64.md (fccmp): Change insn type.
24066         (fccmpe): Likewise.
24067         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
24068         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
24069         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
24070         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
24071         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
24072         * config/arm/types.md (fccmps): Add new insn type.
24073         (fccmpd): Likewise.
24075 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
24077         * alias.c (get_alias_set): Fix a typo in comment.
24079 2016-02-15  Richard Biener  <rguenther@suse.de>
24081         PR tree-optimization/69595
24082         * match.pd: Complete range test simplification to true.
24084 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
24086         PR rtl-optimization/69648
24087         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
24088         pic_offset_table_rtx.
24090         PR rtl-optimization/69752
24091         * ira.c (update_equiv_regs): When looking for more than a single SET,
24092         also take other side effects into account.
24094 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
24096         * config/s390/s390.c (s390_function_profiler): Add a new sequence
24097         for z900+ CPUs in 31-bit mode.
24099 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
24101         * common/config/s390/s390-common.c (s390_supports_split_stack):
24102         New function.
24103         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
24104         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
24105         * config/s390/s390.c (struct machine_function): New field
24106         split_stack_varargs_pointer.
24107         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
24108         in s390_emit_prologue.
24109         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
24110         vararg pointer.
24111         (morestack_ref): New global.
24112         (SPLIT_STACK_AVAILABLE): New macro.
24113         (s390_expand_split_stack_prologue): New function.
24114         (s390_live_on_entry): New function.
24115         (s390_va_start): Use split-stack vararg pointer if appropriate.
24116         (s390_asm_file_end): Emit the split-stack note sections.
24117         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
24118         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
24119         (UNSPECV_SPLIT_STACK_CALL): New unspec.
24120         (UNSPECV_SPLIT_STACK_DATA): New unspec.
24121         (split_stack_prologue): New expand.
24122         (split_stack_space_check): New expand.
24123         (split_stack_data): New insn.
24124         (split_stack_call): New expand.
24125         (split_stack_call_*): New insn.
24126         (split_stack_cond_call): New expand.
24127         (split_stack_cond_call_*): New insn.
24129 2016-02-15  Richard Biener  <rguenther@suse.de>
24131         PR tree-optimization/69783
24132         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
24133         Add trivially correct cases.
24135 2016-02-15  Tom de Vries  <tom@codesourcery.com>
24137         PR lto/69655
24138         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
24139         do_force_output.
24140         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
24142 2016-02-15  Richard Biener  <rguenther@suse.de>
24144         PR tree-optimization/69776
24145         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
24146         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
24147         indicate whether we can use TBAA to disambiguate against stores.
24148         Use alias-set zero if not.
24149         (visit_reference_op_store): Do not use TBAA when looking up
24150         redundant stores.
24151         * tree-ssa-pre.c (compute_avail): Use TBAA here.
24152         (eliminate_dom_walker::before_dom_children): But not when looking
24153         up redundant stores.
24155 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
24157         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
24159 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
24161         *  config/i386/znver1.md
24162         (znver1_pop, znver1_pop_mem,
24163         znver1_load_imov_double_store,
24164         znver1_load_imov_direct_store,
24165         znver1_load_imov_direct_load,
24166         znver1_load_imov_double_load): Add new.
24167         (znver1_insn, znver1_insn_load): Add icmov type.
24168         (znver1_sseavx_fma,
24169         znver1_sseavx_fma_load,
24170         znver1_avx256_fma,
24171         znver1_avx256_fma_load): Fix pipe usage.
24173 2016-02-14  Alan Modra  <amodra@gmail.com>
24175         PR target/68973
24176         * reload.c (find_reloads_address_1): For pre/post-inc/dec
24177         with an invalid hard reg, reload just the reg not the entire
24178         pre/post-inc/dec address expression.
24180 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
24182         PR target/67260
24183         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
24184         fixed R1_REG scratch reg.
24185         (sibcall_value_pcrel_fdpic): Likewise.
24187 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
24189         PR target/67636
24190         PR target/64345
24191         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
24193 2016-02-12  Walter Lee  <walt@tilera.com>
24195         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
24196         * config/tilegx/t-tilegx: Likewise.
24198 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
24200         PR other/69554
24201         * diagnostic-show-locus.c (struct line_span): New struct.
24202         (layout::get_first_line): Delete.
24203         (layout::get_last_line): Delete.
24204         (layout::get_num_line_spans): New member function.
24205         (layout::get_line_span): Likewise.
24206         (layout::print_heading_for_line_span_index_p): Likewise.
24207         (layout::get_expanded_location): Likewise.
24208         (layout::calculate_line_spans): Likewise.
24209         (layout::m_first_line): Delete.
24210         (layout::m_last_line): Delete.
24211         (layout::m_line_spans): New field.
24212         (layout::layout): Update comment.  Replace m_first_line and
24213         m_last_line with m_line_spans, replacing their initialization
24214         with a call to calculate_line_spans.
24215         (diagnostic_show_locus): When printing source lines and
24216         annotations, rather than looping over a single span
24217         of lines, instead loop over each line_span within
24218         the layout, with an inner loop over the lines within them.
24219         Call the context's start_span callback when changing line spans.
24220         * diagnostic.c (diagnostic_initialize): Initialize start_span.
24221         (diagnostic_build_prefix): Break out the building of the location
24222         part of the string into...
24223         (diagnostic_get_location_text): ...this new function, rewriting
24224         it from nested ternary expressions to a sequence of "if"
24225         statements.
24226         (default_diagnostic_start_span_fn): New function.
24227         * diagnostic.h (diagnostic_start_span_fn): New typedef.
24228         (diagnostic_context::start_span): New field.
24229         (default_diagnostic_start_span_fn): New prototype.
24231 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
24233         PR driver/69779
24234         * gcc.c (driver::finalize): Fix cleanup of "specs".
24236 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
24238         PR driver/69265
24239         PR driver/69453
24240         * gcc.c (driver::driver): Initialize m_option_suggestions.
24241         (driver::~driver): Clean up m_option_suggestions.
24242         (suggest_option): Convert to...
24243         (driver::suggest_option): ...this, and split out into
24244         driver::build_option_suggestions and find_closest_string.
24245         (driver::build_option_suggestions): New function, from
24246         first half of suggest_option.  Special-case
24247         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
24248         the sanitizer_opts array.  For options of enum types, add the
24249         various enum values to the candidate strings.
24250         (driver::handle_unrecognized_options): Remove "const".
24251         * gcc.h (driver::handle_unrecognized_options): Likewise.
24252         (driver::build_option_suggestions): New decl.
24253         (driver::suggest_option): New decl.
24254         (driver::m_option_suggestions): New field.
24255         * opts-common.c (add_misspelling_candidates): New function.
24256         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
24257         and make non-static.
24258         * opts.h (sanitizer_opts): New array decl.
24259         (add_misspelling_candidates): New function decl.
24260         * spellcheck.c (find_closest_string): New function.
24261         * spellcheck.h (find_closest_string): New function decl.
24263 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
24265         PR rtl-optimization/69764
24266         PR rtl-optimization/69771
24267         * optabs.c (expand_binop_directly): For shift_optab_p, force
24268         convert_modes with VOIDmode if xop1 has VOIDmode.
24270 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
24272         PR target/69729
24273         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
24274         to correctly determine instrumentation thunks.
24276 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
24278         PR ipa/69241
24279         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
24280         type by reference, force lhs on the call.
24282         PR ipa/68672
24283         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
24284         Compute retval and retbnd early in all cases if split_part_return_p
24285         and return_bb is not EXIT.  Remove all clobber stmts and reset
24286         all debug stmts that refer to SSA_NAMEs defined in split part,
24287         except if it is retval, in that case replace the old retval with the
24288         lhs of the call to the split part.
24290 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
24292         revert:
24293         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
24295         PR middle-end/66726
24296         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
24297         whose result is used in PHI.
24298         (maybe_optimize_range_tests): Likewise.
24299         (final_range_test_p): Likweise.
24301 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
24303         PR middle-end/66726
24304         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
24305         whose result is used in PHI.
24306         (maybe_optimize_range_tests): Likewise.
24307         (final_range_test_p): Likweise.
24309 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
24311         * cgraph.c: Spelling fixes - behaviour -> behavior and
24312         neighbour -> neighbor.
24313         * target.def: Likewise.
24314         * sel-sched.c: Likewise.
24315         * config/mips/mips.c: Likewise.
24316         * config/arc/arc.md: Likewise.
24317         * config/arm/cortex-a57.md: Likewise.
24318         * config/arm/arm.c: Likewise.
24319         * config/arm/neon.md: Likewise.
24320         * config/arm/arm-c.c: Likewise.
24321         * config/vms/vms-c.c: Likewise.
24322         * config/s390/s390.c: Likewise.
24323         * config/i386/znver1.md: Likewise.
24324         * config/i386/i386.c: Likewise.
24325         * config/ia64/hpux-unix2003.h: Likewise.
24326         * config/msp430/msp430.md: Likewise.
24327         * config/rx/rx.c: Likewise.
24328         * config/rx/rx.md: Likewise.
24329         * config/aarch64/aarch64-simd.md: Likewise.
24330         * config/aarch64/aarch64.c: Likewise.
24331         * config/nvptx/nvptx.c: Likewise.
24332         * config/bfin/bfin.c: Likewise.
24333         * config/cris/cris.opt: Likewise.
24334         * config/rs6000/rs6000.c: Likewise.
24335         * target.h: Likewise.
24336         * spellcheck.c: Likewise.
24337         * ira-build.c: Likewise.
24338         * tree-inline.c: Likewise.
24339         * builtins.c: Likewise.
24340         * lra-constraints.c: Likewise.
24341         * explow.c: Likewise.
24342         * hwint.h: Likewise.
24343         * targhooks.c: Likewise.
24344         * tree-vect-data-refs.c: Likewise.
24345         * expr.c: Likewise.
24346         * doc/tm.texi: Likewise.
24347         * doc/extend.texi: Likewise.
24348         * doc/install.texi: Likewise.
24349         * doc/md.texi: Likewise.
24350         * tree-ssa-tail-merge.c: Likewise.
24351         * sched-int.h: Likewise.
24352         * match.pd: Likewise.
24353         * sched-ebb.c: Likewise.
24354         * target.def (omit_struct_return_reg): Likewise.
24355         * gimple-ssa-isolate-paths.c: Likewise.
24356         (find_implicit_erroneous_behaviour): Renamed to...
24357         (find_implicit_erroneous_behavior): ... this.
24358         (find_explicit_erroneous_behaviour): Renamed to...
24359         (find_explicit_erroneous_behavior): ... this.
24360         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
24362 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
24364         PR rtl-optimization/64682
24365         PR rtl-optimization/69567
24366         PR rtl-optimization/69737
24367         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
24368         in I2 as well, just lose it.
24370 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24372         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
24373         New variable.
24374         (aarch64_last_printed_tune_string): Likewise.
24375         (aarch64_declare_function_name): Only output .arch assembler
24376         directive if it will be different from the previously output
24377         directive.  Same for .tune comment but only if -dA is set.
24378         (aarch64_start_file): New function.
24379         (TARGET_ASM_FILE_START): Define.
24381 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
24383         PR plugins/69758
24384         * Makefile.in (PLUGIN_HEADERS): Add params.list.
24386 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
24388         PR target/65313
24389         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
24390         -Wmaybe-uninitialized warning.
24392 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
24394         PR target/69713
24395         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
24397 2016-02-11  Richard Biener  <rguenther@suse.de>
24399         PR rtl-optimization/69291
24400         * ifcvt.c (noce_try_store_flag_constants): Do not allow
24401         subexpressions affected by changing the result.
24403 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
24405         PR target/69148
24406         * lra-constraints.c (curr_insn_transform): Find in/out operands
24407         for secondary memory moves.  Update dups.
24409 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
24411         PR tree-optimization/69652
24412         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
24413         to nested loop, did source re-formatting, skip debug statements,
24414         add check on statement with volatile operand, remove dead scalar
24415         statements.
24417 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
24418             Patrick Palka  <ppalka@gcc.gnu.org>
24420         PR ipa/69241
24421         PR c++/69649
24422         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
24423         calls if the return type is TREE_ADDRESSABLE.
24424         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
24425         * ipa-split.c (split_function): Fix doubled "we" in comment.
24426         Use void return type for the split part even if
24427         !split_point->split_part_set_retval.
24429 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
24431         PR tree-optimization/68021
24432         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
24433         when computing the value of biv cand by itself.
24435 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
24437         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
24438         (cortexa57_tunings): Likewise.
24439         (cortexa72_tunings): Likewise.
24440         (arch_macro_fusion_pair_p): Add support for AES fusion.
24441         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
24442         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
24443         Allow virtual registers before reload so early scheduling works.
24444         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
24445         correct latency and pipeline.
24446         (cortex_a57_crypto_complex): Likewise.
24447         (cortex_a57_crypto_xor): Likewise.
24448         (define_bypass): Add AES bypass.
24450 2016-02-10  Richard Biener  <rguenther@suse.de>
24452         PR tree-optimization/69726
24453         * passes.def: Add DCE pass before late uninit.
24454         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
24455         really fixup if-conversions job.
24457 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
24459         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
24460         (arm_cortex_a57_tune): Likewise.
24461         (aarch_macro_fusion_pair_p): Add support for AES fusion.
24462         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
24464 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
24466         * timevar.def (TV_PHASE_DBGINFO): Delete.
24467         (TV_PHASE_CHECK_DBGINFO): Likewise.
24468         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
24470 2016-02-10  Richard Biener  <rguenther@suse.de>
24472         PR tree-optimization/69719
24473         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
24474         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
24476 2016-02-09  Andrew Pinski  <apinski@cavium.com>
24478         PR tree-opt/69282
24479         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
24480         get_vcond_mask_icode returns false.
24482 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
24484         PR target/68404
24485         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
24486         an ADDIS that adds a pointer to a large constant that sets the
24487         upper16 bits with a load operation.
24489 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
24491         PR target/68532
24492         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
24493         order.
24494         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
24495         endian.
24496         (vzipq_s16): Likewise.
24497         (vzipq_s32): Likewise.
24498         (vzipq_f32): Likewise.
24499         (vzipq_u8): Likewise.
24500         (vzipq_u16): Likewise.
24501         (vzipq_u32): Likewise.
24502         (vzipq_p8): Likewise.
24503         (vzipq_p16): Likewise.
24505 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
24507         PR target/68532
24508         * config/arm/arm.c (neon_endian_lane_map): New function.
24509         (neon_vector_pair_endian_lane_map): New function.
24510         (arm_evpc_neon_vuzp): Allow for big endian lane order.
24511         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
24512         endian.
24513         (vuzpq_s16): Likewise.
24514         (vuzpq_s32): Likewise.
24515         (vuzpq_f32): Likewise.
24516         (vuzpq_u8): Likewise.
24517         (vuzpq_u16): Likewise.
24518         (vuzpq_u32): Likewise.
24519         (vuzpq_p8): Likewise.
24520         (vuzpq_p16): Likewise.
24522 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
24524         PR target/69634
24525         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
24526         debug insns.
24528 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
24530         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
24531         truncate const_int operand 1 to QImode.
24533 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
24535         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
24536         corresponding to an abnormal edge.
24538 2016-02-09  Tom de Vries  <tom@codesourcery.com>
24540         PR tree-optimization/69599
24541         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
24542         function.
24543         (find_func_aliases_for_builtin_call, find_func_clobbers)
24544         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
24545         partition.
24547 2016-02-09  Richard Biener  <rguenther@suse.de>
24549         PR tree-optimization/69715
24550         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
24551         LHS on calls as non-rewritable.
24553 2016-02-09  Tom de Vries  <tom@codesourcery.com>
24555         PR lto/69707
24556         * lto-wrapper.c (append_diag_options): New function.
24557         (compile_offload_image): Call append_diag_options.
24559 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
24561         PR other/69722
24562         * doc/extend.texi (Flag Output Operands): Correct sectioning.
24563         Minor copy-edit to fix verb tenses.
24565 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
24567         PR tree-optimization/69209
24568         * ipa-split.c (split_function): If split part is not
24569         returning retval, retval has gimple type but is not
24570         gimple value, force it into a SSA_NAME first.
24572 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
24574         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
24575         outdated section.
24577 2016-02-08  Jason Merrill  <jason@redhat.com>
24579         PR c++/69631
24580         * convert.c (convert_to_integer_1): Check dofold on truncation
24581         distribution.
24582         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
24583         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
24584         Rename from *_nofold.
24585         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
24586         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
24588 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
24590         PR target/60410
24591         * tree.c (build_common_tree_nodes): Remove short_double argument.
24592         All callers changed.
24593         * tree.h (build_common_tree_nodes): Adjust declaration.
24594         * doc/invoke.texi (-fshort-double): Remove documentation.
24595         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
24596         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
24597         * lto-wrapper.c (merge_and_complain, append_compiler_options)
24598         (append_linker_options): Don't handle OPT_fshort_double.
24600         PR rtl-optimization/68730
24601         * lra-remat.c (insn_to_cand_activation): New static variable.
24602         (lra_remat): Allocate and free it.
24603         (create_cand): New arg activation. Initialize a field in
24604         insn_to_cand_activation if it is nonnull.
24605         (create_cands): Pass the activation insn to create_cand when making
24606         a candidate involving an output reload.  Reorganize code a little.
24607         (do_remat): Keep track of active status of candidates in a separate
24608         bitmap.
24610 2016-02-08  Richard Biener  <rguenther@suse.de>
24612         PR tree-optimization/69719
24613         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
24614         Properly use absolute of the difference of the two offsets to
24615         compare or adjust the segment length.
24617 2016-02-08  Richard Biener  <rguenther@suse.de>
24618             Jeff Law  <law@redhat.com>
24620         PR target/68273
24621         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
24622         types for anonymous SSA names.
24624 2016-02-08   Richard Biener  <rguenther@suse.de>
24626         PR rtl-optimization/69274
24627         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
24629 2016-02-08  Jeff Law  <law@redhat.com>
24631         PR tree-optimization/65917
24632         * tree-ssa-dom.c (record_temporary_equivalences): Record both
24633         equivalences from if (x == y) style conditionals.
24634         (loop_depth_of_name): Remove.
24635         (record_equality): Remove loop depth check.
24636         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
24637         (const_and_copies::record_const_or_copy_raw): New member function.
24638         * tree-ssa-scopedtables.c
24639         (const_and_copies::record_const_or_copy_raw): New, factored out of
24640         (const_and_copies::record_const_or_copy): Call new member function.
24642 2016-02-05  Jeff Law  <law@redhat.com>
24644         PR tree-optimization/68541
24645         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
24646         (count_stmts_in_block): New function.
24647         (poor_ifcvt_candidate_code): Likewise.
24648         (is_feasible_trace): Add some heuristics to determine when path
24649         splitting is profitable.
24650         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
24651         is a diamond with a single exit.
24653 2016-02-05  Martin Sebor  <msebor@redhat.com>
24655         PR c++/69662
24656         * doc/invoke.texi: Update -Wplacement-new to take an optional
24657         argument.
24659 2016-02-06  Richard Henderson  <rth@redhat.com>
24661         PR c/69643
24662         * tree.c (tree_nop_conversion_p): Do not strip casts into or
24663         out of non-standard address spaces.
24665 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
24667         PR rtl-optimization/69691
24668         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
24670 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
24672         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
24673         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
24674         (*ieee128_mfvsrd_64bit): Likewise.
24675         (*ieee128_mfvsrd_32bit): Likewise.
24677 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
24679         PR target/69369
24680         Revert r232560:
24681         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
24683         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
24684         instrumented_version.
24686 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
24688         * doc/invoke.texi (Optimize Options): In table of --param options
24689         rename second occurrence of tracer-min-branch-ratio to
24690         tracer-min-branch-probability, rename
24691         tracer-min-branch-ratio-feedback to
24692         tracer-min-branch-probability-feedback and clarify description,
24693         rename sched-spec-state-edge-prob-cutoff to
24694         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
24695         to selsched-insns-to-rename, rename lto-minpartition to
24696         lto-min-partition, delete reorder-blocks-duplicate and
24697         reorder-blocks-duplicate-feedback.
24699 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24701         * config/s390/s390.c (s390_register_info_set_ranges): Remove
24702         superfluous loops.
24704 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
24706         * doc/extend.texi: S/390: Correct some typos.
24708 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24710         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
24712 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24714         PR target/69625
24715         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
24716         (s390_register_info_gprtofpr): Use new macros above.
24717         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
24718         its name.
24719         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
24720         its name.  Adjust restore and save gpr ranges.
24721         (s390_register_info_set_ranges): New function.
24722         (s390_register_info): Use new macros above.  Call
24723         s390_register_info_set_ranges.
24724         (s390_optimize_register_info): Likewise.
24725         (s390_hard_regno_rename_ok): Use new macros.
24726         (s390_hard_regno_scratch_ok): Likewise.
24727         (s390_emit_epilogue): Likewise.
24728         (s390_can_use_return_insn): Likewise.
24729         (s390_optimize_prologue): Likewise.
24730         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
24732 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
24734         PR bootstrap/69677
24735         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
24736         alignment fixes.
24737         (ix86_option_override_internal): Disable TARGET_STV even for
24738         -m{incoming,preferred}-stack-boundary=3.
24740 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
24742         * config.gcc: Mark deprecated rtems targets as obsolete.
24744 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
24746         PR rtl-optimization/64682
24747         PR rtl-optimization/69567
24748         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
24749         before I2 only if the register is both used and set in I2.
24751 2016-02-04  DJ Delorie  <dj@redhat.com>
24753         * config/msp430/msp430.c (msp430_start_function): Add function type.
24755 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
24757         PR fortran/69368
24758         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
24760 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
24762         PR rtl-optimization/69577
24763         Revert:
24764         2015-10-29  Richard Henderson  <rth@redhat.com>
24766         PR target/68124
24767         PR rtl-opt/67609
24768         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
24769         sse check to the exact conditions of PR 67609.
24771 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
24773         PR target/69667
24774         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
24775         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
24776         not allowed into the traditional Altivec registers.
24777         (movtd_64bit_nodm): Likewise.
24778         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
24780 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
24782         * config/aarch64/cortex-a57-fma-steering.c
24783         (aarch64_register_fma_steering): Remove "static" from arguments
24784         to register_pass.
24786 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
24788         PR target/69619
24789         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
24790         twice when complex.
24792 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
24794         * doc/invoke.texi: Delete -mno-fma4.
24796 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
24798         PR rtl-optimization/69577
24799         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
24800         (find_subregs_of_mode): Update accordingly.  Iterate over partial
24801         definitions.
24803 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
24805         * config/arm/arm-protos.h (neon_reinterpret): Remove.
24806         * config/arm/arm.c (neon_reinterpret): Remove.
24807         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
24808         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
24809         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
24810         vreinterpretti): Remove.
24811         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
24812         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
24813         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
24814         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
24815         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
24816         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
24817         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
24818         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
24819         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
24820         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
24821         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
24822         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
24823         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
24824         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
24825         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
24826         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
24827         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
24828         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
24829         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
24830         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
24831         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
24832         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
24833         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
24834         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
24835         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
24836         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
24837         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
24838         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
24839         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
24840         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
24841         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
24842         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
24843         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
24844         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
24845         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
24846         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
24847         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
24848         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
24849         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
24850         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
24851         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
24852         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
24853         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
24854         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
24855         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
24856         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
24857         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
24858         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
24859         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
24860         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
24861         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
24862         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
24863         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
24864         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
24865         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
24866         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
24867         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
24868         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
24869         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
24870         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
24871         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
24872         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
24873         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
24874         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
24875         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
24876         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
24877         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
24878         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
24879         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
24880         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
24881         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
24882         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
24883         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
24884         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
24885         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
24886         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
24887         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
24888         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
24889         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
24890         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
24891         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
24892         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
24893         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
24894         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
24895         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
24896         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
24897         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
24898         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
24899         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
24900         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
24901         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
24902         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
24903         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
24904         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
24905         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
24906         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
24907         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
24908         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
24909         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
24910         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
24911         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
24912         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
24913         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
24915 2016-02-04  Martin Liska  <mliska@suse.cz>
24917         PR sanitizer/69276
24918         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
24919         that are gimple_store_p.
24920         (maybe_instrument_call): Likewise.
24922 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
24924         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
24925         register scaling out of memory reference and comment why.
24927 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24929         PR target/65932
24930         PR target/67714
24931         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
24932         folding the source of a SET.
24934 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24936         PR target/65932
24937         PR target/67714
24938         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
24939         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
24941 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
24943         PR target/65932
24944         PR target/67714
24945         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
24946         HImode.
24948 2016-02-04  Christian Bruel  <christian.bruel@st.com>
24950         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
24951         * config/arm/arm.c (arm_set_current_function): Likewise.
24953 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
24954             Ilya Enkovich  <enkovich.gnu@gmail.com>
24955             H.J. Lu  <hongjiu.lu@intel.com>
24957         PR target/69454
24958         * config/i386/i386.c (convert_scalars_to_vector): Remove
24959         stack alignment fixes.
24960         (ix86_option_override_internal): Disable TARGET_STV if stack
24961         might not be aligned enough.
24962         (ix86_minimum_alignment): Assert that TARGET_STV is false.
24964 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
24966         * config/i386/x86-tune.def: Disable default prefetching
24967         for -march=znver1.
24969 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
24970             Vladimir Makarov  <vmakarov@redhat.com>
24972         PR target/69461
24973         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
24974         in validating fused toc addresses.
24976 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
24978         PR c/69627
24979         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
24980         range->m_caret fields if range->m_show_caret_p is false.
24982         PR target/69644
24983         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
24984         Force oldval into register if it does not satisfy reg_or_short_operand
24985         predicate.  Fix up formatting.
24987 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
24988             Alexandre Oliva  <aoliva@redhat.com>
24990         PR target/69461
24991         * lra-constraints.c (simplify_operand_subreg): Check additionally
24992         address validity after potential reloading.
24993         (process_address_1): Check insns validity.  In case of failure do
24994         nothing.
24996 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
24998         PR target/69118
24999         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
25000         Fix target.
25002 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
25004         * wide-int.cc (canonize_uhwi): New function.
25005         (wi::divmod_internal): Use it.
25007 2016-02-02  James Norris  <jnorris@codesourcery.com>
25009         * gimplify.c (omp_notice_variable): Add usage check.
25011 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
25013         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
25014         like LE, GE, LT, GT when emitting relational operator.
25016 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
25018         * ira-costs.c (find_costs_and_classes): Add extra argument.
25019         * target.def (ira_change_pseudo_allocno_class): Add parameter.
25020         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
25021         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
25022         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
25023         Add best_class parameter, and return it if not ALL_REGS.
25024         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
25025         Add parameter.
25026         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
25027         Update target hook.
25029 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
25031         * config/aarch64/aarch64.c
25032         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
25033         (aarch64_ira_change_pseudo_allocno_class): New function.
25035 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
25037         PR target/67032
25038         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
25040 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
25042         * config/avr/avr.c (avr_option_override): Set
25043         PARAM_ALLOW_STORE_DATA_RACES to 1.
25045 2016-02-02  Richard Biener  <rguenther@suse.de>
25047         PR tree-optimization/69595
25048         * match.pd: Add range test simplifications to true/false.
25050 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
25052         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
25053         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
25054         instead.
25056 2016-02-02  Richard Biener  <rguenther@suse.de>
25058         PR tree-optimization/69606
25059         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
25060         info on the result before moving a stmt.
25062 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
25064         PR middle-end/68542
25065         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
25066         branch with vector comparison.
25067         * config/i386/sse.md (VI48_AVX): New mode iterator.
25068         (define_expand "cbranch<mode>4): Add support for conditional branch
25069         with vector comparison.
25070         * tree-vect-loop.c (optimize_mask_stores): New function.
25071         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
25072         has_mask_store field of vect_info.
25073         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
25074         vectorized loops having masked stores after vec_info destroy.
25075         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
25076         correspondent macros.
25077         (optimize_mask_stores): Add prototype.
25079 2016-02-02  Alan Modra  <amodra@gmail.com>
25081         PR target/69548
25082         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
25083         allow subregs.
25085 2016-02-02  Alan Modra  <amodra@gmail.com>
25087         PR target/68662
25088         * config/rs6000/rs6000.c (need_toc_init): New var, set it
25089         whenever toc_label_name used.
25090         (rs6000_file_start): Don't set up toc section here,
25091         (rs6000_output_function_epilogue): do so here instead,
25092         (rs6000_xcoff_file_start): and here.
25093         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
25094         (load_toc_aix_di): Likewise.
25096 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
25098         PR rtl-optimization/69592
25099         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
25100         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
25101         (num_sign_bit_copies_binary_arith_p): New inline function.
25102         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
25104 2016-02-01  Jeff Law  <law@redhat.com>
25106         PR tree-optimization/69580
25107         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
25108         * tree-ssa-threadbackward.c
25109         (fsm_find_control_statement_thread_paths): Do not try to walk
25110         through large PHI nodes.
25112 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
25114         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
25115         when count is incremented above limit, don't analyze further
25116         insns afterwards.
25118         * omp-low.c (oacc_parse_default_dims): Avoid
25119         -Wsign-compare warning, make sure value fits into int
25120         rather than just unsigned int.
25122 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
25124         PR tree-optimization/67921
25125         * fold-const.c (split_tree): New parameters.  Convert pointer
25126         type variable part to proper type before negating.
25127         (fold_binary_loc): Pass new arguments to split_tree.
25129 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
25131         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
25132         (nvptx_goacc_validate_dims): Extend to handle global defaults.
25133         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
25134         * doc/tm.texti: Rebuilt.
25135         * doc/invoke.texi (fopenacc-dim): Document.
25136         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
25137         (append_compiler_options): Likewise.
25138         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
25139         (oacc_parse_default_dims): New.
25140         (oacc_validate_dims): Add USED arg.  Select non-unity default when
25141         possible.
25142         (oacc_loop_fixed_partitions): Return mask of used partitions.
25143         (oacc_loop_auto_partitions): Emit dump info.
25144         (oacc_loop_partition): Return mask of used partitions.
25145         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
25146         loop partitioning and validation calls.
25148 2016-02-01  Richard Biener  <rguenther@suse.de>
25150         PR middle-end/69556
25151         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
25153 2016-02-01  Richard Biener  <rguenther@suse.de>
25155         PR tree-optimization/69574
25156         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
25157         of asserting return chrec_dont_know.
25159 2016-02-01  Martin Liska  <mliska@suse.cz>
25161         * mem-stats-traits.h: Add copyright header.
25162         * mem-stats.h: Likewise.
25164 2016-02-01  Richard Biener  <rguenther@suse.de>
25166         PR tree-optimization/69579
25167         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
25168         Do not propagate through abnormal PHI results.
25170 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
25172         * postreload.c (reload_cse_simplify): Remove dead code.
25174 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
25176         PR rtl-optimization/69570
25177         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
25178         if there is more than one set, not if there is a single set.
25180 2016-02-01  Richard Henderson  <rth@redhat.com>
25182         PR rtl-opt/69535
25183         * combine.c (make_compound_operation): When looking through a
25184         subreg, make sure to re-extend to the width of the outer mode.
25186 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
25188         PR tree-optimization/69546
25189         * wide-int.cc (wi::divmod_internal): For unsigned division
25190         where both operands fit into uhwi, if o1 is 1 and o0 has
25191         msb set, if divident_prec is larger than bits per hwi,
25192         clear another quotient word and return 2 instead of 1.
25193         Similarly for remainder with msb in HWI set, if dividend_prec
25194         is larger than bits per hwi.
25196 2016-01-29  Martin Jambor  <mjambor@suse.cz>
25198         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
25199         Use short lowercase names.
25200         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
25201         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
25202         acq_rel one.  Protect warning agains segfaults if
25203         get_memory_order_name returns NULL.
25204         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
25205         with release semantics.  Do not warn if get_memory_order already did.
25206         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
25207         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
25208         if get_memory_order already did.
25210 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
25212         * doc/install.texi: Document that isl-0.16 is supported.
25214 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
25216         PR target/69299
25217         * config/i386/constraints.md (Bm): Describe as special memory
25218         constraint.
25219         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
25220         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
25221         * genpreds.c (struct constraint_data): Add is_special_memory.
25222         (have_special_memory_constraints, special_memory_start): New
25223         static vars.
25224         (special_memory_end): Ditto.
25225         (add_constraint): Add new arg is_special_memory.  Add code to
25226         process its true value.  Update have_special_memory_constraints.
25227         (process_define_constraint): Pass the new arg.
25228         (process_define_register_constraint): Ditto.
25229         (choose_enum_order): Process special memory.
25230         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
25231         function insn_extra_special_memory_constraint.
25232         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
25233         * gensupport.c (process_rtx): Process
25234         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
25235         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
25236         * ira-lives.c (single_reg_class): Use
25237         insn_extra_special_memory_constraint.
25238         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
25239         * lra-constraints.c (process_alt_operands): Ditto.
25240         (curr_insn_transform): Use insn_extra_special_memory_constraint.
25241         * recog.c (asm_operand_ok, preprocess_constraints): Process
25242         CT_SPECIAL_MEMORY.
25243         * reload.c (find_reloads): Ditto.
25244         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
25245         * stmt.c (parse_input_constraint): Use
25246         insn_extra_special_memory_constraint.
25248 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
25250         PR target/69530
25251         * lra-splill.c (lra_final_code_change): Revert r229087 by
25252         removing all sub-registers.
25254 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
25256         PR target/65604
25257         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
25259 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
25261         PR target/69551
25262         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
25263         SSE1, copy target into the temporary reg first before recursing
25264         on it.
25266 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
25268         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
25269         with vm.
25271 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
25273         * ginclude/stdarg.h: Test __cplusplus instead of
25274         __GXX_EXPERIMENTAL_CXX0X__.
25276 2016-01-29  Richard Biener  <rguenther@suse.de>
25278         PR tree-optimization/69547
25279         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
25280         Do not mark clobbers necessary.
25281         (mark_all_reaching_defs_necessary_1): Likewise.
25283 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
25285         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
25286         declaration name with %qs and print it in both error messages.
25287         Also fix indentation.
25289 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
25291         PR other/69006
25292         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
25293         trailing blank line from error message.
25295 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
25297         PR c++/69462
25298         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
25299         for C++-11.
25301 2016-01-29  Richard Biener  <rguenther@suse.de>
25303         PR middle-end/69537
25304         * match.pd: Allow all integral types when simplifying a
25305         widening or sign-changing conversion.
25307 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
25309         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
25310         back to setting codegen_error to fail codegen.
25312 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
25314         PR target/69459
25315         * config/i386/constraints.md (C): Only accept constant zero operand.
25316         (BC): New constraint.
25317         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
25318         instead of C constraint.
25319         * doc/md.texi (Machine Constraints): Update description
25320         of C constraint.
25322 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
25324         PR target/68400
25325         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
25327 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
25329         PR middle-end/69542
25330         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
25331         non-debug insns.
25333 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
25335         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
25336         branches if using guessed profile.
25338 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
25340         * graphite-optimize-isl.c (optimize_isl): Fix dump.
25342 2016-01-28  Richard Henderson  <rth@redhat.com>
25344         PR target/69305
25345         * config/aarch64/aarch64-modes.def (CC_Cmode): New
25346         * config/aarch64/aarch64-protos.h: Update.
25347         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
25348         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
25349         (aarch64_get_condition_code_1): Handle CC_Cmode.
25350         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
25351         (*add<mode>3_compareC_cconly_imm): New.
25352         (*add<mode>3_compareC_cconly): New.
25353         (*add<mode>3_compareC_imm): New.
25354         (add<mode>3_compareC): New.
25355         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
25356         to be first.  Use aarch64_carry_operation.
25357         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
25358         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
25359         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
25360         (subti3): Use subdi3_compare1.
25361         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
25362         (sub<mode>3_compare1): New.
25363         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
25364         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
25365         (*subsi3_carryin_uxtw): Likewise.
25366         (*ngc<mode>, *ngcsi_uxtw): Likewise.
25367         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
25368         * config/aarch64/iterators.md (DWI): New.
25369         * config/aarch64/predicates.md (aarch64_carry_operation): New.
25370         (aarch64_borrow_operation): New.
25372 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
25374         * graphite-optimize-isl.c (optimize_isl): Print a different debug
25375         message when isl does not return a valid schedule.
25377 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
25379         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
25380         Remove comments from class declarations: they are already in the code
25381         close by the defs.
25383 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
25385         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
25386         codegen_error_p.
25387         (ternary_op_to_tree): Same.
25388         (unary_op_to_tree): Same.
25389         (nary_op_to_tree): Same.
25390         (gcc_expression_from_isl_expr_op): Same.
25391         (gcc_expression_from_isl_expression): Same.
25392         (graphite_create_new_loop): Same.
25393         (graphite_create_new_loop_guard): Same.
25394         (build_iv_mapping): Same.
25395         (graphite_create_new_guard): Same.
25396         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
25397         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
25399 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
25401         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
25402         instead of setting codegen_error to fail codegen.
25404 2016-01-28  Jason Merrill  <jason@redhat.com>
25406         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
25408 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
25410         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
25411         Remove CONST_INT_P check in CCMP cost calculation.
25413 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
25415         * config/aarch64/aarch64.c (generic_vector_cost):
25416         Set vec_permute_cost.
25417         (cortexa57_vector_cost): Likewise.
25418         (exynosm1_vector_cost): Likewise.
25419         (xgene1_vector_cost): Likewise.
25420         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
25421         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
25422         Add vec_permute_cost entry.
25424 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
25426         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
25427         immediate as %1.
25428         (add<mode>3_compare0): Likewise.
25429         (addsi3_compare0_uxtw): Likewise.
25430         (add<mode>3nr_compare0): Likewise.
25431         (compare_neg<mode>): Likewise.
25432         (<optab><mode>3): Likewise.
25434 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
25436         * tree-vect-stmts.c (vectorizable_comparison): Add
25437         NULL check for vectype.
25439 2016-01-28  Richard Biener  <rguenther@suse.de>
25441         PR tree-optimization/69466
25442         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
25443         Account for PHIs we couldn't duplicate.
25445 2016-01-28  Martin Liska  <mliska@suse.cz>
25447         PR pch/68758
25448         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
25449         instead of ENABLE_VALGRIND_CHECKING.
25451 2016-01-27  Richard Henderson  <rth@redhat.com>
25453         PR rtl-opt/69447
25454         * lra-remat.c (subreg_regs): New.
25455         (dump_candidates_and_remat_bb_data): Dump it.
25456         (operand_to_remat): Reject if operand in subreg_regs.
25457         (set_bb_regs): Collect subreg_regs.
25458         (lra_remat): Init and free subreg_regs.  Compute
25459         calculate_local_reg_remat_bb_data before create_cands.
25461 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
25463         PR target/68986
25464         * config/i386/i386.c (ix86_update_stack_boundary): Don't
25465         change stack_alignment_needed for __tls_get_addr call.
25467 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
25469         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
25471 2016-01-27  Jeff Law  <law@redhat.com>
25473         PR tree-optimization/68398
25474         PR tree-optimization/69196
25475         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
25476         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
25477         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
25478         Only count PHIs in the last block in the path.  The others will
25479         const/copy propagate away.  Add heuristic to allow more irreducible
25480         subloops to be created when it is likely profitable to do so.
25482         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
25483         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
25484         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
25486 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
25488         PR lto/69254
25489         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
25490         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
25491         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
25492         * tree-streamer-in.c: Include asan.h.
25493         (streamer_get_builtin_tree): For builtins in sanitizer
25494         range call initialize_sanitizer_builtins and retry.
25496 2016-01-27  Ian Lance Taylor  <iant@google.com>
25498         * common.opt (fkeep-gc-roots-live): New undocumented option.
25499         * tree-ssa-loop-ivopts.c (add_candidate_1): If
25500         -fkeep-gc-roots-live, skip pointers.
25501         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
25502         NULL.
25504 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
25506         PR target/69512
25507         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
25508         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
25510 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
25512         PR target/68380
25513         * configure.ac: NetBSD provides SSP in its C library.
25514         * configure: Updated.
25516 2016-01-27  Richard Biener  <rguenther@suse.de>
25518         PR tree-optimization/69166
25519         * tree-vect-loop.c (vect_is_simple_reduction): Always check
25520         reduction code for commutativity / associativity.
25522 2016-01-27  Martin Jambor  <mjambor@suse.cz>
25524         PR tree-optimization/69355
25525         * tree-sra.c (analyze_access_subtree): Correct hole detection when
25526         total_scalarization fails.
25528 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
25530         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
25531         power9.
25533 2016-01-27  Christian Bruel  <christian.bruel@st.com>
25535         PR target/69245
25536         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
25537         Move arm_reset_previous_fndecl and set_target_option_current_node in
25538         the conditional part.  Call save_restore_target_globals.
25539         * config/arm/arm.c (arm_set_current_function):
25540         Refactor to better support #pragma target and attribute mix.
25541         Call save_restore_target_globals.
25542         * config/arm/arm-protos.h (save_restore_target_globals): New function.
25544 2016-01-27  Martin Liska  <mliska@suse.cz>
25546         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
25547         reference for an HSA kernel and its host function.
25549 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
25551         PR tree-optimization/69399
25552         * wide-int.h (wi::lrshift): For larger precisions, only
25553         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
25555 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
25557         * config/arc/predicates.md (proper_comparison_operator): Reject
25558         constant-constant comparison.
25560 2016-01-26  Tom de Vries  <tom@codesourcery.com>
25562         PR tree-optimization/69110
25563         * tree-data-ref.c (initialize_data_dependence_relation): Handle
25564         DR_NUM_DIMENSIONS == 0.
25566 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
25567             Sebastian Pop  <s.pop@samsung.com>
25569         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
25570         isl_ast_op_cond and isl_ast_op_select.
25571         (gcc_expression_from_isl_expr_op): Same.
25573 2016-01-26  Jason Merrill  <jason@redhat.com>
25575         PR c++/68782
25576         * tree.c (recompute_constructor_flags): Split out from
25577         build_constructor.
25578         (verify_constructor_flags): New.
25579         * tree.h: Declare them.
25581 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
25583         PR rtl-optimization/69217
25584         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
25585         are no TYPE_FIELDS set for the record type.
25587 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
25589         PR target/68662
25590         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
25591         toc_label_name unconditionally.
25592         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
25593         SYMBOL_REF string.  Use toc_label_name instead of constructing
25594         LCTOC1.
25595         (rs6000_elf_declare_function_name): Use toc_label_name instead of
25596         constructing LCTOC1.
25598 2016-01-26  Martin Sebor  <msebor@redhat.com>
25600         PR other/69477
25601         * doc/extend.texi (Common Type Attributes): Move text that talks about
25602         attribute packed from attribute aligned to the section discussing
25603         the former attribute for clarity.
25605 2016-01-26  Richard Henderson  <rth@redhat.com>
25607         PR middle-end/60908
25608         * trans-mem.c (tm_region_init): Mark entry block as visited.
25610 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
25612         PR other/69006
25613         * diagnostic-show-locus.c (layout::print_source_line): Replace
25614         call to pp_newline with call to layout::print_newline.
25615         (layout::print_annotation_line): Likewise.
25616         (layout::move_to_column): Likewise.
25617         (layout::print_any_fixits): After printing any fixits, print a
25618         trailing newline, if necessary.
25619         (layout::print_newline): New method, resetting any colorization
25620         before a newline.
25621         (diagnostic_show_locus): Move the pp_newline to before the
25622         early bailout.  Remove dummy block enclosing the layout instance.
25623         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
25624         of pp_newline_and_flush with pp_flush.
25625         (diagnostic_append_note): Delete use of pp_newline.
25626         (diagnostic_append_note_at_rich_loc): Delete.
25627         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
25628         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
25629         when newline characters are added to the buffer.
25631 2016-01-26  Michael Matz  <matz@suse.de>
25633         * configure.ac (ac_cv_std_swap_in_utility): New test.
25634         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
25635         * configure: Regenerate.
25636         * config.in: Regenerate.
25638 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
25640         * config/arc/arc.md (cstoresi4): Force operand into register.
25641         (arcset<code>): Fix predicate.
25642         (arcsetltu): Likewise.
25643         (arcsetgeu): Likewise.
25644         (arcsethi): Likewise.
25645         (arcsetls): Likewise.
25647 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
25649         PR tree-optimization/69483
25650         * gimple-fold.c (canonicalize_constructor_val): Return NULL
25651         if base has error_mark_node type.
25653 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
25655         PR target/68620
25656         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
25657         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
25658         New helper macros.
25659         (vget_lane_f16): Handle big-endian.
25660         (vgetq_lane_f16): Likewise.
25661         (vset_lane_f16): Likewise.
25662         (vsetq_lane_f16): Likewise.
25663         * config/arm/iterators.md (VQXMOV): Add V8HF.
25664         (VDQ): Add V4HF and V8HF.
25665         (V_reg): Handle V4HF and V8HF.
25666         (Is_float_mode): Likewise.
25667         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
25668         neon_vdup_nv8hf): New patterns.
25669         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
25670         Use VD_LANE iterator.
25671         (neon_vld1_dup<mode>): Use VQ2 iterator.
25673 2016-01-26  Nathan Sidwell  <nathan@acm.org>
25675         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
25676         (set_oacc_fn_attrib): Add IS_KERNEL arg.
25677         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
25678         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
25679         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
25680         (oacc_validate_dims): Add LEVEL arg, don't return level.
25681         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
25682         oacc_validate_dims.
25683         (execute_oacc_device_lower): Adjust, add more dump output.
25684         * tree-ssa-loop.c (gate_oacc_kernels): Use
25685         oacc_fn_attrib_kernels_p.
25686         * tree-parloops.c (create_parallel_loop): Adjust
25687         set_oacc_fn_attrib call.
25689 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
25691         PR lto/69254
25692         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
25693         (append_compiler_options): Handle -fcilkplus.
25694         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
25696 2016-01-26  Nick Clifton  <nickc@redhat.com>
25698         PR target/66655
25699         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
25700         been marked as DECL_ONE_ONLY but we do not the means to make it
25701         so, then do not allow it to bind locally.
25703 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
25705         PR lto/69254
25706         * opts.h (parse_sanitizer_options): New prototype.
25707         * opts.c (sanitizer_opts): New array.
25708         (parse_sanitizer_options): New function.
25709         (common_handle_option): Use parse_sanitizer_options.
25711 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
25713         PR target/68986
25714         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
25715         alignment adjustment to ...
25716         (ix86_update_stack_boundary): Here.  Don't over-align stack for
25717         __tls_get_addr.
25718         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
25719         if __tls_get_addr is called.
25721 2016-01-26  Christian Bruel  <christian.bruel@st.com>
25723         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
25725 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
25727         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
25729 2016-01-26  Richard Biener  <rguenther@suse.de>
25731         PR middle-end/69467
25732         * match.pd: Guard X * CST CMP 0 pattern with single_use.
25734 2016-01-26  Richard Biener  <rguenther@suse.de>
25736         PR tree-optimization/69452
25737         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
25738         (move_computations_dom_walker::before_dom_children): Rename
25739         to ...
25740         (move_computations_worker): This.
25741         (move_computations): Perform an RPO rather than a DOM walk.
25743 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
25745         PR target/69442
25746         * combine.c (combine_instructions): For REG_EQUAL note with
25747         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
25748         to the underlying register.
25749         * doc/rtl.texi (REG_EQUAL): Document the behavior of
25750         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
25752 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
25754         PR target/67896
25755         * config/aarch64/aarch64-builtins.c
25756         (aarch64_init_simd_builtin_types): Do not set structural
25757         equality to __Poly{8,16,64,128}_t types.
25759 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
25761         PR tree-optimization/69400
25762         * wide-int.cc (wi_pack): Take the precision as argument and
25763         perform canonicalization here rather than in the callers.
25764         Use the main loop to handle all full-width HWIs.  Add a
25765         zero HWI if in_len isn't a full result.
25766         (wi::divmod_internal): Update accordingly.
25767         (wi::mul_internal): Likewise.  Simplify.
25769 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
25770             Sebastian Pop  <s.pop@samsung.com>
25772         * graphite-poly.c (apply_poly_transforms): Simplify.
25773         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
25774         (print_isl_map): Same.
25775         (print_isl_union_map): Same.
25776         (print_isl_schedule): New.
25777         (debug_isl_schedule): New.
25778         * graphite-dependences.c (scop_get_reads): Do not call
25779         isl_union_map_add_map that is undocumented isl functionality.
25780         (scop_get_must_writes): Same.
25781         (scop_get_may_writes): Same.
25782         (scop_get_original_schedule): Remove.
25783         (scop_get_dependences): Do not call isl_union_map_compute_flow that
25784         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
25785         (compute_deps): Remove.
25786         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
25787         (debug_schedule_ast): New.
25788         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
25789         set_separate_option.
25790         (graphite_regenerate_ast_isl): Add dump.
25791         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
25792         from scop->transformed_schedule.
25793         (graphite_regenerate_ast_isl): Add more dump.
25794         * graphite-optimize-isl.c (optimize_isl): Set
25795         scop->transformed_schedule.  Check whether schedules are equal.
25796         (apply_poly_transforms): Move here.
25797         * graphite-poly.c (apply_poly_transforms): ... from here.
25798         (free_poly_bb): Static.
25799         (free_scop): Static.
25800         (pbb_number_of_iterations_at_time): Remove.
25801         (print_isl_ast): New.
25802         (debug_isl_ast): New.
25803         (debug_scop_pbb): New.
25804         * graphite-scop-detection.c (print_edge): Move.
25805         (print_sese): Move.
25806         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
25807         (build_scop_scattering): Remove.
25808         (create_pw_aff_from_tree): Assert instead of bailing out.
25809         (add_condition_to_pbb): Remove unused code, do not fail.
25810         (add_conditions_to_domain): Same.
25811         (add_conditions_to_constraints): Remove.
25812         (build_scop_context): New.
25813         (add_iter_domain_dimension): New.
25814         (build_iteration_domains): Initialize pbb->iterators.
25815         Call add_conditions_to_domain.
25816         (nested_in): New.
25817         (loop_at): New.
25818         (index_outermost_in_loop): New.
25819         (index_pbb_in_loop): New.
25820         (outermost_pbb_in): New.
25821         (add_in_sequence): New.
25822         (add_outer_projection): New.
25823         (outer_projection_mupa): New.
25824         (add_loop_schedule): New.
25825         (build_schedule_pbb): New.
25826         (build_schedule_loop): New.
25827         (embed_in_surrounding_loops): New.
25828         (build_schedule_loop_nest): New.
25829         (build_original_schedule): New.
25830         (build_poly_scop): Call build_original_schedule.
25831         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
25832         (free_poly_dr): Remove.
25833         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
25834         (free_poly_bb): Remove.
25835         (debug_loop_vec): Remove.
25836         (print_isl_ast): Declare.
25837         (debug_isl_ast): Declare.
25838         (scop_do_interchange): Remove.
25839         (scop_do_strip_mine): Remove.
25840         (scop_do_block): Remove.
25841         (flatten_all_loops): Remove.
25842         (optimize_isl): Remove.
25843         (pbb_number_of_iterations_at_time): Remove.
25844         (debug_scop_pbb): Declare.
25845         (print_schedule_ast): Declare.
25846         (debug_schedule_ast): Declare.
25847         (struct scop): Remove schedule.  Add original_schedule,
25848         transformed_schedule.
25849         (free_gimple_poly_bb): Remove.
25850         (print_generated_program): Remove.
25851         (debug_generated_program): Remove.
25852         (unify_scattering_dimensions): Remove.
25853         * sese.c (print_edge): ... here.
25854         (print_sese): ... here.
25855         (debug_edge): ... here.
25856         (debug_sese): ... here.
25857         * sese.h (print_edge): Declare.
25858         (print_sese): Declare.
25859         (dump_edge): Declare.
25860         (dump_sese): Declare.
25862 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
25863             Sebastian Pop  <s.pop@samsung.com>
25865         * Makefile.in: Set ISLVER in site.exp.
25867 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
25869         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
25870         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
25871         through DECL_VALUE_EXPR for expansion.
25873 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
25875         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
25876         the frame info after reload completed.
25878 2016-01-25  Jeff Law  <law@redhat.com>
25880         PR tree-optimization/69196
25881         PR tree-optimization/68398
25882         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
25883         tree-ssa-threadupdate.c.
25884         (determine_bb_domination_status): Prototype
25885         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
25886         (determine_bb_domination_status): No longer static.
25887         (valid_jump_thread_path): Remove code to detect characteristics
25888         of the jump thread path not associated with correctness.
25889         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
25890         Correct test for thread path length.  Count PHIs for real operands as
25891         statements that need to be copied.  Do not count ASSERT_EXPRs.
25892         Look at all the blocks in the thread path.  Compute and selectively
25893         filter thread paths based on threading through the latch, threading
25894         a multiway branch or crossing a multiway branch.
25896 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25898         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
25899         decl with __attribute__ ((unused)) annotation.
25901 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
25903         PR target/69421
25904         * tree-vect-stmts.c (vectorizable_condition): Check vectype
25905         of operands is compatible with a statement vectype.
25907 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
25909         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
25910         improve wording for mixed storage order support.
25912 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
25914         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
25915         (vcvt_u64_f64): Likewise.
25916         (vcvta_s64_f64): Likewise.
25917         (vcvta_u64_f64): Likewise.
25918         (vcvtm_s64_f64): Likewise.
25919         (vcvtm_u64_f64): Likewise.
25920         (vcvtn_s64_f64): Likewise.
25921         (vcvtn_u64_f64): Likewise.
25922         (vcvtp_s64_f64): Likewise.
25923         (vcvtp_u64_f64): Likewise.
25925 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
25927         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
25928         (arc_init): Check validity mll64 option.
25929         (arc_save_restore): Use double load/store instruction.
25930         (arc_expand_movmem): Likewise.
25931         (arc_split_move): Don't split if we have double load/store
25932         instructions. Returns a boolean.
25933         (arc_process_double_reg_moves): Change function to return boolean
25934         instead of a sequence of instructions.
25935         (arc_dwarf_register_span): New function.
25936         * config/arc/arc-protos.h (arc_split_move): Change prototype.
25937         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
25938         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
25939         (*movdf_insn): Likewise.
25940         * config/arc/arc.opt (mll64): New option.
25941         * config/arc/predicates.md (even_register_operand): New predicate.
25942         * doc/invoke.texi (ARC Options): Add mll64 documentation.
25944 2016-01-25  Richard Biener  <rguenther@suse.de>
25946         PR lto/69393
25947         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
25948         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
25949         DECL_NAMELESS.
25950         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
25952 2016-01-25  Richard Biener  <rguenther@suse.de>
25954         PR tree-optimization/69376
25955         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
25956         flag.
25957         (VN_INFO_ANTI_RANGE_P): New inline.
25958         (VN_INFO_RANGE_TYPE): Likewise.
25959         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
25960         SSA_NAME_ANTI_RANGE_P.
25961         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
25962         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
25963         Properly query VN_INFO_RANGE_TYPE.
25965 2016-01-25  Nick Clifton  <nickc@redhat.com>
25967         PR target/66655
25968         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
25970 2016-01-23  Tom de Vries  <tom@codesourcery.com>
25972         PR tree-optimization/69426
25973         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
25974         removed clobber.
25976 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
25978         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
25979         "the the" with "the" in the comments.
25980         * ipa-devirt.c (build_type_inheritance_graph,
25981         update_type_inheritance_graph): Likewise.
25982         * tree.c (build_function_type_list_1): Likewise.
25983         * cfgloopmanip.c (scale_loop_profile): Likewise.
25984         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
25985         * gimple-ssa-split-paths.c
25986         (find_block_to_duplicate_for_splitting_paths): Likewise.
25987         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
25988         * expr.c (convert_move): Likewise.
25989         * var-tracking.c (vt_stack_adjustments): Likewise.
25990         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
25991         * tree-vrp.c (test_for_singularity): Likewise.
25993         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
25994         directly instead of building a temporary tree.
25996         PR bootstrap/69434
25997         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
25998         remove <algorithm> include.
26000 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
26002         PR target/69432
26003         * config/i386/i386.c: Include dojump.h.
26004         (expand_small_movmem_or_setmem,
26005         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
26006         fixes.
26007         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
26008         if dynamic_check != -1.
26010 2016-01-21  Jeff Law  <law@redhat.com>
26012         PR middle-end/69347
26013         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
26014         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
26015         into dominated_by_p.
26016         (cprop_into_successor_phis): Avoid unnecessary tests.
26018 2016-01-22  Richard Henderson  <rth@redhat.com>
26020         PR target/69416
26021         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
26022         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
26024 2016-01-22  Michael Matz  <matz@suse.de>
26026         * system.h (string, algorithm): Include only conditionally.
26027         (new): Include always under C++.
26028         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
26029         * final.c (toplevel): Ditto.
26030         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
26031         * genconditions.c (write_header): Make gencondmd.c define
26032         INCLUDE_STRING.
26033         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
26035         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
26036         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
26038 2016-01-22  Christian Bruel  <christian.bruel@st.com>
26040         PR target/68674
26041         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
26043 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26045         PR target/69403
26046         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
26047         define_insn_and_split.  Ensure operands[1] and operands[0] do not
26048         get assigned the same register.
26050 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
26052         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
26054 2016-01-22  Christian Bruel  <christian.bruel@st.com>
26056         * config/arm/arm-c.c (arm_pragma_target_parse):
26057         Remove warn_builtin_macro_redefined overwrite.
26059 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
26061         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
26062         flag_non_call_exceptions compatibility.
26064 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
26066         PR debug/66668
26067         * dwarf2out.c (add_child_die_after): New function.
26068         (dwarf_qual_info_t): New type.
26069         (dwarf_qual_info): New variable.
26070         (qualified_die_p): New function.
26071         (modified_type_die): For -fdebug-types-section, ensure
26072         canonical order of qualifiers.  Put qualified DIEs adjacent
26073         to the corresponding non-qualified type DIE and search there
26074         for existing qualified DIEs.
26076 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
26078         * doc/extend.texi (scalar_storage_order type attribute): Document
26079         restriction on type punning and aliasing, and remove future tense.
26081 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
26083         PR target/69252
26084         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
26085         first stage.
26087 2016-01-21  Jeff Law  <law@redhat.com>
26089         PR middle-end/69347
26090         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
26091         useless call to record_temporary_equivalences.
26092         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
26093         allocate 10 slots in the bb_path vector and let it grow as needed.
26094         (fsm_find_control_statement_thread_paths): Similarly for the next_path
26095         vector.
26097 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
26099         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
26100         Detangle.
26101         * configure: Regenerate.
26103 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
26105         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
26106         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
26108 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
26110         PR middle-end/66178
26111         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
26112         drop EXPAND_INITIALIZER.
26113         * rtl.h (contains_symbolic_reference_p): Declare.
26114         * rtlanal.c (contains_symbolic_reference_p): New function.
26115         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
26116         a subtraction into a NOT if symbolic constants are involved.
26118 2016-01-21  Anton Blanchard  <anton@samba.org>
26119             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26121         PR target/63354
26122         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
26123         #define.
26124         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
26125         function.
26127 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
26129         * config/microblaze/microblaze.c
26130         (get_branch_target): New.
26131         (insert_wic_for_ilb_runout): New.
26132         (insert_wic): New.
26133         (microblaze_machine_dependent_reorg): New.
26134         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
26135         * config/microblaze/microblaze.md
26136         (UNSPEC_IPREFETCH): Define.
26137         (iprefetch): New pattern
26138         * config/microblaze/microblaze.opt
26139         (mxl-prefetch): New flag.
26141 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
26143         * config/microblaze/microblaze.h
26144         (FIXED_REGISTERS): Update in macro.
26145         (CALL_USED_REGISTERS): Update in macro.
26147 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
26149         PR rtl-optimization/68920
26150         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
26151         moves.
26153 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
26155         PR rtl-optimization/68990
26156         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
26157         pseudo instead of inheritance ones.
26159 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
26160             Nick Clifton  <nickc@redhat.com>
26162         PR target/69129
26163         PR target/69012
26164         * config/mips/mips.c (mips_compute_frame_info): Initialise
26165         args_size and hard_frame_pointer_offset fields of the frame
26166         structure before calling mips_global_pointer.
26168 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
26170         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
26171         label reference.
26172         * configure: Regenerate.
26174 2016-01-21  Richard Biener  <rguenther@suse.de>
26176         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
26178 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
26180         * config/s390/s390.c (s390_asm_declare_function_size): Add code
26181         to actually emit the .size directive.
26183 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
26184              Jakub Jelinek  <jakub@redhat.com>
26186         PR target/69187
26187         PR target/65624
26188         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
26189         args array size by one to avoid buffer overflow.
26191 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
26193         * config/s390/s390.md (pool_section_start): Use switch_to_section
26194         to select proper read-only data section instead of hardcoding
26195         .rodata.
26196         (pool_section_end): Use switch_to_section to match the above.
26198 2016-01-21  Richard Biener  <rguenther@suse.de>
26200         PR tree-optimization/69378
26201         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
26202         (set_ssa_val_to): Use it for dominance checks taking into
26203         account not executable edges.
26205 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
26207         PR c++/69355
26208         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
26209         for bitsize instead of GET_MODE_PRECISION (mode).
26211 2016-01-20  Martin Sebor  <msebor@redhat.com>
26213         PR c/52291
26214         * extend.texi (__sync Builtins): Clarify the semantics of
26215         __sync_fetch_and_OP built-ins on pointers.
26216         (__atomic Builtins): Same.
26218 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26219             Sebastian Pop  <s.pop@samsung.com>
26221         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
26222         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
26223         (is_valid_rename): Same.
26224         (translate_isl_ast_to_gimple::get_rename): Same.
26225         (translate_isl_ast_to_gimple::rename_all_uses): Same.
26226         (translate_isl_ast_to_gimple::rename_uses): Same.
26227         (get_new_name): Check for close_phi nodes.
26228         (copy_loop_phi_args): Use phi_node_kind.
26229         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
26230         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
26232 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26233             Sebastian Pop  <s.pop@samsung.com>
26235         Revert commit r229783.
26236         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
26237         Remove use of parameter_rename_map.
26238         (copy_def): Remove.
26239         (copy_internal_parameters): Remove.
26240         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
26241         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
26242         (free_sese_info): Do not free parameter_rename_map.
26243         (set_rename): Do not use parameter_rename_map.
26244         (rename_uses): Update call to set_rename.
26245         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
26246         * sese.h (parameter_rename_map_t): Remove.
26247         (struct sese_info_t): Remove field parameter_rename_map.
26249 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26250             Sebastian Pop  <s.pop@samsung.com>
26252         * graphite-isl-ast-to-gimple.c: Fix comment.
26253         * graphite-scop-detection.c (defined_in_loop_p): New.
26254         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
26255         names defined in loop.
26257 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26258             Sebastian Pop  <s.pop@samsung.com>
26260         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
26261         Discard unstructured if-then-else regions.
26263 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26264             Sebastian Pop  <s.pop@samsung.com>
26266         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
26267         (cleanup_loop_iter_dom): Remove.
26268         (build_loop_iteration_domains): Remove.
26269         (build_scop_context): Remove.
26270         (build_scop_iteration_domain): Remove.
26271         (add_loop_constraints): New.
26272         (build_iteration_domains): New.
26273         (build_poly_scop): Call build_iteration_domains.
26275 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26276             Sebastian Pop  <s.pop@samsung.com>
26278         * graphite-scop-detection.c
26279         (scop_detection::harmful_loop_in_region): Free dom and loops.
26280         (scop_detection::loop_body_is_valid_scop): Free bbs.
26282 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26283             Sebastian Pop  <s.pop@samsung.com>
26285         * graphite-scop-detection.c (record_loop_in_sese): New.
26286         (gather_bbs::before_dom_children): Call record_loop_in_sese.
26287         (build_scops): Remove call to build_sese_loop_nests.
26288         * sese.c (sese_record_loop): Remove.
26289         (build_sese_loop_nests): Remove.
26290         (new_sese_info): Remove region->loops.
26291         (free_sese_info): Same.
26292         * sese.h (sese_contains_loop): Same.
26293         (build_sese_loop_nests): Remove.
26294         (sese_contains_loop): Remove.
26296 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26297             Sebastian Pop  <s.pop@samsung.com>
26299         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
26300         loop_is_valid_in_scop.
26301         (scop_detection::harmful_stmt_in_region): Renamed
26302         harmful_loop_in_region.
26303         Call loop_is_valid_in_scop.
26305 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26306             Sebastian Pop  <s.pop@samsung.com>
26308         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
26309         isl_ast_node_mark.
26311 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26312             Sebastian Pop  <s.pop@samsung.com>
26314         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
26315         * graphite.h (struct poly_bb): Remove field is_reduction.
26316         (PBB_IS_REDUCTION): Remove.
26318 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
26319             Sebastian Pop  <s.pop@samsung.com>
26321         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
26322         (add_pdr_constraints): Same.
26323         (scop_get_reads): Same.
26324         (scop_get_must_writes): Same.
26325         (scop_get_may_writes): Same.
26326         (scop_get_original_schedule): Same.
26327         (extend_schedule): Same.
26328         (apply_schedule_on_deps): Same.
26329         (carries_deps): Same.
26330         (compute_deps): Same.
26331         (scop_get_dependences): Same.
26332         * graphite-isl-ast-to-gimple.c
26333         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
26334         * graphite-optimize-isl.c (get_schedule_for_band): Same.
26335         (get_schedule_for_band_list): Same.
26336         (get_schedule_map): Same.
26337         (apply_schedule_map_to_scop): Same.
26338         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
26339         (build_loop_iteration_domains): Same.
26340         (add_condition_to_pbb): Same.
26341         (add_param_constraints): Same.
26342         (pdr_add_memory_accesses): Same.
26343         (pdr_add_data_dimensions): Same.
26345 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
26347         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
26348         requirements.
26350 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
26352         * common.opt (feliminate-dwarf2-dups): Replace references to
26353         "DWARF 2" with just "DWARF".
26354         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
26355         * doc/extend.texi: Likewise.
26356         * doc/cpp.texi: Likewise.
26357         * doc/invoke.texi: Likewise.
26358         (Option Summary): Add -gdwarf to list of Debugging Options.
26359         (Debugging Options): Document -gdwarf.
26360         * doc/contrib.texi: Spell "DWARF" like that.
26362 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
26364         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
26365         warning.  Fix up formatting.
26367         PR middle-end/67653
26368         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
26369         attempt to mark memory input operand addressable and
26370         call prepare_gimple_addressable in that case.  Don't adjust
26371         input_location for diagnostics, use error_at instead.
26373 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
26375         * config/rs6000/ppc-auxv.h: New file.
26376         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
26377         (cpu_is): Likewise.
26378         (cpu_supports): Likewise.
26379         * config/rs6000/rs6000.c: include "ppc-auxv.h".
26380         (cpu_is_info): New variable.
26381         (cpu_supports_info): Likewise.
26382         (tcb_verification_symbol): Likewise.
26383         (cpu_builtin_p): Likewise.
26384         (cpu_expand_builtin): New function.
26385         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
26386         (rs6000_init_builtins): Likewise.
26387         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
26388         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
26389         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
26390         * configure: Regenerate.
26391         * config.in: Likewise.
26392         * doc/extend.texi (PowerPC Built-in Functions): Document
26393         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
26395 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
26397         PR target/68609
26398         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
26399         domain check.
26400         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
26401         for V4SFmode.
26403 2016-01-20  Richard Henderson  <rth@redhat.com>
26405         PR bootstrap/69343
26406         PR bootstrap/69339
26407         PR tree-opt/68964
26408         Revert:
26409         * tree.c (tm_define_builtin): New.
26410         (find_tm_vector_type): New.
26411         (build_tm_vector_builtins): New.
26412         (build_common_builtin_nodes): Call it.
26414 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
26416         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
26417         (arm_fp_ok): Likewise.
26418         (arm_fp): Likewise.
26419         (arm_crypto): Likewise.
26421 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
26422             Richard Biener  <rguenther@suse.de>
26424         PR tree-optimization/69328
26425         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
26426         vectors have same number of elements.
26427         (vectorizable_condition): Fix masked version recognition.
26429 2016-01-20  Richard Biener  <rguenther@suse.de>
26431         PR tree-optimization/69345
26432         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
26433         (VN_INFO_PTR_INFO): Likewise.
26434         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
26435         info when it is equal between non-dominating SSA names.
26436         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
26437         Make sure to look at original SSA infos.
26439 2016-01-20  Jeff Law  <law@redhat.com>
26441         PR target/25114
26442         * config/m68k/predicates.md (pow2_m1_operand): New predicate
26443         extracted from ...
26444         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
26445         (pc_or_label_operand): New predicate.
26446         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
26447         tests for small integers that are 2^n - 1.
26449 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
26451         * doc/invoke.texi (Options Summary): Add '.' after @xref.
26453 2016-01-19  Jeff Law  <law@redhat.com>
26455         PR middle-end/69347
26456         * tree-ssa-threadbackwards.c
26457         (fsm_find_control_statement_thread_paths): Do not try to lookup
26458         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
26460 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
26462         * doc/lto.texi: Remove text that says only Gold has linker plugin
26463         support.
26465 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
26467         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
26468         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
26469         the DIE accordingly.
26470         (modified_type_die): Add REVERSE parameter and pass it recursively,
26471         as well as to base_type_die.  Adjust presence check accordingly.
26472         (base_type_for_mode): Adjust call to modified_type_die.
26473         (add_type_attribute): Add REVERSE parameter and pass it to
26474         modified_type_die.
26475         (generic_parameter_die): Adjust call to add_type_attribute.
26476         (add_scalar_info): Likewise.
26477         (add_subscript_info): Likewise.
26478         (gen_array_type_die): Likewise.
26479         (gen_descr_array_type_die): Likewise.
26480         (gen_entry_point_die): Likewise.
26481         (gen_enumeration_type_die): Likewise.
26482         (gen_formal_parameter_die): Likewise.
26483         (gen_subprogram_die): Likewise.
26484         (gen_variable_die ): Likewise.
26485         (gen_const_die): Likewise.
26486         (gen_field_die): Likewise.
26487         (gen_pointer_type_die): Likewise.
26488         (gen_reference_type_die): Likewise.
26489         (gen_ptr_to_mbr_type_die): Likewise.
26490         (gen_inheritance_die): Likewise.
26491         (gen_subroutine_type_die): Likewise.
26492         (gen_typedef_die): Likewise.
26493         (force_type_die): Adjust call to modified_type_die.
26495 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
26497         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
26498         flow throughout the file.  Fix broken link to Objective-C 2.0
26499         documentation.
26500         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
26501         errors.
26503 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
26505         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
26507 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
26509         PR ipa/66223
26510         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
26511         (maybe_record_node): Record cxa_pure_virtual as the only possible
26512         target if there are not ohter candidates.
26513         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
26515 2016-01-19  Richard Biener  <rguenther@suse.de>
26517         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
26518         (get_memory_order): Likewise.
26520 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
26522         * tree-vect-stmts.c (vectorizable_store): Check
26523         rhs vectype.
26525 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
26527         PR jit/68446
26528         * gcc.c (driver::decode_argv): Add call to
26529         init_opts_obstack before init_options_struct.
26530         * opts.c (init_opts_obstack): Remove idempotency.
26531         (init_options_struct): Replace call to init_opts_obstack
26532         with a gcc_assert to verify that it has already been called.
26533         * toplev.c (toplev::main): Add call to init_opts_obstack before
26534         calls to init_options_struct.
26535         (toplev::finalize): Move cleanup of opts_obstack next to
26536         cleanup of save_decoded_options, clearing the latter, and
26537         save_decoded_options_count.
26539 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26541         PR target/69135
26542         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
26543         attribute to unconditional.  Remove %? from output template.
26545 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
26546             Jiong Wang  <jiong.wang@arm.com>
26548         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
26549         generated from different expand order.
26551 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
26553         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
26554         Add support for CCMP costing.
26556 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
26558         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
26559         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
26560         (fccmpe<mode>): Likewise.
26561         (fcmp): Rename to fcmp and globalize pattern.
26562         (fcmpe): Likewise.
26563         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
26564         (aarch64_gen_ccmp_next): Add FP support.
26566 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
26568         * target.def (gen_ccmp_first): Update documentation.
26569         (gen_ccmp_next): Likewise.
26570         * doc/tm.texi (gen_ccmp_first): Update documentation.
26571         (gen_ccmp_next): Likewise.
26572         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
26573         expand_ccmp_expr_1.  Improve comments.
26574         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
26575         (ccmp_ior<mode>): Remove pattern.
26576         (cmp<mode>): Remove expand.
26577         (cmp): Globalize pattern.
26578         (cstorecc4): Use cc_register.
26579         (mov<mode>cc): Remove ccmp_cc_register check.
26580         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
26581         Simplify after removal of CC_DNE/* modes.
26582         (aarch64_ccmp_mode_to_code): Remove.
26583         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
26584         In 'k' case use integer as condition.
26585         (aarch64_nzcv_codes): Remove inverted cases.
26586         (aarch64_code_to_ccmode): Remove.
26587         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
26588         comparison with CC register to be used in folowing CCMP/branch/CSEL.
26589         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
26590         pattern.  Return the comparison with CC register.  Invert conditions
26591         when bitcode is OR.
26592         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
26593         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
26595 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
26597         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
26598         instrumented_version.
26600 2016-01-19  Richard Biener  <rguenther@suse.de>
26602         PR tree-optimization/69336
26603         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
26604         handled components with get_ref_base_and_extent.
26605         (equal_mem_array_ref_p): Adjust.
26607 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
26609         PR debug/65779
26610         * shrink-wrap.c: Include valtrack.h.
26611         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
26612         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
26613         in between insn and where it will be moved to.  Call
26614         dead_debug_insert_temp.
26615         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
26616         first and dead_debug_local_finish at the end.
26617         For uses and defs bitmap, handle all regs in between REGNO and
26618         END_REGNO, not just the first one.
26620 2016-01-19  Richard Biener  <rguenther@suse.de>
26622         PR tree-optimization/69352
26623         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
26624         (equal_mem_array_ref_p): Constrain size and max size properly.
26625         Compare the reverse flag.
26627 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
26629         * ira.c (ira): Update regstat data if we deleted insns.
26631 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
26633         PR rtl-optimization/68955
26634         PR rtl-optimization/64557
26635         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
26636         here.  Fix up formatting.
26637         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
26639 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
26641         PR lto/69133
26642         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
26643         assume that the node has body.
26644         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
26645         check.
26647 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
26649         * lto-streamer-out.c (lto_output): Do not stream instrumentation
26650         thunks.
26652 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
26654         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
26655         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
26657 2016-01-19  Martin Jambor  <mjambor@suse.cz>
26658             Martin Liska  <mliska@suse.cz>
26659             Michael Matz  <matz@suse.de>
26661         * Makefile.in (OBJS): Add new source files.
26662         (GTFILES): Add hsa.c.
26663         * common.opt (disable_hsa): New variable.
26664         (-Whsa): New warning.
26665         * config.in (ENABLE_HSA): New.
26666         * configure.ac: Treat hsa differently from other accelerators.
26667         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
26668         $enable_offloading.
26669         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
26670         * doc/install.texi (Configuration): Document --with-hsa-runtime,
26671         --with-hsa-runtime-include, --with-hsa-runtime-lib and
26672         --with-hsa-kmt-lib.
26673         * doc/invoke.texi (-Whsa): Document.
26674         (hsa-gen-debug-stores): Likewise.
26675         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
26676         to invoke offload compiler for hsa acclerator.
26677         * opts.c (common_handle_option): Determine whether HSA offloading
26678         should be performed.
26679         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
26680         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
26681         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
26682         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
26683         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
26684         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
26685         GF_OMP_FOR_KIND_GRID_LOOP.
26686         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
26687         (pp_gimple_stmt_1): Likewise.
26688         * gimple-walk.c (walk_gimple_stmt): Likewise.
26689         * gimple.c (gimple_build_omp_grid_body): New function.
26690         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
26691         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
26692         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
26693         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
26694         GF_OMP_TEAMS_GRID_PHONY.
26695         (gimple_statement_omp_single_layout): Updated comments.
26696         (gimple_build_omp_grid_body): New function.
26697         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
26698         (gimple_omp_for_grid_phony): New function.
26699         (gimple_omp_for_set_grid_phony): Likewise.
26700         (gimple_omp_parallel_grid_phony): Likewise.
26701         (gimple_omp_parallel_set_grid_phony): Likewise.
26702         (gimple_omp_teams_grid_phony): Likewise.
26703         (gimple_omp_teams_set_grid_phony): Likewise.
26704         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
26705         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
26706         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
26707         (BUILT_IN_GOMP_TARGET): Updated type.
26708         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
26709         (adjust_for_condition): New function.
26710         (get_omp_for_step_from_incr): Likewise.
26711         (extract_omp_for_data): Moved parts to adjust_for_condition and
26712         get_omp_for_step_from_incr.
26713         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
26714         (fixup_child_record_type): Bail out if receiver_decl is NULL.
26715         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
26716         (scan_omp_parallel): Do not create child functions for phony
26717         constructs.
26718         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
26719         (scan_omp_1_op): Checking assert we are not remapping to
26720         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
26721         (parallel_needs_hsa_kernel_p): New function.
26722         (expand_parallel_call): Register apprpriate parallel child
26723         functions as HSA kernels.
26724         (grid_launch_attributes_trees): New type.
26725         (grid_attr_trees): New variable.
26726         (grid_create_kernel_launch_attr_types): New function.
26727         (grid_insert_store_range_dim): Likewise.
26728         (grid_get_kernel_launch_attributes): Likewise.
26729         (get_target_argument_identifier_1): Likewise.
26730         (get_target_argument_identifier): Likewise.
26731         (get_target_argument_value): Likewise.
26732         (push_target_argument_according_to_value): Likewise.
26733         (get_target_arguments): Likewise.
26734         (expand_omp_target): Call get_target_arguments instead of looking
26735         up for teams and thread limit.
26736         (grid_expand_omp_for_loop): New function.
26737         (grid_arg_decl_map): New type.
26738         (grid_remap_kernel_arg_accesses): New function.
26739         (grid_expand_target_kernel_body): New function.
26740         (expand_omp): Call it.
26741         (lower_omp_for): Do not emit phony constructs.
26742         (lower_omp_taskreg): Do not emit phony constructs but create for them
26743         a temporary variable receiver_decl.
26744         (lower_omp_taskreg): Do not emit phony constructs.
26745         (lower_omp_teams): Likewise.
26746         (lower_omp_grid_body): New function.
26747         (lower_omp_1): Call it.
26748         (grid_reg_assignment_to_local_var_p): New function.
26749         (grid_seq_only_contains_local_assignments): Likewise.
26750         (grid_find_single_omp_among_assignments_1): Likewise.
26751         (grid_find_single_omp_among_assignments): Likewise.
26752         (grid_find_ungridifiable_statement): Likewise.
26753         (grid_target_follows_gridifiable_pattern): Likewise.
26754         (grid_remap_prebody_decls): Likewise.
26755         (grid_copy_leading_local_assignments): Likewise.
26756         (grid_process_kernel_body_copy): Likewise.
26757         (grid_attempt_target_gridification): Likewise.
26758         (grid_gridify_all_targets_stmt): Likewise.
26759         (grid_gridify_all_targets): Likewise.
26760         (execute_lower_omp): Call grid_gridify_all_targets.
26761         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
26762         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
26763         (tree_omp_clause): Added union field dimension.
26764         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
26765         * tree.c (omp_clause_num_ops): Added number of arguments of
26766         OMP_CLAUSE__GRIDDIM_.
26767         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
26768         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
26769         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
26770         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
26771         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
26772         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
26773         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
26774         * tree-pass.h (make_pass_gen_hsail): Declare.
26775         (make_pass_ipa_hsa): Likewise.
26776         * ipa-hsa.c: New file.
26777         * lto-section-in.c (lto_section_name): Add hsa section name.
26778         * lto-streamer.h (lto_section_type): Add hsa section.
26779         * timevar.def (TV_IPA_HSA): New.
26780         * hsa-brig-format.h: New file.
26781         * hsa-brig.c: New file.
26782         * hsa-dump.c: Likewise.
26783         * hsa-gen.c: Likewise.
26784         * hsa.c: Likewise.
26785         * hsa.h: Likewise.
26786         * toplev.c (compile_file): Call hsa_output_brig.
26787         * hsa-regalloc.c: New file.
26789 2016-01-18  Jeff Law  <law@redhat.com>
26791         PR tree-optimization/69320
26792         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
26793         ranged object, do nothing if the RHS constant is not [0..1].
26794         (optimize_stmt): Comparing a boolean ranged object against a
26795         constant outside [0..1] results in a compile-time constant.
26797         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
26798         test.
26800 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
26802         * doc/invoke.texi (Invoking GCC): Add new section to menu.
26803         (Option Summary): Update to reflect new section and moved options.
26804         (C++ Dialect Options): Move -fstats to new section.
26805         (Debugging Options): Move all dump, statistics, and other GCC
26806         developer options to new section.  Rewrite section introduction
26807         and re-order remaining options to put the more basic ones first.
26808         (Optimization Options): Move -fira-verbose and -flto-report* to
26809         new section.
26810         (Developer Options): New section incorporating moved options.
26811         * doc/cppopts.texi (-dM): Update cross-reference.
26813 2016-01-18  Richard Henderson  <rth@redhat.com>
26815         PR target/69176
26816         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
26817         operands to pseudo only if CSE is expected.  Split long immediate
26818         operands only after reload, and for the stack pointer.
26819         (*add<GPI>3_pluslong): Remove.
26820         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
26821         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
26822         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
26823         (*add<GPI>3 peepholes): New.
26824         (*add<GPI>3 splitters): New.
26825         * config/aarch64/constraints.md (Upl): New.
26826         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
26828 2016-01-18  Richard Biener  <rguenther@suse.de>
26830         PR tree-optimization/69297
26831         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
26832         stmt at most once.
26833         (vect_bb_vectorization_profitable_p): Clear visited flag again.
26835 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
26837         PR middle-end/68542
26838         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
26839         of mixind vector and scalar types.
26840         (fold_relational_const): Add handling of vector
26841         comparison with boolean result.
26842         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
26843         comparison of vector operands with boolean result for EQ/NE only.
26844         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
26845         (verify_gimple_cond): Likewise.
26846         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
26847         valid type of VAL.
26849 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
26851         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
26852         !TARGET_OCTEON.
26854 2016-01-18  Richard Biener  <rguenther@suse.de>
26856         PR middle-end/69308
26857         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
26859 2016-01-18  Tom de Vries  <tom@codesourcery.com>
26861         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
26863 2016-01-18  Tom de Vries  <tom@codesourcery.com>
26865         * omp-low.c (set_oacc_fn_attrib): Make extern.
26866         * omp-low.h (set_oacc_fn_attrib): Declare.
26867         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
26868         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
26869         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
26870         Add and handle function parameter oacc_kernels_p.
26871         (find_reduc_addr, get_omp_data_i_param): New function.
26872         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
26873         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
26874         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
26875         Calculate dominance info.  Skip loops that are not in a kernels region
26876         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
26877         (pass_parallelize_loops::execute): Call parallelize_loops with
26878         oacc_kernels_p argument.
26879         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
26880         New member function.
26881         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
26882         * passes.def: Add argument to pass_parallelize_loops instantation.
26884 2016-01-18  Tom de Vries  <tom@codesourcery.com>
26886         * tree-parloops.c (pass_parallelize_loops::execute): Allow
26887         pass_parallelize_loops to be run outside the loop pipeline.
26889 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
26891         * tree-scalar-evolution.c (follow_copies_to_constant): New.
26892         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
26894 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
26896         PR target/63679
26897         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
26898         using get_ref_base_and_extent.
26899         (equal_mem_array_ref_p): New.
26900         (hashable_expr_equal_p): Add call to previous.
26902 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
26904         PR target/63679
26905         * tree-sra.c (disqualified_constants, constant_decl_p): New.
26906         (sra_initialize): Allocate disqualified_constants.
26907         (sra_deinitialize): Free disqualified_constants.
26908         (disqualify_candidate): Update disqualified_constants when appropriate.
26909         (create_access): Scan for constant-pool entries as we go along.
26910         (scalarizable_type_p): Add check against type_contains_placeholder_p.
26911         (maybe_add_sra_candidate): Allow constant-pool entries.
26912         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
26913         (initialize_constant_pool_replacements): New.
26914         (sra_modify_assign): Avoid mangling assignments created by previous,
26915         and don't generate writes into constant pool.
26916         (sra_modify_function_body): Call initialize_constant_pool_replacements.
26918 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
26920         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
26921         andnot instruction.
26922         (scalar_chain::convert_op): Likewise.
26923         * config/i386/i386.md (*andndi3_doubleword): New.
26925 2016-01-18  Richard Biener  <rguenther@suse.de>
26927         PR tree-optimization/69170
26928         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
26929         building a vector from scalar results of a pattern stmt.
26931 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
26933         * haifa-sched.c (autopref_multipass_init): Work around
26934         -Wmaybe-uninitialized warning.
26936 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
26938         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
26939         against the constant 0.
26941 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26943         PR tree-optimization/68799
26944         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
26945         look up phi candidates in the statement-candidate map.
26946         (phi_add_costs): Likewise.
26947         (record_phi_increments): Likewise.
26948         (phi_incr_cost): Likewise.
26949         (ncd_with_phi): Likewise.
26950         (all_phi_incrs_profitable): Likewise.
26952 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
26954         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
26955         -Wmaybe-uninitialized warning.
26957 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
26959         * doc/invoke.texi (Invoking GCC): Add new section to menu.
26960         (Option Summary): Update to reflect new section and moved options.
26961         (C++ Dialect Options): Move -fvtable-verify and related options.
26962         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
26963         and profiling-related options.
26964         (Optimization Options): Move profile generation options and
26965         -fstack-protector and related options.
26966         (Instrumentation Options): New section incorporating moved options.
26967         (Code Generation Options): Move -finstrument-functions and
26968         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
26970 2016-01-16  Tom de Vries  <tom@codesourcery.com>
26972         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
26974 2016-01-16  Tom de Vries  <tom@codesourcery.com>
26976         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
26978 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
26980         * hash-table.h (hash_table::empty): Turn into an inline wrapper
26981         that checks whether the table is already empty.  Rename the
26982         original implementation to...
26983         (hash_table::empty_slot): ...this new private function.
26985 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
26987         PR diagnostic/68899
26988         * diagnostic-show-locus.c (layout::print_source_line): Move x
26989         offset of line until after call to
26990         get_line_width_without_trailing_whitespace.
26992 2016-01-15  Jeff Law  <law@redhat.com>
26994         PR tree-optimization/69270
26995         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
26996         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
26997         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
26998         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
26999         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
27000         ssa_name_has_boolean_range and constant_boolean_node.
27002 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
27004         PR rtl-optimization/69030
27005         * lra-spills.c (remove_pseudos): Check nrefs and make the function
27006         returning bool.
27007         (spill_pseudos): Delete debug insn for dead pseudo.
27008         (lra_spill): Initiate spill_hard_reg and slots memory separately.
27010 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
27012         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
27013         New.
27014         (TYPES_UNOPUS): Likewise.
27015         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
27016         builtin type, from UNOP to UNOPUS.
27017         (lbtruncuv4sf): Likewise.
27018         (lbtruncuv2df): Likewise.
27019         (lrounduv2sf): Likewise.
27020         (lrounduv4sf): Likewise.
27021         (lrounduv2df): Likewise.
27022         (lroundusf): Likewise.
27023         (lroundusf): Likewise.
27024         (lceiluv2sf): Likewise.
27025         (lceiluv4sf): Likewise.
27026         (lceiluv2df): Likewise.
27027         (lceilusf): Likewise.
27028         (lceiludf): Likewise.
27029         (lflooruv2sf): Likewise.
27030         (lflooruv4sf): Likewise.
27031         (lflooruv2df): Likewise.
27032         (lfloorusf): Likewise.
27033         (lfloorudf): Likewise.
27034         (lfrintnuv2sf): Likewise.
27035         (lfrintnuv4sf): Likewise.
27036         (lfrintnuv2df): Likewise.
27037         (lfrintnusf): Likewise.
27038         (lfrintnudf): Likewise.
27039         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
27040         conversion.
27041         (vcvtq_u32_f32): Likewise.
27042         (vcvtq_u64_f64): Likewise.
27043         (vcvta_u32_f32): Likewise.
27044         (vcvtaq_u32_f32): Likewise.
27045         (vcvtaq_u64_f64): Likewise.
27046         (vcvtm_u32_f32): Likewise.
27047         (vcvtmq_u32_f32): Likewise.
27048         (vcvtmq_u64_f64): Likewise.
27049         (vcvtn_u32_f32): Likwise.
27050         (vcvtnq_u32_f32): Likewise.
27051         (vcvtnq_u64_f64): Likewise.
27052         (vcvtp_u32_f32): Likewise.
27053         (vcvtpq_u32_f32): Likewise.
27054         (vcvtpq_u64_f64): Likewise.
27055         (vcvtmd_u64_f64): Likewise.
27056         (vcvtms_u32_f32): Likewise.
27057         (vcvtad_u64_f64): Likewise.
27058         (vcvtas_u32_f32): Likewise.
27059         (vcvtnd_u64_f64): Likewise.
27060         (vcvtns_u32_f32): Likewise.
27061         (vcvtpd_u64_f64): Likewise.
27062         (vcvtps_u32_f32): Likewise.
27064 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27066         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
27067         CSEL of zero_extended registers.
27069 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27071         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
27072         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
27074 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27076         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
27077         false when argument string is not found in the attributes table
27078         at all.
27080 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
27082         PR target/68609
27083         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
27084         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
27085         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
27086         precision estimate.
27088 2016-01-15  Richard Biener  <rguenther@suse.de>
27090         PR tree-optimization/66856
27091         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
27092         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
27093         (vect_create_new_slp_node): Increment stmt reference count.
27094         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
27095         an SLP tree before swapping operands.
27096         (vect_build_slp_tree): Likewise.
27097         (destroy_bb_vec_info): Free stmt info after SLP instances.
27098         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
27099         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
27100         (STMT_VINFO_NUM_SLP_USES): New macro.
27102 2016-01-15  Richard Biener  <rguenther@suse.de>
27104         PR debug/69137
27105         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
27106         (add_linkage_name): ... here.
27107         (gen_typedef_die): Use add_linkage_name_raw instead of
27108         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
27109         if necessary.
27111 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
27113         * gimplify.c (oacc_default_clause): Decode reference and pointer
27114         types for both kernels and parallel regions.
27116 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
27118         PR middle-end/69246
27119         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
27121 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
27123         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
27124         (convert_scalars_to_vector): Likewise.
27126 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
27128         * doc/extend.texi (Type Traits): Fix grammar.
27130 2016-01-15  Martin Jambor  <mjambor@suse.cz>
27132         * tree-inline.c (remap_decl): Use existing dclarations if
27133         remapping a type and prevent_decl_creation_for_types.
27134         (replace_locals_stmt): Do an initial remapping of non-VLA typed
27135         decls first.  Do real remapping with
27136         prevent_decl_creation_for_types set.
27137         * tree-inline.h (copy_body_data): New field
27138         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
27139         padding.
27141 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
27143         * config/s390/s390.opt (mmvcle): More verbose help text.
27145 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
27147         * config/s390/s390.opt: Add period to -mzvector option text.
27149 2016-01-15  Richard Biener  <rguenther@suse.de>
27151         PR tree-optimization/68961
27152         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
27153         of invariants in stores again.
27155 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
27157         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
27159 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
27161         * config/i386/i386.c (ix86_expand_branch): Don't split
27162         DI mode xor instruction to SI mode.
27164 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
27166         PR ipa/68148
27167         * ipa-icf.c (sem_function::merge): Virtual functions may become
27168         reachable even if they address is not taken and there are no
27169         idrect calls.
27171 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
27173         * lto-streamer-out.c (subtract_estimated_size): New function.
27174         (get_symbol_initial_value): Use it.
27176 2016-01-15  Christian Bruel  <christian.bruel@st.com>
27178         PR target/65837
27179         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
27180         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
27181         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
27182         use add_builtin_function_ext_scope instead of add_builtin_function.
27183         (neon_set_p, neon_crypto_set_p): Remove.
27184         (arm_init_builtins): Always call arm_init_neon_builtins and
27185         arm_init_crypto_builtins.
27186         (arm_expand_builtin): Check that builtins are allowed for the arch.
27187         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
27188         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
27189         arm_init_neon_builtins call.
27191 2016-01-15  Richard Biener  <rguenther@suse.de>
27193         PR tree-optimization/69117
27194         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
27195         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
27196         of the leader conservatively.
27197         (free_scc_vn): Restore original SSA name infos.
27199 2016-01-14  Jeff Law  <law@redhat.com>
27201         PR tree-optimization/69270
27202         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
27203         single bit of precision, verify it's also unsigned.
27204         (record_edge_info): Use constant_boolean_node rather than fold_convert
27205         to convert boolean_true/boolean_false to the right type.
27207 2016-01-14  Richard Henderson  <rth@redhat.com>
27209         PR rtl-opt/69014
27210         * loop-doloop.c (record_reg_sets): New.
27211         (doloop_optimize): Reject the transform if the sequence
27212         clobbers registers live at the end of the loop block.
27213         (doloop_optimize_loops): Enable df_live if needed.
27215 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
27217         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
27218         * config/rs6000/rs6000.c: Likewise.
27219         * config/rs6000/rs6000.h: Likewise.
27220         * config/rs6000/rs6000.md: Likewise.
27221         * doc/extend.texi: Likewsie.
27223 2016-01-14  Jeff Law  <law@redhat.com>
27225         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
27226         typo.
27228 2016-01-14  Richard Henderson  <rth@redhat.com>
27230         PR c/69272
27231         PR tree-opt/68964
27232         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
27233         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
27234         instead of builtin_decl_declared_p to test for declaration.
27236 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
27238         * doc/loop.texi (Loop Analysis and Representation): Document
27239         loop_depth function.
27241 2016-01-14  Tom de Vries  <tom@codesourcery.com>
27243         PR tree-optimization/68773
27244         * omp-low.c (expand_omp_target): Don't set force_output.
27245         * varpool.c (varpool_node::get_create): Same.
27246         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
27247         offload_funcs with force_output.
27249 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
27251         PR debug/69244
27252         * lra-eliminations.c (move_plus_up): Don't change anything if either
27253         the outer or inner subreg mode is not MODE_INT.
27254         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
27255         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
27257 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
27259         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
27260         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
27261         reduc_uplus_@var{m}): Remove.
27262         * expr.c (expand_expr_real_2): Remove expansion path for
27263         reduc_[us](min|max|plus) optabs.
27264         * optabs-tree.c (scalar_reduc_to_vector): Remove.
27265         * optabs-tree.h (scalar_reduc_to_vector): Remove.
27266         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
27267         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
27268         * tree-vect-loop.c (vectorizable_reduction): Remove test for
27269         reduc_[us](min|max|plus) optabs.
27271 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
27273         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
27274         (reduc_plus_scal_v2sf): New.
27275         (reduc_smax_v2sf): Rename to...
27276         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
27277         (reduc_smin_v2sf): Rename to...
27278         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
27280 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
27282         * alias.c (compare_base_symbol_refs): New function.
27283         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
27284         it.
27286 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
27288         PR middle-end/68146
27289         PR tree-optimization/69155
27290         * tree-complex.c: Include cfganal.h.
27291         (phis_to_revisit): New variable.
27292         (extract_component): Add phiarg_p argument.  Assert that returned
27293         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
27294         (update_phi_components): Partly rewrite to use loop over real/imag
27295         components instead of code duplication.  If extract_component returns
27296         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
27297         create_tmp_reg into the PHI node instead, and mention the phi triplet
27298         in phis_to_revisit.
27299         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
27300         in phis_to_revisit at the end.
27302 2016-01-14  Richard Biener  <rguenther@suse.de>
27304         PR tree-optimization/68060
27305         * tree-vect-loop.c (vect_is_simple_reduction): Check the
27306         outer loop reduction is only used in the inner loop before
27307         detecting a double reduction.
27309 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
27311         PR target/68269
27312         * combine.c (expand_field_assignment): Punt if compute_mode is
27313         unsupported scalar mode.
27315 2016-01-14  Richard Biener  <rguenther@suse.de>
27317         PR tree-optimization/66856
27318         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
27319         SLP node only if it built successfully.
27320         (vect_analyze_slp_instance): Adjust.
27322 2016-01-14  Jeff Law  <law@redhat.com>
27324         PR tree-optimization/69270
27325         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
27326         (record_edge_info): Use it.  Convert boolean_{true,false}_node
27327         to the type of op0.
27329 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
27331         PR ipa/66487
27332         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
27333         use block_ultimate_origin
27334         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
27336 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
27338         * doc/invoke.texi (Submodel Options): Rename section to
27339         "Machine-Dependent Options" to better reflect its content.
27340         Rewrite introductory text to remove archaic CPU names.
27341         Update references.
27343 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
27345         * doc/invoke.texi (Code Gen Options): Move section up in file,
27346         before target-specific options.  Update menu and option summary
27347         to reflect the new section ordering.
27349 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
27351         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
27352         (C++ Dialect Options): Add cross-reference to -std option.
27353         * doc/standards.texi (C++ Language): Document C++14 support.
27355 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
27357         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
27358         for pack/unpack functions for __ibm128.
27359         (PACK_IF): Likewise.
27360         (UNPACK_IF): Likewise.
27362         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
27363         support for __ibm128 pack/unpack functions.
27364         (rs6000_invalid_builtin): Likewise.
27365         (rs6000_init_builtins): Likewise.
27366         (rs6000_opt_masks): Likewise.
27368         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
27369         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
27370         functions
27371         (RS6000_BTM_COMMON): Likewise.
27373         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
27374         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
27375         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
27376         128-bit floating point.  Add support for the double values to be
27377         in Altivec registers for TF/IF packing and unpacking, but restrict
27378         TD packing sub-fields to be FPR registers.  Don't allow overlapped
27379         register support for packing.  Allow pack inputs to be memory
27380         locations.  Don't build generator functions for unpack<mode>_dm
27381         and unpack<mode>_nodm.
27382         (unpack<mode>_dm): Likewise.
27383         (unpack<mode>_nodm): Likewise.
27384         (pack<mode>): Likewise.
27386         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
27387         built-in functions to pack/unpack explicit __ibm128 values.
27388         (__builtin_unpack_ibm128): Likewise.
27390         * doc/extend.texi (PowerPC Built-in Functions): Document
27391         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
27393 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
27395         PR c/66208
27396         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
27397         Add new arg loc and pass it down as context.
27398         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
27399         to the location to use for the warning.
27400         (check_function_arguments): New arg loc.  All callers changed.  Pass
27401         it to check_function_nonnull.
27402         * c-common.h (check_function_arguments): Adjust declaration.
27404 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
27406         PR tree-optimization/69156
27407         * gimple.c (validate_type): Removed.
27408         (gimple_builtin_call_types_compatible_p): Use
27409         useless_type_conversion_p instead of validate_type.
27410         * value-prof.c (gimple_stringop_fixed_value): Fold
27411         icall_size to correct type.
27413 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
27415         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
27416         effects.
27418 2016-01-13  Richard Henderson  <rth@redhat.com>
27420         PR tree-opt/68964
27421         * target.def (builtin_tm_load, builtin_tm_store): Remove.
27422         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
27423         (ix86_builtin_tm_store): Remove.
27424         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
27425         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
27426         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
27427         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
27428         * doc/tm.texi: Rebuild.
27430         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
27431         (BUILT_IN_TM_MEMCPY_RTWN): New.
27432         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
27433         fallback from vector to integer helpers.
27434         (build_tm_load): Handle vector types directly, instead of
27435         via target hook.
27436         (build_tm_store): Likewise.
27437         (expand_assign_tm): Prepare for register types not handled by
27438         the above.  Copy them to memory and use memcpy.
27439         * tree.c (tm_define_builtin): New.
27440         (find_tm_vector_type): New.
27441         (build_tm_vector_builtins): New.
27442         (build_common_builtin_nodes): Call it.
27444 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
27446         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
27447         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
27449 2016-01-13  Tom de Vries  <tom@codesourcery.com>
27451         PR tree-optimization/69169
27452         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
27453         handled_struct_type param.
27454         (create_variable_info_for, intra_create_variable_infos): Call
27455         create_variable_info_for_1 with extra arg.
27457 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
27459         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
27460         and "armv8.1-a+crc" entries.
27462 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
27464         PR target/69228
27465         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
27466         Change first operand predicate from register_or_constm1_operand
27467         to register_operand.
27468         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
27469         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
27470         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
27471         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
27472         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
27473         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
27474         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
27475         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
27476         comparison with constm1_rtx from vec_prefetch_gen part.
27478 2016-01-13  Richard Biener  <rguenther@suse.de>
27480         PR tree-optimization/69013
27481         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
27482         Exchange assert for a test.
27484 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
27486         PR target/69247
27487         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
27489 2016-01-13  Richard Biener  <rguenther@suse.de>
27491         PR tree-optimization/69242
27492         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
27493         assert with a check.
27495 2016-01-13  Richard Biener  <rguenther@suse.de>
27497         PR tree-optimization/69186
27498         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
27499         Properly guard vect_update_misalignment_for_peel call.
27501 2016-01-12  Jeff Law  <law@redhat.com>
27503         PR tree-optimization/pr67755
27504         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
27505         "need_profile_correction".
27506         (thread_block_1): Initialize new field to false by default.  If we
27507         have multiple thread paths through a common joiner to different
27508         final targets, then set new field to true.
27509         (compute_path_counts): Only do count adjustment when it's really
27510         needed.
27512 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
27514         * doc/invoke.texi (Spec Files): Move section down in file, past
27515         all command-line option descriptions.
27517 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
27519         PR middle-end/54809
27520         * doc/gty.texi: Remove documentation of mark_hook.
27521         * gengtype.c (struct write_types_data): Remove code to support
27522         mark_hook attribute.
27523         (walk_type): Likewise.
27524         (write_func_for_structure): Likewise.
27526 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
27528         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
27529         Directory Options, and -specs= to Overall Options.
27530         (Overall Options): Adjust similarly.  Reorder to group related
27531         options together.  Make -specs= cross-reference the spec file details.
27532         (Directory Options): Adjust similarly.
27534 2016-01-12  Jeff Law  <law@redhat.com>
27536         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
27538 2016-01-12  Olivier Hainque  <hainque@adacore.com>
27540         * gcc.c (spec_undefvar_allowed): New global.
27541         (process_command): Set to true when running for --version or --help,
27542         alone or together.
27543         (getenv_spec_function): When the variable is not defined, use the
27544         variable name as the variable value if we're allowed not to issue
27545         a fatal error.
27547 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
27549         PR tree-optimization/68911
27550         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
27551         information computed for expression "init + nit * step".
27553 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
27555         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
27556         about name of GCC executable.  Remove deleted node from menu.
27557         (Directory Options) <-B>: Remove cross-reference to deleted node.
27558         (Target Options): Delete section.
27560 2016-01-12  Christian Bruel  <christian.bruel@st.com>
27562         PR target/69180
27563         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
27564         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
27566 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
27568         PR target/69198
27569         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
27570         aligned_mem is properly set for AVX512-VL floating point masked
27571         stores.
27573         PR target/69175
27574         * ifcvt.c (cond_exec_process_if_block): When removing the last
27575         insn from then_bb, remove also any possible barriers that follow it.
27577 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
27579         PR target/68456
27580         PR target/69226
27581         * config/i386/iamcu.h (SIZE_TYPE): New macro.
27582         (PTRDIFF_TYPE): Likewise.
27583         (WCHAR_TYPE): Likewise.
27584         (WCHAR_TYPE_SIZE): Likewise.
27585         (STDINT_LONG32): Likewise.
27587 2016-01-12  Richard Biener  <rguenther@suse.de>
27589         PR tree-optimization/69053
27590         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
27591         convert initial value for cond reductions.
27593 2016-01-12  Richard Biener  <rguenther@suse.de>
27595         PR tree-optimization/69007
27596         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
27597         widen_sum after dot_prod and sad.
27599 2016-01-12  Richard Biener  <rguenther@suse.de>
27601         PR tree-optimization/69168
27602         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
27603         pattern stmt SLP type.
27604         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
27605         end up unused so cope with that case.
27607 2016-01-12  Richard Biener  <rguenther@suse.de>
27609         PR tree-optimization/69157
27610         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
27611         stmts def type only during analyze phase.
27612         (vectorizable_call): Likewise.
27613         (vectorizable_simd_clone_call): Likewise.
27614         (vectorizable_conversion): Likewise.
27615         (vectorizable_assignment): Likewise.
27616         (vectorizable_shift): Likewise.
27617         (vectorizable_operation): Likewise.
27618         (vectorizable_store): Likewise.
27619         (vectorizable_load): Likewise.
27621 2016-01-12  Richard Biener  <rguenther@suse.de>
27623         PR tree-optimization/69174
27624         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
27625         space.
27626         (vectorizable_load): Properly compute the number of loads needed
27627         for permuted strided SLP loads and do not spuriously assign
27628         to SLP_TREE_VEC_STMTS.
27630 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
27632         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
27633         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
27634         (MD_EXEC_PREFIX): Remove.
27635         (MD_STARTFILE_PREFIX) Removee.
27636         (FILE_NAME_ABSOLUTE_P): Remove.
27637         (CPP_SPEC): Do not read macros from sys/version.h.
27638         (LINK_COMMAND_SPEC): Remove.
27639         (LOCAL_INCLUDE_DIR): Remove.
27640         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
27641         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
27642         (POST_LINK_SPEC): Define to invoke stubify after linker
27643         (LIBSTDCXX): Remove define
27644         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
27645         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
27646         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
27647         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
27648         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
27649         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
27650         (i386_djgpp_asm_named_section): Add propotype of new procedure
27652         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
27653         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
27654         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
27655         in config/i386/djgpp.h).
27656         (STANDARD_STARTFILE_PREFIX_2): Define identical to
27657         STANDARD_STARTFILE_PREFIX_1.
27658         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
27659         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
27660         installation errors.
27661         (MAX_OFILE_ALIGNMENT): Define to 128.
27662         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
27664         * config/i386/djgpp.c: New file. Add implementation of
27665         i386_djgpp_asm_named_section.
27667         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
27669         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
27670         Add rule for building djgpp.o.
27672 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27674         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
27675         (rtx_is_swappable_p): Reductions are swappable.
27676         (insn_is_swappable_p): V2DF reductions are swappable.
27678 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
27680         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
27681         reloads for other unsupported memory operands.
27683 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
27684             Jim Wilson  <jim.wilson@linaro.org>
27686         PR target/69194
27687         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
27688         copy_to_mode_reg instead of force_reg.
27690 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
27692         PR target/69225
27693         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
27694         TARGET_80387 is true.
27696 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
27698         PR target/69071
27699         * lra-eliminations.c (move_plus_up): Only move plus up
27700         if subreg of the constant can be simplified into constant
27701         and use the simplified subreg of the constant instead of
27702         the original constant.
27704         * fold-const.c (fold_convertible_p): Don't return true
27705         for conversion of VECTOR_TYPE to same sized integral type.
27706         (fold_convert_loc): Fix up formatting.  Fold conversion of
27707         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
27708         instead of NOP_EXPR.
27710         PR tree-optimization/69214
27711         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
27712         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
27713         Formatting fix.
27715         PR tree-optimization/69207
27716         * tree-vect-slp.c (vect_get_constant_vectors): For
27717         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
27718         fold_convertible_p to vector_type's element type, and always
27719         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
27721 2016-01-11  Richard Biener  <rguenther@suse.de>
27723         PR tree-optimization/69173
27724         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
27725         fixup the cycle if all stmts are in a pattern.
27727 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
27729         PR middle-end/68999
27730         * alias.c (base_alias_check): Move check for addresses with
27731         alignment ANDs before the call for compare_base_decls.
27732         (memrefs_conflict_p): Return -1 for different decls
27733         that went through alignment adjustments.
27735 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27737         PR rtl-optimization/68796
27738         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
27739         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
27740         and QImode comparisons against zero with CC_NZmode.
27741         * config/aarch64/iterators.md (short_mask): New mode_attr.
27743 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
27745         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
27746         (<avx512>_store<mode>_mask): Likewise.
27748 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
27749             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27751         PR rtl-optimization/68841
27752         * ifcvt.c (struct noce_if_info): Add orig_x field.
27753         (bbs_ok_for_cmove_arith): Add to_rename parameter.
27754         Don't record conflicts on to_rename if it's present.
27755         Allow memory destinations in sets.
27756         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
27757         blocks, passing orig_x to the checks.
27758         (noce_process_if_block): Set if_info->orig_x appropriately.
27760 2016-01-11  Tom de Vries  <tom@codesourcery.com>
27762         PR tree-optimization/69069
27763         * tree-parloops.c (create_parallel_loop): Add missing phi args.
27765 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
27767         PR rtl-optimization/68920
27768         * config/i386/i386.c (ix86_option_override_internal): Restrict number
27769         of conditional moves for  RTL if-conversion to 1 for
27770         TARGET_ONE_IF_CONV_INSN.
27771         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
27772         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
27773         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
27774         parameter to restirct number of conditional moves for
27775         RTL if-conversion.
27776         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
27777         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
27778         conditionl moves.
27780 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
27782         PR bootstrap/69123
27783         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
27784         onepart vars.  Fix typo in comment.  Fix reversed condition in
27785         unshare test.
27786         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
27788         PR bootstrap/69123
27789         * var-tracking.c (dump_onepart_variable_differences): New.
27790         (dataflow_set_different): If a detailed dump is requested,
27791         delay early returns and dump differences between onepart
27792         variables present before and after, and added variables.
27794 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
27796         PR target/69010
27797         * expr.c (expand_expr_real_1): For boolean vector constants
27798         with a scalar mode use const_scalar_mask_from_tree.
27799         (const_scalar_mask_from_tree): New.
27800         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
27801         assigned to a mask type to handle constants.
27803 2016-01-11  Martin Jambor  <mjambor@suse.cz>
27805         PR ipa/69044
27806         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
27807         useless parameters if we cannot change function signature.
27809 2016-01-11  Martin Jambor  <mjambor@suse.cz>
27811         PR ipa/66616
27812         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
27813         flag.
27815 2016-01-11  Tom de Vries  <tom@codesourcery.com>
27817         PR tree-optimization/69109
27818         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
27819         latch with phi.
27821 2016-01-11  Tom de Vries  <tom@codesourcery.com>
27823         PR tree-optimization/69108
27824         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
27825         res is not used in a phi.
27827 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
27829         PR 67425
27830         * common.opt (frandom-seed): Fix parameter name.
27831         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
27833 2016-01-11  Tom de Vries  <tom@codesourcery.com>
27835         PR tree-optimization/69058
27836         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
27837         not supported.
27839 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
27841         * config/arc/arc.opt (mdiv-rem): Add period to the end.
27842         (mcode-density): Likewise.
27844 2016-01-10  Tom de Vries  <tom@codesourcery.com>
27846         PR tree-optimization/69062
27847         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
27848         (parallelize_loops): Don't paralelize loop that has phi with address
27849         arg.
27851 2016-01-10  Tom de Vries  <tom@codesourcery.com>
27853         PR tree-optimization/69039
27854         * tree-parloops.c (try_create_reduction_list): Only allow single exit
27855         phi for reduction.
27857 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
27859         PR middle-end/68743
27860         * match.pd: Require target has function_c99_misc before doing
27861         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
27863 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
27865         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
27866         use GMPINC.
27867         * configure: Regenerate.
27869 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
27871         PR middle-end/50865
27872         PR tree-optimization/69097
27873         * fold-const.h (expr_not_equal_to): New prototype.
27874         * fold-const.c: Include stringpool.h and tree-ssanames.h.
27875         (expr_not_equal_to): New function.
27876         * match.pd (X % -Y is the same as X % Y): Don't optimize
27877         unless X is known not to be equal to minimum or Y is known
27878         not to be equal to -1.
27879         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
27880         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
27881         (simplify_stmt_using_ranges): Adjust caller.
27882         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
27883         substitute_and_fold.
27885 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
27887         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
27888         w/o DECL_NAME.
27890 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
27892         PR tree-optimization/69167
27893         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
27894         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
27895         ops[0] comparison.
27896         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
27898 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
27899             Richard Biener  <rguenther@suse.de>
27901         PR tree-optimization/68707
27902         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
27903         instances that can be handled via vect_load_lanes.
27905 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
27907         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
27908         if we can't determine address equivalence.
27909         * alias.c (compare_base_decl): Update for changed return value of
27910         symtab_node::equal_address_to.
27912 2016-01-08  Jason Merrill  <jason@redhat.com>
27914         PR c++/68983
27915         PR c++/67557
27916         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
27917         * expr.c (store_field): Not here.
27918         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
27919         call with TREE_ADDRESSABLE type.
27920         * tree-cfg.c (verify_gimple_call): Adjust.
27922 2016-01-08  Olivier Hainque  <hainque@adacore.com>
27924         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
27925         libc_internal.
27927 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
27929         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
27930         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
27931         (reduc_smin_v2sf): Rename to...
27932         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
27933         (reduc_splus_v2sf): Rename to...
27934         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
27936 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
27938         PR tree-optimization/69162
27939         * gimplify.c (gimplify_va_arg_expr): Encode original type of
27940         valist argument in another argument.
27941         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
27942         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
27943         to determine the va_list type, build a MEM_REF instead of
27944         build_fold_indirect_ref.
27946         PR tree-optimization/69172
27947         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
27948         gimple_build.
27950 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
27952         PR tree-optimization/67781
27953         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
27954         and cmpnop in two steps: first the ones not accessed in original
27955         gimple expression in a endian independent way and then the ones not
27956         accessed in the final result in an endian-specific way.
27958 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
27960         PR tree-optimization/69083
27961         * tree-vect-slp.c (vect_get_constant_vectors): For
27962         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
27963         element type.  If op is fold_convertible_p to vector_type's element
27964         type, use NOP_EXPR instead of VCE.
27966 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
27968         PR rtl-optimization/67778
27969         PR rtl-optimization/68634
27970         PR rtl-optimization/68909
27971         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
27972         block from the stack until done with it.  Remove a superfluous
27973         bitmap set.  Remove a superfluous bitmap test.
27975 2016-01-07  Martin Sebor  <msebor@redhat.com>
27977         PR c/68966
27978         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
27979         constraint on the type of arguments.
27981 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
27983         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
27984         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
27985         unaligned_access on the gcc_options set.
27986         * config/arm/arm.c (arm_option_override_internal): Use
27987         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
27989 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
27991         PR target/69140
27992         * config/i386/i386.c (ix86_frame_pointer_required): Enable
27993         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
27995 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
27997         Revert
27998         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
28000         PR target/69140
28001         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
28002         depending on frame_pointer_needed before remaining integer and SSE
28003         registers are saved.
28005 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
28007         PR 1078
28008         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
28010 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
28012         PR target/69171
28013         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
28014         Use the "xBm" constraint.
28015         (float<sseintvecmodelower><mode>2<mask_name><round_name):
28016         Likewise.
28017         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
28018         (sse_cvtsi2ssq<round_name>): Likewise.
28019         (sse_cvtss2si<round_name>): Likewise.
28020         (sse_cvtss2siq<round_name>): Likewise.
28021         (sse2_cvtsi2sdq<round_name>): Likewise.
28022         (sse2_cvtsd2si<round_name>): Likewise.
28023         (sse2_cvtsd2siq<round_name>): Likewise.
28024         * config/i386/subst.md (round_nimm_scalar_predicate): New
28025         predicate.
28027 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
28029         PR middle-end/67639
28030         * varasm.c (make_decl_rtl): Mark invalid register vars as
28031         DECL_EXTERNAL.
28033         PR rtl-optimization/66206
28034         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
28035         All callers changed.
28037 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
28039         PR tree-optimization/69141
28040         * tree-ssa-pre.c: Include langhooks.h.
28041         (eliminate_dom_walker::before_dom_children): Use
28042         lang_hooks.decl_printable_name instead of
28043         cgraph_node::get ()->name ().
28045         PR middle-end/68960
28046         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
28047         it and DECL_ALIGN too.
28049 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
28051         * config/mips/mips-ftypes.def: Sort to lexicographical order.
28053 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
28055         PR target/69140
28056         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
28057         depending on frame_pointer_needed before remaining integer and SSE
28058         registers are saved.
28060 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28062         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
28063         mode iterator with VSX_M2.
28064         (*p9_vecstore_<mode>): Likewise.
28065         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
28066         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
28067         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
28068         (define_split for VSX_LE128 stores): Likewise.
28069         (define_peephole2 for TImode LE swaps): Likewise.
28070         (define_split for VSX_LE128 post-reload stores): Likewise.
28072 2016-01-06  Marek Polacek  <polacek@redhat.com>
28074         PR sanitizer/69099
28075         * convert.c (convert_to_integer_1): Adjust call to
28076         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
28077         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
28078         EXPR instead of ARG.
28079         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
28081 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
28083         PR 1078
28084         * doc/extend.texi (RL78 Variable Attributes): New section.
28086 2016-01-05  Marek Polacek  <polacek@redhat.com>
28088         PR c/69104
28089         * builtins.c (get_memmodel): Use expansion point location rather than
28090         the input location.  Call warning_at rather than warning.
28091         (expand_builtin_atomic_compare_exchange): Likewise.
28092         (expand_builtin_atomic_load): Likewise.
28093         (expand_builtin_atomic_store): Likewise.
28094         (expand_builtin_atomic_clear): Likewise.
28096 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
28098         PR target/68991
28099         * config/i386/i386.c (ix86_expand_vector_logical_operator):
28100         Replace nonimmediate_operand with vector_operand.
28101         * config/i386/predicates.md (vector_operand): New predicate.
28102         (general_vector_operand): Replace nonimmediate_operand with
28103         vector_operand.
28104         * config/i386/sse.md: Replace nonimmediate_operand with
28105         vector_operand and m constraint with Bm constraint on SSE
28106         patterns with 16-byte memory operand.
28107         * config/i386/subst.md (round_nimm_predicate): Replace
28108         nonimmediate_operand with vector_operand.
28109         (round_saeonly_nimm_predicate): Likewise.
28110         (round_saeonly_nimm_scalar_predicate): New.
28112 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
28114         PR target/68991
28115         * config/i386/constraints.md (Bm): New constraint.
28116         * config/i386/predicates.md (vector_memory_operand): New
28117         predicate.
28118         * config/i386/sse.md: Replace xm with xBm in plusminus and
28119         any_logic patterns.
28121 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
28123         PR 1078
28124         * doc/extend.texi (V850 Function Attributes): New section.
28125         (V850 Variable Attributes): New section.
28127 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
28129         PR 1078
28130         * doc/extend.texi (MicroBlaze Function Attributes): Document
28131         interrupt_handler and fast_interrupt attributes.
28133 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
28135         PR other/60465
28136         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
28137         for local symbolic operands.
28138         * config/ia64/predicates.md (local_symbolic_operand64): New
28139         predicate.
28141 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28143         PR rtl-optimization/68651
28144         * combine.c (combine_simplify_rtx): Canonicalize x + x into
28145         x << 1.
28147 2016-01-05  Nathan Sidwell  <nathan@acm.org>
28149         * alias.c (compare_base_decls): Use symtab_node::get.
28151 2016-01-05  Nick Clifton  <nickc@redhat.com>
28153         PR target/68770
28154         * ira-costs.c (copy_cost): Initialise the t_icode field of the
28155         secondary_reload_info structure.
28157         PR target/66655
28158         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
28159         decls if weak support is available.
28161 2016-01-04  Martin Sebor  <msebor@redhat.com>
28163         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
28165 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
28167         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
28168         OPTION_MASK_P9_DFORM.
28170         * config/rs6000/constraints.md (wo constraint): New constraint for
28171         ISA 3.0 (power9).
28173         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
28174         for wo constraint.
28175         (rs6000_init_hard_regno_mode_ok): Likewise.
28177         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
28178         wo constraint.
28180         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
28181         expanders not to have constraints.  Add support for ISA 3.0 xxperm
28182         instruction.  Add support for fusing xxlor with xxperm.
28183         (altivec_vperm_<mode>_internal): Likewise.
28184         (altivec_vperm_v8hiv16qi): Likewise.
28185         (altivec_vperm_<mode>v16q): Likewise.
28186         (altivec_vperm_<mode>_uns): Likewise.
28187         (vperm_v8hiv4si): Likewise.
28188         (vperm_v16qiv8hi): Likewise.
28190         * doc/md.texi (RS/6000 constraints): Document wo constraint.
28192 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
28194         Update copyright years.
28196         * gcc.c (process_command): Update copyright notice dates.
28197         * gcov-dump.c (print_version): Ditto.
28198         * gcov.c (print_version): Ditto.
28199         * gcov-tool.c (print_version): Ditto.
28200         * gengtype.c (create_file): Ditto.
28201         * doc/cpp.texi: Bump @copying's copyright year.
28202         * doc/cppinternals.texi: Ditto.
28203         * doc/gcc.texi: Ditto.
28204         * doc/gccint.texi: Ditto.
28205         * doc/gcov.texi: Ditto.
28206         * doc/install.texi: Ditto.
28207         * doc/invoke.texi: Ditto.
28209 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
28211         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
28212         modes larger than TImode as TImode if NEON is not enabled.
28214 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
28216         PR target/69100
28217         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
28218         mode for %f0-%f31 only if TARGET_FPU.
28220 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
28222         PR target/69072
28223         * config/sparc/sparc.c (scan_record_type): Take into account subfields
28224         to compute the PACKED_P predicate.
28225         (function_arg_record_value): Minor tweaks.
28227 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
28229         * doc/install.texi (--with-multilib-list): Describe the meaning of the
28230         option for arm*-*-* targets.
28232 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
28234         * doc/extend.texi (Common Function Attributes): Move docs for
28235         MSP430-specific attributes to....
28236         (MSP430 Function Attributes): ...here.  Delete the redundant
28237         entries and copy-edit the remaining text.
28238         (MSP430 Variable Attributes): Use uniform format for index
28239         entries and add a cross-reference to the corresponding function
28240         attribute docs.
28242 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
28244         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
28245         -finite-math typo.
28246         (x86 Options): Likewise.
28248 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
28250         PR 1078
28252         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
28253         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
28254         to corresponding attribute.
28256 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
28258         * doc/extend.texi (Common Function Attributes) <noplt>: Move
28259         to correct alphabetization of table.  Copy-edit and correct
28260         markup.
28261         <stack_protect>: Likewise.
28262         <target_clones>: Likewise.
28263         <simd>: Likewise.
28264         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
28265         Correct punctuation.
28266         (Code Gen Options) <-fno-plt>: Copy-edit.
28268 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
28270         PR target/68917
28271         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
28272         SI values.  Explicitly convert SI to DI and vice-versa.
28274 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
28276         PR tree-optimization/69070
28277         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
28278         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
28280         PR sanitizer/69055
28281         * ubsan.c (ubsan_instrument_float_cast): Call
28282         initialize_sanitizer_builtins.
28284         PR target/69015
28285         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
28287 Copyright (C) 2016 Free Software Foundation, Inc.
28289 Copying and distribution of this file, with or without modification,
28290 are permitted in any medium without royalty provided the copyright
28291 notice and this notice are preserved.