2016-09-22 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / ChangeLog
blob3bd4139b3b570f6658acb7c7004b543f70ad17d7
1 2016-09-22  Richard Biener  <rguenther@suse.de>
3         PR middle-end/77677
4         * gimple-match-head.c (gimple_resimplify1): Drop TREE_OVERFLOW
5         from constant folding results.
6         (gimple_resimplify2): Likewise.
7         (gimple_resimplify3): Likewise.
9 2016-09-22  Richard Biener  <rguenther@suse.de>
11         PR middle-end/77678
12         * expr.c (expand_expr_real_1): Guard array access against negative
13         offset.
15 2016-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN instead
18         of MPFR_RNDN.
19         (format_floating): Likewise.
21 2016-09-22  Jakub Jelinek  <jakub@redhat.com>
23         PR fortran/77665
24         * tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
25         for all IFN_GOMP_SIMD_* internal fns, not just for
26         IFN_GOMP_SIMD_ORDERED_*.
28 2016-09-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
30         PR target/77670
31         * config/rs6000/predicates.md (invert_fpmask_comparison_operator):
32         New predicate that matches the ISA 3.0 XSCMP{EQ,GT,GE}DP
33         instructions when you want to invert the test.
34         * config/rs6000/rs6000.md (fpmask<mode>): Use the arguments in the
35         correct order for XXSEL.
36         (mov<SFDF:mode><SFDF2:mode>cc_invert_p9): Define the inverted test
37         for using XSCMP{EQ,GT,GE}DP.
39 2016-09-21  David Malcolm  <dmalcolm@redhat.com>
41         * genconstants.c (main): Introduce noop_reader and convert call
42         to read_md_files to a method call.
43         * genenums.c (main): Likewise.
44         * genmddeps.c (main): Likewise.
45         * genpreds.c (write_tm_constrs_h): Replace use of "in_fname" with
46         rtx_reader_ptr->get_top_level_filename ().
47         (write_tm_preds_h): Likewise.
48         (write_insn_preds_c): Likewise.
49         * gensupport.c (class gen_reader): New subclass of rtx_reader.
50         (rtx_handle_directive): Convert to...
51         (gen_reader::handle_unknown_directive): ...this.
52         (init_rtx_reader_args_cb): Convert return type from bool to
53         rtx_reader *.  Create a gen_reader instance, using it for the
54         call to read_md_files.  Return it if no errors occur.
55         (init_rtx_reader_args): Convert return type from bool to
56         rtx_reader *.
57         * gensupport.h (init_rtx_reader_args_cb): Likewise.
58         (init_rtx_reader_args_cb): Likewise.
59         * read-md.c (struct file_name_list): Move to class rtx_reader.
60         (read_md_file): Delete in favor of rtx_reader::m_read_md_file.
61         (read_md_filename): Delete in favor of
62         rtx_reader::m_read_md_filename.
63         (read_md_lineno): Delete in favor of rtx_reader::m_read_md_lineno.
64         (in_fname): Delete in favor of rtx_reader::m_toplevel_fname.
65         (base_dir): Delete in favor of rtx_reader::m_base_dir.
66         (first_dir_md_include): Delete in favor of
67         rtx_reader::m_first_dir_md_include.
68         (last_dir_md_include_ptr): Delete in favor of
69         rtx_reader::m_last_dir_md_include_ptr.
70         (max_include_len): Delete.
71         (rtx_reader_ptr): New.
72         (fatal_with_file_and_line): Use get_filename and get_lineno
73         accessors of rtx_reader_ptr.
74         (require_char_ws): Likewise.
75         (rtx_reader::read_char): New method, based on ::read_char.
76         (rtx_reader::unread_char): New method, based on ::unread_char.
77         (read_escape): Use get_filename and get_lineno accessors of
78         rtx_reader_ptr.
79         (read_braced_string): Use get_lineno accessor of rtx_reader_ptr.
80         (read_string): Use get_filename and get_lineno accessors of
81         rtx_reader_ptr.
82         (rtx_reader::rtx_reader): New ctor.
83         (rtx_reader::~rtx_reader): New dtor.
84         (handle_include): Convert from a function to...
85         (rtx_reader::handle_include): ...this method, converting
86         handle_directive from a callback to a virtual function.
87         (handle_file): Likewise, converting to...
88         (rtx_reader::handle_file): ...this method.
89         (handle_toplevel_file): Likewise, converting to...
90         (rtx_reader::handle_toplevel_file): ...this method.
91         (rtx_reader::get_current_location): New method.
92         (parse_include): Convert from a function to...
93         (rtx_reader::add_include_path): ...this method, dropping redundant
94         update to unused max_include_len.
95         (read_md_files): Convert from a function to...
96         (rtx_reader::read_md_files): ...this method, converting
97         handle_directive from a callback to a virtual function.
98         (noop_reader::handle_unknown_directive): New method.
99         * read-md.h (directive_handler_t): Delete this typedef.
100         (in_fname): Delete.
101         (read_md_file): Delete.
102         (read_md_lineno): Delete.
103         (read_md_filename): Delete.
104         (class rtx_reader): New class.
105         (rtx_reader_ptr): New decl.
106         (class noop_reader): New subclass of rtx_reader.
107         (read_char): Reimplement in terms of rtx_reader::read_char.
108         (unread_char): Reimplement in terms of rtx_reader::unread_char.
109         (read_md_files): Delete.
110         * read-rtl.c (read_rtx_code): Update for deletion of globals
111         read_md_filename and read_md_lineno.
113 2016-09-21  Jason Merrill  <jason@redhat.com>
115         * input.h (from_macro_definition_at): New.
117 2016-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
119         * doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
121 2016-09-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
123         PR tree-optimization/77550
124         * tree-vect-stmts.c (create_array_ref): Change parameters.
125         (get_group_alias_ptr_type): New function.
126         (vectorizable_store, vectorizable_load): Use get_group_alias_ptr_type.
128 2016-09-21  Marek Polacek  <polacek@redhat.com>
130         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
131         Add falls through comment.
133 2016-09-21  Richard Biener  <rguenther@suse.de>
135         * dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
136         (replace_child): Likewise.
137         (remove_child_TAG): Adjust.
138         (move_marked_base_types): Likewise.
139         (prune_unused_types_prune): Clear die_sib of removed children.
141 2016-09-21  Georg-Johann Lay  <avr@gjlay.de>
143         PR target/77326
144         * config/avr/avr.c (avr_notice_update_cc) [CC_NONE]: If insn
145         touches some regs mentioned in cc_status, do CC_STATUS_INIT.
147 2016-09-21  Richard Biener  <rguenther@suse.de>
149         PR tree-optimization/77648
150         * tree-ssa-structalias.c (process_constraint): Handle all DEREF
151         with complex RHS.
152         (make_transitive_closure_constraints): Adjust comment.
153         (make_any_offset_constraints): New function.
154         (handle_rhs_call): Make sure to first expand a pointer to all
155         subfields before transitively closing it.
156         (handle_const_call): Likewise.  Properly expand returned
157         pointers as well.
158         (handle_pure_call): Likewise.
160 2016-09-21  Richard Biener  <rguenther@suse.de>
161         Jakub Jelinek  <jakub@redhat.com>
163         PR tree-optimization/77621
164         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
165         group at non-vectorizable stmts.
167 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
169         PR tree-optimization/72835
170         * tree-ssa-reassoc.c (make_new_ssa_for_def): New.
171         (make_new_ssa_for_all_defs): Likewise.
172         (zero_one_operation): Replace all SSA_NAMEs defined in the chain.
174 2016-09-20  Martin Sebor  <msebor@redhat.com>
176         PR middle-end/49905
177         * Makefile.in (OBJS): Add gimple-ssa-sprintf.o.
178         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Redefine.
179         * config/linux.c (gnu_libc_printf_pointer_format): New function.
180         * config/sol2.h (TARGET_PRINTF_POINTER_FORMAT): Same.
181         * config/sol2.c (solaris_printf_pointer_format): New function.
182         * doc/invoke.texi (-Wformat-length, -fprintf-return-value): New
183         options.
184         * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Document.
185         * doc/tm.texi: Regenerate.
186         * gimple-fold.h (get_range_strlen): New function.
187         (get_maxval_strlen): Declare existing function.
188         * gimple-fold.c (get_range_strlen): Add arguments and compute both
189         maximum and minimum.
190          (get_range_strlen): Define overload.
191         (get_maxval_strlen): Adjust.
192         * gimple-ssa-sprintf.c: New file and pass.
193         * passes.def (pass_sprintf_length): Add new pass.
194         * targhooks.h (default_printf_pointer_format): Declare new function.
195         (gnu_libc_printf_pointer_format): Same.
196         (solaris_libc_printf_pointer_format): Same.
197         * targhooks.c (default_printf_pointer_format): Define new function.
198         * tree-pass.h (make_pass_sprintf_length): Declare new function.
199         * print-tree.c: Increase buffer size.
201 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
203          * tree-vrp.c (get_value_range): Teach PARM_DECL to use ipa-vrp
204          results.
206 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
208         * common.opt: New option -fipa-vrp.
209         * ipa-cp.c (ipa_get_vr_lat): New.
210         (ipcp_vr_lattice::print): Likewise.
211         (print_all_lattices): Call ipcp_vr_lattice::print.
212         (ipcp_vr_lattice::meet_with): New.
213         (ipcp_vr_lattice::meet_with_1): Likewise.
214         (ipcp_vr_lattice::top_p): Likewise.
215         (ipcp_vr_lattice::bottom_p): Likewsie.
216         (ipcp_vr_lattice::set_to_bottom): Likewise.
217         (set_all_contains_variable): Call VR set_to_bottom.
218         (initialize_node_lattices): Init VR lattices.
219         (propagate_vr_accross_jump_function): New.
220         (propagate_constants_accross_call): Call
221         propagate_vr_accross_jump_function.
222         (ipcp_store_vr_results): New.
223         (ipcp_driver): Handle VR.
224         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Handle VR.
225         (ipa_set_jf_unknown): Likewise.
226         (ipa_compute_jump_functions_for_edge): Likewise.
227         (ipa_node_params_t::duplicate): Likewise.
228         (ipa_write_jump_function): Likewise.
229         (ipa_read_jump_function): Likewise.
230         (write_ipcp_transformation_info): Likewise.
231         (read_ipcp_transformation_info): Likewise.
232         (ipcp_update_vr): New.
233         (ipcp_transform_function): Handle VR.
234         * ipa-prop.h (struct ipa_vr): New.
235         * cgraph.c: Include tree-vrp.h.
236         * cgraphunit.c: Likewise.
237         * ipa-utils.c: Likewise.
238         * ipa.c: Likewise.
239         * opts.c: Likewise.
240         * toplev.c: Likewise.
241         * ipa-devirt.c: Likewise.
242         * ipa-inline-transform.c: Likewise.
243         * ipa-inline.c: Likewise.
244         * ipa-profile.c: Likewise.
246 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
248         * doc/invoke.texi: Document -fdump-tree-evrp.
249         * passes.def: Define new pass_early_vrp.
250         * timevar.def: Define new TV_TREE_EARLY_VRP.
251         * tree-pass.h (make_pass_early_vrp): New.
252         * tree-ssa-propagate.c: Make replace_uses_in non static.
253         * tree-ssa-propagate.h: Export replace_uses_in.
254         * tree-vrp.c (extract_range_for_var_from_comparison_expr): New.
255         (extract_range_from_assert): Factor out
256         extract_range_for_var_from_comparison_expr.
257         (vrp_initialize_lattice): New.
258         (vrp_initialize): Factor out vrp_initialize_lattice.
259         (vrp_valueize): Fix it to reject complex value ranges.
260         (vrp_free_lattice): New.
261         (evrp_dom_walker::before_dom_children): Likewise.
262         (evrp_dom_walker::after_dom_children): Likewise.
263         (evrp_dom_walker::push_value_range): Likewise.
264         (evrp_dom_walker::pop_value_range): Likewise.
265         (execute_early_vrp): Likewise.
266         (execute_vrp): Call vrp_initialize_lattice and
267         vrp_free_lattice.
268         (make_pass_early_vrp): New.
270 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
272         * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_hwi
273         instead of exact_log2.
275 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
277         PR target/77621
278         * config/i386/i386.c (ix86_preferred_simd_mode) <case DFmode>:
279         Don't return word_mode for !TARGET_VECTORIZE_DOUBLE.
280         (ix86_add_stmt_cost): Penalize DFmode vector operations
281         for !TARGET_VECTORIZE_DOUBLE.
283 2016-09-20  Gerald Pfeifer  <gerald@pfeifer.com>
285         * doc/invoke.texi (Warning Options): Simplify language.
286         (Optimize Options): Complete sentence.
288 2016-09-20  David Edelsohn  <dje.gcc@gmail.com>
290         * dbxout.c (xcoff_debug_hooks):  Add filename parameter to
291         early_finish hook.
293 2016-09-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
295         PR target/71395
296         * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
297         inits on power8 and above, use the VMRGEW instruction instead of a
298         permute.
300         * config/rs6000/altivec.md (UNSPEC_VMRGEW_DIRECT): New unspec.
301         (p8_vmrgew_v4sf_direct): New VMRGEW insn for V4SF floating
302         initialization.
304 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
306         * config/aarch64/arm_neon.h
307         (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes.
308         (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise.
309         (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise.
311 2016-09-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
313         * config/var/vax.h (ELIMINABLE_REGS): Define.
314         (INITIAL_ELIMINATION_OFFSET): Define.
316 2016-09-20  Jakub Jelinek  <jakub@redhat.com>
318         PR middle-end/77624
319         * builtins.c (fold_builtin_atomic_always_lock_free): Only look through
320         cast to void * if the cast is from some other pointer type.
322 2016-09-20  Richard Biener  <rguenther@suse.de>
324         PR tree-optimization/77646
325         * tree-ssa-sccvn.c (visit_reference_op_call): Always value-number
326         a VDEF.
328 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
330         * config/aarch64/arm_neon.h: Add gnu_inline and artificial
331         attributes to all inlined functions and make them extern.
333 2016-09-20  Richard Biener  <rguenther@suse.de>
335         * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
336         hook.
337         * debug.c (do_nothing_debug_hooks): Adjust.
338         * dbxout.c (dbx_debug_hooks): Likewise.
339         * sdbout.c (sdb_debug_hooks): Likewise.
340         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
341         (dwarf2out_finish): Move producer, filename and
342         path annotation ...
343         (dwarf2out_early_finish): ... here.  Remove in_lto_p special-casing.
344         * cgraphunit.c (symbol_table::finalize_compilation_unit): Adjust.
346 2016-09-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
348         PR c++/77434
349         * doc/invoke.texi: Document -Wint-in-bool-context.
351         PR middle-end/77421
352         * dwarf2out.c (output_loc_operands): Fix an assertion.
354 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
356         * ginclude/float.h [__STDC_WANT_IEC_60559_BFP_EXT__]
357         (CR_DECIMAL_DIG): New macro.
359 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
361         * ginclude/stddef.h (max_align_t) [__i386__]: Add __float128
362         element.
364 2016-09-19  Vladimir Makarov  <vmakarov@redhat.com>
366         PR rtl-optimization/77416
367         * lra-remat.c (operand_to_remat): Process hard coded insn
368         registers.
370 2016-09-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
372         * simplify-rtx.c (simplify_relational_operation_1): Add transformation
373         (GTU (PLUS a C) (C - 1)) --> (LTU a -C).
375 2016-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
377         * target.def (lra_p): Wordsmithing.
378         * doc/tm.texi: Regenerate.
380 2016-09-19  Jakub Jelinek  <jakub@redhat.com>
381             Jan Hubicka  <jh@suse.cz>
383         PR target/77587
384         * cgraph.c (cgraph_node::rtl_info): Pass &avail to
385         ultimate_alias_target call, return NULL if avail < AVAIL_AVAILABLE.
386         Call ultimate_alias_target just once, not up to 4 times.
388 2016-09-19  Richard Biener  <rguenther@suse.de>
390         * dwarf2out.c (early_dwarf_finished): New global.
391         (set_early_dwarf::set_early_dwarf): Assert early_dwarf_finished
392         is false.
393         (dwarf2out_early_finish): Set early_dwarf_finished at the end,
394         if called from LTO exit early.
395         (dwarf2out_late_global_decl): When being during the early
396         debug phase do not add locations but only const value attributes.
397         Adjust the way we generate early DIEs for LTO.
399 2016-09-19  Richard Biener  <rguenther@suse.de>
401         PR middle-end/77605
402         * tree-data-ref.c (analyze_subscript_affine_affine): Use the
403         proper niter to bound the loops.
405 2016-09-19  Richard Biener  <rguenther@suse.de>
407         PR tree-optimization/77514
408         * tree-ssa-pre.c (create_expression_by_pieces): Optimize
409         search for folded stmt.
411 2016-09-17  Jan Hubicka  <hubicka@ucw.cz>
413         * passes.def (pass_early_thread_jumps): Schedule after forwprop.
414         * tree-pass.h (make_pass_early_thread_jumps): Declare.
415         * tree-ssa-threadbackward.c (fsm_find_thread_path,
416         fsm_find_thread_path, profitable_jump_thread_path,
417         fsm_find_control_statement_thread_paths,
418         find_jump_threads_backwards): Add speed_p parameter.
419         (pass_data_early_thread_jumps): New pass.
420         (make_pass_early_thread_jumps): New function.
422 2016-09-17  Andreas Schwab  <schwab@suse.de>
424         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add cast.
425         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
427 2016-09-16  Eric Botcazou  <ebotcazou@adacore.com>
429         * recog.c (rest_of_handle_split_after_reload): Delete.
430         (pass_split_after_reload::gate): New method.
431         (pass_split_after_reload::execute): Call split_all_insns directly.
433 2016-09-16  Jonathan Wakely  <jwakely@redhat.com>
435         * doc/extend.texi (Integer Overflow Builtins): Fix type of out
436         parameters for functions taking long long arguments.
438 2016-09-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
440         PR target/77613
441         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add support for
442         splat with truncate.
444 2016-09-16  Jason Merrill  <jason@redhat.com>
446         * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
447         New.
448         * hwint.c (exact_log2): Use pow2p_hwi.
449         (ctz_hwi, ffs_hwi): Use least_bit_hwi.
450         * alias.c (memrefs_conflict_p): Use pow2_or_zerop.
451         * builtins.c (get_object_alignment_2, get_object_alignment)
452         (get_pointer_alignment, fold_builtin_atomic_always_lock_free): Use
453         least_bit_hwi.
454         * calls.c (compute_argument_addresses, store_one_arg): Use
455         least_bit_hwi.
456         * cfgexpand.c (expand_one_stack_var_at): Use least_bit_hwi.
457         * combine.c (force_to_mode): Use least_bit_hwi.
458         (contains_muldiv, find_split_point, combine_simplify_rtx)
459         (simplify_if_then_else, simplify_set, force_to_mode)
460         (if_then_else_cond, simplify_and_const_int_1)
461         (simplify_compare_const): Use pow2p_hwi.
462         * cse.c (fold_rtx): Use pow2p_hwi.
463         * emit-rtl.c (set_mem_attributes_minus_bitpos, adjust_address_1):
464         Use least_bit_hwi.
465         * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
466         (init_expmed_one_conv): Use pow2p_hwi.
467         * expr.c (is_aligning_offset): Use pow2p_hwi.
468         * fold-const.c (round_up_loc, round_down_loc): Use pow2_or_zerop.
469         (fold_binary_loc): Use pow2p_hwi.
470         * function.c (assign_parm_find_stack_rtl): Use least_bit_hwi.
471         * gimple-fold.c (gimple_fold_builtin_memory_op): Use pow2p_hwi.
472         * gimple-ssa-strength-reduction.c (replace_ref): Use least_bit_hwi.
473         * hsa-gen.c (gen_hsa_addr_with_align, hsa_bitmemref_alignment):
474         Use least_bit_hwi.
475         * ifcvt.c (noce_try_store_flag_constants): Use pow2p_hwi.
476         * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
477         * ipa-prop.c (ipa_modify_call_arguments): Use least_bit_hwi.
478         * omp-low.c (oacc_loop_fixed_partitions)
479         (oacc_loop_auto_partitions): Use least_bit_hwi.
480         * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
481         * stor-layout.c (place_field): Use least_bit_hwi.
482         * tree-pretty-print.c (dump_generic_node): Use pow2p_hwi.
483         * tree-sra.c (build_ref_for_offset): Use least_bit_hwi.
484         * tree-ssa-ccp.c (ccp_finalize): Use least_bit_hwi.
485         * tree-ssa-math-opts.c (bswap_replace): Use least_bit_hwi.
486         * tree-ssa-strlen.c (handle_builtin_memcmp): Use pow2p_hwi.
487         * tree-vect-data-refs.c (vect_analyze_group_access_1)
488         (vect_grouped_store_supported, vect_grouped_load_supported)
489         (vect_permute_load_chain, vect_shift_permute_load_chain)
490         (vect_transform_grouped_load): Use pow2p_hwi.
491         * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
492         * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.
493         * tree-vect-stmts.c (vectorizable_mask_load_store): Use
494         least_bit_hwi.
495         * tsan.c (instrument_expr): Use least_bit_hwi.
496         * var-tracking.c (negative_power_of_two_p): Use pow2_or_zerop.
498 2016-09-16  Andreas Schwab  <schwab@suse.de>
500         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use parameter
501         OFFSET, not offset.
502         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
504 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
506         PR target/77526
507         * combine.c (rest_of_handle_combine): If any edges have been purged,
508         free dominators if available.
510 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
511             Eric Botcazou  <ebotcazou@adacore.com>
513         PR middle-end/77594
514         * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
515         through into expand_addsub_overflow after expand_neg_overflow.
517 2016-09-15  David Malcolm  <dmalcolm@redhat.com>
519         * diagnostic-show-locus.c
520         (selftest::test_fixit_insert_containing_newline): New function.
521         (selftest::test_fixit_replace_containing_newline): New function.
522         (selftest::diagnostic_show_locus_c_tests): Call the above.
524 2016-09-15  Bin Cheng  <bin.cheng@arm.com>
526         PR tree-optimization/77503
527         * tree-vect-loop.c (vectorizable_reduction): Record reduction
528         code for CONST_COND_REDUCTION at analysis stage and use it at
529         transform stage.
530         * tree-vectorizer.h (struct _stmt_vec_info): New field.
531         (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): New macro.
532         * tree-vect-stmts.c (new_stmt_vec_info): Initialize above new
533         field.
535 2016-09-15  Richard Biener  <rguenther@suse.de>
537         PR middle-end/77544
538         * fold-const.c (split_tree): Do not split constant ~X.
540 2016-09-15  Jakub Jelinek  <jakub@redhat.com>
542         PR rtl-optimization/77425
543         * sched-int.h (sd_iterator_cond): Don't update it_ptr->linkp if list
544         is NULL.
546         PR middle-end/77475
547         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify,
548         use %qs instead of %s where desirable, use argument instead of arg in
549         the diagnostic wording, add list of supported strategies and
550         spellcheck hint.
551         (ix86_option_override_internal): Emit target("m...") instead of
552         option("m...") in the diagnostic.  Use %qs instead of %s in invalid
553         -march/-mtune option diagnostic.  Add list of supported arches/tunings
554         and spellcheck hint.  Remove prefix, suffix and sw variables, use
555         main_args_p ? "..." : "..." in diagnostics to make translation
556         possible.
558 2016-09-15  Richard Biener  <rguenther@suse.de>
560         * dwarf2asm.h (dw2_asm_output_offset): Add overload with
561         extra offset argument.
562         * dwarf2asm.c (dw2_asm_output_offset): Implement that.
563         * doc/tm.texi.in (ASM_OUTPUT_DWARF_OFFSET): Adjust documentation
564         to reflect new offset parameter.
565         * doc/tm.texi: Regenerate.
566         * config/darwin.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
567         * config/darwin-protos.h (darwin_asm_output_dwarf_delta): Add
568         offset argument.
569         (darwin_asm_output_dwarf_offset): Likewise.
570         * config/darwin.c (darwin_asm_output_dwarf_delta): Add offset
571         argument.
572         (darwin_asm_output_dwarf_offset): Pass offset argument through.
573         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
574         * config/i386/cygmin.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
576 2016-09-15  Chung-Lin Tang  <cltang@codesourcery.com>
578         PR fortran/72743
579         * ipa-icf.c (set_alias_uids): New function.
580         (sem_variable::merge): Use set_alias_uids to set DECL_PT_UID of
581         all the merged variable's referring aliases.
583 2016-09-15  Richard Biener  <rguenther@suse.de>
585         PR tree-optimization/77514
586         * tree-ssa-pre.c (create_expression_by_pieces): Handle garbage
587         only forced_stmts sequence.
589 2016-09-15  Kugan Vivekanandarajah  <kuganv@linaro.org>
591         * tree-ssanames.h (FOR_EACH_SSA_NAME): New.
592         * cfgexpand.c (update_alias_info_with_stack_vars): Use
593         FOR_EACH_SSA_NAME to iterate over SSA variables.
594         (pass_expand::execute): Likewise.
595         * omp-simd-clone.c (ipa_simd_modify_function_body): Likewise.
596         * tree-cfg.c (dump_function_to_file): Likewise.
597         * tree-into-ssa.c (pass_build_ssa::execute): Likewise.
598         (update_ssa): Likewise.
599         * tree-ssa-alias.c (dump_alias_info): Likewise.
600         * tree-ssa-ccp.c (ccp_finalize): Likewise.
601         * tree-ssa-coalesce.c (build_ssa_conflict_graph): Likewise.
602         (create_outofssa_var_map): Likewise.
603         (coalesce_ssa_name): Likewise.
604         * tree-ssa-operands.c (dump_immediate_uses): Likewise.
605         * tree-ssa-pre.c (compute_avail): Likewise.
606         * tree-ssa-sccvn.c (init_scc_vn): Likewise.
607         (scc_vn_restore_ssa_info): Likewise.
608         (free_scc_vn): Likwise.
609         (run_scc_vn): Likewise.
610         * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
611         * tree-ssa-ter.c (new_temp_expr_table): Likewise.
612         * tree-ssa-copy.c (fini_copy_prop): Likewise.
613         * tree-ssa.c (verify_ssa): Likewise.
615 2016-09-14  Matthew Fortune  <matthew.fortune@imgtec.com>
617         * config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
618         and mips64r2 as default 32-bit and 64-bit architectures.
619         (mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
620         as default 32-bit and 64-bit architectures.
622 2016-09-14  Pat Haugen  <pthaugen@us.ibm.com>
624         * loop-unroll.c (unroll_loop_runtime_iterations): Set probability
625         of succ edge.
627 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
629         * target.def (lra_p): Change commentary (for the manual) for the
630         new default.
631         * doc/tm.texi: Regenerate.
633 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
635         * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
636         * config/arm/arm.c (TARGET_LRA_P): Delete macro.
637         * config/i386/i386.c (TARGET_LRA_P): Delete macro.
638         * config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
640 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
642         * targhooks.c (default_lra_p): Return true instead of false.
644 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
646         * config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
647         hook_bool_void_false.
648         * config/avr/avr.c: Ditto.
649         * config/bfin/bfin.c: Ditto.
650         * config/c6x/c6x.c: Ditto.
651         * config/cr16/cr16.c: Ditto.
652         * config/cris/cris.c: Ditto.
653         * config/epiphany/epiphany.c: Ditto.
654         * config/fr30/fr30.c: Ditto.
655         * config/frv/frv.c: Ditto.
656         * config/h8300/h8300.c: Ditto.
657         * config/ia64/ia64.c: Ditto.
658         * config/iq2000/iq2000.c: Ditto.
659         * config/lm32/lm32.c: Ditto.
660         * config/m32c/m32c.c: Ditto.
661         * config/m32r/m32r.c: Ditto.
662         * config/m68k/m68k.c: Ditto.
663         * config/mcore/mcore.c: Ditto.
664         * config/microblaze/microblaze.c: Ditto.
665         * config/mmix/mmix.c: Ditto.
666         * config/mn10300/mn10300.c: Ditto.
667         * config/moxie/moxie.c: Ditto.
668         * config/msp430/msp430.c: Ditto.
669         * config/nios2/nios2.c: Ditto.
670         * config/nvptx/nvptx.c: Ditto.
671         * config/pa/pa.c: Ditto.
672         * config/pdp11/pdp11.c: Ditto.
673         * config/rl78/rl78.c: Ditto.
674         * config/sparc/sparc.c: Ditto.
675         * config/spu/spu.c: Ditto.
676         * config/stormy16/stormy16.c: Ditto.
677         * config/tilegx/tilegx.c: Ditto.
678         * config/tilepro/tilepro.c: Ditto.
679         * config/v850/v850.c: Ditto.
680         * config/vax/vax.c: Ditto.
681         * config/visium/visium.c: Ditto.
682         * config/xtensa/xtensa.c: Ditto.
684 2016-09-14  Jakub Jelinek  <jakub@redhat.com>
686         PR sanitizer/68260
687         * tsan.c: Include target.h.
688         (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
689         (BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
690         (tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
691         BUILT_IN_ATOMIC_TEST_AND_SET entries.
692         (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
694 2016-09-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
695             Martin Liska  <mliska@suse.cz>
697         PR middle-end/77574
698         * predict.c (force_edge_cold): Add braces to a condition.
700 2016-09-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
702         PR rtl-optimization/77289
703         * lra-constraints.c (get_final_hard_regno): Removed.
704         (get_hard_regno): Add new parameter final_p.
705         (get_reg_class): Directly call lra_get_elimination_hard_regno.
706         (operands_match_p): Adjust call to get_hard_regno.
707         (uses_hard_regs_p): Likewise.
708         (process_alt_operands): Likewise.
710 2016-09-13  Joe Seymour  <joe.s@somniumtech.com>
712         PR target/70713
713         * config/msp430/msp430.c (msp430_start_function): Emit an error
714         if a function is both weak and specifies an interrupt number.
716 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
718         PR tree-optimization/77454
719         * tree-ssa-dom.c (optimize_stmt): Set modified flag on stmt after
720         changing GIMPLE_COND.  Move update_stmt_if_modified call after this.
721         Formatting fix.
723 2016-09-13  Tamar Christina  <tamar.christina@arm.com>
725         * config/aarch64/aarch64-builtins.c
726         (aarch64_init_simd_builtins): Fix builtin type signature printing.
728 2016-09-13  Uros Bizjak  <ubizjak@gmail.com>
730         * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-named
731         SFmode and SCmode arguments by reference.
733 2016-09-13  David Malcolm  <dmalcolm@redhat.com>
735         * diagnostic-show-locus.c (selftest::test_one_liner_fixit_insert):
736         Rename to...
737         (selftest::test_one_liner_fixit_insert_before): ...this, and update
738         for renaming of add_fixit_insert to add_fixit_insert_before.
739         (selftest::test_one_liner_fixit_insert_after): New function.
740         (selftest::test_one_liner_fixit_validation_adhoc_locations):
741         Update for renaming of add_fixit_insert to add_fixit_insert_before.
742         (selftest::test_one_liner_many_fixits): Likewise.
743         (selftest::test_diagnostic_show_locus_one_liner): Update for
744         renaming, call new test function.
745         (selftest::test_diagnostic_show_locus_fixit_lines): Update for
746         renaming of add_fixit_insert to add_fixit_insert_before.
747         (selftest::test_fixit_consolidation): Likewise.
748         * diagnostic.c (selftest::test_print_parseable_fixits_insert):
749         Likewise.
750         * edit-context.c (selftest::test_applying_fixits_insert): Rename to...
751         (selftest::test_applying_fixits_insert_before): ...this.
752         (selftest::test_applying_fixits_insert): Update for renaming of
753         add_fixit_insert to add_fixit_insert_before.
754         (selftest::test_applying_fixits_insert_after): New function.
755         (selftest::test_applying_fixits_insert_after_at_line_end): New
756         function.
757         (selftest::test_applying_fixits_insert_after_failure): New function.
758         (selftest::test_applying_fixits_multiple): Update for renaming of
759         add_fixit_insert to add_fixit_insert_before.
760         (selftest::change_line): Likewise.
761         (selftest::test_applying_fixits_unreadable_file): Likewise.
762         (selftest::test_applying_fixits_line_out_of_range): Likewise.
763         (selftest::test_applying_fixits_column_validation): Likewise.
764         (selftest::test_applying_fixits_column_validation): Likewise.
765         (selftest::edit_context_c_tests): Update for renamed test function;
766         call new test functions.
768 2016-09-13  Pat Haugen  <pthaugen@us.ibm.com>
770         PR tree-optimization/77536
771         PR rtl-optimization/68212
772         * config/rs6000/rs6000.md (div->recip splitter): Remove
773         optimize_insn_for_speed_p condition.
775 2016-09-13  Maciej W. Rozycki  <macro@imgtec.com>
777         * optabs.c (prepare_cmp_insn): Update documentation comment.
779 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
780             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
782         PR middle-end/77475
783         * opts.h (candidates_list_and_hint): Declare.
784         * opts-common.c (candidates_list_and_hint): New function.
785         (cmdline_handle_error): Use it.
787 2016-09-12  David Malcolm  <dmalcolm@redhat.com>
789         * edit-context.c (edited_line::get_len): New accessor.
790         (edited_file::print_diff): Split out hunk-printing into...
791         (edited_file::print_diff_hunk): New method.
792         (edited_file::print_diff_line): New method.
794 2016-09-12  Andrew Pinski  <apinski@cavium.com>
796         * config/aarch64/aarch64-tuning-flags.def (SLOW_UNALIGNED_LDPW):
797         New tuning option.
798         * config/aarch64/aarch64.c (thunderx_tunings): Enable
799         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW.
800         (aarch64_operands_ok_for_ldpstp): Return false if
801         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW and the mode
802         was SImode and the alignment is less than 8 byte.
803         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
805 2016-09-12  Orlando Arias  <oarias@knights.ucf.edu>
807         PR target/77570
808         * config/msp430/msp430.md (delay_cycles_32x): Fix pushm/popm.
810 2016-09-12  Marek Polacek  <polacek@redhat.com>
812         * doc/extend.texi: Use lowercase "boolean".
813         * doc/invoke.texi: Likewise.
814         * doc/md.texi: Likewise.
815         * target.def: Likewise.
816         * doc/tm.texi: Regenerated.
818 2016-09-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
820         PR middle-end/77426
821         * expmed.c (synth_mult): Delete duplicate mode check.
823 2016-09-10  Tom de Vries  <tom@codesourcery.com>
825         PR C/71602
826         * builtins.c (std_canonical_va_list_type): Strictly return non-null for
827         va_list type only.
828         * config/i386/i386.c (ix86_canonical_va_list_type): Same.
829         * gimplify.c (gimplify_va_arg_expr): Handle &va_list.
831 2016-09-09  Peter Bergner  <bergner@vnet.ibm.com>
833         PR rtl-optimization/77289
834         * lra-constraints.c (get_final_hard_regno): Add support for non hard
835         register numbers.  Remove support for subregs.
836         (get_hard_regno): Use SUBREG_P.  Don't call get_final_hard_regno().
837         (get_reg_class): Delete removed get_final_hard_regno() argument.
838         (uses_hard_regs_p): Call get_final_hard_regno().
840 2016-09-09  Martin Sebor  <msebor@redhat.com>
842         PR c/77520
843         PR c/77521
844         * pretty-print.c (pp_quoted_string): New function.
845         (pp_format): Call it for %c and %s directives.
847 2016-09-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
849         * doc/tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
850         (ELIMINABLE_REGS, TARGET_CAN_ELIMINATE,
851         INITIAL_ELIMINATION_OFFSET) : Update documentation.
852         * target.def (frame_pointer_required, can_eliminate): Likewise.
853         * doc/tm.texi: Regenerated.
854         * builtins.c (expand_builtin_setjmp_receiver): Remove #ifdef
855         ELIMINABLE_REGS.
856         * df-scan.c (df_hard_reg_init): Likewise.
857         * ira.c (ira_setup_eliminable_regset): Likewise.
858         * lra-eliminations.c (reg_eliminate_1, (update_reg_eliminate,
859         init_elim_table): Likewise.
860         * reload1.c (reg_eliminate_1, verify_initial_elim_offsets,
861         set_initial_elim_offsets, update_eliminables,
862         init_elim_table): Likewise.
863         * rtlanal.c (get_initial_register_offset): Likewise.
864         * config/ft32/ft32.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
865         * config/m32r/m32r.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
866         * config/moxie/moxie.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
867         * config/vax/vax.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
868         * config/fr30/fr30.h: Fix comment.
869         * config/frv/frv.c: Likewise.
870         * config/frv/frv.h: Likewise.
871         * config/ft32/ft32.h: Likewise.
872         * config/visium/visium.h: Likewise.
873         * config/pa/pa64-linux.h: Likewise.
874         * config/v850/v850.h: Likewise.
875         * config/cris/cris.c: Likewise.
876         * config/ia64/ia64.h: Likewise.
877         * config/moxie/moxie.h: Likewise.
878         * config/m32r/m32r.h: Likewise.
880 2016-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
882         PR target/77267
883         * config.in: Regenerate.
884         * config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
885         New macro.
886         (MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
887         (LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
888         static-libmpxwrappers case.
889         (LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
890         MPX_LD_AS_NEEDED_GUARD_POP.
891         * configure: Regenerate.
892         * configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
893         defined if linker support "--push-state"/"--pop-state".
895 2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
897         * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
899 2016-09-09  Joseph Myers  <joseph@codesourcery.com>
901         * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
902         (__LONG_WIDTH__, __LONG_LONG_WIDTH__, __PTRDIFF_WIDTH__)
903         (__SIG_ATOMIC_WIDTH__, __SIZE_WIDTH__, __WCHAR_WIDTH__)
904         (__WINT_WIDTH__, __INT_LEAST8_WIDTH__, __INT_LEAST16_WIDTH__)
905         (__INT_LEAST32_WIDTH__, __INT_LEAST64_WIDTH__)
906         (__INT_FAST8_WIDTH__, __INT_FAST16_WIDTH__, __INT_FAST32_WIDTH__)
907         (__INT_FAST64_WIDTH__, __INTPTR_WIDTH__, __INTMAX_WIDTH__):
908         Document.
909         * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Define
910         width macros from TS 18661-1.
911         * glimits.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Likewise.
913 2016-09-08  Jakub Jelinek  <jakub@redhat.com>
915         PR fortran/77516
916         * omp-low.c (lower_rec_simd_input_clauses): Use max_vf for non-positive
917         OMP_CLAUSE_SAFELEN_EXPR.
919 2016-09-07  David Malcolm  <dmalcolm@redhat.com>
921         * Makefile.in (OBJS): Add substring-locations.o.
922         * langhooks-def.h (class substring_loc): New forward decl.
923         (lhd_get_substring_location): New decl.
924         (LANG_HOOKS_GET_SUBSTRING_LOCATION): New macro.
925         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_GET_SUBSTRING_LOCATION.
926         * langhooks.c (lhd_get_substring_location): New function.
927         * langhooks.h (class substring_loc): New forward decl.
928         (struct lang_hooks): Add field get_substring_location.
929         * substring-locations.c: New file, taking definition of
930         format_warning_va and format_warning_at_substring from
931         c-family/c-format.c, making them non-static.
932         * substring-locations.h (class substring_loc): Move class here
933         from c-family/c-common.h.  Add and rewrite comments.
934         (format_warning_va): New decl.
935         (format_warning_at_substring): New decl.
936         (get_source_location_for_substring): Add comment.
938 2016-09-07  Eric Gallager  <egall@gwmail.gwu.edu>
940         * config/i386/i386.c: Add 'U' suffix to processor feature bits
941         to avoid -Wnarrowing warning.
942         * config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
943         * opts.c: Likewise for SANITIZER_OPT bitmasks.
945 2016-09-07  Wilco Dijkstra  <wdijkstr@arm.com>
947         * config/aarch64/aarch64.c (aarch64_legitimize_address):
948         Avoid use of base_offset if offset already in range.
950 2016-09-07  Kaz Kojima  <kkojima@gcc.gnu.org>
952         * config/sh/sh-protos.h (struct sh_atomic_model,
953         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
954         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
955         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Move to...
956         * config/sh/sh.h (struct sh_atomic_model,
957         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
958         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
959         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): ...here.
960         Guard with __cplusplus.
962 2016-09-06  Jakub Jelinek  <jakub@redhat.com>
964         PR target/69255
965         * config/i386/i386.c (ix86_expand_builtin): For builtin with
966         unsupported or unknown ISA, use expand_call.
968 2016-09-06  Martin Liska  <mliska@suse.cz>
970         PR gcov-profile/77378
971         PR gcov-profile/77466
972         * tree-profile.c (tree_profiling): Detect whether target can use
973         -fprofile-update=atomic.
975 2016-09-06  Richard Biener  <rguenther@suse.de>
977         PR tree-optimization/77479
978         * tree-vrp.c (update_value_range): Extend overflow handling to
979         VARYING.
981 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
983         PR target/77476
984         * config/i386/i386.md (isa): Add x64_avx512bw.
985         (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
986         (kmov_isa): New mode attr.
987         (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
988         (*zero_extend<mode>si2): Likewise.
989         (*zero_extendqihi2): Use avx512dq isa for the last alternative.
991 2016-09-05  Gerald Pfeifer  <gerald@pfeifer.com>
993         * doc/invoke.texi (SPU Options): nops -> NOPs.
994         (x86 Options): Ditto.
996 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
998         PR middle-end/77475
999         * toplev.c (process_options): Temporarily set input_location
1000         to UNKNOWN_LOCATION around targetm.target_option.override () call.
1002 2016-09-05  Uros Bizjak  <ubizjak@gmail.com>
1004         PR rtl-optimization/77452
1005         * explow.c (plus_constant) <case MEM>: Extract scalar constant from
1006         inner-mode reference to a CONST_VECTOR constant in the constant pool.
1008 2016-09-05  Marek Polacek  <polacek@redhat.com>
1010         PR c/77423
1011         * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
1013 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
1015         PR other/77421
1016         * gensupport.c (alter_output_for_subst_insn): Remove redundant
1017         *insn_out == '*' test.  Don't copy unnecessary to yet another
1018         memory buffer, and don't leak it.
1020         PR rtl-optimization/77425
1021         * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
1023 2016-09-03  Kirill Yukhin  <kirill.yukhin@intel.com>
1025         * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
1027 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
1029         * common.opt (fdiagnostics-generate-patch): New option.
1030         * diagnostic.c: Include "edit-context.h".
1031         (diagnostic_initialize): Initialize context->edit_context_ptr.
1032         (diagnostic_finish): Delete context->edit_context_ptr.
1033         (diagnostic_report_diagnostic): Add fix-it hints from the
1034         diagnostic to context->edit_context_ptr, if any.
1035         * diagnostic.h (class edit_context): Add forward decl.
1036         (struct diagnostic_context): Add field "edit_context_ptr".
1037         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
1038         -fdiagnostics-generate-patch.
1039         (-fdiagnostics-generate-patch): New item.
1040         * toplev.c: Include "edit-context.h".
1041         (process_options): Set global_dc->edit_context_ptr to a new
1042         edit_context if the options need one.
1043         (toplev::main): Handle -fdiagnostics-generate-patch by using
1044         global_dc->edit_context_ptr.
1046 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1048         PR c/65467
1049         * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
1050         map and firstprivate clauses on target construct for _Atomic
1051         qualified decls.
1052         (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
1053         on target construct for _Atomic qualified decls.
1054         * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
1055         decls.
1056         * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
1057         _Atomic qualified arguments not mentioned in uniform clause.
1059 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
1061         * Makefile.in (OBJS-libcommon): Add edit-context.o.
1062         * diagnostic-color.c (color_dict): Add "diff-filename",
1063         "diff-hunk", "diff-delete", and "diff-insert".
1064         (parse_gcc_colors): Update default value of GCC_COLORS in comment
1065         to reflect above changes.
1066         * doc/invoke.texi (-fdiagnostics-color): Update description of
1067         default GCC_COLORS, and of the supported capabilities.
1068         * edit-context.c: New file.
1069         * edit-context.h: New file.
1070         * input.c (struct fcache): Add field "missing_trailing_newline".
1071         (diagnostics_file_cache_forcibly_evict_file): Initialize it to
1072         true.
1073         (add_file_to_cache_tab): Likewise.
1074         (fcache::fcache): Likewise.
1075         (get_next_line): Update c->missing_trailing_newline.
1076         (location_missing_trailing_newline): New function.
1077         * input.h (location_missing_trailing_newline): New decl.
1078         * selftest-run-tests.c (selftest::run_tests): Call
1079         edit_context_c_tests.
1080         * selftest.h (edit_context_c_tests): New decl.
1082 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1083             Richard Biener  <rguenth@suse.de>
1085         PR tree-optimization/77444
1086         * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
1087         as steptype, remove redundant initialization.
1089 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1091         PR sanitizer/77396
1092         * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
1093         (sanopt_optimize_walker): Optimize away
1094         __asan_before_dynamic_init (...) followed by
1095         __asan_after_dynamic_init () without intervening memory loads/stores.
1096         * ipa-pure-const.c (special_builtin_state): Handle
1097         BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
1098         BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
1100 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1102         * cfg.c (free_original_copy_tables): Replace second assignment of
1103         bb_copy = NULL by bb_original = NULL. 
1105 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1107         PR other/77421
1108         * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
1109         assignment added in r216794.
1111 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
1113         * Makefile.in (OBJS): Add typed-splay-tree.o.
1114         * selftest-run-tests.c (selftest::run_tests): Call
1115         typed_splay_tree_c_tests.
1116         * selftest.h (typed_splay_tree_c_tests): New decl.
1117         * typed-splay-tree.c: New file.
1118         * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
1119         (typed_splay_tree::max): New method.
1120         (typed_splay_tree::min): New method.
1121         (typed_splay_tree::foreach): New method.
1122         (typed_splay_tree::closure): New struct.
1123         (typed_splay_tree::inner_foreach_fn): New function.
1125 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1127         * ipa-cp.c (ipcp_store_bits_results): Change option name from
1128         -fipa-cp-bit to -fipa-bit-cp.
1130 2016-09-01  Martin Sebor  <msebor@redhat.com>
1132         PR tree-optimization/71831
1133         * tree-object-size.h: Return bool instead of the size and add
1134         argument for the size.
1135         * tree-object-size.c (compute_object_offset): Update signature.
1136         (addr_object_size): Same.
1137         (compute_builtin_object_size): Return bool instead of the size
1138         and add argument for the size.  Handle POINTER_PLUS_EXPR when
1139         optimization is disabled.
1140         (expr_object_size): Adjust.
1141         (plus_stmt_object_size): Adjust.
1142         (pass_object_sizes::execute): Adjust.
1143         * builtins.c (fold_builtin_object_size): Adjust.
1144         * doc/extend.texi (Object Size Checking): Update.
1145         * ubsan.c (instrument_object_size): Adjust.
1147 2016-09-01  Martin Sebor  <msebor@redhat.com>
1149         * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
1150         it fits the output of the formatted function regardless of its
1151         arguments.
1152         * gcc/genmodes.c (parser::parse_expr): Same.
1153         * gimplify.c (gimplify_asm_expr): Same.
1154         * passes.c (pass_manager::register_one_dump_file): Same.
1155         * print-tree.c (print_node): Same.
1157 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1159         * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
1161 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1163         * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
1165 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1167         * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
1168         * config/rs6000/vector.md: Ditto.
1169         * config/rs6000/vsx.md: Ditto.
1171 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
1173         * ipa-inline-analysis.c (param_change_prob): Get to the base object
1174         first in all cases.
1176 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1178         * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
1179         *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
1180         *return_and_restore_gpregs_<mode>_r11,
1181         *return_and_restore_gpregs_<mode>_r12,
1182         *return_and_restore_gpregs_<mode>_r1,
1183         *return_and_restore_fpregs_<mode>_r11,
1184         *return_and_restore_fpregs_<mode>_r12,
1185         *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
1186         directly instead of via the "l" constraint.  Renumber operands.
1187         Fix whitespace.
1189 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1191         * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
1192         save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
1193         *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
1194         * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
1195         load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
1196         *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
1197         *call_value_nonlocal_darwin64, reload_macho_picbase,
1198         reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
1199         * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
1200         * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
1201         *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
1202         *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
1203         *save_fpregs_<mode>_r1): Ditto.
1204         * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
1205         *return_and_restore_gpregs_spe): Ditto.
1207 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1209         * config/rs6000/rs6000.md
1210         (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
1211         the use of the link register.
1212         (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
1214 2016-09-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1215             Michael Meissner  <meissner@linux.vnet.ibm.com>
1217         PR target/72827
1218         * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
1219         reg+reg addressing for TImode.
1220         (rs6000_legitimate_address_p): Only allow register indirect
1221         addressing for TImode, even without TARGET_QUAD_MEMORY.
1223 2016-09-01  Richard Biener  <rguenther@suse.de>
1225         PR middle-end/77436
1226         * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
1227         check whether the result fits the desired result type.
1229 2016-09-01  Nathan Sidwell  <nathan@acm.org>
1231         * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
1233 2016-09-01  Wilco Dijkstra  <wdijkstr@arm.com>
1235         * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
1236         New function.
1237         (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
1239 2016-09-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1241         * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
1242         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
1243         for comparisons of integer ZERO_EXTEND against zero.
1245 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
1247         * config/i386/i386.c (ix86_option_override_internal): Also disable the
1248         STV pass if -mstackrealign is enabled.
1250 2016-08-31  Ilya Verbin  <iverbin@gmail.com>
1252         * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
1253         AVX512IFMA.
1255 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
1257         * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
1258         (layout_range::intersects_line_p): New method.
1259         (test_range_contains_point_for_single_point): Rename to...
1260         (test_layout_range_for_single_point): ...this, and add testing
1261         for layout_range::intersects_line_p.
1262         (test_range_contains_point_for_single_line): Rename to...
1263         (test_layout_range_for_single_line): ...this,  and add testing
1264         for layout_range::intersects_line_p.
1265         (test_range_contains_point_for_multiple_lines): Rename to...
1266         (test_layout_range_for_multiple_lines): ...this,  and add testing
1267         for layout_range::intersects_line_p.
1268         (layout::layout): Populate m_fixit_hints.
1269         (layout::get_expanded_location): Handle the case of a line-span
1270         for a fix-it hint.
1271         (layout::validate_fixit_hint_p): New method.
1272         (get_line_span_for_fixit_hint): New function.
1273         (layout::calculate_line_spans): Add spans for fixit-hints.
1274         (layout::should_print_annotation_line_p): New method.
1275         (layout::print_any_fixits): Drop param "richloc", instead using
1276         validated fixits in m_fixit_hints.  Add "const" to hint pointers.
1277         (diagnostic_show_locus): Avoid printing blank annotation lines.
1278         (selftest::test_diagnostic_context::test_diagnostic_context):
1279         Initialize show_column and start_span.
1280         (selftest::test_diagnostic_context::start_span_cb): New static
1281         function.
1282         (selftest::test_diagnostic_show_locus_fixit_lines): New function.
1283         (selftest::diagnostic_show_locus_c_tests): Update for function
1284         renamings.  Call test_diagnostic_show_locus_fixit_lines.
1286 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
1288         PR tree-optimization/73714
1289         * match.pd (a * (1 << b)): Revert change from 2016-05-23.
1291 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
1293         * selftest.c: Move "namespace selftest {" to top of file,
1294         removing explicit "selftest::" qualifiers throughout.
1296 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
1298         * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
1299         New types.
1300         (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
1301         _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
1302         Replace builtin with vector extension.
1303         * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
1304         New types.
1305         (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
1306         _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
1307         Replace builtin with vector extension.
1308         * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
1309         (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
1310         Replace builtin with vector extension.
1311         * config/i386/xmmintrin.h (__m128_u): New type.
1312         (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
1313         (_mm_load_ps, _mm_store_ps): Simplify.
1315 2016-08-31  Eric Botcazou  <ebotcazou@adacore.com>
1317         * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
1319 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
1321         * diagnostic-show-locus.c (colorizer::begin_state): Support more
1322         than 3 ranges per diagnostic by alternating between color 1 and
1323         color 2.
1324         (layout::layout): Replace use of rich_location::MAX_RANGES
1325         with richloc->get_num_locations ().
1326         (layout::calculate_line_spans): Replace use of
1327         rich_location::MAX_RANGES with m_layout_ranges.length ().
1328         (layout::print_annotation_line): Handle arbitrary numbers of
1329         ranges in caret-printing by defaulting to '^'.
1330         (selftest::test_one_liner_many_fixits): New function.
1331         (test_diagnostic_show_locus_one_liner): Call it.
1332         * diagnostic.c (diagnostic_initialize): Update for renaming
1333         of rich_location::MAX_RANGES to
1334         rich_location::STATICALLY_ALLOCATED_RANGES.
1335         * diagnostic.h (struct diagnostic_context): Likewise.
1337 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
1339         * selftest.c (selftest::named_temp_file::named_temp_file): New
1340         ctor.
1341         (selftest::temp_source_file::~temp_source_file): Move to...
1342         (selftest::named_temp_file::~named_temp_file): ...here.
1343         (selftest::test_named_temp_file): New function.
1344         (selftest::selftest_c_tests): Call test_named_temp_file.
1345         * selftest.h (class named_temp_file): New class.
1346         (class temp_source_file): Convert to a subclass of named_temp_file.
1348 2016-08-30  Segher Boessenkool  <segher@kernel.crashing.org>
1350         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
1351         USEs of LR_REGNO in returns and sibcalls.
1352         (rs6000_output_mi_thunk): Similar.
1353         (rs6000_sibcall_aix): Similar.
1354         * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
1355         sibcall_local64, sibcall_value_local32, sibcall_value_local64,
1356         sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
1357         Remove the USE of LR_REGNO from the patterns as well.  Delete an
1358         obsolete comment.
1359         (return_internal_<mode>): Delete.
1361 2016-08-30  Tamar Christina  <tamar.christina@arm.com>
1363         * gcc/config/aarch64/aarch64-simd.md
1364         (aarch64_ld2<mode>_dreg_le): New.
1365         (aarch64_ld2<mode>_dreg_be): New.
1366         (aarch64_ld2<mode>_dreg): Removed.
1367         (aarch64_ld3<mode>_dreg_le): New.
1368         (aarch64_ld3<mode>_dreg_be): New.
1369         (aarch64_ld3<mode>_dreg): Removed.
1370         (aarch64_ld4<mode>_dreg_le): New.
1371         (aarch64_ld4<mode>_dreg_be): New.
1372         (aarch64_ld4<mode>_dreg): Removed.
1373         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
1375 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
1377         * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
1378         redundant location param.
1379         (test_one_liner_fixit_remove): Likewise.
1380         (test_one_liner_fixit_replace): Likewise.
1381         (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
1382         * gcc-rich-location.c
1383         (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
1384         get_range_from_loc.  Drop overload taking a const char *.
1385         * gcc-rich-location.h
1386         (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
1387         a const char *.
1389 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1391         * config/linux.c (linux_libc_has_function): Return true on musl.
1393 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1395         * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
1397 2016-08-30  Eric Botcazou  <ebotcazou@adacore.com>
1399         * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
1400         used for abnormal egdes.
1402 2016-08-30  Jakub Jelinek  <jakub@redhat.com>
1404         PR tree-optimization/72866
1405         * tree-vect-patterns.c (search_type_for_mask): Turn into
1406         a small wrapper, move all code to ...
1407         (search_type_for_mask_1): ... this new function.  Add caching
1408         and adjust recursive calls.
1410         PR debug/77363
1411         * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
1412         instead of lookup_type_die (type_main_variant (type)) even for array
1413         types.
1415         PR middle-end/77377
1416         * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
1417         constant pool reference return x instead of c.
1419 2016-08-29  Segher Boessenkool  <segher@kernel.crashing.org>
1421         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
1422         include MQ.
1424 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
1426         * input.c
1427         (selftest::test_make_location_nonpure_range_endpoints): Fix
1428         header comment.
1430 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
1432         * diagnostic-show-locus.c
1433         (selftest::test_one_liner_fixit_validation_adhoc_locations): New
1434         function.
1435         (selftest::test_diagnostic_show_locus_one_liner): Call it.
1436         * input.c (get_pure_location): Move to libcpp/line-map.c.
1437         * input.h (get_pure_location): Convert decl to an inline function
1438         calling implementation in libcpp.
1440 2016-08-29  Uros Bizjak  <ubizjak@gmail.com>
1442         PR target/77403
1443         * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
1444         template for intel asm dialect.
1445         (vec_set_hi_<mode><mask_name>): Ditto.
1447 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
1449         * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
1450         (selftest::fail_formatted): Likewise.
1452 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
1454         * input.c (make_location): Call get_start and get_finish
1455         on the endpoints to avoid storing packed ranges or ad-hoc
1456         ranges in them.
1457         (selftest::test_make_location_nonpure_range_endpoints): New function.
1458         (selftest::input_c_tests): Call it.
1459         * input.h (get_start): New inline function.
1461 2016-08-29  Tom de Vries  <tom@codesourcery.com>
1463         PR c/77398
1464         * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
1465         with assert.
1467 2016-08-29  Eric Botcazou  <ebotcazou@adacore.com>
1469         * Makefile.in (gcov-iov.h): Add dummy recipe.
1471 2016-08-29  Nathan Sidwell  <nathan@acm.org>
1473         * config/nvptx/nvptx.c: #include tree-vrp.h.
1475 2016-08-28  Eric Botcazou  <ebotcazou@adacore.com>
1477         PR target/77324
1478         * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
1479         HIGH+LO construct during reload.
1481 2016-08-28  Tom de Vries  <tom@codesourcery.com>
1483         PR lto/70955
1484         * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
1485         'sysv_abi va_list' attribute.
1486         (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
1487         (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
1488         attributes.
1490 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1492         * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
1493         * emit-rtl.c (unshare_all_rtl_1): Adjust.
1494         (unshare_all_rtl_again): Likewise.
1495         * function.c (assign_stack_local_1): Likewise.
1496         (assign_stack_temp_for_type): Likewise.
1498 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1500         * cfgbuild.c (make_edges): Adjust.
1501         * cfgrtl.c (can_delete_label_p): Likewise.
1502         * dwarf2cfi.c (create_trace_edges): Likewise.
1503         * except.c (sjlj_emit_dispatch_table): Likewise.
1504         * function.h (struct expr_status): make x_forced_labels a vector.
1505         * jump.c (rebuild_jump_labels_1): Adjust.
1506         * reload1.c (set_initial_label_offsets): Likewise.
1507         * stmt.c (force_label_rtx): Likewise.
1508         (expand_label): Likewise.
1510 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1512         * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
1514 2016-08-27  Patrick Palka  <ppalka@gcc.gnu.org>
1516         PR tree-optimization/71077
1517         PR tree-optimization/68542
1518         * fold-const.c (fold_relational_const): Fix folding of
1519         VECTOR_CST comparisons that have a scalar boolean result type.
1520         (selftest::test_vector_folding): New static function.
1521         (selftest::fold_const_c_tests): Call it.
1523 2016-08-27  Gerald Pfeifer  <gerald@pfeifer.com>
1525         * doc/extend.texi (SPU Built-in Functions): Remove stale
1526         references to material formerly at IBM and Sony.
1528 2016-08-26  David Edelsohn  <dje.gcc@gmail.com>
1530         PR target/77349
1531         * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
1533 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
1535         * diagnostic-show-locus.c
1536         (selftest::test_fixit_consolidation): New function.
1537         (selftest::diagnostic_show_locus_c_tests): Call it.
1538         * gcc-rich-location.h (gcc_rich_location): Eliminate unused
1539         constructor based on source_range.
1541 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
1543         * diagnostic-color.c (color_dict): Add "fixit-insert" and
1544         "fixit-delete".
1545         (parse_gcc_colors): Update description of default GCC_COLORS.
1546         * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
1547         (colorizer::set_fixit_insert): New method.
1548         (colorizer::set_fixit_delete): New method.
1549         (colorizer::get_color_by_name): New method.
1550         (colorizer::STATE_FIXIT_INSERT): New constant.
1551         (colorizer::STATE_FIXIT_DELETE): New constant.
1552         (class colorizer): Drop "_cs" suffix from fields.  Delete "_ce"
1553         fields in favor of new field "m_stop_color".  Add fields
1554         "m_fixit_insert" and "m_fixit_delete".
1555         (colorizer::colorizer): Update for above changes.  Replace
1556         colorize_start calls with calls to get_color_by_name.
1557         (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
1558         STATE_FIXIT_DELETE.  Update for field renamings.
1559         (colorizer::finish_state): Simplify by using m_stop_color,
1560         rather than multiple identical "*_ce" fields.
1561         (colorizer::get_color_by_name): New method.
1562         (layout::print_any_fixits): Print insertions and replacements
1563         using the "fixit-insert" color, and deletions using the
1564         "fixit-delete" color.
1565         * doc/invoke.texi (-fdiagnostics-color): Update description of
1566         default GCC_COLORS, and of the supported capabilities.
1568 2016-08-26  Max Filippov  <jcmvbkbc@gmail.com>
1570         * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
1571         current_function_static_stack_size variable with the static
1572         stack frame size of the current function when
1573         flag_stack_usage_info is enabled.
1575 2016-08-26  Nathan Sidwell  <nathan@acm.org>
1577         * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
1578         assignment inside if condition.
1580 2016-08-26  Richard Biener  <rguenther@suse.de>
1582         PR tree-optimization/69047
1583         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
1584         extracts similar to what FRE does.
1585         (non_rewritable_mem_ref_base): Likewise.
1587 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
1589         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
1590         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
1591         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1592         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1593         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
1594         Likewise.
1595         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1596         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1597         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1598         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
1599         * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1601 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1603         PR target/70473
1604         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
1605         reservation duration to 15 cycles.
1606         (cortex_a8_vfp_macs): Likewise.
1607         (cortex_a8_vfp_macd): Likewise.
1608         (cortex_a8_vfp_divs): Likewise.
1609         (cortex_a8_vfp_divd): Likewise.
1611 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1613         * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
1614         (aarch_macro_fusion_pair_p): Use above to avoid early return.
1616 2016-08-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1617             Martin Jambhor  <mjambor@suse.cz>
1619         * common.opt: New option -fipa-bit-cp.
1620         * doc/invoke.texi: Document -fipa-bit-cp.
1621         * opts.c (default_options_table): Add entry for -fipa-bit-cp.
1622         (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
1623         * tree-ssa-ccp.h: New header file.
1624         * tree-ssa-ccp.c: Include tree-ssa-ccp.h
1625         (bit_value_binop_1): Change to bit_value_binop_1 and export it.
1626         Replace all occurences of tree parameter by two new params: signop, int.
1627         (bit_value_unop_1): Change to bit_value_unop and export it.
1628         Replace all occurences of tree parameter by two new params: signop,
1629         int.
1630         (bit_value_binop): Change call from bit_value_binop_1 to
1631         bit_value_binop.
1632         (bit_value_assume_aligned): Likewise.
1633         (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
1634         (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
1635         to ccp_finalize.
1636         (ccp_finalize): Skip processing if val->mask == 0.
1637         * ipa-cp.c: Include tree-ssa-ccp.h
1638         (ipcp_bits_lattice): New class.
1639         (ipcp_param_lattice (bits_lattice): New member.
1640         (print_all_lattices): Call ipcp_bits_lattice::print.
1641         (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
1642         (initialize_node_lattices): Likewise.
1643         (propagate_bits_accross_jump_function): New function.
1644         (propagate_constants_accross_call): Call
1645         propagate_bits_accross_jump_function.
1646         (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
1647         (ipcp_store_bits_results): New function.
1648         (ipcp_driver): Call ipcp_store_bits_results.
1649         * ipa-prop.h (ipa_bits): New struct.
1650         (ipa_jump_func): Add new member bits of type ipa_bits.
1651         (ipa_param_descriptor): Change decl to decl_or_type.
1652         (ipa_get_param): Change decl to decl_or_type and assert on
1653         PARM_DECL.
1654         (ipa_get_type): New function.
1655         (ipcp_transformation_summary): New member bits.
1656         * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
1657         (ipa_populate_param_decls): Likewise.
1658         (ipa_dump_param): Likewise.
1659         (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
1660         function.
1661         (ipa_set_jf_unknown): Set ipa_bits::known to false.
1662         (ipa_compute_jump_functions_for_edge): Compute jump function for bits
1663         propagation.
1664         (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
1665         (ipa_write_jump_function): Add streaming for ipa_bits.
1666         (ipa_read_jump_function): Add support for reading streamed ipa_bits.
1667         (write_ipcp_transformation_info): Add streaming for ipa_bits
1668         summary for ltrans.
1669         (read_ipcp_transfomration_info): Add support for reading streamed
1670         ipa_bits.
1671         (ipcp_update_bits): New function.
1672         (ipcp_transform_function): Call ipcp_update_bits.
1674 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1676         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
1677         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
1679 2016-08-25  David Edelsohn  <dje.gcc@gmail.com>
1681         * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
1683 2016-08-25  Richard Biener  <rguenther@suse.de>
1685         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
1686         Only add locations in late dwarf.
1687         (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
1688         (dwarf2out_early_finish): But do it here.
1690 2016-08-24  Michael Collison  <michael.collison@linaro.org>
1691             Michael Collison  <michael.collison@arm.com>
1693         * config/arm/arm-modes.def: Add new condition code mode CC_V
1694         to represent the overflow bit.
1695         * config/arm/arm.c (maybe_get_arm_condition_code):
1696         Add support for CC_Vmode.
1697         (arm_gen_unlikely_cbranch): New function to generate common
1698         rtl conditional branches for overflow patterns.
1699         * config/arm/arm-protos.h: Add prototype for
1700         arm_gen_unlikely_cbranch.
1701         * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
1702         addsi3_compareV_upper): New patterns to support signed
1703         builtin overflow add operations.
1704         (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
1705         New patterns to support unsigned builtin add overflow operations.
1706         (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
1707         builtin overflow subtract operations,
1708         (usubv<mode>4): New patterns to support unsigned builtin subtract
1709         overflow operations.
1710         (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
1711         to support builtin overflow negate operations.
1713 2016-08-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1715         Revert
1716         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1718         * explow.c (get_dynamic_stack_size): Take known alignment of stack
1719         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
1720         needed.
1722 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1724         * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
1725         MULTILIB_OPTIONS should be used.  Small wording fixes.
1726         * genmultilib: Memorize set of all option combinations in
1727         combination_space.  Detect if RHS of MULTILIB_REUSE uses an option not
1728         found in MULTILIB_OPTIONS by checking if option set is listed in
1729         combination_space.  Output new and existing error message to stderr.
1731 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1733         * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
1734         -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
1735         Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
1736         (MULTILIB_REUSE): Remove reuse rules for option set including
1737         -mfpu=fp-armv8 and -mfpu=vfpv4
1739 2016-08-24  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1741         * config/arm/t-rtems: Add vfp multilib.
1743 2016-08-23  Ian Lance Taylor  <iant@golang.org>
1745         * config/s390/s390.c (s390_asm_file_start): Call
1746         default_file_start.
1748 2016-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
1750         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
1751         initialization of all 0's to the 0 constant, instead of directly
1752         generating XOR.  Add support for V4SImode vector initialization on
1753         64-bit systems with direct move, and rework the ISA 3.0 V4SImode
1754         initialization.  Change variables used in V4SFmode vector
1755         intialization.  For V4SFmode vector splat on ISA 3.0, make sure
1756         any memory addresses are in index form.  Add support for using
1757         VSPLTH/VSPLTB to initialize vector short and vector char vectors
1758         with all of the same element.
1759         (regno_or_subregno): New helper function to return a register
1760         number for either REG or SUBREG.
1761         (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
1762         Use regno_or_subregno where possible.
1763         (rs6000_split_v4si_init_di_reg): New helper function to build up a
1764         DImode value from two SImode values in order to generate V4SImode
1765         vector initialization on 64-bit systems with direct move.
1766         (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
1767         initialization.
1768         (rtx_is_swappable_p): V4SImode vector initialization insn is not
1769         swappable.
1770         * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
1771         declaration.
1772         * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
1773         attributes to initialize V8HImode and V16QImode vectors with the
1774         same element.
1775         (VSX_SPLAT_COUNT): Likewise.
1776         (VSX_SPLAT_SUFFIX): Likewise.
1777         (UNSPEC_VSX_VEC_INIT): New unspec.
1778         (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
1779         Allow SFmode values to come from Altivec registers.
1780         (vsx_init_v4si): New insn/split for V4SImode vector initialization
1781         on 64-bit systems with direct move.
1782         (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
1783         vector initializations, to allow V4SImode vector initializations
1784         on 64-bit systems with direct move.
1785         (vsx_splat_v4si): Likewise.
1786         (vsx_splat_v4si_di): Likewise.
1787         (vsx_splat_v4sf): Likewise.
1788         (vsx_splat_v4sf_internal): Likewise.
1789         (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
1790         register classes.
1791         (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
1792         (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
1793         initializing V8HImode and V16QImode vectors with the same
1794         element.
1795         * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
1796         optimization if -maltivec=be.
1798 2016-08-23  Christophe Lyon  <christophe.lyon@linaro.org>
1800         * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
1801         attribute for alternatives 3 and 4.
1803 2016-08-23  David Malcolm  <dmalcolm@redhat.com>
1805         * selftest.c (selftest::assert_str_contains): New function.
1806         (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
1807         * selftest.h (selftest::assert_str_contains): New decl.
1808         (ASSERT_STR_CONTAINS): New macro.
1810 2016-08-23  Richard Biener  <rguenther@suse.de>
1812         PR tree-optimization/77286
1813         * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
1814         the CFG here.
1815         (vect_transform_loop): Split exit edges of loop and scalar
1816         loop if required and at the appropriate time.
1818 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1820         * explow.c (get_dynamic_stack_size): Take known alignment of stack
1821         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
1822         needed.
1823         Correct a typo in a comment.
1825 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1827         * config/s390/s390.md ("*andc_split"): New splitter for and with
1828         complement.
1830 2016-08-23  Richard Biener  <rguenther@suse.de>
1832         PR tree-optimization/27336
1833         * tree-vrp.c (infer_value_range): Handle stmts that can throw
1834         by looking for a non-EH edge.
1835         (process_assert_insertions_for): Likewise.
1837 2016-08-23  Richard Biener  <rguenther@suse.de>
1839         PR middle-end/77305
1840         * statistics.c (statistics_counter_event): Robustify against
1841         NULL current_pass.
1843 2016-08-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1845         * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
1846         for targets amdfam10 and barcelona.
1848 2016-08-22  Uros Bizjak  <ubizjak@gmail.com>
1850         * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
1851         (zero_extend<mode>di2): Ditto.
1852         (*zero_extend<mode>si2): Ditto.
1853         (*zero_extendqihi2): Ditto.
1855 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
1857         PR middle-end/77269
1858         * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
1859         (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
1861 2016-08-22  Patrick Palka  <ppalka@gcc.gnu.org>
1863         * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
1864         identical consecutive elements.
1865         [SSA_NAME]: Print the name's def stmt on its own line.  When printing
1866         the node's def stmt, avoid printing an unwanted trailing newline by
1867         replacing the call to print_gimple_stmt() with its inlined body and
1868         adjusting it to not set pp_needs_newline and to call pp_flush()
1869         instead of pp_newline_and_flush().
1871 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
1873         * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
1874         (float32_type_node, float64_type_node, float32x_type_node)
1875         (float128x_type_node): New macros.
1876         * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
1877         (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
1878         (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
1879         (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
1880         (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
1881         (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
1882         (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
1883         (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
1884         (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
1885         (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
1886         (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
1887         (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
1888         (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
1889         (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
1890         (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
1891         (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
1892         * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
1893         (copysign, fabs, huge_val, inf, nan, nans): Use it.
1894         * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
1895         and copysign.
1896         (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
1897         (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
1898         * doc/extend.texi (Other Builtins): Document these built-in
1899         functions.
1900         * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
1901         for nan and nans.
1903 2016-08-22  Gerald Pfeifer  <gerald@pfeifer.com>
1905         * doc/install.texi (Binaries): www.opencsw.org now uses https.
1907 2016-08-22  Richard Biener  <rguenther@suse.de>
1909         * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
1911 2016-08-21  Uros Bizjak  <ubizjak@gmail.com>
1913         PR target/77270
1914         * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
1915         TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
1916         non-SSE2 athlons only, otherwise prefer SSE prefetches.
1918 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
1920         * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
1921         (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
1922         (vrp_visit_switch_stmt): Likewise.
1923         (extract_range_from_stmt): Factored out from vrp_visit_stmt.
1924         (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
1925         (vrp_visit_stmt): Use extract_range_from_stmt.
1926         (vrp_visit_phi_node): Use extract_range_from_phi_node.
1928 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
1930         * Makefile.in: Add tree-vrp.h to GTFILES.
1931         * gengtype.c (open_base_files): Add tree-vrp.h.
1932         * asan.c: Add tree-vrp.h which now has the definition value_range_type.
1933         * builtins.c: Likewise.
1934         * fold-const.c: Likewise.
1935         * gimple-builder.c: Likewise.
1936         * gimple-laddress.c: Likewise.
1937         * hsa-gen.c: Likewise.
1938         * internal-fn.c: Likewise.
1939         * ssa.h: Likewise.
1940         * targhooks.c: Liewise,
1941         * tree-ssa-address.c: Likewise.
1942         * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
1943         * tree-vrp.c (struct value_range): Move to tree-vrp.h
1944         * tree-vrp.h: New file.
1946 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
1948         PR tree-optimization/61839
1949         * tree-vrp.c (two_valued_val_range_p): New.
1950         (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
1951         two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
1952         Also Convert VAR BINOP CST where VAR is two-valued to
1953         VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
1955 2016-08-19  David Malcolm  <dmalcolm@redhat.com>
1957         * diagnostic-show-locus.c
1958         (layout::annotation_line_showed_range_p): New method.
1959         (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
1960         Reimplement case fixit_hint::REPLACE to cover removals, and
1961         replacements where the range of the replacement isn't one
1962         of the ranges in the rich_location.
1963         (test_one_liner_fixit_replace): Likewise.
1964         (selftest::test_one_liner_fixit_replace_non_equal_range): New
1965         function.
1966         (selftest::test_one_liner_fixit_replace_equal_secondary_range):
1967         New function.
1968         (selftest::test_diagnostic_show_locus_one_liner): Call the new
1969         functions.
1970         * diagnostic.c (print_parseable_fixits): Remove case
1971         fixit_hint::REMOVE.
1973 2016-08-19  Uros Bizjak  <ubizjak@gmail.com>
1975         PR target/77270
1976         * config/i386/i386.c (ix86_option_override_internal): Remove
1977         PTA_PRFCHW from entries that also have PTA_3DNOW flag.
1978         Enable SSE prefetch also for TARGET_PREFETCHWT1.
1979         Do not try to enable TARGET_PRFCHW ISA flag here.
1980         * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
1981         Rewrite expander function body.
1982         (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
1984 2016-08-19  Joseph Myers  <joseph@codesourcery.com>
1986         PR c/32187
1987         * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
1988         (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
1989         (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
1990         (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
1991         (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
1992         (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
1993         (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
1994         (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
1995         (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
1996         tree_index values.
1997         (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
1998         macros.
1999         (struct floatn_type_info): New structure type.
2000         (floatn_nx_types): New variable declaration.
2001         * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
2002         (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
2003         (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
2004         * tree.c (floatn_nx_types): New variable.
2005         (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
2006         corresponding complex types.
2007         * target.def (floatn_mode): New hook.
2008         * targhooks.c: Include "real.h".
2009         (default_floatn_mode): New function.
2010         * targhooks.h (default_floatn_mode): New prototype.
2011         * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
2012         types.
2013         * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
2014         effective-target and dg-add-options keywords.
2015         (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
2016         Document new effective-target keywords.
2017         * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
2018         * doc/tm.texi: Regenerate.
2019         * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
2020         __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
2021         [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
2022         18661-3.
2023         * real.h (struct real_format): Add field ieee_bits.
2024         * real.c (ieee_single_format, mips_single_format)
2025         (motorola_single_format, spu_single_format, ieee_double_format)
2026         (mips_double_format, motorola_double_format)
2027         (ieee_extended_motorola_format, ieee_extended_intel_96_format)
2028         (ieee_extended_intel_128_format)
2029         (ieee_extended_intel_96_round_53_format, ibm_extended_format)
2030         (mips_extended_format, ieee_quad_format, mips_quad_format)
2031         (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
2032         (decimal_double_format, decimal_quad_format, ieee_half_format)
2033         (arm_half_format, real_internal_format: Initialize ieee_bits
2034         field.
2035         * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
2036         float128_type_node.  Set float80_type_node to float64x_type_node
2037         if appropriate and long_double_type_node not appropriate.
2038         * config/ia64/ia64.c (ia64_init_builtins): Likewise.
2039         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
2040         Initialize ieee_bits field.
2041         * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
2042         (rs6000_init_builtins): Set ieee128_float_type_node to
2043         float128_type_node.
2044         (rs6000_floatn_mode): New function.
2046 2016-08-19  Jakub Jelinek  <jakub@redhat.com>
2048         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
2049         _rdseed64_step): Uglify argument names and/or local variable names
2050         in inline functions.
2051         * config/i386/rtmintrin.h (_xabort): Likewise.
2052         * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
2053         _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
2054         _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
2055         _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
2056         _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
2057         _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
2058         _mm_maskz_ternarylogic_epi32): Likewise.
2059         * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
2060         __lwpins32, __lwpins64): Likewise.
2061         * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
2062         _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
2063         _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
2064         _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
2065         _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
2066         _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
2067         _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
2068         _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
2069         _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
2070         _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
2071         _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
2072         _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
2073         _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
2074         _mm256_mask_i64gather_epi32): Likewise.
2075         * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
2076         * config/i386/ia32intrin.h (__writeeflags): Likewise.
2077         * config/i386/pkuintrin.h (_wrpkru): Likewise.
2078         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
2079         _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
2080         _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
2081         _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
2082         _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
2083         _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
2084         _mm512_mask_prefetch_i64scatter_ps): Likewise.
2085         * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
2086         * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
2087         _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
2088         _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
2089         _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
2090         _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
2091         _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
2092         _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
2094         * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
2095         returning void.
2096         (_fxrstor, _fxsave64, _fxrstor64): Likewise.
2097         * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
2098         Likewise.
2099         * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
2100         * config/i386/pkuintrin.h (_wrpkru): Likewise.  Add space after
2101         function name.
2102         (_rdpkru_u32): Add space after function name.
2104         * config/i386/t-i386 (i386-c.o): Don't depend on
2105         i386-builtin-types.inc.
2106         (i386.o): Depend on i386-builtin-types.inc.
2108 2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>
2110         PR target/77281
2111         * config/arm/arm.c (neon_valid_immediate): Delete declaration.
2112         Use const_vec_duplicate to check for duplicated elements.
2114 2016-08-19  Richard Biener  <rguenther@suse.de>
2116         PR tree-optimization/77290
2117         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2118         Fix flag_tree_parallelize_loops check.
2120 2016-08-19  Richard Biener  <rguenther@suse.de>
2122         * match.pd (x | 0 -> x): Add.
2124 2016-08-19  Richard Biener  <rguenther@suse.de>
2126         PR tree-optimization/77286
2127         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
2128         Deal with virtual PHIs being out-of-order.
2130 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
2132         * doc/invoke.texi (fverbose-asm): Note that source code lines
2133         are emitted, and provide an example.
2134         * final.c (asm_show_source): New function.
2135         (final_scan_insn): Call asm_show_source.
2137 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
2139         * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
2140         param with diagnostic_kind.
2141         (class colorizer): Similarly replace field m_diagnostic with
2142         m_diagnostic_kind.
2143         (colorizer::colorizer): Replace diagnostic
2144         param with diagnostic_kind.
2145         (colorizer::begin_state): Update for above field change.
2146         (layout::layout): Replace diagnostic param with rich_location *
2147         and diagnostic_kind.
2148         (diagnostic_show_locus): Replace diagnostic param with richloc
2149         and diagnostic_kind.
2150         (class selftest::test_diagnostic_context): New class.
2151         (selftest::test_diagnostic_show_locus_unknown_location): New
2152         function.
2153         (selftest::test_one_liner_simple_caret): New function.
2154         (selftest::test_one_liner_caret_and_range): New function.
2155         (selftest::test_one_liner_multiple_carets_and_ranges): New
2156         function.
2157         (selftest::test_one_liner_fixit_remove): New function.
2158         (selftest::test_one_liner_fixit_replace): New function.
2159         (selftest::test_diagnostic_show_locus_one_liner): New function.
2160         (selftest::diagnostic_show_locus_c_tests): Call the new test
2161         functions.
2162         * diagnostic.c (diagnostic_initialize): Initialize
2163         colorize_source_p, show_ruler_p and parseable_fixits_p.
2164         (default_diagnostic_finalizer): Update for change to
2165         diagnostic_show_locus.
2166         (diagnostic_append_note): Likewise.
2167         * diagnostic.h (diagnostic_show_locus): Replace
2168         const diagnostic_info * param with location * and diagnostic_t.
2170 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
2172         * input.c (saved_line_table): New global.
2173         (class selftest::temp_line_table): Rename to line_table_test and
2174         move declaration to selftest.h, and drop field m_old_line_table.
2175         (selftest::temp_line_table::temp_line_table): Rename ctor to...
2176         (selftest::line_table_test::line_table_test): ...this.  Add a
2177         default ctor.  Store current value of line_table within
2178         saved_line_table.
2179         (selftest::temp_line_table::~temp_line_table): Rename dtor to...
2180         (selftest::line_table_test::~line_table_test): ...this, and
2181         restore line_table from the saved_line_table, rather than
2182         m_old_line_table.
2183         (selftest::test_accessing_ordinary_linemaps): Update for above
2184         renaming.
2185         (selftest::test_lexer): Likewise.
2186         (struct selftest::lexer_test): Likewise.
2187         (selftest::lexer_test::lexer_test): Likewise.
2188         (selftest::input_c_tests): Move the looping over test cases from
2189         here into...
2190         (selftest::for_each_line_table_case): New function.
2191         * input.h (saved_line_table): New decl.
2192         * selftest.h (struct selftest::line_table_case): New forward decl.
2193         (class selftest::line_table_test): New class, moved here from
2194         selftest::temp_line_table in input.c, and renamed.
2195         (selftest::for_each_line_table_case): New decl.
2197 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
2199         PR target/72839
2200         * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
2202 2016-08-18  Chung-Lin Tang  <cltang@codesourcery.com>
2204         PR middle-end/70895
2205         * gimplify.c (omp_add_variable): Adjust/add variable mapping on
2206         enclosing parallel construct for reduction variables on OpenACC loop
2207         directives.
2209 2016-08-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2211         * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
2212         (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
2213         -gdwarf-3.
2214         (function_to_dwarf_procedure): Update comment.
2216 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
2218         * input.c (diagnostics_file_cache_forcibly_evict_file): New
2219         function.
2220         * input.h (diagnostics_file_cache_forcibly_evict_file): New
2221         declaration.
2222         * selftest.c (selftest::temp_source_file::~temp_source_file):
2223         Evict m_filename from the diagnostic file cache.
2225 2016-08-18  Richard Biener  <rguenther@suse.de>
2227         * tree-pass.h (make_pass_materialize_all_clones): Declare.
2228         * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
2229         make_pass_materialize_all_clones): New simple IPA pass encapsulating
2230         clone materialization.
2231         * passes.def (all_late_ipa_passes): Start with
2232         pass_materialize_all_clones.
2233         * cgraphunit.c (symbol_table::compile): Remove call to
2234         materialize_all_clones.
2235         * tree-into-ssa.c: Include statistics.h.
2236         (update_ssa): Count number of times we do incremental/rewrite
2237         SSA update.
2239 2016-08-18  Richard Biener  <rguenther@suse.de>
2241         PR tree-optimization/77282
2242         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2243         When doing auto-parallelizing also prevent use of PHIs that
2244         carry dependences across loop backedges.
2246 2016-08-18  Tamar Christina  <tamar.christina@arm.com>
2247             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2249         * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
2251 2016-08-18  Richard Biener  <rguenther@suse.de>
2253         * ssa-iterators.h (ssa_vuse_operand): New inline.
2254         * tree-if-conv.c (ifc_temp_var): Update virtual operand.
2255         (predicate_all_scalar_phis): Use remove_phi_node to remove
2256         phi nodes predicated.  Delay removing virtual PHIs.
2257         (predicate_mem_writes): Update virtual operands.
2258         (combine_blocks): Likewise.  Propagate out remaining virtual PHIs.
2259         (tree_if_conversion): Do not rewrite virtual SSA form.
2260         * tree-phinodes.c (release_phi_node): Make static.
2261         * tree-phinodes.h (release_phi_node): Remove.
2263 2016-08-18  Jakub Jelinek  <jakub@redhat.com>
2265         * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
2266         codes that appear in bdesc_* arrays, instead include i386-builtin.def
2267         twice to define those.
2268         (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
2269         bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
2270         bdesc_multi_arg): Define by including i386-builtin.def the third time.
2271         * config/i386/i386-builtin.def: New file.
2273 2016-08-17  David Malcolm  <dmalcolm@redhat.com>
2275         * input.c (get_source_range_for_char): Rename to...
2276         (selftest::get_source_range_for_char): ...this, and move within
2277         the #if CHECKING_P guard.
2278         (get_num_source_ranges_for_substring): Rename to...
2279         (selftest::get_num_source_ranges_for_substring): ...this, move
2280         within the #if CHECKING_P guard, and make static.
2281         (selftest::assert_num_substring_ranges): Initialize
2282         actual_num_ranges.
2284 2016-08-18  Alan Modra  <amodra@gmail.com>
2286         PR rtl-optimization/72771
2287         * reload.c (find_reloads): Don't assume that a subreg mem is OK
2288         when find_reloads_toplev returns address_reloaded==-1.
2289         (alternative_allows_const_pool_ref): Update comment.
2291 2015-08-17  Alan Hayward  <alan.hayward@arm.com>
2293         PR tree-optimization/71752
2294         * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
2295         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
2297 2016-08-17  Jakub Jelinek  <jakub@redhat.com>
2299         * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
2300         instead of testing ECF_NORETURN bit in gimple_call_flags.
2301         * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
2302         * predict.c (tree_bb_level_predictions): Likewise.
2303         * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
2305         PR middle-end/77259
2306         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
2307         turning a call into __builtin_unreachable-like noreturn call, adjust
2308         gimple_call_set_fntype.
2309         * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
2310         gimple_call_fntype has void return type.
2312 2016-08-17  Chung-Lin Tang  <cltang@codesourcery.com>
2314         * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
2315         maybe_lookup_decl, to handle nested acc loop directives.
2317 2016-08-17  Richard Biener  <rguenther@suse.de>
2319         PR tree-optimization/76490
2320         * tree-vrp.c (update_value_range): Preserve overflow infinities
2321         when intersecting with ranges from get_range_info.
2322         (operand_less_p): Handle overflow infinities correctly.
2323         (value_range_constant_singleton): Use vrp_operand_equal_p
2324         to handle overflow max/min correctly.
2325         (vrp_valueize): Likewise.
2326         (union_ranges): Likewise.
2327         (intersect_ranges): Likewise.
2328         (vrp_visit_phi_node): Improve iteration limitation to only
2329         apply when we'll possibly re-visit the PHI via a changed argument
2330         on the backedge.
2332 2016-08-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2334         * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
2335         (MULTILIB_REQUIRED): This by specifying multilib needing to be built
2336         rather than those that should not be built.
2338 2016-08-17  Stanislaw Halik  <sthalik@misaki.pl>
2340         PR target/66488
2341         * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
2343 2016-08-17  Richard Biener  <rguenther@suse.de>
2345         * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
2346         (verify_vssa): New function verifying virtual SSA form.
2347         (verify_ssa): Call it.
2348         * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
2349         Do not apply loop-closed SSA handling to virtuals.
2350         * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
2351         * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
2352         when rewriting their symbol.
2353         (prepare_def_site_for): Likewise.
2354         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
2355         operands of moved stmts.
2357 2016-08-17  Richard Biener  <rguenther@suse.de>
2359         PR tree-optimization/23855
2360         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
2361         (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
2362         find guards to hoist.  Do not update SSA form but rewrite virtuals
2363         into loop closed SSA.
2364         (find_loop_guard): Adjust to skip already hoisted guards.  Do
2365         not mark virtuals for renaming or update SSA form.
2367 2016-08-17  Martin Liska  <mliska@suse.cz>
2369         * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
2370         a LONG_LONG_TYPE_SIZE comparison.
2371         * gcov-io.h: Remove macro definitions.
2372         * tree-profile.c (gimple_gen_edge_profiler): Replace usage
2373         of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
2374         comparison.
2376 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
2378         * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
2379         that builtins not mentioned in bdesc_* arrays come first, then
2380         the ones mentioned in bdesc_* arrays in the order they appear in
2381         the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
2382         IX86_BUILTIN__BDESC_*_LAST enumerator.
2383         (bdesc_mpx): Fix up a comment typo.
2384         (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
2385         __builtin_ia32_vpcomneu[bwdq] builtins.
2386         (BDESC_VERIFY, BDESC_VERIFYS): Define.
2387         (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
2388         enum ix86_builtins ordering.
2389         (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
2390         for direct bdesc_* array member access instead of searching all the
2391         arrays until an fcode match is found.
2393 2016-08-16  Uros Bizjak  <ubizjak@gmail.com>
2395         * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
2396         pattern as define_insn_and_split.  Split insn before reload to
2397         ashl<mode>3_1.
2398         (*<shift_insn><mode>3_mask): Ditto.  Split insn before reload to
2399         <shift_insn><mode>3_1.
2400         (*<rotate_insn><mode>3_mask): Ditto.  Split insn before reload to
2401         <rotate_insn><mode>3_1.
2403 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
2405         PR c/72857
2406         * input.c (get_source_range_for_substring): Rename to...
2407         (get_source_location_for_substring): ...this, adding param
2408         "caret_idx", and converting output param from source_range * to
2409         location_t *.
2410         (get_source_range_for_char): New function.
2411         (get_num_source_ranges_for_substring): Update comment to reflect
2412         above renaming.
2413         (assert_char_at_range): Update to use get_source_range_for_char
2414         rather than get_source_range_for_substring.
2415         (test_lexer_string_locations_concatenation_2): Likewise.
2416         * substring-locations.h (get_source_range_for_substring): Rename
2417         to...
2418         (get_source_location_for_substring): ...this, and adding param
2419         "caret_idx", and converting output param from source_range * to
2420         location_t *.
2422 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
2424         * input.c (class selftest::temp_source_file): Move to
2425         selftest.h.
2426         (selftest::temp_source_file::temp_source_file): Move to
2427         selftest.c.
2428         (selftest::temp_source_file::~temp_source_file): Likewise.
2429         * selftest.c (selftest::temp_source_file::temp_source_file): Move
2430         here from input.c.
2431         (selftest::temp_source_file::~temp_source_file): Likewise.
2432         * selftest.h (class selftest::temp_source_file): Move here from
2433         input.c
2435 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
2437         PR target/71910
2438         * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
2439         inlining, add cgraph edge for the added __builtin_unreachable call.
2441         PR middle-end/67485
2442         * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
2443         only cast it to SHWI for the final comparison.
2445 2016-08-16  Martin Liska  <mliska@suse.cz>
2447         PR gcov-profile/36412
2448         * doc/gcov.texi: Document --hash-filenames(-x).
2449         * gcov.c (print_usage): Add the option.
2450         (process_args): Process the option, sort options alphabetically.
2451         (md5sum_to_hex): New function.
2452         (make_gcov_file_name): Do the md5sum and append it to a
2453         filename.
2455 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
2457         PR tree-optimization/69848
2458         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
2459         and swtich operands to avoid additional NOT instruction.
2460         (vcond<v_cmp_mixed><mode>): Ditto.
2461         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
2463 2016-08-16  Eric Botcazou  <ebotcazou@adacore.com>
2465         * doc/install.texi (*-*-solaris2*): Adjust latest change.
2467 2016-08-16  Richard Biener  <rguenther@suse.de>
2469         PR tree-optimization/76783
2470         * tree-ssa-propagate.c (ssa_prop_init): Use RPO order.  Clear
2471         BB visited flags at start.
2473 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
2475         PR tree-optimization/72817
2476         PR tree-optimization/73450
2477         * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
2478         multiple_of_p for adjusted IV.base.
2480 2016-08-15  Uros Bizjak  <ubizjak@gmail.com>
2482         PR target/72867
2483         * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
2484         Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
2485         for !flag_finite_math_only or flag_signed_zeros.
2486         (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
2487         *<code><mode>3_finite<mask_name><round_saeonly_name>.  Do not
2488         depend on flag_finite_math_only.
2489         (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
2490         New insn pattern.
2491         (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
2492         (*ieee_smin<mode>3): Ditto.
2493         (*ieee_smax<mode>3): Ditto.
2494         * config/i386/mmx.md (mmx_<code>v2sf3): Emit
2495         mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
2496         flag_signed_zeros.
2497         (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite.  Do not
2498         depend on flag_finite_math_only.
2499         (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
2500         (*mmx_<code>v2sf3): Remove.
2501         * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
2502         * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
2503         flag_signed_zeros instead of !flag_unsafe_math_optimizations.
2505 2016-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
2507         PR rtl-optimization/73650
2508         * lra-constraints.c (simple_move_p): If the insn is multiple_sets
2509         it is not a simple move.
2511 2016-08-15  Martin Liska  <mliska@suse.cz>
2513         PR driver/72765
2514         * gcc.c (do_spec_1): Call save_string with the right size.
2515         (save_string): Do an assert about string we copy.
2517 2016-08-15  Richard Biener  <rguenther@suse.de>
2519         * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
2520         * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
2521         TV_MACH_DEP.
2522         (pass_data_stv): Likewise.
2524 2016-08-15  Richard Biener  <rguenther@suse.de>
2526         PR tree-optimization/73434
2527         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
2528         TBAA info on the base when forwarding a non-invariant address.
2530 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
2532         * dwarf2out.c (struct checksum_attributes): Add
2533         at_string_length_bit_size and at_string_length_byte_size fields.
2534         (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
2535         and DW_AT_string_length_byte_size.
2536         (die_checksum_ordered): Handle at_string_length_bit_size and
2537         at_string_length_byte_size.
2538         (gen_array_type_die): For dwarf_version >= 5 emit
2539         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
2540         (adjust_string_types): For dwarf_version >= 5 remove
2541         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
2542         (resolve_addr): Likewise.
2544         PR debug/71906
2545         * dwarf2out.c (string_types): New variable.
2546         (gen_array_type_die): Change early_dwarf handling of
2547         DW_AT_string_length, create DW_OP_call4 referencing the
2548         length var temporarily.  Handle parameters that are pointers
2549         to string length.
2550         (adjust_string_types): New function.
2551         (gen_subprogram_die): Temporarily set string_types to local var,
2552         call adjust_string_types if needed.
2553         (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
2554         New functions.
2555         (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
2557 2016-08-15  Eric Botcazou  <ebotcazou@adacore.com>
2559         * doc/install.texi (*-*-solaris2*): Fix version number and document
2560         requirement on GNU make for building libjava with the Solaris linker.
2562 2016-08-15  Martin Liska  <mliska@suse.cz>
2563             Jakub Jelinek  <jakub@redhat.com>
2565         PR tree-optimization/72824
2566         * tree-loop-distribution.c (const_with_all_bytes_same)
2567         <case VECTOR_CST>: Fix a typo.
2569 2016-08-14  Uros Bizjak  <ubizjak@gmail.com>
2571         PR target/76342
2572         * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
2573         Renamed from _mm512_undefined_si512.
2574         (_mm_undefined_si512): New definition.
2576 2016-08-13  Richard Biener  <rguenther@suse.de>
2578         * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
2579         into PHIs and update the lattice for its def.
2581 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
2583         PR c/71512
2584         * ubsan.c (instrument_si_overflow): Pass true instead of false
2585         to gsi_replace.
2586         (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
2587         of bbs.  Return TODO_cleanup_cfg if any returned true.
2589 2016-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
2591         * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
2592         ISA 3.0 MTVSRDD instruction.
2593         (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
2594         vecperm.
2596 2016-08-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2598         PR tree-optimization/71083
2599         * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
2600         bitfield access when possible.
2602 2016-08-12  Patrick Palka  <ppalka@gcc.gnu.org>
2604         PR middle-end/71654
2605         * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
2606         sign-changing cast from a shorter unsigned type to a wider
2607         signed type.
2609 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
2611         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
2612         vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
2613         vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
2615 2016-08-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2617         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
2618         Correct costs for vec_construct.
2620 2016-08-12  Bin Cheng  <bin.cheng@arm.com>
2622         PR tree-optimization/69848
2623         * tree-vectorizer.h (enum vect_def_type): New condition reduction
2624         type CONST_COND_REDUCTION.
2625         * tree-vect-loop.c (vectorizable_reduction): Support new condition
2626         reudction type CONST_COND_REDUCTION.
2628 2016-08-12  Richard Biener  <rguenther@suse.de>
2630         PR tree-optimization/57326
2631         * tree-ssa-pre.c (fully_constant_expression): Handle simplification
2632         returning an SSA name.
2633         (phi_translate_1): When fully_constant_expression returns a NAME
2634         make sure we have a leader for it.
2636 2016-08-12  Martin Liska  <mliska@suse.cz>
2637             Adam Fineman  <afineman@afineman.com>
2639         * gcov.c (process_file): Create .gcov file when .gcda
2640         file is missing.
2642 2016-08-12  Marek Polacek  <polacek@redhat.com>
2644         PR c/7652
2645         * alias.c (find_base_value): Adjust fall through comment.
2646         * cfgexpand.c (expand_debug_expr): Likewise.
2647         * combine.c (find_split_point): Likewise.
2648         (expand_compound_operation): Likewise.  Add FALLTHRU.
2649         (make_compound_operation): Adjust fall through comment.
2650         (canon_reg_for_combine): Add FALLTHRU.
2651         (force_to_mode): Adjust fall through comment.
2652         (simplify_shift_const_1): Likewise.
2653         (simplify_comparison): Likewise.
2654         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
2655         FALLTHRU.
2656         * config/aarch64/predicates.md: Likewise.
2657         * config/i386/i386.c (function_arg_advance_32): Likewise.
2658         (ix86_gimplify_va_arg): Likewise.
2659         (print_reg): Likewise.
2660         (ix86_print_operand): Likewise.
2661         (ix86_build_const_vector): Likewise.
2662         (ix86_expand_branch): Likewise.
2663         (ix86_sched_init_global): Adjust fall through comment.
2664         (ix86_expand_args_builtin): Add FALLTHRU.
2665         (ix86_expand_builtin): Likewise.
2666         (ix86_expand_vector_init_one_var): Likewise.
2667         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
2668         (rs6000_adjust_cost): Likewise.
2669         (insn_must_be_first_in_group): Likewise.
2670         * config/rs6000/rs6000.md: Likewise.  Adjust fall through comment.
2671         * dbxout.c (dbxout_symbol): Adjust fall through comment.
2672         * df-scan.c (df_uses_record): Likewise.
2673         * dojump.c (do_jump): Add FALLTHRU.
2674         * dwarf2out.c (mem_loc_descriptor): Likewise.  Adjust fall through
2675         comment.
2676         (resolve_args_picking_1): Adjust fall through comment.
2677         (loc_list_from_tree_1): Likewise.
2678         * expmed.c (make_tree): Likewise.
2679         * expr.c (expand_expr_real_2): Add FALLTHRU.
2680         (expand_expr_real_1): Likewise.  Adjust fall through comment.
2681         * fold-const.c (const_binop): Adjust fall through comment.
2682         (fold_truth_not_expr): Likewise.
2683         (fold_cond_expr_with_comparison): Add FALLTHRU.
2684         (fold_binary_loc): Likewise.
2685         (contains_label_1): Adjust fall through comment.
2686         (multiple_of_p): Likewise.
2687         * gcov-tool.c (process_args): Add FALLTHRU.
2688         * genattrtab.c (check_attr_test): Likewise.
2689         (write_test_expr): Likewise.
2690         * genconfig.c (walk_insn_part): Likewise.
2691         * genpreds.c (validate_exp): Adjust fall through comment.
2692         (needs_variable): Likewise.
2693         * gensupport.c (get_alternatives_number): Add FALLTHRU.
2694         (subst_dup): Likewise.
2695         * gimple-pretty-print.c (dump_gimple_assign): Likewise.
2696         * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
2697         (gimplify_scan_omp_clauses): Add FALLTHRU.
2698         (goa_stabilize_expr): Likewise.
2699         * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
2700         through comment.
2701         * hsa-gen.c (get_address_from_value): Likewise.
2702         * ipa-icf.c (sem_function::hash_stmt): Likewise.
2703         * ira.c (ira_setup_alts): Add FALLTHRU.
2704         * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
2705         comment.
2706         * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
2707         * opts.c (common_handle_option): Likewise.
2708         * read-rtl.c (read_rtx_code): Likewise.
2709         * real.c (round_for_format): Likewise.
2710         * recog.c (asm_operand_ok): Likewise.
2711         * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
2712         * reload1.c (set_label_offsets): Likewise.
2713         (eliminate_regs_1): Likewise.
2714         (reload_reg_reaches_end_p): Likewise.
2715         * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
2716         (rtx_cost): Likewise.
2717         * sched-rgn.c (is_exception_free): Likewise.
2718         * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
2719         * stor-layout.c (int_mode_for_mode): Likewise.
2720         * toplev.c (print_to_asm_out_file): Likewise.
2721         (print_to_stderr): Likewise.
2722         * tree-cfg.c (gimple_verify_flow_info): Likewise.
2723         * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
2724         (chrec_fold_multiply): Likewise.
2725         (evolution_function_is_invariant_rec_p): Likewise.
2726         (for_each_scev_op): Likewise.
2727         * tree-data-ref.c (siv_subscript_p): Likewise.
2728         (get_references_in_stmt): Likewise.
2729         * tree.c (find_placeholder_in_expr): Adjust fall through comment.
2730         (substitute_in_expr): Likewise.
2731         (type_cache_hasher::equal): Likewise.
2732         (walk_type_fields): Likewise.
2733         * var-tracking.c (adjust_mems): Add FALLTHRU.
2734         (set_dv_changed): Adjust fall through comment.
2735         * varasm.c (default_function_section): Add FALLTHRU.
2737 2016-08-12  Marek Polacek  <polacek@redhat.com>
2739         PR c/7652
2740         * tree-complex.c (expand_complex_division): Add missing break.
2742 2016-08-12  Richard Biener  <rguenther@suse.de>
2744         * passes.c (execute_todo): Do not push/pop TV_TODO.
2745         (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
2746         (execute_one_pass): Likewise.
2747         * common.opt (ftime-report-details): New switch.
2748         * doc/invoke.texi (ftime-report-details): Document.
2749         * timevar.h (timer::print_row): Adjust signature.
2750         (timer::all_zero): New static helper.
2751         (timer::child_map_t): New typedef.
2752         (timer::time_var_def): Add children field.
2753         * timevar.c (timer::named_items::print): Adjust.
2754         (timer::~timer): Free timevar recorded children.
2755         (timer::pop_internal): When -ftime-report-details record
2756         time spent in sub-timevars.
2757         (timer::print_row): Adjust.
2758         (timer::print): Print sub-timevar stats, use all_zero.
2759         * timevar.def (TV_TODO): Remove.
2761 2016-08-12  Richard Biener  <rguenther@suse.de>
2763         PR tree-optimization/72851
2764         * tree-ssa-propagate.c: Include cfganal.h.  Rewrite block and stmt
2765         worklists to use bitmaps indexed in execution order.
2766         (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
2767         bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
2768         (cfg_blocks): Make a bitmap.
2769         (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
2770         New globals.
2771         (cfg_blocks_empty_p): Adjust.
2772         (cfg_blocks_add): Likewise.
2773         (cfg_blocks_get): Likewise.
2774         (add_ssa_edge): Likewise.
2775         (add_control_edge): Likewise.
2776         (simulate_stmt): Likewise.
2777         (process_ssa_edge_worklist): Likewise.
2778         (simulate_block): Likewise.
2779         (ssa_prop_init): Compute PRE order and stmt UIDs.
2780         (ssa_prop_fini): Adjust.
2781         (ssa_propagate): Adjust.
2783 2016-08-12  Richard Biener  <rguenther@suse.de>
2785         * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
2786         the currently executable edges have fixed ranges.  Always
2787         go through update_value_range.
2789 2016-08-12  Alexandre Oliva  <aoliva@redhat.com>
2791         PR debug/63240
2792         * langhooks-def.h
2793         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
2794         (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
2795         (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
2796         (LANG_HOOKS_DECLS): Add it.
2797         * langhooks.h (struct lang_hooks_for_decls): Add
2798         function_decl_defaulted.  Const_tree-ify
2799         function_decl_explicit_p and function_decl_deleted_p.
2800         * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
2801         attribute.  Add DW_AT_deleted instead of DW_AT_GNU_deleted,
2802         also at strict DWARF v5.
2804         PR debug/55641
2805         * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
2806         TYPE_QUAL_CONST in reference-typed decls.
2808         PR debug/49366
2809         * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
2810         in DW_OP_pieces, just enough to handle pointers to member
2811         functions.
2812         (gen_remaining_tmpl_value_param_die_attribute): Use a location
2813         expression on DWARFv5 if a constant value doesn't work.
2815 2016-08-11  David Malcolm  <dmalcolm@redhat.com>
2817         * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
2818         * selftest.c (selftest::test_assertions): New function.
2819         (selftest::selftest_c_tests): New function.
2820         * selftest.h (selftest::selftest_c_tests): New declaration.
2822 2016-08-11  Richard Biener  <rguenther@suse.de>
2823             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2825         PR rtl-optimization/72855
2826         * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
2828 2016-08-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2830         PR target/72863
2831         * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
2832         (vsx_store_<mode>): Likewise.
2834 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
2836         * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
2837         TImode CONST_WIDE_INT store.
2838         (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
2840 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
2842         * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
2843         mode if unaligned SSE load and store are optimal.
2845 2016-08-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2847         PR tree-optimization/71083
2848         * tree-predcom.c (ref_at_iteration): Correctly align the
2849         reference type.
2851 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2853         * config/s390/s390-builtin-types.def: Add INT128 types.
2854         * config/s390/s390-builtins.def: Add INT128 variants for the add
2855         sub low-level builtins dealing with TImode.
2856         * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
2857         via subreg when expanding a builtin.
2858         * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
2859         UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
2860         Fix comment.
2861         * config/s390/vecintrin.h: Adjust builtin names accordingly.
2862         * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
2863         ("vec_addc<mode>", "vec_addc_u128"): Merge to
2864         "vacc<bhfgq>_<mode>".
2865         ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
2866         ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
2867         ("vec_subc<mode>", "vec_subc_u128"): Merge to
2868         "vscbi<bhfgq>_<mode>".
2869         ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
2870         ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
2872 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2874         * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
2876 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
2878         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
2879         unused declaration.
2880         (vcond<v_cmp_mixed><mode>): Ditto.
2881         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
2883 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
2885         * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
2886         variable explicitly, also assert on it before use.
2888 2016-08-11  Richard Biener  <rguenther@suse.de>
2890         PR tree-optimization/72772
2891         * cfgloopmanip.c (create_preheader): Use split_edge if there
2892         is a single loop entry, avoiding degenerate PHIs.
2894 2016-08-11  Richard Biener  <rguenther@suse.de>
2896         * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
2897         unconditional TODO_cleanup_cfg.
2898         (pass_thread_jumps::execute): Initialize loops, perform a CFG
2899         cleanup only if we threaded a jump.
2901 2016-08-11  Alan Modra  <amodra@gmail.com>
2903         PR target/71680
2904         * lra-constraints.c (simplify_operand_subreg): Allow subreg
2905         mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
2906         slow.  Emit two reloads for slow mem case, first loading in
2907         fast innermode, then converting to required mode.
2909 2016-08-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2911         * config/rs6000/altivec.h (vec_extract_exp): New macro.
2912         (vec_extract_sig): New macro.
2913         (vec_insert_exp): New macro.
2914         (vec_test_data_class): New macro.
2915         (scalar_extract_exp): New macro.
2916         (scalar_extract_sig): New macro.
2917         (scalar_insert_exp): New macro.
2918         (scalar_test_data_class): New macro.
2919         (scalar_test_neg): New macro.
2920         (scalar_cmp_exp_gt): New macro.
2921         (scalar_cmp_exp_lt): New macro.
2922         (scalar_cmp_exp_eq): New macro.
2923         (scalar_cmp_exp_unordered): New macro.
2924         * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
2925         to enforce constraint that operand is a 7-bit unsigned literal.
2926         * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
2927         for power9 built-ins.
2928         (BU_P9V_VSX_2): Likewise.
2929         (BU_P9V_64BIT_VSX_2): Likewise.
2930         (VSEEDP): Add scalar extract exponent support.
2931         (VSEESP): Add scalar extract signature support.
2932         (VSTDCNDP): Add scalar test negative support.
2933         (VSTDCNSP): Likewise.
2934         (VSIEDP): Add scalar insert exponent support.
2935         (VSCEDPGT): Add scalar compare exponent greater than support.
2936         (VSCEDPLT): Add scalar compare exponent less than support.
2937         (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
2938         (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
2939         (VSTDCDP): Add scalar test data class support.
2940         (VSTDCSP): Likewise.
2941         (VSEEDP): Add overload support for scalar extract exponent
2942         operation.
2943         (VSESDP): Add overload support for scalar extract signature
2944         operation.
2945         (VSTDCN): Add overload support for scalar test negative
2946         operation.
2947         (VSTDCNDP): Add overload support for scalar test negative
2948         operation.
2949         (VSTDCNSP): Add overload support for scalar test negative
2950         operation.
2951         (VSIEDP): Add overload support for scalar insert exponent
2952         operation.
2953         (VSTDC): Add overload support for scalar test data class
2954         operation.
2955         (VSTDCDP): Add overload support for scalar test data class
2956         operation.
2957         (VSTDCSP): Add overload support for scalar test data class
2958         opreation.
2959         (VSCEDPGT): Add overload support for scalar compare exponent
2960         greater than operation.
2961         (VSCEDPLT): Add overload support for scalar compare exponent
2962         less than operation.
2963         (VSCEDPEQ): Add overload support for scalar compare exponent
2964         test-for-equality operation.
2965         (VSCEDPUO): Add overload support for scalar compare exponent
2966         test-for-unordered operation.
2967         (VEEDP): Add vector extract exponent support.
2968         (VEESP): Likewise.
2969         (VESDP): Add vector extract significand support.
2970         (VESSP): Likewise.
2971         (VIEDP): Add vector insert exponent support.
2972         (VIESP): Likewise.
2973         (VTDCDP): Add vector test data class support.
2974         (VTDCSP): Likewise.
2975         (VES): Add overload support for vector extract significand operation.
2976         (VESDP): Likewise.
2977         (VESSP): Likewise
2978         (VEE): Add overload support for vector extract exponent operation.
2979         (VEEDP): Likewise.
2980         (VEESP): Likewise.
2981         (VTDC): Add overload support for vector test data class operation.
2982         (VTDCDP): Likewise.
2983         (VTDCSP): Likewise.
2984         (VIE): Add overload support for vector insert exponent operation.
2985         (VIEDP): Likewise.
2986         (VIESP): Likewise.
2987         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2988         overloaded binary floating point functions.
2989         (altivec_resolve_overloaded_builtin): Improve error messages to
2990         distinguish between functions not supported in the current
2991         compiler configuration and functions that were invoked with an
2992         invalid parameter combination, and include the built-in function
2993         name in both error messages.
2994         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
2995         New prototype.
2996         * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
2997         function.
2998         (rs6000_expand_binop_builtin): Add check to enforce that argument
2999         2 of the test data class operations is a 7-bit unsigned literal.
3000         (rs6000_invalid_builtin): Add code to issue an error message if a
3001         built-in function that requires the power9_vector and -m32
3002         command-line options is compiled without these options.
3003         * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
3004         (UNSPEC_VSX_SXSIGDP): New value.
3005         (UNSPEC_VSX_SXSIGPDP): New value.
3006         (UNSPEC_VSX_SIEXPDP): New value.
3007         (UNSPEC_VSX_SCMPEXPDP): New value.
3008         (UNSPEC_VSX_STSTDC): New value.
3009         (UNSPEC_VSX_VXEXP): New value.
3010         (UNSPEC_VSX_VXSIG): New value.
3011         (UNSPEC_VSX_VIEXP): New value.
3012         (UNSPEC_VSX_VTSTDC): New value.
3013         (xsxexpdp): New insn for scalar extract exponent.
3014         (xsxsigdp): New insn for scalar extract significand.
3015         (xsiexpdp): New insn for scalar insert exponent.
3016         (xscmpexpdp_<code>): New expansion for scalar compare exponents.
3017         (*xscmpexpdp): New insn for scalar compare exponents.
3018         (xststdc<Fvsx): New expansion for both single- and
3019         double-precision scalar test data class operations.
3020         (xststdcneg<Fvsx>): New expansion for both single- and
3021         double-precision scalar test for negative value operations.
3022         (*xststdc<Fvsx>): New insn for scalar test data class
3023         operation.
3024         (xvxexp<VSs>): New insn for single- and double-precision
3025         vector extract exponent operation.
3026         (xvxsig<VSs>): New insn for single- and double-precision
3027         vector extract significand operation.
3028         (xviexp<VSs>): New insn for single- and double-precision
3029         vector insert exponent operation.
3030         (xvtstdc<VSs>): New insn for single- and double-precision
3031         vector test data class operation.
3032         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
3033         built-in functions to represent the Power9 binary floating-point
3034         support instructions.
3036 2016-08-10  bin cheng  <bin.cheng@arm.com>
3038         * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
3040 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
3041             Renlin Li  <renlin.li@arm.com>
3042             Bin Cheng  <bin.cheng@arm.com>
3044         * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
3045         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
3046         gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
3047         (aarch64_vcond_internal<mode><mode>): Delete pattern.
3048         (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
3049         (vcond<v_cmp_result><mode>): Ditto.
3050         (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
3051         (vcondu<mode><mode>): Ditto.
3052         (vcond<v_cmp_mixed><mode>): New pattern.
3053         (vcondu<mode><v_cmp_mixed>): New pattern.
3054         (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
3055         of aarch64_vcond_internal.
3057 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
3058             Renlin Li  <renlin.li@arm.com>
3059             Bin Cheng  <bin.cheng@arm.com>
3061         * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
3062         (vec_cmp<mode><v_cmp_result>): New pattern.
3063         (vec_cmpu<mode><mode>): New pattern.
3064         (vcond_mask_<mode><v_cmp_result>): New pattern.
3066 2016-08-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
3068         PR tree-optimization/71734
3069         * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
3070         REF_LOOP, invoke ref_indep_loop_p_1.
3071         (outermost_indep_loop): Pass LOOP argumnet where REF was defined
3072         to ref_indep_loop_p.
3073         (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
3074         combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
3075         is inside LOOP, do not cache dpendence value for loops with
3076         non-zero SAFELEN.
3077         (ref_indep_loop_p_2): Delete function.
3078         (can_sm_ref_p): Pass LOOP as additional argument to
3079         ref_indep_loop_p.
3081 2016-08-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
3083         PR target/72853
3084         * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
3085         being an offsettable address.
3087 2016-08-10  Martin Liska  <mliska@suse.cz>
3089         PR gcov-profile/58306
3090         * tree-profile.c (gimple_init_edge_profiler): Create conditionally
3091         atomic variants of profile update functions.
3093 2016-08-10  Martin Liska  <mliska@suse.cz>
3095         Cherry picked (and modified) from google-4_7 branch
3096         2012-12-26  Rong Xu  <xur@google.com>
3097         * common.opt (fprofile-update): Add new flag.
3098         * coretypes.h: Define enum profile_update.
3099         * doc/invoke.texi: Document -fprofile-update.
3100         * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
3101         GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
3102         * tree-profile.c (gimple_init_edge_profiler): Generate
3103         also atomic profiler update.
3104         (gimple_gen_edge_profiler): Likewise.
3106 2016-08-10  David Malcolm  <dmalcolm@redhat.com>
3108         * toplev.c (finalize): Set aux_info_file, asm_out_file, and
3109         stack_usage_file to NULL after fclose calls.
3111 2016-08-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3113         PR target/71873
3114         * reload.c (push_reload): Compute subreg_in_class for
3115         subregs of constants and plus expressions. Remove special
3116         handling of SYMBOL_REFs.
3118 2016-08-10  Alan Modra  <amodra@gmail.com>
3120         PR target/71680
3121         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
3122         SImode for TARGET_E500_DOUBLE when given SImode.
3124 2016-08-09  David Wohlferd  <dw@LimeGreenSocks.com>
3126         * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
3127         unused variable __O.
3129 2016-08-09  Martin Liska  <mliska@suse.cz>
3131         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
3132         _gcov_reset to __gcov_reset.
3133         * doc/gcov-tool.texi: Fix typo.
3135 2016-08-09  Martin Liska  <mliska@suse.cz>
3137         * value-prof.c (gimple_divmod_values_to_profile): Do not
3138         instrument MOD histogram if a value is not a SSA name.
3140 2016-08-09  Martin Liska  <mliska@suse.cz>
3142         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
3143         values.
3145 2016-08-09  Renlin Li  <renlin.li@arm.com>
3147         PR middle-end/64971
3148         * calls.c (prepare_call_address): Convert funexp to Pmode when
3149         necessary.
3150         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
3151         (sibcall_value): Likewise.
3153 2016-08-09  Marek Polacek  <polacek@redhat.com>
3155         PR c/7652
3156         * cselib.c (cselib_expand_value_rtx_1): Add return.
3157         * gengtype.c (dbgprint_count_type_at): Likewise.
3158         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
3159         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
3161 2016-08-09  Martin Jambor  <mjambor@suse.cz>
3163         PR ipa/71981
3164         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
3165         if instance is a MEM_REF.
3167 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
3169         PR target/72843
3170         * config/i386/i386.md (*movtf_internal): Use
3171         lra_in_progress || reload_completed instead of !can_create_pseudo_p
3172         in the insn constraint.
3173         (*movxf_internal): Ditto.
3174         (*movdf_internal): Ditto.
3175         (*movsf_internal): Ditto.
3177 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
3179         PR tree-optimization/72772
3180         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
3181         for expanded base.
3183 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
3185         PR tree-optimization/72772
3186         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
3187         parameter STOP.
3188         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
3189         parameter STOP and update calls.  Move expand_simple_operations
3190         function call from here...
3191         (simplify_using_initial_conditions): ...to here.  Delete parameter
3192         STOP.
3193         (tree_simplify_using_condition): Delete parameter STOP.
3194         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
3195         simplify_using_initial_conditions.
3197 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
3199         PR c/65345
3200         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
3201         Use create_tmp_var_raw instead of create_tmp_var.
3203 2016-08-09  Richard Biener  <rguenther@suse.de>
3205         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
3206         Treat same SSA names related.
3208 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
3210         PR tree-optimization/72824
3211         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
3212         real_zerop is not negative.
3214 2016-08-09  Richard Biener  <rguenther@suse.de>
3216         PR tree-optimization/71802
3217         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
3218         all merge opportunities with the predecessor.
3220 2016-08-09  Richard Biener  <rguenther@suse.de>
3222         PR ipa/68273
3223         * ipa-prop.c (ipa_modify_formal_parameters): Build
3224         parameter types with natural alignment also for the
3225         over-aligned case.
3227 2016-08-08  Andi Kleen  <ak@linux.intel.com>
3229         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
3231 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
3233         PR c/64955
3234         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
3235         do-nothing langhook.
3236         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
3237         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
3238         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
3239         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
3241 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
3243         PR bootstrap/72844
3244         * input.c: Ensure that HAVE_ICONV is defined.
3246 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
3248         PR middle-end/72781
3249         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
3250         private vars for lastprivate and for linear iterator.
3252         PR middle-end/68762
3253         * omp-simd-clone.c: Include varasm.h.
3254         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
3255         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
3256         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
3257         update function name.
3259 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
3261         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
3262         (avr_diagnose_devicespecs_error): Remove.
3263         (avr_devicespecs_file): Remove composing absolute path for specfile
3264         and its verbose info. Remove conditions to check specs-file,
3266 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
3268         PR rtl-optimization/72821
3269         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
3270         just return false for them.
3272 2016-08-08  Alan Modra  <amodra@gmail.com>
3274         PR target/72771
3275         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
3276         toc refs created during reload.  Update function comment.
3278 2016-08-08  Alan Modra  <amodra@gmail.com>
3280         PR target/72802
3281         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
3282         alternatives.  Put loads first, then stores, and reg/reg moves
3283         within same class later.  Delete attr length.
3285 2016-08-08  Alan Modra  <amodra@gmail.com>
3287         PR target/72802
3288         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
3289         (mem_operand_ds_form): New predicate.
3290         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
3291         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
3292         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
3293         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
3294         (extendsfdf2_fpr): Replace o constraint with wY.
3296 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
3298         * tree-ssa-threadbackward.c: Include tree-inline.h
3299         (profitable_jump_thread_path): Use estimate_num_insns to estimate
3300         size of copied block; for cold paths reduce duplication.
3301         (find_jump_threads_backwards): Remove redundant tests.
3302         (pass_thread_jumps::gate): Enable for -Os.
3304 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
3306         PR c/72816
3307         * stor-layout.c (layout_decl): Fix up formatting.
3308         (relayout_decl): Allow DECL to be FIELD_DECL.
3310 2016-08-07  Alan Modra  <amodra@gmail.com>
3312         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
3314 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
3316         * data-streamer-in.c (streamer_read_wide_int): New.
3317         (streamer_read_widest_int): Renamed function.
3318         * data-streamer-out.c (streamer_write_wide_int): New
3319         (streamer_write_widest_int): Renamed function.
3320         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
3321         data-stream-in.c.
3322         (input_cfg): Call renamed function.
3323         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
3324         data-stream-out.c.
3325         (output_cfg): Call renamed function.
3326         * data-streamer.h: Add declarations.
3328 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3330         * tree-ssa-ccp.c (extend_mask): New param sgn.
3331         Remove ORing with wi::mask.
3332         (get_default_value): Adjust call to extend_mask to pass sign.
3333         (evaluate_stmt): Likewise.
3335 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
3337         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
3338         INT64_MAX.
3340 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3342         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
3343         transform if operand's type is pointer to function or method.
3345 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
3347         PR tree-optimization/18046
3348         * tree-ssa-threadedge.c: Include cfganal.h.
3349         (simplify_control_statement_condition): If simplifying a
3350         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
3351         with the dominating ASSERT_EXPR before handing it off to VRP.
3352         Mention that a CASE_LABEL_EXPR may be returned.
3353         (thread_around_empty_blocks): Adjust to handle
3354         simplify_control_statement_condition() returning a
3355         CASE_LABEL_EXPR.
3356         (thread_through_normal_block): Likewise.
3357         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
3358         a switch statement by trying to determine which case label
3359         will be taken.
3361 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
3363         PR rtl-optimization/69847
3364         * lra-constraints.c (process_invariant_for_inheritance): Save
3365         pattern instead of src.
3366         (remove_inheritance_pseudos): Use the pattern.  Add assert.
3368 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
3370         * input.c (string_concat::string_concat): New constructor.
3371         (string_concat_db::string_concat_db): New constructor.
3372         (string_concat_db::record_string_concatenation): New method.
3373         (string_concat_db::get_string_concatenation): New method.
3374         (string_concat_db::get_key_loc): New method.
3375         (class auto_cpp_string_vec): New class.
3376         (get_substring_ranges_for_loc): New function.
3377         (get_source_range_for_substring): New function.
3378         (get_num_source_ranges_for_substring): New function.
3379         (class selftest::lexer_test_options): New class.
3380         (struct selftest::lexer_test): New struct.
3381         (class selftest::ebcdic_execution_charset): New class.
3382         (selftest::ebcdic_execution_charset::s_singleton): New variable.
3383         (selftest::lexer_test::lexer_test): New constructor.
3384         (selftest::lexer_test::~lexer_test): New destructor.
3385         (selftest::lexer_test::get_token): New method.
3386         (selftest::assert_char_at_range): New function.
3387         (ASSERT_CHAR_AT_RANGE): New macro.
3388         (selftest::assert_num_substring_ranges): New function.
3389         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
3390         (selftest::assert_has_no_substring_ranges): New function.
3391         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
3392         (selftest::test_lexer_string_locations_simple): New function.
3393         (selftest::test_lexer_string_locations_ebcdic): New function.
3394         (selftest::test_lexer_string_locations_hex): New function.
3395         (selftest::test_lexer_string_locations_oct): New function.
3396         (selftest::test_lexer_string_locations_letter_escape_1): New function.
3397         (selftest::test_lexer_string_locations_letter_escape_2): New function.
3398         (selftest::test_lexer_string_locations_ucn4): New function.
3399         (selftest::test_lexer_string_locations_ucn8): New function.
3400         (selftest::uint32_from_big_endian): New function.
3401         (selftest::test_lexer_string_locations_wide_string): New function.
3402         (selftest::uint16_from_big_endian): New function.
3403         (selftest::test_lexer_string_locations_string16): New function.
3404         (selftest::test_lexer_string_locations_string32): New function.
3405         (selftest::test_lexer_string_locations_u8): New function.
3406         (selftest::test_lexer_string_locations_utf8_source): New function.
3407         (selftest::test_lexer_string_locations_concatenation_1): New
3408         function.
3409         (selftest::test_lexer_string_locations_concatenation_2): New
3410         function.
3411         (selftest::test_lexer_string_locations_concatenation_3): New
3412         function.
3413         (selftest::test_lexer_string_locations_macro): New function.
3414         (selftest::test_lexer_string_locations_stringified_macro_argument):
3415         New function.
3416         (selftest::test_lexer_string_locations_non_string): New function.
3417         (selftest::test_lexer_string_locations_long_line): New function.
3418         (selftest::test_lexer_char_constants): New function.
3419         (selftest::input_c_tests): Call the new test functions once per
3420         case within the line_table test matrix.
3421         * input.h (struct string_concat): New struct.
3422         (struct location_hash): New struct.
3423         (class string_concat_db): New class.
3424         * substring-locations.h: New header.
3426 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
3428         PR tree-optimization/72810
3429         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
3430         the type of the case labels when truncating.
3432 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
3434         PR Target/72819
3435         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
3436         (aarch64_fp16_ptr_type_node): Likewise.
3437         * config/aarch64/aarch64-simd-builtins.c
3438         (aarch64_fp16_ptr_type_node): Define.
3439         (aarch64_init_fp16_types): New, refactored out of...
3440         (aarch64_init_builtins): ...here, update to call
3441         aarch64_init_fp16_types.
3442         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
3443         HFmode.
3444         (aapcs_vfp_sub_candidate): Likewise.
3446 2016-08-05  Martin Liska  <mliska@suse.cz>
3447             Joshua Cranmer  <Pidgeot18@gmail.com>
3449         * gcov.c (line_t::has_block): New function.
3450         (enum loop_type): New enum.
3451         (handle_cycle): New function.
3452         (unblock): Likewise.
3453         (circuit): Likewise.
3454         (get_cycles_count): Likewise.
3455         (accumulate_line_counts): Use new loop detection algorithm.
3457 2016-08-05  Martin Liska  <mliska@suse.cz>
3459         * gcov.c (output_intermediate_file): Rename
3460         function_info::line_next to next_file_fn.
3461         (process_file): Likewise.
3462         (read_graph_file): Likewise.
3463         (accumulate_line_counts): Likewise.
3464         (output_lines): Likewise.
3466 2016-08-05  Richard Biener  <rguenther@suse.de>
3468         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
3469         restriction on threading to a loop header.
3471 2016-08-05  Richard Biener  <rguenther@suse.de>
3473         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
3474         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
3475         adjust loop info accordingly.
3477 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
3479         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
3480         before folding call to __builtin_constant_p with parameters to false.
3482 2016-08-05  Alan Modra  <amodra@gmail.com>
3484         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
3485         code accidentally committed 2016-05-02 providing class when given
3486         NO_REGS.
3488 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
3490         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
3491         the case label ranges that partially overlap with OP's value
3492         range.
3494 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
3496         PR target/72805
3497         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
3498         Cast builtin function result to __mmask16 instead of __mmask8.
3499         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
3500         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
3501         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
3503 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
3505         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
3506         (ASSERT_TRUE_AT): New macro.
3507         (ASSERT_FALSE): Reimplement in terms of...
3508         (ASSERT_FALSE_AT): New macro.
3509         (ASSERT_STREQ_AT): Fix typo in comment.
3511 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
3513         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
3514         labels are exhaustive, designate the label with the widest
3515         range to be the default label.
3517 2016-08-04  Andrew Pinski  <apinski@cavium.com>
3519         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
3520         (thunderx_tunings): Use thunderx_vector_cost instead of
3521         generic_vector_cost.
3523 2016-08-04  Martin Liska  <mliska@suse.cz>
3525         * gcov.c (main): Fix GNU coding style.
3526         (output_intermediate_file): Likewise.
3527         (process_file): Likewise.
3528         (generate_results): Likewise.
3529         (release_structures): Likewise.
3530         (create_file_names): Likewise.
3531         (find_source): Likewise.
3532         (read_graph_file): Likewise.
3533         (find_exception_blocks): Likewise.
3534         (canonicalize_name): Likewise.
3535         (make_gcov_file_name): Likewise.
3536         (mangle_name): Likewise.
3537         (accumulate_line_counts): Likewise.
3538         (output_branch_count): Likewise.
3539         (read_line): Likewise.
3541 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3543         PR rtl-optimization/71779
3544         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
3545         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
3546         or if it was truncated.
3548         PR rtl-optimization/70903
3549         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
3551 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
3553         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
3554         accessing SSA_NAME_PTR_INFO.
3556 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
3558         PR 70677
3559         * common/config/avr/avr-common.c (avr_option_optimization_table)
3560         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
3562 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
3564         PR 55181
3565         * config/avr/avr.md: New pattern to work around do_store_flag
3566         generating shift instructions for bit extractions.
3568 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
3570         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
3571         BITMAP_ALLOC.
3572         (add_equivalence): Likewise.
3573         (get_value_range): Allocate value range with vrp_value_range_pool.
3574         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
3575         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
3577 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
3579         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
3580         the default for the rs6000 port.
3582 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3584         PR middle-end/71876
3585         * calls.c (special_function_p): Remove special handling of
3586         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
3587         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
3588         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
3590 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
3592         PR middle-end/72778
3593         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
3594         Don't stop on regular insns.
3596 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3598         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
3599         size to DImode boundary.
3600         (nvptx_propagate): Likewise.
3602 2016-08-03  Alan Modra  <amodra@gmail.com>
3604         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
3605         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
3606         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
3607         from -mefficient-unaligned-vector.  Note that this affects fp too.
3609 2016-08-03  Alan Modra  <amodra@gmail.com>
3611         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
3612         cost more.
3614 2016-08-03  Alan Modra  <amodra@gmail.com>
3616         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
3617         to a reg.  Localize vars.
3619 2016-08-03  Alan Modra  <amodra@gmail.com>
3621         * config/rs6000/rs6000.opt: Remove negatives from help strings
3622         and comments.
3624 2016-08-03  Alan Modra  <amodra@gmail.com>
3626         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
3627         Delete duplicated code.
3629 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
3631         PR middle-end/72778
3632         * lra-spills.c (regno_in_use_p): New.
3633         (lra_final_code_change): Use it.
3635 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
3637         PR rtl-optimization/69847
3638         * lra-int.h (struct lra-reg): Use restore_rtx instead of
3639         restore_regno.
3640         (lra_rtx_hash): New.
3641         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
3642         of restore_regno.
3643         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
3644         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
3645         * lra-spills.c (lra_final_code_change): Don't delete insn when the
3646         next insn is USE with the same reg as the current insn source.
3647         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
3648         of restore_regno.
3649         (lra_constraints_init): Call initiate_invariants.
3650         (lra_constraints_finish): Call finish_invariants.
3651         (struct invariant, invariant_t, invariant_ptr_t): New.
3652         (const_invariant_ptr_t, invariants, invariants_pool): New.
3653         (invariant_table, invariant_hash, invariant_eq_p): New.
3654         (insert_invariant, initiate_invariants, finish_invariants): New.
3655         (clear_invariants, invalid_invariant_regs): New.
3656         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
3657         instead of restore_regno.
3658         (invariant_p, process_invariant_for_inheritance): New.
3659         (inherit_in_ebb): Implement invariant inheritance.
3660         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
3661         (remove_inheritance_pseudos): Implement undoing invariant
3662         inheritance.
3663         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
3664         instead of restore_regno.
3665         * lra-assigns.c (regno_live_length): New.
3666         (reload_pseudo_compare_func): Use regno_live_length.
3667         (assign_by_spills): Use restore_rtx instead of restore_regno.
3668         (lra_assign): Ditto.  Initiate regno_live_length.
3670 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
3672         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
3673         __builtin_aarch64_fmindf.
3675 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
3677         PR tree-optimization/34114
3678         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
3679         information for more control IVs.
3681 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
3683         PR tree-optimization/34114
3684         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
3685         PLUS_EXPR case.  Handle SSA_NAME case.
3687 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
3689         * config/aarch64/aarch64-simd-builtins.def
3690         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
3691         (__builtin_aarch64_fmaxdf): Likewise.
3692         (__builtin_aarch64_smin_nandf): Likewise.
3693         (__builtin_aarch64_smax_nandf): Likewise.
3694         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
3695         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
3696         (<fmaxmin><mode>3): ...this.
3697         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
3698         (vminnm_f64): Likewise.
3699         (vmin_f64): Likewise.
3700         (vmax_f64): Likewise.
3701         * config/aarch64/iterators.md (FMAXMIN): Merge with...
3702         (FMAXMIN_UNS): ...this.
3703         (fmaxmin): Merged with
3704         (fmaxmin_op): ...this...
3705         (maxmin_uns_op): ...in to this.
3707 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
3709         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3710         Add support for vec_extract on vector float, vector int, vector
3711         short, and vector char vector types.
3712         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
3713         vector float, vector int, vector short, and vector char
3714         optimizations on 64-bit ISA 2.07 systems for both constant and
3715         variable element numbers.
3716         (rs6000_split_vec_extract_var): Likewise.
3717         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
3718         Altivec registers on ISA 2.07 and above.
3719         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
3720         which never was matched due to the split occuring before register
3721         allocation (and the code would not have worked on little endian
3722         systems if it did match).  Allow extracts to go to the Altivec
3723         registers if ISA 2.07 (power8).  Change from using "" around the
3724         C++ code to using {}'s.
3725         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
3726         vec_extracts when the vector is in memory.
3727         (vsx_extract_v4sf_var): New insn to optimize vector float
3728         vec_extracts when the element number is variable on 64-bit ISA
3729         2.07 systems.
3730         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
3731         for 64-bit ISA 2.07 as well as ISA 3.0.
3732         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
3733         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
3734         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
3735         optimize vector int, vector short, and vector char vec_extracts
3736         when the vector is in memory.
3737         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
3738         optimize vector int, vector short, and vector char vec_extracts
3739         when the element number is variable.
3741 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
3743         PR target/71948
3744         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
3745         does not overlap with other symbol flags.
3747 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
3749         * config/aarch64/aarch64.h (aarch64_frame):
3750         Remove padding0 and hardfp_offset.  Add locals_offset,
3751         initial_adjust, callee_adjust, callee_offset and final_adjust.
3752         * config/aarch64/aarch64.c (aarch64_layout_frame):
3753         Remove unused padding0 and hardfp_offset initializations.
3754         Choose frame layout and set frame variables accordingly.
3755         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
3756         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
3757         (aarch64_pop_regs): Likewise.
3758         (aarch64_expand_prologue): Remove all decision code, just emit
3759         prolog according to frame variables.
3760         (aarch64_expand_epilogue): Remove all decision code, just emit
3761         epilog according to frame variables.
3762         (aarch64_initial_elimination_offset): Use offset to local/arg area.
3764 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
3766         PR target/72748
3767         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
3768         fix_debug_reg_uses after changing source register mode to
3769         V1TImode if source register is undefined.
3771 2015-08-01  Alan Hayward  <alan.hayward@arm.com>
3773         PR tree-optimization/71818
3774         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
3775         with non invariant evolutions
3777 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
3779         PR target/72767
3780         * config/avr/avr.md (length) [branch]: Correct insn length
3781         attribute for forward branches.
3783 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
3785         * doc/extend.texi (AVR Built-in Functions): Document
3786         __builtin_avr_nops.
3787         * config/avr/builtins.def (NOPS): New.
3788         * config/avr/avr.c (avr_expand_nops): New static function.
3789         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
3791 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3793         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
3794         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
3795         addresses.
3797 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
3799         * config/aarch64/aarch64.c (vulcan_tunings): Update
3800         vulcan L1 cache_line_size.
3802 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
3804         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
3805         function that takes a vector memory address, a hard register, an
3806         element number and a temporary base register, and recreates an
3807         address that points to the appropriate element within the vector.
3808         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
3809         (rs6000_split_vec_extract_var): Add support for the target of a
3810         vec_extract with variable element number being a scalar memory
3811         location.
3812         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
3813         swappable.
3814         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
3815         vsx_extract_<mode>_load insn with a new insn that optimizes
3816         storing either element to a memory location, using scratch
3817         registers to pick apart the vector and reconstruct the address.
3818         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
3819         (vsx_extract_<mode>_store): Rework alternatives to more correctly
3820         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
3821         store instruction.
3822         (vsx_extract_<mode>_var): Add support for extracting a variable
3823         element number from memory.
3825 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
3827         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
3828         when testing for compares against constants of the form 0xabab.
3830 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
3832         PR tree-optimization/57558
3833         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
3834         function.
3835         (vect_loop_versioning): Support versioning with niter assumptions.
3836         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
3837         (vect_get_loop_niters): New parameter.  Reimplement to support
3838         assumptions in loop niter info.
3839         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
3840         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
3841         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
3842         Support loop versioning for niters.
3843         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
3844         (vect_free_loop_info_assumptions): New function.
3845         (vectorize_loops): Free loop niter info for loops with flag
3846         LOOP_F_ASSUMPTIONS set if vectorization failed.
3847         * tree-vectorizer.h (struct _loop_vec_info): New field
3848         num_iters_assumptions.
3849         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
3850         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
3851         (LOOP_REQUIRES_VERSIONING): New macro.
3852         (vect_free_loop_info_assumptions): New decl.
3854 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
3856         * cfgloop.h (struct loop): New field constraints.
3857         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
3858         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
3859         functions.
3860         * cfgloop.c (alloc_loop): Initialize new field.
3861         * cfgloopmanip.c (copy_loop_info): Copy constraints.
3862         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
3863         Adjust niter analysis wrto loop constraints.
3864         * doc/loop.texi (@node Number of iterations): Add description for loop
3865         constraints.
3867 2016-07-29  Marek Polacek  <polacek@redhat.com>
3869         PR c/7652
3870         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
3871         (ix86_expand_round_builtin): Likewise.
3873 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
3874             Georg-Johann Lay  <avr@gjlay.de>
3876         PR rtl-optimization/71976
3877         * combine.c (get_last_value): Return 0 if the argument for which
3878         the function is called has a wider mode than the recorded value.
3880 2016-07-29  Marek Polacek  <polacek@redhat.com>
3882         PR c/7652
3883         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
3884         (altivec_expand_st_builtin): Likewise.
3886 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
3888         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
3889         introduced in r238381.
3891 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
3893         PR middle-end/68217
3894         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
3895         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
3897 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
3899         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
3900         New declaration.
3901         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3902         Add support for vec_extract of vector double or vector long having
3903         a variable element number on 64-bit ISA 2.07 systems or newer.
3904         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
3905         Likewise.
3906         (rs6000_split_vec_extract_var): New function to split a
3907         vec_extract built-in function with variable element number.
3908         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
3909         swappable.
3910         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
3911         (UNSPEC_VSX_EXTRACT): Likewise.
3912         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
3913         direct move instructions to be generated on 64-bit ISA 2.07
3914         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
3915         instruction.
3916         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
3917         arguments for vec_extract variable element.
3918         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
3919         vec_extract with variable element on V2DFmode and V2DImode
3920         vectors.
3921         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
3922         -mupper-regs-df requirement, since it isn't needed.
3923         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
3924         do direct moves on 64-bit systems, which allows optimization of
3925         vec_extract on 64-bit ISA 2.07 systems and newer.
3927 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
3928 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
3930          * config/aarch64/aarch64.md
3931         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
3932         statement and type.
3933         (<optab>qihi2_aarch64): Likewise, and split into two.
3934         (extendqihi2_aarch64): New.
3935         (zero_extendqihi2_aarch64): New.
3936         * config/aarch64/iterators.md (ldrxt): Remove.
3937         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
3938         uxtb/uxth.
3940 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
3942         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
3944 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
3946         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
3947         (aarch64_push_reg): New function to push 1 or 2 registers.
3948         (aarch64_pop_reg): New function to pop 1 or 2 registers.
3949         (aarch64_expand_prologue): Use aarch64_push_regs.
3950         (aarch64_expand_epilogue): Use aarch64_pop_regs.
3952 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
3954         PR tree-optimization/71734
3955         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
3956         attribute instead of REF_LOOP and use it.
3957         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
3958         set it for Loops having non-zero safelen attribute.
3959         (ref_indep_loop_p): Pass zero as initial value for safelen.
3961 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
3963         PR middle-end/72657
3964         PR target/72683
3965         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
3966         call using chkp_gimple_call_builtin_p.
3967         (chkp_copy_bounds_for_assign): Likewise.
3969 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3971         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
3972         * config/arm/arm-protos.h (struct tune_params): Likewise.
3973         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
3974         (cortex_a9_sched_adjust_cost): Likewise.
3975         (fa726te_sched_adjust_cost): Likewise.
3976         (arm_adjust_cost): Likewise.
3977         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
3978         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
3979         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
3980         * config/i386/i386.c (ix86_adjust_cost): Likewise.
3981         * config/ia64/ia64.c: Likewise.
3982         * config/m68k/m68k.c: Likewise.
3983         * config/mep/mep.c (mep_adjust_cost): Likewise.
3984         * config/microblaze/microblaze.c (microblaze_adjust_cost):
3985         * Likewise.
3986         * config/mips/mips.c (mips_adjust_cost): Likewise.
3987         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
3988         * Likewise.
3989         * config/pa/pa.c (pa_adjust_cost): Likewise.
3990         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
3991         (rs6000_debug_adjust_cost): Likewise.
3992         * config/sh/sh.c (sh_adjust_cost): Likewise.
3993         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
3994         (hypersparc_adjust_cost): Likewise.
3995         (sparc_adjust_cost): Likewise.
3996         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
3997         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
3998         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
3999         * Likewise.
4000         * config/visium/visium.c (visium_adjust_cost): Likewise.
4001         * doc/tm.texi: Regenerate.
4002         * haifa-sched.c (dep_cost_1): Adjust.
4003         * target.def: Merge adjust_cost and adjust_cost_2.
4005 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4007         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
4009 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4011         * store-motion.c (struct st_expr): Make pattern_regs a vector.
4012         (extract_mentioned_regs): Append to a vector instead of
4013         returning a rtx_expr_list.
4014         (st_expr_entry): Adjust.
4015         (free_st_expr_entry): Likewise.
4016         (store_ops_ok): Likewise.
4017         (store_killed_in_insn): Likewise.
4018         (find_moveable_store): Likewise.
4020 2016-07-28  Martin Liska  <mliska@suse.cz>
4022         PR gcov-profile/68025
4023         * tree-profile.c (tree_profiling): Respect
4024         no_profile_instrument_function attribute.
4025         * doc/extend.texi: Document no_profile_instrument_function
4026         attribute.
4028 2016-07-28  Martin Liska  <mliska@suse.cz>
4030         PR rtl-optimization/70944
4031         * combine.c (make_compound_operation):
4032         Do not allow make_compound_operation for vector mode
4034 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
4036         PR middle-end/71994
4037         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
4038          before calling get_ops.
4040 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4042         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
4043         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
4044         (BITS_PER_UNIT_LOG): Remove.
4045         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
4046         * expr.c (expand_assignment): Likewise.
4047         * stor-layout.c (initialize_sizetypes): Likewise.
4049 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
4051         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
4052         signature of rs6000_expand_vector_extract so that the element
4053         number is a RTX instead of a constant integer.
4054         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
4055         Likewise.
4056         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
4057         (altivec_expand_vec_ext_builtin): Likewise.
4058         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
4059         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
4060         MFVSRLD instruction.
4062 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
4064         * input.c (get_pure_location): Move here from tree.c.
4065         (make_location): Likewise.  Add header comment.
4066         (selftest::test_accessing_ordinary_linemaps): Verify
4067         pure_location_p, make_location, get_location_from_adhoc_loc and
4068         get_range_from_loc.
4069         * input.h (get_pure_location): Move declaration here from tree.h.
4070         (get_finish): Likewise for inline function.
4071         (make_location): Likewise for declaration.
4072         * tree.c (get_pure_location): Move to input.c.
4073         (make_location): Likewise.
4074         * tree.h (get_pure_location): Move declaration to tree.h.
4075         (get_finish): Likewise for inline function.
4076         (make_location): Likewise for declaration.
4078 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4080         PR middle-end/71078
4081         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
4083 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
4085         * system.h (STATIC_ASSERT): Use static_assert if building
4086         with C++11 onwards.
4088 2016-07-27  Richard Biener  <rguenther@suse.de>
4090         PR tree-optimization/72517
4091         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
4092         Revert change to not compute read-read dependences.
4094 2016-07-27  Richard Biener  <rguenther@suse.de>
4096         * predict.c (set_even_probabilities): Make nedges unsigned.
4098 2016-07-27  Martin Liska  <mliska@suse.cz>
4100         * predict.c (set_even_probabilities): Handle unlikely edges.
4101         (combine_predictions_for_bb): Likewise.
4103 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
4105         PR target/71869
4106         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
4107         __float128 support when we don't have hardware support, so that
4108         the IEEE built-in functions like isgreater, first call __unordkf3
4109         to make sure neither operand is a NaN, and if both operands are
4110         ordered, do the normal comparison.
4112 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
4114         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
4115         name.
4116         (extract_code_and_val_from_cond_with_ops): Verify that name is
4117         either cond_op0 or cond_op1.
4119 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
4121         PR tree-optimization/18046
4122         * genmodes.c (emit_mode_size_inline): Emit an assert that
4123         verifies that mode is a valid array index.
4124         (emit_mode_nuinits_inline): Likewise.
4125         (emit_mode_inner_inline): Likewise.
4126         (emit_mode_unit_size_inline): Likewise.
4127         (emit_mode_unit_precision_inline): Likewise.
4128         * tree-vrp.c: Include params.h.
4129         (find_switch_asserts): Register edge assertions for the default
4130         label which correspond to the anti-ranges of each case label.
4131         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
4132         * doc/invoke.texi: Document it.
4134 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4136         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
4137         and unnecessary call to gimple_bb.
4139 2016-07-26  Richard Biener  <rguenther@suse.de>
4141         PR rtl-optimization/71984
4142         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
4143         for VOIDmode.
4145 2016-07-26  Richard Biener  <rguenther@suse.de>
4147         PR middle-end/72517
4148         * expmed.c (extract_bit_field_1): Constrain the vector mode
4149         with element size matching the extraction mode size when
4150         choosing a better vector mode to do the extraction from.
4152 2016-07-26  Richard Biener  <rguenther@suse.de>
4153             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4155         PR middle-end/70920
4156         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
4157         pattern.
4159 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4161         * tree-ssa-structalias.c (struct scc_info): Change types of
4162         members to auto_sbitmap and auto_vec.
4163         (scc_info::scc_info): New constructor.
4164         (scc_info::~scc_info): New destructor.
4165         (init_scc_info): Remove.
4166         (free_scc_info): Remove.
4167         (find_indirect_cycles): Adjust.
4168         (perform_var_substitution): Likewise.
4169         (free_var_substitution_info): Likewise.
4171 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4173         * tree-outof-ssa.c (struct elim_graph): Change type of members
4174         to auto_vec and auto_sbitmap.
4175         (elim_graph::elim_graph): New constructor.
4176         (delete_elim_graph): Remove.
4177         (expand_phi_nodes): Adjust.
4179 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4181         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
4182         (new_elim_graph): Adjust.
4183         (clear_elim_graph): Likewise.
4184         (delete_elim_graph): Likewise.
4185         (elim_graph_size): Likewise.
4186         (elim_graph_add_node): Likewise.
4187         (elim_graph_add_edge): Likewise.
4188         (elim_graph_remove_succ_edge): Likewise.
4189         (eliminate_name): Likewise.
4190         (eliminate_build): Likewise.
4191         (elim_forward): Likewise.
4192         (elim_unvisited_predecessor): Likewise.
4193         (elim_backward): Likewise.
4194         (elim_create): Likewise.
4195         (eliminate_phi): Likewise.
4196         (expand_phi_nodes): Likewise.
4198 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4200         * bt-load.c (compute_out): Use auto_sbitmap class.
4201         (link_btr_uses): Likewise.
4202         * cfganal.c (mark_dfs_back_edges): Likewise.
4203         (post_order_compute): Likewise.
4204         (inverted_post_order_compute): Likewise.
4205         (pre_and_rev_post_order_compute_fn): Likewise.
4206         (single_pred_before_succ_order): Likewise.
4207         * cfgexpand.c (pass_expand::execute): Likewise.
4208         * cfgloop.c (verify_loop_structure): Likewise.
4209         * cfgloopmanip.c (fix_bb_placements): Likewise.
4210         (remove_path): Likewise.
4211         (update_dominators_in_loop): Likewise.
4212         * cfgrtl.c (break_superblocks): Likewise.
4213         * ddg.c (check_sccs): Likewise.
4214         (create_ddg_all_sccs): Likewise.
4215         * df-core.c (df_worklist_dataflow): Likewise.
4216         * dse.c (dse_step3): Likewise.
4217         * except.c (eh_region_outermost): Likewise.
4218         * function.c (thread_prologue_and_epilogue_insns): Likewise.
4219         * gcse.c (prune_expressions): Likewise.
4220         (prune_insertions_deletions): Likewise.
4221         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
4222         * graph.c (draw_cfg_nodes_no_loops): Likewise.
4223         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
4224         * lcm.c (compute_earliest): Likewise.
4225         (compute_farthest): Likewise.
4226         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
4227         (unroll_loop_runtime_iterations): Likewise.
4228         (unroll_loop_stupid): Likewise.
4229         * lower-subreg.c (decompose_multiword_subregs): Likewise.
4230         * lra-lives.c: Likewise.
4231         * lra.c (lra): Likewise.
4232         * modulo-sched.c (schedule_reg_moves): Likewise.
4233         (optimize_sc): Likewise.
4234         (get_sched_window): Likewise.
4235         (sms_schedule_by_order): Likewise.
4236         (check_nodes_order): Likewise.
4237         (order_nodes_of_sccs): Likewise.
4238         (order_nodes_in_scc): Likewise.
4239         * recog.c (split_all_insns): Likewise.
4240         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
4241         * reload1.c (reload): Likewise.
4242         * sched-rgn.c (haifa_find_rgns): Likewise.
4243         (split_edges): Likewise.
4244         (compute_trg_info): Likewise.
4245         * sel-sched.c (init_seqno): Likewise.
4246         * store-motion.c (remove_reachable_equiv_notes): Likewise.
4247         * tree-into-ssa.c (update_ssa): Likewise.
4248         * tree-ssa-live.c (live_worklist): Likewise.
4249         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
4250         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
4251         * Likewise.
4252         (try_peel_loop): Likewise.
4253         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
4254         * Likewise.
4255         * tree-ssa-pre.c (compute_antic): Likewise.
4256         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
4257         * tree-stdarg.c (reachable_at_most_once): Likewise.
4258         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
4259         * var-tracking.c (vt_find_locations): Likewise.
4261 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4263         * sbitmap.h (auto_sbitmap): New class.
4265 2016-07-26  Alan Modra  <amodra@gmail.com>
4267         PR target/72103
4268         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
4269         sri->t_icode.
4271 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
4273         * input.c (selftest::temp_source_file::temp_source_file): Fix
4274         missing "%s" in fprintf.
4276 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
4278         PR middle-end/71732
4279         * cselib.c (cselib_process_insn): Invalidate argument slots for
4280         const/pure calls.
4282 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4284         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
4285         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
4286         vmulxh_lane_f16, vmulxh_laneq_f16): New.
4288 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4290         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4291         * config/aarch64/aarch64.md (fma, fnma): Support HF.
4292         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
4294 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4296         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4297         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
4298         New.
4299         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
4300         (add<mode>3): Likewise.
4301         (sub<mode>3): Likewise.
4302         (mul<mode>3): Likewise.
4303         (div<mode>3): Likewise.
4304         (*div<mode>3): Likewise.
4305         (<fmaxmin><mode>3): Extend to HF.
4306         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
4307         (fabd<mode>3): Likewise.
4308         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
4309         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
4310         (aarch64_fmulx<mode>): Likewise.
4311         (aarch64_fac<optab><mode>): Likewise.
4312         (aarch64_frecps<mode>): Likewise.
4313         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
4314         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
4315         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
4316         (VSDQ_HSDI): Support HI.
4317         (fcvt_target, FCVT_TARGET): Likewise.
4318         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
4319         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
4320         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
4321         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
4322         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
4323         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
4324         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
4325         vrsqrtsh_f16): New.
4327 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4329         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
4330         * config/aarch64/aarch64-builtins.c (hi_UP): New.
4331         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4332         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
4333         mode.
4334         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
4335         (aarch64_cm<optab><mode>): Likewise.
4336         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
4337         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
4338         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
4339         (sqrt<mode>2): Likewise.
4340         (*sqrt<mode>2): Likewise.
4341         (abs<mode>2): Likewise.
4342         (<optab><mode>hf2): New pattern for HF mode.
4343         (<optab>hihf2): Likewise.
4344         * config/aarch64/arm_neon.h: Include arm_fp16.h.
4345         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
4346         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
4347         Support HF mode.
4348         * config/aarch64/arm_fp16.h: New file.
4349         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
4350         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
4351         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
4352         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
4353         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
4354         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
4355         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
4356         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
4357         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
4358         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
4359         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
4360         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
4361         vsqrth_f16): New.
4363 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4365         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
4366         reduc_smin_scal_): Use VDQIF_F16.
4367         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
4368         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
4369         Use VHSDF.
4370         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
4371         * config/aarch64/iterators.md (VDQIF_F16): New.
4372         (vp): Support HF modes.
4373         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
4374         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
4376 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4378         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
4379         "*aarch64_mulx_elt_from_dup<mode>".
4380         (*aarch64_mul3_elt<mode>): Update schedule type.
4381         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
4382         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
4383         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
4384         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
4385         (f, fp): Support HF modes.
4386         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
4387         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
4388         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
4389         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
4390         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
4391         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
4393 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4395         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4396         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
4397         modes.
4398         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
4399         vfmsq_f16): New.
4401 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4403         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4404         * config/aarch64/aarch64-simd.md
4405         (aarch64_rsqrts<mode>): Extend to HF modes.
4406         (fabd<mode>3): Likewise.
4407         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
4408         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
4409         (aarch64_<maxmin_uns>p<mode>): Likewise.
4410         (<su><maxmin><mode>3): Likewise.
4411         (<maxmin_uns><mode>3): Likewise.
4412         (<fmaxmin><mode>3): Likewise.
4413         (aarch64_faddp<mode>): Likewise.
4414         (aarch64_fmulx<mode>): Likewise.
4415         (aarch64_frecps<mode>): Likewise.
4416         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
4417         (add<mode>3): Extend to HF modes.
4418         (sub<mode>3): Likewise.
4419         (mul<mode>3): Likewise.
4420         (div<mode>3): Likewise.
4421         (*div<mode>3): Likewise.
4422         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
4423         HF, V4HF and V8HF.
4424         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
4425         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
4426         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
4427         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
4428         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
4429         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
4430         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
4431         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
4432         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
4433         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
4434         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
4435         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
4436         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
4437         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
4439 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4441         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
4442         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4443         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
4444         (neg<mode>2): Likewise.
4445         (abs<mode>2): Likewise.
4446         (<frint_pattern><mode>2): Likewise.
4447         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
4448         (<optab><VDQF:mode><fcvt_target>2): Likewise.
4449         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
4450         (ftrunc<VDQF:mode>2): Likewise.
4451         (<optab><fcvt_target><VDQF:mode>2): Likewise.
4452         (sqrt<mode>2): Likewise.
4453         (*sqrt<mode>2): Likewise.
4454         (aarch64_frecpe<mode>): Likewise.
4455         (aarch64_cm<optab><mode>): Likewise.
4456         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
4457         HF, V4HF and V8HF.
4458         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
4459         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
4460         (stype): New.
4461         * config/aarch64/arm_neon.h (vdup_n_f16): New.
4462         (vdupq_n_f16): Likewise.
4463         (vld1_dup_f16): Use vdup_n_f16.
4464         (vld1q_dup_f16): Use vdupq_n_f16.
4465         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
4466         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
4467         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
4468         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
4469         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
4470         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
4471         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
4472         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
4473         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
4474         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
4475         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
4476         vsqrt_f16, vsqrtq_f16): New.
4478 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4480         * config/aarch64/aarch64-simd.md
4481         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
4482         (aarch64_ext<mode>): Likewise.
4483         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
4484         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
4485         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
4486         and V8HFmode.
4487         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
4488         float16x8_t.
4489         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
4490         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
4491         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
4492         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
4493         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
4494         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
4495         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
4496         New.
4497         (vmov_n_f16): Reimplement using vdup_n_f16.
4498         (vmovq_n_f16): Reimplement using vdupq_n_f16..
4500 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4502         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
4503         "frame_related_p".  Generate CFA annotation when it's necessary.
4504         (aarch64_expand_prologue): Use aarch64_add_constant.
4505         (aarch64_expand_epilogue): Likewise.
4506         (aarch64_output_mi_thunk): Pass "false" when calling
4507         aarch64_add_constant.
4509 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4511         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
4512         sequences.
4514 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4516         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
4517         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
4518         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
4519         (aarch64_build_constant): Delete.
4521 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
4523         Revert
4524         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
4526         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
4527         flag_toplevel_reorder.
4529 2016-07-25  Richard Biener  <rguenther@suse.de>
4531         * cgraph.c (cgraph_node::verify_node): Compare against builtin
4532         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
4533         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
4534         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
4535         (streamer_get_builtin_tree): Likewise.
4536         (streamer_write_builtin): Likewise.
4537         * lto-streamer.h (LTO_builtin_decl): Remove.
4538         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
4539         (lto_input_scc): Remove LTO_builtin_decl handling.
4540         (lto_input_tree_1): Liekwise.
4541         * lto-streamer-out.c (lto_output_tree_1): Remove special
4542         handling of builtins.
4543         (DFS::DFS): Likewise.
4544         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
4545         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
4546         assert.
4547         (streamer_write_builtin): Remove.
4549 2016-07-25  Martin Liska  <mliska@suse.cz>
4551         * lto-cgraph.c (input_symtab): Don't call get_working_sets
4552         if flag_auto_profile is set to true.
4554 2016-07-25  Martin Liska  <mliska@suse.cz>
4556         PR gcov-profile/71868
4557         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
4558         have a function with multiple latches, count them all.
4560 2016-07-25  Martin Liska  <mliska@suse.cz>
4562         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
4564 2016-07-25  Martin Liska  <mliska@suse.cz>
4566         PR tree-optimization/71987
4567         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
4568         just for SSA_NAMEs. Fix GNU coding style.
4570 2016-07-25  Martin Liska  <mliska@suse.cz>
4572         PR gcov-profile/64874
4573         * gcov-io.h: Update command about file format.
4574         * gcov-iov.c (main): Adapt the numbering scheme.
4576 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
4578         PR middle-end/66726
4579         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
4580         whose result is used in PHI.
4581         (final_range_test_p): Likewise.
4582         (maybe_optimize_range_tests): Likewise.
4584 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
4586         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4587         Reformat two multi-line strings.
4589 2016-07-22  Martin Sebor  <msebor@redhat.com>
4591         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
4593 2016-07-22  Martin Sebor  <msebor@redhat.com>
4595         PR c/71560
4596         * doc/extend.texi (Compound Literals): Correct and clarify.
4597         (Cast to Union): Same.
4599 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4601         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
4602         comments to explain why certain error messages make mention of
4603         undocumented options.
4604         (rs6000_invalid_builtin): Change error messages to replace mention
4605         of undocumented options with mention of the -mcpu=power9 option
4606         that enables those undocumented options.
4607         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
4608         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
4609         definition of this macro to correct an existing error.
4610         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
4611         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
4612         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
4613         descriptions of built-in functions so that they depend on
4614         -mcpu=power9 instead of on the corresponding undocumented flags.
4615         * doc/invoke.texi (Option Summary):  Remove all mention of newly
4616         undocumented flags.
4617         (IBM RS/6000 and PowerPC Options): Likewise.
4618         * doc/md.texi (Constraints for Particuliar Machines): Remove all
4619         mention of newly undocumented flags.
4621 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
4623         * ipa-cp.c (determine_versionability): Do not create constprop clones,
4624         when target_clones attribute is set.
4626 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
4628         * common.opt (funsafe-loop-optimizations): Mark ignore.
4629         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
4630         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
4631         related code.
4632         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
4633         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
4635 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
4637         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
4638         Parameter.
4639         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
4640         Parameter.
4641         (number_of_iterations_exit): Warn missed loop optimization for
4642         possible infinite loops.
4644 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
4646         PR target/71216
4647         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
4648         when to emit a ".machine" pseudo-op.
4650 2016-07-22  Martin Liska  <mliska@suse.cz>
4652         PR gcov-profile/69028
4653         PR gcov-profile/62047
4654         * coverage.c (coverage_compute_lineno_checksum): Do not
4655         calculate checksum for fns w/o xloc.file.
4656         (coverage_compute_profile_id): Likewise.
4658 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
4660         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
4661         (avr_secondary_reload): ...and implementation.
4662         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
4663         * config/avr/avr.md (reload_in<mode>): Remove insns.
4664         (adjust_len) [lpm]: Remove insn attribute value.
4665         * config/avr/predicates.md (flash_operand): Remove insn predicate.
4667 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4669         PR middle-end/71876
4670         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
4671         attribute.
4672         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
4673         * calls.c (special_function_p): Remove the special handling of the
4674         "__builtin_" prefix.
4676 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4678         PR middle-end/71876
4679         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
4680         if STMT may be an alloca call.
4681         (gimple_alloca_call_p, alloca_call_p): Return only true for the
4682         builtin alloca call.
4683         * calls.h (gimple_maybe_alloca_call_p): New function.
4684         * tree-inline.c (inline_forbidden_p_stmt): Use
4685         gimple_maybe_alloca_call_p here.
4687 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
4689         * spellcheck-tree.c (best_macro_match::best_macro_match):
4690         Explictly specify the template arguments when invoking the base
4691         class constructor, to help older C++ compilers.
4693 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
4695         PR sanitizer/71953
4696         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
4697         before builtin_decl_implicit.
4699 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
4701         * optabs.c (emit_condiitonal_move): Short circuit for identical
4702         sources.
4704 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
4706         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
4707         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
4708         (noce_conversion_profitable_p): New.
4709         (noce_try_store_flag_constants): Use it.
4710         (noce_try_addcc): Likewise.
4711         (noce_try_store_flag_mask): Likewise.
4712         (noce_try_cmove): Likewise.
4713         (noce_try_cmove_arith): Likewise.
4714         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
4715         overwriting it.
4716         (noce_convert_multiple_sets): Move cost model to here, from...
4717         (bb_ok_for_noce_convert_multiple_sets) ...here.
4718         (noce_process_if_block): Update calls for above changes.
4719         (noce_find_if_block): Record new noce_if_info parameters.
4721 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
4723         * target.def (max_noce_ifcvt_seq_cost): New.
4724         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
4725         * doc/tm.texi: Regenerate.
4726         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
4727         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
4728         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
4729         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
4730         * doc/invoke.texi: Document new params.
4732 2016-07-21  Richard Biener  <rguenther@suse.de>
4734         PR tree-optimization/71947
4735         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
4736         ranges have useful limit_vr information.
4738 2016-07-21  Richard Biener  <rguenther@suse.de>
4740         * function-tests.c (build_trivial_generic_function): Set
4741         BLOCK_SUPERCONTEXT of DECL_INITIAL.
4742         * omp-low.c (create_omp_child_function): Likewise.
4743         (grid_expand_target_grid_body): Likewise.
4744         * cgraphunit.c (init_lowered_empty_function): Likewise.
4745         (cgraph_node::expand_thunk): Likewise.
4746         * tree-parloops.c (create_loop_fn): Likewise.
4747         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
4749 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4751         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
4752         in comment.
4754 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
4756         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
4757         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
4758         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
4759         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
4760         values for insn attribute.
4761         * config/avr/avr.c (avr_out_insert_notbit): New function.
4762         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
4763         ADJUST_LEN_INSV_NOTBIT_0/_7.
4764         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
4766 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
4768         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
4769         (chrec_convert_1, chrec_convert): Ditto.
4770         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
4771         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
4772         * tree-vrp.c (adjust_range_with_scev): Ditto.
4773         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
4774         (scev_var_range_cant_overflow): New function.
4775         (scev_probably_wraps_p): New parameter.  Call above function.
4776         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
4778 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
4780         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
4781         by removing computation of may_be_zero.
4783 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
4785         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
4787 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
4789         Improving concepts performance and diagnostics.
4790         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
4791         for constraint satisfaction and subsumption.
4792         * timevar.h (auto_timevar): New constructor that matches the push/pop
4793         pattern of usage in pt.c.
4795 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
4797         * hwint.h (HOST_WIDE_INT_0): New define.
4798         (HOST_WIDE_INT_0U): Ditto.
4799         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
4800         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
4801         * simplify-rtx.c: Ditto.
4802         * tree-object-size.c: Ditto.
4804 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4806         * config/s390/s390.c (s390_encode_section_info): Remove mode size
4807         check.
4809 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
4811         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
4812         * combine.c: Use HOST_WIDE_INT_M1U instead of
4813         ~(unsigned HOST_WIDE_INT) 0.
4814         * double-int.h: Ditto.
4815         * dse.c: Ditto.
4816         * dwarf2asm.c:Ditto.
4817         * expmed.c: Ditto.
4818         * genmodes.c: Ditto.
4819         * match.pd: Ditto.
4820         * read-rtl.c: Ditto.
4821         * tree-ssa-loop-ivopts.c: Ditto.
4822         * tree-ssa-loop-prefetch.c: Ditto.
4823         * tree-vect-generic.c: Ditto.
4824         * tree-vect-patterns.c: Ditto.
4825         * tree.c: Ditto.
4827 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
4829         * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
4830         constant addresses outside [0,0xc0] into a register.
4831         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
4832         cases where the base address register is unused after.
4833         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
4834         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
4835         (avr_out_store_psi_reg_disp_tiny): Same.
4837 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
4839         Implement attribute progmem on reduced Tiny cores by adding
4840         flash offset 0x4000 to respective symbols.
4842         PR target/71948
4843         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
4844         documentation how it works on reduced Tiny cores.
4845         (AVR Named Address Spaces): No support for reduced Tiny.
4846         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
4847         (avr_address_tiny_pm_p): New static function.
4848         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
4849         if the address is in progmem.
4850         (avr_assemble_integer): Same.
4851         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
4852         for symbol_ref in progmem.
4853         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
4854         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
4855         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
4857 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
4859         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
4860         * configure: Regenerate.
4861         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
4862         (USE_THIN_ARCHIVES): New variable.
4863         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
4864         this archive as a thin archive.
4866 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
4868         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
4869         same location as last time, don't skip if we have fix-it hints.
4870         Clarify the skipping logic by converting it from one "if" clause
4871         to repeated "if" clauses.
4872         * spellcheck-tree.c: Include "cpplib.h".
4873         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
4874         (best_macro_match::best_macro_match): New constructor.
4875         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
4876         Move here from c/c-decl.c.
4877         (class best_macro_match): Move here from c/c-decl.c, converting
4878         from a typedef to a subclass, gaining a ctor.
4880 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
4882         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
4883         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
4884         define...
4885         (avr_addr_space_diagnose_usage): ...and implementation.
4886         (avr_addr_space_supported_p): New function.
4887         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
4888         report bad address space usage if that space is supported.
4889         (avr_insert_attributes): Same.  No more complain about unsupported
4890         address spaces.
4891         * config/avr/avr-c.c (tm_p.h): Include it.
4892         (avr_cpu_cpp_builtins): Only define addr-space related built-in
4893         macro if avr_addr_space_supported_p.
4895 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
4897         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
4898         flag_toplevel_reorder.
4900 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
4902         * gcc-rich-location.c
4903         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
4904         a const char *.
4905         * gcc-rich-location.h
4906         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
4908 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
4910         * target.def (addr_space): Add new diagnose_usage to hook vector.
4911         * targhooks.c (default_addr_space_diagnose_usage): Add default
4912         implementation and...
4913         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
4914         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
4915         is some address space, call targetm.addr_space.diagnose_usage.
4916         * doc/tm.texi.in (Named Address Spaces): Add anchor for
4917         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
4918         * doc/tm.texi: Regenerate.
4920 2016-07-20  Martin Liska  <mliska@suse.cz>
4922         PR middle-end/71898
4923         * graphite-isl-ast-to-gimple.c (later_of_the_two):
4924         Properly handly PHI stmts.
4926 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
4928         PR tree-optimization/71503
4929         PR tree-optimization/71683
4930         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
4931         and break.
4933 2016-07-20  Martin Liska  <mliska@suse.cz>
4935         * doc/invoke.texi (-fipa-ra): Document when the option is
4936         disabled. Fix a typo.
4938 2016-07-20  Martin Liska  <mliska@suse.cz>
4940         * Makefile.in: Include fibonacci_heap.c
4941         * fibonacci_heap.c: New file.
4942         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
4943         (fibonacci_heap::union_with): Fix deletion of the second heap.
4944         * selftest-run-tests.c (selftest::run_tests): Incorporate
4945         fibonacci heap tests.
4946         * selftest.h: Declare fibonacci_heap_c_tests.
4948 2016-07-20  Martin Liska  <mliska@suse.cz>
4950         * selftest-run-tests.c (selftest::run_tests): New function.
4951         * selftest.h (sreal_c_tests): Declare.
4952         * sreal.c (sreal_verify_basics): New function.
4953         (verify_aritmetics): Likewise.
4954         (sreal_verify_arithmetics): Likewise.
4955         (verify_shifting): Likewise.
4956         (sreal_verify_shifting): Likewise.
4957         (void sreal_c_tests): Likewise.
4959 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
4961         PR rtl-optimization/71916
4962         * cfgrtl.c (contains_no_active_insn_p): Return false also for
4963         bb which have a single succ fake edge.
4965 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
4967         PR debug/71855
4968         * dwarf2out.c (gen_subprogram_die): Only call
4969         gen_unspecified_parameters_die while dumping early dwarf.
4971 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
4973         PR middle-end/71874
4974         * gimple-fold.c (fold_builtin_memory_op): Use
4975         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
4977 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
4979         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
4980         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
4981         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
4982         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
4983         * combine.c: Ditto.
4984         * cse.c: Ditto.
4985         * dojump.c: Ditto.
4986         * double-int.c: Ditto.
4987         * dse.c: Ditto.
4988         * dwarf2out.c: Ditto.
4989         * expmed.c: Ditto.
4990         * expr.c: Ditto.
4991         * fold-const.c: Ditto.
4992         * function.c: Ditto.
4993         * fwprop.c: Ditto.
4994         * genmodes.c: Ditto.
4995         * hwint.c: Ditto.
4996         * hwint.h: Ditto.
4997         * ifcvt.c: Ditto.
4998         * loop-doloop.c: Ditto.
4999         * loop-invariant.c: Ditto.
5000         * loop-iv.c: Ditto.
5001         * match.pd: Ditto.
5002         * optabs.c: Ditto.
5003         * real.c: Ditto.
5004         * reload.c: Ditto.
5005         * rtlanal.c: Ditto.
5006         * simplify-rtx.c: Ditto.
5007         * stor-layout.c: Ditto.
5008         * toplev.c: Ditto.
5009         * tree-ssa-loop-ivopts.c: Ditto.
5010         * tree-vect-generic.c: Ditto.
5011         * tree-vect-patterns.c: Ditto.
5012         * tree.c: Ditto.
5013         * tree.h: Ditto.
5014         * ubsan.c: Ditto.
5015         * varasm.c: Ditto.
5016         * wide-int-print.cc: Ditto.
5017         * wide-int.cc: Ditto.
5018         * wide-int.h: Ditto.
5020 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
5022         * selftest.c (selftest::assert_streq): Handle NULL values of
5023         val_actual and val_expected.
5025 2016-07-19  Martin Jambor  <mjambor@suse.cz>
5027         PR fortran/71688
5028         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
5029         rather than cgraph_create_node to get a call graph node.
5031 2016-07-19  Richard Biener  <rguenther@suse.de>
5033         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
5034         handle all tcc_constant bases and valueize SSA names.
5035         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
5036         tcc_constant bases.
5038 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
5040         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
5041         the flags of the exit block and bb2, not just the entry block.
5043 2016-07-19  Richard Biener  <rguenther@suse.de>
5045         PR tree-optimization/71901
5046         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
5047         align member, group stuff with the bitfield.
5048         (vn_ref_op_align_unit): New inline.
5049         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
5050         record element alignment and operand 3 unchanged.
5051         (ao_ref_init_from_vn_reference): Adjust.
5052         (valueize_refs_1): Likewise.
5053         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
5055 2016-07-19  Richard Biener  <rguenther@suse.de>
5057         PR tree-optimization/71908
5058         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
5059         symbolic constants in a more reliable way.
5061 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
5063         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
5064         comment.
5065         (vect_update_inits_of_drs): Likewise.
5066         (vect_create_cond_for_alias_checks): Likewise.
5067         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
5069 2016-07-19  Richard Biener  <rguenther@suse.de>
5071         PR lto/71907
5072         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
5073         with an abstract origin that is not an inlined function outer
5074         scope add a self-reference as abstract origin.
5075         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
5077 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
5079         PR target/71493
5080         * config/rs6000/rs6000.c (rs6000_function_value): Fix
5081         unintentional System V.4 structure return breakage for structures
5082         with a single floating point element.
5084 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
5086         PR tree-optimization/71734
5087         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
5088         contains REF, use it to check safelen, assume that safelen value
5089         must be greater 1, fix style.
5090         (ref_indep_loop_p_2): Add REF_LOOP argument.
5091         (ref_indep_loop_p): Pass LOOP as additional argument to
5092         ref_indep_loop_p_2.
5094 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5096         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
5097         allocation in the prologue.
5098         * explow.c (get_dynamic_stack_base): New function to return an address
5099         expression for the dynamic stack base.
5100         (get_dynamic_stack_size): New function to do the required dynamic stack
5101         space size calculations.
5102         (allocate_dynamic_stack_space): Use new functions.
5103         (align_dynamic_address): Move some code from
5104         allocate_dynamic_stack_space to new function.
5105         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
5107 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5109         * config/s390/s390.c (s390_encode_section_info): Always set
5110         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
5111         found.
5113 2016-07-18  Richard Biener  <rguenther@suse.de>
5115         PR tree-optimization/71893
5116         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
5117         for sizetype cast added by array_ref_element_size.
5118         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
5120 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
5122         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
5123         register parameters.  Remove code to initialize argument pointer
5124         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
5125         using a pc-relative branch.  Cleanup conditional code.
5126         * config/pa/pa.md (call_mcount): New expander.
5127         (call_mcount_nonpic): New insn.
5128         (call_mcount_pic): New insn and split.
5129         (call_mcount_pic_post_reload): New insn.
5130         (call_mcount_64bit): New insn and split.
5131         (call_mcount_64bit_post_reload): New insn.
5133 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
5135         * config/avr/predicates.md (const_m255_to_m1_operand): New.
5136         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
5137         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
5138         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
5139         (*usum_widenqihi3, *udiff_widenqihi3)
5140         (*addhi3_zero_extend.const): New combiner insns.
5141         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
5142         just 1 bit is affected.
5143         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
5144         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
5146 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
5148         * omp-low.c (lower_omp_target): Mark data clauses with
5149         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
5150         zero-length subarrays.
5152 2016-07-15  Richard Biener  <rguenther@suse.de>
5154         PR tree-optimization/71881
5155         * tree-loop-distribution.c (destroy_loop): Remove blocks in
5156         reverse DOM order to make debug temp generation happy.
5158 2016-07-15  Richard Biener  <rguenther@suse.de>
5160         PR tree-optimization/71887
5161         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
5162         verify it is not zero for division / modulo handling.
5163         (value_replacement): Adjust.
5165 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
5166             Julian Brown  <julian@codesourcery.com>
5168         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
5169         * config/aarch64/aarch64-cost-tables.h
5170         (vulcan_extra_costs): New variable.
5171         * config/aarch64/aarch64.c
5172         (vulcan_addrcost_table): Likewise.
5173         (vulcan_regmove_cost): Likewise.
5174         (vulcan_vector_cost): Likewise.
5175         (vulcan_branch_cost): Likewise.
5176         (vulcan_tunings): Likewise.
5178 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
5180         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
5181         (output_in_order): Loop over undefined variables too.  Output them
5182         via assemble_undefined_decl.  Skip variables that correspond to hard
5183         registers or have value-exprs.
5184         * varpool.c (symbol_table::output_variables): Handle undefined
5185         variables together with defined ones.
5187 2016-07-15  Richard Biener  <rguenther@suse.de>
5189         * tree-ssa-pre.c (get_representative_for): Make sure to return
5190         the value number of SSA names.
5191         (phi_translate_1): get_representative_for cannot return NULL.
5192         (do_pre_regular_insertion): Remove redundant call to
5193         fully_constant_expression.
5194         (do_pre_partial_partial_insertion): Likewise.
5196 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
5198         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
5199         (derive_simple_iv_with_niters): New function.
5200         (simple_iv): Rewrite using simple_iv_with_niters.
5201         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
5202         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
5203         function.
5204         (number_of_iterations_exit): Rewrite using above function.
5205         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
5206         Decl.
5208 2016-07-15  Richard Biener  <rguenther@suse.de>
5210         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
5211         vec_construct cost.
5213 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
5215         PR tree-optimization/71872
5216         * tree-data-ref.c (get_references_in_stmt): Ignore references
5217         with is_gimple_constant get_base_address.
5219 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5221         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
5222         (TARGET_HAVE_LDACQD): New macro.
5223         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
5224         than TARGET_HAVE_LDACQ.
5225         (arm_load_acquire_exclusivedi): Likewise.
5226         (arm_store_release_exclusivedi): Likewise.
5228 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5230         PR rtl-optimization/71878
5231         * lra-constraints.c (match_reload): Pass information about other
5232         output operands.  Create new unique register value if matching input
5233         operand shares same register value as output operand being considered.
5234         (curr_insn_transform): Record output operands already processed.
5236 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5238         PR target/65951
5239         PR tree-optimization/70923
5240         * tree-vect-patterns.c: Include mult-synthesis.h.
5241         (target_supports_mult_synth_alg): New function.
5242         (synth_lshift_by_additions): Likewise.
5243         (apply_binop_and_append_stmt): Likewise.
5244         (vect_synth_mult_by_constant): Likewise.
5245         (target_has_vecop_for_code): Likewise.
5246         (vect_recog_mult_pattern): Use above functions to synthesize vector
5247         multiplication by integer constants.
5249 2016-07-14  Alan Modra  <amodra@gmail.com>
5251         * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
5252         gpr alternatives.  Correct '*' placement on Y,r alternative.
5253         Add '*' on operand 1 of r,r alternative.
5255 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5257         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
5258         * expmed.h: ... Here.
5260 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
5262         * gimple.h (stmt_can_terminate_bb_p): New function.
5263         * tree-cfg.c (need_fake_edge_p): Rename to ...
5264         (stmt_can_terminate_bb_p): ... this; return true if stmt can
5265         throw external; handle const and pure calls.
5266         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
5268 2016-07-14  Richard Biener  <rguenther@suse.de>
5270         PR tree-optimization/71866
5271         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
5272         (do_hoist_insertion): Avoid endless recursion when we
5273         didn't insert anything because we managed to simplify
5274         things down to a constant or SSA name.
5275         (fully_constant_expression): Re-write in terms of ...
5276         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
5277         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
5278         vn_nary_build_or_lookup_1.
5279         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
5280         (vn_nary_build_or_lookup): ... this which now wraps it.
5282 2016-07-14  Alan Modra  <amodra@gmail.com>
5284         PR target/71733
5285         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
5286         with p9_vector override before power9-dform override.
5288 2016-07-13  Andi Kleen  <ak@linux.intel.com>
5290         * value-prof.c (gimple_value_profile_transformations): Don't run
5291         when auto_profile is on.
5293 2016-07-13  Andi Kleen  <ak@linux.intel.com>
5295         * auto-profile.c (update_inlined_ind_target,
5296         afdo_indirect_call): Print information to dump file.
5298 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
5300         * genrecog.c (special_predicate_operand_p): New function.
5301         (predicate_name): Move function.
5302         (validate_pattern): Don't warn about missing mode for all
5303         define_special_predicate predicates.
5305 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
5307         * tree-vect-data-refs.c (vect_no_alias_p): New function.
5308         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
5309         resolve alias checks which are known at compilation time.
5310         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
5311         alias checks are resolved.  Move dump info for too many runtime
5312         alias checks to here...
5313         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
5315 2016-07-13  Richard Biener  <rguenther@suse.de>
5317         PR tree-optimization/24574
5318         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
5319         position and add shift, rotate, divison and modulo support
5320         for left zero.
5321         (value_replacement): Pass in argument position to absorbing_element_p.
5323 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
5325         PR ipa/71633
5326         * ipa-inline-transform.c (inline_call): Support
5327         instrumented thunks.
5329 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5331         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
5332         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
5333         divide feature.
5334         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
5335         Baseline.  Make initial alternative TARGET_32BIT only.
5336         (udivsi3): Likewise.
5337         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
5338         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
5339         target.
5341 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5343         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
5344         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
5345         availability with TARGET_HAVE_MOVT.
5346         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
5347         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
5348         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
5349         UINTVAL.
5350         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
5351         extra instruction if MOVW is available.  Use a cost variable
5352         incremented by COSTS_N_INSNS (1) when the condition match rather than
5353         returning an arithmetic expression based on COSTS_N_INSNS.  Make
5354         constant with bottom half word zero cost 2 instruction if MOVW is
5355         available.
5356         * config/arm/arm.md (define_attr "arch"): Add v8mb.
5357         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
5358         target is ARMv8-M Baseline.
5359         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
5360         (arm_movtas_ze): Likewise.
5361         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
5362         alternative for constants satisfying j constraint.
5363         (thumb1_movsi_insn): Likewise.
5364         (movsi splitter for K alternative): Tighten condition to not trigger
5365         if movt is available and j constraint is satisfied.
5366         (Pe immediate splitter): Likewise.
5367         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
5368         constant fitting in an halfword to use MOVW.
5369         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
5370         effective target.
5372 2016-07-13  Richard Biener  <rguenther@suse.de>
5374         PR middle-end/71104
5375         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
5376         gimplifying the LHS.  Make sure to gimplify a returning twice
5377         call LHS without using SSA names.
5379 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5381         * tree-data-ref.c (find_data_references_in_stmt): Remove
5382         unnecessary call to vec::release.
5383         (graphite_find_data_references_in_stmt): Likewise.
5384         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
5385         * tree-vect-stmts.c (vectorizable_condition): Likewise.
5387 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5389         * cfgexpand.c (expand_used_vars): Make the type of a local
5390         variable auto_vec.
5391         * genmatch.c (lower_for): Likewise.
5392         * haifa-sched.c (haifa_sched_init): Likewise.
5393         (add_to_speculative_block): Likewise.
5394         (create_check_block_twin): Likewise.
5395         * predict.c (handle_missing_profiles): Likewise.
5396         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
5397         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
5398         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
5399         Likewise.
5400         (maybe_lower_iteration_bound): Likewise.
5401         * tree-ssa-sccvn.c (DFS): Likewise.
5402         * tree-stdarg.c (reachable_at_most_once): Likewise.
5403         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
5404         (vectorizable_store): Likewise.
5406 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5408         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
5409         (sccvn_dom_walker): make cond_stack an auto_vec.
5411 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5413         * ree.c (struct ext_state): Make type of members auto_vec.
5414         (find_and_remove_re): Adjust.
5416 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5418         * cfgexpand.c (struct stack_vars_data): Make type of fields
5419         auto_vec.
5420         (expand_used_vars): Adjust.
5422 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5424         * ipa.c (record_cdtor_fn): Adjust.
5425         (build_cdtor_fns): Likewise.
5426         (ipa_cdtor_merge): Make static_ctors and static_dtors local
5427         variables.
5429 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5431         * genextract.c (struct accum_extract): Add constructor and make
5432         members auto_vec.
5433         (gen_insn): Adjust.
5435 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5437         * tree.c (struct free_lang_data_d): Add constructor and change
5438         types of members to ones that automatically manage resources.
5439         (fld_worklist_push): Adjust.
5440         (find_decls_types): Likewise.
5441         (find_decls_types_in_eh_region): Likewise.
5442         (free_lang_data_in_cgraph): Stop manually creating and
5443         destroying members of free_lang_data_d.
5445 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
5447         PR rtl-optimization/68961
5448         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
5449         peephole variant.  Use sse_reg_operand predicates.
5451 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
5453         * config/i386/predicates.md (x86_64_immediate_operand)
5454         <case CONST_INT>: Remove unneeded truncation to DImode.
5455         <case CONST>: Ditto.
5456         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
5458 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
5460         PR target/71805
5461         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
5462         The xxperm and xxpermr instructions require that the 2nd input
5463         operand overlap with the output operand, and not the 1st.
5464         (altivec_vperm_v8hiv16qi): Likewise.
5465         (altivec_vperm_<mode>_uns_internal): Likewise.
5466         (altivec_vpermr_<mode>_internal): Likewise.
5467         (vperm_v8hiv4si): Likewise.
5468         (vperm_v16qiv8hi): Likewise.
5470 2016-07-12  Nathan Sidwell  <nathan@acm.org>
5472         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
5473         when -mno-pic-data-is-text-relative is in effect, by default.
5474         * doc/invoke.texi (mpic-data-is-text-relative): Document new
5475         behavior and clarify.
5477 2016-07-12  Martin Liska  <mliska@suse.cz>
5479         * params.def: Add avg-loop niter.
5480         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
5481         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
5482         * doc/invoke.texi: Document the new parameter.
5484 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5486         PR middle-end/71700
5487         * expr.c (store_constructor): Mask sign-extended bits when widening
5488         sub-word constructor element at the start of a word.
5490 2016-07-12  Martin Liska  <mliska@suse.cz>
5492         * Makefile.in: Append rule for params-options.h.
5493         * params-options.h: New file.
5495 2016-07-12  Martin Liska  <mliska@suse.cz>
5497         * ira-build.c (mark_loops_for_removal): Properly iterate
5498         loops.
5500 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
5501             Richard Biener  <rguenther@suse.de>
5503         PR tree-optimization/23286
5504         PR tree-optimization/70159
5505         * doc/invoke.texi: Document -fcode-hoisting.
5506         * common.opt (fcode-hoisting): New flag.
5507         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
5508         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
5509         (do_regular_insertion): Rename to ...
5510         (do_pre_regular_insertion): ... this and amend general comments
5511         on insertion strathegy.
5512         (do_partial_partial_insertion): Rename to ...
5513         (do_pre_partial_partial_insertion): ... this.
5514         (do_hoist_insertion): New function.
5515         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
5516         and call do_hoist_insertion properly.
5517         (insert): Adjust.
5518         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
5519         (pass_pre::execute): Register hoist_insert stats.
5521 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
5523         PR middle-end/71716
5524         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
5525         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
5526         is different from mode's bitsize.  Small cleanup.
5528 2016-07-12  Richard Biener  <rguenther@suse.de>
5530         PR rtl-optimization/68961
5531         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
5532         to simplify to a non-constant.
5534 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
5536         PR middle-end/71758
5537         * omp-low.c (expand_omp_target): Gimplify device.
5539         PR tree-optimization/71823
5540         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
5541         to get vec_oprnds2 from op2.
5543 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
5545         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
5546         Hoist common subexpressions.
5547         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
5549 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
5551         PR target/71800
5552         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
5553         prevent generation of 'stxsiwx' on pre Power8 hardware.
5555 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
5557         * input.c: Include cpplib.h.
5558         (selftest::temp_source_file): New class.
5559         (selftest::temp_source_file::temp_source_file): New ctor.
5560         (selftest::temp_source_file::~temp_source_file): New dtor.
5561         (selftest::should_have_column_data_p): New function.
5562         (selftest::test_should_have_column_data_p): New function.
5563         (selftest::temp_line_table): New class.
5564         (selftest::temp_line_table::temp_line_table): New ctor.
5565         (selftest::temp_line_table::~temp_line_table): New dtor.
5566         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
5567         it to create a temp_line_table.
5568         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
5569         locations that are known to have column data.
5570         (selftest::line_table_case): New struct.
5571         (selftest::test_reading_source_line): Move tempfile handling
5572         to class temp_source_file.
5573         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
5574         (selftest::assert_token_loc_eq): New function.
5575         (ASSERT_TOKEN_LOC_EQ): New macro.
5576         (selftest::test_lexer): New function.
5577         (selftest::boundary_locations): New array.
5578         (selftest::input_c_tests): Call test_should_have_column_data_p.
5579         Loop over a test matrix of interesting values of location and
5580         default_range_bits, calling test_lexer on each case in the matrix.
5581         Move call to test_accessing_ordinary_linemaps into the matrix.
5582         * selftest.h (ASSERT_EQ): Reimplement in terms of...
5583         (ASSERT_EQ_AT): New macro.
5585 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
5587         PR target/71801
5588         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
5589         Don't convert TImode in debug insn.
5591 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5593         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
5594         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
5595         (tree_type_common::lang_flag_7): New.
5596         (tree_type_common::spare): Reduce size.
5597         * tree.h (TYPE_ALIGN_OK): Remove.
5598         (TYPE_LANG_FLAG_7): New.
5599         (get_inner_reference): Adjust header.
5600         * print-tree.c (print_node): Adjust.
5601         * expr.c (get_inner_reference): Remove parameter keep_aligning.
5602         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
5603         calls to get_inner_reference.
5604         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
5605         handling of TYPE_ALIGN_OK.
5606         * builtins.c (get_object_alignment_2): Adjust call to
5607         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
5608         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
5609         TYPE_ALIGN_OK.
5610         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
5611         * cfgexpand.c (expand_debug_expr): Likewise.
5612         * dbxout.c (dbxout_expand_expr): Likewise.
5613         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
5614         loc_list_from_tree, fortran_common): Likewise.
5615         * fold-const.c (optimize_bit_field_compare,
5616         decode_field_reference, fold_unary_loc, fold_comparison,
5617         split_address_to_core_and_offset): Likewise.
5618         * gimple-laddress.c (execute): Likewise.
5619         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
5620         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
5621         * hsa-gen.c (gen_hsa_addr): Likewise.
5622         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
5623         * tsan.c (instrument_expr): Likewise.
5624         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
5625         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
5626         * tree-affine.c (tree_to_aff_combination,
5627         get_inner_reference_aff): Adjust calls to get_inner_reference.
5628         * tree-data-ref.c (split_constant_offset_1,
5629         dr_analyze_innermost): Likewise.
5630         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
5631         * tree-sra.c (ipa_sra_check_caller): Likewise.
5632         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
5633         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
5634         bswap_replace): Likewise.
5635         * tree-vect-data-refs.c (vect_check_gather,
5636         vect_analyze_data_refs): Likewise.
5637         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
5638         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
5639         TYPE_ALIGN_OK.
5641 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
5643         * Makefile.in (selftest-valgrind): New phony target.
5644         * function-tests.c (selftest::build_cfg): Delete pass instances
5645         created by the test.
5646         (selftest::convert_to_ssa): Likewise.
5647         (selftest::test_expansion_to_rtl): Likewise.
5648         * tree-cfg.c (selftest::test_linear_chain): Release dominator
5649         vectors.
5650         (selftest::test_diamond): Likewise.
5652 2016-07-11  Richard Biener  <rguenther@suse.de>
5654         PR tree-optimization/71816
5655         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
5656         than replacing all of its operands.
5658 2016-07-11  Alan Modra  <amodra@gmail.com>
5660         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
5661         (ctr<mode>): Add unspec.
5662         (ctr<mode>_internal*): Likewise.
5664 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
5666         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
5667         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
5669 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
5671         PR rtl-optimization/71621
5672         * lra-constraints.c (process_alt_operands): Check combination of
5673         reg class and mode.
5675 2016-07-08  Jason Merrill  <jason@redhat.com>
5676             Richard Biener  <rguenther@suse.de>
5678         P0145: Refining Expression Order for C++.
5679         * gimplify.c (initial_rhs_predicate_for): New.
5680         (gimplfy_modify_expr): Gimplify RHS before LHS.
5682 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5684         PR target/71297
5685         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
5686         Allow standard error handling to take over when a wrong number
5687         of arguments is presented to __builtin_vec_ld () or
5688         __builtin_vec_st ().
5690 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
5692         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
5693         variants.
5694         (smin): Likewise.
5695         (fmax): New entry.
5696         (fmin): Likewise.
5697         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
5698         __builtin_aarch64_fmaxv2sf.
5699         (vmaxnmq_f32): Likewise.
5700         (vmaxnmq_f64): Likewise.
5701         (vminnm_f32): Likewise.
5702         (vminnmq_f32): Likewise.
5703         (vminnmq_f64): Likewise.
5705 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
5707         PR target/71806
5708         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
5709         enable -mfloat128-hardware by default.
5710         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
5711         that IEEE 128-bit hardware support needs.
5712         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
5713         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
5714         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
5715         floating point requires.
5716         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
5717         -mfloat128 and -mfloat128-hardware changes.
5719 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
5721         PR tree-optimization/71667
5722         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
5724 2016-07-08  Martin Liska  <mliska@suse.cz>
5726         PR middle-end/71606
5727         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
5728         folding produces SAVE_EXPRs, thus return false for the type.
5730 2016-07-07  Martin Liska  <mliska@suse.cz>
5732         * file-find.c (remove_prefix): New function.
5733         * file-find.h (remove_prefix): Declare the function.
5734         * gcc-ar.c (main): Skip a folder of the wrapper if
5735         a wrapped binary would point to the same file.
5737 2016-07-07  Jan Hubicka  <jh@suse.cz>
5739         * tree-scalar-evolution.c (iv_can_overflow_p): export.
5740         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
5741         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
5743 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
5745         PR ipa/71624
5746         * ipa-inline-analysis.c (compute_inline_parameters): Set
5747         local.can_change_signature to false for intrumentation
5748         thunk callees.
5750 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5752         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
5753         with TARGET_HAVE_MOVT.
5754         (TARGET_HAVE_MOVT): Define.
5755         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
5756         availability with TARGET_HAVE_MOVT.
5757         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
5758         availability.
5759         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
5760         TARGET_THUMB2.
5761         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
5762         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
5763         * config/arm/constraints.md (define_constraint "j"): Use
5764         TARGET_HAVE_MOVT to check MOVT availability.
5766 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5768         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
5770 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5772         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
5773         (armv8-m.main): Likewise.
5774         (armv8-m.main+dsp): Likewise.
5775         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
5776         (FL_FOR_ARCH8M_MAIN): Likewise.
5777         * config/arm/arm-tables.opt: Regenerate.
5778         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
5779         armv8-m.main+dsp to BE8_LINK_SPEC.
5780         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
5781         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
5782         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
5783         Baseline and Mainline.
5784         (arm_option_override_internal): Also disable arm_restrict_it when
5785         !arm_arch_notm.  Update comment for -munaligned-access to also cover
5786         ARMv8-M Baseline.
5787         (arm_file_start): Increase buffer size for printing architecture name.
5788         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
5789         and armv8-m.main+dsp.
5790         (mno-unaligned-access): Clarify that this is disabled by default for
5791         ARMv8-M Baseline architectures as well.
5793 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5795         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
5796         decide whether to prevent some libgcc routines being included for some
5797         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
5798         link between this condition and the one in
5799         libgcc/config/arm/lib1func.S.
5801 2016-07-07  Richard Biener  <rguenther@suse.de>
5803         * tree-ssa-pre.c: Include alias.h.
5804         (compute_avail): If we have multiple VN_REFERENCEs with the
5805         same hashtable entry adjust that to make it a valid replacement
5806         for all of them with respect to alignment and aliasing
5807         when doing insertion.
5808         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
5809         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
5811 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
5813         PR target/70098
5814         PR target/71763
5815         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
5816         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
5817         constraint.
5819 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5821         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
5822         (adjust_mems): Adjust.
5823         (adjust_insn): Likewise.
5824         (prepare_call_arguments): Likewise.
5826 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5828         * gcse.c (struct ls_expr): Make stores field a vector.
5829         (ldst_entry): Adjust.
5830         (free_ldst_entry): Likewise.
5831         (print_ldst_list): Likewise.
5832         (compute_ld_motion_mems): Likewise.
5833         (update_ld_motion_stores): Likewise.
5835 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5837         * gcse.c (struct ls_expr): Remove loads field.
5838         (ldst_entry): Adjust.
5839         (free_ldst_entry): Likewise.
5840         (print_ldst_list): Likewise.
5841         (compute_ld_motion_mems): Likewise.
5843 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5845         * store-motion.c (struct st_expr): Make antic_stores a vector.
5846         (st_expr_entry): Adjust.
5847         (free_st_expr_entry): Likewise.
5848         (print_store_motion_mems): Likewise.
5849         (find_moveable_store): Likewise.
5850         (compute_store_table): Likewise.
5851         (remove_reachable_equiv_notes): Likewise.
5852         (replace_store_insn): Likewise.
5853         (build_store_vectors): Likewise.
5855 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5857         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
5858         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
5860 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
5862         PR tree-optimization/71518
5863         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
5864         misalign also for outer loops with negative step.
5866 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
5868         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
5869         (cortex_a53_shift): Add mov_shift.
5870         (cortex_a53_shift_reg): Add new reservation for register shifts.
5871         (cortex_a53_alu): Remove bfm.
5872         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
5873         (cortex_a53_alu_extr): Add new reservation for EXTR.
5874         (bypasses): Improve bypass modelling.
5876 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
5878         PR target/50739
5879         * config/avr/avr.c (avr_asm_select_section): Strip off
5880         SECTION_DECLARED from flags when calling get_section.
5882 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
5884         * tree-vectorizer.h (vect_memory_access_type): Add
5885         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
5886         * tree-vect-stmts.c (compare_step_with_zero): New function.
5887         (perm_mask_for_reverse): Move further up file.
5888         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
5889         step is negative.
5890         (get_negative_load_store_type): New function.
5891         (get_load_store_type): Call it.  Add an ncopies argument.
5892         (vectorizable_mask_load_store): Update call accordingly and
5893         remove tests for negative steps.
5894         (vectorizable_store, vectorizable_load): Likewise.  Handle new
5895         memory_access_types.
5897 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
5899         * tree-vectorizer.h (vect_memory_access_type): New enum.
5900         (_stmt_vec_info): Add a memory_access_type field.
5901         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
5902         (vect_model_store_cost): Take an access type instead of a boolean.
5903         (vect_model_load_cost): Likewise.
5904         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
5905         vect_model_store_cost and vect_model_load_cost.
5906         * tree-vect-stmts.c (vec_load_store_type): New enum.
5907         (vect_model_store_cost): Take an access type instead of a
5908         store_lanes_p boolean.  Simplify tests.
5909         (vect_model_load_cost): Likewise, but for load_lanes_p.
5910         (get_group_load_store_type, get_load_store_type): New functions.
5911         (vectorizable_store): Use get_load_store_type.  Record the access
5912         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
5913         (vectorizable_load): Likewise.
5914         (vectorizable_mask_load_store): Likewise.  Replace is_store
5915         variable with vls_type.
5917 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
5919         * tree-vectorizer.h (vect_grouped_load_supported): Add a
5920         single_element_p parameter.
5921         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
5922         Check the PR65518 case here rather than in vectorizable_load.
5923         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
5924         * tree-vect-stmts.c (vectorizable_load): Likewise.
5926 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
5928         * tree-vectorizer.h (gather_scatter_info): New structure.
5929         (vect_check_gather_scatter): Return a bool rather than a decl.
5930         Replace return-by-pointer arguments with a single
5931         gather_scatter_info *.
5932         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
5933         (vect_analyze_data_refs): Update call accordingly.
5934         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
5935         (vectorizable_mask_load_store): Likewise.  Also record the
5936         offset dt and vectype in the gather_scatter_info.
5937         (vectorizable_store): Likewise.
5938         (vectorizable_load): Likewise.
5940 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
5942         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
5943         strided groups, use the cost of N scalar accesses instead
5944         of ncopies vector accesses.
5945         (vect_model_load_cost): Likewise.
5947 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
5949         * tree-vect-stmts.c (vect_cost_group_size): Delete.
5950         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
5951         variable to indicate when once-per-group costs are being used.
5952         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
5954 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
5956         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
5957         peeling-for-gaps condition.
5959 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5961         * config/s390/s390.c (s390_expand_vec_init): Force initializer
5962         element to register if it doesn't match general_operand.
5964 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
5965             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5967         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
5968         prototype.
5969         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
5970         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
5971         (SIGNBIT): New mode iterator.
5972         (Fsignbit): New mode attribute.
5973         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
5974         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
5975         when direct moves are available.
5976         (signbit<mode>2_dm): New define_insn_and_split).
5977         (signbit<mode>2_dm2): New define_insn.
5979 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5981         PR rtl-optimization/71594
5982         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
5983         into subregs of appropriate mode before trying to emit a conditional
5984         move.
5986 2016-07-05  Jan Hubicka  <jh@suse.cz>
5988         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
5989         (simple_iv): Use it.
5991 2016-07-05  Jan Hubicka  <jh@suse.cz>
5993         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
5995 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
5997         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
5998         "offmemok".
6000 2016-07-05  Jan Hubicka  <jh@suse.cz>
6002         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
6003         IV can overflow.
6005 2016-07-05  Richard Biener  <rguenther@suse.de>
6007         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
6008         Handle empty else block.
6009         (is_feasible_trace): Likewise.
6010         (split_paths): Likewise.
6012 2016-07-05  Richard Biener  <rguenther@suse.de>
6014         * tree-loop-distribution.c (distribute_loop): Fix issue with
6015         the cost model loop.
6017 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
6019         * config/arm/neon-testgen.ml: Delete.
6020         * config/arm/neon.ml: Delete.
6022 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
6024         PR c++/71739
6025         * tree.c (attribute_value_equal): Use get_attribute_name instead of
6026         directly using TREE_PURPOSE.
6028 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
6030         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
6031         * config/aarch64/aarch64_neon.h: Likewise.
6032         * config/aarch64/arm_neon.h: Likewise.
6033         * config/aarch64/atomics.md: Likewise.
6034         * config/aarch64/aarch64-simd-builtins.def: Likewise.
6035         * doc/invoke.texi: Likewise.
6037 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6039         * config/s390/s390.md: Add "z13" cpu_facility.
6040         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
6041         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
6042         condition" type instructions.
6044 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6045             Jeff Law  <law@redhat.com>
6047         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
6048         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
6050 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
6052         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
6053         permutation for TARGET_AVX512F.
6054         (ix86_expand_vec_one_operand_perm_avx512): New function.
6055         (expand_vec_perm_1): Invoke introduced function.
6056         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
6057         it may be not valid after vectorization.
6059 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6061         PR target/63874
6062         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
6063         typo in comment.  Only force to memory if it is a weak
6064         external reference.
6066 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
6067             Jiong Wang  <jiong.wang@arm.com>
6069         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
6070         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
6071         (AARCH64_FL_F16): New.
6072         (AARCH64_FL_FOR_ARCH8_2): New.
6073         (AARCH64_ISA_8_2): New.
6074         (AARCH64_ISA_F16): New.
6075         (TARGET_FP_F16INST): New.
6076         (TARGET_SIMD_F16INST): New.
6077         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
6078         ("fp"): Disabling "fp" also disables "fp16".
6079         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
6080         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
6081         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
6082         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
6084 2016-07-04  Jan Beulich  <jbeulich@suse.com>
6086         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
6088 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
6090         PR target/71720
6091         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
6092         the insns, use an insn form that does not adjust the offset on
6093         little endian systems.
6095 2016-07-01  Jan Beulich  <jbeulich@suse.com>
6097         * varasm.c (get_variable_section): Validate initializer in
6098         named .bss-like sections.
6100 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6102         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
6103         Exchange the order of the second and third operands in the vpermr
6104         instruction tmeplate.
6106 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
6108         PR target/71698
6109         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
6110         Disallow TDmode values.
6112 2016-07-01  Alan Modra  <amodra@gmail.com>
6114         PR rtl-optimization/71709
6115         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
6116         being set, not referenced.
6118 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
6120         PR tree-optimization/70729
6121         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
6122         of loop since it can be not valid after transformation.
6124 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6126         * config/arm/arm.c (thumb_reload_in_hi): Delete.
6127         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
6129 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
6131         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
6132         for NULL decl.
6134 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
6136         PR target/71677
6137         * config/rs6000/constraints.md (wY constraint): New constraint to
6138         match the requirements for the LXSD and STXSD instructions.
6139         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
6140         predicate to match the requirements for the LXSD and STXSD
6141         instructions.
6142         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
6143         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
6144         to make sure that the bottom 2 bits of offset are 0, the address
6145         form is offsettable, and no updating is done in the address mode.
6146         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
6147         (movdi_internal32): Likewise
6148         (movdi_internal64): Likewise.
6150 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
6152         PR tree-optimization/71707
6153         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
6154         strinfo even for ADDR_EXPR ptr.
6156 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6158         * config/rs6000/altivec.md (darn_32): Change the condition to
6159         TARGET_P9_MISC instead of TARGET_MODULO.
6160         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
6161         condition expression.
6162         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
6163         condition expression.
6164         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
6165         (DFP_TEST): New code iterator.
6166         (dfptstsfi_<code>_mode>): New define_expand.
6167         (*dfp_sgnfcnc_<mode>): New define_insn.
6168         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
6169         definition next to BU_P9_MISC_1 definition and change the MASK
6170         value to RS6000_BTM_P9_MISC.
6171         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
6172         (BU_P9_64BIT_MISC_0): Likewise.
6173         (BU_P9_DFP_MISC_0): New macro definition.
6174         (BU_P9_DFP_MISC_1): New macro definition.
6175         (BU_P9_DFP_MISC_2): New macro definition.
6176         (BU_P9_DFP_OVERLOAD_1): New macro definition.
6177         (BU_P9_DFP_OVERLOAD_2): New macro definition.
6178         (BU_P9_DFP_OVERLOAD_3): New macro definition.
6179         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
6180         (TSTSFI_LT_TD): Likewise.
6181         (TSTSFI_EQ_DD): Likewise.
6182         (TSTSFI_EQ_TD): Likewise.
6183         (TSTSFI_GT_DD): Likewise.
6184         (TSTSFI_GT_TD): Likewise.
6185         (TSTSFI_OV_DD): Likewise.
6186         (TSTSFI_OV_TD): Likewise.
6187         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
6188         (TSTSFI_LT_DD): Likewise.
6189         (TSTSFI_LT_TD): Likewise.
6190         (TSTSFI_EQ): Likewise.
6191         (TSTSFI_EQ_DD): Likewise.
6192         (TSTSFI_EQ_TD): Likewise.
6193         (TSTSFI_GT): Likewise.
6194         (TSTSFI_GT_DD): Likewise.
6195         (TSTSFI_GT_TD): Likewise.
6196         (TSTSFI_OV): Likewise.
6197         (TSTSFI_OV_DD): Likewise.
6198         (TSTSFI_OV_TD): Likewise.
6199         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6200         overloaded test significance functions.
6201         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
6202         OPTION_MASK_P9_MISC into the representation of this mask.
6203         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
6204         of this mask.
6205         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
6206         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
6207         non-zero.
6208         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
6209         argument is a 6-bit unsigned literal value if the icode argument
6210         represents a DFP test significance built-in call.
6211         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
6212         flag used independently and in combination with the
6213         RS6000_BTM_64BIT flag.
6214         (rs6000_opt_masks): Add entry for power9-misc command-line option.
6215         (rs6000_builtin_mask_names): Add entry for power9-misc
6216         command-line option.
6217         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
6218         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
6219         RS6000_BTM_P9_MISC macros.
6220         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
6221         option and change the description of the -mpower9-vector option to
6222         enable only vector instructions, removing its erroneously claimed
6223         support for scalar instructions.
6224         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
6225         the ISA 3.0 digital floating point test significance built-in
6226         functions.
6228 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
6230         * config/aarch64/aarch64.c (cortexa35_tunings):
6231         Enable AES fusion.  Use cortexa57_branch_cost.
6232         (cortexa53_tunings): Use cortexa57_branch_cost.
6233         (cortexa72_tunings): Use cortexa57_branch_cost.
6234         Use AUTOPREFETCHER_WEAK.
6235         (cortexa73_tunings): Use cortexa57_branch_cost.
6237 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6238             James Greenhalgh  <james.greenhalgh@arm.com>
6240         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
6241         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
6242         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
6243         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
6244         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
6245         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
6246         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
6247         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
6248         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
6249         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
6250         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
6251         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
6252         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
6253         New intrinsics.
6255 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
6256             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6258         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
6259         New define_insn.
6260         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
6262 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
6264         PR driver/71651
6265         * gcc.c (driver::build_option_suggestions): Pass "option" to
6266         add_misspelling_candidates.
6267         * opts-common.c (add_misspelling_candidates): Add "option" param;
6268         use it to avoid adding negated forms for options marked with
6269         RejectNegative.
6270         * opts.h (add_misspelling_candidates): Add "option" param.
6272 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
6274         PR middle-end/71693
6275         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
6276         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
6277         first when permuting bitwise operation with rotate.  Cast
6278         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
6280 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
6282         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
6283         for misspelled param names.
6284         * params.c: Include spellcheck.h.
6285         (find_param_fuzzy): New function.
6286         * params.h (find_param_fuzzy): New prototype.
6287         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
6288         * spellcheck.h (struct edit_distance_traits<const char *>):
6289         ...here.
6291 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
6293         * config/rs6000/predicates.md (const_0_to_7_operand): New
6294         predicate, recognize 0..7.
6295         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
6296         support for doing extracts from V16QImode, V8HImode, V4SImode
6297         under ISA 3.0.
6298         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
6299         vector extract support.
6300         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
6301         for ISA 3.0 vector extract.
6302         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
6303         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
6304         extracts of a constant element number from small integer vectors
6305         on 64-bit ISA 3.0 systems.
6306         (vsx_extract_<mode>_di): Likewise.
6307         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
6308         say when we can do ISA 3.0 vector extracts.
6309         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
6310         registers, using the stxsiwx instruction.
6312 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
6314         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
6315         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
6316         qdf24xx_regmove_cost, qdf24xx_tunings): New.
6317         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
6318         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
6319         * config/arm/arm.c (arm_qdf24xx_tune): New.
6321 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
6323         * config/aarch64/aarch64.c (cortexa53_tunings):
6324         Increase loop alignment to 8.  Set function alignment to 16.
6325         (cortexa35_tunings): Likewise.
6326         (cortexa57_tunings): Increase loop alignment to 8.
6327         (cortexa72_tunings): Likewise.
6328         (cortexa73_tunings): Likewise.
6330 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
6332         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
6333         for arm_fp16_ok and arm_fp16_hw.
6334         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
6335         arm_fp16_alternative.
6337 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
6339         PR tree-optimization/71655
6340         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
6341         types when swapping operands.
6343 2016-06-29  Martin Liska  <mliska@suse.cz>
6345         PR middle-end/71585
6346         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
6347         * ipa-inline-transform.c (inline_call): Remove unnecessary call
6348         of build_optimization_node.
6350 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
6352         PR tree-optimization/70729
6353         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
6354         independent in loops having positive safelen value.
6355         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
6356         it may be not valid after vectorization.
6358 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
6360         PR tree-optimization/71625
6361         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
6362         is sorted by ascending list->offset.  If PTR is non-NULL and there is
6363         previous strinfo, call get_stridx_plus_constant.
6364         (get_stridx): Pass exp as second argument to get_addr_stridx.
6365         (addr_stridxptr): Add missing list = list->next, so that there can be
6366         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
6367         the list is sorted by ascending list->offset.
6368         (get_stridx_plus_constant): Adjust so that it can be also called with
6369         ADDR_EXPR instead of SSA_NAME as PTR.
6370         (handle_char_store): Pass NULL_TREE as second argument to
6371         get_addr_stridx.
6373 2016-06-29  Richard Biener  <rguenther@suse.de>
6375         PR rtl-optimization/68961
6376         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
6378 2016-06-29  Richard Biener  <rguenther@suse.de>
6380         PR middle-end/71002
6381         * alias.c (component_uses_parent_alias_set_from): Handle
6382         type punning through union accesses by using the union alias set.
6383         * gimple.c (gimple_get_alias_set): Remove union type punning case.
6385 2016-07-29  Richard Biener  <rguenther@suse.de>
6387         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
6388         precision not matching mode precision.
6390 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
6392         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
6393         pa_output_arg_descriptor.
6394         (call_val_symref_64bit_post_reload): Likewise.
6395         (call_val_powf_64bit_post_reload): Likewise.
6396         (sibcall_internal_symref_64bit): Likewise.
6397         (sibcall_value_internal_symref_64bit): Likewise.
6399 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
6401         PR middle-end/71626
6402         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
6403         a constant, force its SUBREG_REG into memory or register instead
6404         of whole op1.
6406 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
6408         PR target/58655
6409         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
6410         * doc/invoke.texi (AVR Options): Document it.
6412 2016-06-28  Walter Lee  <walt@tilera.com>
6414         * config/tilegx/linux.h: Do not include arch/icache.h
6415         (CLEAR_INSN_CACHE): Provide inlined definition directly.
6416         * config/tilepro/linux.h: Do not include arch/icache.h
6417         (CLEAR_INSN_CACHE): Provide inlined definition directly.
6419 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
6421         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
6422         for big-endian BIT_FIELD_REF.
6424 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
6426         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
6427         ('size' attribute): Add '128'.
6428         Include power9.md.
6429         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
6430         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
6431         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
6432         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
6433         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
6434         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
6435         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
6436         *trunc<mode>df2_odd): Set size attribute to '128'.
6437         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
6438         * config/rs6000/power6.md (power6-fp): Include dfp type.
6439         * config/rs6000/power7.md (power7-fp): Likewise.
6440         * config/rs6000/power8.md (power8-fp): Likewise.
6441         * config/rs6000/power9.md: New file.
6442         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
6443         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
6444         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
6445         htmsimple.
6446         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
6447         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
6448         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
6449         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
6450         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
6451         dfp_dscri_<mode>): Change type attribute to dfp.
6452         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
6453         attribute to vecsimple.
6454         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
6455         and prefetch streams.
6456         (rs6000_option_override_internal): Remove temporary code setting
6457         tuning to power8.  Don't set rs6000_sched_groups for power9.
6458         (last_scheduled_insn): Change to rtx_insn *.
6459         (divide_cnt, vec_load_pendulum): New variables.
6460         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
6461         (rs6000_issue_rate): Set issue rate for Power9.
6462         (is_power9_pairable_vec_type): New.
6463         (power9_sched_reorder2): New.
6464         (rs6000_sched_reorder2): Call new function for Power9 specific
6465         reordering.
6466         (insn_must_be_first_in_group): Remove Power9.
6467         (insn_must_be_last_in_group): Likewise.
6468         (force_new_group): Likewise.
6469         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
6470         Initialize divide_cnt/vec_load_pendulum.
6471         (_rs6000_sched_context, rs6000_init_sched_context,
6472         rs6000_set_sched_context): Handle context save/restore of new
6473         variables.
6475 2016-06-28  Richard Biener  <rguenther@suse.de>
6477         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
6478         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
6479         COMPONENT_REF operand.
6480         (nonoverlapping_component_refs_p): Likewise.
6481         * stor-layout.c (start_bitfield_representative): Mark
6482         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
6484 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
6486         * Makefile.in: Don't cat ../stage_current if it does not exist.
6488         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
6489         last argument is a bit-field.
6491         PR rtl-optimization/71673
6492         * internal-fn.c (expand_arith_overflow_result_store): Use
6493         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
6494         expand_simple_binop.
6496         PR middle-end/66867
6497         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
6498         expand_ifn_atomic_compare_exchange): New functions.
6499         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
6500         * tree.h (build_call_expr_internal_loc): Rename to ...
6501         (build_call_expr_internal_loc_array): ... this.  Fix up type of
6502         last argument.
6503         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
6504         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
6505         ATOMIC_COMPARE_EXCHANGE result.
6506         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
6507         * gimple-fold.h (optimize_atomic_compare_exchange_p,
6508         fold_builtin_atomic_compare_exchange): New prototypes.
6509         * gimple-fold.c (optimize_atomic_compare_exchange_p,
6510         fold_builtin_atomic_compare_exchange): New functions..
6511         * tree-ssa.c (execute_update_addresses_taken): If
6512         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
6513         of call when finding addressable vars, and if such var becomes
6514         non-addressable, call fold_builtin_atomic_compare_exchange.
6516 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
6518         PR target/71670
6519         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
6520         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
6522 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
6524         * config/rs6000/rs6000.md ('type' attribute): Add
6525         veclogical,veccmpfx,vecexts,vecmove insn types.
6526         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
6527         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
6528         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
6529         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
6530         *nabs<mode>2_hw): Change type to vecmove.
6531         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
6532         *boolcc<mode>3_internal, *eqv<mode>3_internal,
6533         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
6534         *ieee_128bit_vsx_abs<mode>2_internal,
6535         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
6536         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
6537         *ieee128_mtvsrd_32bit): Change type to veclogical.
6538         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
6539         *movdi_internal32, *movdi_internal64): Update insn types.
6540         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
6541         vsx_extract_<mode>): Change type to veclogical.
6542         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
6543         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
6544         *vsx_sign_extend_si_v2di): Change type to vecexts.
6545         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
6546         type to veclogical.
6547         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
6548         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
6549         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
6550         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
6551         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
6552         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
6553         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
6554         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
6555         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
6556         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
6557         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
6558         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
6559         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
6560         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
6561         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
6562         (ppc7450-vecsimple): Add veclogical, vecmove.
6563         (ppc7450-veccmp): Add veccmpfx.
6564         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
6565         vecmove.
6566         (ppc8540_vector_compare): Add veccmpfx.
6567         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
6568         * config/rs6000/cell.md (cell-fp): Add fpsimple.
6569         (cell-vecsimple): Add veclogical, vecmove.
6570         (cell-veccmp): Add veccmpfx.
6571         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
6572         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
6573         veccmpfx.
6574         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
6575         * config/rs6000/power4.md (power4-fp): Add fpsimple.
6576         (power4-vecsimple): Add veclogical, vecmove.
6577         (power4-veccmp): Add veccmpfx.
6578         * config/rs6000/power5.md (power5-fp): Add fpsimple.
6579         * config/rs6000/power6.md (power6-fp): Add fpsimple.
6580         (power6-vecsimple): Add veclogical, vecmove.
6581         (power6-veccmp): Add veccmpfx.
6582         * config/rs6000/power7.md (power7-fp): Add fpsimple.
6583         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
6584         * config/rs6000/power8.md (power8-fp): Add fpsimple.
6585         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
6586         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
6587         * config/rs6000/titan.md (titan_fp): Add fpsimple.
6588         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
6589         fpsimple.
6590         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
6592 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
6594         PR target/71656
6595         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
6596         OPTION_MASK_P9_DFORM_VECTOR.
6597         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
6598         disable -mpower9-dform-vector when using reload.
6599         (quad_address_p): Remove 'gpr_p' argument and all associated code.
6600         New 'strict' argument.  Update all callers.  Add strict addressing
6601         support.
6602         (rs6000_legitimate_offset_address_p): Remove call to
6603         virtual_stack_registers_memory_p.
6604         (rs6000_legitimize_reload_address): Add quad address support.
6605         (rs6000_legitimate_address_p): Move call to quad_address_p above
6606         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
6607         to account for new strict usage.
6608         (rs6000_output_move_128bit): Adjust quad_address_p args to account
6609         for new strict usage.
6610         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
6612 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
6614         PR target/70902
6615         PR target/71453
6616         PR target/71555
6617         PR target/71596
6618         PR target/71657
6619         * config/i386/i386.c (ix86_spill_class): Disable condition to
6620         always return NO_REGS.
6622 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
6624         * predict.c: Include gimple-pretty-print.h
6625         (predicted_by_loop_heuristics_p): Check also
6626         PRED_LOOP_EXIT_WITH_RECURSION
6627         (predict_loops): Find self recursive calls and use special purpose
6628         predictors for them; dump log about decisions.
6629         (pass_profile::execute): Dump info about #of iterations.
6630         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
6631         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
6633 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
6635         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
6636         output_asm_insn calls and shorten long lines.  Output .CALL
6637         argument descriptor using pa_output_arg_descriptor.  Add various
6638         inline $$dyncall and other optimizations.
6639         (pa_attr_length_indirect_call): Adjust ordering and lengths.
6641 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
6643         PR tree-optimization/71643
6644         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
6645         EH preds.
6647         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
6648         leak a bitmap if dep_bb is NULL.
6650         PR tree-optimization/71631
6651         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
6652         to rewrite_expr_tree even if negate_result, move new_lhs var
6653         declaration and initialization earlier, for powi_result set afterwards
6654         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
6655         if new_lhs != lhs, and don't shadow gsi var.
6657 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
6659         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
6660         Add in_loop parameter.
6661         (predict_loops): Add loop guard heuristics.
6662         * predict.def (PRED_LOOP_GUARD): New heuristics.
6664 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
6666         * predict.c: Include ipa-utils.h
6667         (tree_bb_level_prediction): Predict recursive calls.
6668         (tree_estimate_probability_bb): Skip inexpensive calls for call
6669         predictor.
6670         * predict.def (PRED_RECURSIVE_CALL): New.
6672 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6674         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
6675         (BU_FLOAT128_1): Likewise.
6676         (FABSQ): Likewise.
6677         (COPYSIGNQ): Likewise.
6678         (RS6000_BUILTIN_NANQ): Likewise.
6679         (RS6000_BUILTIN_NANSQ): Likewise.
6680         (RS6000_BUILTIN_INFQ): Likewise.
6681         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
6682         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
6683         (TARGET_FOLD_BUILTIN): New #define.
6684         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
6685         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
6686         (rs6000_fold_builtin): New target hook implementation, handling
6687         folding of 128-bit NaNs and infinities.
6688         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
6689         entries are filled in to avoid problems during bootstrap
6690         self-test; define builtins for 128-bit NaNs and infinities.
6691         (rs6000_opt_mask): Add entry for float128.
6692         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
6693         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
6694         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
6695         (const_str_type_node): New #define.
6696         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
6697         to a define_expand that dispatches to either copysign<mode>3_soft
6698         or copysign<mode>3_hard.
6699         (copysign<mode>3_hard): Rename from copysign<mode>3.
6700         (copysign<mode>3_soft): New define_insn.
6701         * doc/extend.texi: Document new builtins.
6703 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
6705         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
6706         PRIu64 instead of lu.
6708 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
6710         PR debug/71642
6711         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
6712         copy the type name.
6714 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
6716         PR tree-optimization/71647
6717         * omp-low.c (lower_rec_input_clauses): Convert
6718         omp_clause_aligned_alignment (c) to size_type_node for the
6719         last argument of __builtin_assume_aligned.
6721 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
6723         * configure.ac (calling ___tls_get_addr via GOT): New
6724         assembler/linker check.
6725         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
6726         assembler and linker supports calling ___tls_get_addr via GOT.
6727         Otherise, defined to 0.
6728         * config.in: Regenerated.
6729         * configure: Likewise.
6730         * config/i386/constraints.md (Yb): New constraint.
6731         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
6732         (REG_CLASS_NAMES): Likewise.
6733         (REG_CLASS_CONTENTS): Likewise.
6734         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
6735         the b constraint with the Yb constraint.  Call ___tls_get_addr
6736         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
6737         is 1.
6738         (*tls_local_dynamic_base_32_gnu): Likewise.
6739         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
6740         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
6741         (*tls_local_dynamic_base_64_<mode>): Likewise.
6743 2016-06-24  Martin Liska  <mliska@suse.cz>
6745         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
6746         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
6747         few functions.
6748         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
6749         argument to true if the expected number of iterations is
6750         loop-based.
6752 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
6754         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
6755         assemble for 32bit target.
6756         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
6757         and $ld_ix86_gld_32_opt to link for 32bit target.
6758         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
6759         * configure: Regenerate.
6761 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6763         * config/arm/arm.c (int_log2): Delete definition and prototype.
6764         (shift_op): Use exact_log2 instead of int_log2.
6765         (vfp3_const_double_for_fract_bits): Likewise.
6767 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
6769         * internal-fn.c (expand_arith_set_overflow): New function.
6770         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
6771         Use it.
6772         (expand_arith_overflow_result_store): Likewise.  Handle precision
6773         smaller than mode precision.
6774         * tree-vrp.c (extract_range_basic): For imag part, handle
6775         properly signed 1-bit precision result.
6776         * doc/extend.texi (__builtin_add_overflow): Document that last
6777         argument can't be pointer to enumerated or boolean type.
6778         (__builtin_add_overflow_p): Document that last argument can't
6779         have enumerated or boolean type.
6781 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
6782             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6784         * config/rs6000/predicates.md (splat_input_operand): Rework.
6785         Don't allow constants, since the insns that use this predicate
6786         don't support constants.  Constants are handled by other insns
6787         that are created via combine.  During and after register
6788         allocation, only allow indexed or indirect addresses, and not
6789         general addresses.  Only allow modes supported by the hardware.
6790         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
6791         comment.  Move check for using VSPLTIS<x> to a common location,
6792         instead of doing it in two different places.
6794 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
6796         * config/i386/driver-i386.c (host_detect_local_cpu): Set
6797         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
6798         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
6799         signature_CENTAUR_ebx.
6801 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
6803         PR target/66232
6804         PR target/67400
6805         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
6806         (as_ix86_gas_32_opt): This.
6807         (ld_ix86_tls_ldm_opt): Renamed to ...
6808         (ld_ix86_gld_32_opt): This.
6809         (R_386_TLS_LDM reloc): Updated.
6810         (R_386_GOT32X reloc): New assembler/linker check.
6811         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
6812         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
6813         defined to 0.
6814         * config.in: Regenerated.
6815         * configure: Likewise.
6816         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
6817         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
6818         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
6819         if ix86_force_load_from_GOT_p returns true.
6820         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
6821         ix86_force_load_from_GOT_p returns true.
6822         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
6823         the external function address via the GOT slot.
6824         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
6825         HAVE_AS_IX86_GOT32X before returning false.
6826         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
6827         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
6829 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
6831         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
6833 2016-06-23  Andi Kleen  <ak@linux.intel.com>
6835         * Makefile.in: Regenerate.
6836         * doc/install.texi: Document autoprofiledbootstrap.
6838 2016-06-23  Andi Kleen  <ak@linux.intel.com>
6840         * config/i386/gcc-auto-profile: New file.
6842 2016-06-23  Martin Liska  <mliska@suse.cz>
6844         PR middle-end/71619
6845         * predict.c (predict_loops): Revert the hunk that was removed
6846         in r237103.
6848 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
6850         * config.gcc: Add support for arm*-*-phoenix* targets.
6851         * config/arm/t-phoenix: New.
6852         * config/phoenix.h: New.
6854 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
6855             H.J. Lu  <hongjiu.lu@intel.com>
6857         PR target/67400
6858         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
6859         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
6860         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
6861         ix86_force_load_from_GOT_p returns true.
6862         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
6863         ix86_force_load_from_GOT_p returns true.
6864         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
6865         ix86_force_load_from_GOT_p returns true.
6866         (ix86_expand_move): Load the external function address via the
6867         GOT slot if ix86_force_load_from_GOT_p returns true.
6868         * config/i386/predicates.md (x86_64_immediate_operand): Return
6869         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
6870         (x86_64_zext_immediate_operand): Ditto.
6872 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
6874         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
6876 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
6878         PR c/70339
6879         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
6880         * diagnostic.c (pedwarn_at_rich_loc): New function.
6881         * spellcheck.h (best_match::best_match): Add a
6882         "best_distance_so_far" optional parameter.
6883         (best_match::set_best_so_far): New method.
6884         (best_match::get_best_distance): New accessor.
6885         (best_match::get_best_candidate_length): New accessor.
6887 2016-06-22  Nick Clifton  <nickc@redhat.com>
6889         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
6890         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
6891         modes are accepted as well.
6892         (ucompare_loc_descriptor): Likewise.
6893         (minmax_loc_descriptor): Likewise.
6894         (clz_loc_descriptor): Likewise.
6895         (popcount_loc_descriptor): Likewise.
6896         (bswap_loc_descriptor): Likewise.
6897         (rotate_loc_descriptor): Likewise.
6898         (mem_loc_descriptor): Likewise.
6899         (loc_descriptor): Likewise.
6901 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
6903         * common.opt (fdiagnostics-parseable-fixits): New option.
6904         * diagnostic.c: Include "selftest.h".
6905         (print_escaped_string): New function.
6906         (print_parseable_fixits): New function.
6907         (diagnostic_report_diagnostic): Call print_parseable_fixits.
6908         (selftest::assert_print_escaped_string): New function.
6909         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
6910         (selftest::test_print_escaped_string): New function.
6911         (selftest::test_print_parseable_fixits_none): New function.
6912         (selftest::test_print_parseable_fixits_insert): New function.
6913         (selftest::test_print_parseable_fixits_remove): New function.
6914         (selftest::test_print_parseable_fixits_replace): New function.
6915         (selftest::diagnostic_c_tests): New function.
6916         * diagnostic.h (struct diagnostic_context): Add field
6917         "parseable_fixits_p".
6918         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
6919         -fdiagnostics-parseable-fixits.
6920         (-fdiagnostics-parseable-fixits): New option.
6921         * opts.c (common_handle_option): Handle
6922         -fdiagnostics-parseable-fixits.
6923         * selftest-run-tests.c (selftest::run_tests): Call
6924         selftest::diagnostic_c_tests.
6925         * selftest.h (selftest::diagnostic_c_tests): New prototype.
6927 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
6929         PR tree-optimization/71488
6930         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
6931         comparison of boolean vectors.
6932         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
6933         of boolean vectors using bitwise operations.
6935 2016-06-22  Andreas Schwab  <schwab@suse.de>
6937         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
6938         Remove declaration.
6940 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
6942         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
6944 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6946         * config/i386/i386.c (print_reg): Emit an error message on attempt to
6947         print FLAGS_REG.
6949 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6951         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
6952         * config/arm/arm-cores.def (cortex-a73): New entry.
6953         (cortex-a73.cortex-a35): Likewise.
6954         (cortex-a73.cortex-a53): Likewise.
6955         * config/arm/arm-tables.opt: Regenerate.
6956         * config/arm/arm-tune.md: Likewise.
6957         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
6958         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
6959         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
6960         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
6961         * doc/invoke.texi (ARM Options): Document cortex-a73,
6962         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
6964 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6966         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
6967         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
6968         (cortex-a73.cortex-a35): Likewise.
6969         (cortex-a73.cortex-a53): Likewise.
6970         * config/aarch64/aarch64-tune.md: Regenerate.
6971         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
6972         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
6973         -mcpu and -mtune.
6975 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6977         * configure.ac (gcc_cv_as_compress_debug): Remove
6978         --compress-debug-sections as extra as switch.
6979         Handle gas --compress-debug-sections=type.
6980         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
6981         Handle gld --compress-debug-sections=type.
6982         * configure: Regenerate.
6984 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6986         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
6988 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
6990         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
6991         (do_rewrite): likewise.
6993 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6995         * common/config/mep/mep-common.c: Remove.
6996         * config.gcc: Remove mep-* support.
6997         * config/mep/constraints.md: Remove.
6998         * config/mep/default.h: Remove.
6999         * config/mep/intrinsics.h: Remove.
7000         * config/mep/intrinsics.md: Remove.
7001         * config/mep/ivc2-template.h: Remove.
7002         * config/mep/mep-c5.cpu: Remove.
7003         * config/mep/mep-core.cpu: Remove.
7004         * config/mep/mep-default.cpu: Remove.
7005         * config/mep/mep-ext-cop.cpu: Remove.
7006         * config/mep/mep-intrin.h: Remove.
7007         * config/mep/mep-ivc2.cpu: Remove.
7008         * config/mep/mep-pragma.c: Remove.
7009         * config/mep/mep-protos.h: Remove.
7010         * config/mep/mep.c: Remove.
7011         * config/mep/mep.cpu: Remove.
7012         * config/mep/mep.h: Remove.
7013         * config/mep/mep.md: Remove.
7014         * config/mep/mep.opt: Remove.
7015         * config/mep/predicates.md: Remove.
7016         * config/mep/t-mep: Remove.
7017         * doc/install.texi: Remove mep-* documentation.
7018         * doc/md.texi: Likewise.
7020 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7022         * config.gcc: Remove support for avr-rtems.
7023         * config/avr/gen-avr-mmcu-specs.c: Likewise.
7024         * config/avr/rtems.h: Remove.
7025         * config/avr/t-rtems: Remove.
7027 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7029         * config.gcc: Remove m32r-rtems support.
7030         * config/m32r/rtems.h: Remove.
7032 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7034         * config.gcc: Remove h8300-rtems support.
7035         * config/h8300/rtems.h: Remove.
7036         * config/h8300/t-rtems: Remove.
7038 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7040         * config.gcc: Remove support for knetbsd.
7041         * configure.ac: Likewise.
7042         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
7043         * config/knetbsd-gnu.h: Remove.
7044         * configure: Regenerate.
7046 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7048         * config.gcc: Remove support for openbsd 2 and 3.
7049         * config/openbsd-oldgas.h: Remove.
7051 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7053         * config.gcc: Remove interix support.
7054         * config/i386/i386-interix.h: Remove.
7055         * config/i386/interix.opt: Remove.
7056         * config/i386/t-interix: Remove.
7057         * configure: Regenerate.
7058         * configure.ac: Remove interix support.
7059         * doc/install.texi: Remove interix documentation.
7061 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7063         * config/rs6000/rs6000.h: Add conditional preprocessing directives
7064         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
7065         not defined.
7067 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
7069         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
7070         they are both PLACEHOLDER_EXPRs.
7072 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
7074         * stor-layout.c (layout_type): Move setting complex MODE to
7075         layout_type, instead of setting it ahead of time by the caller.
7076         * tree.c (build_complex_type): Likewise.
7078 2016-06-21  Martin Liska  <mliska@suse.cz>
7080         * predict.c (force_edge_cold): Replace imposisble with
7081         impossible.
7083 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
7085         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
7086         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
7088 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
7090         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
7092 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
7093             Ilya Enkovich  <ilya.enkovich@intel.com>
7095         PR target/71549
7096         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
7097         New member function to convert V1TImode register to SUBREG
7098         TImode in debug insn.
7099         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
7100         after changing register mode to V1TImode.
7102 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
7104         * config/aarch64/aarch64-cores.def (vulcan): New core.
7105         * config/aarch64/aarch64-tune.md: Regenerate.
7106         * doc/invoke.texi: Document vulcan as an available option.
7108 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
7110         * cse.c (canon_asm_operands): New function extracted from...
7111         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
7112         either standalone or member of a PARALLEL.
7114 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
7116         PR target/30417
7117         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
7118         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
7119         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
7121 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
7123         PR target/71103
7124         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
7125         constant addresses if can_create_pseudo_p.
7127 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
7129         PR tree-optimization/71588
7130         * tree-ssa-strlen.c (valid_builtin_call): New function.
7131         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
7132         it.
7134 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
7136         PR middle-end/71581
7137         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
7138         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
7139         for conversion of scalar user var to complex type and use the
7140         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
7141         punt.
7143         PR rtl-optimization/71591
7144         * toplev.c (toplev::run_self_tests): If no_backend, complain and
7145         don't run any tests.
7147 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
7149         PR target/71571
7150         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
7151         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
7152         space for PIC with non-v32 and the common non-PIC "jump".
7154 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
7156         PR target/71559
7157         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
7158         returned values and add UN*/LTGT/*ORDERED cases with values matching
7159         D operand modifier on vcmp for AVX.
7161 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
7163         * config/aarch64/aarch64.opt
7164         (mpc-relative-literal-loads): Rename internal option name.
7165         * config/aarch64/aarch64.c
7166         (aarch64_nopcrelative_literal_loads): Rename to
7167         aarch64_pcrelative_literal_loads.
7168         (aarch64_expand_mov_immediate): Likewise.
7169         (aarch64_secondary_reload): Likewise.
7170         (aarch64_can_use_per_function_literal_pools_p): Likewise.
7171         (aarch64_override_options_after_change_1): Rename and simplify logic.
7172         (aarch64_classify_symbol): Merge large model checks into switch,
7173         remove pc-relative load check.
7175 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
7177         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
7178         costs relative to the cost of a register move.
7180 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
7182         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
7183         (vcvt_n_f64_u64): Likewise.
7184         (vcvt_n_s64_f64): Likewise.
7185         (vcvt_n_u64_f64): Likewise.
7186         (vcvt_f64_s64): Likewise.
7187         (vrecpe_f64): Likewise.
7188         (vcvt_f64_u64): Likewise.
7189         (vrecps_f64): Likewise.
7191 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
7193         * config/aarch64/aarch64.md
7194         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
7195         iterators.
7196         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
7197         attributes.
7198         * config/aarch64/aarch64-builtins.c
7199         (aarch64_types_binop_uss_qualifiers): Delete.
7200         (TYPES_BINOP_USS): Likewise.
7201         (aarch64_types_binop_sus_qualifiers): Likewise.
7202         (TYPES_BINOP_SUS): Likewise.
7203         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
7204         (TYPES_FCVTIMM_SUS): Likewise.
7205         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
7206         rather than BINOP.
7207         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
7208         (fcvtzs): Use SHIFTIMM rather than BINOP.
7209         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
7211 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
7213         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
7214         costs relative to the cost of a register move.
7216 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
7218         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
7219         Allow scalar/single vector modes to be tieable.
7221 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
7223         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
7225 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7227         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
7228         "alignement".
7229         * tree.h (TYPE_ALIGN): Likewise.
7231 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
7233         PR target/71103
7234         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
7236 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
7238         * config/avr/avr.c (avr_print_operand): Fix "format not a string
7239         literal" build warnings.
7240         (avr_print_operand_address): Dito.
7242 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
7244         PR target/71375
7245         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
7246         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
7248 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
7250         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
7252 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
7254         PR bootstrap/71435
7255         * reload1.c (reload): Pass 0 to finish_spills when called because
7256         update_eliminables_and_spill returns true and remove did_spill.
7257         (finish_spills): Adjust comment and document GLOBAL parameter.
7259 2016-06-17  DJ Delorie  <dj@redhat.com>
7261         PR target/71338
7262         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
7263         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
7264         (umulqihi3_virt): Likewise.
7265         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
7266         (umulqihi3_real): Likewise.
7268 2016-06-17  Martin Liska  <mliska@suse.cz>
7270         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
7272 2016-06-17  Martin Liska  <mliska@suse.cz>
7274         * predict.def: PRED_LOOP_EXIT from 92 to 85.
7276 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
7278         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
7279         __FAST_MATH__.
7280         (vaddq_f32): Likewise.
7281         (vmul_f32): Likewise.
7282         (vmulq_f32): Likewise.
7283         (vsub_f32): Likewise.
7284         (vsubq_f32): Likewise.
7286 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
7288         PR tree-optimization/71347
7289         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
7290         cost for all uses in group.
7292 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
7294         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
7295         insert gimple seq if it's not empty.
7297 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
7299         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
7300         member OFFSET.
7301         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
7302         rather than OFFSET.
7303         (comp_dr_with_seg_len_pair): Ditto.
7304         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
7305         struct dr_with_seg_len_pair against DR_OFFSET.
7306         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
7307         DR_OFFSET directly.
7309 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7311         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
7313 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
7315         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
7316         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
7317         (pa_output_millicode_call): Likewise.
7318         (pa_output_call): Likewise.
7319         (pa_output_indirect_call): Likewise.
7320         (pa_asm_output_mi_thunk): Likewise.
7322 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7324         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
7326 2016-06-16  Martin Liska  <mliska@suse.cz>
7328         * predict.c (combine_predictions_for_insn): When we find a first
7329         match predictor, we should consider just predictors with
7330         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
7331         DS theory predictor.
7332         (combine_predictions_for_bb): Likewise.
7334 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
7336         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
7337         with base of reference to struct.
7339 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
7341         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
7343 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
7345         PR target/71151
7346         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
7347         progmem_swtable_section.
7348         (progmem_swtable_section): Remove.
7349         (avr_asm_function_rodata_section): Remove.
7350         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
7351         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
7353 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
7355         * config/i386/driver-i386.c (host_detect_local_cpu): Set
7356         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
7357         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
7358         signature_CENTAUR_ebx.
7359         * config/i386/i386.c (ix86_option_override_internal): Add
7360         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
7361         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
7362         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
7364 2016-06-16  Martin Liska  <mliska@suse.cz>
7366         * predict.def: Add fortran loop preheader predictor.
7367         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
7368         fold IFN_BUILTIN_EXPECT with a known constant argument.
7370 2016-06-16  Martin Liska  <mliska@suse.cz>
7372         * predict.def: Add 'Fortran' to display text of all
7373         PRED_FORTRAN_* predictors.
7375 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
7377         PR target/71242
7378         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
7379         [IA64_BUILTIN_NANSQ]: Ditto.
7380         (ia64_fold_builtin): New function.
7381         (TARGET_FOLD_BUILTIN): New define.
7382         (ia64_init_builtins) Declare const_string_type node.
7383         Add __builtin_nanq and __builtin_nansq builtin functions.
7384         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
7386 2016-06-16  Nick Clifton  <nickc@redhat.com>
7388         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
7389         MSP430_HWMULT_ prefix to enum values.
7390         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
7391         * config/msp430/msp430.c: Update use of enum values.
7392         * config/msp430/msp430.md: Likewise.
7393         * config/msp430/msp430.opt: Likewise.
7395 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
7397         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
7398         of comparsions in the last iteration.
7400 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
7401             Joern Rennecke  <joern.rennecke@embecosm.com>
7403         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
7404         addresses.
7405         (arc_needs_pcl_p): Add GOTOFFPC.
7406         (arc_legitimate_pic_addr_p): Likewise.
7407         (arc_output_pic_addr_const): Likewise.
7408         (arc_legitimize_pic_address): Generate a pc-relative address using
7409         GOTOFFPC.
7410         (arc_output_libcall): Use @pcl syntax.
7411         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
7412         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
7413         (*movsi_insn): Use @pcl syntax.
7414         (doloop_begin_i): Likewise.
7416 2016-06-16  Martin Liska  <mliska@suse.cz>
7418         * predict.def: Define a new predictor.
7420 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
7422         * config/arc/arc.opt (mtp-regno): Update text.
7424 2016-06-16  Renlin Li  <renlin.li@arm.com>
7426         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
7428 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
7430         PR target/71554
7431         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
7432         (setcc + and peephole2): Likewise.
7434         PR rtl-optimization/71532
7435         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
7436         memory slots.
7438 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
7440         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
7441         DImode constants with XXSPLTIB in vector registers.
7442         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
7443         vsx_extract_<mode>_internal{1,2} into a single insn that handles
7444         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
7445         extraction of the element at the top of the register as a scalar
7446         value.
7447         (vsx_extract_<mode>_internal1): Likewise.
7448         (vsx_extract_<mode>_internal2): Likewise.
7449         * config/rs6000/constraints.md (wi constraint): Remove a comment
7450         about DImode not being allowed in Altivec registers.
7451         (wB constraint): New constraint for constants that can be
7452         generated in Altivec registers with VSPLTISW/VUPKHSW.
7453         * config/rs6000/predicates.md (xxspltib_constant_split): Update
7454         comments.
7455         (xxspltib_constant_nosplit): Likewise.
7456         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
7457         support for -mupper-regs-di to enable DImode to go into Altivec
7458         registers.
7459         (POWERPC_MASKS): Likewise.
7460         (power7 cpu): Likewise.
7461         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
7462         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
7463         for DImode being allowed in Altivec registers.  Update wi/wj
7464         constraints.  Set scalar_in_vmx_p flag.
7465         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
7466         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
7467         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
7468         (rs6000_opt_masks): Add -mupper-regs-di.
7469         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
7470         direct move to use wi and not wj.
7471         (lfiwzx): Likewise.
7472         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
7473         alternative.
7474         (floatunssi<mode>2_lfiwzx_mem): Likewise.
7475         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
7476         any VSX register, instead of just Altivec registers, to allow
7477         either operand to be an Altivec register or both.
7478         (fixuns_trunc<mode>di2_fctiduz): Likewise.
7479         (movdi_internal32): Add support for -mupper-regs-di.  Add support
7480         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
7481         the alternatives and attributes to be lined up to be easier to
7482         read.
7483         (movdi_internal64): Likewise.
7484         (64-bit DImode splitters): Change predicates to only split loading
7485         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
7486         load constants in ISA 3.0 or ISA 2.07 respectively.
7487         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
7488         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
7489         mention -mcpu=power9 sets these options.
7490         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
7491         wB constraint.
7493 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
7495         PR target/67353
7496         * config/avr/avr.c (avr_set_current_function): Warn misspelled
7497         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
7498         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
7499         by default to warn misspelled interrupt/ signal handler.
7500         * doc/invoke.texi (AVR Options): Document it. Update description
7501         for -nodevicelib option.
7503 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7505         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
7506         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
7507         (aarch64_<sur>shll2_n<mode>): Likewise.
7509 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
7511         PR middle-end/71529
7512         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
7513         DECL_CONTEXT for copied arguments.
7515 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
7517         PR tree-optimization/71483
7518         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
7519         for slp
7521 2016-06-15  Martin Liska  <mliska@suse.cz>
7523         * predict.c (tree_predict_by_opcode): Call predict_edge_def
7524         instead of predict_edge w/o a probability.
7526 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
7528         PR tree-optimization/71439
7529         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
7530         live PHIs.
7532 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7534         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
7535         register subregs in SET_SRC.
7537 2016-06-15  Richard Biener  <rguenther@suse.de>
7539         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
7540         store restrictions.
7542 2016-06-15  Richard Biener  <rguenther@suse.de>
7544         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
7545         not consider dependences between accesses that belong to the
7546         same group.
7547         (vect_analyze_data_ref_dependences): Do not analyze read-read
7548         or self-dependences.
7550 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
7552         * spellcheck-tree.c: Include spellcheck-tree.h rather than
7553         spellcheck.h.
7554         (find_closest_identifier): Reimplement in terms of
7555         best_match<tree,tree>.
7556         * spellcheck-tree.h: New file.
7557         * spellcheck.c (struct edit_distance_traits<const char *>): New
7558         struct.
7559         (find_closest_string): Reimplement in terms of
7560         best_match<const char *, const char *>.
7561         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
7562         overload to spellcheck-tree.h.
7563         (find_closest_identifier): Likewise.
7564         (struct edit_distance_traits<T>): New template.
7565         (class best_match): New class.
7567 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
7569         * selftest-run-tests.c (selftest::run_tests): Call
7570         selftest::spellcheck_tree_c_tests.
7571         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
7572         * spellcheck-tree.c: Include selftest.h and stringpool.h.
7573         (selftest::test_find_closest_identifier): New function.
7574         (selftest::spellcheck_tree_c_tests): New function.
7575         * spellcheck.c (selftest::test_find_closest_string): Verify that
7576         the order of the vec does not affect the results for this case.
7577         (selftest::test_data): New array.
7578         (selftest::test_metric_conditions): New function.
7579         (selftest::spellcheck_c_tests): Add a test of case-comparison.
7580         Call selftest::test_metric_conditions.
7582 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7584         * config/rs6000/rs6000-builtin.def (commentary): Typo.
7585         (BU_P9_MISC_1): Likewise.
7586         (BU_P9_64BIT_MISC_0): Likewise.
7587         (BU_P9_MISC_0): Likewise.
7589 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
7591         * gcc-rich-location.c
7592         (gcc_rich_location::add_fixit_misspelled_id): New method.
7593         * gcc-rich-location.h
7594         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
7596 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
7598         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
7599         FreeBSD 11 and above.
7601 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
7603         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
7605 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7607         * expmed.h: Close parenthesis in "at your option" in copyright
7608         boilerplate.
7609         * lower-subreg.h: Likewise.
7611 2016-06-14  Richard Biener  <rguenther@suse.de>
7613         PR middle-end/71526
7614         * genmatch.c (expr::gen_transform): Use in_type for comparisons
7615         if available.
7617 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7619         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
7620         New function.
7621         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
7622         mask+shift version.
7623         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
7624         New prototype.
7625         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
7626         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
7628 2016-06-14  Richard Biener  <rguenther@suse.de>
7630         PR tree-optimization/71522
7631         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
7632         copying into float copying.
7634 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
7636         PR tree-optimization/71520
7637         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
7638         (replace_block_by): Move user labels from bb1 to bb2.
7640 2016-06-14  Richard Biener  <rguenther@suse.de>
7642         PR middle-end/71310
7643         PR bootstrap/71510
7644         * expr.h (get_bit_range): Declare.
7645         * expr.c (get_bit_range): Export.
7646         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
7647         word_mode again to constrain the bitfield access.
7649 2016-06-14  Richard Biener  <rguenther@suse.de>
7651         PR tree-optimization/71521
7652         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
7653         division int_const_binop against zero divisor.
7655 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
7657         * config/i386/i386.md (signbittf2): New expander.
7658         * config/i386/sse.md (ptesttf2): New insn pattern.
7660 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
7662         PR bootstrap/71481
7663         * input.c (selftest::test_reading_source_line): Avoid reading from
7664         __FILE__ by creating a tempfile with known content and reading
7665         from that instead.
7667 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
7669         * pretty-print.c (assert_pp_format_colored): Skip the test if
7670         GCC_COLORS is set.
7671         (test_pp_format): Remove comment about GCC_COLORS.
7673 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
7675         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
7676         * pretty-print.c (assert_pp_format_va): Add location param and use
7677         it with ASSERT_STREQ_AT.
7678         (assert_pp_format): Add location param and pass it to
7679         assert_pp_format_va.
7680         (assert_pp_format_colored): Likewise.
7681         (ASSERT_PP_FORMAT_1): New.
7682         (ASSERT_PP_FORMAT_2): New.
7683         (ASSERT_PP_FORMAT_3): New.
7684         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
7685         explicitly, or implicitly via the above macros.
7686         * selftest.c (selftest::pass): Use a selftest::location rather
7687         than file and line.
7688         (selftest::fail): Likewise.  Print the function name.
7689         (selftest::fail_formatted): Likewise.
7690         (selftest::assert_streq): Use a selftest::location rather than
7691         file and line.
7692         * selftest.h (selftest::location): New struct.
7693         (SELFTEST_LOCATION): New macro.
7694         (selftest::pass): Accept a const location & rather than file
7695         and line.
7696         (selftest::fail): Likewise.
7697         (selftest::fail_formatted): Likewise.
7698         (selftest::assert_streq): Likewise.
7699         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
7700         (ASSERT_FALSE): Likewise.
7701         (ASSERT_EQ): Likewise.
7702         (ASSERT_NE): Likewise.
7703         (ASSERT_STREQ): Likewise.
7704         (ASSERT_PRED1): Likewise.
7705         (ASSERT_STREQ_AT): New macro.
7707 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
7709         * selftest.c (selftest::fail_formatted): New function.
7710         (selftest::assert_streq): New function.
7711         * selftest.h (selftests::fail_formatted): New decl.
7712         (selftest::assert_streq): New decl.
7713         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
7715 2016-06-13  Jeff Law  <law@redhat.com>
7717         PR tree-optimization/71403
7718         * tree-ssa-threadbackward.c
7719         (convert_and_register_jump_thread_path): No longer accept reference
7720         to path.  Do not pop items off the path anymore.
7721         (fsm_find_control_statement_thread_paths): Do not allow threading
7722         to a deeper loop nest.  Pop the last item off the path here rather
7723         than in convert_and_register_jump_thread_path.
7725 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
7726             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
7728         [AArch64] Emit division using the Newton series
7730         * config/aarch64/aarch64-protos.h
7731         (cpu_approx_modes): Add new member "division".
7732         (aarch64_emit_approx_div): Declare new function.
7733         * config/aarch64/aarch64.c
7734         (generic_approx_modes): New member "division".
7735         (exynosm1_approx_modes): Likewise.
7736         (xgene1_approx_modes): Likewise.
7737         (aarch64_emit_approx_div): Define new function.
7738         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
7739         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
7740         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
7741         * doc/invoke.texi (-mlow-precision-div): Describe new option.
7743 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
7744             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7746         [AArch64] Emit square root using the Newton series
7748         * config/aarch64/aarch64-protos.h
7749         (aarch64_emit_approx_rsqrt): Replace with new function
7750         "aarch64_emit_approx_sqrt".
7751         (cpu_approx_modes): New member "sqrt".
7752         * config/aarch64/aarch64.c
7753         (generic_approx_modes): New member "sqrt".
7754         (exynosm1_approx_modes): Likewise.
7755         (xgene1_approx_modes): Likewise.
7756         (aarch64_emit_approx_rsqrt): Replace with new function
7757         "aarch64_emit_approx_sqrt".
7758         (aarch64_override_options_after_change_1): Handle new option.
7759         * config/aarch64/aarch64-simd.md
7760         (rsqrt<mode>2): Use new function instead.
7761         (sqrt<mode>2): New expansion and insn definitions.
7762         * config/aarch64/aarch64.md: Likewise.
7763         * config/aarch64/aarch64.opt
7764         (mlow-precision-sqrt): Add new option description.
7765         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
7767 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
7769         [AArch64] Add more choices for the reciprocal square root approximation
7771         Allow a target to prefer such operation depending on the operation mode.
7773         * config/aarch64/aarch64-protos.h
7774         (AARCH64_APPROX_MODE): New macro.
7775         (AARCH64_APPROX_{NONE,ALL}): Likewise.
7776         (cpu_approx_modes): New structure.
7777         (tune_params): New member "approx_modes".
7778         * config/aarch64/aarch64-tuning-flags.def
7779         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
7780         * config/aarch64/aarch64.c
7781         (generic_approx_modes): New core "cpu_approx_modes" structure.
7782         (exynosm1_approx_modes): Likewise.
7783         (xgene1_approx_modes): Likewise.
7784         (generic_tunings): New member "approx_modes".
7785         (cortexa35_tunings): Likewise.
7786         (cortexa53_tunings): Likewise.
7787         (cortexa57_tunings): Likewise.
7788         (cortexa72_tunings): Likewise.
7789         (exynosm1_tunings): Likewise.
7790         (thunderx_tunings): Likewise.
7791         (xgene1_tunings): Likewise.
7792         (use_rsqrt_p): New argument for the mode and use new member from
7793         "tune_params".
7794         (aarch64_builtin_reciprocal): Devise mode from builtin.
7795         (aarch64_optab_supported_p): New argument for the mode.
7796         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
7798 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7800         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
7801         RS6000_BTM_MODULO flag into the set of flags that are considered
7802         to be part of the common configuration.
7804 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7806         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
7807         difference unsigned.
7808         (vec_absdb): New macro for vector absolute difference unsigned
7809         byte.
7810         (vec_absdh): New macro for vector absolute difference unsigned
7811         half-word.
7812         (vec_absdw): New macro for vector absolute difference unsigned word.
7813         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
7814         (vadu<mode>3): New insn.
7815         (*p9_vadu<mode>3): New insn.
7816         * config/rs6000/rs6000-builtin.def (vadub): New built-in
7817         definition.
7818         (vaduh): New built-in definition.
7819         (vaduw): New built-in definition.
7820         (vadu): New overloaded built-in definition.
7821         (vadub): New overloaded built-in definition.
7822         (vaduh): New overloaded built-in definition.
7823         (vaduw): New overloaded built-in definition.
7824         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
7825         overloaded vector absolute difference unsigned functions.
7826         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
7827         the ISA 3.0 vector absolute difference unsigned built-in functions.
7829 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
7831         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
7832         update shared_lookup_references only once after changing operands.
7834 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
7836         PR middle-end/71373
7837         * tree-nested.c (convert_nonlocal_omp_clauses)
7838         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
7840         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
7841         * tree.def (CASE_LABEL_EXPR): Likewise.
7843 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7845         PR bootstrap/71481
7846         * input.c (test_builtins): Fix an assertion.
7848 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
7850         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
7851         (paritysi2): Ditto.
7852         (isinfxf2): Ditto.
7853         (isinf<mode>2): Ditto.
7855 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
7857         * ggc-tests.c (test_finalization): Only test need_finalization_p
7858         for GCC_VERSION >= 4003.
7860 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7862         * config/s390/vecintrin.h: Fix file description in comment.
7864 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7866         * config/s390/s390-builtin-types.def: Change builtin type naming
7867         scheme to match builtin-types.def.
7869 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
7871         * fold-const.c (optimize_minmax_comparison): Remove.
7872         (fold_comparison): Remove call to the above.
7873         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
7874         New transformations.
7876 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
7878         PR tree-optimization/71416
7879         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
7880         multiple entries
7882 2016-06-13  Martin Liska  <mliska@suse.cz>
7884         * predict.c (enum predictor_reason): Prefix enum with REASON_.
7885         (combine_predictions_for_insn): Likewise.
7886         (prune_predictions_for_bb): Likewise.
7887         (combine_predictions_for_bb): Likewise.
7889 2016-06-13  Richard Biener  <rguenther@suse.de>
7891         PR tree-optimization/71505
7892         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
7893         assert match comment.
7895 2016-06-13  Marek Polacek  <polacek@redhat.com>
7897         PR middle-end/71476
7898         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
7899         gimplify_switch_expr.
7900         (warn_switch_unreachable_r): New function.
7902 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7904         PR target/71379
7905         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
7906         one.
7908 2016-06-13  Richard Biener  <rguenther@suse.de>
7910         PR middle-end/64516
7911         * fold-const.c (fold_unary_loc): Preserve alignment when
7912         folding a VIEW_CONVERT_EXPR into a MEM_REF.
7914 2016-06-13  Martin Liska  <mliska@suse.cz>
7916         PR sanitizer/71458
7917         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
7918         w/ -fsanitize=bounds.
7920 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
7922         * config/i386/i386.c (ix86_init_builtins): Calculate
7923         FLOAT128_FTYPE_CONST_STRING function type only once.
7924         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
7925         built-in functions are available for x86-32 and x86-64 targets.
7927 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
7929         PR target/71241
7930         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
7931         New primitive type.
7932         (FLOAT128_FTYPE_CONST_STRING): New function type.
7933         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
7934         [IX86_BUILTIN_NANSQ]: Ditto.
7935         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
7936         (ix86_init_builtin_types): Declare const_string_type_node.
7937         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
7938         builtin functions.
7939         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
7940         * doc/extend.texi (x86 Built-in Functions): Document
7941         __builtin_nanq and __builtin_nansq.
7943 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
7945         PR target/71061
7946         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
7947         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
7948         length for pop patterns.
7949         (arm_attr_length_push_multi): Update comments.
7950         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
7951         attribute.
7952         (*pop_multiple_with_writeback_and_return): Likewise.
7953         (*pop_multiple_with_return): Likewise.
7955 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
7957         PR middle-end/71310
7958         * fold-const.c (optimize_bit_field_compare): Don't try to use
7959         word_mode unconditionally for reading the bit field, look at
7960         DECL_BIT_FIELD_REPRESENTATIVE instead.
7962 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
7964         PR middle-end/71478
7965         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
7966         vector integer type.
7968 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
7970         PR middle-end/71494
7971         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
7972         without LABEL_DECL, set *handled_ops_p to false instead of true.
7974 2016-06-10  Martin Sebor  <msebor@redhat.com>
7976         PR c/71392
7977         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
7978         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
7979         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
7980         them.
7981         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
7982         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
7983         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
7984         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
7985         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
7986         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
7987         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
7988         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
7990 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7992         * config/arm/arm.h (pool_vector_label,
7993         return_used_this_function): Remove.
7995 2016-06-10  Jeff Law  <law@redhat.com>
7997         PR tree-optimization/71335
7998         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
7999         zero length paths here.
8000         (convert_and_register_jump_thread_path): Remove hacks related to
8001         duplicated blocks in the jump thread path.
8002         (fsm_find_control_statement_thread_paths): Avoid putting the same
8003         block on the thread path twice, but ensure the thread path is
8004         unchanged from the caller's point of view.
8006 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
8008         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
8009         * predict.def (PRED_LOOP_BRANCH): Remove.
8011 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
8013         * Makefile.in (OBJS): Add ggc-tests.o.
8014         (GTFILES): Add ggc-tests.c.
8015         * ggc-tests.c: New file.
8016         * selftest-run-tests.c (selftest::run_tests): Call
8017         selftest::ggc_tests_c_tests.
8018         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
8020 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
8022         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
8024 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
8026         PR sanitizer/71480
8027         * varasm.c (place_block_symbol): Adjust alignment for asan protected
8028         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
8030 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
8032         * profile.c: Include cfgloop.h.
8033         (branch_prob): Compute estimated number of iterations.
8034         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
8035         recompute estimate number of iterations from profile.
8037 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8039         PR inline-asm/68843
8040         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
8041         must be grouped on top of stack.  Don't force early clobber
8042         on ordinary reg outputs.
8044 2016-06-10  Richard Biener  <rguenther@suse.de>
8046         * targhooks.c (default_builtin_vectorization_cost): Adjust
8047         vec_construct cost.
8049 2016-06-10  Richard Biener  <rguenther@suse.de>
8051         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
8052         to fold the RHS to a constant if possible.
8054 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
8056         PR middle-end/71373
8057         * tree-nested.c (convert_nonlocal_omp_clauses)
8058         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
8059         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
8060         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
8062         * gimplify.c (gimplify_adjust_omp_clauses): Discard
8063         OMP_CLAUSE_TILE.
8064         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
8066         * omp-low.c (scan_sharing_clauses): Don't expect
8067         OMP_CLAUSE__CACHE_.
8069 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
8071         PR tree-optimization/71407
8072         PR tree-optimization/71416
8073         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
8074         BIT_FIELD_REF type.
8076 2016-06-10  Richard Biener  <rguenther@suse.de>
8078         PR middle-end/71477
8079         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
8081 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
8083         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
8085 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
8086             Jiong Wang  <jiong.wang@arm.com>
8088         PR rtl-optimization/70751
8089         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
8090         spilled into memory.
8092 2016-06-09  Jonathan Yong  <10walls@gmail.com>
8094         Revert:
8095         2015-09-21  Jonathan Yong  <10walls@gmail.com>
8097         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
8098         sysroot/usr/lib/32api for additional win32 libraries,
8099         fixes failing Cygwin bootstrapping.
8101 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
8103         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
8104         Delete.
8106 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
8108         PR bootstrap/71471
8109         * pretty-print.c (pp_indent): Specify that %p is printed in a
8110         host-dependent manner.
8111         (test_pp_format): Remove the test for %p.
8113 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
8115         * config/mips/mips.c (mips_output_jump): Fix formatting.
8117 2016-06-09  Richard Biener  <rguenther@suse.de>
8119         PR tree-optimization/71462
8120         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
8121         removed blocks.
8123 2016-06-09  Martin Liska  <mliska@suse.cz>
8125         * predict.c (dump_prediction): Add new argument.
8126         (enum predictor_reason): New enum.
8127         (struct predictor_hash): New struct.
8128         (predictor_hash::hash): New function.
8129         (predictor_hash::equal): Likewise.
8130         (not_removed_prediction_p): New function.
8131         (prune_predictions_for_bb): Likewise.
8132         (combine_predictions_for_bb): Prune predictions.
8134 2016-06-09  Martin Liska  <mliska@suse.cz>
8136         * predict.c (filter_predictions): New function.
8137         (remove_predictions_associated_with_edge): Use the filter
8138         function.
8139         (equal_edge_p): New function.
8141 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
8143         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
8144         Correct usage of @samp vs @option, add @samp where appropriate.
8145         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
8146         Add armv6s-m and document it, as it is no official ARM name.
8148 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8150         * ifcvt.c (struct noce_if_info): Add transform_name field.
8151         (noce_try_move): Set if_info->transform_name to the function name.
8152         (noce_try_ifelse_collapse): Likewise.
8153         (noce_try_store_flag): Likewise.
8154         (noce_try_inverse_constants): Likewise.
8155         (noce_try_store_flag_constants): Likewise.
8156         (noce_try_addcc): Likewise.
8157         (noce_try_store_flag_mask): Likewise.
8158         (noce_try_cmove): Likewise.
8159         (noce_try_cmove_arith): Likewise.
8160         (noce_try_minmax): Likewise.
8161         (noce_try_abs): Likewise.
8162         (noce_try_sign_mask): Likewise.
8163         (noce_try_bitop): Likewise.
8164         (noce_convert_multiple_sets): Likewise.
8165         (noce_process_if_block): Print if_info->transform_name to
8166         dump_file if transformation succeeded.
8168 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8170         * config/arm/cortex-a57.md (cortex_a57_alu):
8171         Handle csel type.
8173 2016-06-08  Martin Sebor  <msebor@redhat.com>
8174             Jakub Jelinek  <jakub@redhat.com>
8176         PR c++/70507
8177         PR c/68120
8178         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
8179         BUILT_IN_MUL_OVERFLOW_P): New builtins.
8180         * builtins.c: Include gimple-fold.h.
8181         (fold_builtin_arith_overflow): Handle
8182         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
8183         (fold_builtin_3): Likewise.
8184         * doc/extend.texi (Integer Overflow Builtins): Document
8185         __builtin_{add,sub,mul}_overflow_p.
8187 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
8189         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
8190         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
8192 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
8194         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
8195         Rewrite, looking one level down for records and arrays.
8197 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
8199         * pretty-print.c: Include "selftest.h".
8200         (pp_format): Fix comment.
8201         (identifier_to_locale): Likewise.
8202         (selftest::test_basic_printing): New function.
8203         (selftest::assert_pp_format): New function.
8204         (selftest::test_pp_format): New function.
8205         (selftest::pretty_print_c_tests): New function.
8206         * selftest-run-tests.c (selftest::run_tests): Call
8207         selftest::pretty_print_c_tests.
8208         * selftest.h (pretty_print_c_tests): New declaration.
8210 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
8212         * invoke.texi (max-loop-headers-insns): Document.
8213         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
8214         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
8215         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
8217 2016-06-08  Richard Biener  <rguenther@suse.de>
8219         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
8220         on strided SLP loads and fall back to scalar loads in case
8221         we can't chunk them.
8223 2016-06-08  Richard Biener  <rguenther@suse.de>
8225         PR tree-optimization/71452
8226         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
8227         type used for the SSA rewrite has enough precision to cover
8228         the dynamic type of the location.
8230 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
8231             Richard Biener  <rguenther@suse.de>
8233         PR c++/71448
8234         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
8235         the same as DECL_P (base0) for indirect_base0.  Use equality_code
8236         in one further place.
8238 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
8240         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
8241         to one word if the field is known to overlap other words.
8242         (extract_bit_field_1): Likewise.
8243         (store_split_bit_field): Remove compensating code.
8244         (extract_split_bit_field): Likewise.
8246 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
8248         PR debug/71432
8249         PR ada/71413
8250         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
8252 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8254         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
8255         VDQF.
8256         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
8257         (arch64_addpv4sf): Delete.
8258         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
8259         "gen_aarch64_addpv4sf".
8260         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
8261         builtin.
8262         (vpadds_f32): Likewise.
8263         (vpaddq_f32): Likewise.
8264         (vpaddq_f64): Likewise.
8266 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8268         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
8269         VALLF.
8270         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
8271         to VALLF.  Rename to "fabd<mode>3".
8272         "*fabd_scalar<mode>3): Delete.
8273         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
8274         Use builtin.
8275         (vabdd_f64): Likewise.
8276         (vabd_f32): Likewise.
8277         (vabd_f64): Likewise.
8278         (vabdq_f32): Likewise.
8279         (vabdq_f64): Likewise.
8281 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8283         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
8284         VALLF.
8285         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
8286         "aarch64_rsqrts<mode>".
8287         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
8288         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
8289         builtin.
8290         (vrsqrtsd_f64): Likewise.
8291         (vrsqrts_f32): Likewise.
8292         (vrsqrts_f64): Likewise.
8293         (vrsqrtsq_f32): Likewise.
8294         (vrsqrtsq_f64): Likewise.
8296 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8298         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
8299         VALLF.
8300         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
8301         "aarch64_rsqrte<mode>".
8302         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
8303         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
8304         builtin.
8305         (vrsqrted_f64): Likewise.
8306         (vrsqrte_f32): Likewise.
8307         (vrsqrte_f64): Likewise.
8308         (vrsqrteq_f32): Likewise.
8309         (vrsqrteq_f64): Likewise.
8311 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8313         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
8314         (ucvtf): Likewise.
8315         (fcvtzs): Likewise.
8316         (fcvtzu): Likewise.
8317         * config/aarch64/aarch64-simd.md
8318         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
8319         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
8320         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
8321         Use builtin.
8322         (vcvt_n_f32_u32): Likewise.
8323         (vcvt_n_s32_f32): Likewise.
8324         (vcvt_n_u32_f32): Likewise.
8325         (vcvtq_n_f32_s32): Likewise.
8326         (vcvtq_n_f32_u32): Likewise.
8327         (vcvtq_n_f64_s64): Likewise.
8328         (vcvtq_n_f64_u64): Likewise.
8329         (vcvtq_n_s32_f32): Likewise.
8330         (vcvtq_n_s64_f64): Likewise.
8331         (vcvtq_n_u32_f32): Likewise.
8332         (vcvtq_n_u64_f64): Likewise.
8333         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
8334         (VSDQ_SDI): Likewise.
8335         (fcvt_target): Support V4DI, V4SI and V2SI.
8336         (FCVT_TARGET): Likewise.
8338 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8340         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
8341         (TYPES_BINOP_SUS): Likewise.
8342         (aarch64_simd_builtin_data): Update include file name.
8343         (aarch64_builtins): Likewise.
8344         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
8345         for conversion between scalar float-point and fixed-point.
8346         (ucvtf): Likewise.
8347         (fcvtzs): Likewise.
8348         (fcvtzu): Likewise.
8349         * config/aarch64/aarch64.md
8350         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
8351         pattern for conversion between scalar float to fixed-pointer.
8352         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
8353         (UNSPEC_FCVTZS): New UNSPEC enumeration.
8354         (UNSPEC_FCVTZU): Likewise.
8355         (UNSPEC_SCVTF): Likewise.
8356         (UNSPEC_UCVTF): Likewise.
8357         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
8358         Use builtin.
8359         (vcvtd_n_f64_u64): Likewise.
8360         (vcvtd_n_s64_f64): Likewise.
8361         (vcvtd_n_u64_f64): Likewise.
8362         (vcvtd_n_f32_s32): Likewise.
8363         (vcvts_n_f32_u32): Likewise.
8364         (vcvtd_n_s32_f32): Likewise.
8365         (vcvts_n_u32_f32): Likewise.
8366         * config/aarch64/iterators.md (fcvt_target): Support integer to float
8367         mapping.
8368         (FCVT_TARGET): Likewise.
8369         (FCVT_FIXED2F): New iterator.
8370         (FCVT_F2FIXED): Likewise.
8371         (fcvt_fixed_insn): New define_int_attr.
8373 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
8375         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
8376         some statements was removed.
8378 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
8380         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
8381         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
8382         (vect_can_advance_ivs_p): likewise.
8383         (vect_update_ivs_after_vectorizer): likewise.
8384         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
8385         (vect_analyze_scalar_cycles_1): likewise.
8386         (vect_analyze_loop_operations): likewise.
8387         (report_vect_op): likewise.
8388         (vect_is_slp_reduction): likewise.
8389         (vect_is_simple_reduction): likewise.
8390         (get_initial_def_for_induction): likewise.
8391         (vect_transform_loop): likewise.
8392         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
8393         (vect_recog_sad_pattern): likewise.
8394         (vect_recog_widen_sum_pattern): likewise.
8395         (vect_recog_widening_pattern): likewise.
8396         (vect_recog_divmod_pattern): likewise.
8397         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
8398         (vect_analyze_slp_instance): likewise.
8399         (vect_transform_slp_perm_load): likewise.
8400         (vect_schedule_slp_instance): likewise.
8402 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
8404         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
8405         (return_prediction): PRED_CONST_RETURN predict return as not taken.
8406         * predict.def (PRED_CONTINUE): Change hitrate 50->67
8407         (PRED_LOOP_BRANCH): Document predictor as broken.
8408         (PRED_LOOP_EXIT): Change hitrate 91->92.
8409         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
8410         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
8411         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
8412         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
8413         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
8414         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
8415         (PRED_CALL): Chane hitrate 71->67.
8416         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
8417         (PRED_GOTO): Document as unused right now.
8418         (PRED_CONST_RETURN): Change hitrate 67->69
8419         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
8420         (PRED_NULL_RETURN): Change hitrate 91->90.
8421         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
8422         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
8423         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
8425 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
8427         * config/rs6000/altivec.h: Add __builtin_vec_mul.
8428         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
8429         special case Altivec builtin.
8430         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
8431         VSX_BUILTIN_VEC_MUL (replaced with special case code).
8432         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
8433         code for ALTIVEC_BUILTIN_VEC_MUL.
8434         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
8435         for __builtin_vec_mul.
8437 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
8439         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
8440         -mno-htm.
8442 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
8444         * spellcheck.c (selftest::test_find_closest_string): New function.
8445         (spellcheck_c_tests): Call the above.
8447 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8449         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
8451 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
8453         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
8454         Yv=Yv,C alternatives.
8456 2016-06-07  Richard Biener  <rguenther@suse.de>
8458         PR c/61564
8459         * common.opt (ffast-math): Make Optimization.
8461 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
8462             Prachi Godbole  <prachi.godbole@imgtec.com>
8464         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
8465         `fabs' and `fneg' type attributes.
8466         (p5600_fpu_fabs): Add `fmove' to the comment.
8468 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
8470         * gimple.c: Include builtins.h
8471         (gimple_inexpensive_call_p): New function.
8472         * gimple.h (gimple_inexpensive_call_p): Declare.
8473         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
8474         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
8475         fix formatting.
8477 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
8479         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
8480         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
8481         warning_at_rich_loc, warning_n, pedwarn, permerror,
8482         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
8483         sorry, fatal_error, internal_error, internal_error_no_backtrace):
8484         Use the above.
8486 2016-06-07  Richard Biener  <rguenther@suse.de>
8488         PR tree-optimization/71428
8489         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
8490         BIT_FIELD_REF op vs. load.
8492 2016-06-07  Richard Biener  <rguenther@suse.de>
8494         PR middle-end/71423
8495         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
8496         for signed ops.
8498 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
8500         * config/pa/pa.md (call): Generate indirect long calls to non-local
8501         functions on TARGET_64BIT.
8502         (call_value): Likewise.
8504 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
8506         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
8507         pattern and subsequent splitters.
8508         (call_val_reg_64bit_post_reload): Likewise.
8510 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
8512         PR middle-end/71408
8513         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
8514         propagate_op_to_single_use.
8516 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
8518         PR middle-end/71281
8519         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
8521 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
8523         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
8524         (enum x86_dirflag_state): New enum.
8525         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
8526         (machine_function): Remove needs_cld.
8527         (ix86_current_function_needs_cld): Remove.
8528         * config/i386/i386.c (ix86_set_func_type): Set
8529         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
8530         (ix86_expand_prologue): Do not emit CLD here.
8531         (ix86_dirflag_mode_needed): New function.
8532         (ix86_dirflag_mode_entry): Ditto.
8533         (ix86_mode_needed): Handle X86_DIRFLAG entity.
8534         (ix86_mode_after): Ditto.
8535         (ix86_mode_entry): Ditto.
8536         (ix86_mode_exit): Ditto.
8537         (ix86_emit_mode_set): Ditto.
8538         * config/i386/i386.md (strmov_singleop): Set
8539         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
8540         Do not set ix86_current_function_needs_cld.
8541         (rep_mov): Ditto.
8542         (strset_singleop): Ditto.
8543         (rep_stos): Ditto.
8544         (cmpstrnqi_nz_1): Ditto.
8545         (cmpstrnqi_1): Ditto.
8546         (strlenqi_1): Ditto.
8548 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
8550         PR tree-optimization/71259
8551         * tree-vect-slp.c (vect_get_constant_vectors): For
8552         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
8553         one for constant op, and use COND_EXPR for non-constant.
8555 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
8557         * Makefile.in (OBJS): Add function-tests.o,
8558         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
8559         selftest-run-tests.o.
8560         (OBJS-libcommon): Add selftest.o.
8561         (OBJS-libcommon-target): Add selftest.o.
8562         (all.internal): Add "selftest".
8563         (all.cross): Likewise.
8564         (selftest): New phony target.
8565         (s-selftest): New target.
8566         (selftest-gdb): New phony target.
8567         (COLLECT2_OBJS): Add selftest.o.
8568         * bitmap.c: Include "selftest.h".
8569         (selftest::test_gc_alloc): New function.
8570         (selftest::test_set_range): New function.
8571         (selftest::test_clear_bit_in_middle): New function.
8572         (selftest::test_copying): New function.
8573         (selftest::test_bitmap_single_bit_set_p): New function.
8574         (selftest::bitmap_c_tests): New function.
8575         * common.opt (fself-test): New.
8576         * diagnostic-show-locus.c: Include "selftest.h".
8577         (make_range): New function.
8578         (test_range_contains_point_for_single_point): New function.
8579         (test_range_contains_point_for_single_line): New function.
8580         (test_range_contains_point_for_multiple_lines): New function.
8581         (assert_eq): New function.
8582         (test_get_line_width_without_trailing_whitespace): New function.
8583         (selftest::diagnostic_show_locus_c_tests): New function.
8584         * et-forest.c: Include "selftest.h".
8585         (selftest::test_single_node): New function.
8586         (selftest::test_simple_tree): New function.
8587         (selftest::test_disconnected_nodes): New function.
8588         (selftest::et_forest_c_tests): New function.
8589         * fold-const.c: Include "selftest.h".
8590         (selftest::assert_binop_folds_to_const): New function.
8591         (selftest::assert_binop_folds_to_nonlvalue): New function.
8592         (selftest::test_arithmetic_folding): New function.
8593         (selftest::fold_const_c_tests): New function.
8594         * function-tests.c: New file.
8595         * gimple.c: Include "selftest.h".
8596         Include "gimple-pretty-print.h".
8597         (selftest::verify_gimple_pp): New function.
8598         (selftest::test_assign_single): New function.
8599         (selftest::test_assign_binop): New function.
8600         (selftest::test_nop_stmt): New function.
8601         (selftest::test_return_stmt): New function.
8602         (selftest::test_return_without_value): New function.
8603         (selftest::gimple_c_tests): New function.
8604         * hash-map-tests.c: New file.
8605         * hash-set-tests.c: New file.
8606         * input.c: Include "selftest.h".
8607         (selftest::assert_loceq): New function.
8608         (selftest::test_accessing_ordinary_linemaps): New function.
8609         (selftest::test_unknown_location): New function.
8610         (selftest::test_builtins): New function.
8611         (selftest::test_reading_source_line): New function.
8612         (selftest::input_c_tests): New function.
8613         * rtl-tests.c: New file.
8614         * selftest-run-tests.c: New file.
8615         * selftest.c: New file.
8616         * selftest.h: New file.
8617         * spellcheck.c: Include "selftest.h".
8618         (selftest::levenshtein_distance_unit_test_oneway): New function,
8619         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
8620         (selftest::levenshtein_distance_unit_test): Likewise.
8621         (selftest::spellcheck_c_tests): Likewise.
8622         * toplev.c: Include selftest.h.
8623         (toplev::run_self_tests): New.
8624         (toplev::main): Handle -fself-test.
8625         * toplev.h (toplev::run_self_tests): New.
8626         * tree.c: Include "selftest.h".
8627         (selftest::test_integer_constants): New function.
8628         (selftest::test_identifiers): New function.
8629         (selftest::test_labels): New function.
8630         (selftest::tree_c_tests): New function.
8631         * tree-cfg.c: Include "selftest.h".
8632         (selftest::push_fndecl): New function.
8633         (selftest::test_linear_chain): New function.
8634         (selftest::test_diamond): New function.
8635         (selftest::test_fully_connected): New function.
8636         (selftest::tree_cfg_c_tests): New function.
8637         * vec.c: Include "selftest.h".
8638         (selftest::safe_push_range): New function.
8639         (selftest::test_quick_push): New function.
8640         (selftest::test_safe_push): New function.
8641         (selftest::test_truncate): New function.
8642         (selftest::test_safe_grow_cleared): New function.
8643         (selftest::test_pop): New function.
8644         (selftest::test_safe_insert): New function.
8645         (selftest::test_ordered_remove): New function.
8646         (selftest::test_unordered_remove): New function.
8647         (selftest::test_block_remove): New function.
8648         (selftest::reverse_cmp): New function.
8649         (selftest::test_qsort): New function.
8650         (selftest::vec_c_tests): New function.c.
8651         * wide-int.cc: Include selftest.h and wide-int-print.h.
8652         (selftest::from_int <wide_int>): New function.
8653         (selftest::from_int <offset_int>): New function.
8654         (selftest::from_int <widest_int>): New function.
8655         (selftest::assert_deceq): New function.
8656         (selftest::assert_hexeq): New function.
8657         (selftest::test_printing <VALUE_TYPE>): New function template.
8658         (selftest::test_ops <VALUE_TYPE>): New function template.
8659         (selftest::test_comparisons <VALUE_TYPE>): New function template.
8660         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
8661         template.
8662         (selftest::wide_int_cc_tests): New function.
8664 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8666         PR middle-end/37780
8667         * ifcvt.c (noce_try_ifelse_collapse): New function.
8668         Declare prototype.
8669         (noce_process_if_block): Call noce_try_ifelse_collapse.
8670         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
8671         (simplify_ternary_operation): Use the above to simplify
8672         conditional CLZ/CTZ expressions.
8674 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8676         PR middle-end/37780
8677         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
8678         define_insn_and_split.
8680 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8682         PR middle-end/37780
8683         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
8685 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8687         PR c/24414
8688         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
8689         Implicitly clobber memory for basic asm with non-empty assembler
8690         string.  Use targetm.md_asm_adjust also here.
8691         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
8692         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
8693         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
8694         non-empty assembler string.
8695         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
8696         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
8697         (decode_asm_operands): Handle basic asm in PARALLEL block.
8698         (extract_insn): Handle basic asm in PARALLEL block.
8699         * doc/extend.texi: Mention new behavior of basic asm.
8700         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
8701         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
8702         branch_needs_nop_p): Use asm_noperands.
8704 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
8706         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
8707         Include the M7 SPARC DFA scheduler.
8708         New attribute v3pipe.
8709         Annotate insns with v3pipe where appropriate.
8710         Define cpu_feature vis4.
8711         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
8712         Add (V8QI "8") to vbits.
8713         Add insns {add,sub}v8qi3
8714         Add insns ss{add,sub}v8qi3
8715         Add insns us{add,sub}{v8qi,v4hi}3
8716         Add insns {min,max}{v8qi,v4hi,v2si}3
8717         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
8718         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
8719         * config/sparc/niagara4.md: Add a comment explaining the
8720         discrepancy between the documented latenty numbers and the
8721         implemented ones.
8722         * config/sparc/niagara7.md: New file.
8723         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
8724         supports SPARC5 and VIS 4.0 instructions.
8725         * configure: Regenerate.
8726         * config.in: Likewise.
8727         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
8728         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
8729         TARGET_CPU_niagara7.
8730         (ASM_CPU64_DEFAULT_SPEC): Likewise.
8731         (CPP_CPU_SPEC): Handle niagara7.
8732         (ASM_CPU_SPEC): Likewise.
8733         * config/sparc/sparc-opts.h (processor_type): Add
8734         PROCESSOR_NIAGARA7.
8735         (mvis4): New option.
8736         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
8737         (AS_NIAGARA7_FLAG): Define.
8738         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
8739         (CPP_CPU64_DEFAULT_SPEC): Likewise.
8740         (CPP_CPU_SPEC): Handle niagara7.
8741         (ASM_CPU_SPEC): Likewise.
8742         * config/sparc/sparc.c (niagara7_costs): Define.
8743         (sparc_option_override): Handle niagara7 and adjust cache-related
8744         parameters with better values for niagara cpus.  Also support VIS4.
8745         (sparc32_initialize_trampoline): Likewise.
8746         (sparc_use_sched_lookahead): Likewise.
8747         (sparc_issue_rate): Likewise.
8748         (sparc_register_move_cost): Likewise.
8749         (dump_target_flag_bits): Support VIS4.
8750         (sparc_vis_init_builtins): Likewise.
8751         (sparc_builtins): Likewise.
8752         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
8753         VIS4 4.0.
8754         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
8755         UltraSparc M7.
8756         * config/sparc/sparc.opt (sparc_processor_type): New value
8757         niagara7.
8758         * config/sparc/visintrin.h (__attribute__): Prototypes for the
8759         VIS4 builtins.
8760         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
8761         -mvis4.
8762         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
8763         VIS4 builtins.
8765 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
8767         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
8769 2016-06-06  Richard Biener  <rguenther@suse.de>
8771         PR tree-optimization/71398
8772         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
8773         remove edges.
8775 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
8777         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
8778         ft32_expand_prolog, ft32_expand_epilogue):
8779         Handle pretend_args.
8780         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
8781         * config/ft32/ft32.md: Add pretend_returner.
8783 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
8785         PR target/71389
8786         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
8787         Copy op1 RTX to avoid invalid sharing.
8788         (ix86_expand_vector_move_misalign): Ditto.
8790 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
8792         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
8793         ATTRIBUTE_UNUSED.
8795 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
8797         * predict.c (predicted_by_loop_heuristics_p): New function.
8798         (predict_iv_comparison): Use it.
8799         (predict_loops): Walk from innermost loops; do not predict edges
8800         leaving multiple loops multiple times; implement
8801         PRED_LOOP_ITERATIONS_MAX heuristics.
8802         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
8804 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
8806         * cfg.c (check_bb_profile): Do not report mismatched profiles when
8807         only edges out of BB are EH edges.
8809 2016-06-04  Martin Sebor  <msebor@redhat.com>
8810             Marcin Baczyński  <marbacz@gmail.com>
8812         PR c/48116
8813         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
8814         a void expression in a void function.
8816 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
8818         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
8819         aux; dump reasons of decisions.
8820         (should_duplicate_loop_header_p): Likewise.
8821         (do_while_loop_p): Likewise.
8822         (ch_base::copy_headers): Dump asi num insns duplicated.
8824 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
8826         PR tree-optimization/71405
8827         * tree-ssa.c (execute_update_addresses_taken): For clobber with
8828         incompatible type, build a new clobber with the right type instead
8829         of building a VIEW_CONVERT_EXPR around it.
8831 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
8833         PR tree-optimization/52171
8834         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
8835         by_pieces_ninsns instead of move_by_pieces_ninsns.
8837 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
8839         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
8840         for reg+reg addressing mode.
8842 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8844         * rs6000-c.c (c/c-tree.h): Add #include.
8845         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
8846         in C++ when found in the base position of vec_ld or vec_st.
8848 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
8850         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
8851         use of profile unless profile status is PROFILE_READ.
8852         * profile.c (compute_branch_probabilities): Set profile status
8853         only after reporting predictor hitrates.
8855 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
8857         PR target/71276
8858         PR target/71277
8859         * common.opt (ffp-int-builtin-inexact): New option.
8860         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
8861         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
8862         (ceil@var{m}2): Document dependence on this option.
8863         * ipa-inline-transform.c (inline_call): Handle
8864         flag_fp_int_builtin_inexact.
8865         * ipa-inline.c (can_inline_edge_p): Likewise.
8866         * config/i386/i386.md (rintxf2): Do not test
8867         flag_unsafe_math_optimizations.
8868         (rint<mode>2_frndint): New define_insn.
8869         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
8870         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
8871         for 387 instead of extending and truncating.
8872         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
8873         !flag_trapping_math instead of flag_unsafe_math_optimizations.
8874         Change to frndint<mode>2_<rounding>.
8875         (frndintxf2_<rounding>_i387): Likewise.  Change to
8876         frndint<mode>2_<rounding>_i387.
8877         (<rounding_insn>xf2): Likewise.
8878         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
8879         !flag_trapping_math instead of flag_unsafe_math_optimizations for
8880         x87.  Test TARGET_ROUND || !flag_trapping_math ||
8881         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
8882         SSE.  Use ROUND_NO_EXC in constant operand of
8883         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
8884         for 387 instead of extending and truncating.
8886 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
8887             Julia Koval  <julia.koval@intel.com>
8889         PR target/66960
8890         PR target/67630
8891         PR target/67634
8892         PR target/67841
8893         PR target/68037
8894         PR target/68618
8895         PR target/68661
8896         PR target/69575
8897         PR target/69596
8898         PR target/69734
8899         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
8900         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
8901         all registers, except for function return registers if there are
8902         no caller-saved registers.
8903         (ix86_set_func_type): New function.
8904         (ix86_set_current_function): Call ix86_set_func_type to set
8905         no_caller_saved_registers and func_type.  Call reinit_regs if
8906         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
8907         nor x87 instructions in interrupt handler nor function with
8908         no_caller_saved_registers attribute.
8909         (ix86_function_ok_for_sibcall): Return false if there are no
8910         caller-saved registers.
8911         (type_natural_mode): Don't warn ABI change for MMX in interrupt
8912         handler.
8913         (ix86_function_arg_advance): Skip for callee in interrupt handler.
8914         (ix86_function_arg): Return special arguments in interrupt handler.
8915         (ix86_promote_function_mode): Promote pointer to word_mode only
8916         for normal functions.
8917         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
8918         interrupt handler.
8919         (ix86_epilogue_uses): New function.
8920         (ix86_hard_regno_scratch_ok): Likewise.
8921         (ix86_save_reg): Preserve all registers in interrupt handler
8922         after reload.  Preserve all registers, except for function return
8923         registers, if there are no caller-saved registers after reload.
8924         (find_drap_reg): Always use callee-saved register if there are
8925         no caller-saved registers.
8926         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
8927         for interrupt handler.
8928         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
8929         Emit cld instruction if stringops are used in interrupt handler
8930         or interrupt handler isn't a leaf function.
8931         (ix86_expand_epilogue): Generate interrupt return for interrupt
8932         handler and pop the 'ERROR_CODE' off the stack before interrupt
8933         return in exception handler.
8934         (ix86_expand_call): Disallow calling interrupt handler directly.
8935         If there are no caller-saved registers, mark all registers that
8936         are clobbered by the call which returns as clobbered.
8937         (ix86_handle_no_caller_saved_registers_attribute): New function.
8938         (ix86_handle_interrupt_attribute): Likewise.
8939         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
8940         attributes.
8941         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
8942         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
8943         accumulation in interrupt function if stack may be realigned to
8944         avoid DRAP.
8945         (EPILOGUE_USES): New.
8946         (function_type): New enum.
8947         (machine_function): Add func_type and no_caller_saved_registers.
8948         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
8949         (interrupt_return): New pattern.
8950         * doc/extend.texi: Document x86 interrupt and
8951         no_caller_saved_registers attributes.
8953 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
8955         PR tree-optimization/52171
8956         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
8957         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
8958         Look for constant strings.  Move some code to emit_block_cmp_hints
8959         and use it.
8960         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
8961         * defaults.h (COMPARE_MAX_PIECES): New macro.
8962         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
8963         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
8964         (clear_by_pieces_1): Don't declare.  Move definition before use.
8965         (can_do_by_pieces): New static function.
8966         (can_move_by_pieces): Use it.  Return bool.
8967         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
8968         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
8969         (class pieces_addr); New.
8970         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
8971         pieces_addr::adjust, pieces_addr::increment_address,
8972         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
8973         functions for it.
8974         (class op_by_pieces_d): New.
8975         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
8976         functions for it.
8977         (class move_by_pieces_d, class compare_by_pieces_d,
8978         class store_by_pieces_d): New subclasses of op_by_pieces_d.
8979         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
8980         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
8981         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
8982         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
8983         compare_by_pieces_d::finish_mode): New member functions.
8984         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
8985         functions.
8986         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
8987         (emit_block_cmp_hints): New function.
8988         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
8989         use the newly defined classes.
8990         * expr.h (by_pieces_constfn): New typedef.
8991         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
8992         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
8993         (move_by_pieces_ninsns): Don't declare.
8994         (can_move_by_pieces): Change return value to bool.
8995         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
8996         (compare_by_pieces_branch_ratio): New hook.
8997         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
8998         (by_pieces_ninsns): Declare.
8999         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
9000         COMPARE_BY_PIECES.
9001         (default_compare_by_pieces_branch_ratio): New function.
9002         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
9003         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
9004         * doc/tm.texi: Regenerate.
9005         * tree-ssa-strlen.c: Include "builtins.h".
9006         (handle_builtin_memcmp): New static function.
9007         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
9008         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
9010 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9012         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
9013         relevant stmts which are simple and invariant.
9014         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
9015         instead of simple and invariant
9017 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9019         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
9020         (vectorizable_reduction): Check for new relevant state.
9021         (vectorizable_live_operation): vectorize live stmts using
9022         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
9023         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
9024         (vect_stmt_relevant_p): Check for stmts which are only used live.
9025         (process_use): Use of a stmt does not inherit it's live value.
9026         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
9027         (vect_analyze_stmt): Check for new relevant state.
9028         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
9029         outside the loop, but not inside it.
9031 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9033         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
9034         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
9035         (vect_get_vec_def_for_operand): Split out code.
9037 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
9039         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
9041 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9043         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
9045 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9047         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
9049 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
9051         PR middle-end/71387
9052         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
9053         to noreturn e->callee->decl that has void return type and void
9054         arguments, adjust gimple_call_fntype and remove lhs even if it had
9055         previously addressable type.
9057 2016-06-02  Jeff Law  <law@redhat.com>
9059         PR tree-optimization/71328
9060         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
9061         error when checking for a jump back onto the copied path.
9063 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
9065         * config/microblaze/microblaze.c (get_branch_target): Add return
9066         NULL_RTX for the non-CALL_P case.
9067         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
9068         (insert_wic): Remove unused local "j".
9070 2016-06-02  Martin Liska  <mliska@suse.cz>
9072         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
9074 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
9075             Julia Koval  <julia.koval@intel.com>
9077         * function.c (assign_parm_setup_stack): Force source into a
9078         register if needed.
9079         * target.def (function_incoming_arg): Update documentation to
9080         allow arbitrary address computation based on hard register.
9081         * doc/tm.texi: Regenerated.
9083 2016-06-02  Martin Liska  <mliska@suse.cz>
9085         * predict.c (combine_predictions_for_bb): Fix first match in
9086         cases where a first predictor contains more than one occurence
9087         in list of predictors.  Take the best value in such case.
9089 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9091         PR rtl-optimization/71295
9092         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
9093         offset would go over the size of the inner mode reject it.
9095 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
9097         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
9098         x=x,x and v=v,m instead of x=x,m.
9100         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
9101         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
9102         alternative to v=rm,C.
9104         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
9105         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
9106         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
9107         instead of vex for the last two above mentioned alternatives.
9109 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9111         PR target/70830
9112         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
9114 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
9116         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
9118 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
9120         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
9121         from int to unsigned.
9123 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
9125         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
9126         alternatives, eliminating preferred register class.  Add support
9127         for the MTVSRDD instruction in ISA 3.0.
9128         (vsx_splat_v4si_internal): Use splat_input_operand instead of
9129         reg_or_indexed_operand.
9130         (vsx_splat_v4sf_internal): Likewise.
9132 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
9134         PR target/71186
9135         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
9136         for loading up all 0's or all 1's.
9138 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9140         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
9142 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
9144         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
9145         extension.
9146         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
9147         * gcc.c (set_source_date_epoch_envvar): New function, sets
9148         the SOURCE_DATE_EPOCH environment variable to the current time.
9150 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
9152         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
9153         the factor for live Phi nodes.
9155 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
9157         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
9158         * tree-parloops.c (parallelize_loops): likewise.
9159         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
9160         tree_unswitch_outer_loop): likewise.
9162 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
9164         PR middle-end/71371
9165         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
9166         around creation of the temporary.
9168 2016-06-01  Richard Biener  <rguenther@suse.de>
9170         PR tree-optimization/71366
9171         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
9172         (unloop_loops): Move removing edges here ...
9173         (try_unroll_loop_completely): ... from here.
9174         (try_peel_loop): ... and here.
9175         (tree_unroll_loops_completely_1): Track parent loops via
9176         bitmap of header BBs.
9177         (tree_unroll_loops_completely): Adjust for that.
9179 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
9181         * config/rs6000/altivec.h (vec_slv): New macro.
9182         (vec_srv): New macro.
9183         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
9184         (UNSPEC_VSRV): New value.
9185         (vslv): New insn.
9186         (vsrv): New insn.
9187         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
9188         (vsrv): New builtin definition.
9189         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
9190         define argument types for new builtin.
9191         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
9192         new builtin.
9193         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
9194         functions.
9196 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
9197             Jocelyn Mayer  <l_indien@magic.fr>
9199         PR target/67310
9200         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
9201         detect processor family for signature_CENTAUR_ebx.
9202         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
9203         signature_CENTAUR_ebx.
9204         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
9205         <default>: Pass x86-64 for has_longmode.
9207 2016-06-01  Nathan Sidwell  <nathan@acm.org>
9209         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
9210         undefined weak.
9212 2016-06-01  Richard Biener  <rguenther@suse.de>
9214         PR tree-optimization/71261
9215         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
9216         of stmts successfully put in the bool pattern.  Remove
9217         single-use restriction.
9218         (adjust_bool_pattern_cast): Add cast at the use site via the
9219         pattern def sequence.
9220         (adjust_bool_pattern): Remove recursion, maintain a hash-map
9221         of patterned defs.  Use the pattern def seqence instead of
9222         multiple independent patterns.
9223         (sort_after_uid): New qsort compare function.
9224         (adjust_bool_stmts): New function to process stmts in the bool
9225         pattern in IL order.
9226         (vect_recog_bool_pattern): Adjust.
9227         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
9228         (ifcvt_walk_pattern_tree): Likewise.
9229         (stmt_is_root_of_bool_pattern): Likewise.
9230         (ifcvt_repair_bool_pattern): Likewise.
9231         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
9233 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
9235         * loop-unroll.c (decide_unroll_constant_iterations,
9236         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
9237         likely upper bounds.
9238         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
9240 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
9242         * tree-core.h (enum omp_clause_code): Remove
9243         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
9245 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9247         * config/arm/sync.md (arm_store_exclusive<mode>):
9248         Use 'H' output modifier on operands[2] rather than creating a new
9249         entry in out-of-bounds memory of the operands array.
9250         (arm_store_release_exclusivedi): Likewise.
9252 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9254         * config/arm/arm.c (arm_fusion_enabled_p): New function.
9255         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
9256         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
9257         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
9259 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
9261         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
9262         into account live statements for mask producers.
9264 2016-06-01  Richard Biener  <rguenther@suse.de>
9266         PR tree-optimization/71311
9267         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
9268         restrict to non-INTEGER_CST @0.
9270 2016-06-01  Richard Biener  <rguenther@suse.de>
9272         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
9273         (relational patterns): Use :c to avoid pattern duplications.
9275 2016-06-01  Richard Biener  <rguenther@suse.de>
9277         * genmatch.c (comparison_code_p): New predicate.
9278         (swap_tree_comparison): New function.
9279         (commutate): Add for_vec parameter to append new for entries.
9280         Support commutating relational operators by swapping it alongside
9281         operands.
9282         (lower_commutative): Adjust.
9283         (dt_simplify::gen): Do not pass artificial operators to gen
9284         functions.
9285         (decision_tree::gen): Do not add artificial operators as parameters.
9286         (parser::parse_expr): Verify operator commutativity when :c is
9287         applied.  Allow :C to override this.
9288         * match.pd: Adjust patterns to use :C instead of :c where required.
9290 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
9292         PR tree-optimization/71077
9293         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
9294         the combining step, use boolean_false_node and boolean_true_node
9295         as the designated false/true return values.
9297 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
9299         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
9300         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
9301         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
9302         PRED_LOOP_EXIT.
9304 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
9306         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
9307         of flags impliying the register renaming.
9308         * toplev.c (process_options): Do not imply flag_rename_registers with
9309         loop peeling.
9311 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
9313         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
9314         default implementation.
9316 2016-05-31  Nathan Sidwell  <nathan@acm.org>
9318         * dwarf2out.c (cur_line_info_table): Add GTY marker.
9320 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
9322         * config/sh/constraints.md (b): Remove constraint.
9323         * config/sh/predicates.md (arith_reg_operand): Remove
9324         TARGET_REGISTER_P.
9325         * config/sh/sh-modes.def (PDI): Remove.
9326         * config/sh/sh.c (sh_target_reg_class,
9327         sh_optimize_target_register_callee_saved): Remove functions.
9328         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
9329         (sh_expand_epilogue): Update comment.
9330         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
9331         sh_secondary_reload): Remove TARGET_REGS related code.
9332         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
9333         TARGET_REGISTER_P): Remove macros.
9334         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
9335         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
9336         TR1_REG, TR2_REG): Remove constants.
9337         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
9339 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
9341         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
9342         define_expand patterns.
9343         (adddi3_compact): Rename to adddi3.
9344         (subdi3_compact): Rename to subdi3.
9345         (*negdi2): Rename to negdi2.
9346         (*abs<mode>2): Rename to abs<mode>2.
9348 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
9350         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
9351         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
9352         (atomic_sub_fetchsi): ... this new pattern.
9353         (mvtc): Add CC_REG clobber.
9355 2016-05-31  Marek Polacek  <polacek@redhat.com>
9357         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
9359 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9361         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
9362         aarch64_fusion_enabled_p to check for fusion capabilities.
9364 2016-05-31  Richard Biener  <rguenther@suse.de>
9366         PR tree-optimization/71352
9367         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
9368         minus one and a negate.
9370 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9372         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
9373         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
9374         Delete prototype.
9375         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
9376         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
9377         Remove use of aarch64_simd_attr_length_move, set length attribute
9378         directly.
9379         (*aarch64_be_movoi): Likewise.
9380         (*aarch64_be_movci): Likewise.
9381         (*aarch64_be_movxi): Likewise.
9383 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
9385         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
9386         It no longer does that.
9387         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
9389 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
9391         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
9392         attribute __unused__.
9394 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9396         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
9397         * config/arm/arm.c (arm_arch_thumb1): Define.
9398         (arm_option_override): Initialize arm_arch_thumb1.
9399         * config/arm/arm.h (arm_arch_thumb1): Declare.
9400         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
9401         support Thumb-1 ISA.
9403 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
9405         PR target/71346
9406         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
9407         `Yv' for scalar operand.
9409 2016-05-31  Tom de Vries  <tom@codesourcery.com>
9411         PR tree-optimization/69068
9412         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
9413         phis with more than two args.
9415 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
9417         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
9418         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
9419         target.
9421 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
9423         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
9424         tune_64.
9425         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
9426         support on SPARC.
9427         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
9428         cpu_32, cpu_64, tune_32 and tune_64.
9429         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
9431 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
9433         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
9435 2016-05-30  Andi Kleen  <ak@linux.intel.com>
9437         * auto-profile.c (read_profile): Replace asserts with errors
9438         when file does not exist.
9439         * gcov-io.c (gcov_read_words): Dito.
9441 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9443         * tree-cfg.c (print_loop): Print likely upper bounds.
9445 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9447         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
9448         * opts.c (default_options): Enable peel loops at -O3.
9449         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
9450         (try_peel_loop): Do not re-peel already peeled loops;
9451         use likely upper bounds; fix profile updating.
9452         (pass_complete_unroll::execute): Initialize peeled_loops.
9454 2016-05-30  Martin Liska  <mliska@suse.cz>
9456         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
9457         computed costs by frequency of BB they belong to.
9458         (get_scaled_computation_cost_at): New function.
9460 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
9461             Marc Glisse  <marc.glisse@inria.fr>
9463         PR tree-optimization/71289
9464         * match.pd (-1 / B < A, A > -1 / B): New transformations.
9466 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9468         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
9470 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9472         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
9473         for peeled copies; avoid underflow when updating estimates; correctly
9474         scale loop profile.
9476 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
9478         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
9479         r236875. Corrected oe3 to oe2 as obvious.
9481 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
9483         PR middle-end/71269
9484         PR middle-end/71252
9485         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
9486         that inserted stmt will not dominate stmts that defines its operand.
9487         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
9488         (rewrite_expr_tree_parallel): Likewise.
9490 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
9492         PR middle-end/71252
9493         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
9494         all fields including stmt_to_insert are swapped.
9496 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9498         * predict.h (force_edge_cold): Declare.
9499         * predict.c (force_edge_cold): New function.
9500         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
9501         updating.
9502         (canonicalize_loop_induction_variables): Fix formating.
9504 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
9506         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
9507         (visium_expand_copysign): Use gen_int_mode directly.
9508         (visium_compute_frame_size): Minor tweaks.
9510 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9512         * tree-vect-loop.c (vect_analyze_loop_2): Use
9513         likely_max_stmt_executions_int.
9515 2016-05-30  Tom de Vries  <tom@codesourcery.com>
9517         PR tree-optimization/69067
9518         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
9520 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
9522         PR target/71245
9523         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
9524         New peepholes to remove unneeded fild/fistp pairs.
9525         (define_peephole2 atomic_loaddi_fpu): Ditto.
9527 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9529         * predict.c (maybe_hot_frequency_p): Avoid division.
9531 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
9533         * doc/install.texi: Use https for shop.fsf.org.
9535 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9537         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
9538         likely_max_stmt_executions_int.
9540 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9542         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
9543         likely_max_stmt_executions_int.
9545 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9547         * profile.c (compute_branch_probabilities): Do not report hitrates
9548         here.
9549         (branch_prob): Report hitrates here.
9550         * predict.c (gimple_predict_edge): Do not assert profile status;
9551         fix formatting issues.
9553 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9555         * predict.c (edge_predicted_by_p): New function.
9556         (predict_paths_for_bb): Do not put multiple predictions of the same type
9557         on one edge.
9559 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9561         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
9562         commit.
9564 2016-05-28  Alan Modra  <amodra@gmail.com>
9566         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
9568 2016-05-28  Alan Modra  <amodra@gmail.com>
9570         PR rtl-optimization/71275
9571         * ira.c (ira): Free dominance info.
9573 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
9575         * doc/sourcebuild.texi: New address for upstream Go repository.
9577 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9579         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
9580         (TARGET_ARM_V7M): Likewise.
9582 2016-05-26  Jeff Law  <law@redhat.com>
9584         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
9585         (thread_across_edge): Remove calls to find_jump_threads_backwards.
9586         * passes.def: Add jump threading passes before DOM/VRP.
9587         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
9588         argument to a basic block from an edge.  Remove tests which are
9589         handled elsewhere.
9590         (pass_data_thread_jumps, class pass_thread_jumps): New.
9591         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
9592         (make_pass_thread_jumps): Likewise.
9593         * tree-pass.h (make_pass_thread_jumps): Declare.
9595 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
9597         * config/visium/visium-protos.h (split_double_move): Rename into...
9598         (visium_split_double_move): ...this.
9599         (visium_split_double_add): Declare.
9600         * config/visium/visium.c (split_double_move): Rename into...
9601         (visium_split_double_move): ...this.
9602         (visium_split_double_add): New function.
9603         (visium_expand_copysign): Renumber operands for consistency.
9604         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
9605         (DFmode move splitter): Likewise.
9606         (*addi3_insn): Split by means of visium_split_double_add.
9607         (*adddi3_insn_flags): Delete.
9608         (*plus_plus_sltu<subst_arith>): New insn.
9609         (*subdi3_insn): Split by means of visium_split_double_add.
9610         (subdi3_insn_flags): Delete.
9611         (*minus_minus_sltu<subst_arith>): New insn.
9612         (*negdi2_insn): Split by means of visium_split_double_add.
9613         (*negdi2_insn_flags): Delete.
9615 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
9617         * configure.ac: Treat a --with-headers option without argument
9618         the same as the default (i.e. consult sys-include directory).
9619         * configure: Regenerate.
9621 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9623         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
9624         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
9625         prototype.
9626         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
9627         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
9629 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
9631         PR target/63596
9632         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
9633         tree-stdarg analysis results.
9634         (aarch64_setup_incoming_varargs): Likewise.
9636 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
9638         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
9639         va_list_gpr_counter_field and va_list_fpr_counter_field.
9641 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
9643         PR67609
9644         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
9645         * config/aarch64/aarch64.c
9646         (aarch64_cannot_change_mode_class): Remove function.
9647         * config/aarch64/aarch64-protos.h
9648         (aarch64_cannot_change_mode_class): Remove.
9650 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9652         * cfgloop.c (record_niter_bound): Record likely upper bounds.
9653         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
9654         get_likely_max_loop_iterations_int): New.
9655         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
9656         any_likely_upper_bound.
9657         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
9658         Declare.
9659         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
9660         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
9661         upper bound.
9662         (unroll_loop_constant_iterations): Likewise.
9663         (unroll_loop_runtime_iterations): Likewise.
9664         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
9665         * lto-streamer-out.c (output_cfg): Likewise.
9666         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
9667         bounds.
9668         (canonicalize_loop_induction_variables): Dump likely upper bounds.
9669         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
9670         (likely_max_loop_iterations): New.
9671         (likely_max_loop_iterations_int): New.
9672         (likely_max_stmt_executions): New.
9673         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
9674         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
9675         likely_max_stmt_executions): Declare.
9677 2016-05-27  Marek Polacek  <polacek@redhat.com>
9679         PR middle-end/71308
9680         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
9682 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9684         * config/s390/s390.md (2x risbg splitters): Use
9685         reg_overlap_mentioned_p instead of rtx_equal_p.
9687 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9689         * combine.c (make_compound_operation): Take known zero bits into
9690         account when checking for possible zero_extend.
9692 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9694         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
9695         Use const_int_operand for operand 2 predicate.  Simplify expand code
9696         as a result.
9698 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
9700         PR middle-end/71279
9701         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
9702         into comparison.
9704 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9706         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
9707         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
9708         that returns CC_SESWPmode and CC_ZESWPmode.
9709         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
9710         and CC_SESWPmode.
9711         (aarch64_rtx_costs): Likewise.
9713 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
9715         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
9716         for ISA 3.0 min/max support.
9717         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
9718         conditional move support.
9719         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
9720         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
9721         available.
9722         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
9723         conditional moves where the comparison type is different from move
9724         type.
9725         (fp_minmax): New code iterator for smin/smax.
9726         (minmax): New code attributes for min/max.
9727         (SMINMAX): Likewise.
9728         (smax<mode>3): Combine min, max insns into one insn using the
9729         fp_minmax code iterator.  Add support for ISA 3.0 min/max
9730         instructions that don't need -ffast-math.
9731         (s<minmax><mode>3): Likewise.
9732         (smax<mode>3_vsx): Likewise.
9733         (smin<mode>3): Likewise.
9734         (s<minmax><mode>3_vsx): Likewise.
9735         (smin<mode>3_vsx): Likewise.
9736         (pre-VSX min/max splitters): Likewise.
9737         (s<minmax><mode>3_fpr): Likewise.
9738         (movsfcc): Rewrite floating point conditional moves to combine
9739         SFmode/DFmode into a single insn.
9740         (mov<mode>cc): Likewise.
9741         (movdfcc): Likewise.
9742         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
9743         SFDF2 iterators to handle all combinations.
9744         (fseldfsf4): Likewise.
9745         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
9746         (fseldfdf4): Likewise.
9747         (fselsfdf4): Likewise.
9748         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
9749         comparison instructions that set a 0/-1 mask, and use it for
9750         floating point conditional move via XXSEL.
9751         (fpmask<mode>): Likewise.
9752         (xxsel<mode>): Likewise.
9753         * config/rs6000/predicates.md (min_max_operator): Delete, no
9754         longer used.
9755         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
9756         instructions that generate a 0/-1 mask for use with XXSEL.
9757         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
9758         say whether floating point min/max is available, either through
9759         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
9760         (TARGET_MINMAX_DF): Likewise.
9762 2016-05-27  Alan Modra  <amodra@gmail.com>
9764         PR rtl-optimization/71275
9765         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
9766         for update_equiv_regs and combine_and_move_insns.
9768 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
9770         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
9771         if_then_else or cond RTXes to calculate attribute value.
9772         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
9773         <attr "length_immediate>: Ditto.
9774         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
9775         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
9776         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
9777         <attr "type">: Ditto.
9778         <attr "prefix_data16">: Ditto.
9779         <attr "prefix_extra">: Ditto.
9780         <attr "length_immediate">: Ditto.
9781         <attr "prefix">: Ditto.
9782         (vec_set<mode>_0) <attr "isa">: Ditto.
9783         <attr "prefix_extra">: Ditto.
9784         <attr "length_immediate">: Ditto.
9785         <attr "prefix">: Ditto.
9786         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
9787         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
9788         (sse2_storelpd) <attr "prefix_data16">: Ditto.
9789         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
9790         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
9791         <attr "length_immediate">: Ditto.
9792         <attr "prefix">: Ditto.
9793         (sse2_movsd) <attr "length_immediate">: Ditto.
9794         <attr "prefix">: Ditto.
9795         (vec_concatv2df)  <attr "isa">: Ditto.
9796         <attr "prefix">: Ditto.
9797         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
9798         (*vec_extractv2di_1) <attr "isa">: Ditto.
9799         <attr "type">: Ditto.
9800         <attr "length_immediate">: Ditto.
9801         <attr "prefix_rex">: Ditto.
9802         <attr "prefix_extra">: Ditto.
9803         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
9804         <attr "prefix_extra">: Ditto.
9805         <attr "length_immediate">: Ditto.
9806         (vec_concatv2di) <attr "isa">: Ditto.
9807         <attr "prefix_extra">: Ditto.
9808         <attr "length_immediate">: Ditto.
9809         <attr "prefix">: Ditto.
9811 2016-05-26  Martin Liska  <mliska@suse.cz>
9813         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
9814         function.
9815         (operator+): Likewise.
9816         (operator-): Likewise.
9817         (comp_cost::operator+=): Likewise.
9818         (comp_cost::operator-=): Likewise.
9819         (comp_cost::operator/=): Likewise.
9820         (comp_cost::operator*=): Likewise.
9821         (operator<): Likewise.
9822         (operator==): Likewise.
9823         (operator<=): Likewise.
9824         (new_cost): Remove.
9825         (infinite_cost_p): Likewise.
9826         (add_costs): Likewise.
9827         (sub_costs): Likewise.
9828         (compare_costs): Likewise.
9829         (set_group_iv_cost): Use the newly introduced functions.
9830         (get_address_cost): Likewise.
9831         (get_shiftadd_cost): Likewise.
9832         (force_expr_to_var_cost): Likewise.
9833         (split_address_cost): Likewise.
9834         (ptr_difference_cost): Likewise.
9835         (difference_cost): Likewise.
9836         (get_computation_cost_at): Likewise.
9837         (determine_group_iv_cost_generic): Likewise.
9838         (determine_group_iv_cost_address): Likewise.
9839         (determine_group_iv_cost_cond): Likewise.
9840         (autoinc_possible_for_pair): Likewise.
9841         (determine_group_iv_costs): Likewise.
9842         (cheaper_cost_pair): Likewise.
9843         (iv_ca_recount_cost): Likewise.
9844         (iv_ca_set_no_cp): Likewise.
9845         (iv_ca_set_cp): Likewise.
9846         (iv_ca_cost): Likewise.
9847         (iv_ca_new): Likewise.
9848         (iv_ca_dump): Likewise.
9849         (iv_ca_narrow): Likewise.
9850         (iv_ca_prune): Likewise.
9851         (iv_ca_replace): Likewise.
9852         (try_add_cand_for): Likewise.
9853         (try_improve_iv_set): Likewise.
9854         (find_optimal_iv_set): Likewise.
9856 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
9858         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
9859         that internal functions will clobber all caller-saved registers.
9861 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
9863         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
9864         Return a better case_values_threshold when optimizing.
9866 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
9868         * config/aarch64/aarch64-simd.md (aarch64_combinez):
9869         Add ? to integer variant.
9870         (aarch64_combinez_be): Likewise.
9872 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
9874         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
9875         instead of x constraint.
9876         (vcvtps2ph256<mask_name>): Likewise.
9878         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
9879         alternative.  Formatting fix.
9881         * config/i386/sse.md
9882         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
9883         to ...
9884         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
9885         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
9886         maybe_evex prefix instead of vex.
9887         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
9888         EXT_REX_SSE_REG_P (op0) case in the splitter.
9890 2016-05-25  Jeff Law  <law@redhat.com>
9892         PR tree-optimization/71272
9893         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
9894         Update comments.  Add test for empty path.
9896 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
9898         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
9899         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
9900         special case builtin.
9901         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
9902         code for ALTIVEC_BUILTIN_VEC_CMPNE.
9903         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
9904         for __builtin_vec_cmpne.
9906 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
9908         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
9909         redundant test and bail out if the type of the new operand is not
9910         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
9912 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
9914         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
9915         (x_ix86_target_flags_explicit): Remove.
9916         * config/i386/i386.c (ix86_function_specific_save): Do not copy
9917         x_ix86_target_flags_explicit.
9918         (ix86_function_specific_restore): Ditto.
9920 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
9921             H.J. Lu  <hongjiu.lu@intel.com>
9923         PR target/70738
9924         * common/config/i386/i386-common.c
9925         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
9926         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
9927         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
9928         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
9929         (-mgeneral-regs-only): Add new option.
9930         * config/i386/i386.c (ix86_option_override_internal): Don't enable
9931         x87 instructions if only general registers are allowed.
9932         (ix86_target_string): Add ix86_flags argument. Handle additional
9933         flags options through ix86_flags argument.  Update all callers.
9934         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
9936 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9938         PR rtl-optimization/66940
9939         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
9940         decrementing desired_val will not overflow before performing these
9941         operations.
9943 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
9945         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
9946         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
9947         * config/i386/i386.c (enum ix86_builtins): Add
9948         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
9949         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
9950         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
9951         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
9952         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
9953         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
9954         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
9955         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
9956         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
9957         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
9958         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
9959         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
9960         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
9961         __builtin_ia32_cvtps2dq512_mask.
9962         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
9963         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
9964         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
9965         * config/i386/sse.md
9966         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
9967         Rename to ...
9968         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
9969         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
9970         to ...
9971         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
9972         (avx512f_vec_pack_sfix_v8df): New define_expand.
9973         (avx512f_roundpd512): Rename to ...
9974         (avx512f_round<castmode>512): ... this.  Change iterator.
9975         (avx512f_roundps512_sfix): New define_expand.
9976         (round<mode>2_sfix): Change iterator.
9978 2016-05-25  Nick Clifton  <nickc@redhat.com>
9980         * config/msp430/msp430.c (msp430_attr): Produce an error if a
9981         static interrupt handler is detected.
9982         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
9983         default linker script.
9984         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
9985         the low part of a symbolic pointer.
9987 2016-05-25  Richard Biener  <rguenther@suse.de>
9989         PR tree-optimization/71261
9990         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
9991         interesting stmt instead of immediate uses when looking
9992         for the use operand to replace.
9994 2016-05-25  Martin Liska  <mliska@suse.cz>
9996         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
9998 2016-05-25  Richard Biener  <rguenther@suse.de>
10000         PR tree-optimization/71264
10001         * tree-vect-stmts.c (vect_init_vector): Properly deal with
10002         vector type val.
10004 2016-05-25  Martin Liska  <mliska@suse.cz>
10006         PR tree-optimization/71239
10007         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
10008         if DECL_SIZE is NULL.
10010 2016-05-25  Richard Biener  <rguenther@suse.de>
10012         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
10013         * tree-if-conv.c (pass_data_if_conversion): Use it.
10015 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10017         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
10018         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
10019         * varpool.c (varpool_node::get_availability): Likewise.
10021 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
10023         * config/rs6000/altivec.md (VNEG iterator): New iterator for
10024         VNEGW/VNEGD instructions.
10025         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
10026         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
10027         support for ISA 3.0 VNEGW/VNEGD instructions.
10029 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
10031         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
10032         pointers inside OACC_DATA regions.
10033         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
10034         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
10035         (gimplify_adjust_omp_clauses): Fix typo in comment.
10037 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
10039         * config/rs6000/altivec.md (VParity): New mode iterator for vector
10040         parity built-in functions.
10041         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
10042         zeros.
10043         (p9v_parity<mode>2): Likewise.
10044         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
10045         parity.
10046         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
10047         (parity<mode>2): ISA 3.0 expander for vector parity.
10048         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
10049         power9 built-ins.
10050         (BU_P9_64BIT_MISC_0): Likewise.
10051         (BU_P9_MISC_0): Likewise.
10052         (BU_P9V_AV_1): Likewise.
10053         (BU_P9V_AV_2): Likewise.
10054         (BU_P9V_AV_3): Likewise.
10055         (BU_P9V_AV_P): Likewise.
10056         (BU_P9V_VSX_1): Likewise.
10057         (BU_P9V_OVERLOAD_1): Likewise.
10058         (BU_P9V_OVERLOAD_2): Likewise.
10059         (BU_P9V_OVERLOAD_3): Likewise.
10060         (VCTZB): Add vector count trailing zeros support.
10061         (VCTZH): Likewise.
10062         (VCTZW): Likewise.
10063         (VCTZD): Likewise.
10064         (VPRTYBD): Add vector parity support.
10065         (VPRTYBQ): Likewise.
10066         (VPRTYBW): Likewise.
10067         (VCTZ): Add overloaded vector count trailing zeros support.
10068         (VPRTYB): Add overloaded vector parity support.
10069         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10070         overloaded vector count trailing zeros and parity instructions.
10071         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
10072         vector parity support.
10073         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
10074         trailing zeros support.
10075         (vec_cntlz): Likewise.
10076         (vec_vctzb): Likewise.
10077         (vec_vctzd): Likewise.
10078         (vec_vctzh): Likewise.
10079         (vec_vctzw): Likewise.
10080         (vec_vprtyb): Add ISA 3.0 vector parity support.
10081         (vec_vprtybd): Likewise.
10082         (vec_vprtybw): Likewise.
10083         (vec_vprtybq): Likewise.
10084         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
10085         the ISA 3.0 vector count trailing zeros and vector parity built-in
10086         functions.
10088 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
10090         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
10091         when there is stmt_to_insert.
10093 2016-05-24  Martin Sebor  <msebor@redhat.com>
10095         PR c++/71147
10096         * tree.h (complete_or_array_type_p): New inline function.
10098 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
10100         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
10101         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
10102         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
10104         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
10105         Limit 1st alternative to noavx isa, split 2nd alternative into one
10106         noavx and one avx alternative, use *x and Bm in the former and
10107         x and m in the latter.
10109         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
10110         of sse4 for the first alternative, drop %v from the template
10111         and d operand modifier.  Split second alternative into one sse4_noavx
10112         and one avx alternative, use *x instead of *v in the former and v
10113         instead of *v in the latter.
10114         (*sse4_1_extractps): Use noavx isa instead of * for the first
10115         alternative, drop %v from the template.  Split second alternative into
10116         one noavx and one avx alternative, use *x instead of *v in the
10117         former and v instead of *v in the latter.
10118         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
10119         with noavx and the last one with avx.
10120         (sse4_1_phminposuw): Guard first alternative with noavx isa,
10121         split the second one into one noavx and one avx alternative,
10122         use *x and Bm in the former and x and m in the latter one.
10123         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
10124         alternatives.
10126         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
10127         first two alternatives to noavx, use *x instead of *v in the second
10128         one, add avx alternative without *.
10129         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
10130         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
10131         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
10133 2016-05-24  Jeff Law  <law@redhat.com>
10135         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
10136         New function, extracted from...
10137         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
10138         Allow simple copies and constant initializations in the SSA chain.
10140 2016-05-24  Marek Polacek  <polacek@redhat.com>
10142         PR c/71249
10143         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
10144         scope.
10146 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
10148         PR c++/71257
10149         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
10150         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
10151         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
10152         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
10153         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
10155 2016-05-24  Richard Biener  <rguenther@suse.de>
10157         PR tree-optimization/71240
10158         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
10159         has integral type.
10161 2016-05-24  Richard Biener  <rguenther@suse.de>
10163         PR tree-optimization/71230
10164         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
10166 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
10168         * tree-vectorizer.h (vectorizable_comparison): Delete.
10169         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
10170         PURE_SLP_STMT check.
10171         * tree-vect-stmts.c (vectorizable_call): Likewise.
10172         (vectorizable_simd_clone_call): Likewise.
10173         (vectorizable_conversion): Likewise.
10174         (vectorizable_assignment): Likewise.
10175         (vectorizable_shift): Likewise.
10176         (vectorizable_operation): Likewise.
10177         (vectorizable_load): Likewise.
10178         (vectorizable_condition): Likewise.
10179         (vectorizable_store): Likewise.  Assert that we don't have
10180         hybrid SLP.
10181         (vectorizable_comparison): Make static.  Remove redundant
10182         PURE_SLP_STMT check.
10183         (vect_transform_stmt): Assert that we always have an slp_node
10184         if PURE_SLP_STMT.
10186 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10188         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
10189         operands[2] against 1 with comparison against CONST1_RTX.
10190         (<shift>di3_neon): Likewise.
10191         * config/arm/predicates.md (const0_operand): Replace with comparison
10192         against CONST0_RTX.
10194 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10196         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
10197         operands[2] against 1 with comparison against CONST1_RTX.
10198         (ashrdi3): Likewise.
10199         (lshrdi3): Likewise.
10200         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
10201         UINTVAL.
10202         (ashrsi3): Likewise.
10203         (lshrsi3): Likewise.
10204         (rotrsi3): Likewise.
10205         (define_split above *compareqi_eq0): Likewise.
10206         (define_split above "prologue"): Likewise.
10207         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
10208         * config/arm/predicates.md (shift_operator): Likewise.
10209         (shift_nomul_operator): Likewise.
10210         (sat_shift_operator): Likewise.
10211         (thumb1_cmp_operand): Likewise.
10212         (const_neon_scalar_shift_amount_operand): Replace manual range
10213         check with IN_RANGE.
10214         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
10215         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
10217 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10219         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
10220         with HOST_WIDE_INT_1.
10221         (insv): Likewise.
10222         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
10223         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
10224         (arm_canonicalize_comparison): Likewise.
10225         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
10226         HOST_WIDE_INT_1.
10227         (thumb1_size_rtx_costs): Likewise.
10228         (vfp_const_double_index): Replace cast of 1 to unsigned
10229         HOST_WIDE_INT with HOST_WIDE_INT_1U.
10230         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
10231         HOST_WIDE_INT_1.
10232         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
10233         HOST_WIDE_INT with HOST_WIDE_INT_1U.
10234         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
10235         HOST_WIDE_INT with HOST_WIDE_INT_1.
10237 2016-05-24  Marek Polacek  <polacek@redhat.com>
10239         * tree-cfg.h (should_remove_lhs_p): New predicate.
10240         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
10241         * gimplify.c (gimplify_modify_expr): Likewise.
10242         * tree-cfg.c (verify_gimple_call): Likewise.
10243         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
10244         * gimple-fold.c: Include "tree-cfg.h".
10245         (gimple_fold_call): Use should_remove_lhs_p.
10247 2016-05-24  Richard Biener  <rguenther@suse.de>
10249         PR tree-optimization/71253
10250         * cfganal.h (control_dependences): Make robust against edge
10251         and BB removal.
10252         (control_dependences::control_dependences): Remove edge_list argument.
10253         (control_dependences::get_edge): Remove.
10254         (control_dependences::get_edge_src): Add.
10255         (control_dependences::get_edge_dest): Likewise.
10256         (control_dependences::m_el): Make a vector of edge src/dest index.
10257         * cfganal.c (control_dependences::find_control_dependence): Adjust.
10258         (control_dependences::control_dependences): Likewise.
10259         (control_dependences::~control_dependence): Likewise.
10260         (control_dependences::get_edge): Remove.
10261         (control_dependences::get_edge_src): Add.
10262         (control_dependences::get_edge_dest): Likewise.
10263         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
10264         get_edge_src.
10265         (perform_tree_ssa_dce): Adjust.
10266         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
10267         get_edge_src.
10268         (pass_loop_distribution::execute): Adjust.  Do loop destroying
10269         conditional on changed.
10271 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10273         PR target/69857
10274         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
10275         return.  Reindent transformation comment and mention the ARM state
10276         behavior.
10278 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
10280         PR middle-end/71252
10281         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
10282         after build_and_add_sum creates new use stmt.
10284 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
10286         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
10287         load_lanes/grouped_load classification comes first.  Don't check
10288         whether the vectorization factor is a multiple of the group size
10289         for load_lanes.
10291 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
10293         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
10294         GROUP_GAP for single-element interleaving.
10295         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
10296         variable.
10298 2016-05-24  Richard Biener  <rguenther@suse.de>
10300         PR middle-end/70434
10301         PR c/69504
10302         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
10303         bases which are accessed with non-invariant indices.
10304         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
10305         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
10307 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
10309         PR middle-end/71170
10310         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
10311         (add_to_ops_vec): Add stmt_to_insert.
10312         (add_repeat_to_ops_vec): Init stmt_to_insert.
10313         (insert_stmt_before_use): New.
10314         (transform_add_to_multiply): Remove mult_stmt insertion and add it
10315         to ops vector.
10316         (get_ops): Init stmt_to_insert.
10317         (maybe_optimize_range_tests): Likewise.
10318         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
10319         (rewrite_expr_tree_parallel): Likewise.
10320         (reassociate_bb): Likewise.
10322 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
10324         PR target/71201
10325         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
10326         ISA 3.0 xxperm fusion alternative.
10327         (altivec_vperm_v8hiv16qi): Likewise.
10328         (altivec_vperm_<mode>_uns_internal): Likewise.
10329         (vperm_v8hiv4si): Likewise.
10330         (vperm_v16qiv8hi): Likewise.
10332 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
10333             Kelvin Nilsen  <kelvin@gcc.gnu.org>
10335         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
10336         vpermr/xxpermr on ISA 3.0.
10337         (altivec_expand_vec_perm_le): Likewise.
10338         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
10339         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
10340         ISA 3.0.
10342 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
10344         * config/i386/i386.h (IS_STACK_MODE): Enable for
10345         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
10346         SSE_FLOAT_MODE_P macros.
10347         * config/i386/i386.c (ix86_preferred_reload_class): Use
10348         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
10349         Cleanup regclass processing for CONST_DOUBLE_P.
10350         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
10351         (ix86_rtx_costs): Remove redundant TARGET_80387 check
10352         with IS_STACK_MODE macro.
10353         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
10354         with TARGET_SSE2.
10355         (*movdf_internal): Use IS_STACK_MODE macro.
10356         (*movsf_internal): Ditto.
10358 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
10360         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
10361         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
10363 2016-05-23  Jeff Law  <law@redhat.com>
10365         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
10366         extracted from ...
10367         (fsm_find_control_statement_thread_paths): Call it.
10369 2016-05-23  Martin Jambor  <mjambor@suse.cz>
10371         PR ipa/71234
10372         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
10373         from_global_constant if t is not NULL.
10375 2016-05-23  Marek Polacek  <polacek@redhat.com>
10377         PR c/49859
10378         * common.opt (Wswitch-unreachable): New option.
10379         * doc/invoke.texi: Document -Wswitch-unreachable.
10380         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
10381         warning.
10383 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
10385         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
10386         TMR_INDEX is non-NULL.
10388 2016-05-23  Richard Biener  <rguenther@suse.de>
10390         PR tree-optimization/71230
10391         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
10392         (try_special_add_to_ops): ... here.  Always test for single-use.
10394 2016-05-23  Martin Jambor  <mjambor@suse.cz>
10396         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
10397         default block if a PHI node in the original one would be resized.
10399 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
10401         PR tree-optimization/58135
10402         * tree-vect-slp.c: When group size is not multiple
10403         of vector size, allow splitting of store group at
10404         vector boundary.
10406 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
10408         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
10410 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
10412         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
10413         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
10414         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
10415         of 64x2.
10417         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
10418         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
10419         v constraint instead of x and vinserti32x4 insn.
10421         * config/i386/sse.md (i128vldq): New mode iterator.
10422         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
10423         avx512dq and avx512vl alternatives.
10425         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
10426         constraint, use maybe_evex prefix instead of vex.
10427         (vec_dupv4sf): Use v constraint instead of x for output
10428         operand except for noavx alternative, use Yv constraint
10429         instead of x for input.  Use maybe_evex prefix instead of vex.
10430         (*vec_dupv4si): Likewise.
10431         (*vec_dupv2di): Likewise.
10433 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
10435         PR middle-end/40921
10436         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
10437         (linearize_expr_tree): Call try_special_add_to_ops.
10438         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
10440 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10442         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
10443         to computed stack_usage.
10445 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
10447         PR target/71103
10448         * config/avr/avr.md (define_expand "mov<mode>"): If the source
10449         operand is subreg (symbol_ref) then move the symbol ref to register.
10451 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
10453         * tree.c (array_at_struct_end_p): Look through MEM_REF.
10455 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
10457         PR middle-end/71179
10458         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
10459         VECTOR type.
10461 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
10463         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
10464         ranges by calling get_single_symbol and tidy up.  Look more closely
10465         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
10467 2016-05-20  Jeff Law  <law@redhat.com>
10469         * bitmap.c (bitmap_find_bit): Remove useless test.
10471 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
10473         * function.c (thread_prologue_and_epilogue_insns): Commit the
10474         insertion of the epilogue.
10476 2016-05-20  Martin Jambor  <mjambor@suse.cz>
10478         PR tree-optimization/70884
10479         * tree-sra.c (initialize_constant_pool_replacements): Do not check
10480         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
10481         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
10482         of constant pool data as a reason for scalarization.
10484 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
10486         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
10487         for naked functions.
10488         (thumb1_expand_prologue): Likewise.
10490 2016-05-20  Nathan Sidwell  <nathan@acm.org>
10492         * config/nvptx/nptx.c (nvptx_option_override): Only set
10493         flag_toplevel_reorder, if not explicitly specified.  Set
10494         flag_no_common, unless explicitly specified.
10496 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
10498         * calls.c (can_implement_as_sibling_call_p): Mark param
10499         reg_parm_stack_space with ATTRIBUTE_UNUSED.
10501 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
10503         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
10504         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
10505         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
10506         constants.
10507         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
10508         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
10509         and CASE_CONST_ANY.
10511 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
10513         * config/nvptx/nvptx.md (sincossf3): New pattern.
10515 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
10517         * calls.c (maybe_complain_about_tail_call): New function.
10518         (initialize_argument_information): Call
10519         maybe_complain_about_tail_call when clearing *may_tailcall.
10520         (can_implement_as_sibling_call_p): Call
10521         maybe_complain_about_tail_call when returning false.
10522         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
10523         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
10524         if tail-call optimization fails.
10525         * cfgexpand.c (expand_call_stmt): Initialize
10526         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
10527         * gimple-pretty-print.c (dump_gimple_call): Dump
10528         gimple_call_must_tail_p.
10529         * gimple.c (gimple_build_call_from_tree): Call
10530         gimple_call_set_must_tail with the value of
10531         CALL_EXPR_MUST_TAIL_CALL.
10532         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
10533         (gimple_call_set_must_tail): New function.
10534         (gimple_call_must_tail_p): New function.
10535         * print-tree.c (print_node): Update printing of TREE_STATIC
10536         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
10537         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
10538         trailing comment listing applicable flags.
10539         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
10541 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
10543         * calls.c (expand_call): Move "Rest of purposes for tail call
10544         optimizations to fail" to...
10545         (can_implement_as_sibling_call_p): ...this new function, and
10546         split into multiple "if" statements.
10548 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
10550         * cfgloop.h (expected_loop_iterations_unbounded,
10551         expected_loop_iterations): Unconstify.
10552         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
10553         profile with known upper bound; return 3 when profile is absent.
10554         (expected_loop_iterations): Update.
10556 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
10558         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
10559         and get_max_loop_iterations_int.
10561 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
10563         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
10564         realistic upper bounds here.
10566 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
10568         PR c++/71210
10569         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
10570         calls if the LHS is variable length or has addressable type.
10571         If targets[0]->decl is a noreturn call with void return type and
10572         zero arguments, adjust fntype and remove lhs in that case.
10574 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
10576         PR tree-optimization/71079
10577         PR tree-optimization/71206
10578         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
10580 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
10582         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
10583         (get_vec_alignment_for_array_decl): Likewise.
10584         (get_vec_alignment_for_record_decl): Likewise.
10585         (increase_alignment::execute): Move code to find alignment to
10586         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
10587         (type_align_map): New hash_map.
10589 2016-05-20  Richard Guenther  <rguenther@suse.de>
10591         PR tree-optimization/29756
10592         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
10593         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
10594         * fold-const.c (operand_equal_p): Likewise.
10595         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
10596         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
10597         * tree-inline.c (estimate_operator_cost): Likewise.
10598         * tree-pretty-print.c (dump_generic_node): Likewise.
10599         * tree-ssa-operands.c (get_expr_operands): Likewise.
10600         * cfgexpand.c (expand_debug_expr): Likewise.
10601         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
10602         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
10603         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
10604         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
10605         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
10606         (execute_update_addresses_taken): Do it.
10608 2016-05-20  Richard Biener  <rguenther@suse.de>
10610         PR tree-optimization/71185
10611         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
10612         register operations.
10614 2016-05-20  Richard Biener  <rguenther@suse.de>
10616         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
10617         gimple_seq_add_seq_without_update.
10618         (release_bb_predicate): Assert we have no operands to free.
10619         (if_convertible_loop_p_1): Calculate post dominators later.
10620         Do not free BB predicates here.
10621         (combine_blocks): Do not recompute BB predicates.
10622         (version_loop_for_if_conversion): Save BB predicates around
10623         loop versioning.
10625 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
10627         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
10628         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
10629         code.  Ignore sibcalls on EDGE_IGNORE edges.
10630         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
10631         on edges for sibcalls that run without prologue.  The rest of the
10632         function is combined from...
10633         (fix_fake_fallthrough_edge): ... this, and ...
10634         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
10635         function argument, make it a local variable.
10637 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
10639         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
10640         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
10641         for 32-bit mode and SEH for 64-bit.
10642         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
10643         TARGET_64BIT_DEFAULT.
10645 2016-05-19  Ryan Burn  <contact@rnburn.com>
10647         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
10648         * gengtype.c (open_base_files): Add cilk.h to ifiles.
10650 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
10652         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
10653         force pending loads from memory.
10655 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10657         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
10658         (UNSPEC_DARN_32): New unspec constant.
10659         (UNSPEC_DARN_RAW): New unspec constant.
10660         (darn_32): New instruction.
10661         (darn_raw): New instruction.
10662         (darn): New instruction.
10663         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
10664         support and documentation for this macro.
10665         (BU_P9_MISC_1): New macro definition.
10666         (BU_P9_64BIT_MISC_0): New macro definition.
10667         (BU_P9_MISC_0): New macro definition.
10668         (darn_32): New builtin definition.
10669         (darn_raw): New builtin definition.
10670         (darn): New builtin definition.
10671         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
10672         RS6000_BUILTIN_0 directives to surround each occurrence of
10673         #include "rs6000-builtin.def".
10674         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
10675         RS6000_BTM_64BIT flags to the returned mask, depending on
10676         configuration.
10677         (def_builtin): Correct an error in the assignments made to the
10678         debugging variable attr_string.
10679         (rs6000_expand_builtin): Add support for no-operand built-in
10680         functions.
10681         (builtin_function_type): Remove fatal_error assertion that is no
10682         longer valid.
10683         (rs6000_common_init_builtins): Add support for no-operand built-in
10684         functions.
10685         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
10686         definition.
10687         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
10688         definition.
10689         (RS6000_BTM_64BIT): New macro definition.
10690         * doc/extend.texi: Document __builtin_darn (void),
10691         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
10692         functions.
10694 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
10696         * tree-vect-loop.c (vect_analyze_loop_2): Use also
10697         max_loop_iterations_int.
10699 2016-05-19  Marek Polacek  <polacek@redhat.com>
10701         PR tree-optimization/71031
10702         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
10703         condition and adjust the code a bit.
10705 2016-05-19  Martin Liska  <mliska@suse.cz>
10707         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
10708         auto_vec instead of vec.
10710 2016-05-19  Martin Liska  <mliska@suse.cz>
10712         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
10714 2016-05-19  Martin Liska  <mliska@suse.cz>
10716         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
10718 2016-05-19  Martin Liska  <mliska@suse.cz>
10720         * ipa-pure-const.c (set_function_state): Remove an existing
10721         funct_state.
10722         (remove_node_data): Do not free it as it's released
10723         in set_function_state.
10725 2016-05-19  Martin Liska  <mliska@suse.cz>
10727         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
10728         bitmap.
10730 2016-05-19  Martin Liska  <mliska@suse.cz>
10732         * omp-simd-clone.c (simd_clone_adjust): Release vector.
10734 2016-05-19  Martin Liska  <mliska@suse.cz>
10736         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
10737         an auto_vec instead of re-creating it.
10739 2016-05-19  Martin Liska  <mliska@suse.cz>
10741         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
10742         auto_vec instead of vec.
10744 2016-05-19  Martin Liska  <mliska@suse.cz>
10746         * lto-section-in.c (lto_get_section_data): Call
10747         lto_check_version with additional argument.
10748         * lto-streamer.c (lto_check_version): Add new argument.
10749         * lto-streamer.h (lto_check_version): Likewise.
10751 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10753         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
10754         Don't add cost of inner memory when handling sign-extended loads.
10756 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
10758         PR rtl-optimization/71148
10759         * cse.c (cse_main): Free dominance info.
10760         (rest_of_handle_cse): Don't free dominance info.
10761         (rest_of_handle_cse2): Likewise.
10762         (rest_of_handle_cse_after_global_opts): Likewise.
10764 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10766         PR target/71056
10767         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
10768         NULL_TREE early if NEON is not available.  Remove now redundant check
10769         in ARM_CHECK_BUILTIN_MODE.
10771 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
10773         PR sanitizer/64354
10774         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
10775         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
10776         * doc/cpp.texi: Document new macros.
10778 2016-05-19  Bin Cheng  <bin.cheng@arm.com>
10780         PR tree-optimization/69848
10781         * tree-vect-loop.c (vectorizable_reduction): Don't factor
10782         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
10784 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
10786         * function.c (thread_prologue_and_epilogue_insn): Move the
10787         "goto epilogue_done" one block later.
10789 2016-05-19  Richard Biener  <rguenther@suse.de>
10791         PR tree-optimization/70729
10792         * passes.def: Move LIM pass before PRE.  Remove no longer
10793         required copyprop and move first DCE out of the loop pipeline.
10795 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
10797         PR driver/69265
10798         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
10799         (OBJS-libcommon-target): ...here.
10800         * opts-common.c: Include spellcheck.h.
10801         (cmdline_handle_error): Build a vec of valid options and use it
10802         to suggest provide hints for misspelled arguments.
10804 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
10806         PR c++/71100
10807         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
10808         lhs if it has TREE_ADDRESSABLE type.
10810 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
10812         PR target/71145
10813         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
10814         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
10816 2016-05-18  Martin Jambor  <mjambor@suse.cz>
10818         PR ipa/69708
10819         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
10820         input for NOP_EXPR pass-through functions.
10821         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
10822         aggregate global constant VAR_DECLs in constant jump functions.
10824 2016-05-18  Martin Jambor  <mjambor@suse.cz>
10826         PR ipa/69708
10827         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
10828         from TREE_READONLY parameters.
10830 2016-05-18  Martin Jambor  <mjambor@suse.cz>
10832         PR ipa/69708
10833         * cgraph.h (cgraph_indirect_call_info): New field
10834         guaranteed_unmodified.
10835         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
10836         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
10837         appropriate.
10838         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
10839         pass the parameter value to ipa_find_agg_cst_for_param.
10840         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
10841         guaranteed_unmodified, store AA results there instead of bailing out
10842         if present.
10843         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
10844         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
10845         (find_constructor_constant_at_offset): New function.
10846         (ipa_find_agg_cst_from_init): Likewise.
10847         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
10848         static initializers of contants, report back through a new paameter
10849         from_global_constant if that was the case.
10850         (try_make_edge_direct_simple_call): Also pass parameter value to
10851         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
10852         appropriate.
10853         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
10854         (ipa_read_indirect_edge_info): Likewise.
10855         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
10856         (ipa_load_from_parm_agg): Likewise.
10858 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
10860         PR rtl-optimization/71150
10861         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
10862         check.
10864 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
10866         PR target/70915
10867         * config/rs6000/constraints.md (wE constraint): New constraint
10868         for a vector constant that can be loaded with XXSPLTIB.
10869         (wM constraint): New constraint for a vector constant of a 1's.
10870         (wS constraint): New constraint for a vector constant that can be
10871         loaded with XXSPLTIB and a vector sign extend instruction.
10872         * config/rs6000/predicates.md (xxspltib_constant_split): New
10873         predicates for wE/wS constraints.
10874         (xxspltib_constant_nosplit): Likewise.
10875         (easy_vector_constant): Add support for constants that can be
10876         loaded via XXSPLTIB.
10877         (all_ones_constant): New predicate for vector constant with all
10878         1's set.
10879         (splat_input_operand): Add support for ISA 3.0 word splat operations.
10880         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
10881         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
10882         instruction and possibly with a sign extension.
10883         (output_vec_const_move): Add support for XXSPLTIB. If we are
10884         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
10885         instead of XXLXOR/XXLORC.
10886         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
10887         operations.
10888         (rs6000_legitimize_reload_address): Likewise.
10889         (rs6000_output_move_128bit): Use output_vec_const_move to emit
10890         constants.
10891         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
10892         combine VSX_M and VSX_M2 into one iterator.
10893         (VSX_M2): Likewise.
10894         (VSINT_84): New iterators for loading constants with XXSPLTIB.
10895         (VSINT_842): Likewise.
10896         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
10897         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
10898         XXSPLTIB instruction.
10899         (xxspltib_<mode>_nosplit): Likewise.
10900         (xxspltib_<mode>_split): New insn to load up constants with
10901         XXSPLTIB and a sign extend instruction.
10902         (vsx_mov<mode>): Replace single move that handled all vector types
10903         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
10904         moves (when -mvsx-timode is in effect) into the main vector
10905         moves.  Eliminate separate moves for <VSr> <VSa>, where the
10906         preferred register class (<VSr>) is listed first, and the
10907         secondary register class (<VSa>) is listed second with a '?' to
10908         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
10909         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
10910         that if the register was involved in a slow operation, the
10911         clear/set operation does not wait for the slow operation to
10912         finish.  Adjust the length attributes for 32-bit mode.  Use
10913         rs6000_output_move_128bit and drop the use of the string
10914         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
10915         spacing so that the alternatives and attributes don't generate
10916         long lines, and put things in columns, so that it is easier to
10917         match up the operands and attributes with the insn alternatives.
10918         (vsx_mov<mode>_64bit): Likewise.
10919         (vsx_mov<mode>_32bit): Likewise.
10920         (vsx_movti_64bit): Fold movti into normal vector moves.
10921         (vsx_movti_32bit): Likewise.
10922         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
10923         splat instructions.
10924         (vsx_splat_v4si_internal): Likewise.
10925         (vsx_splat_v4sf_internal): Likewise.
10926         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
10927         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
10928         extend vector elements.
10929         (vsx_sign_extend_hi_<mode>): Likewise.
10930         (vsx_sign_extend_si_v2di): Likewise.
10931         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
10932         declaration.
10933         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
10934         constraints.  Add trailing period to wL documentation.
10936 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
10938         PR middle-end/71020
10939         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
10940         * tree-dfa.c (replace_abnormal_ssa_names): New function.
10941         * tree-call-cdce.c: Include tree-dfa.h.
10942         (can_guard_call_p): New function, extracted from...
10943         (can_use_internal_fn): ...here.
10944         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
10945         and return void.
10946         (shrink_wrap_one_built_in_call): Likewise.
10947         (use_internal_fn): Likewise.
10948         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
10949         and return void.  Call replace_abnormal_ssa_names.
10950         (pass_call_cdce::execute): Check can_guard_call_p during the
10951         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
10952         will always change something.
10954 2016-05-18  Martin Jambor  <mjambor@suse.cz>
10956         PR ipa/70646
10957         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
10958         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
10960 2016-05-18  Martin Jambor  <mjambor@suse.cz>
10962         PR ipa/70646
10963         * ipa-inline.h (condition): New field size.
10964         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
10965         for comaprison and store it into the new condition.
10966         (evaluate_conditions_for_known_args): Use condition size to check
10967         access sizes for all but CHANGED conditions.
10968         (unmodified_parm_1): New parameter size_p, store access size into it.
10969         (unmodified_parm): Likewise.
10970         (unmodified_parm_or_parm_agg_item): Likewise.
10971         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
10972         (set_cond_stmt_execution_predicate): Extract access sizes and store
10973         them to conditions.
10974         (set_switch_stmt_execution_predicate): Likewise.
10975         (will_be_nonconstant_expr_predicate): Likewise.
10976         (will_be_nonconstant_predicate): Likewise.
10977         (inline_read_section): Stream condition size.
10978         (inline_write_summary): Likewise.
10980 2016-05-18  Richard Biener  <rguenther@suse.de>
10982         * tree-ssa-loop-im.c (determine_max_movement): Properly add
10983         condition cost to PHI cost instead of total_cost.
10985 2016-05-18  Martin Liska  <mliska@suse.cz>
10987         PR fortran/70856
10988         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
10989         merged variables.
10991 2016-05-18  Richard Biener  <rguenther@suse.de>
10993         * lto-streamer.h (LTO_major_version): Bump to 6.
10995 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
10997         * function.c (make_split_prologue_seq, make_prologue_seq,
10998         make_epilogue_seq): New functions, factored out from...
10999         (thread_prologue_and_epilogue_insns): Here.
11001 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11003         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
11004         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
11005         of before.  Add a comment.
11007 2016-05-18  Bin Cheng  <bin.cheng@arm.com>
11009         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
11010         expression pointer, not pointer to the pointer.
11012 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
11014         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
11015         (avx2_pbroadcast<mode>): Add another alternative with v instead
11016         of x constraints in it, using <pbroadcast_evex_isa> isa.
11017         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
11019         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
11020         constraint x instead of v in second alternative, add avx512bw
11021         alternative.
11023         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
11024         constraint x instead of v in second alternative, add avx512bw
11025         alternative.
11027         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
11028         constraint x instead of v in second alternative, add avx512bw
11029         alternative.
11031         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
11032         avx512bw alternative.
11034 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11036         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
11037         array to 128 chars.
11038         (define_insn "*andnottf3"): Ditto.
11039         (define_insn "*<code><mode>3"/any_logic): Ditto.
11040         (define_insn "*<code>tf3"/any_logic): Ditto.
11041         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
11042         operand to block AVX-512VL insn variant emit when it is not enabled.
11044 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11046         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
11047         constraint fot SF mode.
11049 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
11050             Kirill Yukhin  <kirill.yukhin@intel.com>
11052         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
11053         modifiers.
11054         (define_insn "rsqrt14<mode>"): Ditto.
11055         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
11056         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
11057         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
11058         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
11059         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
11060         Ditto.
11061         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
11062         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
11063         * config/i386/i386.c (ix86_print_operand): Expand check for size
11064         override codes for Intel syntax.
11066 2016-05-18  Richard Biener  <rguenther@suse.de>
11068         PR tree-optimization/71168
11069         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
11070         initialization earlier.
11072 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
11074         * config/aarch64/aarch64-simd.md
11075         (aarch64_reduc_plus_internal<mode>): Rename to...
11076         (reduc_plus_scal): ...This, and remove previous implementation.
11078 2016-05-18  Richard Biener  <rguenther@suse.de>
11080         * passes.def: Put late dse and cd_dce in canonical order.
11082 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
11084         * ipa-inline-transform.c (preserve_function_body_p): Look for
11085         first non-thunk clone.
11086         (save_function_body): Save into first non-thunk.
11087         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
11088         up call stmt id.
11089         (lto_output_node): Inline thunks don't need body in every
11090         partition.
11091         * lto-streamer-in.c: Do not fixup thunk clones.
11092         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
11093         thunks.
11094         * tree-inline.c (copy_bb): Be prepared for target node to be new after
11095         folding suceeds.
11097 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
11099         PR middle-end/63586
11100         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
11101         (reassociate_bb): Call transform_add_to_multiply.
11103 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
11105         * config/aarch64/aarch64.c (all_extensions): Removed unused
11106         static variable.
11108 2016-05-17  Nathan Sidwell  <nathan@acm.org>
11110         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
11111         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
11113 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
11115         PR tree-optimization/54579
11116         PR middle-end/55299
11117         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
11119 2016-05-17  Marek Polacek  <polacek@redhat.com>
11121         PR ipa/71146
11122         * tree-inline.c (expand_call_inline): Call
11123         maybe_remove_unused_call_args.
11125 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
11127         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
11128         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
11129         * doc/md.texi (fmin@var{m}3): Likewise.
11131 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
11133         * match.pd (X & C): New transformation.
11135 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
11137         * match.pd (~X & Y): New transformation.
11139 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
11141         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
11142         information for new SSA_NAME.
11143         (simplify_conversion_using_ranges): Get range through get_range_info
11144         instead of get_value_range.
11146 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
11148         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
11149         Remove inline assembly.
11150         (vmvn_s16): Likewise.
11151         (vmvn_s32): Likewise.
11152         (vmvn_u8): Likewise.
11153         (vmvn_u16): Likewise.
11154         (vmvn_u32): Likewise.
11155         (vmvnq_s8): Likewise.
11156         (vmvnq_s16): Likewise.
11157         (vmvnq_s32): Likewise.
11158         (vmvnq_u8): Likewise.
11159         (vmvnq_u16): Likewise.
11160         (vmvnq_u32): Likewise.
11161         (vmvn_p8): Likewise.
11162         (vmvnq_p16): Likewise.
11164 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
11166         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
11167         Use builtin.
11168         (vmul_n_s16): Likewise.
11169         (vmul_n_s32): Likewise.
11170         (vmul_n_u16): Likewise.
11171         (vmul_n_u32): Likewise.
11172         (vmulq_n_f32): Likewise.
11173         (vmulq_n_f64): Likewise.
11174         (vmulq_n_s16): Likewise.
11175         (vmulq_n_s32): Likewise.
11176         (vmulq_n_u16): Likewise.
11177         (vmulq_n_u32): Likewise.
11179 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
11181         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
11182         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
11184 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
11186         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
11187         to *aarch64_fma4_elt_from_dup<mode>.
11188         (*aarch64_fnma4_elt_to_128df): Rename to
11189         *aarch64_fnma4_elt_from_dup<mode>.
11190         * config/aarch64/arm_neon.h (vfma_n_f64): New.
11191         (vfms_n_f32): Likewise.
11192         (vfms_n_f64): Likewise.
11193         (vfmsq_n_f32): Likewise.
11194         (vfmsq_n_f64): Likewise.
11196 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
11198         * wide-int.h: Change fixed_wide_int_storage from class to struct.
11200 2016-05-17  Richard Biener  <rguenther@suse.de>
11202         PR tree-optimization/71132
11203         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
11204         Only add control dependences for blocks in the loop.
11205         (build_rdg): Adjust.
11206         (generate_code_for_partition): Return whether loop should
11207         be destroyed and delay that.
11208         (distribute_loop): Likewise.
11209         (pass_loop_distribution::execute): Record loops to be destroyed
11210         and perform delayed destroying of loops.
11212 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11214         PR target/70809
11215         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
11217 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
11219         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
11221 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
11223         PR target/71114
11224         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
11225         insertion point for instructions generated by validize_mem.
11227 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
11229         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
11230         in brackets.
11232 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
11234         * config/aarch64/aarch64.c
11235         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
11236         rather than a macro.
11238 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
11240         * doc/invoke.texi (AArch64 Options): Various updates.
11242 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11244         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
11245         into instrumentation thunks.
11246         * cif-code.def (CIF_CHKP): New.
11248 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
11250         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
11252 2016-05-16  Martin Jambor  <mjambor@suse.cz>
11254         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
11255         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
11257 2016-05-16  Marek Polacek  <polacek@redhat.com>
11259         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
11260         commentary.
11262 2016-05-16  Martin Jambor  <mjambor@suse.cz>
11264         PR hsa/70857
11265         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
11266         the outlined kernel function.
11268 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
11270         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
11271         (ISA_HAS_DLSA): Ditto.
11273 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
11275         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
11277 2016-05-16  Nathan Sidwell  <nathan@acm.org>
11279         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
11280         (nvptx_name_replacement): Restore.  Add comment.
11281         (write_fn_proto, write_fn_proto_from_insn,
11282         nvptx_output_call_insn): Restore
11283         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
11285 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
11287         * config/aarch64/aarch64.md
11288         (add<mode>3_compareC_cconly_imm): Remove use of %w.
11289         (add<mode>3_compareC_imm): Likewise.
11290         (<optab>si3_uxtw): Split into register and immediate variants.
11291         (andsi3_compare0_uxtw): Likewise.
11292         (and<mode>3_compare0): Likewise.
11293         (and<mode>3nr_compare0): Likewise.
11294         (stack_protect_test_<mode>): Don't use %x for memory operands.
11296 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
11298         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
11300 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
11302         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
11303         Split integer shifts into shift_reg and bfm.
11304         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
11305         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
11306         (ror<mode>3_insn): Likewise.
11307         (<optab>si3_insn_uxtw): Likewise.
11308         (<optab><mode>3_insn): Change to rotate_imm.
11309         (extr<mode>5_insn_alt): Likewise.
11310         (extrsi5_insn_uxtw): Likewise.
11311         (extrsi5_insn_uxtw_alt): Likewise.
11313 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
11315         * doc/tm.texi: Regenerate.
11316         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
11317         (TARGET_INVALID_RETURN_TYPE): Remove.
11318         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
11319         TARGET_INVALID_RETURN_TYPE.
11320         * target.def (invalid_parameter_type): Remove.
11321         (invalid_return_type): Remove.
11323 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11325         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
11326         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
11327         calls from thunk.
11328         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
11329         gimple body.
11330         (preserve_function_body_p): No need to preserve function body
11331         * cif-codes.def (CIF_THUNK): Remove.
11332         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
11334 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11336         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
11338 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11340         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
11341         for thunks.
11343 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11345         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
11346         (inline_small_functions): Do not look for function symbol when
11347         resetting caches.
11349 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11351         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
11352         of inline thunks
11354 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
11355             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11356             Jiong Wang  <jiong.wang@arm.com>
11358         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
11359         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
11360         Define __ARM_FP16_ARGS when appropriate.
11361         * config/arm/arm.c (arm_invalid_parameter_type): Remove
11362         declaration.
11363         (arm_invalid_return_type): Likewise.
11364         (TARGET_INVALID_PARAMETER_TYPE): Remove.
11365         (TARGET_INVALID_RETURN_TYPE): Remove.
11366         (aapcs_vfp_sub_candidate): Allow HFmode.
11367         (aapcs_vfp_allocate): Add comment.  Support HFmode.
11368         (aapcs_vfp_allocate_return_reg): Likewise.
11369         (struct aapcs_cp_arg_layout): Slightly reword comments for
11370         is_return_candidate and allocate_return_reg.
11371         (output_mov_vfp): Update assert.
11372         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
11373         condition.
11374         (arm_invalid_parameter_type): Remove.
11375         (amr_invalid_return_type): Remove.
11376         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
11377         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
11378         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
11380 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
11382         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
11383         * config/aarch64/arch64-protos.h
11384         (aarch64_legitimize_reload_address): Remove.
11385         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
11386         Remove.
11388 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
11390         * configure.ac: Add ACX_NONCANONICAL_HOST.
11391         * configure: Regenerate.
11392         * Makefile.in: Set host_noncanonical.
11394 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
11396         PR target/71097
11397         * config/i386/i386.md (*movtf_internal): Before register allocation,
11398         do not allow FP constants for CM_MEDIUM memory model, allow only
11399         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
11400         (*movxf_internal): Ditto.
11401         (*movdf_internal): Ditto.
11402         (*movsf_internal): Ditto.
11404 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
11406         PR rtl-optimization/67483
11407         * combine.c (make_compound_operation): Don't call extract_left_shift
11408         with negative shift amounts.
11410 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
11412         PR bootstrap/71071
11413         * fold-const.c (fold_checksum_tree): Allow modification
11414         of TYPE_ALIAS_SET during folding.
11416         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
11417         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
11418         (ix86_split_to_parts): Likewise.  Fix up formatting.
11420 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
11422         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
11423         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
11424         printf format.
11426 2016-05-13  Nathan Sidwell  <nathan@acm.org>
11428         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
11429         (nvptx_name_replacement): Delete.
11430         (write_fn_proto, write_fn_proto_from_insn,
11431         nvptx_output_call_insn): Remove nvptx_name_replacement call.
11432         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
11433         * langhooks.c (add_builtin_funcction_common): Call
11434         targetm.mangle_decl_assembler_name.
11436         * config/nvptx/nvptx.c (write_fn_proto): Handle
11437         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
11439 2016-05-13  Martin Liska  <mliska@suse.cz>
11441         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
11442         and PRIu64 in printf format.
11444 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11446         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
11447         comment.
11449 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11451         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
11452         Change --param max-completely-peeled-times to
11453         --param max-completely-peel-times in dump file printing.
11455 2016-05-13  Richard Biener  <rguenther@suse.de>
11457         PR tree-optimization/42587
11458         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
11459         (find_bswap_or_nop_1): Likewise.
11460         (bswap_replace): Likewise.
11462 2016-05-13  Martin Liska  <mliska@suse.cz>
11464         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
11465         Initialize a variable with default value.
11467 2016-05-13  Martin Liska  <mliska@suse.cz>
11469         * doc/invoke.texi: Enhance explanation of error recovery
11470         of sanitizers.
11472 2016-05-13  Martin Liska  <mliska@suse.cz>
11474         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
11475         (struct cost_pair): Change inv_expr_id (int) to inv_expr
11476         (iv_inv_expr_ent *).
11477         (struct iv_inv_expr_ent): Comment struct fields.
11478         (sort_iv_inv_expr_ent): New function.
11479         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
11480         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
11481         a hash_map between iv_inv_expr_ent and number of usages.
11482         (niter_for_exit): Fix coding style.
11483         (tree_ssa_iv_optimize_init): Use renamed variable.
11484         (determine_base_object): Fix coding style.
11485         (alloc_iv): Likewise.
11486         (find_interesting_uses_outside): Likewise.
11487         (add_candidate_1): Likewise.
11488         (add_standard_iv_candidates): Likewise.
11489         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
11490         (prepare_decl_rtl): Fix coding style.
11491         (get_address_cost): Likewise.
11492         (get_shiftadd_cost): Likewise.
11493         (force_expr_to_var_cost): Likewise.
11494         (compare_aff_trees): Likewise.
11495         (get_expr_id): Restructure the function.
11496         (get_loop_invariant_expr_id): Renamed to
11497         get_loop_invariant_expr.
11498         (get_computation_cost_at): Replace usage of inv_expr_id with
11499         inv_expr.
11500         (get_computation_cost): Likewise.
11501         (determine_group_iv_cost_generic): Likewise.
11502         (determine_group_iv_cost_address): Likewise.
11503         (iv_period): Fix coding style.
11504         (iv_elimination_compare_lt): Likewise.
11505         (may_eliminate_iv): Likewise.
11506         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
11507         inv_expr.
11508         (determine_group_iv_costs): Dump invariant expressions.
11509         (iv_ca_recount_cost): Use the newly added hash_map.
11510         (iv_ca_set_remove_invariants): Fix coding style.
11511         (iv_ca_set_add_invariants): Fix coding style.
11512         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
11513         invariants.
11514         (iv_ca_set_cp): Likewise.
11515         (iv_ca_new): Initialize the newly added hash_map and remove
11516         initialization of fields.
11517         (iv_ca_free): Delete the hash_map.
11518         (iv_ca_dump): Dump invariant expressions.
11519         (iv_ca_extend): Fix coding style.
11520         (try_add_cand_for): Likewise.
11521         (create_new_ivs): Dump information about # of avg iterations and
11522         # of used invariant expressions.
11523         (rewrite_use_compare): Fix coding style.
11524         (free_loop_data): Set default value for max_inv_expr_id.
11526 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
11528         * cse.c (rest_of_handle_cse): Use cleanup_cfg
11529         returned value cse_cfg_altered computation.
11530         (rest_of_handle_cse2): Likewise.
11531         (rest_of_handle_cse_after_global_opts): Likewise.
11533 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11535         PR target/53440
11536         * config/arm/arm.c (arm32_output_mi_thunk): New.
11537         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
11538         to split Thumb1 vs TARGET_32BIT functionality.
11539         (arm_thumb1_mi_thunk): New.
11541 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11543         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
11544         to true.
11546 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11548         PR target/71080
11549         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
11551 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
11553         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
11554         (expand_builtin_trap): Emit a regular call.
11555         (set_builtin_user_assembler_name): Remove obsolete cases.
11556         * dse.c (scan_insn): Adjust.
11557         * except.c: Include calls.h.
11558         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
11559         emit a regular call to setjmp.
11560         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
11561         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
11562         (emit_block_move_via_libcall): Delete.
11563         (block_move_fn): Delete.
11564         (init_block_move_fn): Likewise.
11565         (emit_block_move_libcall_fn): Likewise.
11566         (emit_block_op_via_libcall): New function.
11567         (set_storage_via_libcall): Tidy up and use memset builtin.
11568         (block_clear_fn): Delete.
11569         (init_block_clear_fn): Likewise.
11570         (clear_storage_libcall_fn): Likewise.
11571         (expand_assignment): Call emit_block_move_via_libcall.
11572         Do not include gt-expr.h.
11573         * expr.h (emit_block_op_via_libcall): Declare.
11574         (emit_block_copy_via_libcall): New inline function.
11575         (emit_block_move_via_libcall): Likewise.
11576         (emit_block_comp_via_libcall): Likewise.
11577         (block_clear_fn): Delete.
11578         (init_block_move_fn): Likewise.
11579         (init_block_clear_fn): Likewise.
11580         (emit_block_move_via_libcall): Likewise.
11581         (set_storage_via_libcall): Add default parameter value.
11582         * libfuncs.h (enum libfunc_index): Remove obsolete values.
11583         (abort_libfunc): Delete.
11584         (memcpy_libfunc): Likewise.
11585         (memmove_libfunc): Likewise.
11586         (memcmp_libfunc): Likewise.
11587         (memset_libfunc): Likewise.
11588         (setbits_libfunc): Likewise.
11589         (setjmp_libfunc): Likewise.
11590         (longjmp_libfunc): Likewise.
11591         (profile_function_entry_libfunc): Likewise.
11592         (profile_function_exit_libfunc): Likewise.
11593         (gcov_flush_libfunc): Likewise.
11594         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
11595         and DECL_VISIBILITY on the declaration.
11596         (init_optabs): Do not initialize obsolete libfuncs.
11597         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
11598         * tree-core.h (ECF_RET1): Define.
11599         (ECF_TM_PURE): Adjust.
11600         (ECF_TM_BUILTIN): Likewise.
11601         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
11602         (build_common_builtin_nodes): Initialize abort builtin.
11603         Add ECF_RET1 on memcpy, memmove and memset builtins.
11604         Pass final flags for alloca and alloca_with_align builtins.
11605         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
11606         obsolete builtins.
11607         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
11608         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
11609         set_storage_via_libcall and call emit_block_copy_via_libcall.
11611 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
11613         * config/i386/i386.md (*call_got_x32): Change operand 0 to
11614         DImode before it is passed to ix86_output_call_operand.
11615         (*call_value_got_x32): Ditto for operand 1.
11617 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
11619         PR rtl-optimization/70904
11620         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
11621         reload for wide mode.
11623 2016-05-12  Marek Polacek  <polacek@redhat.com>
11625         PR c/70756
11626         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
11627         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
11628         * langhooks.h (incomplete_type_error): Likewise.
11629         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
11630         parameter, pass it down to incomplete_type_error.
11631         * tree.h (size_in_bytes): New inline overload.
11632         (size_in_bytes_loc): Renamed from size_in_bytes.
11634 2016-05-12  Richard Biener  <rguenther@suse.de>
11636         PR tree-optimization/71059
11637         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
11638         nary before looking up or entering the expression into the VN
11639         hashes.
11640         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
11641         Make sure to re-use NARYs without result as inserted by
11642         phi-translation.
11644 2016-05-12  Richard Biener  <rguenther@suse.de>
11646         PR tree-optimization/71062
11647         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
11648         field.
11649         * tree-ssa-structalias.c (set_uids_in_ptset): Set
11650         vars_contains_restrict if the var is a restrict tag.
11651         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
11652         do not disambiguate pointers against it.
11653         (dump_points_to_solution): Re-structure and adjust for new
11654         vars_contains_restrict flag.
11655         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
11657 2016-05-12  Martin Liska  <mliska@suse.cz>
11659         * doc/invoke.texi: Explain connection between
11660         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
11662 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
11664         PR tree-optimization/71006
11665         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
11666         consider COND_EXPR as a mask producer.
11668 2016-05-12  Marek Polacek  <polacek@redhat.com>
11670         PR driver/71063
11671         * opts.c (common_handle_option): Detect missing argument for --help^.
11673 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11675         PR target/70830
11676         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
11677         when popping the PC and within an interrupt handler routine.
11678         Add missing tab to output of "ldmfd".
11679         (output_return_instruction): Output LDMFD with SP update rather
11680         than POP when returning from interrupt handler.
11682 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
11684         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
11685         TARGET_64BIT && TARGET_AVX512DQ.
11686         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
11687         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
11688         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
11689         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
11690         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
11691         (*vec_extractv4si_zext): Add avx512dq alternative.
11692         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
11693         use v instead of x constraint in other alternatives where possible.
11695         * config/i386/sse.md (sse2_loadld): Use v instead of x
11696         constraint in alternatives 0,1,4.
11698         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
11699         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
11700         v constraints instead of x and <pinsr_evex_isa> isa attribute.
11702         PR target/71019
11703         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
11704         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
11705         is not emitted unless TARGET_AVX512BW.
11706         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
11707         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
11708         for the result operand.
11710         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
11711         constraint instead of x in avx alternatives.  Use maybe_evex instead
11712         of vex prefix.
11714         * config/i386/constraints.md (Yv): New constraint.
11715         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
11716         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
11717         * config/i386/i386.md (avx512fvecmode): New mode attr.
11718         (*pushtf): Use v constraint instead of x.
11719         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
11720         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
11721         (*absneg<mode>2): Use Yv constraint instead of x constraint.
11722         (*absnegtf2_sse): Likewise.
11723         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
11724         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
11725         avx512f alternatives.
11726         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
11728 2016-05-12  Richard Biener  <rguenther@suse.de>
11730         PR tree-optimization/71060
11731         * tree-data-ref.c (initialize_data_dependence_relation): Do not
11732         require exact match of DR_BASE_OBJECT but only matching address and
11733         type.
11735 2016-05-12  Richard Biener  <rguenther@suse.de>
11737         PR tree-optimization/70986
11738         * cfganal.c: Include cfgloop.h.
11739         (dfs_find_deadend): Prefer to take edges exiting loops.
11741 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11743         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
11744         compile and run time.
11746 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
11748         PR c/43651
11749         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
11751 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
11753         * config/i386/i386.c (legitimize_pic_address): Use
11754         copy_to_suggested_reg instead of gen_movsi.
11756 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
11758         * config/rs6000/predicates.md (quad_memory_operand): Move most of
11759         the code into quad_address_p and call it to share code with
11760         vsx_quad_dform_memory_operand.
11761         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
11762         d-form support.
11763         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
11764         bit instead of being a separate word.  Split -mpower9-dform into
11765         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
11766         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
11767         for the register class supporting 128-bit quad word memory offsets.
11768         (mode_supports_vsx_dform_quad): Helper function to return if the
11769         register class uses quad word memory offsets.
11770         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
11771         (rs6000_debug_reg_global): Always print if we are using LRA or not.
11772         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
11773         instructions are enabled, set up the appropriate addr_masks for
11774         128-bit types.
11775         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
11776         -mpower9-dform-scalar, instead of -mpower9-dform.
11777         (rs6000_option_override_internal): Split -mpower9-dform into two
11778         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
11779         -mpower9-dform switch sets or clears both.  If we are not using
11780         the LRA register allocator, do not enable -mpower9-dform-vector by
11781         default.  If we are using LRA, enable -mpower9-dform-vector and
11782         -mvsx-timode if it is appropriate.  Issue a warning if either
11783         -mpower9-dform-vector or -mvsx-timode are explicitly used without
11784         enabling LRA.
11785         (quad_address_offset_p): New helper function to return if the
11786         offset is legal for quad word memory instructions.
11787         (quad_address_p): New function to determin if GPR or vector
11788         register quad word memory addresses are legal.
11789         (mem_operand_gpr): Validate quad word address offsets.
11790         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
11791         d-form (register + offset) instructions.
11792         (offsettable_ok_by_alignment): Likewise.
11793         (rs6000_legitimate_offset_address_p): Likewise.
11794         (legitimate_lo_sum_address_p): Likewise.
11795         (rs6000_legitimize_address): Likewise.
11796         (rs6000_legitimize_reload_address): Add more debug statements for
11797         -mdebug=addr.
11798         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
11799         d-form instructions.
11800         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
11801         d-form instructions.  Distinguish different cases in debug
11802         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
11803         d-form instructions.
11804         (rs6000_preferred_reload_class): Likewise.
11805         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
11806         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
11807         of the ISA 2.06 indexed memory instructions.
11808         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
11809         use them to save/restore the saved vector registers instead of
11810         using Altivec instructions.
11811         (rs6000_emit_epilogue): Likewise.
11812         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
11813         (rs6000_opt_masks): Split -mpower9-dform into
11814         -mpower9-dform-scalar and -mpower9-dform-vector.
11815         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
11816         was not selected.
11817         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
11818         ISA 3.0 vector indexed memory instructions, and fold the code into
11819         the normal mov<mode> patterns.
11820         (p9_vecstore_<mode>): Likewise.
11821         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
11822         instructions.
11823         (vsx_movti_64bit): Likewise.
11824         (vsx_movti_32bit): Likewise.
11825         * config/rs6000/constraints.md (wO constraint): New constraint for
11826         ISA 3.0 vector d-form support.
11827         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
11828         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
11829         include -mpower9-dform-vector until we switch over to LRA.
11830         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
11831         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
11832         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
11833         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
11834         for -mpower9-dform and -mlra.
11835         * doc/md.texi (wO constraint): Document wO constraint.
11837 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
11839         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
11840         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
11841         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
11842         Move handling of non-insn arguments inline into the sole user:
11843         (output_trans_func): ...here.
11844         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
11845         in emitted function prototype.
11846         (output_internal_insn_latency_func): Ditto.  Simplify.
11847         (output_internal_maximal_insn_latency_func): Ditto.  Delete
11848         always-unused argument.
11849         (output_insn_latency_func): Ditto.
11850         (output_maximal_insn_latency_func): Ditto.
11852 2016-05-11  Richard Biener  <rguenther@suse.de>
11854         PR tree-optimization/71055
11855         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
11856         sth with precision not equal to access size verify we don't chop
11857         off bits.
11859 2016-05-11  Richard Biener  <rguenther@suse.de>
11861         PR debug/71057
11862         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
11863         (dwarf2out_finish): Move retry_incomplete_types call ...
11864         (dwarf2out_early_finish): ... here.
11866 2016-05-11  Richard Biener  <rguenther@suse.de>
11868         PR middle-end/71002
11869         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
11870         if the langhook insists on it.
11871         * fold-const.c (make_bit_field_ref): Add arg for the original
11872         reference and preserve its alias-set.
11873         (decode_field_reference): Take exp by reference and adjust it
11874         to the original memory reference.
11875         (optimize_bit_field_compare): Adjust callers.
11876         (fold_truth_andor_1): Likewise.
11877         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
11879 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
11881         PR middle-end/70807
11882         * cfgrtl.h (delete_insn_and_edges): Now return bool.
11883         * cfgrtl.c (delete_insn_and_edges): Likewise.
11884         * config/i386/i386.c (convert_scalars_to_vector): Remove
11885         redundant code.
11886         * cse.c (cse_insn): Compute cse_cfg_altered.
11887         (delete_trivially_dead_insns): Likewise.
11888         (cse_cc_succs): Likewise.
11889         (rest_of_handle_cse): Free dominance info if required.
11890         (rest_of_handle_cse2): Likewise.
11891         (rest_of_handle_cse_after_global_opts): Likewise.
11893 2016-05-11  Alan Modra  <amodra@gmail.com>
11895         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
11896         abi_v4_pass_in_fpr): New functions.
11897         (rs6000_function_arg_boundary): Exclude complex IBM long double
11898         from 64-bit alignment when ABI_V4.
11899         (rs6000_function_arg, rs6000_function_arg_advance_1,
11900         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
11902 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
11904         PR rtl-optimization/71028
11905         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
11906         jump with just a return in the fallthrough block if the branch
11907         block contains just a return as well.
11909 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
11911         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
11912         * match.pd ((X & Y) ^ Y): ... this.
11913         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
11914         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
11916 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
11918         * read-md.c (require_char_ws): New function.
11919         (read_string): Simplify using require_char_ws.
11920         (handle_constants): Likewise.
11921         (handle_enum): Likewise.
11922         (handle_file): Likewise.
11923         * read-md.h (require_char_ws): New declaration.
11924         * read-rtl.c (read_conditions): Simplify using require_char_ws.
11925         (read_mapping): Likewise.
11926         (read_rtx_code): Likewise.
11927         (read_nested_rtx): Likewise.
11929 2016-05-10  James Norris  <jnorris@codesourcery.com>
11931         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
11932         if offloading is enabled and -fopenacc or -fopenmp is specified.
11933         (CRTOFFLOADEND): Likewise.
11934         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
11935         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
11937 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
11939         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
11940         gotoff_operand code paths.  Use copy_to_suggested_regs and
11941         expand_simple_binop where appropriate.  Cleanup.
11943 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
11945         PR target/70799
11946         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
11947         integer constants.
11948         (dimode_scalar_chain::vector_const_cost): New.
11949         (dimode_scalar_chain::compute_convert_gain): Handle constants.
11950         (dimode_scalar_chain::convert_op): Likewise.
11951         (dimode_scalar_chain::convert_insn): Likewise.
11953 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
11955         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
11956         unary operation, not a binary one.
11958 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
11960         PR middle-end/70877
11961         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
11962         calls with type casted fndecl.
11964 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
11966         PR tree-optimization/70786
11967         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
11968         * calls.c (initialize_argument_information): Bind bounds
11969         with corresponding args passed by reference.
11971 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
11973         PR target/70927
11974         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
11975         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
11976         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
11977         accordingly.
11979 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11981         PR target/70963
11982         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
11983         code for a zero scale factor.
11984         (vsx_xvcvdpuxds_scale): Likewise.
11986 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
11988         * diagnostic-show-locus.c (layout::layout): Call show_ruler
11989         if show_ruler_p was set on the context.
11990         (layout::show_ruler): New method.
11991         * diagnostic.h (struct diagnostic_context): Add field
11992         "show_ruler_p".
11994 2016-05-10  Richard Biener  <rguenther@suse.de>
11996         PR tree-optimization/71039
11997         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
11998         (chk_uses): New function.
11999         (propagate_with_phi): Verify we can safely replicate the lhs of an
12000         aggregate assignment on all incoming edges.
12002 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
12004         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
12005         Forward declare.
12006         (rx_atomic_sequence): New class.
12007         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
12008         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
12009         non-inline.
12010         (rx_atomic_sequence::rx_atomic_sequence,
12011         rx_atomic_sequence::~rx_atomic_sequence): New functions.
12012         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
12013         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
12014         CTRLREG_INTB): New constants.
12015         (FETCHOP): New code iterator.
12016         (fethcop_name, fetchop_name2): New iterator code attributes.
12017         (QIHI): New mode iterator.
12018         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
12019         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
12020         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
12022 2016-05-10  Martin Liska  <mliska@suse.cz>
12024         * tree-inline.c (remap_dependence_clique): Do not remap
12025         debugging statements.
12027 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12029         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
12030         ("*fixuns_truncdfdi2_z13")
12031         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
12032         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
12033         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
12035 2016-05-10  Richard Biener  <rguenther@suse.de>
12037         PR tree-optimization/70497
12038         PR tree-optimization/28367
12039         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
12040         split out from ...
12041         (visit_reference_op_load): ... here.
12042         (vn_reference_lookup_3): Use it to handle subreg-like accesses
12043         with simplified BIT_FIELD_REFs.
12044         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
12045         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
12046         correctly.
12048 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
12050         * dwarf2out.c (add_abstract_origin_attribute): Adjust
12051         documentation comment.  For BLOCK nodes, add a
12052         DW_AT_abstract_origin attribute that points to the DIE generated
12053         for the origin BLOCK.
12054         (gen_lexical_block_die): Call add_abstract_origin_attribute for
12055         blocks from inlined functions.
12057 2016-05-10  Alan Modra  <amodra@gmail.com>
12059         PR target/70947
12060         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
12061         regrename modifying insns saving lr before __morestack call.
12062         * config/rs6000/rs6000.md (split_stack_return): Similarly for
12063         insns restoring lr after __morestack call.
12065 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
12067         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
12068         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
12069         expanders.
12070         * config/i386/sse.md (vec_interleave_high<mode>,
12071         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
12072         <avx512>_vpermt2var<mode>3_maskz): Likewise.
12074 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
12076         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
12077         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
12078         parallel reassociation for power8 and forward.
12080 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
12082         * config/i386/i386.md (absneg splitters with general regs): Use
12083         general_reg_operand predicate.
12084         (btsq peephole2): Use x86_64_immediate_operand to check if new
12085         value is suitable for immediate operand.  Generate emitted insn
12086         using RTL expressions.
12087         (btcq peephole2): Ditto.
12088         (btrq peephole2): Ditto.  Generate correct immediate operand
12089         for AND masking.
12091 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
12093         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
12094         bitpos.
12096 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
12098         * tree-affine.c (wide_int_constant_multiple_p): Add missing
12099         pointer dereference.
12101 2016-05-09  Richard Biener  <rguenther@suse.de>
12103         PR tree-optimization/70985
12104         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
12105         op0 isn't a gimple register.
12107 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
12109         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
12110         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
12111         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
12112         (i6400_fpu_mult): New cpu units.
12113         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
12114         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
12115         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
12116         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
12117         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
12118         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
12119         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
12120         (i6400_msa_long_float4, i6400_msa_long_float5)
12121         (i6400_msa_long_float8, i6400_msa_fdiv_df)
12122         (i6400_msa_fdiv_sf): New reservations.
12123         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
12124         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
12125         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
12126         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
12127         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
12128         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
12129         (msa_short_cmp, msa_short_float2, msa_short_logic3)
12130         (msa_short_store4, msa_long_load, msa_short_store)
12131         (msa_long_logic, msa_long_float2, msa_long_float4)
12132         (msa_long_float5, msa_long_float8, msa_long_mult)
12133         (msa_long_fdiv, msa_long_div): New reservations.
12135 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
12136             Sameera Deshpande  <sameera.deshpande@imgtec.com>
12137             Matthew Fortune  <matthew.fortune@imgtec.com>
12138             Graham Stott  <graham.stott@imgtec.com>
12139             Chao-ying Fu  <chao-ying.fu@imgtec.com>
12141         * config.gcc: Add MSA header file for mips*-*-* target.
12142         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
12143         (Ubv8i, Urv8):  New constraints.
12144         * config/mips/mips-ftypes.def: Add function types for MSA
12145         builtins.
12146         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
12147         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
12148         * config/mips/mips-msa.md: New file.
12149         * config/mips/mips-protos.h
12150         (mips_split_128bit_const_insns): New prototype.
12151         (mips_msa_idiv_insns): Likewise.
12152         (mips_split_128bit_move): Likewise.
12153         (mips_split_128bit_move_p): Likewise.
12154         (mips_split_msa_copy_d): Likewise.
12155         (mips_split_msa_insert_d): Likewise.
12156         (mips_split_msa_fill_d): Likewise.
12157         (mips_expand_msa_branch): Likewise.
12158         (mips_const_vector_same_val_p): Likewise.
12159         (mips_const_vector_same_bytes_p): Likewise.
12160         (mips_const_vector_same_int_p): Likewise.
12161         (mips_const_vector_shuffle_set_p): Likewise.
12162         (mips_const_vector_bitimm_set_p): Likewise.
12163         (mips_const_vector_bitimm_clr_p): Likewise.
12164         (mips_msa_vec_parallel_const_half): Likewise.
12165         (mips_msa_output_division): Likewise.
12166         (mips_ldst_scaled_shift): Likewise.
12167         (mips_expand_vec_cond_expr): Likewise.
12168         * config/mips/mips.c (enum mips_builtin_type): Add
12169         MIPS_BUILTIN_MSA_TEST_BRANCH.
12170         (mips_gen_const_int_vector_shuffle): New prototype.
12171         (mips_const_vector_bitimm_set_p): New function.
12172         (mips_const_vector_bitimm_clr_p): Likewise.
12173         (mips_const_vector_same_val_p): Likewise.
12174         (mips_const_vector_same_bytes_p): Likewise.
12175         (mips_const_vector_same_int_p): Likewise.
12176         (mips_const_vector_shuffle_set_p): Likewise.
12177         (mips_symbol_insns): Forbid loading symbols via immediate for
12178         MSA.
12179         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
12180         stores.
12181         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
12182         MSA.
12183         (mips_lx_address_p): Add support load indexed address for MSA.
12184         (mips_address_insns): Add calculation of instructions needed for
12185         stores and loads for MSA.
12186         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
12187         CONST_VECTOR for MSA and let it fall through.
12188         (mips_ldst_scaled_shift): New function.
12189         (mips_subword_at_byte): Likewise.
12190         (mips_msa_idiv_insns): Likewise.
12191         (mips_legitimize_move): Validate MSA moves.
12192         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
12193         calculation of costs for MSA division.
12194         (mips_split_move_p): Check if MSA moves need splitting.
12195         (mips_split_move): Split MSA moves if necessary.
12196         (mips_split_128bit_move_p): New function.
12197         (mips_split_128bit_move): Likewise.
12198         (mips_split_msa_copy_d): Likewise.
12199         (mips_split_msa_insert_d): Likewise.
12200         (mips_split_msa_fill_d): Likewise.
12201         (mips_output_move): Handle MSA moves.
12202         (mips_expand_msa_branch): New function.
12203         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
12204         Reinstate 'y' modifier.
12205         (mips_file_start): Add MSA .gnu_attribute.
12206         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
12207         FPRs.
12208         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
12209         (mips_class_max_nregs): Add register size for MSA supported mode.
12210         (mips_cannot_change_mode_class): Allow conversion between MSA
12211         vector modes and TImode.
12212         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
12213         instruction.
12214         (mips_secondary_reload_class): Force MSA loads/stores via memory.
12215         (mips_preferred_simd_mode): Add preffered modes for MSA.
12216         (mips_vector_mode_supported_p): Add MSA supported modes.
12217         (mips_autovectorize_vector_sizes): New function.
12218         (mips_msa_output_division): Likewise.
12219         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
12220         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
12221         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
12222         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
12223         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
12224         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
12225         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
12226         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
12227         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
12228         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
12229         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
12230         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
12231         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
12232         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
12233         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
12234         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
12235         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
12236         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
12237         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
12238         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
12239         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
12240         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
12241         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
12242         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
12243         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
12244         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
12245         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
12246         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
12247         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
12248         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
12249         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
12250         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
12251         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
12252         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
12253         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
12254         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
12255         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
12256         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
12257         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
12258         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
12259         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
12260         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
12261         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
12262         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
12263         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
12264         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
12265         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
12266         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
12267         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
12268         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
12269         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
12270         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
12271         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
12272         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
12273         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
12274         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
12275         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
12276         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
12277         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
12278         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
12279         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
12280         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
12281         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
12282         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
12283         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
12284         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
12285         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
12286         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
12287         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
12288         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
12289         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
12290         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
12291         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
12292         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
12293         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
12294         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
12295         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
12296         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
12297         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
12298         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
12299         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
12300         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
12301         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
12302         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
12303         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
12304         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
12305         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
12306         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
12307         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
12308         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
12309         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
12310         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
12311         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
12312         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
12313         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
12314         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
12315         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
12316         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
12317         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
12318         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
12319         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
12320         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
12321         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
12322         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
12323         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
12324         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
12325         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
12326         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
12327         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
12328         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
12329         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
12330         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
12331         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
12332         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
12333         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
12334         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
12335         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
12336         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
12337         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
12338         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
12339         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
12340         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
12341         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
12342         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
12343         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
12344         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
12345         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
12346         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
12347         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
12348         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
12349         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
12350         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
12351         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
12352         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
12353         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
12354         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
12355         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
12356         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
12357         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
12358         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
12359         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
12360         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
12361         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
12362         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
12363         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
12364         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
12365         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
12366         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
12367         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
12368         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
12369         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
12370         move_v builtins.
12371         (mips_get_builtin_decl_index): New array.
12372         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
12373         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
12374         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
12375         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
12376         (mips_init_builtins): Initialize mips_get_builtin_decl_index
12377         array.
12378         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
12379         hook.
12380         (mips_expand_builtin_insn): Prepare operands for
12381         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
12382         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
12383         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
12384         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
12385         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
12386         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
12387         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
12388         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
12389         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
12390         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
12391         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
12392         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
12393         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
12394         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
12395         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
12396         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
12397         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
12398         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
12399         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
12400         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
12401         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
12402         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
12403         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
12404         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
12405         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
12406         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
12407         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
12408         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
12409         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
12410         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
12411         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
12412         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
12413         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
12414         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
12415         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
12416         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
12417         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
12418         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
12419         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
12420         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
12421         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
12422         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
12423         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
12424         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
12425         These are set implicitly and an error is reported if overridden.
12426         (mips_expand_builtin_msa_test_branch): New function.
12427         (mips_expand_msa_shuffle): Likewise.
12428         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
12429         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
12430         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
12431         (mips_expand_vec_unpack): Add support for MSA.
12432         (mips_expand_vector_init): Likewise.
12433         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
12434         instead of const0_rtx.
12435         (mips_msa_vec_parallel_const_half): New function.
12436         (mips_gen_const_int_vector): Likewise.
12437         (mips_gen_const_int_vector_shuffle): Likewise.
12438         (mips_expand_msa_cmp): Likewise.
12439         (mips_expand_vec_cond_expr): Likewise.
12440         * config/mips/mips.h
12441         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
12442         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
12443         specified.
12444         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
12445         (ISA_HAS_MSA): New macro.
12446         (UNITS_PER_MSA_REG): Likewise.
12447         (BITS_PER_MSA_REG): Likewise.
12448         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
12449         (MSA_REG_FIRST): New macro.
12450         (MSA_REG_LAST): Likewise.
12451         (MSA_REG_NUM): Likewise.
12452         (MSA_REG_P): Likewise.
12453         (MSA_REG_RTX_P): Likewise.
12454         (MSA_SUPPORTED_MODE_P): Likewise.
12455         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
12456         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
12457         * config/mips/mips.md: Include mips-msa.md.
12458         (alu_type): Add simd_add.
12459         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
12460         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
12461         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
12462         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
12463         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
12464         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
12465         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
12466         simd_move, simd_load, simd_store.  Choose "multi" for moves
12467         for "qword_mode".
12468         (qword_mode): New attribute.
12469         (insn_count): Add instruction count for quad moves.
12470         Increase the count for MIPS SIMD division.
12471         (UNITMODE): Add UNITMODEs for vector types.
12472         (addsub): New code iterator.
12473         * config/mips/mips.opt (mmsa): New option.
12474         * config/mips/msa.h: New file.
12475         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
12476         specified.
12477         * config/mips/mti-linux.h: Likewise.
12478         * config/mips/predicates.md
12479         (const_msa_branch_operand): New constraint.
12480         (const_uimm3_operand): Likewise.
12481         (const_uimm4_operand): Likewise.
12482         (const_uimm5_operand): Likewise.
12483         (const_uimm8_operand): Likewise.
12484         (const_imm5_operand): Likewise.
12485         (aq10b_operand): Likewise.
12486         (aq10h_operand): Likewise.
12487         (aq10w_operand): Likewise.
12488         (aq10d_operand): Likewise.
12489         (const_m1_operand): Likewise.
12490         (reg_or_m1_operand): Likewise.
12491         (const_exp_2_operand): Likewise.
12492         (const_exp_4_operand): Likewise.
12493         (const_exp_8_operand): Likewise.
12494         (const_exp_16_operand): Likewise.
12495         (const_vector_same_val_operand): Likewise.
12496         (const_vector_same_simm5_operand): Likewise.
12497         (const_vector_same_uimm5_operand): Likewise.
12498         (const_vector_same_uimm6_operand): Likewise.
12499         (const_vector_same_uimm8_operand): Likewise.
12500         (par_const_vector_shf_set_operand): Likewise.
12501         (reg_or_vector_same_val_operand): Likewise.
12502         (reg_or_vector_same_simm5_operand): Likewise.
12503         (reg_or_vector_same_uimm6_operand): Likewise.
12504         * doc/extend.texi (MIPS SIMD Architecture Functions): New
12505         section.
12506         * doc/invoke.texi (-mmsa): Document new option.
12508 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12510         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
12511         * configure: Regenerate.
12512         * config.in: Regenerate.
12513         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
12514         on -fvtable-verify.
12515         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
12516         (ENDFILE_VTV_SPEC): Define.
12518 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
12520         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
12521         registers in all interrupt handlers if necessary.
12522         (rl78_option_override): Add warning.
12523         (MUST_SAVE_MDUC_REGISTERS): New macro.
12524         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
12525         * config/rl78/rl78.c (check_mduc_usage): New function.
12526         (mduc_regs): New structure to hold MDUC register data.
12527         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
12528         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
12529         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
12530         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
12531         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
12532         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
12534 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
12536         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
12537         (tree-ssa-loop-niter.h): Ditto.
12538         (idx_within_array_bound, ref_within_array_bound): New functions.
12539         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
12540         Factor out check on writable base object to ...
12541         (base_object_writable): ... here.
12543 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12545         * config/arm/arm.md (probe_stack): Add modes to set source
12546         and destination.
12548 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
12550         * regrename.c (base_reg_class_for_rename): New static function.
12551         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
12553 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
12555         * cgraph.c (thunk_adjust): Export.
12556         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
12557         * cgraphunit.c (thunk_adjust): Export.
12558         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
12559         thunks.
12560         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
12561         inlinable.
12562         * tree-inline.c (expand_call_inline): Expand thunks inline.
12564 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
12566         PR target/70998
12567         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
12568         (*sse2_vd_cvtss2sd): Ditto.
12569         * config/i386/i386.md
12570         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
12571         Generate *sse2_vd_cvtsd2ss pattern.
12572         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
12573         Generate *sse2_vd_cvtss2sd pattern.
12575 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
12577         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
12578         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
12579         users.
12581 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
12583         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
12584         * config/sh/sh.c: Define and declare variables on first use throughout
12585         the file.
12586         (current_function_interrupt): Change to bool type.
12587         (frame_insn): Rename to emit_frame_insn and update users.
12588         (push_regs): Use bool for 'interrupt_handler' argument.
12589         (save_schedule_s): Remove.
12590         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
12591         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
12592         targetm.asm_out.unaligned_op.di.
12593         (gen_far_branch): Remove redundant forward declaration.
12594         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
12595         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
12596         (sh_set_return_address, sh_function_ok_for_sibcall,
12597         scavenge_reg): Update comments.
12598         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
12599         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
12600         (sh_attr_renesas_p): Remove unnecessary parentheses.
12601         (branch_dest): Simplify.
12602         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
12603         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
12604         (CUMULATIVE_ARGS): Change macro to typedef.
12605         (current_function_interrupt): Change to bool type.
12606         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
12607         Surround with __cplusplus ifdef.
12608         (sh_compare_op0, sh_compare_op1): Remove.
12609         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
12611 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
12613         * config/arm/arm.md: (arch): Add neon.
12614         (arch_enabled): Return yes for arch neon when TARGET_NEON.
12615         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
12616         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
12617         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
12618         attributes for alt renumbering.  Mark alt 3 as non-predicable.
12619         (thumb2_movdf_vfp): Likewise.
12621 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
12623         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
12624         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
12625         (*andqi_1): Add preferred_for_speed attribute to disparage
12626         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
12627         (*<code>qi_1): Ditto.
12628         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
12629         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
12630         (*ashlqi3_1): Ditto.
12631         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
12632         Add preferred_for_size attribute to disparage alternative 0 and
12633         preferred_for_speed attribute to disparage alternative 1 for
12634         TARGET_PARTIAL_REG_STALL targets.
12636 2016-05-07  Tom de Vries  <tom@codesourcery.com>
12638         PR tree-optimization/70956
12639         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
12640         def.
12642 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
12644         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
12645         * config/sh/sh.c (sh_cbranch_distance): Implement it.
12646         * config/sh/sh.md (branch_zero): Remove define_attr.
12647         (define_delay): Disable delay slot if branch distance is one insn.
12649 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
12651         * config/i386/i386.md (LEAMODE): New mode attribute.
12652         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
12653         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
12654         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
12655         operand 2 predicate.
12656         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
12657         (*lea<mode>_general_3): Ditto.
12658         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
12660 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
12662         * genmddump.c (main): Convert argv from char ** to const char **.
12664 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
12666         * coretypes.h (OVERRIDE): New macro.
12667         (FINAL): New macro.
12669 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
12671         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
12672         allow coalescing if the types are compatible.
12674 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
12676         * pass_manager.h (pass_manager::register_pass_name): New method.
12677         (pass_manager::get_pass_by_name): New method.
12678         (pass_manager::create_pass_tab): New method.
12679         (pass_manager::m_name_to_pass_map): New field.
12680         * passes.c (name_to_pass_map): Delete global in favor of field
12681         "m_name_to_pass_map" of pass_manager.
12682         (register_pass_name): Rename from a function to...
12683         (pass_manager::register_pass_name): ...this method, updating
12684         for renaming of global "name_to_pass_map" to field
12685         "m_name_to_pass_map".
12686         (create_pass_tab): Rename from a function to...
12687         (pass_manager::create_pass_tab): ...this method, updating
12688         for renaming of global "name_to_pass_map" to field.
12689         (get_pass_by_name): Rename from a function to...
12690         (pass_manager::get_pass_by_name): ...this method.
12691         (enable_disable_pass): Convert use of get_pass_by_name to
12692         a method call, locating the pass_manager singleton.
12694 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
12696         * genattr-common.c (main): Convert argv from char ** to const char **.
12697         * genattr.c (main): Likewise.
12698         * genattrtab.c (main): Likewise.
12699         * genautomata.c (initiate_automaton_gen): Likewise.
12700         (main): Likewise.
12701         * gencodes.c (main): Likewise.
12702         * genconditions.c (main): Likewise.
12703         * genconfig.c (main): Likewise.
12704         * genconstants.c (main): Likewise.
12705         * genemit.c (main): Likewise.
12706         * genenums.c (main): Likewise.
12707         * genextract.c (main): Likewise.
12708         * genflags.c (main): Likewise.
12709         * genmddeps.c (main): Likewise.
12710         * genopinit.c (main): Likewise.
12711         * genoutput.c (main): Likewise.
12712         * genpeep.c (main): Likewise.
12713         * genpreds.c (main): Likewise.
12714         * genrecog.c (main): Likewise.
12715         * gensupport.c (init_rtx_reader_args_cb): Likewise.
12716         (init_rtx_reader_args): Likewise.
12717         * gensupport.h (init_rtx_reader_args_cb): Likewise.
12718         (init_rtx_reader_args): Likewise.
12719         * gentarget-def.c (main): Likewise.
12720         * read-md.c (read_md_files): Likewise.
12721         * read-md.h (read_md_files): Likewise.
12723 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
12725         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
12726         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
12727         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
12728         Remove unused predicate.
12729         (register_and_not_fp_reg_operand): Ditto.
12731 2016-05-06  Martin Liska  <mliska@suse.cz>
12733         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
12734         instead of vec as the vector is local to the function.
12736 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
12738         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
12739         avx512bw alternative.
12741         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
12742         before the ashr<mode>3 pattern.
12744         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
12745         v instead of x in vex or maybe_vex alternatives, use
12746         maybe_evex instead of vex in prefix.
12748         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
12749         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
12750         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
12751         in vex or maybe_vex alternatives, use maybe_evex instead of vex
12752         in prefix.
12754         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
12755         v instead of x in vex or maybe_vex alternatives, use
12756         maybe_evex instead of vex in prefix.
12758         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
12759         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
12760         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
12761         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
12762         alternatives, use maybe_evex instead of vex in prefix.
12764         * config/i386/sse.md (vec_interleave_lowv4sf,
12765         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
12766         v instead of x in vex or maybe_vex alternatives, use
12767         maybe_evex instead of vex in prefix.
12769         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
12770         v instead of x in vex or maybe_vex alternatives, use
12771         maybe_evex instead of vex in prefix.
12773         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
12774         v constraint instead of x.
12776 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
12778         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
12779         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
12780         equality first.
12782 2016-05-06  Richard Biener  <rguenther@suse.de>
12784         PR tree-optimization/70948
12785         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
12786         Properly clobber all fields of va_list for __builtin_va_start.
12788 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
12790         PR debug/70935
12791         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
12792         loop latch destination.
12794 2016-05-06  Martin Liska  <mliska@suse.cz>
12796         * tree-ssa-uninit.c: Apply manual changes
12797         to the GNU coding style.
12798         (prune_uninit_phi_opnds): Rename from
12799         prune_uninit_phi_opnds_in_unrealizable_paths.
12801 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
12803         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
12804         mspace): Remove deprecated options.
12805         * doc/invoke.texi (SH options): Remove -mspace.
12807 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
12809         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
12811 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
12813         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
12814         corresponding combine split pattern.
12816 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
12818         PR target/58219
12819         * config/sh/predicates.md (long_displacement_mem_operand): New.
12820         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
12821         Add movi20, movi20s alternatives.  Adjust length attribute for
12822         alternatives.
12823         (movsi_ie): Allow for any FPU.  Adjust length attribute for
12824         alternatives.
12825         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
12826         attribute for alternatives.
12827         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
12828         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
12829         length attribute for alternatives.
12831 2016-05-06  Richard Biener  <rguenther@suse.de>
12833         PR tree-optimization/70960
12834         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
12836 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
12838         PR target/52933
12839         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
12840         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
12842 2016-05-06  Marek Polacek  <polacek@redhat.com>
12844         PR sanitizer/70875
12845         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
12847 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
12849         PR target/54089
12850         * config/sh/sh.md (*rotcr): Add another variant.
12852 2016-05-06  Richard Biener  <rguenther@suse.de>
12854         PR middle-end/70931
12855         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
12857 2016-05-06  Richard Biener  <rguenther@suse.de>
12859         PR middle-end/70941
12860         * fold-const.c (split_tree): Always convert to the original type
12861         before negating.
12863 2016-05-06  Richard Biener  <rguenther@suse.de>
12865         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
12866         (fwprop_addr): Likewise.
12868 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
12870         PR target/70873
12871         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
12872         New prototype.
12873         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
12874         * config/i386/i386.md (push mem splitter): Use find_constant_src in
12875         the splitter condition.
12876         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
12877         the splitter condition.
12878         (FP float_extend load splitter): Ditto.
12880 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
12882         * config/i386/i386.md (peehole2 patterns): Change true_regnum
12883         to REGNO in all peephole2 patterns.
12884         (post-reload splitters): Change true_regnum to REGNO in
12885         post-reload splitters.
12886         (zero_extend splitters): Use general_reg_operand and
12887         nonimmediate_gr_operand predicates.
12889 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
12891         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
12892         v constraint instead of x.
12894 2016-05-05  Alan Modra  <amodra@gmail.com>
12896         PR target/68662
12897         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
12898         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
12899         TARGET_NO_FP_IN_TOC for -mrelocatable.
12900         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
12901         TARGET_RELOCATABLE test.
12902         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
12903         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
12904         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
12905         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
12906         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
12907         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
12908         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
12909         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
12910         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
12911         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
12912         Likewise.
12913         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
12914         (rs6000_stack_info): Likewise.
12915         (rs6000_elf_asm_out_constructor): Likewise.
12916         (rs6000_elf_asm_out_destructor): Likewise.
12917         (rs6000_elf_declare_function_name): Likewise.
12918         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
12919         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
12920         Don't define.
12922 2016-05-05  Alan Modra  <amodra@gmail.com>
12924         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
12926 2016-05-05  Alan Modra  <amodra@gmail.com>
12928         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
12929         out-of-line gpr restore for one or two regs if that would add
12930         a save of lr.
12932 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
12934         PR target/70873
12935         * config/i386/i386.md
12936         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
12937         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
12938         as operand 0 predicate.
12939         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
12940         Ditto.
12941         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
12942         Ditto.  Emit the pattern using RTX.
12944         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
12945         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
12946         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
12947         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
12948         Ditto.
12949         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
12950         sse_reg_operand as operand 0 predicate.
12952         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
12953         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
12954         instead of gen_rtx_REG.
12955         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
12956         Ditto.
12958 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
12960         * function.c (emit_use_return_register_into_block): Delete.
12961         (gen_return_pattern): Delete.
12962         (emit_return_into_block): Delete.
12963         (active_insn_between): Delete.
12964         (convert_jumps_to_returns): Delete.
12965         (emit_return_for_exit): Delete.
12966         (thread_prologue_and_epilogue_insns): Delete all code dealing with
12967         simple_return for shrink-wrapped blocks.
12968         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
12969         end of blocks that need one.
12970         (get_unconverted_simple_return): Delete.
12971         (convert_to_simple_return): Delete.
12972         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
12973         (convert_to_simple_return): Ditto.
12975 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
12977         * cfgcleanup.c (bb_is_just_return): New function.
12978         (try_optimize_cfg): Simplify jumps to return, branches to return,
12979         and branches around return.
12981 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
12983         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
12984         branch to a return.
12986 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
12988         PR c++/70906
12989         PR c++/70933
12990         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
12991         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
12992         assert flags & OEP_HASH_CHECK, instead of asserting it
12993         never happens.  Handle TARGET_EXPR.
12994         * fold-const.c (operand_equal_p): For hash verification,
12995         or in OEP_HASH_CHECK into flags.
12997 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
12999         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
13000         comment.
13001         (compute_samebase_partition_bases): Fix typo.
13003 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
13005         * config/i386/sse.md (vec_interleave_highv8sf,
13006         vec_interleave_lowv8sf, vec_interleave_highv4df,
13007         vec_interleave_lowv4df): Remove constraints from expanders.
13009         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
13011 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
13013         * tree-inline.c (expand_call_inline): Fix path dealing with
13014         making lhs of call statement undefined.
13016 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
13018         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
13019         Check availability on NODE, too.
13020         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
13021         (cgraph_node::call_for_symbol_and_aliases): Likewise.
13022         (varpool_node::call_for_symbol_and_aliase): Likewise.
13023         * ipa-pure-const.c (add_new_function): Analyze all bodies.
13024         (propagate_pure_const): Propagate across interposable functions, too.
13025         (skip_function_for_local_pure_const): Do not skip interposable bodies
13026         with aliases.
13027         (pass_local_pure_const::execute): Update.
13029 2016-05-04  Marek Polacek  <polacek@redhat.com>
13031         * doc/invoke.texi: Document -Wdangling-else.
13033 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13035         * config.gcc: Error out when conflicting multilib is detected.  Do not
13036         loop over multilibs since no combination is legal.
13038 2016-05-04  Alan Modra  <amodra@gmail.com>
13040         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
13041         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
13042         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
13043         Align .toc.
13045 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
13047         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
13048         Clean up p5600 comments.
13050 2016-05-04  Richard Biener  <rguenther@suse.de>
13052         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
13053         constructor simplifications.
13054         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
13056 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
13058         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
13059         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
13060         result.set_rtx is null instead of aborting.
13061         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
13062         Always enable.
13063         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
13064         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
13065         *mov<mode>_store_postinc): New patterns.
13067 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
13069         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
13070         as commutative.  Check both conversions are NOP.
13071         ((A & B) OP (C & B)): Remove.
13073 2016-05-04  Alan Modra  <amodra@gmail.com>
13075         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
13077 2016-05-04  Alan Modra  <amodra@gmail.com>
13079         PR target/70866
13080         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
13081         when cr2,3,4 are all fixed regs.
13083 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
13085         PR rtl-optimization/57193
13086         * opts.c (default_options_table): Revert OPT_frename_registers change.
13087         * doc/invoke.texi (-frename-registers, -O2): Likewise.
13089 2016-05-03  Martin Sebor  <msebor@redhat.com>
13091         PR c++/66561
13092         * builtins.c (fold_builtin_FILE): New function.
13093         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
13094         (fold_builtin_0): Call them.
13095         * gimplify.c (gimplify_call_expr): Remove the handling of
13096         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
13098         PR c++/66561
13099         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
13100         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
13101         constants.
13103         PR c++/66639
13104         * doc/extend.texi (Function Names as Strings): Update __func__,
13105         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
13106         constants.
13108 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
13109             Richard Biener  <rguenther@suse.de>
13111         PR tree-optimization/70916
13112         * tree-if-conv.c: Include cfganal.h.
13113         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
13114         and remove_fake_exit_edges around the optimization pass.
13116 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
13118         * cgraph.c (symbol_table::create_edge): Set inline_failed.
13119         (cgraph_edge::make_direct): Likewise.
13120         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
13121         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
13122         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
13123         (CIF_THUNK): New code.
13124         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
13125         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
13126         (compute_inline_parameters): Set inline_failed for thunks.
13127         (inline_analyze_function): Cleanup.
13128         * ipa-inline.c (can_inline_edge_p): Do not deal with
13129         call_stmt_cannot_inline_p.
13130         (can_early_inline_edge_p): Likewise.
13131         (early_inliner): Initialize inline_failed.
13132         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
13134 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
13136         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
13137         from nonimm_ssenomem_operand.
13138         (nonimm_ssenomem_operand): New predicate.
13139         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
13140         as operand 0 predicate.
13141         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
13142         Disable unsupported alternatives using "enabled" attribute.
13143         Use register_ssemem_operand as operand 0 predicate.
13144         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
13146 2016-05-03  Marek Polacek  <polacek@redhat.com>
13148         PR c/70859
13149         * input.c (expansion_point_location): New function.
13150         * input.h (expansion_point_location): Declare.
13152 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
13154         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
13155         occurence with frame_offset_ ones.
13157 2016-05-03  Alan Modra  <amodra@gmail.com>
13159         PR rtl-optimization/70890
13160         * ira.c (combine_and_move_insns): When moving def_insn, remove
13161         equivs on use_insn.
13163 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13165         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
13166         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
13167         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
13168         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
13170 2016-05-03  Alan Modra  <amodra@gmail.com>
13172         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
13173         for SAVE_MULTIPLE/STORE_MULTIPLE.
13175 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
13177         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
13178         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
13180 2016-05-03  Richard Biener  <rguenther@suse.de>
13182         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
13183         default true.
13184         (gimplify_arg): Likewise.
13185         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
13186         re-writing the result to a decl if required.
13187         (internal_get_tmp_var): Add allow_ssa parameter
13188         and override into_ssa with it.
13189         (get_formal_tmp_var): Adjust.
13190         (get_initialized_tmp_var): Add allow_ssa parameter.
13191         (gimplify_arg): Add allow_ssa parameter and avoid generating
13192         SSA names for the result false.
13193         (gimplify_call_expr): If the call may return twice do not
13194         gimplify parameters into SSA.
13195         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
13196         (gimplify_modify_expr): Adjust assert.  For noreturn calls
13197         with a SSA name LHS adjust its def.
13198         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
13199         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
13200         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
13201         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
13202         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
13203         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
13204         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
13205         (optimize_target_teams): Do not allow SSA names for clause operands.
13206         (gimplify_expr): Likewise for where we mark the result addressable.
13207         * passes.def (pass_init_datastructures): Remove.
13208         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
13209         (rewrite_stmt): Likewise.
13210         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
13211         (replace_locals_op): Replace SSA names.
13212         (copy_gimple_seq_and_replace_locals): Init src_cfun.
13213         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
13214         * cgraph.c (release_function_body): Free CFG annotations only
13215         when we have a CFG.  Simplify.
13216         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
13217         force_gimple_operand instead of get_initialized_tmp_var.
13218         * tree-pass.h (make_pass_init_datastructures): Remove.
13219         * tree-ssa.c (execute_init_datastructures): Remove.
13220         (pass_data_init_datastructures): Likewise.
13221         (class pass_init_datastructures): Likewise.
13222         (make_pass_init_datastructures): Likewise.
13223         * omp-low.c (create_omp_child_function): Init SSA data structures.
13224         (grid_expand_target_grid_body): Likewise.
13225         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
13226         name before adding it to names_to_release.
13227         (remove_bb): Always release SSA defs.
13228         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
13229         before dereferencing it.
13230         * cgraphunit.c (init_lowered_empty_function): Always
13231         int SSA data structures.
13232         * tree-ssanames.c (release_defs): Remove assert that we are in
13233         SSA form.
13234         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
13236 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
13237             Uros Bizjak  <ubizjak@gmail.com>
13239         PR rtl-optimization/70467
13240         * config/i386/predicates.md (x86_64_hilo_int_operand,
13241         x86_64_hilo_general_operand): New predicates.
13242         * config/i386/constraints.md (Wd): New constraint.
13243         * config/i386/i386.md (mode attr di): Use Wd instead of e.
13244         (general_hilo_operand): New mode attr.
13245         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
13246         instead of <general_operand>.
13247         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
13248         x86_64_hilo_general_operand instead of <general_operand>.
13250 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
13252         PR tree-optimization/70916
13253         * tree-if-conv.c (constant_or_ssa_name): Removed.
13254         (fold_build_cond_expr): Use is_gimple_val instead of
13255         constant_or_ssa_name.
13257         PR tree-optimization/70916
13258         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
13259         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
13261         PR target/49244
13262         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
13263         (optimize_atomic_bit_test_and): New function.
13264         (pass_fold_builtins::execute): Use it.
13265         * optabs.def (atomic_bit_test_and_set_optab,
13266         atomic_bit_test_and_complement_optab,
13267         atomic_bit_test_and_reset_optab): New optabs.
13268         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
13269         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
13270         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
13271         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
13272         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
13273         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
13274         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
13275         * doc/md.texi (atomic_bit_test_and_set@var{mode},
13276         atomic_bit_test_and_complement@var{mode},
13277         atomic_bit_test_and_reset@var{mode}): Document.
13278         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
13279         atomic_bit_test_and_complement<mode>,
13280         atomic_bit_test_and_reset<mode>): New expanders.
13281         (atomic_bit_test_and_set<mode>_1,
13282         atomic_bit_test_and_complement<mode>_1,
13283         atomic_bit_test_and_reset<mode>_1): New insns.
13285 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
13287         PR rtl-optimization/70687
13288         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
13289         instead of unsigned HOST_WIDE_INT.
13291 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
13293         PR rtl-optimization/44281
13294         * hard-reg-set.h (struct target_hard_regs): New field
13295         x_fixed_nonglobal_reg_set.
13296         (fixed_nonglobal_reg_set): New macro.
13297         * reginfo.c (init_reg_sets_1): Initialize it.
13298         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
13299         of fixed_reg_set.
13300         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
13302 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
13304         PR tree-optimization/56541
13305         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
13306         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
13307         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
13308         (any_complicated_phi): new static variable.
13309         (aggressive_if_conv): delete.
13310         (if_convertible_phi_p): support phis with more than two arguments.
13311         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
13312         critical pred edges.
13313         (ifcvt_split_critical_edges): support phis with more than two
13314         arguments by checking new parameter.  only split critical edges
13315         if needed.
13316         (tree_if_conversion): handle simd pragma marked loop using new
13317         local variable aggressive_if_conv.  check any_complicated_phi.
13319 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
13321         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
13322         before using it.
13324 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
13326         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
13327         cbase.
13329 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
13331         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
13332         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
13333         define_insn_and_split.
13334         (mulsi3_i): New define_insn_and_split.
13335         (mulsi3_call): Convert to define_insn.
13336         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
13337         Remove constraints.
13339 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
13341         * machmode.h (mode_complex): Add support to give the complex mode
13342         for a given mode.
13343         (GET_MODE_COMPLEX_MODE): Likewise.
13344         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
13345         stored by build_complex_type and gfc_build_complex_type instead of
13346         trying to figure out the appropriate mode based on the size. Raise
13347         an assertion error, if the type was not set.
13348         * genmodes.c (struct mode_data): Add field for the complex type of
13349         the given type.
13350         (blank_mode): Likewise.
13351         (make_complex_modes): Remember the complex mode created in the
13352         base type.
13353         (emit_mode_complex): Write out the mode_complex array to map a
13354         type mode to the complex version.
13355         (emit_insn_modes_c): Likewise.
13356         * tree.c (build_complex_type): Set the complex type to use before
13357         calling layout_type.
13358         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
13359         support for __float128 complex datatypes.
13360         (rs6000_hard_regno_mode_ok): Likewise.
13361         (rs6000_setup_reg_addr_masks): Likewise.
13362         (rs6000_complex_function_value): Likewise.
13363         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
13364         __float128 and __ibm128 complex.
13365         (FLOAT128_IBM_P): Likewise.
13366         (ALTIVEC_ARG_MAX_RETURN): Likewise.
13367         * doc/extend.texi (Additional Floating Types): Document that
13368         -mfloat128 must be used to enable __float128.  Document complex
13369         __float128 and __ibm128 support.
13371 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
13373         PR target/49244
13374         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
13375         char/short arguments promoted to int because of promote_prototypes.
13377 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
13379         * config/i386/predicates.md (register_ssemem_operand): New predicate.
13380         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
13381         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
13382         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
13383         alternatives using "enabled" attribute.  Use register_ssemem_operand
13384         as operand 1 predicate.
13385         (*cmpi<unord>xf_i387): Split XFmode pattern from
13386         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
13387         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
13388         *absneg<mode>2_i387.  Disable unsupported alternatives using
13389         "enabled" attribute.
13390         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
13392 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
13394         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
13395         marker.
13396         (oacc_loop_process): Check mask for loop termination.
13398 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
13400         * cif-code.def (CIF_THUNK): Add.
13401         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
13402         accidental change.
13404 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
13406         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
13407         (dump_inline_summary): Dump it.
13408         (fp_expression_p): New predicate.
13409         (estimate_function_body_sizes): Use it.
13410         (inline_merge_summary): Merge fp_expressions.
13411         (inline_read_section): Read fp_expressions.
13412         (inline_write_summary): Write fp_expressions.
13413         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
13414         codegen boundary if either caller or callee is !fp_expressions.
13415         * ipa-inline.h (inline_summary): Add fp_expressions.
13416         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
13417         to fp_expressions be sure the fp generation flags are updated.
13419 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
13421         PR rtl-optimization/70467
13422         * cse.c (cse_insn): Handle no-op MEM moves after folding.
13424         PR rtl-optimization/70467
13425         * ipa-pure-const.c (check_call): Handle internal calls even in
13426         ipa mode like in local mode.
13428 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13430         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
13432 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
13434         * match.pd (X u< X, X u> X): New transformations.
13436 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
13438         * flag-types.h (enum warn_strict_overflow_code): Move ...
13439         * coretypes.h: ... here.
13440         * fold-const.h (fold_overflow_warning): Declare.
13441         * fold-const.c (fold_overflow_warning): Make non-static.
13442         (fold_comparison): Move the transformation of X +- C1 CMP C2
13443         into X CMP C2 -+ C1 ...
13444         * match.pd: ... here.
13445         * gimple-fold.c (fold_stmt_1): Protect with
13446         fold_defer_overflow_warnings.
13448 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
13450         * omp-low.c (struct oacc_loop): Add 'inner' field.
13451         (new_oacc_loop_raw): Initialize it to zero.
13452         (oacc_loop_fixed_partitions): Initialize it.
13453         (oacc_loop_auto_partitions): Partition outermost loop to outermost
13454         available partitioning.
13456 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
13458         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
13459         register_operand.
13460         (umulsidi3): Likewise.
13461         (indirect_jump): Fix jump instruction assembly patterns.
13463 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
13465         PR target/70860
13466         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
13467         (nvptx_function_value): Assert non-NULL cfun.
13469 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
13471         PR rtl-optimization/70886
13472         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
13474         * cselib.h (rtx_equal_for_cselib_1): Declare.
13475         (rtx_equal_for_cselib_p: New inline function.
13476         * cselib.c (rtx_equal_for_cselib_p): Delete.
13477         (rtx_equal_for_cselib_1): Make public.
13479 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
13481         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
13482         (register_mixssei387nonimm_operand): Remove predicate.
13483         * config/i386/i386.md (*fop_<mode>_comm): Merge from
13484         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
13485         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
13486         for TARGET_MIX_SSE_I387 alternatives.
13487         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
13488         Disable unsupported alternatives using "enabled" attribute.  Use
13489         nonimm_ssenomem_operand as operand 1 predicate.  Also check
13490         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
13492 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
13494         * tree.c (cst_and_fits_in_hwi): Simplify.
13496 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
13498         * tree.h (wi::to_wide): New function.
13499         * expr.c (expand_expr_real_1): Use wi::to_wide.
13500         * fold-const.c (int_const_binop_1): Likewise.
13501         (extract_muldiv_1): Likewise.
13503 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
13505         * wide-int.h: Update offset_int and widest_int documentation.
13506         (WI_SIGNED_SHIFT_RESULT): New macro.
13507         (wi::binary_shift): Define signed_shift_result_type for
13508         shifts on offset_int- and widest_int-like types.
13509         (generic_wide_int): Support <<= and >>= if << and >> are supported.
13510         * tree.h (int_bit_position): Use shift operators instead of wi::
13511          shifts.
13512         * alias.c (adjust_offset_for_component_ref): Likewise.
13513         * expr.c (get_inner_reference): Likewise.
13514         * fold-const.c (fold_comparison): Likewise.
13515         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
13516         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
13517         * tree-dfa.c (get_ref_base_and_extent): Likewise.
13518         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
13519         (stmt_kills_ref_p): Likewise.
13520         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
13521         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
13522         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
13523         (ao_ref_init_from_vn_reference): Likewise.
13525 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
13527         * wide-int.h: Update offset_int and widest_int documentation.
13528         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
13529         (wi::binary_traits): Allow ordered comparisons between offset_int and
13530         offset_int, between widest_int and widest_int, and between either
13531         of these types and basic C types.
13532         (operator <, <=, >, >=): Define for the same combinations.
13533         * tree.h (tree_int_cst_lt): Use comparison operators instead
13534         of wi:: comparisons.
13535         (tree_int_cst_le): Likewise.
13536         * gimple-fold.c (fold_array_ctor_reference): Likewise.
13537         (fold_nonarray_ctor_reference): Likewise.
13538         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
13539         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
13540         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
13541         * tree-sra.c (completely_scalarize): Likewise.
13542         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
13543         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
13544         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
13545         (check_for_binary_op_overflow): Likewise.
13546         (search_for_addr_array): Likewise.
13547         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
13549 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
13551         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
13552         (arc_save_restore): Likewise.
13553         (arc_dwarf_register_span): Likewise.
13554         (arc_output_pic_addr_const): Initialize suffix variable.
13556 2016-05-02  Martin Liska  <mliska@suse.cz>
13558         * symbol-summary.h (function_summary::function_summary):
13559         Remove checking assert for all cgraph nodes.
13560         (function_summary::get): Check summary_uid.
13561         (symtab_insertion): Check summary_uid.
13563 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
13565         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
13566         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
13567         bmaskn instruction.
13568         (arc_dwarf_register_span): Remove enum keyword.
13569         (compact_memory_operand_p): New function.
13570         * config/arc/arc.h (reg_class): Add code density register classes.
13571         (REG_CLASS_NAMES): Likewise.
13572         (REG_CLASS_CONTENTS): Likewise.
13573         * config/arc/arc.md (*movqi_insn): Add code density instructions.
13574         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
13575         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
13576         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
13577         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
13578         constraints.
13579         (h, Rcd, Rsd, Rzd): New register constraints.
13580         (T): Use compact_memory_operand_p function.
13581         * config/arc/predicates.md (compact_load_memory_operand): Remove.
13583 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
13585         * config/sh/sh.md (*negnegt, *movtt): Remove.
13587 2016-05-02  Marek Polacek  <polacek@redhat.com>
13588             Tom de Vries  <tom@codesourcery.com>
13590         PR tree-optimization/70700
13591         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
13592         bigger than FIRST_REF_NODE.
13594 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
13596         PR target/52898
13597         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
13598         TARGET_CMPEQDI_T.
13599         (prepare_cbranch_operands): Don't use scratch register.  Assume that
13600         function is used when pseudos can be created.
13601         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
13602         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
13603         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
13604         define_expand.  Allow it only when pseudos can be created.
13605         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
13607 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
13609         * config/i386/constraints.md (BC): Only allow -1 operands.
13610         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
13611         Add "enabled" attribute.  Update XI mode attribute calculation.
13612         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
13613         (*movoi_internal_avx): Update XI mode attribute calculation.
13614         (*movti_internal): Ditto.
13616 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
13618         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
13619         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
13621 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
13623         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
13624         statement on instruction code.  Remove trailing spaces.
13625         (altivec_expand_stv_builtin): Likewise.
13627 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
13629         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
13630         (TARGET_FPU_DOUBLE): Simplify.
13631         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
13632         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
13633         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
13634         with 'TARGET_FPU_DOUBLE'.
13635         * config/sh/sh.md: Likewise.
13637 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
13639         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
13640         SH_DIV_STR_FOR_SIZE): Remove.
13641         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
13642         SH_DIV_STR_FOR_SIZE): Remove.
13644 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
13646         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
13647         logical_reg_operand): Delete.
13648         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
13649         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
13650         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
13651         match_operand and match_test.
13652         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
13653         variables on their first use.  Return bool values.
13654         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
13655         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
13656         arith_reg_operand for input operand.  Remove empty constraints.
13657         (xorsi3): Delete.
13658         (*xorsi3_compact): Rename to xorsi3.
13659         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
13660         (*zero_extend<mode>si2_disp_mem): Update comment.
13661         (mov_nop): Delete.
13663 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
13665         * config/sh/t-sh: Remove SH5 support.
13666         * config.gcc: Likewise.
13667         * configure: Likewise.
13669 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13671         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
13673 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
13675         * config/sh/sh.c (register_sh_passes, sh_option_override,
13676         sh_print_operand, prepare_move_operands,
13677         sh_can_follow_jump): Remove TARGET_SH1 checks.
13678         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
13679         PROMOTE_MODE): Likewise.
13680         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
13681         movdi): Likewise.
13683 2016-04-30  Alan Modra  <amodra@gmail.com>
13685         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
13686         restoring when fixed_reg_p, but allow out-of-line or stmw save.
13687         Check for user regs later to avoid unnecessary looping over regs.
13688         Merge user reg check with non-saved reg check.  Don't force
13689         inline VR restore when static chain used.
13690         (rs6000_frame_related): Omit eh_frame info for user regs when
13691         saving.
13692         (fixed_regs_p): Delete.
13694 2016-04-30  Alan Modra  <amodra@gmail.com>
13696         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
13697         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
13698         Update all uses.
13700 2016-04-30  Alan Modra  <amodra@gmail.com>
13702         PR target/69645
13703         * config/rs6000/rs6000.c (fixed_reg_p): New function.
13704         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
13705         Update all uses.
13707 2016-04-30  Alan Modra  <amodra@gmail.com>
13709         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
13710         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
13711         flag_pic test for Darwin.
13713 2016-04-30  Alan Modra  <amodra@gmail.com>
13715         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
13716         throw_calls_crossed.
13717         (REG_FREQ_CALLS_CROSSED): Delete.
13718         (REG_N_THROWING_CALLS_CROSSED): Delete.
13719         * regstat.c (regstat_bb_compute_ri): Don't calculate
13720         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
13721         (dump_reg_info): Don't print call cross frequency.
13722         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
13723         and REG_N_THROWING_CALLS_CROSSED.
13725 2016-04-30  Alan Modra  <amodra@gmail.com>
13727         * regs.h (struct reg_info_t): Delete live_length.
13728         (REG_LIVE_LENGTH): Delete macro.
13729         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
13730         local_live, local_processed and local_live_last_luid params.
13731         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
13732         Formatting fixes.
13733         (regstat_compute_ri): Adjust for above.  Don't set
13734         REG_LIVE_LENGTH.
13735         (dump_reg_info): Don't print live length.
13736         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
13737         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
13738         Localize loop_depth var.
13740 2016-04-30  Alan Modra  <amodra@gmail.com>
13742         * ira.c (enum valid_equiv): New.
13743         (validate_equiv_mem): Return enum.
13744         (update_equiv_mem): Create replacement in more cases.
13745         (add_store_equivs): Update validate_equiv_mem call.
13747 2016-04-30  Alan Modra  <amodra@gmail.com>
13749         * ira.c (combine_and_move_insns): Rather than scanning insns,
13750         use DF infrastucture to find use and def insns.
13752 2016-04-30  Alan Modra  <amodra@gmail.com>
13754         ira.c (combine_and_move_insns): Move invariant conditions..
13755         (ira.c): ..to here.  Call combine_and_move_insns before
13756         add_store_equivs.  Call grow_reg_equivs later.  Allocate
13757         req_equiv later using max_reg_num() rather than global max_regno.
13758         (contains_replace_regs): Delete.
13759         (add_store_equivs): Remove contains_replace_regs test.
13761 2016-04-30  Alan Modra  <amodra@gmail.com>
13763         * ira.c (struct equiv_mem_data): New.
13764         (equiv_mem, equiv_mem_modified): Delete static vars.
13765         (validate_equiv_mem_from_store): Use "data" param to communicate..
13766         (validate_equiv_mem): ..from here.
13768 2016-04-30  Alan Modra  <amodra@gmail.com>
13770         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
13771         split out from..
13772         (update_reg_equivs): ..here.  Move allocation and freeing of
13773         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
13774         end_alias_analysis to..
13775         (ira): ..here.
13777 2016-04-30  Alan Modra  <amodra@gmail.com>
13779         * ira.c (pdx_subregs): Delete.
13780         (struct equivalence): Add pdx_subregs field.
13781         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
13782         pdx_subregs access.
13783         (update_equiv_regs): Don't create or free pdx_subregs.  Update
13784         pdx_subregs access.
13786 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13788         * config/rs6000/altivec.h: Change definitions of vec_xl and
13789         vec_xst.
13790         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
13791         (LD_ELEMREV_V2DI): New.
13792         (LD_ELEMREV_V4SF): New.
13793         (LD_ELEMREV_V4SI): New.
13794         (LD_ELEMREV_V8HI): New.
13795         (LD_ELEMREV_V16QI): New.
13796         (ST_ELEMREV_V2DF): New.
13797         (ST_ELEMREV_V2DI): New.
13798         (ST_ELEMREV_V4SF): New.
13799         (ST_ELEMREV_V4SI): New.
13800         (ST_ELEMREV_V8HI): New.
13801         (ST_ELEMREV_V16QI): New.
13802         (XL): New.
13803         (XST): New.
13804         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13805         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
13806         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
13807         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
13808         (altivec_expand_builtin): Add handling for
13809         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
13810         (rs6000_invalid_builtin): Add error-checking for
13811         RS6000_BTM_P9_VECTOR.
13812         (altivec_init_builtins): Define builtins used to implement vec_xl
13813         and vec_xst.
13814         (rs6000_builtin_mask_names): Define power9-vector.
13815         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
13816         (RS6000_BTM_P9_VECTOR): Define.
13817         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
13818         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
13819         (vsx_ld_elemrev_v2df): Likewise.
13820         (vsx_ld_elemrev_v4sf): Likewise.
13821         (vsx_ld_elemrev_v4si): Likewise.
13822         (vsx_ld_elemrev_v8hi): Likewise.
13823         (vsx_ld_elemrev_v16qi): Likewise.
13824         (vsx_st_elemrev_v2df): Likewise.
13825         (vsx_st_elemrev_v2di): Likewise.
13826         (vsx_st_elemrev_v4sf): Likewise.
13827         (vsx_st_elemrev_v4si): Likewise.
13828         (vsx_st_elemrev_v8hi): Likewise.
13829         (vsx_st_elemrev_v16qi): Likewise.
13830         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
13831         grammar.
13833 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
13835         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
13836         out into ...
13837         (simplify_control_stmt_condition_1): ... here.  Recurse into
13838         BIT_AND_EXPRs and BIT_IOR_EXPRs.
13840 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
13842         PR target/69810
13843         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
13844         (zero_extendqi<mode>2_dot): Revert earlier conversion from
13845         define_insn_and_split to define_insn.
13846         (zero_extendqi<mode>2_dot2): Same.
13847         (extendqi<mode>2_dot): Same.
13848         (extendqi<mode>2_dot2): Same.
13850 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
13852         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
13853         (probe_stack): New expander.
13854         (probe_stack_<mode>): New insn pattern.
13856 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
13858         * config/i386/i386.md
13859         (operations with memory inputs setting flags peephole2):
13860         Remove uneeded REG_P checks.  Cleanup pattern generation.
13862 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
13864         * tree-vect-loop.c (vect_transform_loop): Fix
13865         nb_iterations_upper_bound computation for vectorized loop.
13867 2016-04-29  Marek Polacek  <polacek@redhat.com>
13868             Jakub Jelinek  <jakub@redhat.com>
13870         PR sanitizer/70342
13871         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
13872         TARGET_EXPR_SLOT as a base.
13874 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
13876         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
13877         with 'rCm2' constraints to limit possible immediate size.
13878         (*load_zeroextendqisi_update): Likewise.
13879         (*load_signextendqisi_update): Likewise.
13880         (*loadhi_update): Likewise.
13881         (*load_zeroextendhisi_update): Likewise.
13882         (*load_signextendhisi_update): Likewise.
13883         (*loadsi_update): Likewise.
13884         (*loadsf_update): Likewise.
13886 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
13888         * config/i386/predicates.md (constm1_operand): Fix comparison.
13890 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
13892         * testsuite/gcc.target/arc/ieee_eq.c: New test.
13894 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
13896         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
13897         remaining SH5 related settings.
13898         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
13899         shmedia_prepare_call_address): Delete.
13900         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
13901         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
13902         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
13903         UNSUPPORTED_SH2A): Remove m5 checks.
13904         (sh_divide_strategy_e): Remove SH5 division strategies.
13905         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
13906         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
13908 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13910         * config/s390/s390.c (s390_rtx_costs): Update documentation.
13912 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13914         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
13915         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
13916         Change lder to ldr.
13917         * config/s390/vector.md ("mov<mode>"): Likewise.
13919 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
13921         * config/s390/constraints.md ("U", "W"): Invoke
13922         s390_mem_constraint with "ZR" and "ZT".
13923         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
13924         addresses when using LRA.  Accept also short displacements for S
13925         and T constraints.  Do not check for long displacement target for
13926         S and T constraints.
13927         (s390_mem_constraint): Remove handling of U and W constraints.
13928         * config/s390/s390.md (various patterns): Remove the short
13929         displacement constraints (Q and R) if a long displacement
13930         constraint is present.  Add longdisp as required CPU capability.
13931         * config/s390/vector.md: Likewise.
13932         * config/s390/vx-builtins.md: Likewise.
13934 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
13936         PR target/60040
13937         * reload1.c (reload): Call finish_spills before
13938         restarting reload loop. Skip select_reload_regs
13939         if update_eliminables_and_spill returns true.
13941 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
13943         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
13944         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
13945         (umulhisi3_imm): Update predicates and constraint letters.
13946         (umulhisi3_reg): Declare instruction as commutative.
13947         * config/arc/constraints.md (J12, J16): New constraints.
13948         * config/arc/predicates.md (short_unsigned_const_operand): New
13949         predicate.
13950         (arc_short_operand): Likewise.
13951         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
13953 2016-04-29  Richard Biener  <rguenther@suse.de>
13955         PR tree-optimization/13962
13956         PR tree-optimization/65686
13957         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
13958         * tree-ssa-alias.c (ptrs_compare_unequal): New function
13959         using PTA to compare pointers.
13960         * match.pd: Add pattern for pointer equality compare simplification
13961         using ptrs_compare_unequal.
13963 2016-04-29  Richard Biener  <rguenther@suse.de>
13965         * stor-layout.c (layout_type): Do not build a pointer-to-element
13966         type for arrays.
13968 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
13970         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
13971         Use SWI mode iterator.  Use general_reg_operand predicate.
13972         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
13973         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
13974         predicates.
13976 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
13978         PR middle-end/70843
13979         * fold-const.c (operand_equal_p): Don't verify hash value equality
13980         if arg0 == arg1.
13981         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
13982         and OMP_CLAUSE.
13984 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
13986         PR target/70858
13987         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
13988         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
13989         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
13990         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
13991         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
13993 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
13995         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
13996         to info.  Don't initialize separate fields to 0.  Clean up
13997         formatting a bit.
13999 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14001         * config/i386/i386.md (peephole2s for operations with memory inputs):
14002         Use SWI mode iterator.
14003         (peephole2s for operations with memory outputs): Ditto.
14004         Do not check for stack checking probe.
14006         (probe_stack): Remove expander.
14008 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14009             Andrew Burgess  <andrew.burgess@embecosm.com>
14011         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
14012         operands as 32-bits.
14014 2016-04-28  Jason Merrill  <jason@redhat.com>
14016         * gdbinit.in: Skip line-map.h.
14018 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14019             Andrew Burgess  <andrew.burgess@embecosm.com>
14021         * config/arc/arc.c (arc_conditional_register_usage): Take
14022         TARGET_RRQ_CLASS into account.
14023         (arc_print_operand): Support printing 'p' and 's' operands.
14024         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
14025         as 0.
14026         (TARGET_RRQ_CLASS): Define.
14027         (IS_POWEROF2_OR_0_P): Define.
14028         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
14029         alternatives.
14030         (*tst_movb): New define_insn.
14031         (*tst): Avoid recognition if it could prevent '*tst_movb'
14032         combination; replace c/CnL with c/Chs alternative.
14033         (*tst_bitfield_tst): New define_insn.
14034         (*tst_bitfield_asr): New define_insn.
14035         (*tst_bitfield): New define_insn.
14036         (andsi3_i): Add Rrq variant.
14037         (extzv): New define_expand.
14038         (insv): New define_expand.
14039         (*insv_i): New define_insn.
14040         (*movb): New define_insn.
14041         (*movb_signed): New define_insn.
14042         (*movb_high): New define_insn.
14043         (*movb_high_signed): New define_insn.
14044         (*movb_high_signed + 1): New define_split pattern.
14045         (*mrgb): New define_insn.
14046         (*mrgb + 1): New define_peephole2 pattern.
14047         (*mrgb + 2): New define_peephole2 pattern.
14048         * config/arc/arc.opt (mbitops): New option for nps400, uses
14049         TARGET_NPS_BITOPS_DEFAULT.
14050         * config/arc/constraints.md (q): Make register class conditional.
14051         (Rrq): New register constraint.
14052         (Chs): New constraint.
14053         (Clo): New constraint.
14054         (Chi): New constraint.
14055         (Cbf): New constraint.
14056         (Cbn): New constraint.
14057         (C18): New constraint.
14058         (Cbi): New constraint.
14060 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14062         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
14063         dst->popcount.
14064         (bitmap_intersection_of_preds): Ditto.
14065         (bitmap_union_of_succs): Ditto.
14066         (bitmap_union_of_preds): Ditto.
14067         * sbitmap.c (do_popcount): Delete.
14068         (BITMAP_DEBUGGING): Delete.
14069         (sbitmap_verify_popcount): Delete.
14070         (sbitmap_alloc): Don't initialize the popcount field.
14071         (sbitmap_alloc_with_popcount): Delete.
14072         (sbitmap_resize): Don't resize the popcount array.
14073         (sbitmap_vector_alloc): Don't initialize the popcount field.
14074         (bitmap_copy): Don't copy the popcount array.
14075         (bitmap_clear): Don't clear the popcount array.
14076         (bitmap_clear): Delete the popcount array handling.
14077         (bitmap_ior_and_compl): Delete the popcount assert.
14078         (bitmap_not): Ditto.
14079         (bitmap_and_compl): Ditto.
14080         (bitmap_and): Delete the popcount array handling.
14081         (bitmap_xor): Ditto.
14082         (bitmap_ior): Ditto.
14083         (bitmap_or_and): Delete the popcount assert.
14084         (bitmap_and_or): Ditto.
14085         (popcount_table): Delete.
14086         (sbitmap_elt_popcount): Delete.
14087         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
14088         (bitmap_set_bit): Delete the popcount assert.
14089         (bitmap_clear_bit): Ditto.
14090         (sbitmap_free): Don't free the popcount array.
14091         (sbitmap_alloc_with_popcount): Delete declaration.
14092         (sbitmap_popcount): Ditto.
14094 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14095             Andrew Burgess  <andrew.burgess@embecosm.com>
14097         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
14098         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
14099         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
14100         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
14101         * config/arc/arc.opt (mcmem): New option.
14102         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
14103         supply length for r/m alternative.
14104         (*extendqisi2_ac): Likewise.
14105         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
14106         r/Uex alternative.
14107         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
14108         (movhi_insn): Likewise.
14109         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
14110         (*zero_extendqihi2_i): Add r/Ucm alternative.
14111         (*zero_extendqisi2_ac): Likewise.
14112         (*zero_extendhisi2_i): Likewise.
14113         * config/arc/constraints.md (Uex): New memory constraint.
14114         (Ucm): New define_constraint.
14115         * config/arc/predicates.md (long_immediate_loadstore_operand):
14116         Return 0 for MEM with cmem_address address.
14117         (cmem_address_0): New predicates.
14118         (cmem_address_1): Likewise.
14119         (cmem_address_2): Likewise.
14120         (cmem_address): Likewise.
14122 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14124         * config/rs6000/rs6000.c (machine_function): Rename
14125         insn_chain_scanned_p to spe_insn_chain_scanned_p.
14126         (rs6000_stack_info): Adjust.
14128 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14129             Andrew Burgess  <andrew.burgess@embecosm.com>
14131         * config/arc/constraints.md (Usd): Convert to define_constraint.
14132         (Us<): Likewise.
14133         (Us>): Likewise.
14135 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
14137         PR target/70821
14138         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
14139         Add new peephole2 where the first insn is *mov<mode>_or instead of
14140         *mov<mode>_internal.
14142 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
14144         * tracer.c (bb_seen): Make static.
14146 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
14148         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
14149         support, setup defaults.
14150         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
14151         * config/arc/arc.c (arc_init): Add NPS400 support.
14152         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
14153         (TARGET_ARC700): NPS400 is also an ARC700.
14154         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
14156 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14158         PR target/70668
14159         * config/nds32/nds32.md (casesi): Don't access the operands array
14160         out of bounds.
14162 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14164         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
14165         (or $-1,reg peephole2): Ditto.
14166         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
14168 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
14170         * doc/extend.texi (Common Function Attributes) [optimize]:
14171         Discourage use of the optimize attribute.
14173 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
14175         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
14176         special case builtin.
14177         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
14178         ALTIVEC_BUILTIN_VEC_ADDE.
14179         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
14180         support for ALTIVEC_BUILTIN_VEC_ADDE.
14181         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
14182         for __builtin_vec_adde.
14184 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
14186         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
14187         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
14189 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14191         PR testsuite/70595
14192         * doc/sourcebuild.texi (Effective-Target Keywords, Other
14193         attributes): Document cilkplus_runtime.
14195 2016-04-28  Martin Jambor  <mjambor@suse.cz>
14197         * tree-cfg.c (verify_expr): Verify that local declarations belong to
14198         this function.  Call verify_expr on MEM_REFs and bases of other
14199         handled_components.
14201 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14203         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
14204         for WORD_REGISTER_OPERATIONS to runtime check.
14206 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14208         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
14210 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14212         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
14213         big-endian compilation.
14214         * config/arc/arc.md (addf3): Likewise.
14215         (subdf3): Likewise.
14216         (muldf3): Likewise.
14218 2016-04-28  Richard Biener  <rguenther@suse.de>
14220         PR tree-optimization/70840
14221         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
14222         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
14223         Mark x * pow(x,c) -> pow(x,c+1) commutative.
14224         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
14226 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14228         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
14229         and explain why in a comment.
14231 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14233         * config/arc/arc.md (cpu_facility): Add fpx variant.
14234         (subdf3): Prohibit use reverse sub when assist operations option
14235         is enabled.
14236         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
14237         instructions only when FPX is enabled.
14238         * testsuite/gcc.target/arc/trsub.c: New test.
14240 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14242         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
14243         mult_operator when calculating "type" attribute.
14244         (*fop_<mode>_1_i387): Ditto.
14245         (*fop_xf_1_i387): Ditto.
14246         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
14247         Use std::swap to swap operands.  Use RTL expressions to generate
14248         converted pattern.
14250 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14251             Joern Rennecke  <joern.rennecke@embecosm.com>
14253         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
14254         declaration.
14255         (emit_pic_move): Remove.
14256         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
14257         * config/arc/arc.c (emit_pic_move): Removed.
14258         (TARGET_HAVE_TLS): Define.
14259         (arc_conditional_register_usage): Test for arc_tp_regno.
14260         (arc_print_operand, arc_print_operand_address): Handle TLS
14261         unspecs.
14262         (arc_needs_pcl_p): New function.
14263         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
14264         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
14265         (arc_raw_symbolic_reference_mentioned_p): Likewise.
14266         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
14267         (arc_legitimize_tls_address): Likewise.
14268         (DTPOFF_ZERO_SYM): Define.
14269         (arc_legitimize_pic_address): Make it static, handle TLS cases.
14270         (arc_output_pic_addr_const): Print TLS unspecs.
14271         (prepare_pic_move): New function, replaces emit_pic_move.
14272         (arc_legitimate_constant_p): Handle TLS unspecs.
14273         (arc_legitimate_address_p): Likewise.
14274         (arc_rewrite_small_data_p): Use assert for TLS constants.
14275         (prepare_move_operands): Use prepare_pic_move.
14276         (arc_legitimize_address): Legitimize tls addresses.
14277         (arc_epilogue_uses): Check for arc_tp_regno.
14278         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
14279         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
14280         Define.
14281         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
14282         Likewise.
14283         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
14284         %(arc_tls_extra_start_spec).
14285         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
14286         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
14287         (EH_USES): Define.
14288         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
14289         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
14290         (UNSPEC_TLS_OFF): Add.
14291         (R10_REG): Define.
14292         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
14293         (get_thread_pointersi): New patterns.
14294         * config/arc/arc.opt (mtp-regno): New option.
14295         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
14296         (move_dest_operand): Likewise.
14297         * configure: Regenerate.
14298         * configure.ac: Add arc*-*-* case to test for tls.
14299         * doc/invoke.texi (ARC options): Document mtp-regno.
14301 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14303         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
14304         the new ARC HS SIMD instructions.
14305         (arc_preferred_simd_mode): New function.
14306         (arc_autovectorize_vector_sizes): Likewise.
14307         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
14308         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
14309         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
14310         (arc_init_builtins): Add new SIMD builtin types.
14311         (arc_split_move): Handle 64 bit vector moves.
14312         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
14313         (TARGET_PLUS_QMACW): Define.
14314         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
14315         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
14316         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
14317         (VSUBADD4H): New builtins.
14318         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
14319         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
14321 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
14322             Matthias Klose  <doko@debian.org>
14324         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
14326 2016-04-28  Richard Biener  <rguenther@suse.de>
14328         PR middle-end/70777
14329         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
14330         canonicalization.
14332 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
14334         * common/config/sh/sh-common.c: Remove SH5 support.
14335         * config/sh/constraints.md: Likewise.
14336         * config/sh/config/sh/elf.h: Likewise.
14337         * config/sh/linux.h: Likewise.
14338         * config/sh/netbsd-elf.h: Likewise.
14339         * config/sh/predicates.md: Likewise.
14340         * config/sh/sh-c.c: Likewise.
14341         * config/sh/sh-protos.h: Likewise.
14342         * config/sh/sh.c: Likewise.
14343         * config/sh/sh.h: Likewise.
14344         * config/sh/sh.md: Likewise.
14345         * config/sh/sh.opt: Likewise.
14346         * config/sh/sync.md: Likewise.
14347         * config/sh/sh64.h: Delete.
14348         * config/sh/shmedia.h: Likewise.
14349         * config/sh/shmedia.md: Likewise.
14350         * config/sh/sshmedia.h: Likewise.
14351         * config/sh/t-netbsd-sh5-64: Likewise.
14352         * config/sh/t-sh64: Likewise.
14353         * config/sh/ushmedia.h: Likewise.
14355 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14357         * config/i386/i386.md (sign_extend to memory peephole2s): Use
14358         general_reg_operand instead of register_operand predicate.
14360 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14362         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
14364 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
14366         * match.pd (A - B > A, A + B < A): New transformations.
14368 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
14370         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
14371         which defaults to true.  Emit an outer pair of parentheses only if
14372         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
14373         don't emit parentheses for the right-hand operand.
14375 2016-04-27  Jeff Law  <law@redhat.com>
14377         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
14379 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14381         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
14382         (altivec_lvx_<mode>_internal): Document.
14383         (altivec_lvx_<mode>_2op): New define_insn.
14384         (altivec_lvx_<mode>_1op): Likewise.
14385         (altivec_lvx_<mode>_2op_si): Likewise.
14386         (altivec_lvx_<mode>_1op_si): Likewise.
14387         (altivec_stvx_<mode>): Remove.
14388         (altivec_stvx_<mode>_internal): Document.
14389         (altivec_stvx_<mode>_2op): New define_insn.
14390         (altivec_stvx_<mode>_1op): Likewise.
14391         (altivec_stvx_<mode>_2op_si): Likewise.
14392         (altivec_stvx_<mode>_1op_si): Likewise.
14393         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
14394         Expand vec_ld and vec_st during parsing.
14395         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
14396         changes.
14397         (altivec_expand_stvx_be): Likewise.
14398         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
14399         address-masking behavior in RTL.
14400         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
14401         address-masking behavior in RTL.
14402         (altivec_expand_builtin): Change builtin code arguments for calls
14403         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
14404         (insn_is_swappable_p): Avoid incorrect swap optimization in the
14405         presence of lvx/stvx patterns.
14406         (alignment_with_canonical_addr): New function.
14407         (alignment_mask): Likewise.
14408         (find_alignment_op): Likewise.
14409         (recombine_lvx_pattern): Likewise.
14410         (recombine_stvx_pattern): Likewise.
14411         (recombine_lvx_stvx_patterns): Likewise.
14412         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
14413         stvx patterns from expand.
14414         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
14415         expansions.
14416         (vector_altivec_store_<mode>): Likewise.
14418 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
14420         * config/aarch64/aarch64.md
14421         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
14422         remove the "fp" attributes.
14423         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
14424         add the "simd" attributes.
14425         (*movdf_aarch64): Likewise.
14426         (*movtf_aarch64): Remove the "fp" attributes.
14427         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
14428         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
14430 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
14432         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
14433         rtx to rtx_code_label *.
14434         * rtl.h (maybe_set_first_label_num): Likewise.
14436 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
14438         * df-core.c (df_add_problem): Make the problem param be const.
14439         (df_remove_problem): Make local "problem" be const.
14440         * df-problems.c (problem_RD): Make const.
14441         (problem_LR): Likewise.
14442         (problem_LIVE): Likewise.
14443         (problem_MIR): Likewise.
14444         (problem_CHAIN): Likewise.
14445         (problem_WORD_LR): Likewise.
14446         (problem_NOTE): Likewise.
14447         (problem_MD): Likewise.
14448         * df-scan.c (problem_SCAN): Likewise.
14449         * df.h (struct df_problem): Make field "dependent_problem" be
14450         const.
14451         (struct dataflow): Likewise for field "problem".
14452         (df_add_problem): Make param const.
14454 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
14456         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
14457         inter-unit moves to/from vector registers are enabled.  Do not disable
14458         for TARGET_MMX.
14460 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
14462         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
14463         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
14464         #define to...
14465         (enum df_problem_id): ...this new enum.
14466         (struct df_problem): Convert field "id" from "int" to
14467         enum df_problem_id.
14469 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
14471         * rtl.def: Update comment for "things in the instruction chain" to
14472         reflect the removal of the leading "i" field for INSN_UID in
14473         r210360.  Fix bogus apostrophe.
14475 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
14477         * config/i386/i386.md
14478         (lea arith with mem operand + setcc peephole2): Set operator mode.
14480 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
14482         PR target/70155
14483         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
14484         (dimode_scalar_to_vector_candidate_p): This.
14485         (timode_scalar_to_vector_candidate_p): New function.
14486         (scalar_to_vector_candidate_p): Likewise.
14487         (timode_check_non_convertible_regs): Likewise.
14488         (timode_remove_non_convertible_regs): Likewise.
14489         (remove_non_convertible_regs): Likewise.
14490         (remove_non_convertible_regs): Renamed to ...
14491         (dimode_remove_non_convertible_regs): This.
14492         (scalar_chain::~scalar_chain): Make it virtual.
14493         (scalar_chain::compute_convert_gain): Make it pure virtual.
14494         (scalar_chain::mark_dual_mode_def): Likewise.
14495         (scalar_chain::convert_insn): Likewise.
14496         (scalar_chain::convert_registers): Likewise.
14497         (scalar_chain::add_to_queue): Make it protected.
14498         (scalar_chain::emit_conversion_insns): Likewise.
14499         (scalar_chain::replace_with_subreg): Likewise.
14500         (scalar_chain::replace_with_subreg_in_insn): Likewise.
14501         (scalar_chain::convert_op): Likewise.
14502         (scalar_chain::convert_reg): Likewise.
14503         (scalar_chain::make_vector_copies): Likewise.
14504         (scalar_chain::convert_registers): New pure virtual function.
14505         (class dimode_scalar_chain): New class.
14506         (class timode_scalar_chain): Likewise.
14507         (scalar_chain::mark_dual_mode_def): Renamed to ...
14508         (dimode_scalar_chain::mark_dual_mode_def): This.
14509         (timode_scalar_chain::mark_dual_mode_def): New function.
14510         (timode_scalar_chain::convert_insn): Likewise.
14511         (dimode_scalar_chain::convert_registers): Likewise.
14512         (scalar_chain::compute_convert_gain): Renamed to ...
14513         (dimode_scalar_chain::compute_convert_gain): This.
14514         (scalar_chain::replace_with_subreg): Renamed to ...
14515         (dimode_scalar_chain::replace_with_subreg): This.
14516         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
14517         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
14518         (scalar_chain::make_vector_copies): Renamed to ...
14519         (dimode_scalar_chain::make_vector_copies): This.
14520         (scalar_chain::convert_reg): Renamed to ...
14521         (dimode_scalar_chain::convert_reg ): This.
14522         (scalar_chain::convert_op): Renamed to ...
14523         (dimode_scalar_chain::convert_op): This.
14524         (scalar_chain::convert_insn): Renamed to ...
14525         (dimode_scalar_chain::convert_insn): This.
14526         (scalar_chain::convert): Call convert_registers.
14527         (convert_scalars_to_vector): Change to scalar_chain pointer to
14528         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
14529         in 32-bit mode.  Delete scalar_chain pointer.  Call
14530         free_dominance_info in 64-bit mode.
14531         (pass_stv::gate): Remove TARGET_64BIT check.
14532         (ix86_option_override): Put the 64-bit STV pass before the CSE
14533         pass.
14535 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
14537         * dwarf2out.h (struct dw_loc_descr_node): Remove the
14538         dw_loc_frame_offset field.
14539         * dwarf2out.c (new_loc_descr): Likewise.
14540         (resolve_args_picking_1): Turn the VISITED hash set into a
14541         FRAME_OFFSET hash map. Use it to associate a frame offset to
14542         visited nodes. Remove uses of the CHECKING_P macro.
14543         (resolve_args_picking): Update call to resolve_args_picking_1.
14545 2016-04-27  Martin Liska  <mliska@suse.cz>
14547         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
14548         (free_loop_data): Release vuses of groups.
14550 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
14552         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
14553         instead of redundant use_id and boolean have_use_for.
14554         (struct iv_use): Change sub_id into group_id.  Remove field next.
14555         Move fields: related_cands, n_map_members, cost_map and selected
14556         to ...
14557         (struct iv_group): ... here.  New structure.
14558         (struct iv_common_cand): Use structure declaration directly.
14559         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
14560         (MAX_CONSIDERED_USES): Rename macro to ...
14561         (MAX_CONSIDERED_GROUPS): ... here.
14562         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
14563         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
14564         (dump_uses): Rename to ...
14565         (dump_groups): ... here.  Update all uses.
14566         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
14567         (find_induction_variables): Refactor format of dump information.
14568         (record_sub_use): Delete.
14569         (record_use): Update all uses.
14570         (record_group): New function.
14571         (record_group_use, find_interesting_uses_op): Call above functions.
14572         Update all uses.
14573         (find_interesting_uses_cond): Ditto.
14574         (group_compare_offset): New function.
14575         (split_all_small_groups): Rename to ...
14576         (split_small_address_groups_p): ... here.  Update all uses.
14577         (split_address_groups):  Update all uses.
14578         (find_interesting_uses): Refactor format of dump information.
14579         (add_candidate_1): Update all uses.  Remove redundant check on iv,
14580         base and step.
14581         (add_candidate, record_common_cand): Remove redundant assert.
14582         (add_iv_candidate_for_biv): Update use.
14583         (add_iv_candidate_derived_from_uses): Update all uses.
14584         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
14585         (alloc_use_cost_map): Ditto.
14586         (set_use_iv_cost, get_use_iv_cost): Rename to ...
14587         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
14588         (determine_use_iv_cost_generic): Ditto.
14589         (determine_group_iv_cost_generic): Ditto.
14590         (determine_use_iv_cost_address): Ditto.
14591         (determine_group_iv_cost_address): Ditto.
14592         (determine_use_iv_cost_condition): Ditto.
14593         (determine_group_iv_cost_cond): Ditto.
14594         (determine_use_iv_cost): Ditto.
14595         (determine_group_iv_cost): Ditto.
14596         (set_autoinc_for_original_candidates): Update all uses.
14597         (find_iv_candidates): Update all uses.  Refactor dump information.
14598         (determine_use_iv_costs): Ditto.
14599         (determine_iv_costs): Ditto.
14600         (iv_ca_cand_for_use): Rename to ...
14601         (iv_ca_cand_for_group): ... here.  Update all uses.
14602         (iv_ca_add_use, iv_ca_add_group): Ditto.
14603         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
14604         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
14605         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
14606         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
14607         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
14608         (create_new_iv, adjust_iv_update_pos): Ditto.
14609         (rewrite_use_address): Delete.
14610         (rewrite_use_address_1): Rename to ...
14611         (rewrite_use_address): ... here.
14612         (rewrite_use_compare): Update all uses.
14613         (rewrite_use): Delete.
14614         (rewrite_uses): Rename to ...
14615         (rewrite_groups): ... here.  Update all uses.
14616         (remove_unused_ivs, free_loop_data): Update all uses.
14617         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
14619 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14621         * rtlanal.c (nonzero_bits1): Convert preprocessor check
14622         for WORD_REGISTER_OPERATIONS to runtime check.
14624 2016-04-27  Richard Biener  <rguenther@suse.de>
14626         PR ipa/70760
14627         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
14628         aggregate_value_p to determine if a function result is
14629         returned by reference.
14630         (ipa_pta_execute): Functions having their address taken are
14631         not automatically nonlocal.
14633 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
14635         PR sanitizer/70683
14636         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
14637         * fold-const.c (operand_equal_p): If flag_checking and
14638         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
14639         and if it returns non-zero, assert iterative_hash_expr on both
14640         args is the same.
14642 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
14644         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
14646 2016-04-27  Nick Clifton  <nickc@redhat.com>
14648         PR middle-end/49889
14649         * varasm.c (merge_weak): Generate an error if an attempt is made
14650         to convert a non-weak static function into a weak, public function.
14652 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14654         * params.def (MAX_PARTITION_SIZE): New param.
14655         * doc/invoke.texi: Document lto-max-partition.
14657 2016-04-27  Richard Biener  <rguenther@suse.de>
14659         PR ipa/70785
14660         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
14661         function cummulating used_from_other_partition, externally_visible
14662         and force_output from aliases.
14663         (refered_from_nonlocal_var): Likewise.
14664         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
14665         node flags properly.
14667 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
14669         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
14670         (-Wmemset-elt-size): New item.
14672 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
14674         PR ada/70759
14675         * stor-layout.h (internal_reference_types): Delete.
14676         * stor-layout.c (reference_types_internal): Likewise.
14677         (internal_reference_types): Likewise.
14678         (layout_type) <REFERENCE_TYPE>: Adjust.
14680 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
14682         PR sanitizer/70683
14683         * tree.h (inchash::add_expr): Add FLAGS argument.
14684         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
14685         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
14686         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
14687         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
14688         if swap_tree_comparison (code) is smaller than code, hash that
14689         and arguments in the other order.  Hash CONVERT_EXPR the same
14690         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
14691         of ADDR_EXPR of decl as the decl itself.  Add or remove
14692         OEP_ADDRESS_OF from recursive flags as needed.  For
14693         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
14694         operands commutatively and only the third one normally.
14695         For internal CALL_EXPR hash in CALL_EXPR_IFN.
14697 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
14699         * config/rtems.h (LIB_SPEC): Add -latomic.
14701 2016-04-27  Joel Sherrill  <joel@rtems.org>
14703         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
14704         xilink.ld and flags not relevant to RTEMS.
14706 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
14708         * toplev.c (backend_init_target): Avoid calling init_reload when using
14709         LRA.
14711 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
14713         * reorg.c (try_merge_delay_insns): Declare i and j inside the
14714         for loops rather than one for the whole function.
14716 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
14718         * match.pd (X + CST CMP X): New transformation.
14720 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
14722         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
14723         * fold-const.c (fold_binary_loc): Remove 2 transformations
14724         superseded by match.pd.
14725         * match.pd (x+x -> x*2): Generalize to integers.
14727 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
14729         * config/i386/i386.md (operation on memory peephole): Duplicate an
14730         existing peephole and adapt it to match lea rather than an operation
14731         that clobbers CC.
14733         PR rtl-optimization/57193
14734         * opts.c (default_options_table): Add OPT_frename_registers at -O2
14735         and above.
14736         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
14738 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
14740         * tree-if-conv.c (any_pred_load_store): New static variable.
14741         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
14742         any_pred_load_store instead of and_mask_load_store.
14743         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
14744         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
14745         (combine_blocks, tree_if_conversion): Ditto.
14747 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
14749         PR tree-optimization/70771
14750         PR tree-optimization/70775
14751         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
14752         virtual PHI nodes.  Delete parameter.
14753         (if_convertible_loop_p_1): Delete argument to above function.
14754         (predicate_all_scalar_phis): Delete code handling single-argument
14755         PHIs.
14756         (tree_if_conversion): Mark and update virtual SSA.
14758 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14760         PR target/61821
14761         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
14762         (x86_elf_aligned_common): Rename to ...
14763         (x86_elf_aligned_decl_common): ... this.
14764         Add decl arg.  Switch to .lbss for largecomm object.  Use
14765         LARGECOMM_SECTION_ASM_OP.
14766         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
14767         renaming.
14768         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
14769         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
14770         Pass new decl arg.
14771         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
14772         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
14774 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14776         PR target/59407
14777         * config/i386/i386.c (SECTION_LARGE): Define.
14778         (x86_64_elf_select_section): Set it for large data/bss sections.
14779         Only clear SECTION_WRITE for .lrodata.
14780         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
14781         data/bss sections.
14782         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
14783         * varasm.c (default_elf_asm_named_section): Grow flagchars.
14784         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
14785         SECTION_MACH_DEP.
14786         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
14787         * doc/tm.texi: Regenerate.
14789 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
14791         PR bootstrap/70704
14792         * configure.ac (--enable-checking): Document extra flag, for
14793         non-release builds default to --enable-checking=yes,extra.
14794         If misc checking and extra checking, define CHECKING_P to 2 instead
14795         of 1.
14796         * common.opt (fchecking=): Add.
14797         * doc/invoke.texi (-fchecking=): Document.
14798         * doc/install.texi: Document --enable-checking changes.
14799         * configure: Regenerated.
14800         * config.in: Regenerated.
14802 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
14804         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
14805         attribute instead of which_alternative.
14806         * config/i386/sse.md (*mov<mode>_internal): Ditto.
14807         Use EXT_REX_SSE_REG_P where appropriate.
14809 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
14811         * config/i386/predicates.md (const0_operand): Do not match
14812         const_wide_int code.
14813         (const1_operand): Ditto.
14815 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
14817         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
14818         for SSE constm1 operands and TARGET_AVX512VL.
14819         (*movti_internal): Ditto.
14820         (*mov<mode>_or): Use constm1_operand predicate.
14821         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
14822         for SSE vector_all_ones operands and TARGET_AVX512VL.
14823         * config/i386/predicates.md (constm1_operand): New predicate.
14824         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
14825         emission of constant -1 load.
14827 2016-04-25  Jason Merrill  <jason@redhat.com>
14829         * gdbinit.in: Skip is-a.h.
14831         * attribs.c (register_scoped_attributes): Fix logic.
14832         * attribs.h: Declare register_scoped_attributes.
14834 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14836         * config/rs6000/rs6000-builtin.def: Correct pasto error for
14837         stxvd2x and stxvw4x built-in functions.
14839 2016-04-25  DJ Delorie  <dj@redhat.com>
14841         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
14842         (ashrhi3): Likewise.
14843         (lshrhi3): Likewise.
14845 2016-04-25  Richard Biener  <rguenther@suse.de>
14847         PR tree-optimization/70780
14848         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
14849         wasn't visited yet.
14850         (compute_antic): Mark blocks with abnormal preds as visited as
14851         they have a final empty antic-in solution already.
14853 2016-04-25  Michael Collison  <michael.collison@linaro.org>
14855         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
14857 2016-04-25  Michael Collison  <michael.collison@linaro.org>
14859         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
14860         mode is VQI to improve mixed mode vectorization.
14861         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
14862         define_insn to match low half of signed vaddw.
14863         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
14864         define_insn to match high half of signed vaddw.
14865         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
14866         define_insn to match low half of unsigned vaddw.
14867         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
14868         define_insn to match high half of unsigned vaddw.
14869         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
14870         (arm_simd_check_vect_par_cnst_half_p): Likewise.
14871         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
14872         for new function.
14873         (arm_simd_check_vect_par_cnst_half_p): Likewise.
14874         * config/arm/predicates.md (vect_par_constant_high): Support
14875         big endian and simplify by calling
14876         arm_simd_check_vect_par_cnst_half
14877         (vect_par_constant_low): Likewise.
14879 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
14881         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
14882         predicate for operand 2.
14884 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
14885             H.J. Lu  <hongjiu.lu@intel.com>
14887         * config/i386/i386-protos.h (standard_sse_constant_p): Add
14888         machine_mode argument.
14889         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
14890         constm1_rtx operands.  For VOIDmode constants, get mode from
14891         pred_mode.  Check mode size if the mode is supported by ABI.
14892         (standard_sse_constant_opcode): Do not use standard_constant_p.
14893         Strictly check ABI support for all-ones operands.
14894         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
14895         immediates. Update calls to standard_sse_constant_p.
14896         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
14897         (ix86_rtx_costs): Ditto.
14898         * config/i386/i386.md (*movxi_internal_avx512f): Use
14899         nonimmediate_or_sse_const_operand instead of vector_move_operand.
14900         Use (v,BC) alternative instead of (v,C). Use register_operand
14901         checks instead of MEM_P.
14902         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
14903         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
14904         isa attribute.  Use register_operand checks instead of MEM_P.
14905         (*movti_internal): Use nonimmediate_or_sse_const_operand for
14906         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
14907         alternative and corresponding sse2 isa attribute.
14908         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
14909         to standard_sse_constant_p.
14910         (FP constant splitters): Ditto.
14911         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
14912         (C): Ditto.
14913         * config/i386/predicates.md (constm1_operand): Remove.
14914         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
14915         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
14916         vector_all_ones_operand instead of constm1_operand.
14918 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14920         * print-rtl.c (print_rtx_insn_vec): New function.
14921         * print-rtl.h: New prototype.
14922         * store-motion.c (struct st_expr): Make avail_stores a vector.
14923         (st_expr_entry): Adjust.
14924         (free_st_expr_entry): Likewise.
14925         (print_store_motion_mems): Likewise.
14926         (find_moveable_store): Likewise.
14927         (compute_store_table): Likewise.
14928         (delete_store): Likewise.
14929         (build_store_vectors): Likewise.
14931 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14933         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
14935 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14937         * vec.h (vec_safe_contains): New function.
14938         (vec::contains): Likewise.
14939         (vec::begin): Likewise.
14940         (vec::end): Likewise.
14942 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
14944         PR sanitizer/70712
14945         * cfgexpand.c (expand_stack_vars): Fix typo.
14947 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
14949         * system.h (list, map, set, vector): Include conditionally.
14950         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
14951         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
14952         * ipa-icf.c (INCLUDE_LIST): Define.
14953         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
14954         * config/sh/sh.c (INCLUDE_VECTOR): Define.
14955         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
14956         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
14957         * cp/logic.cc (INCLUDE_LIST): Define.
14958         * fortran/trans-common.c (INCLUDE_MAP): Define.
14960 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
14962         * auto-profile.c: Remove <string.h> include.
14963         * ipa-icf-gimple.c: Remove <list> include.
14964         * diagnostic.c: Remove <new> include.
14965         * genmatch.c: Likewise.
14966         * pretty-print.c: Likewise.
14967         * toplev.c: Likewise
14968         * c/c-objc-common.c: Likewise.
14969         * cp/error.c: Likewise.
14970         * fortran/error.c: Likewise.
14972 2016-04-22  Richard Biener  <rguenther@suse.de>
14974         * lto-streamer-in.c (input_ssa_names): Do not allocate
14975         GIMPLE_NOP for all SSA names.
14976         * lto-streamer-out.c (output_ssa_names): Do not output
14977         SSA names that should have been released.
14979 2016-04-22  Richard Biener  <rguenther@suse.de>
14981         PR tree-optimization/70740
14982         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
14983         VDEF.
14985 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
14987         PR target/70750
14988         * config/i386/predicates.md (call_insn_operand): Replace
14989         sibcall_memory_operand with memory_operand.
14991 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
14993         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
14994         has_single_use() tests.
14995         (register_edge_assert_for_1): Likewise.
14996         (find_assert_locations_1): Check the liveness bitmap instead of
14997         checking has_single_use().
14999 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
15001         PR target/70728
15002         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
15003         Extract AVX-512BW constraint from AVX.
15005 2016-04-21  Richard Biener  <rguenther@suse.de>
15007         PR tree-optimization/70725
15008         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
15009         for phi_convertible_by_degenerating_args.
15010         (predicate_all_scalar_phis): Handle single-argument PHIs.
15012 2016-04-21  Richard Biener  <rguenther@suse.de>
15014         PR middle-end/70747
15015         * fold-const.c (fold_comparison): Return properly typed
15016         constant boolean.
15018 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
15020         PR tree-optimization/70715
15021         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
15022         after expanding BASE using expand_simple_operations.
15024 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
15026         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
15027         New transformations.
15029 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
15031         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
15033 2016-04-20  Jan Hubicka  <jh@suse.cz>
15035         * ipa-inline.c (can_inline_edge_p): Pass caller info to
15036         ultiimate_alias_target.
15037         (update_callee_keys): Likewise.
15038         (lookup_recursive_calls): Likewise.
15039         (speculation_useful_p): Likewise.
15041 2016-04-20  Jan Hubicka  <jh@suse.cz>
15043         PR ipa/70018
15044         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
15045         (set_nothrow_flag_1): ... this; handle interposition correctly;
15046         recurse on aliases and thunks.
15047         (cgraph_node::set_nothrow_flag): New.
15048         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
15049         functions compiled with non-call exceptions that binds to current
15050         def.
15051         (propagate_nothrow): Be safe WRT interposition.
15052         * cgraph.h (set_nothrow_flag): Update prototype.
15054 2016-04-18  Jan Hubicka  <jh@suse.cz>
15056         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
15057         max_loop_iterations_int.
15058         (tree_unswitch_outer_loop): Likewise.
15060 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
15062         PR tree-optimization/69489
15063         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
15064         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
15065         Revise dump message.
15066         (if_convertible_bb_p): Remove check on edge count of basic block's
15067         predecessors.
15069 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
15071         PR tree-optimization/56625
15072         PR tree-optimization/69489
15073         * tree-data-ref.h (DR_INNERMOST): New macro.
15074         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
15075         hashing struct innermost_loop_behavior.
15076         (ref_DR_map): Remove.
15077         (innermost_DR_map): New map.
15078         (baseref_DR_map): Revise comment.
15079         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
15080         to innermost_DR_map accroding to its innermost loop behavior.
15081         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
15082         to its innermost loop behavior.
15083         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
15084         Add initialization for innermost_DR_map.  Record memory reference
15085         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
15086         have innermost loop behavior.
15087         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
15088         innermost_DR_map.
15090 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
15092         * config/i386/i386.md (*lea<mode>_general_1): Rename from
15093         *lea_general_1.  Use explicit SWI12 mode interator.
15094         (*lea<mode>_general_2): Rename from *lea_general_2.
15095         Use explicit SWI12 mode interator.
15096         (*lea<mode>_general_3): Rename from *lea_general_3.
15097         Use explicit SWI12 mode interator.
15098         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
15099         Use explicit SWI12 mode interator.
15100         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
15101         Use explicit SWI48 mode interator.
15103 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
15105         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
15106         Short-cut unaligned load and store cases.  Handle all integer
15107         vector modes.
15108         (ix86_expand_vector_move_misalign): Short-cut unaligned load
15109         and store cases.  Call ix86_avx256_split_vector_move_misalign
15110         directly without checking mode class.
15112 2016-04-20  Andrew Pinski  <apinski@cavium.com>
15113             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15115         PR target/64971
15116         * config/aarch64/aarch64.md (sibcall): Force call
15117         address to be DImode for ILP32.
15118         (sibcall_value): Likewise.
15120 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
15122         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
15124 2016-04-20  Richard Biener  <rguenther@suse.de>
15126         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
15127         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
15128         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
15129         (maybe_push_res_to_seq): Adjust.
15130         * gimple-fold.c (maybe_build_generic_op): Likewise.
15132 2016-04-20  Marek Polacek  <polacek@redhat.com>
15134         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
15135         rather than true.
15137 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
15139         * config/i386/sse.md (vec_unpacks_lo_hi): Always
15140         use kmovw to support AVX512F target.
15142 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
15144         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
15146 2016-04-20  Marek Polacek  <polacek@redhat.com>
15148         PR tree-optimization/70725
15149         * tree-if-conv.c (is_false_predicate): New function.
15150         (predicate_mem_writes): Use it.
15152 2016-04-20  Richard Biener  <rguenther@suse.de>
15154         PR tree-optimization/70726
15155         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
15156         shift amounts from a pattern stmt operand.
15158 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15160         PR target/70674
15161         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
15162         stack_restore_from_fpr pattern when restoring r15.
15163         (s390_optimize_prologue): Strip away the memory barrier in the
15164         parallel when trying to get rid of restore insns.
15165         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
15166         definition for loading the stack pointer from an FPR.  Compared to
15167         the normal move insn this pattern includes a full memory barrier.
15169 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
15171         PR middle-end/70680
15172         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
15173         implicitly linear or lastprivate iterator on the outer context.
15175 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
15177         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
15178         alignment check.
15179         * config/i386/i386.md (ssememalign): Removed.
15180         * config/i386/sse.md: Remove ssememalign attribute from patterns.
15182 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
15184         PR target/69201
15185         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
15186         const short * to __builtin_ia32_loaddquhi512_mask.
15187         (_mm512_maskz_loadu_epi16): Likewise.
15188         (_mm512_mask_storeu_epi16): Pass short * to
15189         __builtin_ia32_storedquhi512_mask.
15190         (_mm512_mask_loadu_epi8): Pass const char * to
15191         __builtin_ia32_loaddquqi512_mask.
15192         (_mm512_maskz_loadu_epi8): Likewise.
15193         (_mm512_mask_storeu_epi8): Pass char * to
15194         __builtin_ia32_storedquqi512_mask.
15195         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
15196         const double * to __builtin_ia32_loadupd512_mask.
15197         (_mm512_mask_loadu_pd): Likewise.
15198         (_mm512_maskz_loadu_pd): Likewise.
15199         (_mm512_storeu_pd): Pass double * to
15200         __builtin_ia32_storeupd512_mask.
15201         (_mm512_mask_storeu_pd): Likewise.
15202         (_mm512_loadu_ps): Pass const float * to
15203         __builtin_ia32_loadups512_mask.
15204         (_mm512_mask_loadu_ps): Likewise.
15205         (_mm512_maskz_loadu_ps): Likewise.
15206         (_mm512_storeu_ps): Pass float * to
15207         __builtin_ia32_storeups512_mask.
15208         (_mm512_mask_storeu_ps): Likewise.
15209         (_mm512_mask_loadu_epi64): Pass const long long * to
15210         __builtin_ia32_loaddqudi512_mask.
15211         (_mm512_maskz_loadu_epi64): Likewise.
15212         (_mm512_mask_storeu_epi64): Pass long long *
15213         to __builtin_ia32_storedqudi512_mask.
15214         (_mm512_loadu_si512): Pass const int * to
15215         __builtin_ia32_loaddqusi512_mask.
15216         (_mm512_mask_loadu_epi32): Likewise.
15217         (_mm512_maskz_loadu_epi32): Likewise.
15218         (_mm512_storeu_si512): Pass int * to
15219         __builtin_ia32_storedqusi512_mask.
15220         (_mm512_mask_storeu_epi32): Likewise.
15221         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
15222         char * to __builtin_ia32_storedquqi256_mask.
15223         (_mm_mask_storeu_epi8): Likewise.
15224         (_mm256_mask_loadu_epi16): Pass const short * to
15225         __builtin_ia32_loaddquhi256_mask.
15226         (_mm256_maskz_loadu_epi16): Likewise.
15227         (_mm_mask_loadu_epi16): Pass const short * to
15228         __builtin_ia32_loaddquhi128_mask.
15229         (_mm_maskz_loadu_epi16): Likewise.
15230         (_mm256_mask_loadu_epi8): Pass const char * to
15231         __builtin_ia32_loaddquqi256_mask.
15232         (_mm256_maskz_loadu_epi8): Likewise.
15233         (_mm_mask_loadu_epi8): Pass const char * to
15234         __builtin_ia32_loaddquqi128_mask.
15235         (_mm_maskz_loadu_epi8): Likewise.
15236         (_mm256_mask_storeu_epi16): Pass short * to.
15237         __builtin_ia32_storedquhi256_mask.
15238         (_mm_mask_storeu_epi16): Pass short * to.
15239         __builtin_ia32_storedquhi128_mask.
15240         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
15241         const double * to __builtin_ia32_loadupd256_mask.
15242         (_mm256_maskz_loadu_pd): Likewise.
15243         (_mm_mask_loadu_pd): Pass onst double * to
15244         __builtin_ia32_loadupd128_mask.
15245         (_mm_maskz_loadu_pd): Likewise.
15246         (_mm256_mask_storeu_pd): Pass double * to
15247         __builtin_ia32_storeupd256_mask.
15248         (_mm_mask_storeu_pd): Pass double * to
15249         __builtin_ia32_storeupd128_mask.
15250         (_mm256_mask_loadu_ps): Pass const float * to
15251         __builtin_ia32_loadups256_mask.
15252         (_mm256_maskz_loadu_ps): Likewise.
15253         (_mm_mask_loadu_ps): Pass const float * to
15254         __builtin_ia32_loadups128_mask.
15255         (_mm_maskz_loadu_ps): Likewise.
15256         (_mm256_mask_storeu_ps): Pass float * to
15257         __builtin_ia32_storeups256_mask.
15258         (_mm_mask_storeu_ps): ass float * to
15259         __builtin_ia32_storeups128_mask.
15260         (_mm256_mask_loadu_epi64): Pass const long long * to
15261         __builtin_ia32_loaddqudi256_mask.
15262         (_mm256_maskz_loadu_epi64): Likewise.
15263         (_mm_mask_loadu_epi64): Pass const long long * to
15264         __builtin_ia32_loaddqudi128_mask.
15265         (_mm_maskz_loadu_epi64): Likewise.
15266         (_mm256_mask_storeu_epi64): Pass long long * to
15267         __builtin_ia32_storedqudi256_mask.
15268         (_mm_mask_storeu_epi64): Pass long long * to
15269         __builtin_ia32_storedqudi128_mask.
15270         (_mm256_mask_loadu_epi32): Pass const int * to
15271         __builtin_ia32_loaddqusi256_mask.
15272         (_mm256_maskz_loadu_epi32): Likewise.
15273         (_mm_mask_loadu_epi32): Pass const int * to
15274         __builtin_ia32_loaddqusi128_mask.
15275         (_mm_maskz_loadu_epi32): Likewise.
15276         (_mm256_mask_storeu_epi32): Pass int * to
15277         __builtin_ia32_storedqusi256_mask.
15278         (_mm_mask_storeu_epi32): Pass int * to
15279         __builtin_ia32_storedqusi128_mask.
15280         * config/i386/i386-builtin-types.def (PCSHORT): New.
15281         (PINT64): Likewise.
15282         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
15283         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
15284         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
15285         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
15286         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
15287         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
15288         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
15289         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
15290         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
15291         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
15292         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
15293         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
15294         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
15295         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
15296         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
15297         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
15298         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
15299         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
15300         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
15301         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
15302         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
15303         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
15304         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
15305         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
15306         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
15307         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
15308         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
15309         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
15310         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
15311         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
15312         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
15313         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
15314         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
15315         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
15316         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
15317         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
15318         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
15319         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
15320         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
15321         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
15322         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
15323         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
15324         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
15325         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
15326         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
15327         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
15328         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
15329         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
15330         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
15331         use UNSPEC_STOREU.
15332         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
15333         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
15334         load nor store.
15335         (ix86_expand_vector_move_misalign): Likewise.
15336         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
15337         to scalar function prototype for unaligned load/store builtins.
15338         (ix86_expand_special_args_builtin): Updated.
15339         * config/i386/sse.md (UNSPEC_LOADU): Removed.
15340         (UNSPEC_STOREU): Likewise.
15341         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
15342         (VI_ULOADSTORE_F_AVX512VL): Likewise.
15343         (ssescalarsize): Handle V4TI, V2TI and V1TI.
15344         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
15345         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
15346         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
15347         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
15348         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
15349         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
15350         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
15351         (<avx512>_storedqu<mode>_mask): Likewise.
15352         (*sse4_2_pcmpestr_unaligned): Likewise.
15353         (*sse4_2_pcmpistr_unaligned): Likewise.
15354         (*mov<mode>_internal): Renamed to ...
15355         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
15356         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
15357         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
15358         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
15360 2016-04-19  Richard Biener  <rguenther@suse.de>
15362         PR tree-optimization/70171
15363         * tree-ssa-phiprop.c: Include stor-layout.h.
15364         (phiprop_insert_phi): Handle the aggregate copy case.
15365         (propagate_with_phi): Likewise.
15367 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
15369         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
15370         instead of simplify_gen_subreg (... , 0).
15371         (ix86_delegitimize_address): Ditto.
15372         (ix86_split_divmod): Ditto.
15373         (ix86_split_copysign_const): Ditto.
15374         (ix86_split_copysign_var): Ditto.
15375         (ix86_expand_args_builtin): Ditto.
15376         (ix86_expand_round_builtin): Ditto.
15377         (ix86_expand_special_args_builtin): Ditto.
15378         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
15379         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
15380         (udivmodqi4): Ditto.
15381         (absneg splitters): Ditto.
15382         (*jcc_bt<mode>_1): Ditto.
15384 2016-04-19  Richard Biener  <rguenther@suse.de>
15386         PR tree-optimization/70724
15387         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
15388         restoring out from ...
15389         (free_scc_vn): ... here.
15390         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
15391         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
15392         tail merging.
15393         (pass_fre::execute): Restore SSA info.
15395 2016-04-19  Richard Biener  <rguenther@suse.de>
15397         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
15398         * gimple-walk.c (walk_gimple_op): Initialize it.
15399         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
15400         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
15401         remapping SSA names of defs.
15402         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
15403         adjustment.
15405 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
15407         PR middle-end/70689
15408         * lra-constraints.c (equiv_substition_p): New.
15409         (process_alt_operands): Use it.
15410         (swap_operands): Swap it.
15411         (curr_insn_transform): Update it.
15413 2016-04-18  Michael Matz  <matz@suse.de>
15415         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
15416         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
15417         * tree-core.h (tree_type_common.align): Use bit-field.
15418         (tree_type_common.spare): New.
15419         (tree_decl_common.off_align): Make smaller.
15420         (tree_decl_common.align): Use bit-field.
15422         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
15423         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
15424         (scan_sharing_clauses): Ditto.
15425         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
15426         (omp_finish_file): Ditto.
15427         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
15428         (layout_decl): Ditto.
15429         (relayout_decl): Ditto.
15430         (finalize_record_size): Use SET_TYPE_ALIGN.
15431         (finalize_type_size): Ditto.
15432         (finish_builtin_struct): Ditto.
15433         (layout_type): Ditto.
15434         (initialize_sizetypes): Ditto.
15435         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
15436         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
15437         (lookup_field_for_decl): Use SET_DECL_ALIGN.
15438         (get_chain_field): Ditto.
15439         (get_trampoline_type): Ditto.
15440         (get_nl_goto_field): Ditto.
15441         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
15442         SET_DECL_ALIGN.
15443         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
15444         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
15445         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
15446         (build_qualified_type): Use SET_TYPE_ALIGN.
15447         (build_aligned_type, build_range_type_1): Ditto.
15448         (build_atomic_base): Ditto.
15449         (build_common_tree_nodes): Ditto.
15450         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
15451         (expand_one_stack_var_at): Ditto.
15452         * coverage.c (build_var): Use SET_DECL_ALIGN.
15453         * except.c (init_eh): Ditto.
15454         * function.c (assign_parm_setup_block): Ditto.
15455         * symtab.c (increase_alignment_1): Ditto.
15456         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
15457         * tree-vect-stmts.c (ensure_base_align): Ditto.
15458         * varasm.c (align_variable): Ditto.
15459         (assemble_variable): Ditto.
15460         (build_constant_desc): Ditto.
15461         (output_constant_def_contents): Ditto.
15463         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
15464         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
15465         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
15466         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
15467         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
15469 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
15471         PR target/70708
15472         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
15473         replace %vmovsd with "%vmovq".
15474         (vec_concatv2df): Likewise.
15476 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
15478         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
15479         (*vec_extractv2si_0): Ditto.
15480         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
15481         (zero_extended_scalar_load_operand splitters): Ditto.
15482         (vec_extract splitters): Ditto.
15483         (*vec_extractv4si_0_zext): Ditto.
15484         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
15485         and lowpart_subreg.
15486         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
15487         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
15488         (*sse4_1_extractps): Use lowpart_subreg.
15489         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
15491 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15493         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
15494         gld requirements.
15495         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
15496         Mention Solaris 11 packaging changes.
15497         Update gas and gld requirements.
15498         Remove reference to pre-Solaris 10 bug.
15499         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
15500         systems and bugs.
15501         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
15502         with cc.
15504 2016-04-17  Jan Hubicka  <jh@suse.cz>
15506         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
15507         max_loop_iterations_int.
15509 2016-04-18  Richard Biener  <rguenther@suse.de>
15511         PR tree-optimization/43434
15512         * tree-ssa-structalias.c (struct vls_data): New.
15513         (visit_loadstore): Handle all pointer-based accesses.
15514         (compute_dependence_clique): Compute a bitmap of restrict tags
15515         assigned bases and pass it to visit_loadstore.
15517 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
15519         PR target/70711
15520         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
15521         armv8.1-a and armv8.1-a+crc.
15523 2016-04-18  Richard Biener  <rguenther@suse.de>
15525         PR tree-optimization/70701
15526         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
15527         references after translating through a memcpy.
15529 2016-04-18  Richard Biener  <rguenther@suse.de>
15531         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
15532         (compute_antic): ... here.  For partial antic use regular
15533         postorder and scrap iteration.
15534         (compute_partial_antic_aux): Remove unused return value.
15535         (init_pre): Do not allocate postorder.
15536         (fini_pre): Do not free postorder.
15538 2016-04-18  Richard Biener  <rguenther@suse.de>
15540         PR middle-end/37870
15541         * expmed.c (extract_bit_field_1): Remove broken case
15542         using a wider MODE_INT mode.
15544 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
15546         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
15547         unless compiling with at least GCC-4.8.
15549 2016-04-17  Jan Hubicka  <jh@suse.cz>
15551         PR bootstrap/70706
15552         * graphite.c (graphite_finalize): Update call to
15553         tree_estimate_probability.
15554         * predict.h (tree_estimate_probability): Update prototype.
15556 2016-04-17  Jan Hubicka  <jh@suse.cz>
15558         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
15559         (tree_estimate_probability): Likewise.
15560         (pass_profile::execute): Update.
15561         (report_predictor_hitrates): New function.
15562         * profile.c (compute_branch_probabilities): Use it.
15563         * predict.h (report_predictor_hitrates): Declare.
15565 2016-04-17  Jan Hubicka  <jh@suse.cz>
15567         PR ipa/70018
15568         * cgraph.h (cgraph_node::set_const_flag,
15569         cgraph_node::set_pure_flag): Update prototype to return bool;
15570         update comment.
15571         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
15572         of interposable symbol are interposable, too.
15573         (cgraph_set_const_flag_1): Rename to ...
15574         (set_const_flag_1): ... this one; change to self recursive function
15575         instead of call_for_symbol_thunks_and_aliases. Handle correctly
15576         clearnig the flag in all variants and also virtual thunks of const
15577         functions are pure; track if any change was done.
15578         (cgraph_node::set_const_flag): Update.
15579         (struct set_pure_flag_info): New struct.
15580         (cgraph_set_pure_flag_1): Rename to ...
15581         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
15582         rather than pointer encoded flags; track if any changes was done;
15583         handle correctly clearning flag and setting flag of aliases already
15584         declared const.
15585         (cgraph_node::set_pure_flag): Update.
15586         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
15588 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15590         PR other/70433
15591         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
15592         backslash in label.
15594 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15596         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
15597         '{}<> ' as escape-for-record.
15599 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15601         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
15602         structure.
15604 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15606         PR other/70185
15607         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
15608         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
15609         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
15610         * passes.c (finish_optimization_passes): Only call
15611         finish_graph_dump_file if dfi->graph_dump_initialized.
15612         (execute_function_dump, pass_init_dump_file): Use
15613         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
15615 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15617         PR tree-optimization/70256
15618         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
15619         (debug_varmap): New function.
15621 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15623         PR other/70183
15624         * passes.c (pass_manager::register_pass): Propagate pflags.
15626 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15628         PR other/68875
15629         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
15630         * passes.c (pass_manager::pass_manager): Declare and init p_start in
15631         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
15632         check if it's equal to p_start.
15633         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
15635 2016-04-15  Jan Hubicka  <jh@suse.cz>
15637         PR ipa/70018
15638         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
15639         function does not bind to current def.
15640         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
15641         handle conservatively calls to functions that does not need to bind
15642         to current def.
15643         (check_call): Update call of worse_state.
15644         (ignore_edge_for_nothrow): Update.
15645         (ignore_edge_for_pure_const): Likewise.
15646         (propagate_pure_const): Update calls to worse_state.
15647         (skip_function_for_local_pure_const): Reformat comments.
15649 2016-04-15  Jan Hubicka  <jh@suse.cz>
15651         PR ipa/70018
15652         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
15653         (cgraph_node::function_symbol): Likewise.
15654         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
15655         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
15656         (symtab_node::ultimate_alias_target): Add REF parameter.
15657         (symtab_node::binds_to_current_def_p): Declare.
15658         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
15659         (cgraph_node::function_symbol): Likewise.
15660         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
15661         (cgraph_node::get_availability): Likewise.
15662         (cgraph_edge::binds_to_current_def_p): New inline function.
15663         (varpool_node::get_availability): Add REF parameter.
15664         (varpool_node::ultimate_alias_target): Likewise.
15665         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
15666         (symtab_node::binds_to_current_def_p): Likewise.
15667         * varpool.c (varpool_node::get_availability): Likewise.
15669 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
15671         PR target/70662
15672         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
15673         Fix mode size check.
15675 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
15677         * BASE-VER: Set to 7.0.0.
15679 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
15681         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
15683 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15685         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
15686         architecture revisions.
15688 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
15690         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
15691         * config/i386/i386.c (ix86_using_red_zone): No longer static.
15692         * config/i386/i386.md (stack decrement to push peepholes): Guard
15693         with !x86_using_red_zone ().
15695 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
15697         PR c++/70675
15698         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
15699         to dump_generic_node.
15700         (NIY): Pass also flags to do_niy.
15702 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
15704         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
15705         (simd_clone_vector_of_formal_parm_types)
15706         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
15707         (simd_clone_mangle, simd_clone_create)
15708         (simd_clone_adjust_return_type, create_tmp_simd_array)
15709         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
15710         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
15711         (ipa_simd_modify_function_body, simd_clone_linear_addend)
15712         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
15713         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
15714         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
15715         * omp-simd-clone.c: ... this new file.
15716         (simd_clone_vector_of_formal_parm_types): Make it static.
15717         * Makefile.in (OBJS): Add omp-simd-clone.o.
15719 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
15721         PR target/70662
15722         * config/i386/sse.md: Use proper memory operand modifiers.
15725 2016-04-15  Richard Biener  <rguenther@suse.de>
15726         Alan Modra  <amodra@gmail.com>
15728         PR tree-optimization/70130
15729         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
15730         when alignment stays not the same and no not use the realign
15731         scheme then.
15733 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15735         PR target/70669
15736         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
15737         direct move handlers for KFmode. Change TFmode handlers test from
15738         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
15740 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
15742         PR c++/70594
15743         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
15744         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
15745         (inlined_polymorphic_ctor_dtor_block_p): Use it.
15746         * tree-ssa-live.c (remove_unused_scope_block_p): When
15747         in_ctor_dtor_block, avoid discarding not just BLOCKs with
15748         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
15749         block_ultimate_origin is FUNCTION_DECL.
15750         (remove_unused_locals): If current_function_decl is
15751         polymorphic_ctor_dtor_p, pass initial true to
15752         remove_unused_scope_block_p' is_ctor_dtor_block.
15754 2016-04-14  Martin Sebor  <msebor@redhat.com>
15756         PR c++/69517
15757         PR c++/70019
15758         PR c++/70588
15759         * doc/extend.texi (Variable Length): Revert.
15761 2016-04-14  Marek Polacek  <polacek@redhat.com>
15762             Jan Hubicka  <hubicka@ucw.cz>
15764         PR c++/70029
15765         * tree.c (verify_type): Disable the canonical type of main variant
15766         check.
15768 2016-04-14  Jason Merrill  <jason@redhat.com>
15770         * cfgexpand.c, expr.c: Revert previous change.
15772 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
15774         PR middle-end/70643
15775         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
15776         when building a mem ref for the incoming reduction variable.
15778 2016-04-14  Richard Biener  <rguenther@suse.de>
15780         PR tree-optimization/70614
15781         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
15782         loop if the evolution dropped to chrec_dont_know.
15783         (interpret_condition_phi): Likewise.
15785 2016-04-14  Richard Biener  <rguenther@suse.de>
15787         PR tree-optimization/70623
15788         * tree-ssa-pre.c (changed_blocks): Make global ...
15789         (compute_antic): ... local here.  Move and fix worklist
15790         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
15791         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
15792         worklist handling, dump when ANTIC_IN changed.
15793         (compute_partial_antic_aux): Remove worklist handling.
15794         (init_pre): Do not compute post dominators.  Add a comment about
15795         the CFG order chosen.
15796         (fini_pre): Do not free post dominators.
15798 2016-04-13  Martin Sebor  <msebor@redhat.com>
15800         PR c++/69517
15801         PR c++/70019
15802         PR c++/70588
15803         * doc/extend.texi (Variable Length): Document C++ specifics.
15805 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
15807         PR c++/70641
15808         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
15809         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
15810         eh edges have been purged.
15812         PR c++/70594
15813         * tree-sra.c (create_access_replacement,
15814         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
15815         gets fancy name.
15816         * tree-pretty-print.c (dump_fancy_name): New function.
15817         (dump_decl_name, dump_generic_node): Use it.
15819 2016-04-13  Jason Merrill  <jason@redhat.com>
15821         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
15822         * expr.c (expand_expr_real_1): Likewise.
15824 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
15826         * config/i386/i386.md (kunpckhi): Swap operands.
15827         (kunpcksi): Likewise.
15828         (kunpckdi): Likewise.
15829         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
15830         (vec_pack_trunc_<mode>): Likewise.
15832 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
15834         PR debug/70628
15835         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
15837         PR middle-end/70633
15838         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
15839         gimplification turns some element into non-constant.
15841         PR debug/70628
15842         * rtl.h (convert_memory_address_addr_space_1): New prototype.
15843         * explow.c (convert_memory_address_addr_space_1): No longer static,
15844         add NO_EMIT argument and don't call convert_modes if true, pass
15845         it down recursively, remove break after return.
15846         (convert_memory_address_addr_space): Adjust caller.
15847         * simplify-rtx.c (simplify_unary_operation_1): Call
15848         convert_memory_address_addr_space_1 instead of convert_memory_address,
15849         if it returns NULL, don't simplify.
15851 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
15853         PR target/70630
15854         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
15856 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
15858         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
15859         Bump the upper SIMDLEN limits, so that if the return type or
15860         characteristic type if the return type is void can be passed in
15861         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
15862         allowed.
15864 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
15866         PR target/70640
15867         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
15868         Do not use "=" constraint on an input constraint.
15869         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
15870         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
15871         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
15872         generates (neg (abs ...)) instead of (abs ...).
15874 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
15876         PR rtl-optimization/70596
15877         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
15878         just invalidate LRA data and reset them.  Adjust dump wording.
15880 2016-04-12  Martin Liska  <mliska@suse.cz>
15882         Revert
15883         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
15885         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
15886         estimates here.
15887         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
15888         max_loop_iterations_int.
15889         (tree_unswitch_outer_loop): Likewise.
15890         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
15891         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
15893 2016-04-12  Tom de Vries  <tom@codesourcery.com>
15895         PR tree-optimization/68756
15896         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
15897         instead of new_name.
15899 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
15901         PR tree-optimization/70602
15902         * tree-sra.c (generate_subtree_copies): Don't write anything into
15903         constant pool decls.
15905         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
15906         regardless whether there are depend clauses or not.
15908 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
15910         PR target/70381
15911         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
15912         target attribute and pragma from changing the -mfloat128
15913         and -mfloat128-hardware options.
15915         * doc/extend.texi (Additional Floating Types): Document PowerPC
15916         __float128 restrictions.
15918 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
15920         PR target/70133
15921         * config/aarch64/driver-aarch64.c
15922         (aarch64_get_extension_string_for_isa_flags): New.
15923         (arch_extension): Rename to...
15924         (aarch64_arch_extension): ...This.
15925         (ext_to_feat_string): Rename to...
15926         (aarch64_extensions): ...This.
15927         (aarch64_core_data): Keep track of architecture extension flags.
15928         (cpu_data): Rename to...
15929         (aarch64_cpu_data): ...This.
15930         (aarch64_arch_driver_info): Keep track of architecture extension
15931         flags.
15932         (get_arch_name_from_id): Rename to...
15933         (get_arch_from_id): ...This, change return type.
15934         (host_detect_local_cpu): Update and reformat for renames, handle
15935         extensions through common infrastructure.
15937 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
15939         PR target/70133
15940         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
15941         track of a canonical flag name.
15942         (all_extensions): Likewise.
15943         (arch_to_arch_name): Also track extension flags enabled by the arch.
15944         (all_architectures): Likewise.
15945         (aarch64_parse_extension): Move to here.
15946         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
15947         rework.
15948         (aarch64_rewrite_selected_cpu): Update for above change.
15949         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
15950         are handled, such that the single explicit value enabled by an
15951         extension is kept seperate from the implicit values it also enables.
15952         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
15953         to here.
15954         (aarch64_parse_extension): New.
15955         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
15956         here to config/aarch64/aarch64-protos.h.
15957         (aarch64_parse_extension): Move from here to
15958         common/config/aarch64/aarch64-common.c.
15959         (aarch64_option_print): Update.
15960         (aarch64_declare_function_name): Likewise.
15961         (aarch64_start_file): Likewise.
15962         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
15963         the canonical flag for extensions.
15964         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
15965         flags.
15967 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
15969         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
15970         AARCH64_FL_CRC.
15972 2016-04-09  Tom de Vries  <tom@codesourcery.com>
15974         PR tree-optimization/68953
15975         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
15976         first to last subscript.
15978 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
15980         PR tree-optimization/70586
15981         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
15982         for any calls.
15984 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
15986         PR lto/70289
15987         PR ipa/70348
15988         PR tree-optimization/70373
15989         PR middle-end/70533
15990         PR middle-end/70534
15991         PR middle-end/70535
15992         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
15993         clauses for acc parallel reductions as necessary.  Error on those
15994         that are private.
15995         * omp-low.c (scan_sharing_clauses): Don't install variables which
15996         are used in acc parallel reductions.
15997         (lower_rec_input_clauses): Remove dead code.
15998         (lower_oacc_reductions): Add support for reference reductions.
15999         (lower_reduction_clauses): Remove dead code.
16000         (lower_omp_target): Don't remap variables appearing in acc parallel
16001         reductions.
16002         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
16004 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
16006         PR middle-end/70593
16007         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
16008         with multiple SSA_NAME defs, force the outputs other than first
16009         to be live before calling live_track_process_def on each output.
16011         PR rtl-optimization/70574
16012         * fwprop.c (forward_propagate_and_simplify): Don't add
16013         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
16014         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
16015         paradoxical subregs within *loc.
16017 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
16019         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
16020         -ftree-parallelize-loops={0,1}.
16021         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
16022         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
16023         * config/ia64/hpux.h (LIB_SPEC): Likewise.
16024         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
16025         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
16027 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
16029         PR sanitizer/70541
16030         * asan.c (instrument_derefs): If we get unknown location, extract it
16031         with EXPR_LOCATION.
16032         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
16034 2016-04-08  Tom de Vries  <tom@codesourcery.com>
16036         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
16037         implicit firstprivate clause.
16039 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16041         PR target/70566
16042         * config/arm/thumb2.md (tst + branch-> lsls + branch
16043         peephole below *orsi_not_shiftsi_si): Require that condition
16044         register is dead after the peephole.
16045         (second peephole after the above): Likewise.
16047 2016-04-08  Alan Modra  <amodra@gmail.com>
16049         PR target/70117
16050         * builtins.c (fold_builtin_classify): For IBM extended precision,
16051         look at just the high-order double to test for NaN.
16052         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
16053         test just the high double for Inf but both doubles for subnormal
16054         limit.
16056 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
16058         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
16059         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
16060         node->simdclone->mask_mode != VOIDmode masks.
16061         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
16062         earlier, use it instead of node->simdclone.
16063         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
16064         Set clonei->mask_mode.
16066 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
16068         PR c/70436
16069         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
16070         Pass it through to cp_parser_already_scoped_statement.
16071         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
16072         it through to cp_parser_statement.
16073         (cp_parser_statement): Pass IF_P through to
16074         cp_parser_iteration_statement.
16075         (cp_parser_pragma): Adjust call to
16076         cp_parser_iteration_statement.
16078 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
16080         PR c/70436
16081         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
16082         resolve a future -Wparentheses warning.
16083         * omp-low.c (scan_sharing_clauses): Likewise.
16084         * tree-parloops.c (eliminate_local_variables): Likewise.
16086 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
16088         PR rtl-optimization/70398
16089         * lra-constraints.c (process_address_1): Check zero scale and code
16090         for reloading with zero scale.
16092 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
16094         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
16095         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
16097 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
16099         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
16100         Add support for AVX512F clones, include them by default for
16101         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
16102         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
16103         up to 128.
16105         PR middle-end/70550
16106         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
16107         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
16108         firstprivate clauses.
16109         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
16110         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
16111         (lower_omp_target): Set TREE_NO_WARNING for
16112         non-addressable possibly uninitialized vars which are copied into
16113         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
16115 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
16117         * config/pa/predicates.md (integer_store_memory_operand): Accept
16118         REG+D operands with a large offset when reload_in_progress is true.
16119         (floating_point_store_memory_operand): Likewise.
16121 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
16123         PR c++/70336
16124         * match.pd (nested int casts): Limit to GIMPLE.
16126 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
16128         PR ipa/66223
16129         * ipa-devirt.c (maybe_record_node): Fix comment; use
16130         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
16132 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
16134         PR rtl-optimization/70542
16135         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
16136         if there are any uses other than insn or debug insns.
16138 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
16139             Jakub Jelinek  <jakub@redhat.com>
16141         PR tree-optimization/70509
16142         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
16143         Shift HOST_WIDE_INT_1U instead of 1.
16145 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
16147         PR tree-optimization/70509
16148         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
16149         of the vector base type for index.
16151 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
16153         PR target/70510
16154         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
16156 2016-04-05  Richard Biener  <rguenther@suse.de>
16158         PR tree-optimization/70526
16159         * tree-sra.c (build_ref_for_offset): Use prev_base to
16160         extract the alias pointer type.
16162 2016-04-05  Richard Biener  <rguenther@suse.de>
16164         * dse.c (struct store_info): Remove alias_set member.
16165         (struct read_info_type): Likewise.
16166         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
16167         spill_deleted, clear_alias_set_lookup): Remove.
16168         (get_group_info): Remove dead base == NULL_RTX case.
16169         (dse_step0): Remove initialization of removed variables.
16170         (delete_dead_store_insn): Reomve alias set dumping.
16171         (free_read_records): Remove alias_set handling.
16172         (canon_address): Remove alias_set_out parameter.
16173         (record_store): Remove spill_alias_set, it's always zero.
16174         (check_mem_read_rtx): Likewise.
16175         (dse_step2): Rename from ...
16176         (dse_step2_nospill): ... this.  Adjust.
16177         (scan_stores): Rename from ...
16178         (scan_stores_nospill): ... this.
16179         (scan_reads): Rename from ...
16180         (scan_reads_nospill): ... this.
16181         (scan_stores_spill, scan_reads_spill): Remove.
16182         (dse_step3_scan): Remove for_spills argument which is always false.
16183         (dse_step3): Likewise.
16184         (dse_step5): Rename from ...
16185         (dse_step5_nospill): ... this.  Remove alias_set handling.
16186         (rest_of_handle_dse): Adjust.
16188 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
16190         PR target/70525
16191         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
16192         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
16193         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
16194         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
16196 2016-04-05  Richard Biener  <rguenther@suse.de>
16198         PR middle-end/70499
16199         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
16200         non-register type temporaries into SSA.
16202 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
16204         PR ipa/66223
16205         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
16206         calls when sanitizing.
16207         (possible_polymorphic_call_target_p): Fix formatting.
16209 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16210             Jakub Jelinek  <jakub@redhat.com>
16212         PR middle-end/70457
16213         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
16214         to ensure a call statement is compatible with a built-in's
16215         prototype.
16216         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
16217         Likewise.
16219 2016-04-04  Richard Biener  <rguenther@suse.de>
16221         PR rtl-optimization/70484
16222         * rtl.h (canon_output_dependence): Declare.
16223         * alias.c (canon_output_dependence): New function.
16224         * dse.c (record_store): Use canon_output_dependence rather
16225         than canon_true_dependence.
16227 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
16229         PR ipa/68881
16230         * cgraph.h (symtab_node::copy_visibility_from): New function.
16231         * symtab.c (symtab_node::copy_visibility_from): New function.
16232         * ipa-visibility.c (optimize_weakref): New function.
16233         (function_and_variable_visibility): Use it.
16235 2016-04-04  Martin Liska  <mliska@suse.cz>
16237         PR hsa/70402
16238         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
16239         value that is really in range handled by SBR instruction.
16240         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
16241         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
16242         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
16244 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
16246         PR target/70416
16247         PR target/67391
16248         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
16249         set, but not for SP_REG operands.
16251 2016-04-02  Martin Sebor  <msebor@redhat.com>
16253         PR c++/67376
16254         * fold-const.c (maybe_nonzero_address): New function.
16255         (fold_comparison): Call it.  Fold equality and relational
16256         expressions involving null pointers.
16257         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
16259 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
16261         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
16262         the "Y" constraint (scalar FP 0.0 immediate).
16264         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
16265         Add the "const_double" to the list of operand constraints.
16267 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
16269         PR rtl-optimization/70467
16270         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
16271         If low word of the last operand is 0, just emit addition/subtraction
16272         for the high word.
16274 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16276         PR target/70404
16277         * config/s390/s390.c (s390_expand_insv): Check for everything
16278         constant instead of just VOIDmode stuff.
16280 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16282         PR target/70496
16283         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
16285 2016-04-01  Nathan Sidwell  <nathan@acm.org>
16287         * tree.def (TRY_CATCH_EXPR): Correct documentation.
16289 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
16291         PR rtl-optimization/70461
16292         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
16293         is necessary.
16295 2016-03-31  Martin Liska  <mliska@suse.cz>
16297         PR hsa/70399
16298         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
16299         a tree value or an immediate integer value to a buffer
16300         that is eventually copied to a BRIG section.
16301         (emit_immediate_operand): Call the function here.
16302         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
16303         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
16304         of class' fields that are removed.
16305         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
16306         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
16307         m_brig_repr_size fields.
16309 2016-03-31  Martin Liska  <mliska@suse.cz>
16311         PR hsa/70391
16312         * hsa-gen.c (hsa_function_representation::update_dominance): New
16313         function.
16314         (convert_addr_to_flat_segment): Likewise.
16315         (gen_hsa_memory_set): New alignment argument.
16316         (gen_hsa_ctor_assignment): Likewise.
16317         (gen_hsa_insns_for_single_assignment): Provide alignment
16318         to gen_hsa_ctor_assignment.
16319         (gen_hsa_insns_for_direct_call): Add new argument.
16320         (expand_lhs_of_string_op): New function.
16321         (expand_string_operation_builtin): Likewise.
16322         (expand_memory_copy): New function.
16323         (expand_memory_set): New function.
16324         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
16325         (convert_switch_statements): Change signature.
16326         (generate_hsa): Use a return value of the function.
16327         (pass_gen_hsail::execute): Do not call
16328         convert_switch_statements here.
16329         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
16330         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
16331         (hsa_function_representation::update_dominance): New function.
16333 2016-03-31  Martin Liska  <mliska@suse.cz>
16335         PR hsa/70391
16336         * hsa-brig.c (emit_directive_variable): Emit alignment
16337         according to hsa_symbol::m_align.
16338         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
16339         (dump_hsa_symbol): Dump alignment of HSA symbols.
16340         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
16341         (gen_hsa_addr_with_align): New function.
16342         (hsa_bitmemref_alignment): Use newly added function.
16343         (gen_hsa_insns_for_load): Likewise.
16344         (gen_hsa_insns_for_store): Likewise.
16345         (gen_hsa_memory_copy): New argument added.
16346         (gen_hsa_insns_for_single_assignment): Respect
16347         alignment for assignments processed via gen_hsa_memory_copy.
16348         (gen_hsa_insns_for_direct_call): Likewise.
16349         (gen_hsa_insns_for_return): Likewise.
16350         (gen_function_def_parameters): Set default alignment.
16351         * hsa.c (hsa_object_alignment): New function.
16352         (hsa_byte_alignment): Pasted function.
16353         * hsa.h (hsa_symbol::m_align): New field.
16355 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
16357         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
16358         scratch field for goto case.
16360 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
16362         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
16364 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
16366         PR target/70442
16367         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
16368         (scalar_chain::convert_insn): Call convert_op for reg
16369         moves to handle undefined registers.
16371 2016-03-31  Nathan Sidwell  <nathan@acm.org>
16373         PR c++/70393
16374         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
16375         Assert we don't want to move backwards.
16377 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
16379         PR target/70453
16380         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
16382 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
16384         PR rtl-optimization/70460
16385         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
16386         with operand from REG_LABEL_OPERAND, instead substitute
16387         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
16388         Don't do anything for REG_NON_LOCAL_GOTO jumps.
16390 2016-03-31  Martin Liska  <mliska@suse.cz>
16392         * passes.c (execute_one_pass): Do not call
16393         todo_after for a discarded function.
16395 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
16397         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
16398         (no_cost, infinite_cost): Initialize the new field.
16399         (get_computation_cost_at): Record setup cost.
16400         (determine_use_iv_cost_address): Skip cost computation for sub
16401         uses if we can estimate it without losing accuracy.
16403 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
16405         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
16406         estimates here.
16407         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
16408         max_loop_iterations_int.
16409         (tree_unswitch_outer_loop): Likewise.
16410         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
16411         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
16413 2016-03-30  Richard Biener  <rguenther@suse.de>
16415         PR middle-end/70450
16416         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
16418 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
16420         PR target/70421
16421         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
16422         in gen_blendm expander.
16424 2016-03-30  Nick Clifton  <nickc@redhat.com>
16426         PR target/62254
16427         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
16428         case where we are already provided with an SImode SUBREG.
16430 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
16432         PR target/70439
16433         * config/i386/i386.c (ix86_expand_epilogue): Properly check
16434         conflict between DRAP register and __builtin_eh_return.
16436 2016-03-30  Michael Matz  <matz@suse.de>
16437             Richard Biener  <rguenther@suse.de>
16439         PR ipa/12392
16440         * ipa-polymorphic-call.c (struct type_change_info): Change
16441         speculative to an unsigned allowing to limit the work we do.
16442         (csftc_abort_walking_p): New inline function..
16443         (check_stmt_for_type_change): Limit the number of may-defs
16444         skipped for speculative devirtualization to
16445         max-speculative-devirt-maydefs.
16446         * params.def (max-speculative-devirt-maydefs): New param.
16447         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
16449 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
16451         PR target/63890
16452         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
16453         and TARGET_MACHO.
16455 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
16457         PR tree-optimization/59124
16458         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
16459         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
16461 2016-03-29  Jeff Law  <law@redhat.com>
16463         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
16465 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16467         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
16468         to HOST_WIDE_INT.
16470 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
16472         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
16473         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
16474         gcrt0.o if linking dynamically.
16476 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16478         PR ipa/70283
16479         * ipa-devirt.c (methods_equal_p): New function.
16480         (compare_virtual_tables): Use it.
16481         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
16482         * cgraphclones.c (clone_function_name_1): Use
16483         symbol_table::symbol_suffix_separator.
16484         * coverage.c (build_var): Likewise.
16485         * symtab.c (symbol_table::symbol_suffix_separator): New.
16487 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
16489         PR rtl-optimization/70429
16490         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
16491         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
16492         mode != result_mode.
16494         PR c++/70353
16495         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
16497         PR tree-optimization/70405
16498         * ssa-iterators.h (num_imm_uses): Add missing braces.
16500 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
16502         PR rtl-optimization/68695
16503         * ira-color.c (allocno_copy_cost_saving): New.
16504         (improve_allocation): Use it.
16506 2016-03-29  Richard Henderson  <rth@redhat.com>
16508         PR middle-end/70355
16509         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
16511 2016-03-29  Richard Biener  <rguenther@suse.de>
16513         PR middle-end/70424
16514         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
16515         use alignment returned by get_pointer_alignment_1 if it is
16516         bigger than BITS_PER_UNIT.
16517         * builtins.c (get_pointer_alignment_1): Do not return true
16518         for alignment extracted from SSA info.
16520 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
16522         * config/ft32/ft32.opt (mnodiv): New.
16523         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
16524         * doc/invoke.texi (FT32 Options -mnodiv): New.
16526 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
16528         PR target/70406
16529         * config/i386/i386.md (define_split, andn): Fix modes.
16531 2016-03-26  Richard Biener  <rguenther@suse.de>
16532             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16534         PR ipa/70366
16535         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
16536         instead of
16537         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
16538         as 2nd argument to cl_optimization_restore().
16540 2016-03-25  Richard Henderson  <rth@redhat.com>
16542         PR target/70120
16543         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
16544         * config/aarch64/aarch64-protos.h: Declare it.
16545         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
16547 2016-03-25  Alan Modra  <amodra@gmail.com>
16549         PR target/70052
16550         * config/rs6000/constraints.md (j): Simplify.
16551         * config/rs6000/predicates.md (easy_fp_constant): Exclude
16552         decimal float 0.D.
16553         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
16554         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
16555          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
16556         in all constraint alternatives.
16557         (movtd_64bit_nodm): Delete "j" constraint alternative.
16559 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
16561         * tree-ssa-propagate.c: Enhance docs for
16562         SSA_PROP_NOT_INTERESTING.
16564 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
16566         * doc/extend.texi: Fix typo in documentation to pure attribute.
16568 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
16570         PR target/70319
16571         * config/pa/pa.md (bswapdi2): Use a scratch register.
16573 2016-03-24  Richard Henderson  <rth@redhat.com>
16575         PR middle-end/69845
16576         * fold-const.c (extract_muldiv_1): Correct test for multiplication
16577         overflow.
16579 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
16581         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
16582         using ix86_expand_binary_operator instead of gen_andsi3.
16584 2016-03-24  Richard Biener  <rguenther@suse.de>
16586         PR tree-optimization/70396
16587         * tree-vect-stmts.c (vectorizable_comparison): Use
16588         get_vectype_for_scalar_type.
16590 2016-03-24  Richard Biener  <rguenther@suse.de>
16592         PR middle-end/70370
16593         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
16594         with register bases.
16596 2016-03-24  Richard Biener  <rguenther@suse.de>
16598         PR tree-optimization/70372
16599         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
16600         build_all_ones_cst to also handle vector types correctly.
16602 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
16604         PR target/70381
16605         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
16606         -mfloat128 here.
16608 2016-03-23  Marek Polacek  <polacek@redhat.com>
16610         PR c++/69884
16611         * doc/invoke.texi: Document -Wignored-attributes.
16613 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
16615         PR tree-optimization/69042
16616         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
16617         parameter from 30 to 40.
16619 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
16621         PR tree-optimization/69042
16622         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
16623         for use with constant offset stripped in base.
16625 2016-03-23  Richard Biener  <rguenther@suse.de>
16627         PR middle-end/70251
16628         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
16629         mode compatibility check.
16630         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
16632 2016-03-23  Jeff Law  <law@redhat.com>
16634         PR tree-optimization/64058
16635         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
16636         CONFLICT_COUNT.
16637         (struct ssa_conflicts): Move up earlier in the file.
16638         (conflicts_, var_map_): New static variables.
16639         (initialize_conflict_count): New function to initialize the
16640         CONFLICT_COUNT field for each conflict pair.
16641         (compare_pairs): Lazily initialize the conflict count and use it
16642         as the first tie-breaker.
16643         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
16644         and wipe conflicts_ and map_ around the call to qsort.  Remove
16645         special case for 2 coalesce pairs.
16646         * bitmap.c (bitmap_count_unique_bits): New function.
16647         (bitmap_count_bits_in_word): New function, extracted from
16648         bitmap_count_bits.
16649         (bitmap_count_bits): Use bitmap_count_bits_in_word.
16650         * bitmap.h (bitmap_count_unique_bits): Declare it.
16652 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
16654         PR target/69917
16655         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
16656         transparent alias chain for decl assembler name.
16657         * config/sol2.c (solaris_assemble_visibility): Likewise.
16659 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16661         * config/arm/arm1020e.md (1020call_op): Reduce reservation
16662         duration.
16663         (v10_fdivs): Likewise.
16664         (v10_fdivd): Likewise.
16666 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16668         PR driver/70132
16669         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
16670         to not call fclose twice on file.
16672 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
16674         PR tree-optimization/70354
16675         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
16676         oprnd0 is wider than oprnd1 and there is a cast from the wider
16677         type to oprnd1, mask it with the mask of the narrower type.
16679         PR target/70321
16680         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
16681         Optimize TARGET_STV splitters, if high or low word of last argument
16682         is 0 or -1.
16684 2016-03-22  Jeff Law  <law@redhat.com>
16686         PR target/70232
16687         tree-ssa-threadbackward.c
16688         (fsm_find_control_statement_thread_paths): Correctly distinguish
16689         between old style jump threads vs FSM jump threads.
16691 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
16693         PR target/70302
16694         * config/i386/i386.c (scalar_chain::convert_op): Support
16695         uninitialized register usage case.
16697 2016-03-22  Richard Biener  <rguenther@suse.de>
16699         PR middle-end/70251
16700         * genmatch.c (gen_transform): Adjust last parameter to a three-state
16701         int...
16702         (capture::gen_transform): ... to change behavior when substituting
16703         a condition into cond or not-cond expr context.
16704         (dt_simplify::gen_1): Adjust.
16705         * gimple-match-head.c: Include gimplify.h for unshare_expr.
16706         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
16707         last change and instead change to
16708         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
16709         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
16711 2016-03-22  Anthony Green  <green@moxielogic.com>
16713         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
16714         issue for moxiebox targets.
16715         (CC1PLUS_SPEC): Ditto.
16717 2016-03-22  Richard Biener  <rguenther@suse.de>
16719         PR middle-end/70333
16720         * fold-const.c (extract_muldiv_1): Properly perform multiplication
16721         in the wide type.
16723 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
16725         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
16727 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
16729         PR target/70325
16730         * config/i386/i386.c (def_builtin): Handle
16731         OPTION_MASK_ISA_AVX512VL to be and-ed with other
16732         bits.
16733         (const struct builtin_description bdesc_special_args[]):
16734         Remove duplicate ISA bits.
16736 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
16738         PR target/70329
16739         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
16740         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
16741         in a way that works also for AVX512BW.
16743         PR target/70300
16744         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
16745         instead of source if operands[1] is xmm16 and above and
16746         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
16747         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
16749         PR c++/70295
16750         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
16751         on assign if (*from_p) is a comparison, set it to
16752         TREE_NO_WARNING (*from_p).
16754 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
16756         PR middle-end/70326
16757         * lra.c (restore_scratches): Ignore deleted insns.
16759 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
16760             Jakub Jelinek  <jakub@redhat.com>
16762         PR tree-optimization/70317
16763         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
16764         to HONOR_NANS.
16766 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
16768         PR target/70327
16769         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
16770         of ix86_expand_move.
16771         (movoi): Ditto.
16772         (movti): Use general_operand for operand 1 predicate.
16774 2016-03-21  Martin Liska  <mliska@suse.cz>
16776         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
16777         insns.
16778         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
16780 2016-03-21  Martin Liska  <mliska@suse.cz>
16782         PR ipa/70306
16783         * ipa-icf.c (sem_function::parse): Skip static
16784         constructors and destructors.
16786 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
16788         PR target/70296
16789         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
16790         function-like macro, peek following token(s) if it is followed
16791         by CPP_OPEN_PAREN token with optional padding in between, and
16792         if not, don't treat it like a macro.
16794 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
16795             Alexander Monakov  <amonakov@ispras.ru>
16797         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
16798         for the stabs debug format.
16800 2016-03-21  Richard Biener  <rguenther@suse.de>
16802         PR tree-optimization/70310
16803         * tree-vect-generic.c (expand_vector_condition): Fold the built
16804         condition.
16806 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
16808         PR target/70293
16809         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
16810         Block third alternative for AVX-512VL target,
16812 2016-03-21  Martin Liska  <mliska@suse.cz>
16814         PR hsa/70234
16815         * hsa-brig.c (emit_function_directives): Mark unemitted
16816         global variables for emission.
16817         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
16818         (get_symbol_for_decl): Likewise.
16819         * hsa.h (struct hsa_symbol): New flag.
16821 2016-03-21  Richard Biener  <rguenther@suse.de>
16823         PR tree-optimization/70288
16824         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
16825         we do not estimate unsimplified all-constant conditionals or
16826         switches as optimized away.
16828 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
16830         PR rtl-optimization/69102
16831         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
16832         when we have a readonly dependency context.
16834 2016-03-18  Jeff Law  <law@redhat.com>
16836         PR rtl-optimization/70263
16837         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
16838         (update_equiv_regs): When trying to move a store to after the insn
16839         that sets the source of the store, make sure the store occurs after
16840         the insn that sets the source of the store.  When successful note
16841         the REG_EQUIV note created in the dump file.
16843 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
16844             Bernd Schmidt  <bschmidt@redhat.com>
16846         * doc/extend.texi: Document more potential problems with basic asms.
16848 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
16850         PR rtl-optimization/70278
16851         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
16852         VOIDmode.
16854 2016-03-18  Jason Merrill  <jason@redhat.com>
16856         * calls.c (load_register_parameters): Fix zero size sibcall logic.
16858 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
16860         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
16861         values to 128b regs.
16863 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
16865         PR tree-optimization/70252
16866         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
16867         boolean vector has a proper number of elements.
16868         (supportable_narrowing_operation): Likewise.
16870 2016-03-18  Tom de Vries  <tom@codesourcery.com>
16872         PR ipa/70269
16873         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
16875 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
16877         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
16878         instead of replace_rtx for DEBUG_INSNs.
16880 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
16882         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
16883         load type reservations.
16885 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
16887         PR target/70188
16888         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
16889         define_constraint for "Q" and "T" constraints.
16891 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
16893         Tweak the pipeline model for Exynos M1
16895         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
16896         model.
16898 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
16900         PR c/70264
16901         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
16902         where one or both locations aren't within a line_map.
16904 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
16906         PR driver/70192
16907         * opts.c (finish_options): Don't set flag_pie to the default if
16908         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
16909         if it is -1.
16911 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
16913         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
16914         true as ALL_REGS argument to replace_rtx.
16916 2016-03-17  Richard Biener  <rguenther@suse.de>
16918         PR debug/70271
16919         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
16920         last.
16922 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
16924         PR target/70245
16925         * rtl.h (replace_rtx): Add ALL_REGS argument.
16926         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
16927         equality and assert mode is the same, instead of just rtx pointer
16928         equality.
16929         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
16930         true as ALL_REGS argument to replace_rtx.
16932 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
16934         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
16935         for boolean vector with vector mode only.
16936         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
16938 2016-03-17  Nick Clifton  <nickc@redhat.com>
16940         PR target/70162
16941         * config/rx/rx.c (rx_print_integer): Print negative constants in
16942         decimal.
16944 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
16946         PR target/70261
16947         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
16949 2016-03-16  Richard Henderson  <rth@redhat.com>
16950             Richard Biener  <rguenth@suse.de>
16952         PR middle-end/70240
16953         PR middle-end/68215
16954         PR tree-opt/68714
16955         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
16956         first operand as is_gimple_condexpr.
16958         PR middle-end/70240
16959         PR middle-end/68215
16960         Revert r231575
16961         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
16962         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
16963         Do not gimplify the result.
16964         (do_unop): Adjust call to tree_vec_extract.
16965         (do_binop): Likewise.
16966         (do_compare): Likewise.
16967         (do_plus_minus): Likewise.
16968         (do_negate): Likewise.
16969         (expand_vector_condition): Likewise.
16970         (do_cond): Likewise.
16972 2016-03-16  Richard Henderson  <rth@redhat.com>
16974         PR target/70048
16975         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
16976         (aarch64_classify_address): Use it.
16977         (aarch64_legitimize_address): Force all subexpressions of PLUS
16978         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
16980 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
16981             Richard Biener  <rguenth@suse.de>
16983         PR target/70245
16984         * rtlanal.c (replace_rtx): For REG, if from is a REG,
16985         return to even if only REGNO is equal, and assert
16986         mode is the same.
16988 2016-03-11  Jeff Law  <law@redhat.com>
16990         PR rtl-optimization/70224
16991         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
16993 2016-03-16  Richard Henderson  <rth@redhat.com>
16995         PR middle-end/70199
16996         * function.h (struct function): Add has_forced_label_in_static.
16997         * gimplify.c (force_labels_r): Set it.
16998         * lto-streamer-in.c (input_struct_function_base): Read it.
16999         * lto-streamer-out.c (output_struct_function_base): Write it.
17000         * tree-inline.c (has_label_address_in_static_1): Remove.
17001         (copy_forbidden): Remove fndecl parameter; test
17002         has_forced_label_in_static.
17003         (inline_forbidden_p): Update call to copy_forbidden.
17004         (tree_versionable_function_p): Likewise.
17005         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
17006         (chkp_versioning): Likewise.
17007         * tree-inline.h (copy_forbidden): Update decl.
17009 2016-03-16  Marek Polacek  <polacek@redhat.com>
17011         PR c/70093
17012         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
17013         function being thunked if the result type doesn't have fixed size.
17014         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
17015         doesn't have fixed size.
17017 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
17019         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
17020         reporting malformed loop nest.
17022 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17024         PR lto/70187
17025         * ipa-devirt.c (possible_polymorphic_call_targets): Move
17026         nodes.length () == 1 test to before first nodes[0] access.
17028 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17030         PR tree-optimization/68715
17031         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
17032         single_pred_p test.
17034 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17036         PR tree-optimization/68809
17037         * graphite-scop-detection.c (same_close_phi_node): Test if result types
17038         are the same.
17040 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
17041             Sandra Loosemore  <sandra@codesourcery.com>
17043         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
17044         on leaf attribute. Mention ELF interposition problems.
17046 2016-03-16  Alan Modra  <amodra@gmail.com>
17048         PR rtl-optimization/69195
17049         PR rtl-optimization/47992
17050         * ira.c (indirect_jump_optimize): Ignore artificial defs.
17051         Add comments.
17053 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
17055         PR bootstrap/69513
17056         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
17058 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
17060         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
17062 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
17064         PR rtl-optimization/70222
17065         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
17066         optimization if mode is different from result_mode, queue up masking
17067         of the result in outer_op.  Formatting fix.
17069         PR middle-end/70239
17070         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
17071         of safe_grow.
17073 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17075         PR rtl-optimization/69032
17076         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
17077         looping backwards over basic block insns.
17079 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17081         PR target/66660
17082         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
17083         to non-speculative when propagating trap bits.
17085 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17087         PR rtl-optimization/63384
17088         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
17089         DEBUG_INSN_P insns.
17091 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17093         PR target/64411
17094         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
17095         factored out from ...
17096         (sched_analyze_insn): ... here.
17097         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
17098         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
17099         get_implicit_reg_pending_clobbers in it.
17100         (setup_id_reg_sets): Use setup_id_implicit_regs.
17101         (deps_init_id): Ditto.
17103 2016-03-15  Tom de Vries  <tom@codesourcery.com>
17105         PR ipa/70161
17106         * cgraph.c (cgraph_node::get_body): Save, reset and restore
17107         dump_file_name.
17108         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
17109         execute_function_dump.
17110         (execute_one_pass): Don't dump function if it will be dumped after ipa
17111         transform.
17113 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
17115         * genrecog.c (match_pattern_2): If pred is NULL don't call
17116         safe_predicate_mode on it.
17118 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
17120         PR middle-end/70219
17121         * lra-constraints.c (delete_move_and_clobber): Change assertion
17122         to also allow dregno == 0.
17124 2016-03-14  Richard Henderson  <rth@redhat.com>
17126         PR tree-opt/68714
17127         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
17128         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
17129         (reassociate_bb): Use optimize_vec_cond_expr; avoid
17130         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
17131         on vectors.
17133 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
17135         PR target/70083
17136         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
17137         regs.
17138         (lra_create_live_ranges_1): initialize hard register biggest_mode to
17139         VOIDmode.
17140         * lra-constraints.c (split_reg): For hard regs, try to find the
17141         biggest single-register mode used in the function.
17143 2016-03-14  Richard Biener  <rguenther@suse.de>
17145         PR tree-optimization/56365
17146         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
17147         constants to compare against.
17149 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
17151         PR target/70098
17152         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
17153         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
17154         (define_split for the GPR case): Use int_reg_operand instead of
17155         gpc_reg_operand for the output.
17157 2016-03-14  Tom de Vries  <tom@codesourcery.com>
17159         PR tree-optimization/70045
17160         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
17161         create_empty_if_region_on_edge argument.
17163 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
17165         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
17166         (STACK_CHECK_PROTECT): Likewise.
17167         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
17168         (STACK_CHECK_PROTECT): Likewise.
17169         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
17170         (STACK_CHECK_PROTECT): Likewise.
17171         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
17172         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
17173         (STACK_CHECK_PROTECT): Likewise.
17175 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
17177         PR rtl-optimization/69307
17178         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
17179         registers in modes that span more than one register.
17181 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
17183         PR target/69614
17184         * lra-constraints.c (delete_move_and_clobber): New.
17185         (remove_inheritance_pseudos): Use it.
17187 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
17189         PR ada/70017
17190         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
17191         the libcall is LCT_THROW.
17192         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
17193         for the checking routine.
17195 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
17197         PR target/70131
17198         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
17199         optimization if we have direct move.
17200         (roundu32<mode>2_fprs): Likewise.
17202 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
17204         PR target/70123
17205         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
17206         be rematerialized.
17207         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
17208         Arguments swapped.  All callers changed.  Take reg_renumber into
17209         account, and Calculate and compare register ranges for hard regs.
17211 2016-03-11  Jeff Law  <law@redhat.com>
17213         PR tree-optimization/70190
17214         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
17215         Handle cases where we can not extract the taken edge, even though we
17216         found a constant value.
17218         PR tree-optimization/64058
17219         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
17220         (num_coalesce_pairs): Move up earlier in file.
17221         (find_coalesce_pair): Initialize the INDEX field for each pair
17222         discovered.
17223         (compare_pairs): No longer sort on the elements in each pair.
17224         Instead break ties with the index of the coalesce pair.
17226 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17228         PR target/70002
17229         * config/aarch64/aarch64-protos.h
17230         (aarch64_save_restore_target_globals): New prototype.
17231         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
17232         Call the above when popping pragma.
17233         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
17234         New function.
17235         (aarch64_set_current_function): Rewrite using the above.
17237 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
17239         PR tree-optimization/70177
17240         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
17241         (extract_ops_from_tree): ... this.  In the 2 argument
17242         overload remove _1 suffix.
17243         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
17244         (extract_ops_from_tree): ... this.
17245         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
17246         Adjust callers.
17247         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
17248         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
17249         extract_ops_from_tree instead of 2 operand one.
17251 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
17253         PR tree-optimization/70013
17254         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
17255         for constant-pool entries.
17257 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
17259         PR rtl-optimization/70174
17260         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
17261         followed by gen_lowpart on force_reg instead of just gen_lowpart.
17263         PR tree-optimization/70169
17264         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
17265         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
17266         for unknown codes.
17268 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
17269             Jakub Jelinek  <jakub@redhat.com>
17271         PR target/70160
17272         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
17273         of uninitialized values.
17275 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17277         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
17278         define_expand.
17279         ("*trunctddd2"): New pattern definition.
17280         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
17281         TD->DD truncation.
17283 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17285         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
17286         definitions for BFP and DFP rounding modes.
17287         ("fixuns_truncdddi2", "fixuns_trunctddi2")
17288         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
17289         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
17290         ("fix_trunctf<mode>2"): Use the new constants instead of magic
17291         numbers.
17293 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17295         * config/s390/constraints.md: Adjust comment.
17296         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
17297         s390_decompose_addrstyle_without_index.
17298         * config/s390/predicates.md (shift_count_or_setmem_operand):
17299         Rename to setmem_operand.
17300         * config/s390/s390-protos.h
17301         (s390_decompose_shift_count): Rename to
17302         s390_decompose_addrstyle_without_index.
17303         * config/s390/s390.c (s390_decompose_shift_count)
17304         (s390_mem_constraint, print_shift_count_operand)
17305         (print_operand_address, print_operand): Rename
17306         s390_decompose_shift_count to
17307         s390_decompose_addrstyle_without_index and rename
17308         print_shift_count_operand to print_addrstyle_operand troughout the
17309         file.
17310         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
17311         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
17312         Rename shift_count_or_setmem_operand to setmem_operand.
17313         * config/s390/vx-builtins.md ("vec_insert<mode>")
17314         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
17315         nonmemory_operand.
17317 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17319         PR target/70168
17320         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
17321         Handle overlapping retval and newval.
17323 2016-03-10  Nick Clifton  <nickc@redhat.com>
17325         PR target/7044
17326         * config/aarch64/aarch64.c
17327         (aarch64_override_options_after_change_1): When forcing
17328         flag_omit_frame_pointer to be true, use a special value that can
17329         be detected if this function is called again, thus preventing
17330         flag_omit_leaf_frame_pointer from being forced to be false.
17332 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17334         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
17335         Set x_flag_omit_leaf_frame_pointer when handling
17336         -momit-leaf-frame-pointer.
17338 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17340         PR lto/69589
17341         * cgraph.c (cgraph_node::dump): Dump split_part and
17342         indirect_call_target.
17343         * cgraph.h (cgraph_node): Add indirect_call_target flag.
17344         * ipa.c (has_addr_references_p): Cleanup.
17345         (is_indirect_call_target_p): New.
17346         (walk_polymorphic_call_targets): Do not mark virtuals that may be
17347         called indirectly as local.
17348         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
17350 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17352         PR ipa/69630
17353         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
17354         on cxa_pure_virtual.
17356 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17358         PR lto/69589
17359         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
17361 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17363         PR lto/69589
17364         * tree.c (need_assembler_name_p): Only record main variant type names.
17366 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
17368         PR target/70113.
17369         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
17370         Always define to 0 or 1.
17371         (TARGET_FIX_ERR_A53_843419): New macro.
17372         * config/aarch64/aarch64-elf-raw.h
17373         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
17374         * config/aarch64/aarch64-linux.h: Likewise.
17375         * config/aarch64/aarch64.c
17376         (aarch64_override_options_after_change_1): Do not default
17377         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
17378         843419 is on.
17379         (aarch64_attributes): Handle fix-cortex-a53-843419.
17380         (aarch64_can_inline_p): Likewise.
17381         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
17383 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
17384             Jakub Jelinek  <jakub@redhat.com>
17386         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
17387         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
17388         DECL_COMMONS if flag_unconstrained_commons is set.
17389         * tree-dfa.c (get_ref_base_and_extent): Likewise.
17390         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
17391         (funconstrained-commons): Document.
17393 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
17395         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
17396         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
17398 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
17400         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
17401         has a proper number of elements.
17403 2016-03-10  Alan Modra  <amodra@gmail.com>
17405         PR rtl-optimization/69195
17406         PR rtl-optimization/47992
17407         * ira.c (recorded_label_ref): Delete.
17408         (update_equiv_regs): Return void.
17409         (indirect_jump_optimize): New function.
17410         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
17411         before regstat_compute_ri.  Don't rebuild_jump_labels here.
17412         Delete update_regstat.
17414 2016-03-10  Richard Biener  <rguenther@suse.de>
17416         PR tree-optimization/70128
17417         * tree-ssa-structalias.c (set_uids_in_ptset): Set
17418         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
17420 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
17422         PR tree-optimization/70152
17423         * tree-sra.c (replace_removed_params_ssa_names): Copy over
17424         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
17426         PR target/70086
17427         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
17428         instead of gen_sse2_loadlpd.
17429         * config/i386/sse.md (*vec_concatv2df): Rename to...
17430         (vec_concatv2df): ... this.
17432         PR tree-optimization/70127
17433         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
17435 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
17437         PR c/68473
17438         PR c++/70105
17439         * diagnostic-show-locus.c (compatible_locations_p): New function.
17440         (layout::layout): Sanitize ranges using compatible_locations_p.
17442 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
17444         PR c/68473
17445         PR c++/70105
17446         * diagnostic-show-locus.c (layout_range::layout_range): Replace
17447         location_range param with three const expanded_locations * and a
17448         bool.
17449         (layout::layout): Replace call to
17450         rich_location::lazily_expand_location with get_expanded_location.
17451         Extract the range and perform location expansion here, passing
17452         the results to the layout_range ctor.
17453         * diagnostic.c (source_range::debug): Delete.
17454         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
17455         of rich_location::get_expanded_location.
17456         * gcc-rich-location.c (get_range_for_expr): Delete.
17457         (gcc_rich_location::add_expr): Reimplement to avoid the
17458         rich_location::add_range overload that took a location_range,
17459         passing a location_t instead.
17461 2016-03-09  Richard Biener  <rguenther@suse.de>
17462         Jakub Jelinek  <jakub@redhat.com>
17464         PR tree-optimization/70138
17465         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
17466         Also skip vect_double_reduction_def.
17468 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
17470         PR target/70049
17471         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
17472         if the operand is "m".
17474 2016-03-09  Nathan Sidwell  <nathan@acm.org>
17476         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
17478 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
17480         * config/i386/i386.c (processor_target_table): Fix cost table
17481         intialization order for znver1.
17483 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
17485         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
17486         - becuase -> because.
17487         * ipa-reference.c (ignore_module_statics): Likewise.
17488         * cgraph.c (cgraph_node::get_body): Likewise.
17489         * ipa-inline.c (early_inliner): Likewise.
17490         * ipa-devirt.c (types_same_for_odr): Likewise.
17491         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
17492         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
17494 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17496         * tree-ssa-math-opts.c: Fix typo in comment.
17498 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
17500         PR target/70110
17501         * config/i386/i386.c (scalar_chain::make_vector_copies,
17502         scalar_chain::convert_reg): Call end_sequence in between
17503         get_insns and emit_conversion_insns rather than after both
17504         calls.
17506 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
17508         PR target/70064
17509         * config/i386/i386.h (machine_function): Add
17510         pc_thunk_call_expanded flag.
17511         (ix86_pc_thunk_call_expanded): New define.
17512         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
17513         (*set_got): Rename insn pattern from set_got.
17514         (*set_got_labelled): Rename inst pattern from set_got_labelled.
17515         * config/i386/i386.c (ix86_compute_frame_layout): Use
17516         ix86_pc_thunk_call_expanded to prevent red-zone.
17518 2016-03-07  Martin Jambor  <mjambor@suse.cz>
17520         * hsa.h (hsa_get_ctor_statements): Declare.
17521         (hsa_get_dtor_statements): Likewise.
17522         (hsa_get_kernel_dispatch_type): Likewise.
17523         * hsa.c (hsa_get_ctor_statements): New function.
17524         (hsa_get_dtor_statements): Likewise.
17525         (hsa_get_kernel_dispatch_type): Likewise.
17526         * hsa-brig.c (hsa_cdtor_statements): Removed.
17527         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
17528         hsa_get_dtor_statements.
17529         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
17530         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
17532 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17534         * config/arm/arm-cores.def (cortex-r8): New.
17535         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
17536         * config/arm/arm-tune.md: Likewise.
17537         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
17539 2016-03-07  Martin Sebor  <msebor@redhat.com>
17541         PR rtl-optimization/19705
17542         * doc/invoke.texi (Options That Control Optimization): Clarify
17543         -fno-branch-count-reg.
17545 2016-02-26  Richard Biener  <rguenther@suse.de>
17546             Jeff Law  <law@redhat.com>
17548         PR tree-optimization/69740
17549         * cfghooks.c (remove_edge): Request loop fixups if we delete
17550         an edge that might turn an irreducible loop into a natural
17551         loop.
17552         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
17553         Move after definition of loops_state_clear.
17555 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
17557         PR rtl-optimization/69052
17558         * rtlanal.c (commutative_operand_precedence): Set higher precedence
17559         to CONST_WIDE_INT.
17561 2016-03-07  Tom de Vries  <tom@codesourcery.com>
17563         PR tree-optimization/70116
17564         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
17565         is_tm_ending stmts and ubsan/asan internal functions.
17566         (find_duplicate): Use it.  Don't test is_tm_ending here.
17568 2016-03-07  Richard Biener  <rguenther@suse.de>
17570         PR tree-optimization/70115
17571         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
17572         (propagate_constants_for_unrolling): Use replace_uses_by.
17574 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
17576         PR middle-end/69916
17577         * omp-low.c (struct oacc_loop): Add ifns.
17578         (new_oacc_loop_raw): Initialize it.
17579         (finish_oacc_loop): Clear mask & flags if no ifns.
17580         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
17581         (oacc_loop_xform_loop): Add ifns arg & adjust.
17582         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
17584 2016-03-07  Richard Henderson  <rth@redhat.com>
17586         PR rtl-opt/70061
17587         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
17588         (insert_value_copy_on_edge): Likewise.
17590 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17592         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
17594 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17596         PR target/62281
17597         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
17599 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
17601         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
17603 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
17605         Fix sseimul type attribute.
17606         * config/i386/znver1.md
17607         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
17608         znver1_sseimul_avx256_load) : Fix the type attribute.
17609         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
17610         pipe usage and latency.
17612 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
17614         PR c++/70084
17615         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
17616         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
17617         to the right type.
17619 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
17621         PR c/69973
17622         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
17624         PR rtl-optimization/69941
17625         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
17626         the reg share its mode.
17628 2016-03-04  Jeff Law  <law@redhat.com>
17630         PR tree-optimization/69196
17631         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
17632         If the both SSA_NAMEs are anonymous, then consider them unassociated
17633         and include the PHI in the statement count.
17635 2016-03-05  Tom de Vries  <tom@codesourcery.com>
17637         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
17638         construct in oacc routine.  Check for oacc region in oacc routine.
17640 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
17642         PR target/70062
17643         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
17644         2016-02-22 changes, instead don't recurse if RECUR is already true.
17645         Don't change *dynamic_check if RECUR.  Adjust recursive caller
17646         to pass true to the new argument.
17647         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
17649         PR target/70059
17650         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
17651         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
17652         fixes.
17653         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
17655 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
17657         PR rtl-optimization/57676
17658         * lra-assigns.c (lra_assign): Guard test for maximum iterations
17659         with flag_checking.
17661 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
17663         * tree-vect-patterns.c (search_type_for_mask): Handle
17664         comparison of booleans.
17666 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
17668         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
17669         Fix @xref usage.
17671         PR debug/69947
17672         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
17673         all other ops that have dw_val_class_die_ref operands,
17674         and DW_OP_GNU_entry_value.
17676 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17678         PR rtl-optimization/69904
17679         * config/arm/arm.c (arm_cannot_copy_insn_p):
17680         Return true for load-exclusive instructions.
17682 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
17684         PR target/70021
17685         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
17686         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
17687         the pattern no matter if it is used just by non-pattern, pattern
17688         or mix thereof.
17689         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
17690         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
17691         oprnd1 def_stmt is in pattern, don't look through it.
17693 2016-03-03  Marek Polacek  <polacek@redhat.com>
17695         PR middle-end/70050
17696         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
17698 2016-03-03  Martin Liska  <mliska@suse.cz>
17700         PR tree-optimization/70043
17701         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
17702         previous statement if we see a debug statement.
17704 2016-03-03  Richard Biener  <rguenther@suse.de>
17706         PR tree-optimization/55936
17707         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
17708         parameter and guard unsafe equivalence use.
17709         (vrp_evaluate_conditional_warnv_with_ops): Always use
17710         safe equivalences but not via the quadratic compare_names
17711         helper.
17713 2016-03-03  Michael Collison  <michael.collison@linaro.org>
17715         PR target/70014
17716         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
17717         for operand 1 to s_register_operand. Change predicate for operand
17718         2 to arm_not_immediate_operand.
17720 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
17722         * doc/tm.texi: Regenerated.
17724 2016-03-02  Richard Henderson  <rth@redhat.com>
17726         PR rtl-opt/67145
17727         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
17728         simplification when all args are positive non-fixed registers.
17730 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17732         * target.def (lra_p): Specify that new ports should use LRA.
17734 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
17736         PR libgomp/69555
17737         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
17738         gimplify_type_sizes the type they refer to.
17739         (omp_notice_variable): Handle reference vars to VLAs.
17740         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
17741         reference to VLA decls in the second pass instead of first pass.
17743 2016-03-02  Tom de Vries  <tom@codesourcery.com>
17745         PR tree-optimization/68659
17746         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
17747         new_expr == NULL_TREE.
17748         (get_new_name): Handle ADDR_EXPR.
17750 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
17752         PR rtl-optimization/69052
17753         * loop-invariant.c (canonicalize_address): New function.
17754         (inv_can_prop_to_addr_use): Check validity of address expression
17755         which is canonicalized by above function.
17757 2016-03-02  Alan Modra  <amodra@gmail.com>
17759         PR ipa/69990
17760         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
17761         larger alignment.
17763 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
17765         PR target/70028
17766         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
17767         (*movhi_internal): Put mask moves from and to memory separately
17768         from moves from/to GPRs.
17770 2016-03-02  Richard Biener  <rguenther@suse.de>
17772         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
17773         GENERIC expressions in GIMPLE.
17775 2016-03-02  Richard Biener  <rguenther@suse.de>
17777         * config/i386/i386.c (type_natural_mode): Fix typo.
17779 2016-03-02  Nick Clifton  <nickc@redhat.com>
17781         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
17783 2016-03-02  Richard Biener  <rguenther@suse.de>
17784             Uros Bizjak  <ubizjak@gmail.com>
17786         PR target/67278
17787         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
17789 2016-03-02  Richard Biener  <rguenther@suse.de>
17791         PR middle-end/67278
17792         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
17794 2016-03-02  Marek Polacek  <polacek@redhat.com>
17796         PR c/67854
17797         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
17798         "is promoted to" warning.
17800 2016-03-01  DJ Delorie  <dj@redhat.com>
17802         * config.gcc: Deprecate mep-*.
17804 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
17806         PR middle-end/70025
17807         * lra-constraints.c (regno_val_use_in): New.
17808         (match_reload): Use it instead of regno_use_in.
17810 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
17812         PR rtl-optimization/70007
17813         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
17814         references present in REG_EQUAL notes attached to non-SET patterns.
17816 2016-03-01  Jeff Law  <law@redhat.com>
17818         PR tree-optimization/69196
17819         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
17820         Appropriately clamp the number of statements to copy when the
17821         thread path does not traverse a loop backedge.
17823         PR tree-optimization/69196
17824         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
17825         Do count some PHIs in the thread path against the insn count.  Decrease
17826         final statement count by one as the control statement in the last
17827         block will get removed.  Remove special cased code for handling PHIs
17828         in the last block.
17830 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
17832         PR target/70027
17833         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
17834         asm dialect alternatives to explicit GOTPCREL calls.
17836 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
17838         PR ada/70017
17839         * ira.c (do_reload): Issue warning for generic stack checking here...
17840         * reload1.c (reload): ...instead of here and streamline it.
17842 2016-03-01  Nick Clifton  <nickc@redhat.com>
17844         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
17846 2016-03-01  Richard Biener  <rguenther@suse.de>
17848         PR tree-optimization/69983
17849         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
17850         types and fall back to operand_equal_p.
17852 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17854         Revert
17855         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17857         * config/s390/constraints.md ("jm8"): New constraint.
17858         * config/s390/predicates.md ("const_int_8bitset_operand"): New
17859         predicate.
17860         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
17861         into ...
17862         ("*setmem_long<setmem_and>"): New pattern.
17863         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
17864         into ...
17865         ("*setmem_long_31z<setmem_and>"): New pattern.
17866         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
17867         New substitution rules with the required attributes.
17870 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17872         Revert
17873         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17875         * gensupport.c (process_substs_on_one_elem): Split loop to
17876         complete mark_operands_used_in_match_dup on all expressions in the
17877         vector first.
17878         (adjust_operands_numbers): Inline into process_substs_on_one_elem
17879         and remove function.
17881 2016-03-01  Richard Biener  <rguenther@suse.de>
17883         PR middle-end/70022
17884         * fold-const.c (fold_indirect_ref_1): Fix range checking for
17885         vector BIT_FIELD_REF extract.
17887 2016-03-01  Richard Biener  <rguenther@suse.de>
17889         PR tree-optimization/69994
17890         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
17892 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
17894         PR tree-optimization/69956
17895         * tree-vect-stmts.c (supportable_widening_operation): Support
17896         multi-step conversion of boolean vectors.
17897         (supportable_narrowing_operation): Likewise.
17899 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17901         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
17902         anymore.
17904 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17906         * config/s390/subst.md (DSI_VI): New mode iterator.
17907         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
17908         * config/s390/vector.md ("vec_set<mode>"): Move expander before
17909         the insn definition.
17910         ("*vec_set<mode>"): Change predicate and add alternative to
17911         support only either register or const_int operands as element
17912         selector.
17913         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
17914         operands.
17915         ("vec_extract<mode>"): New expander.
17916         ("*vec_extract<mode>"): New insn definition supporting reg and
17917         const_int element selectors.
17918         ("*vec_extract<mode>_plus"): New insn definition supporting
17919         reg+const_int element selectors.
17920         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
17921         following expander+insn definition.
17922         ("<vec_shifts_name><mode>3"): New expander.
17923         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
17925 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17927         * config/s390/s390.md ("*tabort_1"): Change predicate to
17928         nonmemory_operand.  Add a second alternative to cover
17929         register as well as const int operands.
17930         ("*tabort_1_plus"): New pattern definition.
17932 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17934         * config/s390/s390.md ("*ashrdi3_cc_31")
17935         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
17936         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
17937         Merge insn definitions into ...
17938         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
17939         New pattern definition.
17940         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
17941         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
17942         ("*ashr<mode>3_and"): Merge insn definitions into ...
17943         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
17944         New pattern definition.
17945         * config/s390/subst.md ("addr_style_op_cc_subst")
17946         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
17947         substitutions patterns plus attributes.
17948         Add ashiftrt to SUBST iterator.
17950 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17952         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
17953         op2 to nonmemory_operand.
17954         ("*<shift>di3_31", "*<shift>di3_31_and"):
17955         Merge into single pattern definition ...
17956         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
17957         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
17958         pattern definition ...
17959         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
17960         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
17961         iterator.
17963 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17965         * config/s390/predicates.md (const_int_6bitset_operand): New
17966         predicate.
17967         * config/s390/s390.md: Include subst.md.
17968         ("rotl<mode>3"): New expander.
17969         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
17970         ...
17971         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
17972         * config/s390/subst.md: New file.
17974 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17976         * config/s390/s390.md ("op_type", "atype", "length" attributes):
17977         Remove RRR type.  It doesn't really exist.
17978         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
17979         attributes.
17980         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
17981         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
17982         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
17983         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
17984         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
17985         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
17986         `enabled' attribute.
17988 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17990         * gensupport.c (process_substs_on_one_elem): Split loop to
17991         complete mark_operands_used_in_match_dup on all expressions in the
17992         vector first.
17993         (adjust_operands_numbers): Inline into process_substs_on_one_elem
17994         and remove function.
17996 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
17998         PR target/69706
17999         * config/sparc/sparc.c (NWORDS_UP): Rename to...
18000         (CEIL_NWORDS): ...this.  Use CEIL macro.
18001         (compute_fp_layout): Adjust to above renaming.
18002         (function_arg_union_value): Likewise.
18003         (sparc_arg_partial_bytes): Likewise.
18004         (sparc_function_arg_advance): Likewise.
18006 2016-02-29  Jeff Law  <law@redhat.com>
18008         PR tree-optimization/70005
18009         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
18010         where an object with a boolean range is compared against a value
18011         outside [0..1].
18013         PR tree-optimization/69999
18014         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
18015         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
18016         loop cleanups.
18018 2016-02-29  Richard Biener  <rguenther@suse.de>
18020         PR tree-optimization/69994
18021         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
18022         (get_unary_op): Look through nop conversions.
18023         (ops_equal_values_p): New function, look for equality diregarding
18024         nop conversions.
18025         (eliminate_plus_minus_pair): Use ops_equal_values_p
18026         (repropagate_negates): Do not use get_unary_op here.
18028 2016-02-29  Martin Liska  <mliska@suse.cz>
18030         * system.h: Poison ENABLE_CHECKING macro.
18032 2016-02-29  Martin Liska  <mliska@suse.cz>
18034         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
18035         is presented in dump flags.
18036         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
18037         (hsa_regalloc): Likewise.
18039 2016-02-19  Richard Biener  <rguenther@suse.de>
18041         PR tree-optimization/69980
18042         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
18043         permutation of those we need to keep.
18045 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
18047         PR target/69706
18048         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
18049         (NWORDS_UP): ...this
18050         (init_cumulative_args): Minor tweaks.
18051         (sparc_promote_function_mode): Likewise.
18052         (scan_record_type): Delete.
18053         (traverse_record_type): New function template.
18054         (classify_data_t): New structure type.
18055         (classify_registers): New inline function.
18056         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
18057         exhausted.  Instantiate traverse_record_type on classify_registers and
18058         deal with the case of a structure passed in slot #15 with no FP field
18059         in the first word.
18060         (assign_data_t): New structure type.
18061         (compute_int_layout): New static function.
18062         (compute_fp_layout): Likewise.
18063         (count_registers): New inline function.
18064         (assign_int_registers): New static function.
18065         (assign_fp_registers): Likewise.
18066         (assign_registers): New inline function.
18067         (function_arg_record_value_1): Delete.
18068         (function_arg_record_value_2): Likewise.
18069         (function_arg_record_value_3): Likewise.
18070         (function_arg_record_value): Adjust to above changes.  Instantiate
18071         traverse_record_type on count_registers to first count the number of
18072         registers to be used and then on assign_registers to assign them.
18073         (function_arg_union_value): Adjust to above renaming.
18074         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
18075         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
18076         case of a structure passed in slot #15
18077         (sparc_function_arg_advance): Likewise.
18078         (function_arg_padding): Minor tweak.
18080 2016-02-29  Richard Biener  <rguenther@suse.de>
18082         PR tree-optimization/69720
18083         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
18084         the adjustment_def path for possibly vectorized defs.
18085         (vect_create_epilog_for_reduction): Handle vectorized initial
18086         defs properly.
18088 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
18090         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
18092 2016-02-27  Jeff Law  <law@redhat.com>
18094         Revert
18095         2016-02-26  Richard Biener  <rguenther@suse.de>
18096                     Jeff Law  <law@redhat.com>
18098         PR tree-optimization/69740
18099         * cfghooks.c (remove_edge): Request loop fixups if we delete
18100         an edge that might turn an irreducible loop into a natural
18101         loop.
18103 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
18105         PR rtl-optimization/69896
18106         * tree-vect-generic.c (get_compute_type): Avoid single element
18107         vector types.
18109 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
18111         Rename the AArch64 tuning option and related functions to enable the
18112         Newton series for the reciprocal square root to reflect its
18113         approximative characteristic.
18115         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
18116         function to "aarch64_emit_approx_rsqrt".
18117         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
18118         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
18119         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
18120         (xgene1_tunings): Likewise.
18121         (use_rsqrt_p): Likewise.
18122         (aarch64_emit_swrsqrt): Use new function name.
18123         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
18124         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
18125         text explaining this option.
18126         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
18128 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
18130         PR target/69969
18131         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
18132         complain about -mallow-movmisalign without -mvsx if
18133         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
18135 2016-02-26  Joel Sherrill  <joel@rtems.org>
18137         * config.gcc: Add x86_64-*-rtems*.
18138         * config/i386/rtems-64.h: New file.
18140 2016-02-26  Joel Sherrill  <joel@rtems.org>
18142         * config.gcc: Add aarch64-*-rtems*.
18143         * config/aarch64/rtems.h: New file.
18145 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
18147         PR target/69946
18148         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
18149         shift amount using %h.  Add comment.
18151 2016-02-26  Richard Biener  <rguenther@suse.de>
18152             Jeff Law  <law@redhat.com>
18154         PR tree-optimization/69740
18155         * cfghooks.c (remove_edge): Request loop fixups if we delete
18156         an edge that might turn an irreducible loop into a natural
18157         loop.
18159 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18161         PR middle-end/69920
18162         * tree-sra.c (sra_modify_assign): Do not remove loads of
18163         uninitialized aggregates to SSA_NAMEs.
18165 2016-02-26  Richard Henderson  <rth@redhat.com>
18167         PR target/69709
18168         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
18169         pseudo in case the target rtx matches the source of the left
18170         shift.
18172 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18174         PR hsa/69568
18175         * hsa.h (hsa_type_packed_p): Declare.
18176         * hsa.c (hsa_type_packed_p): New function.
18177         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
18178         loads.
18179         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
18180         * hsa-brig.c (emit_basic_insn): Likewise.
18182 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18184         pr hsa/69674
18185         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
18186         pointers.
18187         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
18189 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18191         * hsa.h (is_a_helper): New overload for hsa_op_immed for
18192         hsa_op_with_type operands.
18193         (hsa_unsigned_type_for_type): Declare.
18194         * hsa.c (hsa_unsigned_type_for_type): New function.
18195         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
18196         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
18197         the finalizer.  Do not emit extra move.
18199 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18201         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
18202         atomic operations in private segment.
18204 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18206         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
18207         statements to wi->info.  Also disallow omp simd constructs.
18208         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
18209         for not gridifying.  Dump special string for omp_for.
18211 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18213         PR target/69245
18214         * config/aarch64/aarch64.c (aarch64_set_current_function):
18215         Save/restore target globals when switching to
18216         target_option_default_node.
18218 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18220         PR target/69613
18221         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
18222         Return 0 if !SHIFT_COUNT_TRUNCATED.
18224 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
18225             Eric Botcazou  <ebotcazou@adacore.com>
18227         PR rtl-optimization/69891
18228         * dse.c (scan_insn): If we can't figure out memset arguments
18229         or they are non-constant, call clear_rhs_from_active_local_stores.
18231 2016-02-26  Martin Liska  <mliska@suse.cz>
18233         * doc/extend.texi: Mention clog10, clog10f an clog10l
18234         in Builtins section.
18236 2016-02-26  Martin Liska  <mliska@suse.cz>
18238         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
18239         CHECKING_P.
18240         (resolve_args_picking_1): Likewise.
18241         * dwarf2out.h (struct GTY): Likewise.
18243 2016-02-26  Martin Liska  <mliska@suse.cz>
18245         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
18246         with flag_checking.
18247         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
18249 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
18250             Martin Liska  <mliska@suse.cz>
18252         * doc/install.texi: Mention --enable-valgrind-annotations.
18254 2016-02-26  Richard Biener  <rguenther@suse.de>
18256         PR tree-optimization/69551
18257         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
18258         looking through aliases adjust DECL_PT_UID to refer to the
18259         ultimate alias target.
18261 2016-02-25  Martin Liska  <mliska@suse.cz>
18263         PR middle-end/69919
18264         * alloc-pool.c (after_memory_report): New variable.
18265         * alloc-pool.h (base_pool_allocator ::release): Do not use
18266         the infrastructure if after_memory_report.
18267         * toplev.c (toplev::main): Mark after memory report.
18269 2016-02-25  Richard Biener  <rguenther@suse.de>
18271         PR tree-optimization/48795
18272         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
18274 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
18276         PR driver/68463
18277         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
18278         offloading is enabled and -fopenacc or -fopenmp is specified.
18279         (CRTOFFLOADEND): Likewise.
18280         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
18281         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
18282         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
18283         (offload_objects_file_name): New static var.
18284         (tool_cleanup): Remove offload_objects_file_name file.
18285         (find_offloadbeginend): Replace with ...
18286         (find_crtoffloadtable): ... this.
18287         (run_gcc): Remove offload_argc and offload_argv.
18288         Get offload_objects_file_name from -foffload-objects=... option.
18289         Read names of object files with offload from this file, pass them to
18290         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
18291         don't pass offloadbegin and offloadend to the linker.  Don't pass
18292         offload non-LTO files to the linker, because now they're not claimed.
18294 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
18296         PR ipa/69630
18297         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
18298         on builtin_unreachable.
18300 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
18302         PR rtl-optimization/69896
18303         * regcprop.c: Include cfgrtl.h.
18304         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
18305         than remembered mode, either delete it (if noop_move_p), or
18306         treat like copy_p but not noop_p instruction.
18308 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
18310         PR debug/69705
18311         * dwarf2out.c (gen_variable_die): Work around buggy LTO
18312         - allow NULL decl for Fortran DW_TAG_common_block variables.
18314 2016-02-24  Jason Merrill  <jason@redhat.com>
18316         * common.opt (flifetime-dse): Add -flifetime-dse=1.
18318 2016-02-24  Richard Biener  <rguenther@suse.de>
18319             Jakub Jelinek  <jakub@redhat.com>
18321         PR middle-end/69760
18322         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
18323         conditionally executed ops to well-defined overflow behavior.
18325 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
18327         PR middle-end/69915
18328         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
18329         elements.
18331 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18333         PR rtl-optimization/69886
18334         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
18335         argument.  Use it when checking validity of set instructions.
18336         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
18337         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
18338         callsite.
18339         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
18340         * store-motion.c (find_moveable_store): Update
18341         can_assign_to_reg_without_clobbers_p callsite.
18343 2016-02-24  Richard Biener  <rguenther@suse.de>
18345         PR middle-end/68963
18346         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
18347         bogus check.
18348         (record_nonwrapping_iv): Do not fall back to the low/high bound
18349         for non-constant IV bases if the stmt is not always executed.
18351 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18353         * config/arm/arm-cores.def (cortex-a32): New entry.
18354         * config/arm/arm-tables.opt: Regenerate.
18355         * config/arm/arm-tune.md: Regenerate.
18356         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
18357         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
18358         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
18359         for -mcpu and -mtune.
18361 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18363         PR target/69875
18364         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
18365         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
18366         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
18367         (atomic_loaddi_1): Delete.
18368         (atomic_loaddi): Rewrite expander using the above changes.
18370 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
18372         PR c/69918
18373         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
18374         2 to 3.
18376 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
18377             Richard Biener  <rguenth@suse.de>
18379         PR middle-end/69909
18380         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
18381         set_mem_attributes if tem is SSA_NAME which got expanded
18382         as a MEM.
18384 2016-02-24  Richard Biener  <rguenther@suse.de>
18386         PR tree-optimization/69907
18387         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
18388         end of permutations for BB vectorization.
18390 2016-02-24  Christian Bruel  <christian.bruel@st.com>
18392         * config/arm/arm-c.c (arm_option_override): Initialize
18393         target_option_current_node.
18394         * config/arm/arm.c (arm_pragma_target_parse): Replace
18395         build_target_option_node call by target_option_current_node.
18396         Set target_option_current_node.
18397         Fix comments.
18399 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
18401         PR target/69810
18402         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
18403         define_insn_and_split to define_insn.
18404         (zero_extendqi<mode>2_dot2): Same.
18405         (extendqi<mode>2_dot): Same.
18406         (extendqi<mode>2_dot2): Same.
18408 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
18410         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
18411         and add bypass for AES{D,E} and AESMC pairs.
18412         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
18413         and AESMC pairs.
18415 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
18417         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
18418         series for reciprocal square root in Exynos M1.
18420 2016-02-23  Martin Sebor  <msebor@redhat.com>
18422         PR c/69759
18423         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
18424         __builtin_alloca_with_align.
18426 2016-02-23  Richard Henderson  <rth@redhat.com>
18428         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
18429         (ix86_register_pragmas): Remove __seg_tls.
18430         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
18431         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
18432         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
18433         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
18434         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
18435         * doc/extend.texi (__seg_tls): Remove item.
18437 2016-02-23  Richard Biener  <rguenther@suse.de>
18439         * alloc-pool.h (struct allocation_object): Make id member
18440         conditional on CHECKING_P again.
18441         (get_instance): Adjust.
18442         (base_pool_allocator): Likewise.
18444 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
18446         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
18447         (parallelize_loops): In OpenACC kernels mode, set n_threads to
18448         zero.
18449         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
18450         flag_openacc.
18451         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
18453 2016-02-23  Richard Biener  <rguenther@suse.de>
18455         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
18456         * bitmap.h (struct bitmap_usage): Likewise.
18457         (bitmap_move): Declare.
18458         * bitmap.c (register_overhead): Take size_t argument.
18459         (bitmap_move): New function.
18460         * df-problems.c (df_rd_transfer_function): Use bitmap_move
18461         to properly account overhead.
18462         * tree.c (free_node): Use tree_size.
18464 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
18466         PR c++/69902
18467         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
18468         when inverting comparison.
18470         PR c/69900
18471         * common.opt (Wunreachable-code): Add Warning flag.
18473 2016-02-23  Mark Wielaard  <mjw@redhat.com>
18474             Jakub Jelinek  <jakub@redhat.com>
18476         PR c/69911
18477         * cgraphunit.c (check_global_declaration): Check main_input_filename
18478         and DECL_SOURCE_FILE are not NULL.
18480 2016-02-23  Martin Jambor  <mjambor@suse.cz>
18482         PR tree-optimization/69666
18483         * tree-sra.c (sra_modify_assign): Do not attempt to create
18484         default_def replacements for unscalarizable regions.
18486 2016-02-20  Mark Wielaard  <mjw@redhat.com>
18488         PR c/28901
18489         * cgraphunit.c (check_global_declaration): Check level of
18490         warn_unused_const_variable and main_input_filename.
18491         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
18492         (-Wunused-variable): For C implies -Wunused-const-variable=1.
18493         (-Wunused-const-variable): Explain levels 1 and 2.
18495 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
18497         PR target/69888
18498         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
18499         identical arguments.  Formatting and spelling fixes.
18501         PR target/69885
18502         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
18503         be specified.
18505         PR target/69894
18506         PR target/69895
18507         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
18508         and m68k-devices.def.
18509         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
18510         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
18512 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
18514         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
18515         and HImode registers.
18517 2016-02-22  Richard Biener  <rguenther@suse.de>
18519         PR tree-optimization/69882
18520         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
18521         preserve permutations present because of gaps.
18522         (vect_supported_load_permutation_p): Always continue checking
18523         permutations after vect_attempt_slp_rearrange_stmts.
18525 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
18527         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
18528         min_profitable_estimate, rather than min_profitable_iters.
18530 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
18532         PR target/69885
18533         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
18534         SImode for last match_operand.
18536 2016-02-22  Martin Liska  <mliska@suse.cz>
18538         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
18539         return bitsize - 1 as the return value.
18541 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
18543         PR target/69806
18544         PR target/54089
18545         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
18546         Handle negative shift counts.
18547         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
18548         force_reg on the shift constant.
18549         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
18550         (lshrsi3_d): Handle negative shift counts.
18552 2016-02-22  Richard Biener  <rguenther@suse.de>
18553             Tom de Vries  <tom@codesourcery.com>
18555         * graph.c: Include dumpfile.h.
18556         (print_graph_cfg): Split into three overloads.
18557         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
18559 2016-02-22  Tom de Vries  <tom@codesourcery.com>
18561         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
18562         dump-fn.
18564 2016-02-22  Richard Biener  <rguenther@suse.de>
18566         PR ipa/37448
18567         * ipa-inline-transform.c (inline_call): When not updating
18568         overall summaries adjust self size by the growth estimate.
18569         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
18570         hash-set, do not update overall summaries here.  Renamed from ...
18571         (inline_to_all_callers): ... this which is now wrapping the
18572         above and performing delayed overall summary update.
18573         (early_inline_small_functions): Delay updating of the overall
18574         summary.
18576 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
18578         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
18579         variable.
18581 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
18583         PR driver/69805
18584         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
18585         :%* in %:gt() argument.
18586         (greater_than_spec_func): Adjust for expecting only numbers,
18587         if there are more than two numbers, compare the last two.
18589 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
18591         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
18592         -Wnarrowing with -std.
18594 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
18596         PR c++/69851
18597         * expr.c (store_field): Don't use bit-field path if exp is
18598         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
18599         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
18600         and the assignment can be performed by bitwise copy.  Formatting
18601         fix.
18603         PR middle-end/69838
18604         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
18605         call copy_reg_eh_region_note_forward on before and/or after sequences
18606         and remove note from insn if it no longer can throw.
18608         PR target/69820
18609         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
18610         if TARGET_AVX512BW.
18612 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18614         * config/s390/vector.md: Add missing commutative operand markers
18615         to the patterns which qualify for one.
18616         * config/s390/vx-builtins.md: Likewise.
18618 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18620         * config/s390/vector.md (VI, VI_QHS): Add single element vector
18621         types to mode iterators.
18622         (vec_double): ... and mode attribute.
18623         * config/s390/vx-builtins.md (non_vec_int): Likewise.
18625 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18627         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
18628         Change the predicate of op2 from nonimmediate to general and let
18629         reload fix it if necessary.
18631 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18633         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
18635 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18637         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
18638         mode.
18640 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18642         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
18643         * config/s390/s390.c (s390_expand_vec_movstr): New function.
18644         * config/s390/s390.md ("movstr<P:mode>"): Call
18645         s390_expand_vec_movstr.
18647 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18649         * config/s390/s390.md: Add missing output modifier for operand 1
18650         to print it as address properly.
18652 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18654         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
18655         * config/s390/2964.md: New file.
18656         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
18657         of insn grouping attributes depending on the CPU level.
18658         (s390_get_unit_mask): New function.
18659         (s390_sched_score): Remove the OOO from the scheduling macros.
18660         Add loop to calculate a score for the instruction mix.
18661         (s390_sched_reorder): Likewise plus improve debug output.
18662         (s390_sched_variable_issue): Rename macros as above.  Calculate
18663         the unit distances after actually scheduling an insn.  Improve
18664         debug output.
18665         (s390_sched_init): Clear last_scheduled_unit_distance array.
18666         * config/s390/s390.md: Include 2964.md.
18668 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
18670         PR target/69671
18671         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
18672         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
18673         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
18674         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
18675         *avx512f_<code>v8div16qi2_mask_1): New insns.
18677 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
18679         PR target/68404
18680         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
18681         2016-02-09 change.
18683         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
18684         earlyclobber from target.  Use wF constraint for fused memory
18685         address.
18686         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
18688 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
18689             Martin Liska  <mliska@suse.cz>
18691         PR sanitizer/69863
18692         * cfgexpand.c (asan_sanitize_stack_p): New function.
18693         (partition_stack_vars): Use the function.
18694         (expand_stack_vars): Likewise.
18695         (defer_stack_allocation): Likewise.
18696         (expand_used_vars): Likewise.
18698 2016-02-18  Richard Biener  <rguenther@suse.de>
18700         PR middle-end/69553
18701         * fold-const.c (operand_equal_p): Properly compare offsets for
18702         IMAGPART_EXPR and ARRAY_REF.
18704 2016-02-18  Nick Clifton  <nickc@redhat.com>
18706         PR target/62254
18707         PR target/69610
18708         * config/arm/arm.c (arm_option_override_internal): Disable
18709         interworking if the target does not support thumb instructions.
18710         (arm_reload_in_hi): Handle the case where a register to register
18711         move needs reloading because there is no simple pattern to handle
18712         it.
18713         (arm_reload_out_hi): Likewise.
18715 2016-02-18  Richard Biener  <rguenther@suse.de>
18717         PR middle-end/69854
18718         * match.pd: Don't use fold_binary or fold_unary for folding
18719         constants.
18721 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
18723         PR c++/69850
18724         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
18725         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
18726         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
18727         warn on gimple_no_warning_p statements.
18729 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
18731         * doc/extend.texi (C++ Attributes): Correct description of
18732         warn_unused type attribute.
18734 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18736         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
18737         correct instruction.
18739 2016-02-17  Richard Biener  <rguenther@suse.de>
18741         PR rtl-optimization/69609
18742         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
18743         (find_traces_1_round): When ending a trace update cached priority
18744         of successors.
18745         (bb_to_key): Use cached priority when available.
18746         (copy_bb): Initialize cached priority.
18747         (reorder_basic_blocks_software_trace_cache): Likewise.
18749 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18751         PR target/69161
18752         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
18753         New predicate.
18754         (aarch64_comparison_operator): Break overly long line into two.
18755         (aarch64_comparison_operation): Likewise.
18756         * config/aarch64/aarch64.md (cstorecc4): Use
18757         aarch64_comparison_operator_mode instead of
18758         aarch64_comparison_operator.
18759         (cstore<mode>4): Likewise.
18760         (aarch64_cstore<mode>): Likewise.
18761         (*cstoresi_insn_uxtw): Likewise.
18762         (cstore<mode>_neg): Likewise.
18763         (*cstoresi_neg_uxtw): Likewise.
18765 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18767         PR target/69161
18768         * config/arm/predicates.md (arm_comparison_operator_mode):
18769         New predicate.
18770         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
18771         instead of arm_comparison_operator.
18772         (*mov_negscc): Likewise.
18773         (*mov_notscc): Likewise.
18774         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
18775         (*thumb2_mov_negscc): Likewise.
18776         (*thumb2_mov_negscc_strict_it): Likewise.
18777         (*thumb2_mov_notscc): Likewise.
18778         (*thumb2_mov_notscc_strict_it): Likewise.
18780 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
18782         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
18783         Add missing return.
18785 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
18787         * config/visium/visium.c (machine_libfunc_index): New enum.
18788         (machine_libfuncs): New structure.
18789         (visium_libfuncs): New static variable.
18790         (TARGET_INIT_LIBFUNCS): Define to...
18791         (visium_init_libfuncs): ...this.  New function.
18792         (expand_block_move_4): Use the appropriate libfunc.
18793         (expand_block_move_2): Likewise.
18794         (expand_block_move_1): Likewise.
18795         (expand_block_set_4): Likewise.
18796         (expand_block_set_2): Likewise.
18797         (expand_block_set_1): Likewise.
18798         (visium_trampoline_init): Likewise.
18800 2016-02-17  Nick Clifton  <nickc@redhat.com>
18802         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
18803         TI's devices.csv file as of March 2016.
18805 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18807         PR Target/48344
18808         * opts-global.c (handle_common_deferred_options): Introduce and
18809         initialize two global variables to remember command-line options
18810         specifying a stack-limiting register.
18811         * opts.h: Add extern declarations of the two new global variables.
18812         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
18813         variable based on the values of the two new global variables.
18815 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
18817         PR c/69835
18818         * common.opt (Wnonnull-compare): New warning.
18819         * doc/invoke.texi (-Wnonnull): Remove text about comparison
18820         of arguments against NULL.
18821         (-Wnonnull-compare): Document.
18822         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
18823         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
18824         * passes.def (pass_warn_nonnull_compare): Add.
18825         * gimple-ssa-nonnull-compare.c: New file.
18827 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
18829         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
18830         AARCH64_EXTRA_TUNE_RECIP_SQRT.
18832 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
18834         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
18835         reciprocal sqrt for -mlow-precision-recip-sqrt.
18837 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
18838             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18840         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
18841         always use lane loads to construct non-constant vectors.
18843 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
18845         * config/aarch64/aarch64.md
18846         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
18847         constraints for operand 3.
18848         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
18850 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
18851             Richard Biener  <rguenther@suse.de>
18853         PR tree-optimization/69820
18854         * tree-vect-patterns.c (type_conversion_p): Return false if
18855         *orig_type is unsigned single precision or boolean.
18856         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
18857         Formatting fix.
18859 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
18861         PR rtl-optimization/69764
18862         PR rtl-optimization/69771
18863         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
18864         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
18866 2016-02-16  Richard Biener  <rguenther@suse.de>
18868         PR tree-optimization/69776
18869         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
18870         sets from caller.
18871         (indirect_refs_may_alias_p): Likewise.
18872         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
18873         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
18874         according to tbaa_p.
18875         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
18876         (optimize_stmt): For redundant store discovery do not allow tbaa.
18878 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
18880         PR tree-optimization/69714
18881         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
18882         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
18884 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
18886         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
18887         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
18888         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
18889         * config/arc/arc.c (arc_init): Check FPU options.
18890         (get_arc_condition_code): Handle new CC_FPU* modes.
18891         (arc_select_cc_mode): Likewise.
18892         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
18893         register pair only. Allow access for ARCv2 accumulator.
18894         (gen_compare_reg): Whenever we have FPU support use FPU compare
18895         instructions.
18896         (arc_reorg): Don't generate brcc insns when FPU compare
18897         instructions are involved.
18898         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
18899         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
18900         floating point emulation.
18901         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
18902         (REVERSE_CONDITION): Add new CC_FPU* modes.
18903         (TARGET_FP_SP_BASE): Define.
18904         (TARGET_FP_DP_BASE): Likewise.
18905         (TARGET_FP_SP_FUSED): Likewise.
18906         (TARGET_FP_DP_FUSED): Likewise.
18907         (TARGET_FP_SP_CONV): Likewise.
18908         (TARGET_FP_DP_CONV): Likewise.
18909         (TARGET_FP_SP_SQRT): Likewise.
18910         (TARGET_FP_DP_SQRT): Likewise.
18911         (TARGET_FP_DP_AX): Likewise.
18912         * config/arc/arc.md (ARCV2_ACC): New constant.
18913         (type): New fpu type attribute.
18914         (SDF): Conditional iterator.
18915         (cstore<mode>, cbranch<mode>): Change expand condition.
18916         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
18917         handles FPU/FPX cases as well.
18918         * config/arc/arc.opt (mfpu): New option.
18919         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
18920         Renamed.
18921         (adddf3, muldf3, subdf3): Removed.
18922         * config/arc/predicates.md (proper_comparison_operator): Recognize
18923         CC_FPU* modes.
18924         * config/arc/fpu.md: New file.
18925         * doc/invoke.texi (ARC Options): Document mfpu option.
18927 2016-02-16  Richard Biener  <rguenther@suse.de>
18929         PR rtl-optimization/69291
18930         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
18931         noce_operand_ok check.
18933 2016-02-16  Tom de Vries  <tom@codesourcery.com>
18935         PR lto/67709
18936         * omp-low.c (simd_clone_create): Remove call to
18937         symtab->call_cgraph_insertion_hooks.
18939 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
18941         PR tree-optimization/69802
18942         * tree-ssa-reassoc.c (update_range_test): If op is
18943         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
18944         op == 1 test of precision 1 integral op, otherwise handle
18945         that case as op itself.  Fix up formatting.
18946         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
18947         up formatting.
18949 2016-02-16  Richard Biener  <rguenther@suse.de>
18951         PR tree-optimization/69586
18952         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
18953         types for conversion sources.
18955 2016-02-16  Richard Biener  <rguenther@suse.de>
18957         PR middle-end/69801
18958         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
18959         mask OEP_ADDRESS_OF.
18961 2016-02-16  Alan Modra  <amodra@gmail.com>
18963         PR target/68973
18964         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
18965         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
18966         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
18967         (p8_mtvsrwz): New.
18968         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
18969         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
18970         (p8_fmrgow_<mode>): Likewise.
18971         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
18972         changes.
18973         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
18974         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
18975         to use movdi_internal64.  Remove op0_di.
18976         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
18978 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
18980         Add support for the FCCMP insn types
18982         * config/aarch64/aarch64.md (fccmp): Change insn type.
18983         (fccmpe): Likewise.
18984         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
18985         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
18986         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
18987         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
18988         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
18989         * config/arm/types.md (fccmps): Add new insn type.
18990         (fccmpd): Likewise.
18992 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18994         * alias.c (get_alias_set): Fix a typo in comment.
18996 2016-02-15  Richard Biener  <rguenther@suse.de>
18998         PR tree-optimization/69595
18999         * match.pd: Complete range test simplification to true.
19001 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
19003         PR rtl-optimization/69648
19004         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
19005         pic_offset_table_rtx.
19007         PR rtl-optimization/69752
19008         * ira.c (update_equiv_regs): When looking for more than a single SET,
19009         also take other side effects into account.
19011 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
19013         * config/s390/s390.c (s390_function_profiler): Add a new sequence
19014         for z900+ CPUs in 31-bit mode.
19016 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
19018         * common/config/s390/s390-common.c (s390_supports_split_stack):
19019         New function.
19020         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
19021         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
19022         * config/s390/s390.c (struct machine_function): New field
19023         split_stack_varargs_pointer.
19024         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
19025         in s390_emit_prologue.
19026         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
19027         vararg pointer.
19028         (morestack_ref): New global.
19029         (SPLIT_STACK_AVAILABLE): New macro.
19030         (s390_expand_split_stack_prologue): New function.
19031         (s390_live_on_entry): New function.
19032         (s390_va_start): Use split-stack vararg pointer if appropriate.
19033         (s390_asm_file_end): Emit the split-stack note sections.
19034         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
19035         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
19036         (UNSPECV_SPLIT_STACK_CALL): New unspec.
19037         (UNSPECV_SPLIT_STACK_DATA): New unspec.
19038         (split_stack_prologue): New expand.
19039         (split_stack_space_check): New expand.
19040         (split_stack_data): New insn.
19041         (split_stack_call): New expand.
19042         (split_stack_call_*): New insn.
19043         (split_stack_cond_call): New expand.
19044         (split_stack_cond_call_*): New insn.
19046 2016-02-15  Richard Biener  <rguenther@suse.de>
19048         PR tree-optimization/69783
19049         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
19050         Add trivially correct cases.
19052 2016-02-15  Tom de Vries  <tom@codesourcery.com>
19054         PR lto/69655
19055         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
19056         do_force_output.
19057         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
19059 2016-02-15  Richard Biener  <rguenther@suse.de>
19061         PR tree-optimization/69776
19062         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
19063         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
19064         indicate whether we can use TBAA to disambiguate against stores.
19065         Use alias-set zero if not.
19066         (visit_reference_op_store): Do not use TBAA when looking up
19067         redundant stores.
19068         * tree-ssa-pre.c (compute_avail): Use TBAA here.
19069         (eliminate_dom_walker::before_dom_children): But not when looking
19070         up redundant stores.
19072 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
19074         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
19076 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
19078         *  config/i386/znver1.md
19079         (znver1_pop, znver1_pop_mem,
19080         znver1_load_imov_double_store,
19081         znver1_load_imov_direct_store,
19082         znver1_load_imov_direct_load,
19083         znver1_load_imov_double_load): Add new.
19084         (znver1_insn, znver1_insn_load): Add icmov type.
19085         (znver1_sseavx_fma,
19086         znver1_sseavx_fma_load,
19087         znver1_avx256_fma,
19088         znver1_avx256_fma_load): Fix pipe usage.
19090 2016-02-14  Alan Modra  <amodra@gmail.com>
19092         PR target/68973
19093         * reload.c (find_reloads_address_1): For pre/post-inc/dec
19094         with an invalid hard reg, reload just the reg not the entire
19095         pre/post-inc/dec address expression.
19097 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
19099         PR target/67260
19100         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
19101         fixed R1_REG scratch reg.
19102         (sibcall_value_pcrel_fdpic): Likewise.
19104 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
19106         PR target/67636
19107         PR target/64345
19108         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
19110 2016-02-12  Walter Lee  <walt@tilera.com>
19112         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
19113         * config/tilegx/t-tilegx: Likewise.
19115 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
19117         PR other/69554
19118         * diagnostic-show-locus.c (struct line_span): New struct.
19119         (layout::get_first_line): Delete.
19120         (layout::get_last_line): Delete.
19121         (layout::get_num_line_spans): New member function.
19122         (layout::get_line_span): Likewise.
19123         (layout::print_heading_for_line_span_index_p): Likewise.
19124         (layout::get_expanded_location): Likewise.
19125         (layout::calculate_line_spans): Likewise.
19126         (layout::m_first_line): Delete.
19127         (layout::m_last_line): Delete.
19128         (layout::m_line_spans): New field.
19129         (layout::layout): Update comment.  Replace m_first_line and
19130         m_last_line with m_line_spans, replacing their initialization
19131         with a call to calculate_line_spans.
19132         (diagnostic_show_locus): When printing source lines and
19133         annotations, rather than looping over a single span
19134         of lines, instead loop over each line_span within
19135         the layout, with an inner loop over the lines within them.
19136         Call the context's start_span callback when changing line spans.
19137         * diagnostic.c (diagnostic_initialize): Initialize start_span.
19138         (diagnostic_build_prefix): Break out the building of the location
19139         part of the string into...
19140         (diagnostic_get_location_text): ...this new function, rewriting
19141         it from nested ternary expressions to a sequence of "if"
19142         statements.
19143         (default_diagnostic_start_span_fn): New function.
19144         * diagnostic.h (diagnostic_start_span_fn): New typedef.
19145         (diagnostic_context::start_span): New field.
19146         (default_diagnostic_start_span_fn): New prototype.
19148 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
19150         PR driver/69779
19151         * gcc.c (driver::finalize): Fix cleanup of "specs".
19153 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
19155         PR driver/69265
19156         PR driver/69453
19157         * gcc.c (driver::driver): Initialize m_option_suggestions.
19158         (driver::~driver): Clean up m_option_suggestions.
19159         (suggest_option): Convert to...
19160         (driver::suggest_option): ...this, and split out into
19161         driver::build_option_suggestions and find_closest_string.
19162         (driver::build_option_suggestions): New function, from
19163         first half of suggest_option.  Special-case
19164         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
19165         the sanitizer_opts array.  For options of enum types, add the
19166         various enum values to the candidate strings.
19167         (driver::handle_unrecognized_options): Remove "const".
19168         * gcc.h (driver::handle_unrecognized_options): Likewise.
19169         (driver::build_option_suggestions): New decl.
19170         (driver::suggest_option): New decl.
19171         (driver::m_option_suggestions): New field.
19172         * opts-common.c (add_misspelling_candidates): New function.
19173         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
19174         and make non-static.
19175         * opts.h (sanitizer_opts): New array decl.
19176         (add_misspelling_candidates): New function decl.
19177         * spellcheck.c (find_closest_string): New function.
19178         * spellcheck.h (find_closest_string): New function decl.
19180 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
19182         PR rtl-optimization/69764
19183         PR rtl-optimization/69771
19184         * optabs.c (expand_binop_directly): For shift_optab_p, force
19185         convert_modes with VOIDmode if xop1 has VOIDmode.
19187 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
19189         PR target/69729
19190         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
19191         to correctly determine instrumentation thunks.
19193 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
19195         PR ipa/69241
19196         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
19197         type by reference, force lhs on the call.
19199         PR ipa/68672
19200         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
19201         Compute retval and retbnd early in all cases if split_part_return_p
19202         and return_bb is not EXIT.  Remove all clobber stmts and reset
19203         all debug stmts that refer to SSA_NAMEs defined in split part,
19204         except if it is retval, in that case replace the old retval with the
19205         lhs of the call to the split part.
19207 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
19209         revert:
19210         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
19212         PR middle-end/66726
19213         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
19214         whose result is used in PHI.
19215         (maybe_optimize_range_tests): Likewise.
19216         (final_range_test_p): Likweise.
19218 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
19220         PR middle-end/66726
19221         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
19222         whose result is used in PHI.
19223         (maybe_optimize_range_tests): Likewise.
19224         (final_range_test_p): Likweise.
19226 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
19228         * cgraph.c: Spelling fixes - behaviour -> behavior and
19229         neighbour -> neighbor.
19230         * target.def: Likewise.
19231         * sel-sched.c: Likewise.
19232         * config/mips/mips.c: Likewise.
19233         * config/arc/arc.md: Likewise.
19234         * config/arm/cortex-a57.md: Likewise.
19235         * config/arm/arm.c: Likewise.
19236         * config/arm/neon.md: Likewise.
19237         * config/arm/arm-c.c: Likewise.
19238         * config/vms/vms-c.c: Likewise.
19239         * config/s390/s390.c: Likewise.
19240         * config/i386/znver1.md: Likewise.
19241         * config/i386/i386.c: Likewise.
19242         * config/ia64/hpux-unix2003.h: Likewise.
19243         * config/msp430/msp430.md: Likewise.
19244         * config/rx/rx.c: Likewise.
19245         * config/rx/rx.md: Likewise.
19246         * config/aarch64/aarch64-simd.md: Likewise.
19247         * config/aarch64/aarch64.c: Likewise.
19248         * config/nvptx/nvptx.c: Likewise.
19249         * config/bfin/bfin.c: Likewise.
19250         * config/cris/cris.opt: Likewise.
19251         * config/rs6000/rs6000.c: Likewise.
19252         * target.h: Likewise.
19253         * spellcheck.c: Likewise.
19254         * ira-build.c: Likewise.
19255         * tree-inline.c: Likewise.
19256         * builtins.c: Likewise.
19257         * lra-constraints.c: Likewise.
19258         * explow.c: Likewise.
19259         * hwint.h: Likewise.
19260         * targhooks.c: Likewise.
19261         * tree-vect-data-refs.c: Likewise.
19262         * expr.c: Likewise.
19263         * doc/tm.texi: Likewise.
19264         * doc/extend.texi: Likewise.
19265         * doc/install.texi: Likewise.
19266         * doc/md.texi: Likewise.
19267         * tree-ssa-tail-merge.c: Likewise.
19268         * sched-int.h: Likewise.
19269         * match.pd: Likewise.
19270         * sched-ebb.c: Likewise.
19271         * target.def (omit_struct_return_reg): Likewise.
19272         * gimple-ssa-isolate-paths.c: Likewise.
19273         (find_implicit_erroneous_behaviour): Renamed to...
19274         (find_implicit_erroneous_behavior): ... this.
19275         (find_explicit_erroneous_behaviour): Renamed to...
19276         (find_explicit_erroneous_behavior): ... this.
19277         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
19279 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
19281         PR rtl-optimization/64682
19282         PR rtl-optimization/69567
19283         PR rtl-optimization/69737
19284         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
19285         in I2 as well, just lose it.
19287 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19289         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
19290         New variable.
19291         (aarch64_last_printed_tune_string): Likewise.
19292         (aarch64_declare_function_name): Only output .arch assembler
19293         directive if it will be different from the previously output
19294         directive.  Same for .tune comment but only if -dA is set.
19295         (aarch64_start_file): New function.
19296         (TARGET_ASM_FILE_START): Define.
19298 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
19300         PR plugins/69758
19301         * Makefile.in (PLUGIN_HEADERS): Add params.list.
19303 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
19305         PR target/65313
19306         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
19307         -Wmaybe-uninitialized warning.
19309 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
19311         PR target/69713
19312         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
19314 2016-02-11  Richard Biener  <rguenther@suse.de>
19316         PR rtl-optimization/69291
19317         * ifcvt.c (noce_try_store_flag_constants): Do not allow
19318         subexpressions affected by changing the result.
19320 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
19322         PR target/69148
19323         * lra-constraints.c (curr_insn_transform): Find in/out operands
19324         for secondary memory moves.  Update dups.
19326 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
19328         PR tree-optimization/69652
19329         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
19330         to nested loop, did source re-formatting, skip debug statements,
19331         add check on statement with volatile operand, remove dead scalar
19332         statements.
19334 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
19335             Patrick Palka  <ppalka@gcc.gnu.org>
19337         PR ipa/69241
19338         PR c++/69649
19339         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
19340         calls if the return type is TREE_ADDRESSABLE.
19341         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
19342         * ipa-split.c (split_function): Fix doubled "we" in comment.
19343         Use void return type for the split part even if
19344         !split_point->split_part_set_retval.
19346 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
19348         PR tree-optimization/68021
19349         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
19350         when computing the value of biv cand by itself.
19352 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
19354         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
19355         (cortexa57_tunings): Likewise.
19356         (cortexa72_tunings): Likewise.
19357         (arch_macro_fusion_pair_p): Add support for AES fusion.
19358         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
19359         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
19360         Allow virtual registers before reload so early scheduling works.
19361         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
19362         correct latency and pipeline.
19363         (cortex_a57_crypto_complex): Likewise.
19364         (cortex_a57_crypto_xor): Likewise.
19365         (define_bypass): Add AES bypass.
19367 2016-02-10  Richard Biener  <rguenther@suse.de>
19369         PR tree-optimization/69726
19370         * passes.def: Add DCE pass before late uninit.
19371         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
19372         really fixup if-conversions job.
19374 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
19376         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
19377         (arm_cortex_a57_tune): Likewise.
19378         (aarch_macro_fusion_pair_p): Add support for AES fusion.
19379         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
19381 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
19383         * timevar.def (TV_PHASE_DBGINFO): Delete.
19384         (TV_PHASE_CHECK_DBGINFO): Likewise.
19385         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
19387 2016-02-10  Richard Biener  <rguenther@suse.de>
19389         PR tree-optimization/69719
19390         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
19391         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
19393 2016-02-09  Andrew Pinski  <apinski@cavium.com>
19395         PR tree-opt/69282
19396         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
19397         get_vcond_mask_icode returns false.
19399 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
19401         PR target/68404
19402         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
19403         an ADDIS that adds a pointer to a large constant that sets the
19404         upper16 bits with a load operation.
19406 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
19408         PR target/68532
19409         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
19410         order.
19411         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
19412         endian.
19413         (vzipq_s16): Likewise.
19414         (vzipq_s32): Likewise.
19415         (vzipq_f32): Likewise.
19416         (vzipq_u8): Likewise.
19417         (vzipq_u16): Likewise.
19418         (vzipq_u32): Likewise.
19419         (vzipq_p8): Likewise.
19420         (vzipq_p16): Likewise.
19422 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
19424         PR target/68532
19425         * config/arm/arm.c (neon_endian_lane_map): New function.
19426         (neon_vector_pair_endian_lane_map): New function.
19427         (arm_evpc_neon_vuzp): Allow for big endian lane order.
19428         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
19429         endian.
19430         (vuzpq_s16): Likewise.
19431         (vuzpq_s32): Likewise.
19432         (vuzpq_f32): Likewise.
19433         (vuzpq_u8): Likewise.
19434         (vuzpq_u16): Likewise.
19435         (vuzpq_u32): Likewise.
19436         (vuzpq_p8): Likewise.
19437         (vuzpq_p16): Likewise.
19439 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
19441         PR target/69634
19442         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
19443         debug insns.
19445 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
19447         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
19448         truncate const_int operand 1 to QImode.
19450 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
19452         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
19453         corresponding to an abnormal edge.
19455 2016-02-09  Tom de Vries  <tom@codesourcery.com>
19457         PR tree-optimization/69599
19458         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
19459         function.
19460         (find_func_aliases_for_builtin_call, find_func_clobbers)
19461         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
19462         partition.
19464 2016-02-09  Richard Biener  <rguenther@suse.de>
19466         PR tree-optimization/69715
19467         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
19468         LHS on calls as non-rewritable.
19470 2016-02-09  Tom de Vries  <tom@codesourcery.com>
19472         PR lto/69707
19473         * lto-wrapper.c (append_diag_options): New function.
19474         (compile_offload_image): Call append_diag_options.
19476 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
19478         PR other/69722
19479         * doc/extend.texi (Flag Output Operands): Correct sectioning.
19480         Minor copy-edit to fix verb tenses.
19482 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
19484         PR tree-optimization/69209
19485         * ipa-split.c (split_function): If split part is not
19486         returning retval, retval has gimple type but is not
19487         gimple value, force it into a SSA_NAME first.
19489 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
19491         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
19492         outdated section.
19494 2016-02-08  Jason Merrill  <jason@redhat.com>
19496         PR c++/69631
19497         * convert.c (convert_to_integer_1): Check dofold on truncation
19498         distribution.
19499         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
19500         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
19501         Rename from *_nofold.
19502         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
19503         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
19505 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
19507         PR target/60410
19508         * tree.c (build_common_tree_nodes): Remove short_double argument.
19509         All callers changed.
19510         * tree.h (build_common_tree_nodes): Adjust declaration.
19511         * doc/invoke.texi (-fshort-double): Remove documentation.
19512         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
19513         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
19514         * lto-wrapper.c (merge_and_complain, append_compiler_options)
19515         (append_linker_options): Don't handle OPT_fshort_double.
19517         PR rtl-optimization/68730
19518         * lra-remat.c (insn_to_cand_activation): New static variable.
19519         (lra_remat): Allocate and free it.
19520         (create_cand): New arg activation. Initialize a field in
19521         insn_to_cand_activation if it is nonnull.
19522         (create_cands): Pass the activation insn to create_cand when making
19523         a candidate involving an output reload.  Reorganize code a little.
19524         (do_remat): Keep track of active status of candidates in a separate
19525         bitmap.
19527 2016-02-08  Richard Biener  <rguenther@suse.de>
19529         PR tree-optimization/69719
19530         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
19531         Properly use absolute of the difference of the two offsets to
19532         compare or adjust the segment length.
19534 2016-02-08  Richard Biener  <rguenther@suse.de>
19535             Jeff Law  <law@redhat.com>
19537         PR target/68273
19538         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
19539         types for anonymous SSA names.
19541 2016-02-08   Richard Biener  <rguenther@suse.de>
19543         PR rtl-optimization/69274
19544         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
19546 2016-02-08  Jeff Law  <law@redhat.com>
19548         PR tree-optimization/65917
19549         * tree-ssa-dom.c (record_temporary_equivalences): Record both
19550         equivalences from if (x == y) style conditionals.
19551         (loop_depth_of_name): Remove.
19552         (record_equality): Remove loop depth check.
19553         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
19554         (const_and_copies::record_const_or_copy_raw): New member function.
19555         * tree-ssa-scopedtables.c
19556         (const_and_copies::record_const_or_copy_raw): New, factored out of
19557         (const_and_copies::record_const_or_copy): Call new member function.
19559 2016-02-05  Jeff Law  <law@redhat.com>
19561         PR tree-optimization/68541
19562         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
19563         (count_stmts_in_block): New function.
19564         (poor_ifcvt_candidate_code): Likewise.
19565         (is_feasible_trace): Add some heuristics to determine when path
19566         splitting is profitable.
19567         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
19568         is a diamond with a single exit.
19570 2016-02-05  Martin Sebor  <msebor@redhat.com>
19572         PR c++/69662
19573         * doc/invoke.texi: Update -Wplacement-new to take an optional
19574         argument.
19576 2016-02-06  Richard Henderson  <rth@redhat.com>
19578         PR c/69643
19579         * tree.c (tree_nop_conversion_p): Do not strip casts into or
19580         out of non-standard address spaces.
19582 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
19584         PR rtl-optimization/69691
19585         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
19587 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
19589         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
19590         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
19591         (*ieee128_mfvsrd_64bit): Likewise.
19592         (*ieee128_mfvsrd_32bit): Likewise.
19594 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
19596         PR target/69369
19597         Revert r232560:
19598         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
19600         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
19601         instrumented_version.
19603 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
19605         * doc/invoke.texi (Optimize Options): In table of --param options
19606         rename second occurrence of tracer-min-branch-ratio to
19607         tracer-min-branch-probability, rename
19608         tracer-min-branch-ratio-feedback to
19609         tracer-min-branch-probability-feedback and clarify description,
19610         rename sched-spec-state-edge-prob-cutoff to
19611         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
19612         to selsched-insns-to-rename, rename lto-minpartition to
19613         lto-min-partition, delete reorder-blocks-duplicate and
19614         reorder-blocks-duplicate-feedback.
19616 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19618         * config/s390/s390.c (s390_register_info_set_ranges): Remove
19619         superfluous loops.
19621 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19623         * doc/extend.texi: S/390: Correct some typos.
19625 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19627         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
19629 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19631         PR target/69625
19632         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
19633         (s390_register_info_gprtofpr): Use new macros above.
19634         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
19635         its name.
19636         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
19637         its name.  Adjust restore and save gpr ranges.
19638         (s390_register_info_set_ranges): New function.
19639         (s390_register_info): Use new macros above.  Call
19640         s390_register_info_set_ranges.
19641         (s390_optimize_register_info): Likewise.
19642         (s390_hard_regno_rename_ok): Use new macros.
19643         (s390_hard_regno_scratch_ok): Likewise.
19644         (s390_emit_epilogue): Likewise.
19645         (s390_can_use_return_insn): Likewise.
19646         (s390_optimize_prologue): Likewise.
19647         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
19649 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
19651         PR bootstrap/69677
19652         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
19653         alignment fixes.
19654         (ix86_option_override_internal): Disable TARGET_STV even for
19655         -m{incoming,preferred}-stack-boundary=3.
19657 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
19659         * config.gcc: Mark deprecated rtems targets as obsolete.
19661 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
19663         PR rtl-optimization/64682
19664         PR rtl-optimization/69567
19665         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
19666         before I2 only if the register is both used and set in I2.
19668 2016-02-04  DJ Delorie  <dj@redhat.com>
19670         * config/msp430/msp430.c (msp430_start_function): Add function type.
19672 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
19674         PR fortran/69368
19675         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
19677 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
19679         PR rtl-optimization/69577
19680         Revert:
19681         2015-10-29  Richard Henderson  <rth@redhat.com>
19683         PR target/68124
19684         PR rtl-opt/67609
19685         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
19686         sse check to the exact conditions of PR 67609.
19688 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
19690         PR target/69667
19691         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
19692         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
19693         not allowed into the traditional Altivec registers.
19694         (movtd_64bit_nodm): Likewise.
19695         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
19697 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
19699         * config/aarch64/cortex-a57-fma-steering.c
19700         (aarch64_register_fma_steering): Remove "static" from arguments
19701         to register_pass.
19703 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
19705         PR target/69619
19706         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
19707         twice when complex.
19709 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
19711         * doc/invoke.texi: Delete -mno-fma4.
19713 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
19715         PR rtl-optimization/69577
19716         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
19717         (find_subregs_of_mode): Update accordingly.  Iterate over partial
19718         definitions.
19720 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
19722         * config/arm/arm-protos.h (neon_reinterpret): Remove.
19723         * config/arm/arm.c (neon_reinterpret): Remove.
19724         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
19725         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
19726         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
19727         vreinterpretti): Remove.
19728         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
19729         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
19730         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
19731         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
19732         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
19733         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
19734         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
19735         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
19736         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
19737         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
19738         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
19739         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
19740         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
19741         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
19742         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
19743         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
19744         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
19745         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
19746         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
19747         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
19748         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
19749         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
19750         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
19751         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
19752         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
19753         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
19754         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
19755         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
19756         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
19757         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
19758         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
19759         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
19760         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
19761         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
19762         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
19763         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
19764         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
19765         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
19766         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
19767         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
19768         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
19769         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
19770         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
19771         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
19772         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
19773         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
19774         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
19775         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
19776         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
19777         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
19778         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
19779         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
19780         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
19781         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
19782         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
19783         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
19784         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
19785         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
19786         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
19787         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
19788         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
19789         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
19790         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
19791         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
19792         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
19793         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
19794         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
19795         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
19796         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
19797         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
19798         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
19799         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
19800         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
19801         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
19802         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
19803         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
19804         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
19805         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
19806         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
19807         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
19808         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
19809         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
19810         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
19811         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
19812         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
19813         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
19814         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
19815         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
19816         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
19817         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
19818         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
19819         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
19820         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
19821         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
19822         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
19823         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
19824         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
19825         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
19826         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
19827         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
19828         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
19829         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
19830         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
19832 2016-02-04  Martin Liska  <mliska@suse.cz>
19834         PR sanitizer/69276
19835         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
19836         that are gimple_store_p.
19837         (maybe_instrument_call): Likewise.
19839 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
19841         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
19842         register scaling out of memory reference and comment why.
19844 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19846         PR target/65932
19847         PR target/67714
19848         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
19849         folding the source of a SET.
19851 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19853         PR target/65932
19854         PR target/67714
19855         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
19856         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
19858 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
19860         PR target/65932
19861         PR target/67714
19862         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
19863         HImode.
19865 2016-02-04  Christian Bruel  <christian.bruel@st.com>
19867         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
19868         * config/arm/arm.c (arm_set_current_function): Likewise.
19870 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
19871             Ilya Enkovich  <enkovich.gnu@gmail.com>
19872             H.J. Lu  <hongjiu.lu@intel.com>
19874         PR target/69454
19875         * config/i386/i386.c (convert_scalars_to_vector): Remove
19876         stack alignment fixes.
19877         (ix86_option_override_internal): Disable TARGET_STV if stack
19878         might not be aligned enough.
19879         (ix86_minimum_alignment): Assert that TARGET_STV is false.
19881 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
19883         * config/i386/x86-tune.def: Disable default prefetching
19884         for -march=znver1.
19886 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
19887             Vladimir Makarov  <vmakarov@redhat.com>
19889         PR target/69461
19890         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
19891         in validating fused toc addresses.
19893 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
19895         PR c/69627
19896         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
19897         range->m_caret fields if range->m_show_caret_p is false.
19899         PR target/69644
19900         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
19901         Force oldval into register if it does not satisfy reg_or_short_operand
19902         predicate.  Fix up formatting.
19904 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
19905             Alexandre Oliva  <aoliva@redhat.com>
19907         PR target/69461
19908         * lra-constraints.c (simplify_operand_subreg): Check additionally
19909         address validity after potential reloading.
19910         (process_address_1): Check insns validity.  In case of failure do
19911         nothing.
19913 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
19915         PR target/69118
19916         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
19917         Fix target.
19919 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
19921         * wide-int.cc (canonize_uhwi): New function.
19922         (wi::divmod_internal): Use it.
19924 2016-02-02  James Norris  <jnorris@codesourcery.com>
19926         * gimplify.c (omp_notice_variable): Add usage check.
19928 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
19930         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
19931         like LE, GE, LT, GT when emitting relational operator.
19933 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
19935         * ira-costs.c (find_costs_and_classes): Add extra argument.
19936         * target.def (ira_change_pseudo_allocno_class): Add parameter.
19937         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
19938         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
19939         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
19940         Add best_class parameter, and return it if not ALL_REGS.
19941         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
19942         Add parameter.
19943         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
19944         Update target hook.
19946 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
19948         * config/aarch64/aarch64.c
19949         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
19950         (aarch64_ira_change_pseudo_allocno_class): New function.
19952 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
19954         PR target/67032
19955         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
19957 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
19959         * config/avr/avr.c (avr_option_override): Set
19960         PARAM_ALLOW_STORE_DATA_RACES to 1.
19962 2016-02-02  Richard Biener  <rguenther@suse.de>
19964         PR tree-optimization/69595
19965         * match.pd: Add range test simplifications to true/false.
19967 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
19969         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
19970         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
19971         instead.
19973 2016-02-02  Richard Biener  <rguenther@suse.de>
19975         PR tree-optimization/69606
19976         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
19977         info on the result before moving a stmt.
19979 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
19981         PR middle-end/68542
19982         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
19983         branch with vector comparison.
19984         * config/i386/sse.md (VI48_AVX): New mode iterator.
19985         (define_expand "cbranch<mode>4): Add support for conditional branch
19986         with vector comparison.
19987         * tree-vect-loop.c (optimize_mask_stores): New function.
19988         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
19989         has_mask_store field of vect_info.
19990         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
19991         vectorized loops having masked stores after vec_info destroy.
19992         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
19993         correspondent macros.
19994         (optimize_mask_stores): Add prototype.
19996 2016-02-02  Alan Modra  <amodra@gmail.com>
19998         PR target/69548
19999         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
20000         allow subregs.
20002 2016-02-02  Alan Modra  <amodra@gmail.com>
20004         PR target/68662
20005         * config/rs6000/rs6000.c (need_toc_init): New var, set it
20006         whenever toc_label_name used.
20007         (rs6000_file_start): Don't set up toc section here,
20008         (rs6000_output_function_epilogue): do so here instead,
20009         (rs6000_xcoff_file_start): and here.
20010         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
20011         (load_toc_aix_di): Likewise.
20013 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
20015         PR rtl-optimization/69592
20016         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
20017         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
20018         (num_sign_bit_copies_binary_arith_p): New inline function.
20019         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
20021 2016-02-01  Jeff Law  <law@redhat.com>
20023         PR tree-optimization/69580
20024         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
20025         * tree-ssa-threadbackward.c
20026         (fsm_find_control_statement_thread_paths): Do not try to walk
20027         through large PHI nodes.
20029 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
20031         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
20032         when count is incremented above limit, don't analyze further
20033         insns afterwards.
20035         * omp-low.c (oacc_parse_default_dims): Avoid
20036         -Wsign-compare warning, make sure value fits into int
20037         rather than just unsigned int.
20039 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
20041         PR tree-optimization/67921
20042         * fold-const.c (split_tree): New parameters.  Convert pointer
20043         type variable part to proper type before negating.
20044         (fold_binary_loc): Pass new arguments to split_tree.
20046 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
20048         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
20049         (nvptx_goacc_validate_dims): Extend to handle global defaults.
20050         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
20051         * doc/tm.texti: Rebuilt.
20052         * doc/invoke.texi (fopenacc-dim): Document.
20053         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
20054         (append_compiler_options): Likewise.
20055         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
20056         (oacc_parse_default_dims): New.
20057         (oacc_validate_dims): Add USED arg.  Select non-unity default when
20058         possible.
20059         (oacc_loop_fixed_partitions): Return mask of used partitions.
20060         (oacc_loop_auto_partitions): Emit dump info.
20061         (oacc_loop_partition): Return mask of used partitions.
20062         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
20063         loop partitioning and validation calls.
20065 2016-02-01  Richard Biener  <rguenther@suse.de>
20067         PR middle-end/69556
20068         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
20070 2016-02-01  Richard Biener  <rguenther@suse.de>
20072         PR tree-optimization/69574
20073         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
20074         of asserting return chrec_dont_know.
20076 2016-02-01  Martin Liska  <mliska@suse.cz>
20078         * mem-stats-traits.h: Add copyright header.
20079         * mem-stats.h: Likewise.
20081 2016-02-01  Richard Biener  <rguenther@suse.de>
20083         PR tree-optimization/69579
20084         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
20085         Do not propagate through abnormal PHI results.
20087 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
20089         * postreload.c (reload_cse_simplify): Remove dead code.
20091 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
20093         PR rtl-optimization/69570
20094         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
20095         if there is more than one set, not if there is a single set.
20097 2016-02-01  Richard Henderson  <rth@redhat.com>
20099         PR rtl-opt/69535
20100         * combine.c (make_compound_operation): When looking through a
20101         subreg, make sure to re-extend to the width of the outer mode.
20103 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
20105         PR tree-optimization/69546
20106         * wide-int.cc (wi::divmod_internal): For unsigned division
20107         where both operands fit into uhwi, if o1 is 1 and o0 has
20108         msb set, if divident_prec is larger than bits per hwi,
20109         clear another quotient word and return 2 instead of 1.
20110         Similarly for remainder with msb in HWI set, if dividend_prec
20111         is larger than bits per hwi.
20113 2016-01-29  Martin Jambor  <mjambor@suse.cz>
20115         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
20116         Use short lowercase names.
20117         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
20118         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
20119         acq_rel one.  Protect warning agains segfaults if
20120         get_memory_order_name returns NULL.
20121         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
20122         with release semantics.  Do not warn if get_memory_order already did.
20123         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
20124         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
20125         if get_memory_order already did.
20127 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
20129         * doc/install.texi: Document that isl-0.16 is supported.
20131 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
20133         PR target/69299
20134         * config/i386/constraints.md (Bm): Describe as special memory
20135         constraint.
20136         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
20137         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
20138         * genpreds.c (struct constraint_data): Add is_special_memory.
20139         (have_special_memory_constraints, special_memory_start): New
20140         static vars.
20141         (special_memory_end): Ditto.
20142         (add_constraint): Add new arg is_special_memory.  Add code to
20143         process its true value.  Update have_special_memory_constraints.
20144         (process_define_constraint): Pass the new arg.
20145         (process_define_register_constraint): Ditto.
20146         (choose_enum_order): Process special memory.
20147         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
20148         function insn_extra_special_memory_constraint.
20149         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
20150         * gensupport.c (process_rtx): Process
20151         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
20152         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
20153         * ira-lives.c (single_reg_class): Use
20154         insn_extra_special_memory_constraint.
20155         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
20156         * lra-constraints.c (process_alt_operands): Ditto.
20157         (curr_insn_transform): Use insn_extra_special_memory_constraint.
20158         * recog.c (asm_operand_ok, preprocess_constraints): Process
20159         CT_SPECIAL_MEMORY.
20160         * reload.c (find_reloads): Ditto.
20161         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
20162         * stmt.c (parse_input_constraint): Use
20163         insn_extra_special_memory_constraint.
20165 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20167         PR target/69530
20168         * lra-splill.c (lra_final_code_change): Revert r229087 by
20169         removing all sub-registers.
20171 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
20173         PR target/65604
20174         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
20176 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
20178         PR target/69551
20179         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
20180         SSE1, copy target into the temporary reg first before recursing
20181         on it.
20183 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20185         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
20186         with vm.
20188 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
20190         * ginclude/stdarg.h: Test __cplusplus instead of
20191         __GXX_EXPERIMENTAL_CXX0X__.
20193 2016-01-29  Richard Biener  <rguenther@suse.de>
20195         PR tree-optimization/69547
20196         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
20197         Do not mark clobbers necessary.
20198         (mark_all_reaching_defs_necessary_1): Likewise.
20200 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20202         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
20203         declaration name with %qs and print it in both error messages.
20204         Also fix indentation.
20206 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20208         PR other/69006
20209         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
20210         trailing blank line from error message.
20212 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
20214         PR c++/69462
20215         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
20216         for C++-11.
20218 2016-01-29  Richard Biener  <rguenther@suse.de>
20220         PR middle-end/69537
20221         * match.pd: Allow all integral types when simplifying a
20222         widening or sign-changing conversion.
20224 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
20226         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
20227         back to setting codegen_error to fail codegen.
20229 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
20231         PR target/69459
20232         * config/i386/constraints.md (C): Only accept constant zero operand.
20233         (BC): New constraint.
20234         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
20235         instead of C constraint.
20236         * doc/md.texi (Machine Constraints): Update description
20237         of C constraint.
20239 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
20241         PR target/68400
20242         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
20244 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
20246         PR middle-end/69542
20247         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
20248         non-debug insns.
20250 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
20252         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
20253         branches if using guessed profile.
20255 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
20257         * graphite-optimize-isl.c (optimize_isl): Fix dump.
20259 2016-01-28  Richard Henderson  <rth@redhat.com>
20261         PR target/69305
20262         * config/aarch64/aarch64-modes.def (CC_Cmode): New
20263         * config/aarch64/aarch64-protos.h: Update.
20264         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
20265         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
20266         (aarch64_get_condition_code_1): Handle CC_Cmode.
20267         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
20268         (*add<mode>3_compareC_cconly_imm): New.
20269         (*add<mode>3_compareC_cconly): New.
20270         (*add<mode>3_compareC_imm): New.
20271         (add<mode>3_compareC): New.
20272         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
20273         to be first.  Use aarch64_carry_operation.
20274         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
20275         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
20276         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
20277         (subti3): Use subdi3_compare1.
20278         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
20279         (sub<mode>3_compare1): New.
20280         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
20281         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
20282         (*subsi3_carryin_uxtw): Likewise.
20283         (*ngc<mode>, *ngcsi_uxtw): Likewise.
20284         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
20285         * config/aarch64/iterators.md (DWI): New.
20286         * config/aarch64/predicates.md (aarch64_carry_operation): New.
20287         (aarch64_borrow_operation): New.
20289 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
20291         * graphite-optimize-isl.c (optimize_isl): Print a different debug
20292         message when isl does not return a valid schedule.
20294 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
20296         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
20297         Remove comments from class declarations: they are already in the code
20298         close by the defs.
20300 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
20302         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
20303         codegen_error_p.
20304         (ternary_op_to_tree): Same.
20305         (unary_op_to_tree): Same.
20306         (nary_op_to_tree): Same.
20307         (gcc_expression_from_isl_expr_op): Same.
20308         (gcc_expression_from_isl_expression): Same.
20309         (graphite_create_new_loop): Same.
20310         (graphite_create_new_loop_guard): Same.
20311         (build_iv_mapping): Same.
20312         (graphite_create_new_guard): Same.
20313         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
20314         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
20316 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
20318         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
20319         instead of setting codegen_error to fail codegen.
20321 2016-01-28  Jason Merrill  <jason@redhat.com>
20323         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
20325 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
20327         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
20328         Remove CONST_INT_P check in CCMP cost calculation.
20330 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
20332         * config/aarch64/aarch64.c (generic_vector_cost):
20333         Set vec_permute_cost.
20334         (cortexa57_vector_cost): Likewise.
20335         (exynosm1_vector_cost): Likewise.
20336         (xgene1_vector_cost): Likewise.
20337         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
20338         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
20339         Add vec_permute_cost entry.
20341 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
20343         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
20344         immediate as %1.
20345         (add<mode>3_compare0): Likewise.
20346         (addsi3_compare0_uxtw): Likewise.
20347         (add<mode>3nr_compare0): Likewise.
20348         (compare_neg<mode>): Likewise.
20349         (<optab><mode>3): Likewise.
20351 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
20353         * tree-vect-stmts.c (vectorizable_comparison): Add
20354         NULL check for vectype.
20356 2016-01-28  Richard Biener  <rguenther@suse.de>
20358         PR tree-optimization/69466
20359         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
20360         Account for PHIs we couldn't duplicate.
20362 2016-01-28  Martin Liska  <mliska@suse.cz>
20364         PR pch/68758
20365         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
20366         instead of ENABLE_VALGRIND_CHECKING.
20368 2016-01-27  Richard Henderson  <rth@redhat.com>
20370         PR rtl-opt/69447
20371         * lra-remat.c (subreg_regs): New.
20372         (dump_candidates_and_remat_bb_data): Dump it.
20373         (operand_to_remat): Reject if operand in subreg_regs.
20374         (set_bb_regs): Collect subreg_regs.
20375         (lra_remat): Init and free subreg_regs.  Compute
20376         calculate_local_reg_remat_bb_data before create_cands.
20378 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
20380         PR target/68986
20381         * config/i386/i386.c (ix86_update_stack_boundary): Don't
20382         change stack_alignment_needed for __tls_get_addr call.
20384 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
20386         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
20388 2016-01-27  Jeff Law  <law@redhat.com>
20390         PR tree-optimization/68398
20391         PR tree-optimization/69196
20392         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
20393         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
20394         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
20395         Only count PHIs in the last block in the path.  The others will
20396         const/copy propagate away.  Add heuristic to allow more irreducible
20397         subloops to be created when it is likely profitable to do so.
20399         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
20400         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
20401         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
20403 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
20405         PR lto/69254
20406         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
20407         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
20408         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
20409         * tree-streamer-in.c: Include asan.h.
20410         (streamer_get_builtin_tree): For builtins in sanitizer
20411         range call initialize_sanitizer_builtins and retry.
20413 2016-01-27  Ian Lance Taylor  <iant@google.com>
20415         * common.opt (fkeep-gc-roots-live): New undocumented option.
20416         * tree-ssa-loop-ivopts.c (add_candidate_1): If
20417         -fkeep-gc-roots-live, skip pointers.
20418         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
20419         NULL.
20421 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
20423         PR target/69512
20424         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
20425         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
20427 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
20429         PR target/68380
20430         * configure.ac: NetBSD provides SSP in its C library.
20431         * configure: Updated.
20433 2016-01-27  Richard Biener  <rguenther@suse.de>
20435         PR tree-optimization/69166
20436         * tree-vect-loop.c (vect_is_simple_reduction): Always check
20437         reduction code for commutativity / associativity.
20439 2016-01-27  Martin Jambor  <mjambor@suse.cz>
20441         PR tree-optimization/69355
20442         * tree-sra.c (analyze_access_subtree): Correct hole detection when
20443         total_scalarization fails.
20445 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
20447         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
20448         power9.
20450 2016-01-27  Christian Bruel  <christian.bruel@st.com>
20452         PR target/69245
20453         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
20454         Move arm_reset_previous_fndecl and set_target_option_current_node in
20455         the conditional part.  Call save_restore_target_globals.
20456         * config/arm/arm.c (arm_set_current_function):
20457         Refactor to better support #pragma target and attribute mix.
20458         Call save_restore_target_globals.
20459         * config/arm/arm-protos.h (save_restore_target_globals): New function.
20461 2016-01-27  Martin Liska  <mliska@suse.cz>
20463         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
20464         reference for an HSA kernel and its host function.
20466 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
20468         PR tree-optimization/69399
20469         * wide-int.h (wi::lrshift): For larger precisions, only
20470         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
20472 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
20474         * config/arc/predicates.md (proper_comparison_operator): Reject
20475         constant-constant comparison.
20477 2016-01-26  Tom de Vries  <tom@codesourcery.com>
20479         PR tree-optimization/69110
20480         * tree-data-ref.c (initialize_data_dependence_relation): Handle
20481         DR_NUM_DIMENSIONS == 0.
20483 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
20484             Sebastian Pop  <s.pop@samsung.com>
20486         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
20487         isl_ast_op_cond and isl_ast_op_select.
20488         (gcc_expression_from_isl_expr_op): Same.
20490 2016-01-26  Jason Merrill  <jason@redhat.com>
20492         PR c++/68782
20493         * tree.c (recompute_constructor_flags): Split out from
20494         build_constructor.
20495         (verify_constructor_flags): New.
20496         * tree.h: Declare them.
20498 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
20500         PR rtl-optimization/69217
20501         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
20502         are no TYPE_FIELDS set for the record type.
20504 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20506         PR target/68662
20507         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
20508         toc_label_name unconditionally.
20509         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
20510         SYMBOL_REF string.  Use toc_label_name instead of constructing
20511         LCTOC1.
20512         (rs6000_elf_declare_function_name): Use toc_label_name instead of
20513         constructing LCTOC1.
20515 2016-01-26  Martin Sebor  <msebor@redhat.com>
20517         PR other/69477
20518         * doc/extend.texi (Common Type Attributes): Move text that talks about
20519         attribute packed from attribute aligned to the section discussing
20520         the former attribute for clarity.
20522 2016-01-26  Richard Henderson  <rth@redhat.com>
20524         PR middle-end/60908
20525         * trans-mem.c (tm_region_init): Mark entry block as visited.
20527 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
20529         PR other/69006
20530         * diagnostic-show-locus.c (layout::print_source_line): Replace
20531         call to pp_newline with call to layout::print_newline.
20532         (layout::print_annotation_line): Likewise.
20533         (layout::move_to_column): Likewise.
20534         (layout::print_any_fixits): After printing any fixits, print a
20535         trailing newline, if necessary.
20536         (layout::print_newline): New method, resetting any colorization
20537         before a newline.
20538         (diagnostic_show_locus): Move the pp_newline to before the
20539         early bailout.  Remove dummy block enclosing the layout instance.
20540         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
20541         of pp_newline_and_flush with pp_flush.
20542         (diagnostic_append_note): Delete use of pp_newline.
20543         (diagnostic_append_note_at_rich_loc): Delete.
20544         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
20545         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
20546         when newline characters are added to the buffer.
20548 2016-01-26  Michael Matz  <matz@suse.de>
20550         * configure.ac (ac_cv_std_swap_in_utility): New test.
20551         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
20552         * configure: Regenerate.
20553         * config.in: Regenerate.
20555 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
20557         * config/arc/arc.md (cstoresi4): Force operand into register.
20558         (arcset<code>): Fix predicate.
20559         (arcsetltu): Likewise.
20560         (arcsetgeu): Likewise.
20561         (arcsethi): Likewise.
20562         (arcsetls): Likewise.
20564 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20566         PR tree-optimization/69483
20567         * gimple-fold.c (canonicalize_constructor_val): Return NULL
20568         if base has error_mark_node type.
20570 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
20572         PR target/68620
20573         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
20574         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
20575         New helper macros.
20576         (vget_lane_f16): Handle big-endian.
20577         (vgetq_lane_f16): Likewise.
20578         (vset_lane_f16): Likewise.
20579         (vsetq_lane_f16): Likewise.
20580         * config/arm/iterators.md (VQXMOV): Add V8HF.
20581         (VDQ): Add V4HF and V8HF.
20582         (V_reg): Handle V4HF and V8HF.
20583         (Is_float_mode): Likewise.
20584         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
20585         neon_vdup_nv8hf): New patterns.
20586         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
20587         Use VD_LANE iterator.
20588         (neon_vld1_dup<mode>): Use VQ2 iterator.
20590 2016-01-26  Nathan Sidwell  <nathan@acm.org>
20592         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
20593         (set_oacc_fn_attrib): Add IS_KERNEL arg.
20594         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
20595         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
20596         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
20597         (oacc_validate_dims): Add LEVEL arg, don't return level.
20598         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
20599         oacc_validate_dims.
20600         (execute_oacc_device_lower): Adjust, add more dump output.
20601         * tree-ssa-loop.c (gate_oacc_kernels): Use
20602         oacc_fn_attrib_kernels_p.
20603         * tree-parloops.c (create_parallel_loop): Adjust
20604         set_oacc_fn_attrib call.
20606 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20608         PR lto/69254
20609         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
20610         (append_compiler_options): Handle -fcilkplus.
20611         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
20613 2016-01-26  Nick Clifton  <nickc@redhat.com>
20615         PR target/66655
20616         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
20617         been marked as DECL_ONE_ONLY but we do not the means to make it
20618         so, then do not allow it to bind locally.
20620 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20622         PR lto/69254
20623         * opts.h (parse_sanitizer_options): New prototype.
20624         * opts.c (sanitizer_opts): New array.
20625         (parse_sanitizer_options): New function.
20626         (common_handle_option): Use parse_sanitizer_options.
20628 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
20630         PR target/68986
20631         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
20632         alignment adjustment to ...
20633         (ix86_update_stack_boundary): Here.  Don't over-align stack for
20634         __tls_get_addr.
20635         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
20636         if __tls_get_addr is called.
20638 2016-01-26  Christian Bruel  <christian.bruel@st.com>
20640         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
20642 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
20644         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
20646 2016-01-26  Richard Biener  <rguenther@suse.de>
20648         PR middle-end/69467
20649         * match.pd: Guard X * CST CMP 0 pattern with single_use.
20651 2016-01-26  Richard Biener  <rguenther@suse.de>
20653         PR tree-optimization/69452
20654         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
20655         (move_computations_dom_walker::before_dom_children): Rename
20656         to ...
20657         (move_computations_worker): This.
20658         (move_computations): Perform an RPO rather than a DOM walk.
20660 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20662         PR target/69442
20663         * combine.c (combine_instructions): For REG_EQUAL note with
20664         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
20665         to the underlying register.
20666         * doc/rtl.texi (REG_EQUAL): Document the behavior of
20667         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
20669 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
20671         PR target/67896
20672         * config/aarch64/aarch64-builtins.c
20673         (aarch64_init_simd_builtin_types): Do not set structural
20674         equality to __Poly{8,16,64,128}_t types.
20676 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
20678         PR tree-optimization/69400
20679         * wide-int.cc (wi_pack): Take the precision as argument and
20680         perform canonicalization here rather than in the callers.
20681         Use the main loop to handle all full-width HWIs.  Add a
20682         zero HWI if in_len isn't a full result.
20683         (wi::divmod_internal): Update accordingly.
20684         (wi::mul_internal): Likewise.  Simplify.
20686 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
20687             Sebastian Pop  <s.pop@samsung.com>
20689         * graphite-poly.c (apply_poly_transforms): Simplify.
20690         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
20691         (print_isl_map): Same.
20692         (print_isl_union_map): Same.
20693         (print_isl_schedule): New.
20694         (debug_isl_schedule): New.
20695         * graphite-dependences.c (scop_get_reads): Do not call
20696         isl_union_map_add_map that is undocumented isl functionality.
20697         (scop_get_must_writes): Same.
20698         (scop_get_may_writes): Same.
20699         (scop_get_original_schedule): Remove.
20700         (scop_get_dependences): Do not call isl_union_map_compute_flow that
20701         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
20702         (compute_deps): Remove.
20703         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
20704         (debug_schedule_ast): New.
20705         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
20706         set_separate_option.
20707         (graphite_regenerate_ast_isl): Add dump.
20708         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
20709         from scop->transformed_schedule.
20710         (graphite_regenerate_ast_isl): Add more dump.
20711         * graphite-optimize-isl.c (optimize_isl): Set
20712         scop->transformed_schedule.  Check whether schedules are equal.
20713         (apply_poly_transforms): Move here.
20714         * graphite-poly.c (apply_poly_transforms): ... from here.
20715         (free_poly_bb): Static.
20716         (free_scop): Static.
20717         (pbb_number_of_iterations_at_time): Remove.
20718         (print_isl_ast): New.
20719         (debug_isl_ast): New.
20720         (debug_scop_pbb): New.
20721         * graphite-scop-detection.c (print_edge): Move.
20722         (print_sese): Move.
20723         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
20724         (build_scop_scattering): Remove.
20725         (create_pw_aff_from_tree): Assert instead of bailing out.
20726         (add_condition_to_pbb): Remove unused code, do not fail.
20727         (add_conditions_to_domain): Same.
20728         (add_conditions_to_constraints): Remove.
20729         (build_scop_context): New.
20730         (add_iter_domain_dimension): New.
20731         (build_iteration_domains): Initialize pbb->iterators.
20732         Call add_conditions_to_domain.
20733         (nested_in): New.
20734         (loop_at): New.
20735         (index_outermost_in_loop): New.
20736         (index_pbb_in_loop): New.
20737         (outermost_pbb_in): New.
20738         (add_in_sequence): New.
20739         (add_outer_projection): New.
20740         (outer_projection_mupa): New.
20741         (add_loop_schedule): New.
20742         (build_schedule_pbb): New.
20743         (build_schedule_loop): New.
20744         (embed_in_surrounding_loops): New.
20745         (build_schedule_loop_nest): New.
20746         (build_original_schedule): New.
20747         (build_poly_scop): Call build_original_schedule.
20748         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
20749         (free_poly_dr): Remove.
20750         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
20751         (free_poly_bb): Remove.
20752         (debug_loop_vec): Remove.
20753         (print_isl_ast): Declare.
20754         (debug_isl_ast): Declare.
20755         (scop_do_interchange): Remove.
20756         (scop_do_strip_mine): Remove.
20757         (scop_do_block): Remove.
20758         (flatten_all_loops): Remove.
20759         (optimize_isl): Remove.
20760         (pbb_number_of_iterations_at_time): Remove.
20761         (debug_scop_pbb): Declare.
20762         (print_schedule_ast): Declare.
20763         (debug_schedule_ast): Declare.
20764         (struct scop): Remove schedule.  Add original_schedule,
20765         transformed_schedule.
20766         (free_gimple_poly_bb): Remove.
20767         (print_generated_program): Remove.
20768         (debug_generated_program): Remove.
20769         (unify_scattering_dimensions): Remove.
20770         * sese.c (print_edge): ... here.
20771         (print_sese): ... here.
20772         (debug_edge): ... here.
20773         (debug_sese): ... here.
20774         * sese.h (print_edge): Declare.
20775         (print_sese): Declare.
20776         (dump_edge): Declare.
20777         (dump_sese): Declare.
20779 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
20780             Sebastian Pop  <s.pop@samsung.com>
20782         * Makefile.in: Set ISLVER in site.exp.
20784 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
20786         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
20787         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
20788         through DECL_VALUE_EXPR for expansion.
20790 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20792         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
20793         the frame info after reload completed.
20795 2016-01-25  Jeff Law  <law@redhat.com>
20797         PR tree-optimization/69196
20798         PR tree-optimization/68398
20799         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
20800         tree-ssa-threadupdate.c.
20801         (determine_bb_domination_status): Prototype
20802         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
20803         (determine_bb_domination_status): No longer static.
20804         (valid_jump_thread_path): Remove code to detect characteristics
20805         of the jump thread path not associated with correctness.
20806         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
20807         Correct test for thread path length.  Count PHIs for real operands as
20808         statements that need to be copied.  Do not count ASSERT_EXPRs.
20809         Look at all the blocks in the thread path.  Compute and selectively
20810         filter thread paths based on threading through the latch, threading
20811         a multiway branch or crossing a multiway branch.
20813 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20815         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
20816         decl with __attribute__ ((unused)) annotation.
20818 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
20820         PR target/69421
20821         * tree-vect-stmts.c (vectorizable_condition): Check vectype
20822         of operands is compatible with a statement vectype.
20824 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
20826         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
20827         improve wording for mixed storage order support.
20829 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
20831         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
20832         (vcvt_u64_f64): Likewise.
20833         (vcvta_s64_f64): Likewise.
20834         (vcvta_u64_f64): Likewise.
20835         (vcvtm_s64_f64): Likewise.
20836         (vcvtm_u64_f64): Likewise.
20837         (vcvtn_s64_f64): Likewise.
20838         (vcvtn_u64_f64): Likewise.
20839         (vcvtp_s64_f64): Likewise.
20840         (vcvtp_u64_f64): Likewise.
20842 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
20844         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
20845         (arc_init): Check validity mll64 option.
20846         (arc_save_restore): Use double load/store instruction.
20847         (arc_expand_movmem): Likewise.
20848         (arc_split_move): Don't split if we have double load/store
20849         instructions. Returns a boolean.
20850         (arc_process_double_reg_moves): Change function to return boolean
20851         instead of a sequence of instructions.
20852         (arc_dwarf_register_span): New function.
20853         * config/arc/arc-protos.h (arc_split_move): Change prototype.
20854         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
20855         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
20856         (*movdf_insn): Likewise.
20857         * config/arc/arc.opt (mll64): New option.
20858         * config/arc/predicates.md (even_register_operand): New predicate.
20859         * doc/invoke.texi (ARC Options): Add mll64 documentation.
20861 2016-01-25  Richard Biener  <rguenther@suse.de>
20863         PR lto/69393
20864         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
20865         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
20866         DECL_NAMELESS.
20867         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
20869 2016-01-25  Richard Biener  <rguenther@suse.de>
20871         PR tree-optimization/69376
20872         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
20873         flag.
20874         (VN_INFO_ANTI_RANGE_P): New inline.
20875         (VN_INFO_RANGE_TYPE): Likewise.
20876         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
20877         SSA_NAME_ANTI_RANGE_P.
20878         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
20879         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
20880         Properly query VN_INFO_RANGE_TYPE.
20882 2016-01-25  Nick Clifton  <nickc@redhat.com>
20884         PR target/66655
20885         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
20887 2016-01-23  Tom de Vries  <tom@codesourcery.com>
20889         PR tree-optimization/69426
20890         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
20891         removed clobber.
20893 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
20895         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
20896         "the the" with "the" in the comments.
20897         * ipa-devirt.c (build_type_inheritance_graph,
20898         update_type_inheritance_graph): Likewise.
20899         * tree.c (build_function_type_list_1): Likewise.
20900         * cfgloopmanip.c (scale_loop_profile): Likewise.
20901         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
20902         * gimple-ssa-split-paths.c
20903         (find_block_to_duplicate_for_splitting_paths): Likewise.
20904         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
20905         * expr.c (convert_move): Likewise.
20906         * var-tracking.c (vt_stack_adjustments): Likewise.
20907         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
20908         * tree-vrp.c (test_for_singularity): Likewise.
20910         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
20911         directly instead of building a temporary tree.
20913         PR bootstrap/69434
20914         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
20915         remove <algorithm> include.
20917 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
20919         PR target/69432
20920         * config/i386/i386.c: Include dojump.h.
20921         (expand_small_movmem_or_setmem,
20922         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
20923         fixes.
20924         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
20925         if dynamic_check != -1.
20927 2016-01-21  Jeff Law  <law@redhat.com>
20929         PR middle-end/69347
20930         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
20931         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
20932         into dominated_by_p.
20933         (cprop_into_successor_phis): Avoid unnecessary tests.
20935 2016-01-22  Richard Henderson  <rth@redhat.com>
20937         PR target/69416
20938         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
20939         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
20941 2016-01-22  Michael Matz  <matz@suse.de>
20943         * system.h (string, algorithm): Include only conditionally.
20944         (new): Include always under C++.
20945         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
20946         * final.c (toplevel): Ditto.
20947         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
20948         * genconditions.c (write_header): Make gencondmd.c define
20949         INCLUDE_STRING.
20950         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
20952         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
20953         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
20955 2016-01-22  Christian Bruel  <christian.bruel@st.com>
20957         PR target/68674
20958         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
20960 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20962         PR target/69403
20963         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
20964         define_insn_and_split.  Ensure operands[1] and operands[0] do not
20965         get assigned the same register.
20967 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
20969         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
20971 2016-01-22  Christian Bruel  <christian.bruel@st.com>
20973         * config/arm/arm-c.c (arm_pragma_target_parse):
20974         Remove warn_builtin_macro_redefined overwrite.
20976 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
20978         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
20979         flag_non_call_exceptions compatibility.
20981 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
20983         PR debug/66668
20984         * dwarf2out.c (add_child_die_after): New function.
20985         (dwarf_qual_info_t): New type.
20986         (dwarf_qual_info): New variable.
20987         (qualified_die_p): New function.
20988         (modified_type_die): For -fdebug-types-section, ensure
20989         canonical order of qualifiers.  Put qualified DIEs adjacent
20990         to the corresponding non-qualified type DIE and search there
20991         for existing qualified DIEs.
20993 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
20995         * doc/extend.texi (scalar_storage_order type attribute): Document
20996         restriction on type punning and aliasing, and remove future tense.
20998 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
21000         PR target/69252
21001         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
21002         first stage.
21004 2016-01-21  Jeff Law  <law@redhat.com>
21006         PR middle-end/69347
21007         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
21008         useless call to record_temporary_equivalences.
21009         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
21010         allocate 10 slots in the bb_path vector and let it grow as needed.
21011         (fsm_find_control_statement_thread_paths): Similarly for the next_path
21012         vector.
21014 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
21016         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
21017         Detangle.
21018         * configure: Regenerate.
21020 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
21022         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
21023         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
21025 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
21027         PR middle-end/66178
21028         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
21029         drop EXPAND_INITIALIZER.
21030         * rtl.h (contains_symbolic_reference_p): Declare.
21031         * rtlanal.c (contains_symbolic_reference_p): New function.
21032         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
21033         a subtraction into a NOT if symbolic constants are involved.
21035 2016-01-21  Anton Blanchard  <anton@samba.org>
21036             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21038         PR target/63354
21039         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
21040         #define.
21041         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
21042         function.
21044 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
21046         * config/microblaze/microblaze.c
21047         (get_branch_target): New.
21048         (insert_wic_for_ilb_runout): New.
21049         (insert_wic): New.
21050         (microblaze_machine_dependent_reorg): New.
21051         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
21052         * config/microblaze/microblaze.md
21053         (UNSPEC_IPREFETCH): Define.
21054         (iprefetch): New pattern
21055         * config/microblaze/microblaze.opt
21056         (mxl-prefetch): New flag.
21058 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
21060         * config/microblaze/microblaze.h
21061         (FIXED_REGISTERS): Update in macro.
21062         (CALL_USED_REGISTERS): Update in macro.
21064 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
21066         PR rtl-optimization/68920
21067         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
21068         moves.
21070 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
21072         PR rtl-optimization/68990
21073         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
21074         pseudo instead of inheritance ones.
21076 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21077             Nick Clifton  <nickc@redhat.com>
21079         PR target/69129
21080         PR target/69012
21081         * config/mips/mips.c (mips_compute_frame_info): Initialise
21082         args_size and hard_frame_pointer_offset fields of the frame
21083         structure before calling mips_global_pointer.
21085 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
21087         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
21088         label reference.
21089         * configure: Regenerate.
21091 2016-01-21  Richard Biener  <rguenther@suse.de>
21093         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
21095 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
21097         * config/s390/s390.c (s390_asm_declare_function_size): Add code
21098         to actually emit the .size directive.
21100 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
21101              Jakub Jelinek  <jakub@redhat.com>
21103         PR target/69187
21104         PR target/65624
21105         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
21106         args array size by one to avoid buffer overflow.
21108 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
21110         * config/s390/s390.md (pool_section_start): Use switch_to_section
21111         to select proper read-only data section instead of hardcoding
21112         .rodata.
21113         (pool_section_end): Use switch_to_section to match the above.
21115 2016-01-21  Richard Biener  <rguenther@suse.de>
21117         PR tree-optimization/69378
21118         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
21119         (set_ssa_val_to): Use it for dominance checks taking into
21120         account not executable edges.
21122 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
21124         PR c++/69355
21125         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
21126         for bitsize instead of GET_MODE_PRECISION (mode).
21128 2016-01-20  Martin Sebor  <msebor@redhat.com>
21130         PR c/52291
21131         * extend.texi (__sync Builtins): Clarify the semantics of
21132         __sync_fetch_and_OP built-ins on pointers.
21133         (__atomic Builtins): Same.
21135 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21136             Sebastian Pop  <s.pop@samsung.com>
21138         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
21139         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
21140         (is_valid_rename): Same.
21141         (translate_isl_ast_to_gimple::get_rename): Same.
21142         (translate_isl_ast_to_gimple::rename_all_uses): Same.
21143         (translate_isl_ast_to_gimple::rename_uses): Same.
21144         (get_new_name): Check for close_phi nodes.
21145         (copy_loop_phi_args): Use phi_node_kind.
21146         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
21147         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
21149 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21150             Sebastian Pop  <s.pop@samsung.com>
21152         Revert commit r229783.
21153         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
21154         Remove use of parameter_rename_map.
21155         (copy_def): Remove.
21156         (copy_internal_parameters): Remove.
21157         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
21158         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
21159         (free_sese_info): Do not free parameter_rename_map.
21160         (set_rename): Do not use parameter_rename_map.
21161         (rename_uses): Update call to set_rename.
21162         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
21163         * sese.h (parameter_rename_map_t): Remove.
21164         (struct sese_info_t): Remove field parameter_rename_map.
21166 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21167             Sebastian Pop  <s.pop@samsung.com>
21169         * graphite-isl-ast-to-gimple.c: Fix comment.
21170         * graphite-scop-detection.c (defined_in_loop_p): New.
21171         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
21172         names defined in loop.
21174 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21175             Sebastian Pop  <s.pop@samsung.com>
21177         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
21178         Discard unstructured if-then-else regions.
21180 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21181             Sebastian Pop  <s.pop@samsung.com>
21183         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
21184         (cleanup_loop_iter_dom): Remove.
21185         (build_loop_iteration_domains): Remove.
21186         (build_scop_context): Remove.
21187         (build_scop_iteration_domain): Remove.
21188         (add_loop_constraints): New.
21189         (build_iteration_domains): New.
21190         (build_poly_scop): Call build_iteration_domains.
21192 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21193             Sebastian Pop  <s.pop@samsung.com>
21195         * graphite-scop-detection.c
21196         (scop_detection::harmful_loop_in_region): Free dom and loops.
21197         (scop_detection::loop_body_is_valid_scop): Free bbs.
21199 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21200             Sebastian Pop  <s.pop@samsung.com>
21202         * graphite-scop-detection.c (record_loop_in_sese): New.
21203         (gather_bbs::before_dom_children): Call record_loop_in_sese.
21204         (build_scops): Remove call to build_sese_loop_nests.
21205         * sese.c (sese_record_loop): Remove.
21206         (build_sese_loop_nests): Remove.
21207         (new_sese_info): Remove region->loops.
21208         (free_sese_info): Same.
21209         * sese.h (sese_contains_loop): Same.
21210         (build_sese_loop_nests): Remove.
21211         (sese_contains_loop): Remove.
21213 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21214             Sebastian Pop  <s.pop@samsung.com>
21216         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
21217         loop_is_valid_in_scop.
21218         (scop_detection::harmful_stmt_in_region): Renamed
21219         harmful_loop_in_region.
21220         Call loop_is_valid_in_scop.
21222 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21223             Sebastian Pop  <s.pop@samsung.com>
21225         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
21226         isl_ast_node_mark.
21228 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21229             Sebastian Pop  <s.pop@samsung.com>
21231         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
21232         * graphite.h (struct poly_bb): Remove field is_reduction.
21233         (PBB_IS_REDUCTION): Remove.
21235 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21236             Sebastian Pop  <s.pop@samsung.com>
21238         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
21239         (add_pdr_constraints): Same.
21240         (scop_get_reads): Same.
21241         (scop_get_must_writes): Same.
21242         (scop_get_may_writes): Same.
21243         (scop_get_original_schedule): Same.
21244         (extend_schedule): Same.
21245         (apply_schedule_on_deps): Same.
21246         (carries_deps): Same.
21247         (compute_deps): Same.
21248         (scop_get_dependences): Same.
21249         * graphite-isl-ast-to-gimple.c
21250         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
21251         * graphite-optimize-isl.c (get_schedule_for_band): Same.
21252         (get_schedule_for_band_list): Same.
21253         (get_schedule_map): Same.
21254         (apply_schedule_map_to_scop): Same.
21255         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
21256         (build_loop_iteration_domains): Same.
21257         (add_condition_to_pbb): Same.
21258         (add_param_constraints): Same.
21259         (pdr_add_memory_accesses): Same.
21260         (pdr_add_data_dimensions): Same.
21262 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
21264         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
21265         requirements.
21267 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
21269         * common.opt (feliminate-dwarf2-dups): Replace references to
21270         "DWARF 2" with just "DWARF".
21271         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
21272         * doc/extend.texi: Likewise.
21273         * doc/cpp.texi: Likewise.
21274         * doc/invoke.texi: Likewise.
21275         (Option Summary): Add -gdwarf to list of Debugging Options.
21276         (Debugging Options): Document -gdwarf.
21277         * doc/contrib.texi: Spell "DWARF" like that.
21279 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
21281         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
21282         warning.  Fix up formatting.
21284         PR middle-end/67653
21285         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
21286         attempt to mark memory input operand addressable and
21287         call prepare_gimple_addressable in that case.  Don't adjust
21288         input_location for diagnostics, use error_at instead.
21290 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
21292         * config/rs6000/ppc-auxv.h: New file.
21293         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
21294         (cpu_is): Likewise.
21295         (cpu_supports): Likewise.
21296         * config/rs6000/rs6000.c: include "ppc-auxv.h".
21297         (cpu_is_info): New variable.
21298         (cpu_supports_info): Likewise.
21299         (tcb_verification_symbol): Likewise.
21300         (cpu_builtin_p): Likewise.
21301         (cpu_expand_builtin): New function.
21302         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
21303         (rs6000_init_builtins): Likewise.
21304         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
21305         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
21306         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
21307         * configure: Regenerate.
21308         * config.in: Likewise.
21309         * doc/extend.texi (PowerPC Built-in Functions): Document
21310         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
21312 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
21314         PR target/68609
21315         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
21316         domain check.
21317         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
21318         for V4SFmode.
21320 2016-01-20  Richard Henderson  <rth@redhat.com>
21322         PR bootstrap/69343
21323         PR bootstrap/69339
21324         PR tree-opt/68964
21325         Revert:
21326         * tree.c (tm_define_builtin): New.
21327         (find_tm_vector_type): New.
21328         (build_tm_vector_builtins): New.
21329         (build_common_builtin_nodes): Call it.
21331 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
21333         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
21334         (arm_fp_ok): Likewise.
21335         (arm_fp): Likewise.
21336         (arm_crypto): Likewise.
21338 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
21339             Richard Biener  <rguenther@suse.de>
21341         PR tree-optimization/69328
21342         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
21343         vectors have same number of elements.
21344         (vectorizable_condition): Fix masked version recognition.
21346 2016-01-20  Richard Biener  <rguenther@suse.de>
21348         PR tree-optimization/69345
21349         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
21350         (VN_INFO_PTR_INFO): Likewise.
21351         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
21352         info when it is equal between non-dominating SSA names.
21353         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
21354         Make sure to look at original SSA infos.
21356 2016-01-20  Jeff Law  <law@redhat.com>
21358         PR target/25114
21359         * config/m68k/predicates.md (pow2_m1_operand): New predicate
21360         extracted from ...
21361         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
21362         (pc_or_label_operand): New predicate.
21363         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
21364         tests for small integers that are 2^n - 1.
21366 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
21368         * doc/invoke.texi (Options Summary): Add '.' after @xref.
21370 2016-01-19  Jeff Law  <law@redhat.com>
21372         PR middle-end/69347
21373         * tree-ssa-threadbackwards.c
21374         (fsm_find_control_statement_thread_paths): Do not try to lookup
21375         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
21377 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
21379         * doc/lto.texi: Remove text that says only Gold has linker plugin
21380         support.
21382 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
21384         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
21385         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
21386         the DIE accordingly.
21387         (modified_type_die): Add REVERSE parameter and pass it recursively,
21388         as well as to base_type_die.  Adjust presence check accordingly.
21389         (base_type_for_mode): Adjust call to modified_type_die.
21390         (add_type_attribute): Add REVERSE parameter and pass it to
21391         modified_type_die.
21392         (generic_parameter_die): Adjust call to add_type_attribute.
21393         (add_scalar_info): Likewise.
21394         (add_subscript_info): Likewise.
21395         (gen_array_type_die): Likewise.
21396         (gen_descr_array_type_die): Likewise.
21397         (gen_entry_point_die): Likewise.
21398         (gen_enumeration_type_die): Likewise.
21399         (gen_formal_parameter_die): Likewise.
21400         (gen_subprogram_die): Likewise.
21401         (gen_variable_die ): Likewise.
21402         (gen_const_die): Likewise.
21403         (gen_field_die): Likewise.
21404         (gen_pointer_type_die): Likewise.
21405         (gen_reference_type_die): Likewise.
21406         (gen_ptr_to_mbr_type_die): Likewise.
21407         (gen_inheritance_die): Likewise.
21408         (gen_subroutine_type_die): Likewise.
21409         (gen_typedef_die): Likewise.
21410         (force_type_die): Adjust call to modified_type_die.
21412 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
21414         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
21415         flow throughout the file.  Fix broken link to Objective-C 2.0
21416         documentation.
21417         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
21418         errors.
21420 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21422         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
21424 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21426         PR ipa/66223
21427         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
21428         (maybe_record_node): Record cxa_pure_virtual as the only possible
21429         target if there are not ohter candidates.
21430         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
21432 2016-01-19  Richard Biener  <rguenther@suse.de>
21434         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
21435         (get_memory_order): Likewise.
21437 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
21439         * tree-vect-stmts.c (vectorizable_store): Check
21440         rhs vectype.
21442 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
21444         PR jit/68446
21445         * gcc.c (driver::decode_argv): Add call to
21446         init_opts_obstack before init_options_struct.
21447         * opts.c (init_opts_obstack): Remove idempotency.
21448         (init_options_struct): Replace call to init_opts_obstack
21449         with a gcc_assert to verify that it has already been called.
21450         * toplev.c (toplev::main): Add call to init_opts_obstack before
21451         calls to init_options_struct.
21452         (toplev::finalize): Move cleanup of opts_obstack next to
21453         cleanup of save_decoded_options, clearing the latter, and
21454         save_decoded_options_count.
21456 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21458         PR target/69135
21459         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
21460         attribute to unconditional.  Remove %? from output template.
21462 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21463             Jiong Wang  <jiong.wang@arm.com>
21465         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
21466         generated from different expand order.
21468 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21470         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
21471         Add support for CCMP costing.
21473 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21475         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
21476         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
21477         (fccmpe<mode>): Likewise.
21478         (fcmp): Rename to fcmp and globalize pattern.
21479         (fcmpe): Likewise.
21480         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
21481         (aarch64_gen_ccmp_next): Add FP support.
21483 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21485         * target.def (gen_ccmp_first): Update documentation.
21486         (gen_ccmp_next): Likewise.
21487         * doc/tm.texi (gen_ccmp_first): Update documentation.
21488         (gen_ccmp_next): Likewise.
21489         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
21490         expand_ccmp_expr_1.  Improve comments.
21491         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
21492         (ccmp_ior<mode>): Remove pattern.
21493         (cmp<mode>): Remove expand.
21494         (cmp): Globalize pattern.
21495         (cstorecc4): Use cc_register.
21496         (mov<mode>cc): Remove ccmp_cc_register check.
21497         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
21498         Simplify after removal of CC_DNE/* modes.
21499         (aarch64_ccmp_mode_to_code): Remove.
21500         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
21501         In 'k' case use integer as condition.
21502         (aarch64_nzcv_codes): Remove inverted cases.
21503         (aarch64_code_to_ccmode): Remove.
21504         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
21505         comparison with CC register to be used in folowing CCMP/branch/CSEL.
21506         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
21507         pattern.  Return the comparison with CC register.  Invert conditions
21508         when bitcode is OR.
21509         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
21510         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
21512 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21514         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
21515         instrumented_version.
21517 2016-01-19  Richard Biener  <rguenther@suse.de>
21519         PR tree-optimization/69336
21520         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
21521         handled components with get_ref_base_and_extent.
21522         (equal_mem_array_ref_p): Adjust.
21524 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
21526         PR debug/65779
21527         * shrink-wrap.c: Include valtrack.h.
21528         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
21529         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
21530         in between insn and where it will be moved to.  Call
21531         dead_debug_insert_temp.
21532         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
21533         first and dead_debug_local_finish at the end.
21534         For uses and defs bitmap, handle all regs in between REGNO and
21535         END_REGNO, not just the first one.
21537 2016-01-19  Richard Biener  <rguenther@suse.de>
21539         PR tree-optimization/69352
21540         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
21541         (equal_mem_array_ref_p): Constrain size and max size properly.
21542         Compare the reverse flag.
21544 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
21546         * ira.c (ira): Update regstat data if we deleted insns.
21548 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
21550         PR rtl-optimization/68955
21551         PR rtl-optimization/64557
21552         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
21553         here.  Fix up formatting.
21554         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
21556 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21558         PR lto/69133
21559         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
21560         assume that the node has body.
21561         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
21562         check.
21564 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21566         * lto-streamer-out.c (lto_output): Do not stream instrumentation
21567         thunks.
21569 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21571         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
21572         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
21574 2016-01-19  Martin Jambor  <mjambor@suse.cz>
21575             Martin Liska  <mliska@suse.cz>
21576             Michael Matz  <matz@suse.de>
21578         * Makefile.in (OBJS): Add new source files.
21579         (GTFILES): Add hsa.c.
21580         * common.opt (disable_hsa): New variable.
21581         (-Whsa): New warning.
21582         * config.in (ENABLE_HSA): New.
21583         * configure.ac: Treat hsa differently from other accelerators.
21584         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
21585         $enable_offloading.
21586         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
21587         * doc/install.texi (Configuration): Document --with-hsa-runtime,
21588         --with-hsa-runtime-include, --with-hsa-runtime-lib and
21589         --with-hsa-kmt-lib.
21590         * doc/invoke.texi (-Whsa): Document.
21591         (hsa-gen-debug-stores): Likewise.
21592         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
21593         to invoke offload compiler for hsa acclerator.
21594         * opts.c (common_handle_option): Determine whether HSA offloading
21595         should be performed.
21596         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
21597         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
21598         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
21599         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
21600         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
21601         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
21602         GF_OMP_FOR_KIND_GRID_LOOP.
21603         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
21604         (pp_gimple_stmt_1): Likewise.
21605         * gimple-walk.c (walk_gimple_stmt): Likewise.
21606         * gimple.c (gimple_build_omp_grid_body): New function.
21607         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
21608         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
21609         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
21610         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
21611         GF_OMP_TEAMS_GRID_PHONY.
21612         (gimple_statement_omp_single_layout): Updated comments.
21613         (gimple_build_omp_grid_body): New function.
21614         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
21615         (gimple_omp_for_grid_phony): New function.
21616         (gimple_omp_for_set_grid_phony): Likewise.
21617         (gimple_omp_parallel_grid_phony): Likewise.
21618         (gimple_omp_parallel_set_grid_phony): Likewise.
21619         (gimple_omp_teams_grid_phony): Likewise.
21620         (gimple_omp_teams_set_grid_phony): Likewise.
21621         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
21622         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
21623         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
21624         (BUILT_IN_GOMP_TARGET): Updated type.
21625         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
21626         (adjust_for_condition): New function.
21627         (get_omp_for_step_from_incr): Likewise.
21628         (extract_omp_for_data): Moved parts to adjust_for_condition and
21629         get_omp_for_step_from_incr.
21630         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
21631         (fixup_child_record_type): Bail out if receiver_decl is NULL.
21632         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
21633         (scan_omp_parallel): Do not create child functions for phony
21634         constructs.
21635         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
21636         (scan_omp_1_op): Checking assert we are not remapping to
21637         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
21638         (parallel_needs_hsa_kernel_p): New function.
21639         (expand_parallel_call): Register apprpriate parallel child
21640         functions as HSA kernels.
21641         (grid_launch_attributes_trees): New type.
21642         (grid_attr_trees): New variable.
21643         (grid_create_kernel_launch_attr_types): New function.
21644         (grid_insert_store_range_dim): Likewise.
21645         (grid_get_kernel_launch_attributes): Likewise.
21646         (get_target_argument_identifier_1): Likewise.
21647         (get_target_argument_identifier): Likewise.
21648         (get_target_argument_value): Likewise.
21649         (push_target_argument_according_to_value): Likewise.
21650         (get_target_arguments): Likewise.
21651         (expand_omp_target): Call get_target_arguments instead of looking
21652         up for teams and thread limit.
21653         (grid_expand_omp_for_loop): New function.
21654         (grid_arg_decl_map): New type.
21655         (grid_remap_kernel_arg_accesses): New function.
21656         (grid_expand_target_kernel_body): New function.
21657         (expand_omp): Call it.
21658         (lower_omp_for): Do not emit phony constructs.
21659         (lower_omp_taskreg): Do not emit phony constructs but create for them
21660         a temporary variable receiver_decl.
21661         (lower_omp_taskreg): Do not emit phony constructs.
21662         (lower_omp_teams): Likewise.
21663         (lower_omp_grid_body): New function.
21664         (lower_omp_1): Call it.
21665         (grid_reg_assignment_to_local_var_p): New function.
21666         (grid_seq_only_contains_local_assignments): Likewise.
21667         (grid_find_single_omp_among_assignments_1): Likewise.
21668         (grid_find_single_omp_among_assignments): Likewise.
21669         (grid_find_ungridifiable_statement): Likewise.
21670         (grid_target_follows_gridifiable_pattern): Likewise.
21671         (grid_remap_prebody_decls): Likewise.
21672         (grid_copy_leading_local_assignments): Likewise.
21673         (grid_process_kernel_body_copy): Likewise.
21674         (grid_attempt_target_gridification): Likewise.
21675         (grid_gridify_all_targets_stmt): Likewise.
21676         (grid_gridify_all_targets): Likewise.
21677         (execute_lower_omp): Call grid_gridify_all_targets.
21678         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
21679         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
21680         (tree_omp_clause): Added union field dimension.
21681         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
21682         * tree.c (omp_clause_num_ops): Added number of arguments of
21683         OMP_CLAUSE__GRIDDIM_.
21684         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
21685         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
21686         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
21687         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
21688         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
21689         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
21690         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
21691         * tree-pass.h (make_pass_gen_hsail): Declare.
21692         (make_pass_ipa_hsa): Likewise.
21693         * ipa-hsa.c: New file.
21694         * lto-section-in.c (lto_section_name): Add hsa section name.
21695         * lto-streamer.h (lto_section_type): Add hsa section.
21696         * timevar.def (TV_IPA_HSA): New.
21697         * hsa-brig-format.h: New file.
21698         * hsa-brig.c: New file.
21699         * hsa-dump.c: Likewise.
21700         * hsa-gen.c: Likewise.
21701         * hsa.c: Likewise.
21702         * hsa.h: Likewise.
21703         * toplev.c (compile_file): Call hsa_output_brig.
21704         * hsa-regalloc.c: New file.
21706 2016-01-18  Jeff Law  <law@redhat.com>
21708         PR tree-optimization/69320
21709         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
21710         ranged object, do nothing if the RHS constant is not [0..1].
21711         (optimize_stmt): Comparing a boolean ranged object against a
21712         constant outside [0..1] results in a compile-time constant.
21714         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
21715         test.
21717 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
21719         * doc/invoke.texi (Invoking GCC): Add new section to menu.
21720         (Option Summary): Update to reflect new section and moved options.
21721         (C++ Dialect Options): Move -fstats to new section.
21722         (Debugging Options): Move all dump, statistics, and other GCC
21723         developer options to new section.  Rewrite section introduction
21724         and re-order remaining options to put the more basic ones first.
21725         (Optimization Options): Move -fira-verbose and -flto-report* to
21726         new section.
21727         (Developer Options): New section incorporating moved options.
21728         * doc/cppopts.texi (-dM): Update cross-reference.
21730 2016-01-18  Richard Henderson  <rth@redhat.com>
21732         PR target/69176
21733         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
21734         operands to pseudo only if CSE is expected.  Split long immediate
21735         operands only after reload, and for the stack pointer.
21736         (*add<GPI>3_pluslong): Remove.
21737         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
21738         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
21739         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
21740         (*add<GPI>3 peepholes): New.
21741         (*add<GPI>3 splitters): New.
21742         * config/aarch64/constraints.md (Upl): New.
21743         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
21745 2016-01-18  Richard Biener  <rguenther@suse.de>
21747         PR tree-optimization/69297
21748         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
21749         stmt at most once.
21750         (vect_bb_vectorization_profitable_p): Clear visited flag again.
21752 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
21754         PR middle-end/68542
21755         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
21756         of mixind vector and scalar types.
21757         (fold_relational_const): Add handling of vector
21758         comparison with boolean result.
21759         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
21760         comparison of vector operands with boolean result for EQ/NE only.
21761         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
21762         (verify_gimple_cond): Likewise.
21763         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
21764         valid type of VAL.
21766 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
21768         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
21769         !TARGET_OCTEON.
21771 2016-01-18  Richard Biener  <rguenther@suse.de>
21773         PR middle-end/69308
21774         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
21776 2016-01-18  Tom de Vries  <tom@codesourcery.com>
21778         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
21780 2016-01-18  Tom de Vries  <tom@codesourcery.com>
21782         * omp-low.c (set_oacc_fn_attrib): Make extern.
21783         * omp-low.h (set_oacc_fn_attrib): Declare.
21784         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
21785         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
21786         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
21787         Add and handle function parameter oacc_kernels_p.
21788         (find_reduc_addr, get_omp_data_i_param): New function.
21789         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
21790         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
21791         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
21792         Calculate dominance info.  Skip loops that are not in a kernels region
21793         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
21794         (pass_parallelize_loops::execute): Call parallelize_loops with
21795         oacc_kernels_p argument.
21796         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
21797         New member function.
21798         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
21799         * passes.def: Add argument to pass_parallelize_loops instantation.
21801 2016-01-18  Tom de Vries  <tom@codesourcery.com>
21803         * tree-parloops.c (pass_parallelize_loops::execute): Allow
21804         pass_parallelize_loops to be run outside the loop pipeline.
21806 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
21808         * tree-scalar-evolution.c (follow_copies_to_constant): New.
21809         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
21811 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
21813         PR target/63679
21814         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
21815         using get_ref_base_and_extent.
21816         (equal_mem_array_ref_p): New.
21817         (hashable_expr_equal_p): Add call to previous.
21819 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
21821         PR target/63679
21822         * tree-sra.c (disqualified_constants, constant_decl_p): New.
21823         (sra_initialize): Allocate disqualified_constants.
21824         (sra_deinitialize): Free disqualified_constants.
21825         (disqualify_candidate): Update disqualified_constants when appropriate.
21826         (create_access): Scan for constant-pool entries as we go along.
21827         (scalarizable_type_p): Add check against type_contains_placeholder_p.
21828         (maybe_add_sra_candidate): Allow constant-pool entries.
21829         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
21830         (initialize_constant_pool_replacements): New.
21831         (sra_modify_assign): Avoid mangling assignments created by previous,
21832         and don't generate writes into constant pool.
21833         (sra_modify_function_body): Call initialize_constant_pool_replacements.
21835 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
21837         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
21838         andnot instruction.
21839         (scalar_chain::convert_op): Likewise.
21840         * config/i386/i386.md (*andndi3_doubleword): New.
21842 2016-01-18  Richard Biener  <rguenther@suse.de>
21844         PR tree-optimization/69170
21845         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
21846         building a vector from scalar results of a pattern stmt.
21848 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
21850         * haifa-sched.c (autopref_multipass_init): Work around
21851         -Wmaybe-uninitialized warning.
21853 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21855         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
21856         against the constant 0.
21858 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21860         PR tree-optimization/68799
21861         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
21862         look up phi candidates in the statement-candidate map.
21863         (phi_add_costs): Likewise.
21864         (record_phi_increments): Likewise.
21865         (phi_incr_cost): Likewise.
21866         (ncd_with_phi): Likewise.
21867         (all_phi_incrs_profitable): Likewise.
21869 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
21871         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
21872         -Wmaybe-uninitialized warning.
21874 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
21876         * doc/invoke.texi (Invoking GCC): Add new section to menu.
21877         (Option Summary): Update to reflect new section and moved options.
21878         (C++ Dialect Options): Move -fvtable-verify and related options.
21879         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
21880         and profiling-related options.
21881         (Optimization Options): Move profile generation options and
21882         -fstack-protector and related options.
21883         (Instrumentation Options): New section incorporating moved options.
21884         (Code Generation Options): Move -finstrument-functions and
21885         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
21887 2016-01-16  Tom de Vries  <tom@codesourcery.com>
21889         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
21891 2016-01-16  Tom de Vries  <tom@codesourcery.com>
21893         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
21895 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
21897         * hash-table.h (hash_table::empty): Turn into an inline wrapper
21898         that checks whether the table is already empty.  Rename the
21899         original implementation to...
21900         (hash_table::empty_slot): ...this new private function.
21902 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
21904         PR diagnostic/68899
21905         * diagnostic-show-locus.c (layout::print_source_line): Move x
21906         offset of line until after call to
21907         get_line_width_without_trailing_whitespace.
21909 2016-01-15  Jeff Law  <law@redhat.com>
21911         PR tree-optimization/69270
21912         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
21913         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
21914         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
21915         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
21916         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
21917         ssa_name_has_boolean_range and constant_boolean_node.
21919 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
21921         PR rtl-optimization/69030
21922         * lra-spills.c (remove_pseudos): Check nrefs and make the function
21923         returning bool.
21924         (spill_pseudos): Delete debug insn for dead pseudo.
21925         (lra_spill): Initiate spill_hard_reg and slots memory separately.
21927 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
21929         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
21930         New.
21931         (TYPES_UNOPUS): Likewise.
21932         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
21933         builtin type, from UNOP to UNOPUS.
21934         (lbtruncuv4sf): Likewise.
21935         (lbtruncuv2df): Likewise.
21936         (lrounduv2sf): Likewise.
21937         (lrounduv4sf): Likewise.
21938         (lrounduv2df): Likewise.
21939         (lroundusf): Likewise.
21940         (lroundusf): Likewise.
21941         (lceiluv2sf): Likewise.
21942         (lceiluv4sf): Likewise.
21943         (lceiluv2df): Likewise.
21944         (lceilusf): Likewise.
21945         (lceiludf): Likewise.
21946         (lflooruv2sf): Likewise.
21947         (lflooruv4sf): Likewise.
21948         (lflooruv2df): Likewise.
21949         (lfloorusf): Likewise.
21950         (lfloorudf): Likewise.
21951         (lfrintnuv2sf): Likewise.
21952         (lfrintnuv4sf): Likewise.
21953         (lfrintnuv2df): Likewise.
21954         (lfrintnusf): Likewise.
21955         (lfrintnudf): Likewise.
21956         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
21957         conversion.
21958         (vcvtq_u32_f32): Likewise.
21959         (vcvtq_u64_f64): Likewise.
21960         (vcvta_u32_f32): Likewise.
21961         (vcvtaq_u32_f32): Likewise.
21962         (vcvtaq_u64_f64): Likewise.
21963         (vcvtm_u32_f32): Likewise.
21964         (vcvtmq_u32_f32): Likewise.
21965         (vcvtmq_u64_f64): Likewise.
21966         (vcvtn_u32_f32): Likwise.
21967         (vcvtnq_u32_f32): Likewise.
21968         (vcvtnq_u64_f64): Likewise.
21969         (vcvtp_u32_f32): Likewise.
21970         (vcvtpq_u32_f32): Likewise.
21971         (vcvtpq_u64_f64): Likewise.
21972         (vcvtmd_u64_f64): Likewise.
21973         (vcvtms_u32_f32): Likewise.
21974         (vcvtad_u64_f64): Likewise.
21975         (vcvtas_u32_f32): Likewise.
21976         (vcvtnd_u64_f64): Likewise.
21977         (vcvtns_u32_f32): Likewise.
21978         (vcvtpd_u64_f64): Likewise.
21979         (vcvtps_u32_f32): Likewise.
21981 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21983         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
21984         CSEL of zero_extended registers.
21986 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21988         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
21989         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
21991 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21993         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
21994         false when argument string is not found in the attributes table
21995         at all.
21997 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
21999         PR target/68609
22000         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
22001         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
22002         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
22003         precision estimate.
22005 2016-01-15  Richard Biener  <rguenther@suse.de>
22007         PR tree-optimization/66856
22008         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
22009         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
22010         (vect_create_new_slp_node): Increment stmt reference count.
22011         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
22012         an SLP tree before swapping operands.
22013         (vect_build_slp_tree): Likewise.
22014         (destroy_bb_vec_info): Free stmt info after SLP instances.
22015         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
22016         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
22017         (STMT_VINFO_NUM_SLP_USES): New macro.
22019 2016-01-15  Richard Biener  <rguenther@suse.de>
22021         PR debug/69137
22022         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
22023         (add_linkage_name): ... here.
22024         (gen_typedef_die): Use add_linkage_name_raw instead of
22025         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
22026         if necessary.
22028 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
22030         * gimplify.c (oacc_default_clause): Decode reference and pointer
22031         types for both kernels and parallel regions.
22033 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
22035         PR middle-end/69246
22036         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
22038 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
22040         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
22041         (convert_scalars_to_vector): Likewise.
22043 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
22045         * doc/extend.texi (Type Traits): Fix grammar.
22047 2016-01-15  Martin Jambor  <mjambor@suse.cz>
22049         * tree-inline.c (remap_decl): Use existing dclarations if
22050         remapping a type and prevent_decl_creation_for_types.
22051         (replace_locals_stmt): Do an initial remapping of non-VLA typed
22052         decls first.  Do real remapping with
22053         prevent_decl_creation_for_types set.
22054         * tree-inline.h (copy_body_data): New field
22055         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
22056         padding.
22058 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
22060         * config/s390/s390.opt (mmvcle): More verbose help text.
22062 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
22064         * config/s390/s390.opt: Add period to -mzvector option text.
22066 2016-01-15  Richard Biener  <rguenther@suse.de>
22068         PR tree-optimization/68961
22069         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
22070         of invariants in stores again.
22072 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22074         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
22076 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
22078         * config/i386/i386.c (ix86_expand_branch): Don't split
22079         DI mode xor instruction to SI mode.
22081 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
22083         PR ipa/68148
22084         * ipa-icf.c (sem_function::merge): Virtual functions may become
22085         reachable even if they address is not taken and there are no
22086         idrect calls.
22088 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
22090         * lto-streamer-out.c (subtract_estimated_size): New function.
22091         (get_symbol_initial_value): Use it.
22093 2016-01-15  Christian Bruel  <christian.bruel@st.com>
22095         PR target/65837
22096         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
22097         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
22098         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
22099         use add_builtin_function_ext_scope instead of add_builtin_function.
22100         (neon_set_p, neon_crypto_set_p): Remove.
22101         (arm_init_builtins): Always call arm_init_neon_builtins and
22102         arm_init_crypto_builtins.
22103         (arm_expand_builtin): Check that builtins are allowed for the arch.
22104         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
22105         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
22106         arm_init_neon_builtins call.
22108 2016-01-15  Richard Biener  <rguenther@suse.de>
22110         PR tree-optimization/69117
22111         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
22112         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
22113         of the leader conservatively.
22114         (free_scc_vn): Restore original SSA name infos.
22116 2016-01-14  Jeff Law  <law@redhat.com>
22118         PR tree-optimization/69270
22119         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
22120         single bit of precision, verify it's also unsigned.
22121         (record_edge_info): Use constant_boolean_node rather than fold_convert
22122         to convert boolean_true/boolean_false to the right type.
22124 2016-01-14  Richard Henderson  <rth@redhat.com>
22126         PR rtl-opt/69014
22127         * loop-doloop.c (record_reg_sets): New.
22128         (doloop_optimize): Reject the transform if the sequence
22129         clobbers registers live at the end of the loop block.
22130         (doloop_optimize_loops): Enable df_live if needed.
22132 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
22134         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
22135         * config/rs6000/rs6000.c: Likewise.
22136         * config/rs6000/rs6000.h: Likewise.
22137         * config/rs6000/rs6000.md: Likewise.
22138         * doc/extend.texi: Likewsie.
22140 2016-01-14  Jeff Law  <law@redhat.com>
22142         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
22143         typo.
22145 2016-01-14  Richard Henderson  <rth@redhat.com>
22147         PR c/69272
22148         PR tree-opt/68964
22149         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
22150         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
22151         instead of builtin_decl_declared_p to test for declaration.
22153 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
22155         * doc/loop.texi (Loop Analysis and Representation): Document
22156         loop_depth function.
22158 2016-01-14  Tom de Vries  <tom@codesourcery.com>
22160         PR tree-optimization/68773
22161         * omp-low.c (expand_omp_target): Don't set force_output.
22162         * varpool.c (varpool_node::get_create): Same.
22163         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
22164         offload_funcs with force_output.
22166 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
22168         PR debug/69244
22169         * lra-eliminations.c (move_plus_up): Don't change anything if either
22170         the outer or inner subreg mode is not MODE_INT.
22171         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
22172         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
22174 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
22176         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
22177         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
22178         reduc_uplus_@var{m}): Remove.
22179         * expr.c (expand_expr_real_2): Remove expansion path for
22180         reduc_[us](min|max|plus) optabs.
22181         * optabs-tree.c (scalar_reduc_to_vector): Remove.
22182         * optabs-tree.h (scalar_reduc_to_vector): Remove.
22183         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
22184         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
22185         * tree-vect-loop.c (vectorizable_reduction): Remove test for
22186         reduc_[us](min|max|plus) optabs.
22188 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
22190         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
22191         (reduc_plus_scal_v2sf): New.
22192         (reduc_smax_v2sf): Rename to...
22193         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
22194         (reduc_smin_v2sf): Rename to...
22195         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
22197 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
22199         * alias.c (compare_base_symbol_refs): New function.
22200         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
22201         it.
22203 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
22205         PR middle-end/68146
22206         PR tree-optimization/69155
22207         * tree-complex.c: Include cfganal.h.
22208         (phis_to_revisit): New variable.
22209         (extract_component): Add phiarg_p argument.  Assert that returned
22210         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
22211         (update_phi_components): Partly rewrite to use loop over real/imag
22212         components instead of code duplication.  If extract_component returns
22213         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
22214         create_tmp_reg into the PHI node instead, and mention the phi triplet
22215         in phis_to_revisit.
22216         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
22217         in phis_to_revisit at the end.
22219 2016-01-14  Richard Biener  <rguenther@suse.de>
22221         PR tree-optimization/68060
22222         * tree-vect-loop.c (vect_is_simple_reduction): Check the
22223         outer loop reduction is only used in the inner loop before
22224         detecting a double reduction.
22226 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
22228         PR target/68269
22229         * combine.c (expand_field_assignment): Punt if compute_mode is
22230         unsupported scalar mode.
22232 2016-01-14  Richard Biener  <rguenther@suse.de>
22234         PR tree-optimization/66856
22235         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
22236         SLP node only if it built successfully.
22237         (vect_analyze_slp_instance): Adjust.
22239 2016-01-14  Jeff Law  <law@redhat.com>
22241         PR tree-optimization/69270
22242         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
22243         (record_edge_info): Use it.  Convert boolean_{true,false}_node
22244         to the type of op0.
22246 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
22248         PR ipa/66487
22249         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
22250         use block_ultimate_origin
22251         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
22253 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
22255         * doc/invoke.texi (Submodel Options): Rename section to
22256         "Machine-Dependent Options" to better reflect its content.
22257         Rewrite introductory text to remove archaic CPU names.
22258         Update references.
22260 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
22262         * doc/invoke.texi (Code Gen Options): Move section up in file,
22263         before target-specific options.  Update menu and option summary
22264         to reflect the new section ordering.
22266 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
22268         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
22269         (C++ Dialect Options): Add cross-reference to -std option.
22270         * doc/standards.texi (C++ Language): Document C++14 support.
22272 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
22274         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
22275         for pack/unpack functions for __ibm128.
22276         (PACK_IF): Likewise.
22277         (UNPACK_IF): Likewise.
22279         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
22280         support for __ibm128 pack/unpack functions.
22281         (rs6000_invalid_builtin): Likewise.
22282         (rs6000_init_builtins): Likewise.
22283         (rs6000_opt_masks): Likewise.
22285         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
22286         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
22287         functions
22288         (RS6000_BTM_COMMON): Likewise.
22290         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
22291         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
22292         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
22293         128-bit floating point.  Add support for the double values to be
22294         in Altivec registers for TF/IF packing and unpacking, but restrict
22295         TD packing sub-fields to be FPR registers.  Don't allow overlapped
22296         register support for packing.  Allow pack inputs to be memory
22297         locations.  Don't build generator functions for unpack<mode>_dm
22298         and unpack<mode>_nodm.
22299         (unpack<mode>_dm): Likewise.
22300         (unpack<mode>_nodm): Likewise.
22301         (pack<mode>): Likewise.
22303         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
22304         built-in functions to pack/unpack explicit __ibm128 values.
22305         (__builtin_unpack_ibm128): Likewise.
22307         * doc/extend.texi (PowerPC Built-in Functions): Document
22308         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
22310 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
22312         PR c/66208
22313         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
22314         Add new arg loc and pass it down as context.
22315         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
22316         to the location to use for the warning.
22317         (check_function_arguments): New arg loc.  All callers changed.  Pass
22318         it to check_function_nonnull.
22319         * c-common.h (check_function_arguments): Adjust declaration.
22321 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
22323         PR tree-optimization/69156
22324         * gimple.c (validate_type): Removed.
22325         (gimple_builtin_call_types_compatible_p): Use
22326         useless_type_conversion_p instead of validate_type.
22327         * value-prof.c (gimple_stringop_fixed_value): Fold
22328         icall_size to correct type.
22330 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
22332         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
22333         effects.
22335 2016-01-13  Richard Henderson  <rth@redhat.com>
22337         PR tree-opt/68964
22338         * target.def (builtin_tm_load, builtin_tm_store): Remove.
22339         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
22340         (ix86_builtin_tm_store): Remove.
22341         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
22342         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
22343         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
22344         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
22345         * doc/tm.texi: Rebuild.
22347         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
22348         (BUILT_IN_TM_MEMCPY_RTWN): New.
22349         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
22350         fallback from vector to integer helpers.
22351         (build_tm_load): Handle vector types directly, instead of
22352         via target hook.
22353         (build_tm_store): Likewise.
22354         (expand_assign_tm): Prepare for register types not handled by
22355         the above.  Copy them to memory and use memcpy.
22356         * tree.c (tm_define_builtin): New.
22357         (find_tm_vector_type): New.
22358         (build_tm_vector_builtins): New.
22359         (build_common_builtin_nodes): Call it.
22361 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
22363         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
22364         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
22366 2016-01-13  Tom de Vries  <tom@codesourcery.com>
22368         PR tree-optimization/69169
22369         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
22370         handled_struct_type param.
22371         (create_variable_info_for, intra_create_variable_infos): Call
22372         create_variable_info_for_1 with extra arg.
22374 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
22376         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
22377         and "armv8.1-a+crc" entries.
22379 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
22381         PR target/69228
22382         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
22383         Change first operand predicate from register_or_constm1_operand
22384         to register_operand.
22385         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
22386         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
22387         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
22388         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
22389         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
22390         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
22391         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
22392         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
22393         comparison with constm1_rtx from vec_prefetch_gen part.
22395 2016-01-13  Richard Biener  <rguenther@suse.de>
22397         PR tree-optimization/69013
22398         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
22399         Exchange assert for a test.
22401 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22403         PR target/69247
22404         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
22406 2016-01-13  Richard Biener  <rguenther@suse.de>
22408         PR tree-optimization/69242
22409         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
22410         assert with a check.
22412 2016-01-13  Richard Biener  <rguenther@suse.de>
22414         PR tree-optimization/69186
22415         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
22416         Properly guard vect_update_misalignment_for_peel call.
22418 2016-01-12  Jeff Law  <law@redhat.com>
22420         PR tree-optimization/pr67755
22421         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
22422         "need_profile_correction".
22423         (thread_block_1): Initialize new field to false by default.  If we
22424         have multiple thread paths through a common joiner to different
22425         final targets, then set new field to true.
22426         (compute_path_counts): Only do count adjustment when it's really
22427         needed.
22429 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22431         * doc/invoke.texi (Spec Files): Move section down in file, past
22432         all command-line option descriptions.
22434 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
22436         PR middle-end/54809
22437         * doc/gty.texi: Remove documentation of mark_hook.
22438         * gengtype.c (struct write_types_data): Remove code to support
22439         mark_hook attribute.
22440         (walk_type): Likewise.
22441         (write_func_for_structure): Likewise.
22443 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22445         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
22446         Directory Options, and -specs= to Overall Options.
22447         (Overall Options): Adjust similarly.  Reorder to group related
22448         options together.  Make -specs= cross-reference the spec file details.
22449         (Directory Options): Adjust similarly.
22451 2016-01-12  Jeff Law  <law@redhat.com>
22453         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
22455 2016-01-12  Olivier Hainque  <hainque@adacore.com>
22457         * gcc.c (spec_undefvar_allowed): New global.
22458         (process_command): Set to true when running for --version or --help,
22459         alone or together.
22460         (getenv_spec_function): When the variable is not defined, use the
22461         variable name as the variable value if we're allowed not to issue
22462         a fatal error.
22464 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
22466         PR tree-optimization/68911
22467         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
22468         information computed for expression "init + nit * step".
22470 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22472         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
22473         about name of GCC executable.  Remove deleted node from menu.
22474         (Directory Options) <-B>: Remove cross-reference to deleted node.
22475         (Target Options): Delete section.
22477 2016-01-12  Christian Bruel  <christian.bruel@st.com>
22479         PR target/69180
22480         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
22481         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
22483 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
22485         PR target/69198
22486         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
22487         aligned_mem is properly set for AVX512-VL floating point masked
22488         stores.
22490         PR target/69175
22491         * ifcvt.c (cond_exec_process_if_block): When removing the last
22492         insn from then_bb, remove also any possible barriers that follow it.
22494 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
22496         PR target/68456
22497         PR target/69226
22498         * config/i386/iamcu.h (SIZE_TYPE): New macro.
22499         (PTRDIFF_TYPE): Likewise.
22500         (WCHAR_TYPE): Likewise.
22501         (WCHAR_TYPE_SIZE): Likewise.
22502         (STDINT_LONG32): Likewise.
22504 2016-01-12  Richard Biener  <rguenther@suse.de>
22506         PR tree-optimization/69053
22507         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
22508         convert initial value for cond reductions.
22510 2016-01-12  Richard Biener  <rguenther@suse.de>
22512         PR tree-optimization/69007
22513         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
22514         widen_sum after dot_prod and sad.
22516 2016-01-12  Richard Biener  <rguenther@suse.de>
22518         PR tree-optimization/69168
22519         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
22520         pattern stmt SLP type.
22521         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
22522         end up unused so cope with that case.
22524 2016-01-12  Richard Biener  <rguenther@suse.de>
22526         PR tree-optimization/69157
22527         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
22528         stmts def type only during analyze phase.
22529         (vectorizable_call): Likewise.
22530         (vectorizable_simd_clone_call): Likewise.
22531         (vectorizable_conversion): Likewise.
22532         (vectorizable_assignment): Likewise.
22533         (vectorizable_shift): Likewise.
22534         (vectorizable_operation): Likewise.
22535         (vectorizable_store): Likewise.
22536         (vectorizable_load): Likewise.
22538 2016-01-12  Richard Biener  <rguenther@suse.de>
22540         PR tree-optimization/69174
22541         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
22542         space.
22543         (vectorizable_load): Properly compute the number of loads needed
22544         for permuted strided SLP loads and do not spuriously assign
22545         to SLP_TREE_VEC_STMTS.
22547 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
22549         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
22550         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
22551         (MD_EXEC_PREFIX): Remove.
22552         (MD_STARTFILE_PREFIX) Removee.
22553         (FILE_NAME_ABSOLUTE_P): Remove.
22554         (CPP_SPEC): Do not read macros from sys/version.h.
22555         (LINK_COMMAND_SPEC): Remove.
22556         (LOCAL_INCLUDE_DIR): Remove.
22557         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
22558         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
22559         (POST_LINK_SPEC): Define to invoke stubify after linker
22560         (LIBSTDCXX): Remove define
22561         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
22562         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
22563         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
22564         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
22565         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
22566         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
22567         (i386_djgpp_asm_named_section): Add propotype of new procedure
22569         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
22570         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
22571         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
22572         in config/i386/djgpp.h).
22573         (STANDARD_STARTFILE_PREFIX_2): Define identical to
22574         STANDARD_STARTFILE_PREFIX_1.
22575         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
22576         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
22577         installation errors.
22578         (MAX_OFILE_ALIGNMENT): Define to 128.
22579         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
22581         * config/i386/djgpp.c: New file. Add implementation of
22582         i386_djgpp_asm_named_section.
22584         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
22586         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
22587         Add rule for building djgpp.o.
22589 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22591         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
22592         (rtx_is_swappable_p): Reductions are swappable.
22593         (insn_is_swappable_p): V2DF reductions are swappable.
22595 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
22597         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
22598         reloads for other unsupported memory operands.
22600 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
22601             Jim Wilson  <jim.wilson@linaro.org>
22603         PR target/69194
22604         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
22605         copy_to_mode_reg instead of force_reg.
22607 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
22609         PR target/69225
22610         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
22611         TARGET_80387 is true.
22613 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
22615         PR target/69071
22616         * lra-eliminations.c (move_plus_up): Only move plus up
22617         if subreg of the constant can be simplified into constant
22618         and use the simplified subreg of the constant instead of
22619         the original constant.
22621         * fold-const.c (fold_convertible_p): Don't return true
22622         for conversion of VECTOR_TYPE to same sized integral type.
22623         (fold_convert_loc): Fix up formatting.  Fold conversion of
22624         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
22625         instead of NOP_EXPR.
22627         PR tree-optimization/69214
22628         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
22629         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
22630         Formatting fix.
22632         PR tree-optimization/69207
22633         * tree-vect-slp.c (vect_get_constant_vectors): For
22634         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
22635         fold_convertible_p to vector_type's element type, and always
22636         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
22638 2016-01-11  Richard Biener  <rguenther@suse.de>
22640         PR tree-optimization/69173
22641         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
22642         fixup the cycle if all stmts are in a pattern.
22644 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
22646         PR middle-end/68999
22647         * alias.c (base_alias_check): Move check for addresses with
22648         alignment ANDs before the call for compare_base_decls.
22649         (memrefs_conflict_p): Return -1 for different decls
22650         that went through alignment adjustments.
22652 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22654         PR rtl-optimization/68796
22655         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
22656         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
22657         and QImode comparisons against zero with CC_NZmode.
22658         * config/aarch64/iterators.md (short_mask): New mode_attr.
22660 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
22662         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
22663         (<avx512>_store<mode>_mask): Likewise.
22665 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
22666             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22668         PR rtl-optimization/68841
22669         * ifcvt.c (struct noce_if_info): Add orig_x field.
22670         (bbs_ok_for_cmove_arith): Add to_rename parameter.
22671         Don't record conflicts on to_rename if it's present.
22672         Allow memory destinations in sets.
22673         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
22674         blocks, passing orig_x to the checks.
22675         (noce_process_if_block): Set if_info->orig_x appropriately.
22677 2016-01-11  Tom de Vries  <tom@codesourcery.com>
22679         PR tree-optimization/69069
22680         * tree-parloops.c (create_parallel_loop): Add missing phi args.
22682 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
22684         PR rtl-optimization/68920
22685         * config/i386/i386.c (ix86_option_override_internal): Restrict number
22686         of conditional moves for  RTL if-conversion to 1 for
22687         TARGET_ONE_IF_CONV_INSN.
22688         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
22689         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
22690         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
22691         parameter to restirct number of conditional moves for
22692         RTL if-conversion.
22693         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
22694         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
22695         conditionl moves.
22697 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
22699         PR bootstrap/69123
22700         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
22701         onepart vars.  Fix typo in comment.  Fix reversed condition in
22702         unshare test.
22703         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
22705         PR bootstrap/69123
22706         * var-tracking.c (dump_onepart_variable_differences): New.
22707         (dataflow_set_different): If a detailed dump is requested,
22708         delay early returns and dump differences between onepart
22709         variables present before and after, and added variables.
22711 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
22713         PR target/69010
22714         * expr.c (expand_expr_real_1): For boolean vector constants
22715         with a scalar mode use const_scalar_mask_from_tree.
22716         (const_scalar_mask_from_tree): New.
22717         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
22718         assigned to a mask type to handle constants.
22720 2016-01-11  Martin Jambor  <mjambor@suse.cz>
22722         PR ipa/69044
22723         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
22724         useless parameters if we cannot change function signature.
22726 2016-01-11  Martin Jambor  <mjambor@suse.cz>
22728         PR ipa/66616
22729         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
22730         flag.
22732 2016-01-11  Tom de Vries  <tom@codesourcery.com>
22734         PR tree-optimization/69109
22735         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
22736         latch with phi.
22738 2016-01-11  Tom de Vries  <tom@codesourcery.com>
22740         PR tree-optimization/69108
22741         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
22742         res is not used in a phi.
22744 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
22746         PR 67425
22747         * common.opt (frandom-seed): Fix parameter name.
22748         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
22750 2016-01-11  Tom de Vries  <tom@codesourcery.com>
22752         PR tree-optimization/69058
22753         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
22754         not supported.
22756 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
22758         * config/arc/arc.opt (mdiv-rem): Add period to the end.
22759         (mcode-density): Likewise.
22761 2016-01-10  Tom de Vries  <tom@codesourcery.com>
22763         PR tree-optimization/69062
22764         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
22765         (parallelize_loops): Don't paralelize loop that has phi with address
22766         arg.
22768 2016-01-10  Tom de Vries  <tom@codesourcery.com>
22770         PR tree-optimization/69039
22771         * tree-parloops.c (try_create_reduction_list): Only allow single exit
22772         phi for reduction.
22774 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
22776         PR middle-end/68743
22777         * match.pd: Require target has function_c99_misc before doing
22778         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
22780 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
22782         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
22783         use GMPINC.
22784         * configure: Regenerate.
22786 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
22788         PR middle-end/50865
22789         PR tree-optimization/69097
22790         * fold-const.h (expr_not_equal_to): New prototype.
22791         * fold-const.c: Include stringpool.h and tree-ssanames.h.
22792         (expr_not_equal_to): New function.
22793         * match.pd (X % -Y is the same as X % Y): Don't optimize
22794         unless X is known not to be equal to minimum or Y is known
22795         not to be equal to -1.
22796         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
22797         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
22798         (simplify_stmt_using_ranges): Adjust caller.
22799         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
22800         substitute_and_fold.
22802 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
22804         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
22805         w/o DECL_NAME.
22807 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
22809         PR tree-optimization/69167
22810         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
22811         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
22812         ops[0] comparison.
22813         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
22815 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
22816             Richard Biener  <rguenther@suse.de>
22818         PR tree-optimization/68707
22819         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
22820         instances that can be handled via vect_load_lanes.
22822 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
22824         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
22825         if we can't determine address equivalence.
22826         * alias.c (compare_base_decl): Update for changed return value of
22827         symtab_node::equal_address_to.
22829 2016-01-08  Jason Merrill  <jason@redhat.com>
22831         PR c++/68983
22832         PR c++/67557
22833         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
22834         * expr.c (store_field): Not here.
22835         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
22836         call with TREE_ADDRESSABLE type.
22837         * tree-cfg.c (verify_gimple_call): Adjust.
22839 2016-01-08  Olivier Hainque  <hainque@adacore.com>
22841         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
22842         libc_internal.
22844 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
22846         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
22847         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
22848         (reduc_smin_v2sf): Rename to...
22849         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
22850         (reduc_splus_v2sf): Rename to...
22851         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
22853 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
22855         PR tree-optimization/69162
22856         * gimplify.c (gimplify_va_arg_expr): Encode original type of
22857         valist argument in another argument.
22858         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
22859         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
22860         to determine the va_list type, build a MEM_REF instead of
22861         build_fold_indirect_ref.
22863         PR tree-optimization/69172
22864         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
22865         gimple_build.
22867 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22869         PR tree-optimization/67781
22870         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
22871         and cmpnop in two steps: first the ones not accessed in original
22872         gimple expression in a endian independent way and then the ones not
22873         accessed in the final result in an endian-specific way.
22875 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
22877         PR tree-optimization/69083
22878         * tree-vect-slp.c (vect_get_constant_vectors): For
22879         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
22880         element type.  If op is fold_convertible_p to vector_type's element
22881         type, use NOP_EXPR instead of VCE.
22883 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
22885         PR rtl-optimization/67778
22886         PR rtl-optimization/68634
22887         PR rtl-optimization/68909
22888         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
22889         block from the stack until done with it.  Remove a superfluous
22890         bitmap set.  Remove a superfluous bitmap test.
22892 2016-01-07  Martin Sebor  <msebor@redhat.com>
22894         PR c/68966
22895         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
22896         constraint on the type of arguments.
22898 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
22900         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
22901         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
22902         unaligned_access on the gcc_options set.
22903         * config/arm/arm.c (arm_option_override_internal): Use
22904         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
22906 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
22908         PR target/69140
22909         * config/i386/i386.c (ix86_frame_pointer_required): Enable
22910         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
22912 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
22914         Revert
22915         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
22917         PR target/69140
22918         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
22919         depending on frame_pointer_needed before remaining integer and SSE
22920         registers are saved.
22922 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22924         PR 1078
22925         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
22927 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
22929         PR target/69171
22930         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
22931         Use the "xBm" constraint.
22932         (float<sseintvecmodelower><mode>2<mask_name><round_name):
22933         Likewise.
22934         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
22935         (sse_cvtsi2ssq<round_name>): Likewise.
22936         (sse_cvtss2si<round_name>): Likewise.
22937         (sse_cvtss2siq<round_name>): Likewise.
22938         (sse2_cvtsi2sdq<round_name>): Likewise.
22939         (sse2_cvtsd2si<round_name>): Likewise.
22940         (sse2_cvtsd2siq<round_name>): Likewise.
22941         * config/i386/subst.md (round_nimm_scalar_predicate): New
22942         predicate.
22944 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
22946         PR middle-end/67639
22947         * varasm.c (make_decl_rtl): Mark invalid register vars as
22948         DECL_EXTERNAL.
22950         PR rtl-optimization/66206
22951         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
22952         All callers changed.
22954 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
22956         PR tree-optimization/69141
22957         * tree-ssa-pre.c: Include langhooks.h.
22958         (eliminate_dom_walker::before_dom_children): Use
22959         lang_hooks.decl_printable_name instead of
22960         cgraph_node::get ()->name ().
22962         PR middle-end/68960
22963         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
22964         it and DECL_ALIGN too.
22966 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
22968         * config/mips/mips-ftypes.def: Sort to lexicographical order.
22970 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
22972         PR target/69140
22973         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
22974         depending on frame_pointer_needed before remaining integer and SSE
22975         registers are saved.
22977 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22979         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
22980         mode iterator with VSX_M2.
22981         (*p9_vecstore_<mode>): Likewise.
22982         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
22983         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
22984         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
22985         (define_split for VSX_LE128 stores): Likewise.
22986         (define_peephole2 for TImode LE swaps): Likewise.
22987         (define_split for VSX_LE128 post-reload stores): Likewise.
22989 2016-01-06  Marek Polacek  <polacek@redhat.com>
22991         PR sanitizer/69099
22992         * convert.c (convert_to_integer_1): Adjust call to
22993         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
22994         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
22995         EXPR instead of ARG.
22996         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
22998 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23000         PR 1078
23001         * doc/extend.texi (RL78 Variable Attributes): New section.
23003 2016-01-05  Marek Polacek  <polacek@redhat.com>
23005         PR c/69104
23006         * builtins.c (get_memmodel): Use expansion point location rather than
23007         the input location.  Call warning_at rather than warning.
23008         (expand_builtin_atomic_compare_exchange): Likewise.
23009         (expand_builtin_atomic_load): Likewise.
23010         (expand_builtin_atomic_store): Likewise.
23011         (expand_builtin_atomic_clear): Likewise.
23013 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
23015         PR target/68991
23016         * config/i386/i386.c (ix86_expand_vector_logical_operator):
23017         Replace nonimmediate_operand with vector_operand.
23018         * config/i386/predicates.md (vector_operand): New predicate.
23019         (general_vector_operand): Replace nonimmediate_operand with
23020         vector_operand.
23021         * config/i386/sse.md: Replace nonimmediate_operand with
23022         vector_operand and m constraint with Bm constraint on SSE
23023         patterns with 16-byte memory operand.
23024         * config/i386/subst.md (round_nimm_predicate): Replace
23025         nonimmediate_operand with vector_operand.
23026         (round_saeonly_nimm_predicate): Likewise.
23027         (round_saeonly_nimm_scalar_predicate): New.
23029 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
23031         PR target/68991
23032         * config/i386/constraints.md (Bm): New constraint.
23033         * config/i386/predicates.md (vector_memory_operand): New
23034         predicate.
23035         * config/i386/sse.md: Replace xm with xBm in plusminus and
23036         any_logic patterns.
23038 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23040         PR 1078
23041         * doc/extend.texi (V850 Function Attributes): New section.
23042         (V850 Variable Attributes): New section.
23044 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23046         PR 1078
23047         * doc/extend.texi (MicroBlaze Function Attributes): Document
23048         interrupt_handler and fast_interrupt attributes.
23050 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
23052         PR other/60465
23053         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
23054         for local symbolic operands.
23055         * config/ia64/predicates.md (local_symbolic_operand64): New
23056         predicate.
23058 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23060         PR rtl-optimization/68651
23061         * combine.c (combine_simplify_rtx): Canonicalize x + x into
23062         x << 1.
23064 2016-01-05  Nathan Sidwell  <nathan@acm.org>
23066         * alias.c (compare_base_decls): Use symtab_node::get.
23068 2016-01-05  Nick Clifton  <nickc@redhat.com>
23070         PR target/68770
23071         * ira-costs.c (copy_cost): Initialise the t_icode field of the
23072         secondary_reload_info structure.
23074         PR target/66655
23075         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
23076         decls if weak support is available.
23078 2016-01-04  Martin Sebor  <msebor@redhat.com>
23080         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
23082 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
23084         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
23085         OPTION_MASK_P9_DFORM.
23087         * config/rs6000/constraints.md (wo constraint): New constraint for
23088         ISA 3.0 (power9).
23090         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
23091         for wo constraint.
23092         (rs6000_init_hard_regno_mode_ok): Likewise.
23094         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
23095         wo constraint.
23097         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
23098         expanders not to have constraints.  Add support for ISA 3.0 xxperm
23099         instruction.  Add support for fusing xxlor with xxperm.
23100         (altivec_vperm_<mode>_internal): Likewise.
23101         (altivec_vperm_v8hiv16qi): Likewise.
23102         (altivec_vperm_<mode>v16q): Likewise.
23103         (altivec_vperm_<mode>_uns): Likewise.
23104         (vperm_v8hiv4si): Likewise.
23105         (vperm_v16qiv8hi): Likewise.
23107         * doc/md.texi (RS/6000 constraints): Document wo constraint.
23109 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
23111         Update copyright years.
23113         * gcc.c (process_command): Update copyright notice dates.
23114         * gcov-dump.c (print_version): Ditto.
23115         * gcov.c (print_version): Ditto.
23116         * gcov-tool.c (print_version): Ditto.
23117         * gengtype.c (create_file): Ditto.
23118         * doc/cpp.texi: Bump @copying's copyright year.
23119         * doc/cppinternals.texi: Ditto.
23120         * doc/gcc.texi: Ditto.
23121         * doc/gccint.texi: Ditto.
23122         * doc/gcov.texi: Ditto.
23123         * doc/install.texi: Ditto.
23124         * doc/invoke.texi: Ditto.
23126 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
23128         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
23129         modes larger than TImode as TImode if NEON is not enabled.
23131 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
23133         PR target/69100
23134         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
23135         mode for %f0-%f31 only if TARGET_FPU.
23137 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
23139         PR target/69072
23140         * config/sparc/sparc.c (scan_record_type): Take into account subfields
23141         to compute the PACKED_P predicate.
23142         (function_arg_record_value): Minor tweaks.
23144 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23146         * doc/install.texi (--with-multilib-list): Describe the meaning of the
23147         option for arm*-*-* targets.
23149 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
23151         * doc/extend.texi (Common Function Attributes): Move docs for
23152         MSP430-specific attributes to....
23153         (MSP430 Function Attributes): ...here.  Delete the redundant
23154         entries and copy-edit the remaining text.
23155         (MSP430 Variable Attributes): Use uniform format for index
23156         entries and add a cross-reference to the corresponding function
23157         attribute docs.
23159 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
23161         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
23162         -finite-math typo.
23163         (x86 Options): Likewise.
23165 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
23167         PR 1078
23169         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
23170         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
23171         to corresponding attribute.
23173 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
23175         * doc/extend.texi (Common Function Attributes) <noplt>: Move
23176         to correct alphabetization of table.  Copy-edit and correct
23177         markup.
23178         <stack_protect>: Likewise.
23179         <target_clones>: Likewise.
23180         <simd>: Likewise.
23181         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
23182         Correct punctuation.
23183         (Code Gen Options) <-fno-plt>: Copy-edit.
23185 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23187         PR target/68917
23188         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
23189         SI values.  Explicitly convert SI to DI and vice-versa.
23191 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
23193         PR tree-optimization/69070
23194         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
23195         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
23197         PR sanitizer/69055
23198         * ubsan.c (ubsan_instrument_float_cast): Call
23199         initialize_sanitizer_builtins.
23201         PR target/69015
23202         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
23204 Copyright (C) 2016 Free Software Foundation, Inc.
23206 Copying and distribution of this file, with or without modification,
23207 are permitted in any medium without royalty provided the copyright
23208 notice and this notice are preserved.