Support crc32 as a i386 target optimization node
[official-gcc.git] / gcc / ChangeLog
blobecf6811457f7252a168b8c4cd2d64edfc68e180d
1 2016-09-23  Martin Liska  <mliska@suse.cz>
3         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
4         Handle crc32.
6 2016-09-23  Martin Liska  <mliska@suse.cz>
8         PR target/71652
9         * config/i386/i386.c (ix86_option_override_internal): Change
10         signature and return false when there's an error related to
11         arch string.
12         (release_options_strings): New function.
13         (ix86_valid_target_attribute_tree): Call the function.
15 2016-09-23  Jakub Jelinek  <jakub@redhat.com>
17         * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)
18         instead of vec_safe_length (CONSTRUCTOR_ELTS (...)).
19         (gen_hsa_ctor_assignment): Likewise.
20         * print-tree.c (print_node): Likewise.
21         * tree-dump.c (dequeue_and_dump): Likewise.
22         * tree-sra.c (sra_modify_constructor_assign): Likewise.
23         * expr.c (store_constructor): Likewise.
24         * fold-const.c (operand_equal_p): Likewise.
25         * tree-pretty-print.c (dump_generic_node): Likewise.
26         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Likewise.
27         * ipa-icf-gimple.c (func_checker::compare_operand): Likewise.
29 2016-09-23  Richard Biener  <rguenther@suse.de>
31         * hooks.h (hook_uint_uintp_false): Declare.
33 2016-09-22  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
35         * config/avr/avr.c (avr_rtx_costs_1): Handle DImode MULT.
36         (avr_address_cost): Replace 61 with MAX_LD_OFFSET(mode).
38 2016-09-22  Martin Sebor  <msebor@redhat.com>
40         PR target/77676
41         * gimple-ssa-sprintf.c (target_int_min, target_int_max): Use
42         HOST_BITS_PER_WIDE_INT, make a static local variable auto.
43         (target_int_min): Correct computation.
44         (format_integer): Use long long as the argument for the ll length
45         modifier.
46         (format_floating): Use target_int_max().
47         (get_string_length): Same.
48         (format_string): Avoid setting the bounded flag for strings
49         of unknown length.
50         (try_substitute_return_value): Avoid setting range info when
51         the result isn't bounded.
52         * varasm.c (assemble_name): Increase buffer size.
54 2016-09-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>
55             Terry Guo  <terry.guo@arm.com>
57         * target.def (elf_flags_numeric): New target hook.
58         * targhooks.h (default_asm_elf_flags_numeric): New.
59         * varasm.c (default_asm_elf_flags_numeric): New.
60         (default_elf_asm_named_section): Use new target hook.
61         * config/arm/arm.opt (mpure-code): New.
62         * config/arm/arm.h (SECTION_ARM_PURECODE): New.
63         * config/arm/arm.c (arm_asm_init_sections): Add section
64         attribute to default text section if -mpure-code.
65         (arm_option_check_internal): Diagnose use of option with
66         non supported targets and/or options.
67         (arm_asm_elf_flags_numeric): New.
68         (arm_function_section): New.
69         (arm_elf_section_type_flags): New.
70         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Disable
71         for -mpure-code.
72         * gcc/doc/texi (TARGET_ASM_ELF_FLAGS_NUMERIC): New.
73         * gcc/doc/texi.in (TARGET_ASM_ELF_FLAGS_NUMERIC): Likewise.
75 2016-09-22  Jan Hubicka  <hubicka@ucw.cz>
77         * regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.
79 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
81         * emit-rtl.c (next_cc0_user): Make argument type rtx_insn *.
82         * rtl.h: Adjust prototype.
84 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
86         * emit-rtl.c (next_active_insn): Change argument type to
87         rtx_insn *.
88         (prev_active_insn): Likewise.
89         (active_insn_p): Likewise.
90         * rtl.h: Adjust prototypes.
91         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
92         * config/arc/arc.md: Likewise.
93         * config/pa/pa.c (branch_to_delay_slot_p): Likewise.
94         (branch_needs_nop_p): Likewise.
95         (use_skip_p): Likewise.
96         * config/sh/sh.c (gen_block_redirect): Likewise.
97         (split_branches): Likewise.
98         * reorg.c (optimize_skip): Likewise.
99         (fill_simple_delay_slots): Likewise.
100         (fill_slots_from_thread): Likewise.
101         (relax_delay_slots): Likewise.
102         * resource.c (mark_target_live_regs): Likewise.
104 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
106         * config/cris/cris.c (cris_asm_output_case_end): Change argument
107         type to rtx_insn *.
108         * emit-rtl.c (next_nonnote_nondebug_insn): Likewise.
109         (prev_nonnote_nondebug_insn): Likewise.
110         * config/cris/cris-protos.h: Adjust prototype.
111         * rtl.h: Likewise.
112         * jump.c (rtx_renumbered_equal_p): Adjust.
114 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
116         * emit-rtl.c (prev_real_insn): Change argument type to rtx_insn *.
117         * rtl.h: Adjust prototype.
118         * config/sh/sh.md: Adjust.
119         * dwarf2out.c (add_var_loc_to_decl): Likewise.
121 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
123         * emit-rtl.c (next_nondebug_insn): Change argument type to
124         rtx_insn *.
125         (prev_nondebug_insn): Likewise.
126         * loop-doloop.c (doloop_condition_get): Likewise.
127         * rtl.h: Adjust prototype.
128         * cfgloop.h: Likewise.
130 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
132         * emit-rtl.c (next_nonnote_insn): Change argument type to
133         rtx_insn *.
134         (prev_nonnote_insn): Likewise.
135         * jump.c (reversed_comparison_code_parts): Likewise.
136         (reversed_comparison): Likewise.
137         * rtl.h: Adjust prototypes.
138         * config/arc/arc.md: Adjust.
139         * cse.c (find_comparison_args): Likewise.
140         * reorg.c (redundant_insn): Change return type to rtx_insn *.
141         (fix_reg_dead_note): Change argument type to rtx_insn *.
142         (delete_prior_computation): Likewise.
143         (delete_computation): Likewise.
144         (fill_slots_from_thread): Adjust.
145         (relax_delay_slots): Likewise.
146         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
147         (simplify_relational_operation_1): Likewise.
148         (simplify_ternary_operation): Likewise.
150 2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
152         * config/arc/arc-protos.h (arc_label_align): Change type of
153         variables from rtx to rtx_insn *.
154         * config/arc/arc.c (arc_label_align): Likewise.
155         * config/arm/arm.c (any_sibcall_could_use_r3): Likewise.
156         * config/bfin/bfin.c (workaround_speculation): Likewise.
157         * config/c6x/c6x.c (find_next_cycle_insn): Likewise.
158         (find_last_same_clock): Likewise.
159         (reorg_split_calls): Likewise.
160         * config/cris/cris-protos.h (cris_cc0_user_requires_cmp): Likewise.
161         * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise.
162         * config/h8300/h8300-protos.h (same_cmp_preceding_p): Likewise.
163         (same_cmp_following_p): Likewise.
164         * config/h8300/h8300.c (same_cmp_preceding_p): Likewise.
165         (same_cmp_following_p): Likwise.
166         * config/m32r/m32r.c (m32r_expand_epilogue): Likewise.
167         * config/nds32/nds32-protos.h (nds32_target_alignment): Likewise.
168         * config/nds32/nds32.c (nds32_target_alignment): Likewise.
169         * config/rl78/rl78.c (rl78_alloc_physical_registers_op2):
170         * Likewise.
171         (rl78_alloc_physical_registers_cmp): Likewise.
172         (rl78_alloc_physical_registers_umul): Likewise.
173         (rl78_calculate_death_notes): Likewise.
174         * config/s390/s390-protos.h (s390_label_align): Likewise.
175         * config/s390/s390.c (s390_label_align): Likewise.
176         * config/sh/sh.c (barrier_align): Likewise.
177         * config/sparc/sparc-protos.h (emit_cbcond_nop): Likewise.
178         * config/sparc/sparc.c (sparc_asm_function_epilogue): Likewise.
179         (emit_cbcond_nop): Likewise.
181 2016-09-22  Martin Liska  <mliska@suse.cz>
183         PR ipa/77653
184         * ipa-icf.c (sem_variable::merge): Yield merge operation if
185         alias address matters, not necessarily address of original.
187 2016-09-22  Richard Biener  <rguenther@suse.de>
189         PR middle-end/77697
190         * gimple-fold.c (fold_array_ctor_reference): Turn asserts into
191         fold fails.
193 2016-09-22  Richard Biener  <rguenther@suse.de>
195         PR middle-end/77677
196         * gimple-match-head.c (gimple_resimplify1): Drop TREE_OVERFLOW
197         from constant folding results.
198         (gimple_resimplify2): Likewise.
199         (gimple_resimplify3): Likewise.
201 2016-09-22  Richard Biener  <rguenther@suse.de>
203         PR middle-end/77678
204         * expr.c (expand_expr_real_1): Guard array access against negative
205         offset.
207 2016-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
209         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN instead
210         of MPFR_RNDN.
211         (format_floating): Likewise.
213 2016-09-22  Jakub Jelinek  <jakub@redhat.com>
215         PR fortran/77665
216         * tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
217         for all IFN_GOMP_SIMD_* internal fns, not just for
218         IFN_GOMP_SIMD_ORDERED_*.
220 2016-09-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
222         PR target/77670
223         * config/rs6000/predicates.md (invert_fpmask_comparison_operator):
224         New predicate that matches the ISA 3.0 XSCMP{EQ,GT,GE}DP
225         instructions when you want to invert the test.
226         * config/rs6000/rs6000.md (fpmask<mode>): Use the arguments in the
227         correct order for XXSEL.
228         (mov<SFDF:mode><SFDF2:mode>cc_invert_p9): Define the inverted test
229         for using XSCMP{EQ,GT,GE}DP.
231 2016-09-21  David Malcolm  <dmalcolm@redhat.com>
233         * genconstants.c (main): Introduce noop_reader and convert call
234         to read_md_files to a method call.
235         * genenums.c (main): Likewise.
236         * genmddeps.c (main): Likewise.
237         * genpreds.c (write_tm_constrs_h): Replace use of "in_fname" with
238         rtx_reader_ptr->get_top_level_filename ().
239         (write_tm_preds_h): Likewise.
240         (write_insn_preds_c): Likewise.
241         * gensupport.c (class gen_reader): New subclass of rtx_reader.
242         (rtx_handle_directive): Convert to...
243         (gen_reader::handle_unknown_directive): ...this.
244         (init_rtx_reader_args_cb): Convert return type from bool to
245         rtx_reader *.  Create a gen_reader instance, using it for the
246         call to read_md_files.  Return it if no errors occur.
247         (init_rtx_reader_args): Convert return type from bool to
248         rtx_reader *.
249         * gensupport.h (init_rtx_reader_args_cb): Likewise.
250         (init_rtx_reader_args_cb): Likewise.
251         * read-md.c (struct file_name_list): Move to class rtx_reader.
252         (read_md_file): Delete in favor of rtx_reader::m_read_md_file.
253         (read_md_filename): Delete in favor of
254         rtx_reader::m_read_md_filename.
255         (read_md_lineno): Delete in favor of rtx_reader::m_read_md_lineno.
256         (in_fname): Delete in favor of rtx_reader::m_toplevel_fname.
257         (base_dir): Delete in favor of rtx_reader::m_base_dir.
258         (first_dir_md_include): Delete in favor of
259         rtx_reader::m_first_dir_md_include.
260         (last_dir_md_include_ptr): Delete in favor of
261         rtx_reader::m_last_dir_md_include_ptr.
262         (max_include_len): Delete.
263         (rtx_reader_ptr): New.
264         (fatal_with_file_and_line): Use get_filename and get_lineno
265         accessors of rtx_reader_ptr.
266         (require_char_ws): Likewise.
267         (rtx_reader::read_char): New method, based on ::read_char.
268         (rtx_reader::unread_char): New method, based on ::unread_char.
269         (read_escape): Use get_filename and get_lineno accessors of
270         rtx_reader_ptr.
271         (read_braced_string): Use get_lineno accessor of rtx_reader_ptr.
272         (read_string): Use get_filename and get_lineno accessors of
273         rtx_reader_ptr.
274         (rtx_reader::rtx_reader): New ctor.
275         (rtx_reader::~rtx_reader): New dtor.
276         (handle_include): Convert from a function to...
277         (rtx_reader::handle_include): ...this method, converting
278         handle_directive from a callback to a virtual function.
279         (handle_file): Likewise, converting to...
280         (rtx_reader::handle_file): ...this method.
281         (handle_toplevel_file): Likewise, converting to...
282         (rtx_reader::handle_toplevel_file): ...this method.
283         (rtx_reader::get_current_location): New method.
284         (parse_include): Convert from a function to...
285         (rtx_reader::add_include_path): ...this method, dropping redundant
286         update to unused max_include_len.
287         (read_md_files): Convert from a function to...
288         (rtx_reader::read_md_files): ...this method, converting
289         handle_directive from a callback to a virtual function.
290         (noop_reader::handle_unknown_directive): New method.
291         * read-md.h (directive_handler_t): Delete this typedef.
292         (in_fname): Delete.
293         (read_md_file): Delete.
294         (read_md_lineno): Delete.
295         (read_md_filename): Delete.
296         (class rtx_reader): New class.
297         (rtx_reader_ptr): New decl.
298         (class noop_reader): New subclass of rtx_reader.
299         (read_char): Reimplement in terms of rtx_reader::read_char.
300         (unread_char): Reimplement in terms of rtx_reader::unread_char.
301         (read_md_files): Delete.
302         * read-rtl.c (read_rtx_code): Update for deletion of globals
303         read_md_filename and read_md_lineno.
305 2016-09-21  Jason Merrill  <jason@redhat.com>
307         * input.h (from_macro_definition_at): New.
309 2016-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
311         * doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
313 2016-09-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
315         PR tree-optimization/77550
316         * tree-vect-stmts.c (create_array_ref): Change parameters.
317         (get_group_alias_ptr_type): New function.
318         (vectorizable_store, vectorizable_load): Use get_group_alias_ptr_type.
320 2016-09-21  Marek Polacek  <polacek@redhat.com>
322         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
323         Add falls through comment.
325 2016-09-21  Richard Biener  <rguenther@suse.de>
327         * dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
328         (replace_child): Likewise.
329         (remove_child_TAG): Adjust.
330         (move_marked_base_types): Likewise.
331         (prune_unused_types_prune): Clear die_sib of removed children.
333 2016-09-21  Georg-Johann Lay  <avr@gjlay.de>
335         PR target/77326
336         * config/avr/avr.c (avr_notice_update_cc) [CC_NONE]: If insn
337         touches some regs mentioned in cc_status, do CC_STATUS_INIT.
339 2016-09-21  Richard Biener  <rguenther@suse.de>
341         PR tree-optimization/77648
342         * tree-ssa-structalias.c (process_constraint): Handle all DEREF
343         with complex RHS.
344         (make_transitive_closure_constraints): Adjust comment.
345         (make_any_offset_constraints): New function.
346         (handle_rhs_call): Make sure to first expand a pointer to all
347         subfields before transitively closing it.
348         (handle_const_call): Likewise.  Properly expand returned
349         pointers as well.
350         (handle_pure_call): Likewise.
352 2016-09-21  Richard Biener  <rguenther@suse.de>
353         Jakub Jelinek  <jakub@redhat.com>
355         PR tree-optimization/77621
356         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
357         group at non-vectorizable stmts.
359 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
361         PR tree-optimization/72835
362         * tree-ssa-reassoc.c (make_new_ssa_for_def): New.
363         (make_new_ssa_for_all_defs): Likewise.
364         (zero_one_operation): Replace all SSA_NAMEs defined in the chain.
366 2016-09-20  Martin Sebor  <msebor@redhat.com>
368         PR middle-end/49905
369         * Makefile.in (OBJS): Add gimple-ssa-sprintf.o.
370         * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Redefine.
371         * config/linux.c (gnu_libc_printf_pointer_format): New function.
372         * config/sol2.h (TARGET_PRINTF_POINTER_FORMAT): Same.
373         * config/sol2.c (solaris_printf_pointer_format): New function.
374         * doc/invoke.texi (-Wformat-length, -fprintf-return-value): New
375         options.
376         * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Document.
377         * doc/tm.texi: Regenerate.
378         * gimple-fold.h (get_range_strlen): New function.
379         (get_maxval_strlen): Declare existing function.
380         * gimple-fold.c (get_range_strlen): Add arguments and compute both
381         maximum and minimum.
382          (get_range_strlen): Define overload.
383         (get_maxval_strlen): Adjust.
384         * gimple-ssa-sprintf.c: New file and pass.
385         * passes.def (pass_sprintf_length): Add new pass.
386         * targhooks.h (default_printf_pointer_format): Declare new function.
387         (gnu_libc_printf_pointer_format): Same.
388         (solaris_libc_printf_pointer_format): Same.
389         * targhooks.c (default_printf_pointer_format): Define new function.
390         * tree-pass.h (make_pass_sprintf_length): Declare new function.
391         * print-tree.c: Increase buffer size.
393 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
395          * tree-vrp.c (get_value_range): Teach PARM_DECL to use ipa-vrp
396          results.
398 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
400         * common.opt: New option -fipa-vrp.
401         * ipa-cp.c (ipa_get_vr_lat): New.
402         (ipcp_vr_lattice::print): Likewise.
403         (print_all_lattices): Call ipcp_vr_lattice::print.
404         (ipcp_vr_lattice::meet_with): New.
405         (ipcp_vr_lattice::meet_with_1): Likewise.
406         (ipcp_vr_lattice::top_p): Likewise.
407         (ipcp_vr_lattice::bottom_p): Likewsie.
408         (ipcp_vr_lattice::set_to_bottom): Likewise.
409         (set_all_contains_variable): Call VR set_to_bottom.
410         (initialize_node_lattices): Init VR lattices.
411         (propagate_vr_accross_jump_function): New.
412         (propagate_constants_accross_call): Call
413         propagate_vr_accross_jump_function.
414         (ipcp_store_vr_results): New.
415         (ipcp_driver): Handle VR.
416         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Handle VR.
417         (ipa_set_jf_unknown): Likewise.
418         (ipa_compute_jump_functions_for_edge): Likewise.
419         (ipa_node_params_t::duplicate): Likewise.
420         (ipa_write_jump_function): Likewise.
421         (ipa_read_jump_function): Likewise.
422         (write_ipcp_transformation_info): Likewise.
423         (read_ipcp_transformation_info): Likewise.
424         (ipcp_update_vr): New.
425         (ipcp_transform_function): Handle VR.
426         * ipa-prop.h (struct ipa_vr): New.
427         * cgraph.c: Include tree-vrp.h.
428         * cgraphunit.c: Likewise.
429         * ipa-utils.c: Likewise.
430         * ipa.c: Likewise.
431         * opts.c: Likewise.
432         * toplev.c: Likewise.
433         * ipa-devirt.c: Likewise.
434         * ipa-inline-transform.c: Likewise.
435         * ipa-inline.c: Likewise.
436         * ipa-profile.c: Likewise.
438 2016-09-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
440         * doc/invoke.texi: Document -fdump-tree-evrp.
441         * passes.def: Define new pass_early_vrp.
442         * timevar.def: Define new TV_TREE_EARLY_VRP.
443         * tree-pass.h (make_pass_early_vrp): New.
444         * tree-ssa-propagate.c: Make replace_uses_in non static.
445         * tree-ssa-propagate.h: Export replace_uses_in.
446         * tree-vrp.c (extract_range_for_var_from_comparison_expr): New.
447         (extract_range_from_assert): Factor out
448         extract_range_for_var_from_comparison_expr.
449         (vrp_initialize_lattice): New.
450         (vrp_initialize): Factor out vrp_initialize_lattice.
451         (vrp_valueize): Fix it to reject complex value ranges.
452         (vrp_free_lattice): New.
453         (evrp_dom_walker::before_dom_children): Likewise.
454         (evrp_dom_walker::after_dom_children): Likewise.
455         (evrp_dom_walker::push_value_range): Likewise.
456         (evrp_dom_walker::pop_value_range): Likewise.
457         (execute_early_vrp): Likewise.
458         (execute_vrp): Call vrp_initialize_lattice and
459         vrp_free_lattice.
460         (make_pass_early_vrp): New.
462 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
464         * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_hwi
465         instead of exact_log2.
467 2016-09-20  Uros Bizjak  <ubizjak@gmail.com>
469         PR target/77621
470         * config/i386/i386.c (ix86_preferred_simd_mode) <case DFmode>:
471         Don't return word_mode for !TARGET_VECTORIZE_DOUBLE.
472         (ix86_add_stmt_cost): Penalize DFmode vector operations
473         for !TARGET_VECTORIZE_DOUBLE.
475 2016-09-20  Gerald Pfeifer  <gerald@pfeifer.com>
477         * doc/invoke.texi (Warning Options): Simplify language.
478         (Optimize Options): Complete sentence.
480 2016-09-20  David Edelsohn  <dje.gcc@gmail.com>
482         * dbxout.c (xcoff_debug_hooks):  Add filename parameter to
483         early_finish hook.
485 2016-09-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
487         PR target/71395
488         * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
489         inits on power8 and above, use the VMRGEW instruction instead of a
490         permute.
492         * config/rs6000/altivec.md (UNSPEC_VMRGEW_DIRECT): New unspec.
493         (p8_vmrgew_v4sf_direct): New VMRGEW insn for V4SF floating
494         initialization.
496 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
498         * config/aarch64/arm_neon.h
499         (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes.
500         (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise.
501         (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise.
503 2016-09-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
505         * config/var/vax.h (ELIMINABLE_REGS): Define.
506         (INITIAL_ELIMINATION_OFFSET): Define.
508 2016-09-20  Jakub Jelinek  <jakub@redhat.com>
510         PR middle-end/77624
511         * builtins.c (fold_builtin_atomic_always_lock_free): Only look through
512         cast to void * if the cast is from some other pointer type.
514 2016-09-20  Richard Biener  <rguenther@suse.de>
516         PR tree-optimization/77646
517         * tree-ssa-sccvn.c (visit_reference_op_call): Always value-number
518         a VDEF.
520 2016-09-20  Tamar Christina  <tamar.christina@arm.com>
522         * config/aarch64/arm_neon.h: Add gnu_inline and artificial
523         attributes to all inlined functions and make them extern.
525 2016-09-20  Richard Biener  <rguenther@suse.de>
527         * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
528         hook.
529         * debug.c (do_nothing_debug_hooks): Adjust.
530         * dbxout.c (dbx_debug_hooks): Likewise.
531         * sdbout.c (sdb_debug_hooks): Likewise.
532         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
533         (dwarf2out_finish): Move producer, filename and
534         path annotation ...
535         (dwarf2out_early_finish): ... here.  Remove in_lto_p special-casing.
536         * cgraphunit.c (symbol_table::finalize_compilation_unit): Adjust.
538 2016-09-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
540         PR c++/77434
541         * doc/invoke.texi: Document -Wint-in-bool-context.
543         PR middle-end/77421
544         * dwarf2out.c (output_loc_operands): Fix an assertion.
546 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
548         * ginclude/float.h [__STDC_WANT_IEC_60559_BFP_EXT__]
549         (CR_DECIMAL_DIG): New macro.
551 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
553         * ginclude/stddef.h (max_align_t) [__i386__]: Add __float128
554         element.
556 2016-09-19  Vladimir Makarov  <vmakarov@redhat.com>
558         PR rtl-optimization/77416
559         * lra-remat.c (operand_to_remat): Process hard coded insn
560         registers.
562 2016-09-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
564         * simplify-rtx.c (simplify_relational_operation_1): Add transformation
565         (GTU (PLUS a C) (C - 1)) --> (LTU a -C).
567 2016-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
569         * target.def (lra_p): Wordsmithing.
570         * doc/tm.texi: Regenerate.
572 2016-09-19  Jakub Jelinek  <jakub@redhat.com>
573             Jan Hubicka  <jh@suse.cz>
575         PR target/77587
576         * cgraph.c (cgraph_node::rtl_info): Pass &avail to
577         ultimate_alias_target call, return NULL if avail < AVAIL_AVAILABLE.
578         Call ultimate_alias_target just once, not up to 4 times.
580 2016-09-19  Richard Biener  <rguenther@suse.de>
582         * dwarf2out.c (early_dwarf_finished): New global.
583         (set_early_dwarf::set_early_dwarf): Assert early_dwarf_finished
584         is false.
585         (dwarf2out_early_finish): Set early_dwarf_finished at the end,
586         if called from LTO exit early.
587         (dwarf2out_late_global_decl): When being during the early
588         debug phase do not add locations but only const value attributes.
589         Adjust the way we generate early DIEs for LTO.
591 2016-09-19  Richard Biener  <rguenther@suse.de>
593         PR middle-end/77605
594         * tree-data-ref.c (analyze_subscript_affine_affine): Use the
595         proper niter to bound the loops.
597 2016-09-19  Richard Biener  <rguenther@suse.de>
599         PR tree-optimization/77514
600         * tree-ssa-pre.c (create_expression_by_pieces): Optimize
601         search for folded stmt.
603 2016-09-17  Jan Hubicka  <hubicka@ucw.cz>
605         * passes.def (pass_early_thread_jumps): Schedule after forwprop.
606         * tree-pass.h (make_pass_early_thread_jumps): Declare.
607         * tree-ssa-threadbackward.c (fsm_find_thread_path,
608         fsm_find_thread_path, profitable_jump_thread_path,
609         fsm_find_control_statement_thread_paths,
610         find_jump_threads_backwards): Add speed_p parameter.
611         (pass_data_early_thread_jumps): New pass.
612         (make_pass_early_thread_jumps): New function.
614 2016-09-17  Andreas Schwab  <schwab@suse.de>
616         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add cast.
617         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
619 2016-09-16  Eric Botcazou  <ebotcazou@adacore.com>
621         * recog.c (rest_of_handle_split_after_reload): Delete.
622         (pass_split_after_reload::gate): New method.
623         (pass_split_after_reload::execute): Call split_all_insns directly.
625 2016-09-16  Jonathan Wakely  <jwakely@redhat.com>
627         * doc/extend.texi (Integer Overflow Builtins): Fix type of out
628         parameters for functions taking long long arguments.
630 2016-09-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
632         PR target/77613
633         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add support for
634         splat with truncate.
636 2016-09-16  Jason Merrill  <jason@redhat.com>
638         * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
639         New.
640         * hwint.c (exact_log2): Use pow2p_hwi.
641         (ctz_hwi, ffs_hwi): Use least_bit_hwi.
642         * alias.c (memrefs_conflict_p): Use pow2_or_zerop.
643         * builtins.c (get_object_alignment_2, get_object_alignment)
644         (get_pointer_alignment, fold_builtin_atomic_always_lock_free): Use
645         least_bit_hwi.
646         * calls.c (compute_argument_addresses, store_one_arg): Use
647         least_bit_hwi.
648         * cfgexpand.c (expand_one_stack_var_at): Use least_bit_hwi.
649         * combine.c (force_to_mode): Use least_bit_hwi.
650         (contains_muldiv, find_split_point, combine_simplify_rtx)
651         (simplify_if_then_else, simplify_set, force_to_mode)
652         (if_then_else_cond, simplify_and_const_int_1)
653         (simplify_compare_const): Use pow2p_hwi.
654         * cse.c (fold_rtx): Use pow2p_hwi.
655         * emit-rtl.c (set_mem_attributes_minus_bitpos, adjust_address_1):
656         Use least_bit_hwi.
657         * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
658         (init_expmed_one_conv): Use pow2p_hwi.
659         * expr.c (is_aligning_offset): Use pow2p_hwi.
660         * fold-const.c (round_up_loc, round_down_loc): Use pow2_or_zerop.
661         (fold_binary_loc): Use pow2p_hwi.
662         * function.c (assign_parm_find_stack_rtl): Use least_bit_hwi.
663         * gimple-fold.c (gimple_fold_builtin_memory_op): Use pow2p_hwi.
664         * gimple-ssa-strength-reduction.c (replace_ref): Use least_bit_hwi.
665         * hsa-gen.c (gen_hsa_addr_with_align, hsa_bitmemref_alignment):
666         Use least_bit_hwi.
667         * ifcvt.c (noce_try_store_flag_constants): Use pow2p_hwi.
668         * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
669         * ipa-prop.c (ipa_modify_call_arguments): Use least_bit_hwi.
670         * omp-low.c (oacc_loop_fixed_partitions)
671         (oacc_loop_auto_partitions): Use least_bit_hwi.
672         * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
673         * stor-layout.c (place_field): Use least_bit_hwi.
674         * tree-pretty-print.c (dump_generic_node): Use pow2p_hwi.
675         * tree-sra.c (build_ref_for_offset): Use least_bit_hwi.
676         * tree-ssa-ccp.c (ccp_finalize): Use least_bit_hwi.
677         * tree-ssa-math-opts.c (bswap_replace): Use least_bit_hwi.
678         * tree-ssa-strlen.c (handle_builtin_memcmp): Use pow2p_hwi.
679         * tree-vect-data-refs.c (vect_analyze_group_access_1)
680         (vect_grouped_store_supported, vect_grouped_load_supported)
681         (vect_permute_load_chain, vect_shift_permute_load_chain)
682         (vect_transform_grouped_load): Use pow2p_hwi.
683         * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
684         * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.
685         * tree-vect-stmts.c (vectorizable_mask_load_store): Use
686         least_bit_hwi.
687         * tsan.c (instrument_expr): Use least_bit_hwi.
688         * var-tracking.c (negative_power_of_two_p): Use pow2_or_zerop.
690 2016-09-16  Andreas Schwab  <schwab@suse.de>
692         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use parameter
693         OFFSET, not offset.
694         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
696 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
698         PR target/77526
699         * combine.c (rest_of_handle_combine): If any edges have been purged,
700         free dominators if available.
702 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
703             Eric Botcazou  <ebotcazou@adacore.com>
705         PR middle-end/77594
706         * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
707         through into expand_addsub_overflow after expand_neg_overflow.
709 2016-09-15  David Malcolm  <dmalcolm@redhat.com>
711         * diagnostic-show-locus.c
712         (selftest::test_fixit_insert_containing_newline): New function.
713         (selftest::test_fixit_replace_containing_newline): New function.
714         (selftest::diagnostic_show_locus_c_tests): Call the above.
716 2016-09-15  Bin Cheng  <bin.cheng@arm.com>
718         PR tree-optimization/77503
719         * tree-vect-loop.c (vectorizable_reduction): Record reduction
720         code for CONST_COND_REDUCTION at analysis stage and use it at
721         transform stage.
722         * tree-vectorizer.h (struct _stmt_vec_info): New field.
723         (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): New macro.
724         * tree-vect-stmts.c (new_stmt_vec_info): Initialize above new
725         field.
727 2016-09-15  Richard Biener  <rguenther@suse.de>
729         PR middle-end/77544
730         * fold-const.c (split_tree): Do not split constant ~X.
732 2016-09-15  Jakub Jelinek  <jakub@redhat.com>
734         PR rtl-optimization/77425
735         * sched-int.h (sd_iterator_cond): Don't update it_ptr->linkp if list
736         is NULL.
738         PR middle-end/77475
739         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify,
740         use %qs instead of %s where desirable, use argument instead of arg in
741         the diagnostic wording, add list of supported strategies and
742         spellcheck hint.
743         (ix86_option_override_internal): Emit target("m...") instead of
744         option("m...") in the diagnostic.  Use %qs instead of %s in invalid
745         -march/-mtune option diagnostic.  Add list of supported arches/tunings
746         and spellcheck hint.  Remove prefix, suffix and sw variables, use
747         main_args_p ? "..." : "..." in diagnostics to make translation
748         possible.
750 2016-09-15  Richard Biener  <rguenther@suse.de>
752         * dwarf2asm.h (dw2_asm_output_offset): Add overload with
753         extra offset argument.
754         * dwarf2asm.c (dw2_asm_output_offset): Implement that.
755         * doc/tm.texi.in (ASM_OUTPUT_DWARF_OFFSET): Adjust documentation
756         to reflect new offset parameter.
757         * doc/tm.texi: Regenerate.
758         * config/darwin.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
759         * config/darwin-protos.h (darwin_asm_output_dwarf_delta): Add
760         offset argument.
761         (darwin_asm_output_dwarf_offset): Likewise.
762         * config/darwin.c (darwin_asm_output_dwarf_delta): Add offset
763         argument.
764         (darwin_asm_output_dwarf_offset): Pass offset argument through.
765         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
766         * config/i386/cygmin.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
768 2016-09-15  Chung-Lin Tang  <cltang@codesourcery.com>
770         PR fortran/72743
771         * ipa-icf.c (set_alias_uids): New function.
772         (sem_variable::merge): Use set_alias_uids to set DECL_PT_UID of
773         all the merged variable's referring aliases.
775 2016-09-15  Richard Biener  <rguenther@suse.de>
777         PR tree-optimization/77514
778         * tree-ssa-pre.c (create_expression_by_pieces): Handle garbage
779         only forced_stmts sequence.
781 2016-09-15  Kugan Vivekanandarajah  <kuganv@linaro.org>
783         * tree-ssanames.h (FOR_EACH_SSA_NAME): New.
784         * cfgexpand.c (update_alias_info_with_stack_vars): Use
785         FOR_EACH_SSA_NAME to iterate over SSA variables.
786         (pass_expand::execute): Likewise.
787         * omp-simd-clone.c (ipa_simd_modify_function_body): Likewise.
788         * tree-cfg.c (dump_function_to_file): Likewise.
789         * tree-into-ssa.c (pass_build_ssa::execute): Likewise.
790         (update_ssa): Likewise.
791         * tree-ssa-alias.c (dump_alias_info): Likewise.
792         * tree-ssa-ccp.c (ccp_finalize): Likewise.
793         * tree-ssa-coalesce.c (build_ssa_conflict_graph): Likewise.
794         (create_outofssa_var_map): Likewise.
795         (coalesce_ssa_name): Likewise.
796         * tree-ssa-operands.c (dump_immediate_uses): Likewise.
797         * tree-ssa-pre.c (compute_avail): Likewise.
798         * tree-ssa-sccvn.c (init_scc_vn): Likewise.
799         (scc_vn_restore_ssa_info): Likewise.
800         (free_scc_vn): Likwise.
801         (run_scc_vn): Likewise.
802         * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
803         * tree-ssa-ter.c (new_temp_expr_table): Likewise.
804         * tree-ssa-copy.c (fini_copy_prop): Likewise.
805         * tree-ssa.c (verify_ssa): Likewise.
807 2016-09-14  Matthew Fortune  <matthew.fortune@imgtec.com>
809         * config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
810         and mips64r2 as default 32-bit and 64-bit architectures.
811         (mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
812         as default 32-bit and 64-bit architectures.
814 2016-09-14  Pat Haugen  <pthaugen@us.ibm.com>
816         * loop-unroll.c (unroll_loop_runtime_iterations): Set probability
817         of succ edge.
819 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
821         * target.def (lra_p): Change commentary (for the manual) for the
822         new default.
823         * doc/tm.texi: Regenerate.
825 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
827         * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
828         * config/arm/arm.c (TARGET_LRA_P): Delete macro.
829         * config/i386/i386.c (TARGET_LRA_P): Delete macro.
830         * config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
832 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
834         * targhooks.c (default_lra_p): Return true instead of false.
836 2016-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
838         * config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
839         hook_bool_void_false.
840         * config/avr/avr.c: Ditto.
841         * config/bfin/bfin.c: Ditto.
842         * config/c6x/c6x.c: Ditto.
843         * config/cr16/cr16.c: Ditto.
844         * config/cris/cris.c: Ditto.
845         * config/epiphany/epiphany.c: Ditto.
846         * config/fr30/fr30.c: Ditto.
847         * config/frv/frv.c: Ditto.
848         * config/h8300/h8300.c: Ditto.
849         * config/ia64/ia64.c: Ditto.
850         * config/iq2000/iq2000.c: Ditto.
851         * config/lm32/lm32.c: Ditto.
852         * config/m32c/m32c.c: Ditto.
853         * config/m32r/m32r.c: Ditto.
854         * config/m68k/m68k.c: Ditto.
855         * config/mcore/mcore.c: Ditto.
856         * config/microblaze/microblaze.c: Ditto.
857         * config/mmix/mmix.c: Ditto.
858         * config/mn10300/mn10300.c: Ditto.
859         * config/moxie/moxie.c: Ditto.
860         * config/msp430/msp430.c: Ditto.
861         * config/nios2/nios2.c: Ditto.
862         * config/nvptx/nvptx.c: Ditto.
863         * config/pa/pa.c: Ditto.
864         * config/pdp11/pdp11.c: Ditto.
865         * config/rl78/rl78.c: Ditto.
866         * config/sparc/sparc.c: Ditto.
867         * config/spu/spu.c: Ditto.
868         * config/stormy16/stormy16.c: Ditto.
869         * config/tilegx/tilegx.c: Ditto.
870         * config/tilepro/tilepro.c: Ditto.
871         * config/v850/v850.c: Ditto.
872         * config/vax/vax.c: Ditto.
873         * config/visium/visium.c: Ditto.
874         * config/xtensa/xtensa.c: Ditto.
876 2016-09-14  Jakub Jelinek  <jakub@redhat.com>
878         PR sanitizer/68260
879         * tsan.c: Include target.h.
880         (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
881         (BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
882         (tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
883         BUILT_IN_ATOMIC_TEST_AND_SET entries.
884         (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
886 2016-09-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
887             Martin Liska  <mliska@suse.cz>
889         PR middle-end/77574
890         * predict.c (force_edge_cold): Add braces to a condition.
892 2016-09-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
894         PR rtl-optimization/77289
895         * lra-constraints.c (get_final_hard_regno): Removed.
896         (get_hard_regno): Add new parameter final_p.
897         (get_reg_class): Directly call lra_get_elimination_hard_regno.
898         (operands_match_p): Adjust call to get_hard_regno.
899         (uses_hard_regs_p): Likewise.
900         (process_alt_operands): Likewise.
902 2016-09-13  Joe Seymour  <joe.s@somniumtech.com>
904         PR target/70713
905         * config/msp430/msp430.c (msp430_start_function): Emit an error
906         if a function is both weak and specifies an interrupt number.
908 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
910         PR tree-optimization/77454
911         * tree-ssa-dom.c (optimize_stmt): Set modified flag on stmt after
912         changing GIMPLE_COND.  Move update_stmt_if_modified call after this.
913         Formatting fix.
915 2016-09-13  Tamar Christina  <tamar.christina@arm.com>
917         * config/aarch64/aarch64-builtins.c
918         (aarch64_init_simd_builtins): Fix builtin type signature printing.
920 2016-09-13  Uros Bizjak  <ubizjak@gmail.com>
922         * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-named
923         SFmode and SCmode arguments by reference.
925 2016-09-13  David Malcolm  <dmalcolm@redhat.com>
927         * diagnostic-show-locus.c (selftest::test_one_liner_fixit_insert):
928         Rename to...
929         (selftest::test_one_liner_fixit_insert_before): ...this, and update
930         for renaming of add_fixit_insert to add_fixit_insert_before.
931         (selftest::test_one_liner_fixit_insert_after): New function.
932         (selftest::test_one_liner_fixit_validation_adhoc_locations):
933         Update for renaming of add_fixit_insert to add_fixit_insert_before.
934         (selftest::test_one_liner_many_fixits): Likewise.
935         (selftest::test_diagnostic_show_locus_one_liner): Update for
936         renaming, call new test function.
937         (selftest::test_diagnostic_show_locus_fixit_lines): Update for
938         renaming of add_fixit_insert to add_fixit_insert_before.
939         (selftest::test_fixit_consolidation): Likewise.
940         * diagnostic.c (selftest::test_print_parseable_fixits_insert):
941         Likewise.
942         * edit-context.c (selftest::test_applying_fixits_insert): Rename to...
943         (selftest::test_applying_fixits_insert_before): ...this.
944         (selftest::test_applying_fixits_insert): Update for renaming of
945         add_fixit_insert to add_fixit_insert_before.
946         (selftest::test_applying_fixits_insert_after): New function.
947         (selftest::test_applying_fixits_insert_after_at_line_end): New
948         function.
949         (selftest::test_applying_fixits_insert_after_failure): New function.
950         (selftest::test_applying_fixits_multiple): Update for renaming of
951         add_fixit_insert to add_fixit_insert_before.
952         (selftest::change_line): Likewise.
953         (selftest::test_applying_fixits_unreadable_file): Likewise.
954         (selftest::test_applying_fixits_line_out_of_range): Likewise.
955         (selftest::test_applying_fixits_column_validation): Likewise.
956         (selftest::test_applying_fixits_column_validation): Likewise.
957         (selftest::edit_context_c_tests): Update for renamed test function;
958         call new test functions.
960 2016-09-13  Pat Haugen  <pthaugen@us.ibm.com>
962         PR tree-optimization/77536
963         PR rtl-optimization/68212
964         * config/rs6000/rs6000.md (div->recip splitter): Remove
965         optimize_insn_for_speed_p condition.
967 2016-09-13  Maciej W. Rozycki  <macro@imgtec.com>
969         * optabs.c (prepare_cmp_insn): Update documentation comment.
971 2016-09-13  Jakub Jelinek  <jakub@redhat.com>
972             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
974         PR middle-end/77475
975         * opts.h (candidates_list_and_hint): Declare.
976         * opts-common.c (candidates_list_and_hint): New function.
977         (cmdline_handle_error): Use it.
979 2016-09-12  David Malcolm  <dmalcolm@redhat.com>
981         * edit-context.c (edited_line::get_len): New accessor.
982         (edited_file::print_diff): Split out hunk-printing into...
983         (edited_file::print_diff_hunk): New method.
984         (edited_file::print_diff_line): New method.
986 2016-09-12  Andrew Pinski  <apinski@cavium.com>
988         * config/aarch64/aarch64-tuning-flags.def (SLOW_UNALIGNED_LDPW):
989         New tuning option.
990         * config/aarch64/aarch64.c (thunderx_tunings): Enable
991         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW.
992         (aarch64_operands_ok_for_ldpstp): Return false if
993         AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW and the mode
994         was SImode and the alignment is less than 8 byte.
995         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
997 2016-09-12  Orlando Arias  <oarias@knights.ucf.edu>
999         PR target/77570
1000         * config/msp430/msp430.md (delay_cycles_32x): Fix pushm/popm.
1002 2016-09-12  Marek Polacek  <polacek@redhat.com>
1004         * doc/extend.texi: Use lowercase "boolean".
1005         * doc/invoke.texi: Likewise.
1006         * doc/md.texi: Likewise.
1007         * target.def: Likewise.
1008         * doc/tm.texi: Regenerated.
1010 2016-09-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1012         PR middle-end/77426
1013         * expmed.c (synth_mult): Delete duplicate mode check.
1015 2016-09-10  Tom de Vries  <tom@codesourcery.com>
1017         PR C/71602
1018         * builtins.c (std_canonical_va_list_type): Strictly return non-null for
1019         va_list type only.
1020         * config/i386/i386.c (ix86_canonical_va_list_type): Same.
1021         * gimplify.c (gimplify_va_arg_expr): Handle &va_list.
1023 2016-09-09  Peter Bergner  <bergner@vnet.ibm.com>
1025         PR rtl-optimization/77289
1026         * lra-constraints.c (get_final_hard_regno): Add support for non hard
1027         register numbers.  Remove support for subregs.
1028         (get_hard_regno): Use SUBREG_P.  Don't call get_final_hard_regno().
1029         (get_reg_class): Delete removed get_final_hard_regno() argument.
1030         (uses_hard_regs_p): Call get_final_hard_regno().
1032 2016-09-09  Martin Sebor  <msebor@redhat.com>
1034         PR c/77520
1035         PR c/77521
1036         * pretty-print.c (pp_quoted_string): New function.
1037         (pp_format): Call it for %c and %s directives.
1039 2016-09-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1041         * doc/tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
1042         (ELIMINABLE_REGS, TARGET_CAN_ELIMINATE,
1043         INITIAL_ELIMINATION_OFFSET) : Update documentation.
1044         * target.def (frame_pointer_required, can_eliminate): Likewise.
1045         * doc/tm.texi: Regenerated.
1046         * builtins.c (expand_builtin_setjmp_receiver): Remove #ifdef
1047         ELIMINABLE_REGS.
1048         * df-scan.c (df_hard_reg_init): Likewise.
1049         * ira.c (ira_setup_eliminable_regset): Likewise.
1050         * lra-eliminations.c (reg_eliminate_1, (update_reg_eliminate,
1051         init_elim_table): Likewise.
1052         * reload1.c (reg_eliminate_1, verify_initial_elim_offsets,
1053         set_initial_elim_offsets, update_eliminables,
1054         init_elim_table): Likewise.
1055         * rtlanal.c (get_initial_register_offset): Likewise.
1056         * config/ft32/ft32.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
1057         * config/m32r/m32r.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
1058         * config/moxie/moxie.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
1059         * config/vax/vax.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
1060         * config/fr30/fr30.h: Fix comment.
1061         * config/frv/frv.c: Likewise.
1062         * config/frv/frv.h: Likewise.
1063         * config/ft32/ft32.h: Likewise.
1064         * config/visium/visium.h: Likewise.
1065         * config/pa/pa64-linux.h: Likewise.
1066         * config/v850/v850.h: Likewise.
1067         * config/cris/cris.c: Likewise.
1068         * config/ia64/ia64.h: Likewise.
1069         * config/moxie/moxie.h: Likewise.
1070         * config/m32r/m32r.h: Likewise.
1072 2016-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1074         PR target/77267
1075         * config.in: Regenerate.
1076         * config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
1077         New macro.
1078         (MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
1079         (LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
1080         static-libmpxwrappers case.
1081         (LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
1082         MPX_LD_AS_NEEDED_GUARD_POP.
1083         * configure: Regenerate.
1084         * configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
1085         defined if linker support "--push-state"/"--pop-state".
1087 2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1089         * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
1091 2016-09-09  Joseph Myers  <joseph@codesourcery.com>
1093         * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
1094         (__LONG_WIDTH__, __LONG_LONG_WIDTH__, __PTRDIFF_WIDTH__)
1095         (__SIG_ATOMIC_WIDTH__, __SIZE_WIDTH__, __WCHAR_WIDTH__)
1096         (__WINT_WIDTH__, __INT_LEAST8_WIDTH__, __INT_LEAST16_WIDTH__)
1097         (__INT_LEAST32_WIDTH__, __INT_LEAST64_WIDTH__)
1098         (__INT_FAST8_WIDTH__, __INT_FAST16_WIDTH__, __INT_FAST32_WIDTH__)
1099         (__INT_FAST64_WIDTH__, __INTPTR_WIDTH__, __INTMAX_WIDTH__):
1100         Document.
1101         * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Define
1102         width macros from TS 18661-1.
1103         * glimits.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Likewise.
1105 2016-09-08  Jakub Jelinek  <jakub@redhat.com>
1107         PR fortran/77516
1108         * omp-low.c (lower_rec_simd_input_clauses): Use max_vf for non-positive
1109         OMP_CLAUSE_SAFELEN_EXPR.
1111 2016-09-07  David Malcolm  <dmalcolm@redhat.com>
1113         * Makefile.in (OBJS): Add substring-locations.o.
1114         * langhooks-def.h (class substring_loc): New forward decl.
1115         (lhd_get_substring_location): New decl.
1116         (LANG_HOOKS_GET_SUBSTRING_LOCATION): New macro.
1117         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_GET_SUBSTRING_LOCATION.
1118         * langhooks.c (lhd_get_substring_location): New function.
1119         * langhooks.h (class substring_loc): New forward decl.
1120         (struct lang_hooks): Add field get_substring_location.
1121         * substring-locations.c: New file, taking definition of
1122         format_warning_va and format_warning_at_substring from
1123         c-family/c-format.c, making them non-static.
1124         * substring-locations.h (class substring_loc): Move class here
1125         from c-family/c-common.h.  Add and rewrite comments.
1126         (format_warning_va): New decl.
1127         (format_warning_at_substring): New decl.
1128         (get_source_location_for_substring): Add comment.
1130 2016-09-07  Eric Gallager  <egall@gwmail.gwu.edu>
1132         * config/i386/i386.c: Add 'U' suffix to processor feature bits
1133         to avoid -Wnarrowing warning.
1134         * config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
1135         * opts.c: Likewise for SANITIZER_OPT bitmasks.
1137 2016-09-07  Wilco Dijkstra  <wdijkstr@arm.com>
1139         * config/aarch64/aarch64.c (aarch64_legitimize_address):
1140         Avoid use of base_offset if offset already in range.
1142 2016-09-07  Kaz Kojima  <kkojima@gcc.gnu.org>
1144         * config/sh/sh-protos.h (struct sh_atomic_model,
1145         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
1146         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
1147         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Move to...
1148         * config/sh/sh.h (struct sh_atomic_model,
1149         selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
1150         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
1151         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): ...here.
1152         Guard with __cplusplus.
1154 2016-09-06  Jakub Jelinek  <jakub@redhat.com>
1156         PR target/69255
1157         * config/i386/i386.c (ix86_expand_builtin): For builtin with
1158         unsupported or unknown ISA, use expand_call.
1160 2016-09-06  Martin Liska  <mliska@suse.cz>
1162         PR gcov-profile/77378
1163         PR gcov-profile/77466
1164         * tree-profile.c (tree_profiling): Detect whether target can use
1165         -fprofile-update=atomic.
1167 2016-09-06  Richard Biener  <rguenther@suse.de>
1169         PR tree-optimization/77479
1170         * tree-vrp.c (update_value_range): Extend overflow handling to
1171         VARYING.
1173 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
1175         PR target/77476
1176         * config/i386/i386.md (isa): Add x64_avx512bw.
1177         (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
1178         (kmov_isa): New mode attr.
1179         (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
1180         (*zero_extend<mode>si2): Likewise.
1181         (*zero_extendqihi2): Use avx512dq isa for the last alternative.
1183 2016-09-05  Gerald Pfeifer  <gerald@pfeifer.com>
1185         * doc/invoke.texi (SPU Options): nops -> NOPs.
1186         (x86 Options): Ditto.
1188 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
1190         PR middle-end/77475
1191         * toplev.c (process_options): Temporarily set input_location
1192         to UNKNOWN_LOCATION around targetm.target_option.override () call.
1194 2016-09-05  Uros Bizjak  <ubizjak@gmail.com>
1196         PR rtl-optimization/77452
1197         * explow.c (plus_constant) <case MEM>: Extract scalar constant from
1198         inner-mode reference to a CONST_VECTOR constant in the constant pool.
1200 2016-09-05  Marek Polacek  <polacek@redhat.com>
1202         PR c/77423
1203         * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
1205 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
1207         PR other/77421
1208         * gensupport.c (alter_output_for_subst_insn): Remove redundant
1209         *insn_out == '*' test.  Don't copy unnecessary to yet another
1210         memory buffer, and don't leak it.
1212         PR rtl-optimization/77425
1213         * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
1215 2016-09-03  Kirill Yukhin  <kirill.yukhin@intel.com>
1217         * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
1219 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
1221         * common.opt (fdiagnostics-generate-patch): New option.
1222         * diagnostic.c: Include "edit-context.h".
1223         (diagnostic_initialize): Initialize context->edit_context_ptr.
1224         (diagnostic_finish): Delete context->edit_context_ptr.
1225         (diagnostic_report_diagnostic): Add fix-it hints from the
1226         diagnostic to context->edit_context_ptr, if any.
1227         * diagnostic.h (class edit_context): Add forward decl.
1228         (struct diagnostic_context): Add field "edit_context_ptr".
1229         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
1230         -fdiagnostics-generate-patch.
1231         (-fdiagnostics-generate-patch): New item.
1232         * toplev.c: Include "edit-context.h".
1233         (process_options): Set global_dc->edit_context_ptr to a new
1234         edit_context if the options need one.
1235         (toplev::main): Handle -fdiagnostics-generate-patch by using
1236         global_dc->edit_context_ptr.
1238 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1240         PR c/65467
1241         * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
1242         map and firstprivate clauses on target construct for _Atomic
1243         qualified decls.
1244         (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
1245         on target construct for _Atomic qualified decls.
1246         * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
1247         decls.
1248         * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
1249         _Atomic qualified arguments not mentioned in uniform clause.
1251 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
1253         * Makefile.in (OBJS-libcommon): Add edit-context.o.
1254         * diagnostic-color.c (color_dict): Add "diff-filename",
1255         "diff-hunk", "diff-delete", and "diff-insert".
1256         (parse_gcc_colors): Update default value of GCC_COLORS in comment
1257         to reflect above changes.
1258         * doc/invoke.texi (-fdiagnostics-color): Update description of
1259         default GCC_COLORS, and of the supported capabilities.
1260         * edit-context.c: New file.
1261         * edit-context.h: New file.
1262         * input.c (struct fcache): Add field "missing_trailing_newline".
1263         (diagnostics_file_cache_forcibly_evict_file): Initialize it to
1264         true.
1265         (add_file_to_cache_tab): Likewise.
1266         (fcache::fcache): Likewise.
1267         (get_next_line): Update c->missing_trailing_newline.
1268         (location_missing_trailing_newline): New function.
1269         * input.h (location_missing_trailing_newline): New decl.
1270         * selftest-run-tests.c (selftest::run_tests): Call
1271         edit_context_c_tests.
1272         * selftest.h (edit_context_c_tests): New decl.
1274 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1275             Richard Biener  <rguenth@suse.de>
1277         PR tree-optimization/77444
1278         * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
1279         as steptype, remove redundant initialization.
1281 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1283         PR sanitizer/77396
1284         * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
1285         (sanopt_optimize_walker): Optimize away
1286         __asan_before_dynamic_init (...) followed by
1287         __asan_after_dynamic_init () without intervening memory loads/stores.
1288         * ipa-pure-const.c (special_builtin_state): Handle
1289         BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
1290         BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
1292 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1294         * cfg.c (free_original_copy_tables): Replace second assignment of
1295         bb_copy = NULL by bb_original = NULL. 
1297 2016-09-02  Jakub Jelinek  <jakub@redhat.com>
1299         PR other/77421
1300         * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
1301         assignment added in r216794.
1303 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
1305         * Makefile.in (OBJS): Add typed-splay-tree.o.
1306         * selftest-run-tests.c (selftest::run_tests): Call
1307         typed_splay_tree_c_tests.
1308         * selftest.h (typed_splay_tree_c_tests): New decl.
1309         * typed-splay-tree.c: New file.
1310         * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
1311         (typed_splay_tree::max): New method.
1312         (typed_splay_tree::min): New method.
1313         (typed_splay_tree::foreach): New method.
1314         (typed_splay_tree::closure): New struct.
1315         (typed_splay_tree::inner_foreach_fn): New function.
1317 2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1319         * ipa-cp.c (ipcp_store_bits_results): Change option name from
1320         -fipa-cp-bit to -fipa-bit-cp.
1322 2016-09-01  Martin Sebor  <msebor@redhat.com>
1324         PR tree-optimization/71831
1325         * tree-object-size.h: Return bool instead of the size and add
1326         argument for the size.
1327         * tree-object-size.c (compute_object_offset): Update signature.
1328         (addr_object_size): Same.
1329         (compute_builtin_object_size): Return bool instead of the size
1330         and add argument for the size.  Handle POINTER_PLUS_EXPR when
1331         optimization is disabled.
1332         (expr_object_size): Adjust.
1333         (plus_stmt_object_size): Adjust.
1334         (pass_object_sizes::execute): Adjust.
1335         * builtins.c (fold_builtin_object_size): Adjust.
1336         * doc/extend.texi (Object Size Checking): Update.
1337         * ubsan.c (instrument_object_size): Adjust.
1339 2016-09-01  Martin Sebor  <msebor@redhat.com>
1341         * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
1342         it fits the output of the formatted function regardless of its
1343         arguments.
1344         * gcc/genmodes.c (parser::parse_expr): Same.
1345         * gimplify.c (gimplify_asm_expr): Same.
1346         * passes.c (pass_manager::register_one_dump_file): Same.
1347         * print-tree.c (print_node): Same.
1349 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1351         * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
1353 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1355         * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
1357 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1359         * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
1360         * config/rs6000/vector.md: Ditto.
1361         * config/rs6000/vsx.md: Ditto.
1363 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
1365         * ipa-inline-analysis.c (param_change_prob): Get to the base object
1366         first in all cases.
1368 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1370         * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
1371         *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
1372         *return_and_restore_gpregs_<mode>_r11,
1373         *return_and_restore_gpregs_<mode>_r12,
1374         *return_and_restore_gpregs_<mode>_r1,
1375         *return_and_restore_fpregs_<mode>_r11,
1376         *return_and_restore_fpregs_<mode>_r12,
1377         *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
1378         directly instead of via the "l" constraint.  Renumber operands.
1379         Fix whitespace.
1381 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1383         * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
1384         save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
1385         *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
1386         * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
1387         load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
1388         *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
1389         *call_value_nonlocal_darwin64, reload_macho_picbase,
1390         reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
1391         * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
1392         * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
1393         *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
1394         *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
1395         *save_fpregs_<mode>_r1): Ditto.
1396         * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
1397         *return_and_restore_gpregs_spe): Ditto.
1399 2016-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
1401         * config/rs6000/rs6000.md
1402         (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
1403         the use of the link register.
1404         (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
1406 2016-09-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1407             Michael Meissner  <meissner@linux.vnet.ibm.com>
1409         PR target/72827
1410         * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
1411         reg+reg addressing for TImode.
1412         (rs6000_legitimate_address_p): Only allow register indirect
1413         addressing for TImode, even without TARGET_QUAD_MEMORY.
1415 2016-09-01  Richard Biener  <rguenther@suse.de>
1417         PR middle-end/77436
1418         * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
1419         check whether the result fits the desired result type.
1421 2016-09-01  Nathan Sidwell  <nathan@acm.org>
1423         * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
1425 2016-09-01  Wilco Dijkstra  <wdijkstr@arm.com>
1427         * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
1428         New function.
1429         (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
1431 2016-09-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1433         * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
1434         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
1435         for comparisons of integer ZERO_EXTEND against zero.
1437 2016-09-01  Eric Botcazou  <ebotcazou@adacore.com>
1439         * config/i386/i386.c (ix86_option_override_internal): Also disable the
1440         STV pass if -mstackrealign is enabled.
1442 2016-08-31  Ilya Verbin  <iverbin@gmail.com>
1444         * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
1445         AVX512IFMA.
1447 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
1449         * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
1450         (layout_range::intersects_line_p): New method.
1451         (test_range_contains_point_for_single_point): Rename to...
1452         (test_layout_range_for_single_point): ...this, and add testing
1453         for layout_range::intersects_line_p.
1454         (test_range_contains_point_for_single_line): Rename to...
1455         (test_layout_range_for_single_line): ...this,  and add testing
1456         for layout_range::intersects_line_p.
1457         (test_range_contains_point_for_multiple_lines): Rename to...
1458         (test_layout_range_for_multiple_lines): ...this,  and add testing
1459         for layout_range::intersects_line_p.
1460         (layout::layout): Populate m_fixit_hints.
1461         (layout::get_expanded_location): Handle the case of a line-span
1462         for a fix-it hint.
1463         (layout::validate_fixit_hint_p): New method.
1464         (get_line_span_for_fixit_hint): New function.
1465         (layout::calculate_line_spans): Add spans for fixit-hints.
1466         (layout::should_print_annotation_line_p): New method.
1467         (layout::print_any_fixits): Drop param "richloc", instead using
1468         validated fixits in m_fixit_hints.  Add "const" to hint pointers.
1469         (diagnostic_show_locus): Avoid printing blank annotation lines.
1470         (selftest::test_diagnostic_context::test_diagnostic_context):
1471         Initialize show_column and start_span.
1472         (selftest::test_diagnostic_context::start_span_cb): New static
1473         function.
1474         (selftest::test_diagnostic_show_locus_fixit_lines): New function.
1475         (selftest::diagnostic_show_locus_c_tests): Update for function
1476         renamings.  Call test_diagnostic_show_locus_fixit_lines.
1478 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
1480         PR tree-optimization/73714
1481         * match.pd (a * (1 << b)): Revert change from 2016-05-23.
1483 2016-08-31  David Malcolm  <dmalcolm@redhat.com>
1485         * selftest.c: Move "namespace selftest {" to top of file,
1486         removing explicit "selftest::" qualifiers throughout.
1488 2016-08-31  Marc Glisse  <marc.glisse@inria.fr>
1490         * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
1491         New types.
1492         (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
1493         _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
1494         Replace builtin with vector extension.
1495         * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
1496         New types.
1497         (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
1498         _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
1499         Replace builtin with vector extension.
1500         * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
1501         (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
1502         Replace builtin with vector extension.
1503         * config/i386/xmmintrin.h (__m128_u): New type.
1504         (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
1505         (_mm_load_ps, _mm_store_ps): Simplify.
1507 2016-08-31  Eric Botcazou  <ebotcazou@adacore.com>
1509         * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
1511 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
1513         * diagnostic-show-locus.c (colorizer::begin_state): Support more
1514         than 3 ranges per diagnostic by alternating between color 1 and
1515         color 2.
1516         (layout::layout): Replace use of rich_location::MAX_RANGES
1517         with richloc->get_num_locations ().
1518         (layout::calculate_line_spans): Replace use of
1519         rich_location::MAX_RANGES with m_layout_ranges.length ().
1520         (layout::print_annotation_line): Handle arbitrary numbers of
1521         ranges in caret-printing by defaulting to '^'.
1522         (selftest::test_one_liner_many_fixits): New function.
1523         (test_diagnostic_show_locus_one_liner): Call it.
1524         * diagnostic.c (diagnostic_initialize): Update for renaming
1525         of rich_location::MAX_RANGES to
1526         rich_location::STATICALLY_ALLOCATED_RANGES.
1527         * diagnostic.h (struct diagnostic_context): Likewise.
1529 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
1531         * selftest.c (selftest::named_temp_file::named_temp_file): New
1532         ctor.
1533         (selftest::temp_source_file::~temp_source_file): Move to...
1534         (selftest::named_temp_file::~named_temp_file): ...here.
1535         (selftest::test_named_temp_file): New function.
1536         (selftest::selftest_c_tests): Call test_named_temp_file.
1537         * selftest.h (class named_temp_file): New class.
1538         (class temp_source_file): Convert to a subclass of named_temp_file.
1540 2016-08-30  Segher Boessenkool  <segher@kernel.crashing.org>
1542         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
1543         USEs of LR_REGNO in returns and sibcalls.
1544         (rs6000_output_mi_thunk): Similar.
1545         (rs6000_sibcall_aix): Similar.
1546         * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
1547         sibcall_local64, sibcall_value_local32, sibcall_value_local64,
1548         sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
1549         Remove the USE of LR_REGNO from the patterns as well.  Delete an
1550         obsolete comment.
1551         (return_internal_<mode>): Delete.
1553 2016-08-30  Tamar Christina  <tamar.christina@arm.com>
1555         * gcc/config/aarch64/aarch64-simd.md
1556         (aarch64_ld2<mode>_dreg_le): New.
1557         (aarch64_ld2<mode>_dreg_be): New.
1558         (aarch64_ld2<mode>_dreg): Removed.
1559         (aarch64_ld3<mode>_dreg_le): New.
1560         (aarch64_ld3<mode>_dreg_be): New.
1561         (aarch64_ld3<mode>_dreg): Removed.
1562         (aarch64_ld4<mode>_dreg_le): New.
1563         (aarch64_ld4<mode>_dreg_be): New.
1564         (aarch64_ld4<mode>_dreg): Removed.
1565         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
1567 2016-08-30  David Malcolm  <dmalcolm@redhat.com>
1569         * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
1570         redundant location param.
1571         (test_one_liner_fixit_remove): Likewise.
1572         (test_one_liner_fixit_replace): Likewise.
1573         (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
1574         * gcc-rich-location.c
1575         (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
1576         get_range_from_loc.  Drop overload taking a const char *.
1577         * gcc-rich-location.h
1578         (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
1579         a const char *.
1581 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1583         * config/linux.c (linux_libc_has_function): Return true on musl.
1585 2016-08-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1587         * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
1589 2016-08-30  Eric Botcazou  <ebotcazou@adacore.com>
1591         * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
1592         used for abnormal egdes.
1594 2016-08-30  Jakub Jelinek  <jakub@redhat.com>
1596         PR tree-optimization/72866
1597         * tree-vect-patterns.c (search_type_for_mask): Turn into
1598         a small wrapper, move all code to ...
1599         (search_type_for_mask_1): ... this new function.  Add caching
1600         and adjust recursive calls.
1602         PR debug/77363
1603         * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
1604         instead of lookup_type_die (type_main_variant (type)) even for array
1605         types.
1607         PR middle-end/77377
1608         * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
1609         constant pool reference return x instead of c.
1611 2016-08-29  Segher Boessenkool  <segher@kernel.crashing.org>
1613         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
1614         include MQ.
1616 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
1618         * input.c
1619         (selftest::test_make_location_nonpure_range_endpoints): Fix
1620         header comment.
1622 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
1624         * diagnostic-show-locus.c
1625         (selftest::test_one_liner_fixit_validation_adhoc_locations): New
1626         function.
1627         (selftest::test_diagnostic_show_locus_one_liner): Call it.
1628         * input.c (get_pure_location): Move to libcpp/line-map.c.
1629         * input.h (get_pure_location): Convert decl to an inline function
1630         calling implementation in libcpp.
1632 2016-08-29  Uros Bizjak  <ubizjak@gmail.com>
1634         PR target/77403
1635         * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
1636         template for intel asm dialect.
1637         (vec_set_hi_<mode><mask_name>): Ditto.
1639 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
1641         * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
1642         (selftest::fail_formatted): Likewise.
1644 2016-08-29  David Malcolm  <dmalcolm@redhat.com>
1646         * input.c (make_location): Call get_start and get_finish
1647         on the endpoints to avoid storing packed ranges or ad-hoc
1648         ranges in them.
1649         (selftest::test_make_location_nonpure_range_endpoints): New function.
1650         (selftest::input_c_tests): Call it.
1651         * input.h (get_start): New inline function.
1653 2016-08-29  Tom de Vries  <tom@codesourcery.com>
1655         PR c/77398
1656         * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
1657         with assert.
1659 2016-08-29  Eric Botcazou  <ebotcazou@adacore.com>
1661         * Makefile.in (gcov-iov.h): Add dummy recipe.
1663 2016-08-29  Nathan Sidwell  <nathan@acm.org>
1665         * config/nvptx/nvptx.c: #include tree-vrp.h.
1667 2016-08-28  Eric Botcazou  <ebotcazou@adacore.com>
1669         PR target/77324
1670         * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
1671         HIGH+LO construct during reload.
1673 2016-08-28  Tom de Vries  <tom@codesourcery.com>
1675         PR lto/70955
1676         * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
1677         'sysv_abi va_list' attribute.
1678         (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
1679         (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
1680         attributes.
1682 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1684         * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
1685         * emit-rtl.c (unshare_all_rtl_1): Adjust.
1686         (unshare_all_rtl_again): Likewise.
1687         * function.c (assign_stack_local_1): Likewise.
1688         (assign_stack_temp_for_type): Likewise.
1690 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1692         * cfgbuild.c (make_edges): Adjust.
1693         * cfgrtl.c (can_delete_label_p): Likewise.
1694         * dwarf2cfi.c (create_trace_edges): Likewise.
1695         * except.c (sjlj_emit_dispatch_table): Likewise.
1696         * function.h (struct expr_status): make x_forced_labels a vector.
1697         * jump.c (rebuild_jump_labels_1): Adjust.
1698         * reload1.c (set_initial_label_offsets): Likewise.
1699         * stmt.c (force_label_rtx): Likewise.
1700         (expand_label): Likewise.
1702 2016-08-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1704         * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
1706 2016-08-27  Patrick Palka  <ppalka@gcc.gnu.org>
1708         PR tree-optimization/71077
1709         PR tree-optimization/68542
1710         * fold-const.c (fold_relational_const): Fix folding of
1711         VECTOR_CST comparisons that have a scalar boolean result type.
1712         (selftest::test_vector_folding): New static function.
1713         (selftest::fold_const_c_tests): Call it.
1715 2016-08-27  Gerald Pfeifer  <gerald@pfeifer.com>
1717         * doc/extend.texi (SPU Built-in Functions): Remove stale
1718         references to material formerly at IBM and Sony.
1720 2016-08-26  David Edelsohn  <dje.gcc@gmail.com>
1722         PR target/77349
1723         * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
1725 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
1727         * diagnostic-show-locus.c
1728         (selftest::test_fixit_consolidation): New function.
1729         (selftest::diagnostic_show_locus_c_tests): Call it.
1730         * gcc-rich-location.h (gcc_rich_location): Eliminate unused
1731         constructor based on source_range.
1733 2016-08-26  David Malcolm  <dmalcolm@redhat.com>
1735         * diagnostic-color.c (color_dict): Add "fixit-insert" and
1736         "fixit-delete".
1737         (parse_gcc_colors): Update description of default GCC_COLORS.
1738         * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
1739         (colorizer::set_fixit_insert): New method.
1740         (colorizer::set_fixit_delete): New method.
1741         (colorizer::get_color_by_name): New method.
1742         (colorizer::STATE_FIXIT_INSERT): New constant.
1743         (colorizer::STATE_FIXIT_DELETE): New constant.
1744         (class colorizer): Drop "_cs" suffix from fields.  Delete "_ce"
1745         fields in favor of new field "m_stop_color".  Add fields
1746         "m_fixit_insert" and "m_fixit_delete".
1747         (colorizer::colorizer): Update for above changes.  Replace
1748         colorize_start calls with calls to get_color_by_name.
1749         (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
1750         STATE_FIXIT_DELETE.  Update for field renamings.
1751         (colorizer::finish_state): Simplify by using m_stop_color,
1752         rather than multiple identical "*_ce" fields.
1753         (colorizer::get_color_by_name): New method.
1754         (layout::print_any_fixits): Print insertions and replacements
1755         using the "fixit-insert" color, and deletions using the
1756         "fixit-delete" color.
1757         * doc/invoke.texi (-fdiagnostics-color): Update description of
1758         default GCC_COLORS, and of the supported capabilities.
1760 2016-08-26  Max Filippov  <jcmvbkbc@gmail.com>
1762         * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
1763         current_function_static_stack_size variable with the static
1764         stack frame size of the current function when
1765         flag_stack_usage_info is enabled.
1767 2016-08-26  Nathan Sidwell  <nathan@acm.org>
1769         * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
1770         assignment inside if condition.
1772 2016-08-26  Richard Biener  <rguenther@suse.de>
1774         PR tree-optimization/69047
1775         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
1776         extracts similar to what FRE does.
1777         (non_rewritable_mem_ref_base): Likewise.
1779 2016-08-26  Joseph Myers  <joseph@codesourcery.com>
1781         * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
1782         (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
1783         * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1784         * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1785         * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
1786         Likewise.
1787         * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1788         * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1789         * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1790         * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
1791         * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
1793 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1795         PR target/70473
1796         * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
1797         reservation duration to 15 cycles.
1798         (cortex_a8_vfp_macs): Likewise.
1799         (cortex_a8_vfp_macd): Likewise.
1800         (cortex_a8_vfp_divs): Likewise.
1801         (cortex_a8_vfp_divd): Likewise.
1803 2016-08-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1805         * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
1806         (aarch_macro_fusion_pair_p): Use above to avoid early return.
1808 2016-08-26  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1809             Martin Jambhor  <mjambor@suse.cz>
1811         * common.opt: New option -fipa-bit-cp.
1812         * doc/invoke.texi: Document -fipa-bit-cp.
1813         * opts.c (default_options_table): Add entry for -fipa-bit-cp.
1814         (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
1815         * tree-ssa-ccp.h: New header file.
1816         * tree-ssa-ccp.c: Include tree-ssa-ccp.h
1817         (bit_value_binop_1): Change to bit_value_binop_1 and export it.
1818         Replace all occurences of tree parameter by two new params: signop, int.
1819         (bit_value_unop_1): Change to bit_value_unop and export it.
1820         Replace all occurences of tree parameter by two new params: signop,
1821         int.
1822         (bit_value_binop): Change call from bit_value_binop_1 to
1823         bit_value_binop.
1824         (bit_value_assume_aligned): Likewise.
1825         (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
1826         (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
1827         to ccp_finalize.
1828         (ccp_finalize): Skip processing if val->mask == 0.
1829         * ipa-cp.c: Include tree-ssa-ccp.h
1830         (ipcp_bits_lattice): New class.
1831         (ipcp_param_lattice (bits_lattice): New member.
1832         (print_all_lattices): Call ipcp_bits_lattice::print.
1833         (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
1834         (initialize_node_lattices): Likewise.
1835         (propagate_bits_accross_jump_function): New function.
1836         (propagate_constants_accross_call): Call
1837         propagate_bits_accross_jump_function.
1838         (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
1839         (ipcp_store_bits_results): New function.
1840         (ipcp_driver): Call ipcp_store_bits_results.
1841         * ipa-prop.h (ipa_bits): New struct.
1842         (ipa_jump_func): Add new member bits of type ipa_bits.
1843         (ipa_param_descriptor): Change decl to decl_or_type.
1844         (ipa_get_param): Change decl to decl_or_type and assert on
1845         PARM_DECL.
1846         (ipa_get_type): New function.
1847         (ipcp_transformation_summary): New member bits.
1848         * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
1849         (ipa_populate_param_decls): Likewise.
1850         (ipa_dump_param): Likewise.
1851         (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
1852         function.
1853         (ipa_set_jf_unknown): Set ipa_bits::known to false.
1854         (ipa_compute_jump_functions_for_edge): Compute jump function for bits
1855         propagation.
1856         (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
1857         (ipa_write_jump_function): Add streaming for ipa_bits.
1858         (ipa_read_jump_function): Add support for reading streamed ipa_bits.
1859         (write_ipcp_transformation_info): Add streaming for ipa_bits
1860         summary for ltrans.
1861         (read_ipcp_transfomration_info): Add support for reading streamed
1862         ipa_bits.
1863         (ipcp_update_bits): New function.
1864         (ipcp_transform_function): Call ipcp_update_bits.
1866 2016-08-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1868         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
1869         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
1871 2016-08-25  David Edelsohn  <dje.gcc@gmail.com>
1873         * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
1875 2016-08-25  Richard Biener  <rguenther@suse.de>
1877         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
1878         Only add locations in late dwarf.
1879         (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
1880         (dwarf2out_early_finish): But do it here.
1882 2016-08-24  Michael Collison  <michael.collison@linaro.org>
1883             Michael Collison  <michael.collison@arm.com>
1885         * config/arm/arm-modes.def: Add new condition code mode CC_V
1886         to represent the overflow bit.
1887         * config/arm/arm.c (maybe_get_arm_condition_code):
1888         Add support for CC_Vmode.
1889         (arm_gen_unlikely_cbranch): New function to generate common
1890         rtl conditional branches for overflow patterns.
1891         * config/arm/arm-protos.h: Add prototype for
1892         arm_gen_unlikely_cbranch.
1893         * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
1894         addsi3_compareV_upper): New patterns to support signed
1895         builtin overflow add operations.
1896         (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
1897         New patterns to support unsigned builtin add overflow operations.
1898         (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
1899         builtin overflow subtract operations,
1900         (usubv<mode>4): New patterns to support unsigned builtin subtract
1901         overflow operations.
1902         (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
1903         to support builtin overflow negate operations.
1905 2016-08-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1907         Revert
1908         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1910         * explow.c (get_dynamic_stack_size): Take known alignment of stack
1911         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
1912         needed.
1914 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1916         * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
1917         MULTILIB_OPTIONS should be used.  Small wording fixes.
1918         * genmultilib: Memorize set of all option combinations in
1919         combination_space.  Detect if RHS of MULTILIB_REUSE uses an option not
1920         found in MULTILIB_OPTIONS by checking if option set is listed in
1921         combination_space.  Output new and existing error message to stderr.
1923 2016-08-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1925         * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
1926         -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
1927         Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
1928         (MULTILIB_REUSE): Remove reuse rules for option set including
1929         -mfpu=fp-armv8 and -mfpu=vfpv4
1931 2016-08-24  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1933         * config/arm/t-rtems: Add vfp multilib.
1935 2016-08-23  Ian Lance Taylor  <iant@golang.org>
1937         * config/s390/s390.c (s390_asm_file_start): Call
1938         default_file_start.
1940 2016-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
1942         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
1943         initialization of all 0's to the 0 constant, instead of directly
1944         generating XOR.  Add support for V4SImode vector initialization on
1945         64-bit systems with direct move, and rework the ISA 3.0 V4SImode
1946         initialization.  Change variables used in V4SFmode vector
1947         intialization.  For V4SFmode vector splat on ISA 3.0, make sure
1948         any memory addresses are in index form.  Add support for using
1949         VSPLTH/VSPLTB to initialize vector short and vector char vectors
1950         with all of the same element.
1951         (regno_or_subregno): New helper function to return a register
1952         number for either REG or SUBREG.
1953         (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
1954         Use regno_or_subregno where possible.
1955         (rs6000_split_v4si_init_di_reg): New helper function to build up a
1956         DImode value from two SImode values in order to generate V4SImode
1957         vector initialization on 64-bit systems with direct move.
1958         (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
1959         initialization.
1960         (rtx_is_swappable_p): V4SImode vector initialization insn is not
1961         swappable.
1962         * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
1963         declaration.
1964         * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
1965         attributes to initialize V8HImode and V16QImode vectors with the
1966         same element.
1967         (VSX_SPLAT_COUNT): Likewise.
1968         (VSX_SPLAT_SUFFIX): Likewise.
1969         (UNSPEC_VSX_VEC_INIT): New unspec.
1970         (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
1971         Allow SFmode values to come from Altivec registers.
1972         (vsx_init_v4si): New insn/split for V4SImode vector initialization
1973         on 64-bit systems with direct move.
1974         (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
1975         vector initializations, to allow V4SImode vector initializations
1976         on 64-bit systems with direct move.
1977         (vsx_splat_v4si): Likewise.
1978         (vsx_splat_v4si_di): Likewise.
1979         (vsx_splat_v4sf): Likewise.
1980         (vsx_splat_v4sf_internal): Likewise.
1981         (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
1982         register classes.
1983         (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
1984         (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
1985         initializing V8HImode and V16QImode vectors with the same
1986         element.
1987         * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
1988         optimization if -maltivec=be.
1990 2016-08-23  Christophe Lyon  <christophe.lyon@linaro.org>
1992         * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
1993         attribute for alternatives 3 and 4.
1995 2016-08-23  David Malcolm  <dmalcolm@redhat.com>
1997         * selftest.c (selftest::assert_str_contains): New function.
1998         (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
1999         * selftest.h (selftest::assert_str_contains): New decl.
2000         (ASSERT_STR_CONTAINS): New macro.
2002 2016-08-23  Richard Biener  <rguenther@suse.de>
2004         PR tree-optimization/77286
2005         * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
2006         the CFG here.
2007         (vect_transform_loop): Split exit edges of loop and scalar
2008         loop if required and at the appropriate time.
2010 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2012         * explow.c (get_dynamic_stack_size): Take known alignment of stack
2013         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
2014         needed.
2015         Correct a typo in a comment.
2017 2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2019         * config/s390/s390.md ("*andc_split"): New splitter for and with
2020         complement.
2022 2016-08-23  Richard Biener  <rguenther@suse.de>
2024         PR tree-optimization/27336
2025         * tree-vrp.c (infer_value_range): Handle stmts that can throw
2026         by looking for a non-EH edge.
2027         (process_assert_insertions_for): Likewise.
2029 2016-08-23  Richard Biener  <rguenther@suse.de>
2031         PR middle-end/77305
2032         * statistics.c (statistics_counter_event): Robustify against
2033         NULL current_pass.
2035 2016-08-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2037         * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
2038         for targets amdfam10 and barcelona.
2040 2016-08-22  Uros Bizjak  <ubizjak@gmail.com>
2042         * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
2043         (zero_extend<mode>di2): Ditto.
2044         (*zero_extend<mode>si2): Ditto.
2045         (*zero_extendqihi2): Ditto.
2047 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
2049         PR middle-end/77269
2050         * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
2051         (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
2053 2016-08-22  Patrick Palka  <ppalka@gcc.gnu.org>
2055         * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
2056         identical consecutive elements.
2057         [SSA_NAME]: Print the name's def stmt on its own line.  When printing
2058         the node's def stmt, avoid printing an unwanted trailing newline by
2059         replacing the call to print_gimple_stmt() with its inlined body and
2060         adjusting it to not set pp_needs_newline and to call pp_flush()
2061         instead of pp_newline_and_flush().
2063 2016-08-22  Joseph Myers  <joseph@codesourcery.com>
2065         * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
2066         (float32_type_node, float64_type_node, float32x_type_node)
2067         (float128x_type_node): New macros.
2068         * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
2069         (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
2070         (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
2071         (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
2072         (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
2073         (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
2074         (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
2075         (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
2076         (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
2077         (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
2078         (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
2079         (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
2080         (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
2081         (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
2082         (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
2083         (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
2084         * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
2085         (copysign, fabs, huge_val, inf, nan, nans): Use it.
2086         * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
2087         and copysign.
2088         (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
2089         (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
2090         * doc/extend.texi (Other Builtins): Document these built-in
2091         functions.
2092         * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
2093         for nan and nans.
2095 2016-08-22  Gerald Pfeifer  <gerald@pfeifer.com>
2097         * doc/install.texi (Binaries): www.opencsw.org now uses https.
2099 2016-08-22  Richard Biener  <rguenther@suse.de>
2101         * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
2103 2016-08-21  Uros Bizjak  <ubizjak@gmail.com>
2105         PR target/77270
2106         * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
2107         TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
2108         non-SSE2 athlons only, otherwise prefer SSE prefetches.
2110 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
2112         * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
2113         (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
2114         (vrp_visit_switch_stmt): Likewise.
2115         (extract_range_from_stmt): Factored out from vrp_visit_stmt.
2116         (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
2117         (vrp_visit_stmt): Use extract_range_from_stmt.
2118         (vrp_visit_phi_node): Use extract_range_from_phi_node.
2120 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
2122         * Makefile.in: Add tree-vrp.h to GTFILES.
2123         * gengtype.c (open_base_files): Add tree-vrp.h.
2124         * asan.c: Add tree-vrp.h which now has the definition value_range_type.
2125         * builtins.c: Likewise.
2126         * fold-const.c: Likewise.
2127         * gimple-builder.c: Likewise.
2128         * gimple-laddress.c: Likewise.
2129         * hsa-gen.c: Likewise.
2130         * internal-fn.c: Likewise.
2131         * ssa.h: Likewise.
2132         * targhooks.c: Liewise,
2133         * tree-ssa-address.c: Likewise.
2134         * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
2135         * tree-vrp.c (struct value_range): Move to tree-vrp.h
2136         * tree-vrp.h: New file.
2138 2016-08-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
2140         PR tree-optimization/61839
2141         * tree-vrp.c (two_valued_val_range_p): New.
2142         (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
2143         two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
2144         Also Convert VAR BINOP CST where VAR is two-valued to
2145         VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
2147 2016-08-19  David Malcolm  <dmalcolm@redhat.com>
2149         * diagnostic-show-locus.c
2150         (layout::annotation_line_showed_range_p): New method.
2151         (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
2152         Reimplement case fixit_hint::REPLACE to cover removals, and
2153         replacements where the range of the replacement isn't one
2154         of the ranges in the rich_location.
2155         (test_one_liner_fixit_replace): Likewise.
2156         (selftest::test_one_liner_fixit_replace_non_equal_range): New
2157         function.
2158         (selftest::test_one_liner_fixit_replace_equal_secondary_range):
2159         New function.
2160         (selftest::test_diagnostic_show_locus_one_liner): Call the new
2161         functions.
2162         * diagnostic.c (print_parseable_fixits): Remove case
2163         fixit_hint::REMOVE.
2165 2016-08-19  Uros Bizjak  <ubizjak@gmail.com>
2167         PR target/77270
2168         * config/i386/i386.c (ix86_option_override_internal): Remove
2169         PTA_PRFCHW from entries that also have PTA_3DNOW flag.
2170         Enable SSE prefetch also for TARGET_PREFETCHWT1.
2171         Do not try to enable TARGET_PRFCHW ISA flag here.
2172         * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
2173         Rewrite expander function body.
2174         (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
2176 2016-08-19  Joseph Myers  <joseph@codesourcery.com>
2178         PR c/32187
2179         * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
2180         (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
2181         (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
2182         (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
2183         (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
2184         (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
2185         (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
2186         (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
2187         (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
2188         tree_index values.
2189         (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
2190         macros.
2191         (struct floatn_type_info): New structure type.
2192         (floatn_nx_types): New variable declaration.
2193         * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
2194         (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
2195         (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
2196         * tree.c (floatn_nx_types): New variable.
2197         (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
2198         corresponding complex types.
2199         * target.def (floatn_mode): New hook.
2200         * targhooks.c: Include "real.h".
2201         (default_floatn_mode): New function.
2202         * targhooks.h (default_floatn_mode): New prototype.
2203         * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
2204         types.
2205         * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
2206         effective-target and dg-add-options keywords.
2207         (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
2208         Document new effective-target keywords.
2209         * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
2210         * doc/tm.texi: Regenerate.
2211         * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
2212         __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
2213         [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
2214         18661-3.
2215         * real.h (struct real_format): Add field ieee_bits.
2216         * real.c (ieee_single_format, mips_single_format)
2217         (motorola_single_format, spu_single_format, ieee_double_format)
2218         (mips_double_format, motorola_double_format)
2219         (ieee_extended_motorola_format, ieee_extended_intel_96_format)
2220         (ieee_extended_intel_128_format)
2221         (ieee_extended_intel_96_round_53_format, ibm_extended_format)
2222         (mips_extended_format, ieee_quad_format, mips_quad_format)
2223         (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
2224         (decimal_double_format, decimal_quad_format, ieee_half_format)
2225         (arm_half_format, real_internal_format: Initialize ieee_bits
2226         field.
2227         * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
2228         float128_type_node.  Set float80_type_node to float64x_type_node
2229         if appropriate and long_double_type_node not appropriate.
2230         * config/ia64/ia64.c (ia64_init_builtins): Likewise.
2231         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
2232         Initialize ieee_bits field.
2233         * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
2234         (rs6000_init_builtins): Set ieee128_float_type_node to
2235         float128_type_node.
2236         (rs6000_floatn_mode): New function.
2238 2016-08-19  Jakub Jelinek  <jakub@redhat.com>
2240         * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
2241         _rdseed64_step): Uglify argument names and/or local variable names
2242         in inline functions.
2243         * config/i386/rtmintrin.h (_xabort): Likewise.
2244         * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
2245         _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
2246         _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
2247         _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
2248         _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
2249         _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
2250         _mm_maskz_ternarylogic_epi32): Likewise.
2251         * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
2252         __lwpins32, __lwpins64): Likewise.
2253         * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
2254         _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
2255         _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
2256         _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
2257         _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
2258         _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
2259         _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
2260         _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
2261         _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
2262         _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
2263         _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
2264         _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
2265         _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
2266         _mm256_mask_i64gather_epi32): Likewise.
2267         * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
2268         * config/i386/ia32intrin.h (__writeeflags): Likewise.
2269         * config/i386/pkuintrin.h (_wrpkru): Likewise.
2270         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
2271         _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
2272         _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
2273         _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
2274         _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
2275         _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
2276         _mm512_mask_prefetch_i64scatter_ps): Likewise.
2277         * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
2278         * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
2279         _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
2280         _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
2281         _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
2282         _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
2283         _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
2284         _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
2286         * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
2287         returning void.
2288         (_fxrstor, _fxsave64, _fxrstor64): Likewise.
2289         * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
2290         Likewise.
2291         * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
2292         * config/i386/pkuintrin.h (_wrpkru): Likewise.  Add space after
2293         function name.
2294         (_rdpkru_u32): Add space after function name.
2296         * config/i386/t-i386 (i386-c.o): Don't depend on
2297         i386-builtin-types.inc.
2298         (i386.o): Depend on i386-builtin-types.inc.
2300 2016-08-19  Matthew Wahab  <matthew.wahab@arm.com>
2302         PR target/77281
2303         * config/arm/arm.c (neon_valid_immediate): Delete declaration.
2304         Use const_vec_duplicate to check for duplicated elements.
2306 2016-08-19  Richard Biener  <rguenther@suse.de>
2308         PR tree-optimization/77290
2309         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2310         Fix flag_tree_parallelize_loops check.
2312 2016-08-19  Richard Biener  <rguenther@suse.de>
2314         * match.pd (x | 0 -> x): Add.
2316 2016-08-19  Richard Biener  <rguenther@suse.de>
2318         PR tree-optimization/77286
2319         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
2320         Deal with virtual PHIs being out-of-order.
2322 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
2324         * doc/invoke.texi (fverbose-asm): Note that source code lines
2325         are emitted, and provide an example.
2326         * final.c (asm_show_source): New function.
2327         (final_scan_insn): Call asm_show_source.
2329 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
2331         * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
2332         param with diagnostic_kind.
2333         (class colorizer): Similarly replace field m_diagnostic with
2334         m_diagnostic_kind.
2335         (colorizer::colorizer): Replace diagnostic
2336         param with diagnostic_kind.
2337         (colorizer::begin_state): Update for above field change.
2338         (layout::layout): Replace diagnostic param with rich_location *
2339         and diagnostic_kind.
2340         (diagnostic_show_locus): Replace diagnostic param with richloc
2341         and diagnostic_kind.
2342         (class selftest::test_diagnostic_context): New class.
2343         (selftest::test_diagnostic_show_locus_unknown_location): New
2344         function.
2345         (selftest::test_one_liner_simple_caret): New function.
2346         (selftest::test_one_liner_caret_and_range): New function.
2347         (selftest::test_one_liner_multiple_carets_and_ranges): New
2348         function.
2349         (selftest::test_one_liner_fixit_remove): New function.
2350         (selftest::test_one_liner_fixit_replace): New function.
2351         (selftest::test_diagnostic_show_locus_one_liner): New function.
2352         (selftest::diagnostic_show_locus_c_tests): Call the new test
2353         functions.
2354         * diagnostic.c (diagnostic_initialize): Initialize
2355         colorize_source_p, show_ruler_p and parseable_fixits_p.
2356         (default_diagnostic_finalizer): Update for change to
2357         diagnostic_show_locus.
2358         (diagnostic_append_note): Likewise.
2359         * diagnostic.h (diagnostic_show_locus): Replace
2360         const diagnostic_info * param with location * and diagnostic_t.
2362 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
2364         * input.c (saved_line_table): New global.
2365         (class selftest::temp_line_table): Rename to line_table_test and
2366         move declaration to selftest.h, and drop field m_old_line_table.
2367         (selftest::temp_line_table::temp_line_table): Rename ctor to...
2368         (selftest::line_table_test::line_table_test): ...this.  Add a
2369         default ctor.  Store current value of line_table within
2370         saved_line_table.
2371         (selftest::temp_line_table::~temp_line_table): Rename dtor to...
2372         (selftest::line_table_test::~line_table_test): ...this, and
2373         restore line_table from the saved_line_table, rather than
2374         m_old_line_table.
2375         (selftest::test_accessing_ordinary_linemaps): Update for above
2376         renaming.
2377         (selftest::test_lexer): Likewise.
2378         (struct selftest::lexer_test): Likewise.
2379         (selftest::lexer_test::lexer_test): Likewise.
2380         (selftest::input_c_tests): Move the looping over test cases from
2381         here into...
2382         (selftest::for_each_line_table_case): New function.
2383         * input.h (saved_line_table): New decl.
2384         * selftest.h (struct selftest::line_table_case): New forward decl.
2385         (class selftest::line_table_test): New class, moved here from
2386         selftest::temp_line_table in input.c, and renamed.
2387         (selftest::for_each_line_table_case): New decl.
2389 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
2391         PR target/72839
2392         * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
2394 2016-08-18  Chung-Lin Tang  <cltang@codesourcery.com>
2396         PR middle-end/70895
2397         * gimplify.c (omp_add_variable): Adjust/add variable mapping on
2398         enclosing parallel construct for reduction variables on OpenACC loop
2399         directives.
2401 2016-08-18  Pierre-Marie de Rodat  <derodat@adacore.com>
2403         * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
2404         (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
2405         -gdwarf-3.
2406         (function_to_dwarf_procedure): Update comment.
2408 2016-08-18  David Malcolm  <dmalcolm@redhat.com>
2410         * input.c (diagnostics_file_cache_forcibly_evict_file): New
2411         function.
2412         * input.h (diagnostics_file_cache_forcibly_evict_file): New
2413         declaration.
2414         * selftest.c (selftest::temp_source_file::~temp_source_file):
2415         Evict m_filename from the diagnostic file cache.
2417 2016-08-18  Richard Biener  <rguenther@suse.de>
2419         * tree-pass.h (make_pass_materialize_all_clones): Declare.
2420         * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
2421         make_pass_materialize_all_clones): New simple IPA pass encapsulating
2422         clone materialization.
2423         * passes.def (all_late_ipa_passes): Start with
2424         pass_materialize_all_clones.
2425         * cgraphunit.c (symbol_table::compile): Remove call to
2426         materialize_all_clones.
2427         * tree-into-ssa.c: Include statistics.h.
2428         (update_ssa): Count number of times we do incremental/rewrite
2429         SSA update.
2431 2016-08-18  Richard Biener  <rguenther@suse.de>
2433         PR tree-optimization/77282
2434         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2435         When doing auto-parallelizing also prevent use of PHIs that
2436         carry dependences across loop backedges.
2438 2016-08-18  Tamar Christina  <tamar.christina@arm.com>
2439             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2441         * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
2443 2016-08-18  Richard Biener  <rguenther@suse.de>
2445         * ssa-iterators.h (ssa_vuse_operand): New inline.
2446         * tree-if-conv.c (ifc_temp_var): Update virtual operand.
2447         (predicate_all_scalar_phis): Use remove_phi_node to remove
2448         phi nodes predicated.  Delay removing virtual PHIs.
2449         (predicate_mem_writes): Update virtual operands.
2450         (combine_blocks): Likewise.  Propagate out remaining virtual PHIs.
2451         (tree_if_conversion): Do not rewrite virtual SSA form.
2452         * tree-phinodes.c (release_phi_node): Make static.
2453         * tree-phinodes.h (release_phi_node): Remove.
2455 2016-08-18  Jakub Jelinek  <jakub@redhat.com>
2457         * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
2458         codes that appear in bdesc_* arrays, instead include i386-builtin.def
2459         twice to define those.
2460         (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
2461         bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
2462         bdesc_multi_arg): Define by including i386-builtin.def the third time.
2463         * config/i386/i386-builtin.def: New file.
2465 2016-08-17  David Malcolm  <dmalcolm@redhat.com>
2467         * input.c (get_source_range_for_char): Rename to...
2468         (selftest::get_source_range_for_char): ...this, and move within
2469         the #if CHECKING_P guard.
2470         (get_num_source_ranges_for_substring): Rename to...
2471         (selftest::get_num_source_ranges_for_substring): ...this, move
2472         within the #if CHECKING_P guard, and make static.
2473         (selftest::assert_num_substring_ranges): Initialize
2474         actual_num_ranges.
2476 2016-08-18  Alan Modra  <amodra@gmail.com>
2478         PR rtl-optimization/72771
2479         * reload.c (find_reloads): Don't assume that a subreg mem is OK
2480         when find_reloads_toplev returns address_reloaded==-1.
2481         (alternative_allows_const_pool_ref): Update comment.
2483 2015-08-17  Alan Hayward  <alan.hayward@arm.com>
2485         PR tree-optimization/71752
2486         * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
2487         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
2489 2016-08-17  Jakub Jelinek  <jakub@redhat.com>
2491         * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
2492         instead of testing ECF_NORETURN bit in gimple_call_flags.
2493         * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
2494         * predict.c (tree_bb_level_predictions): Likewise.
2495         * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
2497         PR middle-end/77259
2498         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
2499         turning a call into __builtin_unreachable-like noreturn call, adjust
2500         gimple_call_set_fntype.
2501         * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
2502         gimple_call_fntype has void return type.
2504 2016-08-17  Chung-Lin Tang  <cltang@codesourcery.com>
2506         * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
2507         maybe_lookup_decl, to handle nested acc loop directives.
2509 2016-08-17  Richard Biener  <rguenther@suse.de>
2511         PR tree-optimization/76490
2512         * tree-vrp.c (update_value_range): Preserve overflow infinities
2513         when intersecting with ranges from get_range_info.
2514         (operand_less_p): Handle overflow infinities correctly.
2515         (value_range_constant_singleton): Use vrp_operand_equal_p
2516         to handle overflow max/min correctly.
2517         (vrp_valueize): Likewise.
2518         (union_ranges): Likewise.
2519         (intersect_ranges): Likewise.
2520         (vrp_visit_phi_node): Improve iteration limitation to only
2521         apply when we'll possibly re-visit the PHI via a changed argument
2522         on the backedge.
2524 2016-08-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2526         * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
2527         (MULTILIB_REQUIRED): This by specifying multilib needing to be built
2528         rather than those that should not be built.
2530 2016-08-17  Stanislaw Halik  <sthalik@misaki.pl>
2532         PR target/66488
2533         * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
2535 2016-08-17  Richard Biener  <rguenther@suse.de>
2537         * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
2538         (verify_vssa): New function verifying virtual SSA form.
2539         (verify_ssa): Call it.
2540         * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
2541         Do not apply loop-closed SSA handling to virtuals.
2542         * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
2543         * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
2544         when rewriting their symbol.
2545         (prepare_def_site_for): Likewise.
2546         * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
2547         operands of moved stmts.
2549 2016-08-17  Richard Biener  <rguenther@suse.de>
2551         PR tree-optimization/23855
2552         * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
2553         (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
2554         find guards to hoist.  Do not update SSA form but rewrite virtuals
2555         into loop closed SSA.
2556         (find_loop_guard): Adjust to skip already hoisted guards.  Do
2557         not mark virtuals for renaming or update SSA form.
2559 2016-08-17  Martin Liska  <mliska@suse.cz>
2561         * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
2562         a LONG_LONG_TYPE_SIZE comparison.
2563         * gcov-io.h: Remove macro definitions.
2564         * tree-profile.c (gimple_gen_edge_profiler): Replace usage
2565         of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
2566         comparison.
2568 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
2570         * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
2571         that builtins not mentioned in bdesc_* arrays come first, then
2572         the ones mentioned in bdesc_* arrays in the order they appear in
2573         the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
2574         IX86_BUILTIN__BDESC_*_LAST enumerator.
2575         (bdesc_mpx): Fix up a comment typo.
2576         (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
2577         __builtin_ia32_vpcomneu[bwdq] builtins.
2578         (BDESC_VERIFY, BDESC_VERIFYS): Define.
2579         (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
2580         enum ix86_builtins ordering.
2581         (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
2582         for direct bdesc_* array member access instead of searching all the
2583         arrays until an fcode match is found.
2585 2016-08-16  Uros Bizjak  <ubizjak@gmail.com>
2587         * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
2588         pattern as define_insn_and_split.  Split insn before reload to
2589         ashl<mode>3_1.
2590         (*<shift_insn><mode>3_mask): Ditto.  Split insn before reload to
2591         <shift_insn><mode>3_1.
2592         (*<rotate_insn><mode>3_mask): Ditto.  Split insn before reload to
2593         <rotate_insn><mode>3_1.
2595 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
2597         PR c/72857
2598         * input.c (get_source_range_for_substring): Rename to...
2599         (get_source_location_for_substring): ...this, adding param
2600         "caret_idx", and converting output param from source_range * to
2601         location_t *.
2602         (get_source_range_for_char): New function.
2603         (get_num_source_ranges_for_substring): Update comment to reflect
2604         above renaming.
2605         (assert_char_at_range): Update to use get_source_range_for_char
2606         rather than get_source_range_for_substring.
2607         (test_lexer_string_locations_concatenation_2): Likewise.
2608         * substring-locations.h (get_source_range_for_substring): Rename
2609         to...
2610         (get_source_location_for_substring): ...this, and adding param
2611         "caret_idx", and converting output param from source_range * to
2612         location_t *.
2614 2016-08-16  David Malcolm  <dmalcolm@redhat.com>
2616         * input.c (class selftest::temp_source_file): Move to
2617         selftest.h.
2618         (selftest::temp_source_file::temp_source_file): Move to
2619         selftest.c.
2620         (selftest::temp_source_file::~temp_source_file): Likewise.
2621         * selftest.c (selftest::temp_source_file::temp_source_file): Move
2622         here from input.c.
2623         (selftest::temp_source_file::~temp_source_file): Likewise.
2624         * selftest.h (class selftest::temp_source_file): Move here from
2625         input.c
2627 2016-08-16  Jakub Jelinek  <jakub@redhat.com>
2629         PR target/71910
2630         * tree-cfg.c (execute_fixup_cfg): Add node variable, use it.  Before
2631         inlining, add cgraph edge for the added __builtin_unreachable call.
2633         PR middle-end/67485
2634         * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
2635         only cast it to SHWI for the final comparison.
2637 2016-08-16  Martin Liska  <mliska@suse.cz>
2639         PR gcov-profile/36412
2640         * doc/gcov.texi: Document --hash-filenames(-x).
2641         * gcov.c (print_usage): Add the option.
2642         (process_args): Process the option, sort options alphabetically.
2643         (md5sum_to_hex): New function.
2644         (make_gcov_file_name): Do the md5sum and append it to a
2645         filename.
2647 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
2649         PR tree-optimization/69848
2650         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
2651         and swtich operands to avoid additional NOT instruction.
2652         (vcond<v_cmp_mixed><mode>): Ditto.
2653         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
2655 2016-08-16  Eric Botcazou  <ebotcazou@adacore.com>
2657         * doc/install.texi (*-*-solaris2*): Adjust latest change.
2659 2016-08-16  Richard Biener  <rguenther@suse.de>
2661         PR tree-optimization/76783
2662         * tree-ssa-propagate.c (ssa_prop_init): Use RPO order.  Clear
2663         BB visited flags at start.
2665 2016-08-16  Bin Cheng  <bin.cheng@arm.com>
2667         PR tree-optimization/72817
2668         PR tree-optimization/73450
2669         * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
2670         multiple_of_p for adjusted IV.base.
2672 2016-08-15  Uros Bizjak  <ubizjak@gmail.com>
2674         PR target/72867
2675         * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
2676         Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
2677         for !flag_finite_math_only or flag_signed_zeros.
2678         (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
2679         *<code><mode>3_finite<mask_name><round_saeonly_name>.  Do not
2680         depend on flag_finite_math_only.
2681         (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
2682         New insn pattern.
2683         (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
2684         (*ieee_smin<mode>3): Ditto.
2685         (*ieee_smax<mode>3): Ditto.
2686         * config/i386/mmx.md (mmx_<code>v2sf3): Emit
2687         mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
2688         flag_signed_zeros.
2689         (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite.  Do not
2690         depend on flag_finite_math_only.
2691         (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
2692         (*mmx_<code>v2sf3): Remove.
2693         * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
2694         * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
2695         flag_signed_zeros instead of !flag_unsafe_math_optimizations.
2697 2016-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
2699         PR rtl-optimization/73650
2700         * lra-constraints.c (simple_move_p): If the insn is multiple_sets
2701         it is not a simple move.
2703 2016-08-15  Martin Liska  <mliska@suse.cz>
2705         PR driver/72765
2706         * gcc.c (do_spec_1): Call save_string with the right size.
2707         (save_string): Do an assert about string we copy.
2709 2016-08-15  Richard Biener  <rguenther@suse.de>
2711         * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
2712         * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
2713         TV_MACH_DEP.
2714         (pass_data_stv): Likewise.
2716 2016-08-15  Richard Biener  <rguenther@suse.de>
2718         PR tree-optimization/73434
2719         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
2720         TBAA info on the base when forwarding a non-invariant address.
2722 2016-08-15  Jakub Jelinek  <jakub@redhat.com>
2724         * dwarf2out.c (struct checksum_attributes): Add
2725         at_string_length_bit_size and at_string_length_byte_size fields.
2726         (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
2727         and DW_AT_string_length_byte_size.
2728         (die_checksum_ordered): Handle at_string_length_bit_size and
2729         at_string_length_byte_size.
2730         (gen_array_type_die): For dwarf_version >= 5 emit
2731         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
2732         (adjust_string_types): For dwarf_version >= 5 remove
2733         DW_AT_string_length_byte_size instead of DW_AT_byte_size.
2734         (resolve_addr): Likewise.
2736         PR debug/71906
2737         * dwarf2out.c (string_types): New variable.
2738         (gen_array_type_die): Change early_dwarf handling of
2739         DW_AT_string_length, create DW_OP_call4 referencing the
2740         length var temporarily.  Handle parameters that are pointers
2741         to string length.
2742         (adjust_string_types): New function.
2743         (gen_subprogram_die): Temporarily set string_types to local var,
2744         call adjust_string_types if needed.
2745         (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
2746         New functions.
2747         (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
2749 2016-08-15  Eric Botcazou  <ebotcazou@adacore.com>
2751         * doc/install.texi (*-*-solaris2*): Fix version number and document
2752         requirement on GNU make for building libjava with the Solaris linker.
2754 2016-08-15  Martin Liska  <mliska@suse.cz>
2755             Jakub Jelinek  <jakub@redhat.com>
2757         PR tree-optimization/72824
2758         * tree-loop-distribution.c (const_with_all_bytes_same)
2759         <case VECTOR_CST>: Fix a typo.
2761 2016-08-14  Uros Bizjak  <ubizjak@gmail.com>
2763         PR target/76342
2764         * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
2765         Renamed from _mm512_undefined_si512.
2766         (_mm_undefined_si512): New definition.
2768 2016-08-13  Richard Biener  <rguenther@suse.de>
2770         * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
2771         into PHIs and update the lattice for its def.
2773 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
2775         PR c/71512
2776         * ubsan.c (instrument_si_overflow): Pass true instead of false
2777         to gsi_replace.
2778         (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
2779         of bbs.  Return TODO_cleanup_cfg if any returned true.
2781 2016-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
2783         * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
2784         ISA 3.0 MTVSRDD instruction.
2785         (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
2786         vecperm.
2788 2016-08-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2790         PR tree-optimization/71083
2791         * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
2792         bitfield access when possible.
2794 2016-08-12  Patrick Palka  <ppalka@gcc.gnu.org>
2796         PR middle-end/71654
2797         * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
2798         sign-changing cast from a shorter unsigned type to a wider
2799         signed type.
2801 2016-08-12  Jakub Jelinek  <jakub@redhat.com>
2803         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
2804         vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
2805         vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
2807 2016-08-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2809         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
2810         Correct costs for vec_construct.
2812 2016-08-12  Bin Cheng  <bin.cheng@arm.com>
2814         PR tree-optimization/69848
2815         * tree-vectorizer.h (enum vect_def_type): New condition reduction
2816         type CONST_COND_REDUCTION.
2817         * tree-vect-loop.c (vectorizable_reduction): Support new condition
2818         reudction type CONST_COND_REDUCTION.
2820 2016-08-12  Richard Biener  <rguenther@suse.de>
2822         PR tree-optimization/57326
2823         * tree-ssa-pre.c (fully_constant_expression): Handle simplification
2824         returning an SSA name.
2825         (phi_translate_1): When fully_constant_expression returns a NAME
2826         make sure we have a leader for it.
2828 2016-08-12  Martin Liska  <mliska@suse.cz>
2829             Adam Fineman  <afineman@afineman.com>
2831         * gcov.c (process_file): Create .gcov file when .gcda
2832         file is missing.
2834 2016-08-12  Marek Polacek  <polacek@redhat.com>
2836         PR c/7652
2837         * alias.c (find_base_value): Adjust fall through comment.
2838         * cfgexpand.c (expand_debug_expr): Likewise.
2839         * combine.c (find_split_point): Likewise.
2840         (expand_compound_operation): Likewise.  Add FALLTHRU.
2841         (make_compound_operation): Adjust fall through comment.
2842         (canon_reg_for_combine): Add FALLTHRU.
2843         (force_to_mode): Adjust fall through comment.
2844         (simplify_shift_const_1): Likewise.
2845         (simplify_comparison): Likewise.
2846         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
2847         FALLTHRU.
2848         * config/aarch64/predicates.md: Likewise.
2849         * config/i386/i386.c (function_arg_advance_32): Likewise.
2850         (ix86_gimplify_va_arg): Likewise.
2851         (print_reg): Likewise.
2852         (ix86_print_operand): Likewise.
2853         (ix86_build_const_vector): Likewise.
2854         (ix86_expand_branch): Likewise.
2855         (ix86_sched_init_global): Adjust fall through comment.
2856         (ix86_expand_args_builtin): Add FALLTHRU.
2857         (ix86_expand_builtin): Likewise.
2858         (ix86_expand_vector_init_one_var): Likewise.
2859         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
2860         (rs6000_adjust_cost): Likewise.
2861         (insn_must_be_first_in_group): Likewise.
2862         * config/rs6000/rs6000.md: Likewise.  Adjust fall through comment.
2863         * dbxout.c (dbxout_symbol): Adjust fall through comment.
2864         * df-scan.c (df_uses_record): Likewise.
2865         * dojump.c (do_jump): Add FALLTHRU.
2866         * dwarf2out.c (mem_loc_descriptor): Likewise.  Adjust fall through
2867         comment.
2868         (resolve_args_picking_1): Adjust fall through comment.
2869         (loc_list_from_tree_1): Likewise.
2870         * expmed.c (make_tree): Likewise.
2871         * expr.c (expand_expr_real_2): Add FALLTHRU.
2872         (expand_expr_real_1): Likewise.  Adjust fall through comment.
2873         * fold-const.c (const_binop): Adjust fall through comment.
2874         (fold_truth_not_expr): Likewise.
2875         (fold_cond_expr_with_comparison): Add FALLTHRU.
2876         (fold_binary_loc): Likewise.
2877         (contains_label_1): Adjust fall through comment.
2878         (multiple_of_p): Likewise.
2879         * gcov-tool.c (process_args): Add FALLTHRU.
2880         * genattrtab.c (check_attr_test): Likewise.
2881         (write_test_expr): Likewise.
2882         * genconfig.c (walk_insn_part): Likewise.
2883         * genpreds.c (validate_exp): Adjust fall through comment.
2884         (needs_variable): Likewise.
2885         * gensupport.c (get_alternatives_number): Add FALLTHRU.
2886         (subst_dup): Likewise.
2887         * gimple-pretty-print.c (dump_gimple_assign): Likewise.
2888         * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
2889         (gimplify_scan_omp_clauses): Add FALLTHRU.
2890         (goa_stabilize_expr): Likewise.
2891         * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
2892         through comment.
2893         * hsa-gen.c (get_address_from_value): Likewise.
2894         * ipa-icf.c (sem_function::hash_stmt): Likewise.
2895         * ira.c (ira_setup_alts): Add FALLTHRU.
2896         * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
2897         comment.
2898         * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
2899         * opts.c (common_handle_option): Likewise.
2900         * read-rtl.c (read_rtx_code): Likewise.
2901         * real.c (round_for_format): Likewise.
2902         * recog.c (asm_operand_ok): Likewise.
2903         * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
2904         * reload1.c (set_label_offsets): Likewise.
2905         (eliminate_regs_1): Likewise.
2906         (reload_reg_reaches_end_p): Likewise.
2907         * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
2908         (rtx_cost): Likewise.
2909         * sched-rgn.c (is_exception_free): Likewise.
2910         * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
2911         * stor-layout.c (int_mode_for_mode): Likewise.
2912         * toplev.c (print_to_asm_out_file): Likewise.
2913         (print_to_stderr): Likewise.
2914         * tree-cfg.c (gimple_verify_flow_info): Likewise.
2915         * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
2916         (chrec_fold_multiply): Likewise.
2917         (evolution_function_is_invariant_rec_p): Likewise.
2918         (for_each_scev_op): Likewise.
2919         * tree-data-ref.c (siv_subscript_p): Likewise.
2920         (get_references_in_stmt): Likewise.
2921         * tree.c (find_placeholder_in_expr): Adjust fall through comment.
2922         (substitute_in_expr): Likewise.
2923         (type_cache_hasher::equal): Likewise.
2924         (walk_type_fields): Likewise.
2925         * var-tracking.c (adjust_mems): Add FALLTHRU.
2926         (set_dv_changed): Adjust fall through comment.
2927         * varasm.c (default_function_section): Add FALLTHRU.
2929 2016-08-12  Marek Polacek  <polacek@redhat.com>
2931         PR c/7652
2932         * tree-complex.c (expand_complex_division): Add missing break.
2934 2016-08-12  Richard Biener  <rguenther@suse.de>
2936         * passes.c (execute_todo): Do not push/pop TV_TODO.
2937         (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
2938         (execute_one_pass): Likewise.
2939         * common.opt (ftime-report-details): New switch.
2940         * doc/invoke.texi (ftime-report-details): Document.
2941         * timevar.h (timer::print_row): Adjust signature.
2942         (timer::all_zero): New static helper.
2943         (timer::child_map_t): New typedef.
2944         (timer::time_var_def): Add children field.
2945         * timevar.c (timer::named_items::print): Adjust.
2946         (timer::~timer): Free timevar recorded children.
2947         (timer::pop_internal): When -ftime-report-details record
2948         time spent in sub-timevars.
2949         (timer::print_row): Adjust.
2950         (timer::print): Print sub-timevar stats, use all_zero.
2951         * timevar.def (TV_TODO): Remove.
2953 2016-08-12  Richard Biener  <rguenther@suse.de>
2955         PR tree-optimization/72851
2956         * tree-ssa-propagate.c: Include cfganal.h.  Rewrite block and stmt
2957         worklists to use bitmaps indexed in execution order.
2958         (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
2959         bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
2960         (cfg_blocks): Make a bitmap.
2961         (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
2962         New globals.
2963         (cfg_blocks_empty_p): Adjust.
2964         (cfg_blocks_add): Likewise.
2965         (cfg_blocks_get): Likewise.
2966         (add_ssa_edge): Likewise.
2967         (add_control_edge): Likewise.
2968         (simulate_stmt): Likewise.
2969         (process_ssa_edge_worklist): Likewise.
2970         (simulate_block): Likewise.
2971         (ssa_prop_init): Compute PRE order and stmt UIDs.
2972         (ssa_prop_fini): Adjust.
2973         (ssa_propagate): Adjust.
2975 2016-08-12  Richard Biener  <rguenther@suse.de>
2977         * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
2978         the currently executable edges have fixed ranges.  Always
2979         go through update_value_range.
2981 2016-08-12  Alexandre Oliva  <aoliva@redhat.com>
2983         PR debug/63240
2984         * langhooks-def.h
2985         (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
2986         (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
2987         (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
2988         (LANG_HOOKS_DECLS): Add it.
2989         * langhooks.h (struct lang_hooks_for_decls): Add
2990         function_decl_defaulted.  Const_tree-ify
2991         function_decl_explicit_p and function_decl_deleted_p.
2992         * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
2993         attribute.  Add DW_AT_deleted instead of DW_AT_GNU_deleted,
2994         also at strict DWARF v5.
2996         PR debug/55641
2997         * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
2998         TYPE_QUAL_CONST in reference-typed decls.
3000         PR debug/49366
3001         * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
3002         in DW_OP_pieces, just enough to handle pointers to member
3003         functions.
3004         (gen_remaining_tmpl_value_param_die_attribute): Use a location
3005         expression on DWARFv5 if a constant value doesn't work.
3007 2016-08-11  David Malcolm  <dmalcolm@redhat.com>
3009         * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
3010         * selftest.c (selftest::test_assertions): New function.
3011         (selftest::selftest_c_tests): New function.
3012         * selftest.h (selftest::selftest_c_tests): New declaration.
3014 2016-08-11  Richard Biener  <rguenther@suse.de>
3015             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3017         PR rtl-optimization/72855
3018         * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
3020 2016-08-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3022         PR target/72863
3023         * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
3024         (vsx_store_<mode>): Likewise.
3026 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
3028         * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
3029         TImode CONST_WIDE_INT store.
3030         (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
3032 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
3034         * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
3035         mode if unaligned SSE load and store are optimal.
3037 2016-08-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3039         PR tree-optimization/71083
3040         * tree-predcom.c (ref_at_iteration): Correctly align the
3041         reference type.
3043 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3045         * config/s390/s390-builtin-types.def: Add INT128 types.
3046         * config/s390/s390-builtins.def: Add INT128 variants for the add
3047         sub low-level builtins dealing with TImode.
3048         * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
3049         via subreg when expanding a builtin.
3050         * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
3051         UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
3052         Fix comment.
3053         * config/s390/vecintrin.h: Adjust builtin names accordingly.
3054         * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
3055         ("vec_addc<mode>", "vec_addc_u128"): Merge to
3056         "vacc<bhfgq>_<mode>".
3057         ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
3058         ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
3059         ("vec_subc<mode>", "vec_subc_u128"): Merge to
3060         "vscbi<bhfgq>_<mode>".
3061         ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
3062         ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
3064 2016-08-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3066         * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
3068 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
3070         * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
3071         unused declaration.
3072         (vcond<v_cmp_mixed><mode>): Ditto.
3073         (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
3075 2016-08-11  Bin Cheng  <bin.cheng@arm.com>
3077         * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
3078         variable explicitly, also assert on it before use.
3080 2016-08-11  Richard Biener  <rguenther@suse.de>
3082         PR tree-optimization/72772
3083         * cfgloopmanip.c (create_preheader): Use split_edge if there
3084         is a single loop entry, avoiding degenerate PHIs.
3086 2016-08-11  Richard Biener  <rguenther@suse.de>
3088         * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
3089         unconditional TODO_cleanup_cfg.
3090         (pass_thread_jumps::execute): Initialize loops, perform a CFG
3091         cleanup only if we threaded a jump.
3093 2016-08-11  Alan Modra  <amodra@gmail.com>
3095         PR target/71680
3096         * lra-constraints.c (simplify_operand_subreg): Allow subreg
3097         mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
3098         slow.  Emit two reloads for slow mem case, first loading in
3099         fast innermode, then converting to required mode.
3101 2016-08-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3103         * config/rs6000/altivec.h (vec_extract_exp): New macro.
3104         (vec_extract_sig): New macro.
3105         (vec_insert_exp): New macro.
3106         (vec_test_data_class): New macro.
3107         (scalar_extract_exp): New macro.
3108         (scalar_extract_sig): New macro.
3109         (scalar_insert_exp): New macro.
3110         (scalar_test_data_class): New macro.
3111         (scalar_test_neg): New macro.
3112         (scalar_cmp_exp_gt): New macro.
3113         (scalar_cmp_exp_lt): New macro.
3114         (scalar_cmp_exp_eq): New macro.
3115         (scalar_cmp_exp_unordered): New macro.
3116         * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
3117         to enforce constraint that operand is a 7-bit unsigned literal.
3118         * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
3119         for power9 built-ins.
3120         (BU_P9V_VSX_2): Likewise.
3121         (BU_P9V_64BIT_VSX_2): Likewise.
3122         (VSEEDP): Add scalar extract exponent support.
3123         (VSEESP): Add scalar extract signature support.
3124         (VSTDCNDP): Add scalar test negative support.
3125         (VSTDCNSP): Likewise.
3126         (VSIEDP): Add scalar insert exponent support.
3127         (VSCEDPGT): Add scalar compare exponent greater than support.
3128         (VSCEDPLT): Add scalar compare exponent less than support.
3129         (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
3130         (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
3131         (VSTDCDP): Add scalar test data class support.
3132         (VSTDCSP): Likewise.
3133         (VSEEDP): Add overload support for scalar extract exponent
3134         operation.
3135         (VSESDP): Add overload support for scalar extract signature
3136         operation.
3137         (VSTDCN): Add overload support for scalar test negative
3138         operation.
3139         (VSTDCNDP): Add overload support for scalar test negative
3140         operation.
3141         (VSTDCNSP): Add overload support for scalar test negative
3142         operation.
3143         (VSIEDP): Add overload support for scalar insert exponent
3144         operation.
3145         (VSTDC): Add overload support for scalar test data class
3146         operation.
3147         (VSTDCDP): Add overload support for scalar test data class
3148         operation.
3149         (VSTDCSP): Add overload support for scalar test data class
3150         opreation.
3151         (VSCEDPGT): Add overload support for scalar compare exponent
3152         greater than operation.
3153         (VSCEDPLT): Add overload support for scalar compare exponent
3154         less than operation.
3155         (VSCEDPEQ): Add overload support for scalar compare exponent
3156         test-for-equality operation.
3157         (VSCEDPUO): Add overload support for scalar compare exponent
3158         test-for-unordered operation.
3159         (VEEDP): Add vector extract exponent support.
3160         (VEESP): Likewise.
3161         (VESDP): Add vector extract significand support.
3162         (VESSP): Likewise.
3163         (VIEDP): Add vector insert exponent support.
3164         (VIESP): Likewise.
3165         (VTDCDP): Add vector test data class support.
3166         (VTDCSP): Likewise.
3167         (VES): Add overload support for vector extract significand operation.
3168         (VESDP): Likewise.
3169         (VESSP): Likewise
3170         (VEE): Add overload support for vector extract exponent operation.
3171         (VEEDP): Likewise.
3172         (VEESP): Likewise.
3173         (VTDC): Add overload support for vector test data class operation.
3174         (VTDCDP): Likewise.
3175         (VTDCSP): Likewise.
3176         (VIE): Add overload support for vector insert exponent operation.
3177         (VIEDP): Likewise.
3178         (VIESP): Likewise.
3179         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3180         overloaded binary floating point functions.
3181         (altivec_resolve_overloaded_builtin): Improve error messages to
3182         distinguish between functions not supported in the current
3183         compiler configuration and functions that were invoked with an
3184         invalid parameter combination, and include the built-in function
3185         name in both error messages.
3186         * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
3187         New prototype.
3188         * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
3189         function.
3190         (rs6000_expand_binop_builtin): Add check to enforce that argument
3191         2 of the test data class operations is a 7-bit unsigned literal.
3192         (rs6000_invalid_builtin): Add code to issue an error message if a
3193         built-in function that requires the power9_vector and -m32
3194         command-line options is compiled without these options.
3195         * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
3196         (UNSPEC_VSX_SXSIGDP): New value.
3197         (UNSPEC_VSX_SXSIGPDP): New value.
3198         (UNSPEC_VSX_SIEXPDP): New value.
3199         (UNSPEC_VSX_SCMPEXPDP): New value.
3200         (UNSPEC_VSX_STSTDC): New value.
3201         (UNSPEC_VSX_VXEXP): New value.
3202         (UNSPEC_VSX_VXSIG): New value.
3203         (UNSPEC_VSX_VIEXP): New value.
3204         (UNSPEC_VSX_VTSTDC): New value.
3205         (xsxexpdp): New insn for scalar extract exponent.
3206         (xsxsigdp): New insn for scalar extract significand.
3207         (xsiexpdp): New insn for scalar insert exponent.
3208         (xscmpexpdp_<code>): New expansion for scalar compare exponents.
3209         (*xscmpexpdp): New insn for scalar compare exponents.
3210         (xststdc<Fvsx): New expansion for both single- and
3211         double-precision scalar test data class operations.
3212         (xststdcneg<Fvsx>): New expansion for both single- and
3213         double-precision scalar test for negative value operations.
3214         (*xststdc<Fvsx>): New insn for scalar test data class
3215         operation.
3216         (xvxexp<VSs>): New insn for single- and double-precision
3217         vector extract exponent operation.
3218         (xvxsig<VSs>): New insn for single- and double-precision
3219         vector extract significand operation.
3220         (xviexp<VSs>): New insn for single- and double-precision
3221         vector insert exponent operation.
3222         (xvtstdc<VSs>): New insn for single- and double-precision
3223         vector test data class operation.
3224         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
3225         built-in functions to represent the Power9 binary floating-point
3226         support instructions.
3228 2016-08-10  bin cheng  <bin.cheng@arm.com>
3230         * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
3232 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
3233             Renlin Li  <renlin.li@arm.com>
3234             Bin Cheng  <bin.cheng@arm.com>
3236         * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
3237         * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
3238         gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
3239         (aarch64_vcond_internal<mode><mode>): Delete pattern.
3240         (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
3241         (vcond<v_cmp_result><mode>): Ditto.
3242         (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
3243         (vcondu<mode><mode>): Ditto.
3244         (vcond<v_cmp_mixed><mode>): New pattern.
3245         (vcondu<mode><v_cmp_mixed>): New pattern.
3246         (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
3247         of aarch64_vcond_internal.
3249 2016-08-10  Alan Lawrence  <alan.lawrence@arm.com>
3250             Renlin Li  <renlin.li@arm.com>
3251             Bin Cheng  <bin.cheng@arm.com>
3253         * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
3254         (vec_cmp<mode><v_cmp_result>): New pattern.
3255         (vec_cmpu<mode><mode>): New pattern.
3256         (vcond_mask_<mode><v_cmp_result>): New pattern.
3258 2016-08-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
3260         PR tree-optimization/71734
3261         * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
3262         REF_LOOP, invoke ref_indep_loop_p_1.
3263         (outermost_indep_loop): Pass LOOP argumnet where REF was defined
3264         to ref_indep_loop_p.
3265         (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
3266         combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
3267         is inside LOOP, do not cache dpendence value for loops with
3268         non-zero SAFELEN.
3269         (ref_indep_loop_p_2): Delete function.
3270         (can_sm_ref_p): Pass LOOP as additional argument to
3271         ref_indep_loop_p.
3273 2016-08-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
3275         PR target/72853
3276         * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
3277         being an offsettable address.
3279 2016-08-10  Martin Liska  <mliska@suse.cz>
3281         PR gcov-profile/58306
3282         * tree-profile.c (gimple_init_edge_profiler): Create conditionally
3283         atomic variants of profile update functions.
3285 2016-08-10  Martin Liska  <mliska@suse.cz>
3287         Cherry picked (and modified) from google-4_7 branch
3288         2012-12-26  Rong Xu  <xur@google.com>
3289         * common.opt (fprofile-update): Add new flag.
3290         * coretypes.h: Define enum profile_update.
3291         * doc/invoke.texi: Document -fprofile-update.
3292         * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
3293         GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
3294         * tree-profile.c (gimple_init_edge_profiler): Generate
3295         also atomic profiler update.
3296         (gimple_gen_edge_profiler): Likewise.
3298 2016-08-10  David Malcolm  <dmalcolm@redhat.com>
3300         * toplev.c (finalize): Set aux_info_file, asm_out_file, and
3301         stack_usage_file to NULL after fclose calls.
3303 2016-08-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
3305         PR target/71873
3306         * reload.c (push_reload): Compute subreg_in_class for
3307         subregs of constants and plus expressions. Remove special
3308         handling of SYMBOL_REFs.
3310 2016-08-10  Alan Modra  <amodra@gmail.com>
3312         PR target/71680
3313         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
3314         SImode for TARGET_E500_DOUBLE when given SImode.
3316 2016-08-09  David Wohlferd  <dw@LimeGreenSocks.com>
3318         * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
3319         unused variable __O.
3321 2016-08-09  Martin Liska  <mliska@suse.cz>
3323         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
3324         _gcov_reset to __gcov_reset.
3325         * doc/gcov-tool.texi: Fix typo.
3327 2016-08-09  Martin Liska  <mliska@suse.cz>
3329         * value-prof.c (gimple_divmod_values_to_profile): Do not
3330         instrument MOD histogram if a value is not a SSA name.
3332 2016-08-09  Martin Liska  <mliska@suse.cz>
3334         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
3335         values.
3337 2016-08-09  Renlin Li  <renlin.li@arm.com>
3339         PR middle-end/64971
3340         * calls.c (prepare_call_address): Convert funexp to Pmode when
3341         necessary.
3342         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
3343         (sibcall_value): Likewise.
3345 2016-08-09  Marek Polacek  <polacek@redhat.com>
3347         PR c/7652
3348         * cselib.c (cselib_expand_value_rtx_1): Add return.
3349         * gengtype.c (dbgprint_count_type_at): Likewise.
3350         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
3351         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
3353 2016-08-09  Martin Jambor  <mjambor@suse.cz>
3355         PR ipa/71981
3356         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
3357         if instance is a MEM_REF.
3359 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
3361         PR target/72843
3362         * config/i386/i386.md (*movtf_internal): Use
3363         lra_in_progress || reload_completed instead of !can_create_pseudo_p
3364         in the insn constraint.
3365         (*movxf_internal): Ditto.
3366         (*movdf_internal): Ditto.
3367         (*movsf_internal): Ditto.
3369 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
3371         PR tree-optimization/72772
3372         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
3373         for expanded base.
3375 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
3377         PR tree-optimization/72772
3378         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
3379         parameter STOP.
3380         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
3381         parameter STOP and update calls.  Move expand_simple_operations
3382         function call from here...
3383         (simplify_using_initial_conditions): ...to here.  Delete parameter
3384         STOP.
3385         (tree_simplify_using_condition): Delete parameter STOP.
3386         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
3387         simplify_using_initial_conditions.
3389 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
3391         PR c/65345
3392         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
3393         Use create_tmp_var_raw instead of create_tmp_var.
3395 2016-08-09  Richard Biener  <rguenther@suse.de>
3397         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
3398         Treat same SSA names related.
3400 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
3402         PR tree-optimization/72824
3403         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
3404         real_zerop is not negative.
3406 2016-08-09  Richard Biener  <rguenther@suse.de>
3408         PR tree-optimization/71802
3409         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
3410         all merge opportunities with the predecessor.
3412 2016-08-09  Richard Biener  <rguenther@suse.de>
3414         PR ipa/68273
3415         * ipa-prop.c (ipa_modify_formal_parameters): Build
3416         parameter types with natural alignment also for the
3417         over-aligned case.
3419 2016-08-08  Andi Kleen  <ak@linux.intel.com>
3421         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
3423 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
3425         PR c/64955
3426         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
3427         do-nothing langhook.
3428         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
3429         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
3430         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
3431         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
3433 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
3435         PR bootstrap/72844
3436         * input.c: Ensure that HAVE_ICONV is defined.
3438 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
3440         PR middle-end/72781
3441         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
3442         private vars for lastprivate and for linear iterator.
3444         PR middle-end/68762
3445         * omp-simd-clone.c: Include varasm.h.
3446         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
3447         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
3448         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
3449         update function name.
3451 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
3453         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
3454         (avr_diagnose_devicespecs_error): Remove.
3455         (avr_devicespecs_file): Remove composing absolute path for specfile
3456         and its verbose info. Remove conditions to check specs-file,
3458 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
3460         PR rtl-optimization/72821
3461         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
3462         just return false for them.
3464 2016-08-08  Alan Modra  <amodra@gmail.com>
3466         PR target/72771
3467         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
3468         toc refs created during reload.  Update function comment.
3470 2016-08-08  Alan Modra  <amodra@gmail.com>
3472         PR target/72802
3473         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
3474         alternatives.  Put loads first, then stores, and reg/reg moves
3475         within same class later.  Delete attr length.
3477 2016-08-08  Alan Modra  <amodra@gmail.com>
3479         PR target/72802
3480         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
3481         (mem_operand_ds_form): New predicate.
3482         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
3483         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
3484         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
3485         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
3486         (extendsfdf2_fpr): Replace o constraint with wY.
3488 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
3490         * tree-ssa-threadbackward.c: Include tree-inline.h
3491         (profitable_jump_thread_path): Use estimate_num_insns to estimate
3492         size of copied block; for cold paths reduce duplication.
3493         (find_jump_threads_backwards): Remove redundant tests.
3494         (pass_thread_jumps::gate): Enable for -Os.
3496 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
3498         PR c/72816
3499         * stor-layout.c (layout_decl): Fix up formatting.
3500         (relayout_decl): Allow DECL to be FIELD_DECL.
3502 2016-08-07  Alan Modra  <amodra@gmail.com>
3504         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
3506 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
3508         * data-streamer-in.c (streamer_read_wide_int): New.
3509         (streamer_read_widest_int): Renamed function.
3510         * data-streamer-out.c (streamer_write_wide_int): New
3511         (streamer_write_widest_int): Renamed function.
3512         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
3513         data-stream-in.c.
3514         (input_cfg): Call renamed function.
3515         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
3516         data-stream-out.c.
3517         (output_cfg): Call renamed function.
3518         * data-streamer.h: Add declarations.
3520 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3522         * tree-ssa-ccp.c (extend_mask): New param sgn.
3523         Remove ORing with wi::mask.
3524         (get_default_value): Adjust call to extend_mask to pass sign.
3525         (evaluate_stmt): Likewise.
3527 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
3529         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
3530         INT64_MAX.
3532 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3534         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
3535         transform if operand's type is pointer to function or method.
3537 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
3539         PR tree-optimization/18046
3540         * tree-ssa-threadedge.c: Include cfganal.h.
3541         (simplify_control_statement_condition): If simplifying a
3542         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
3543         with the dominating ASSERT_EXPR before handing it off to VRP.
3544         Mention that a CASE_LABEL_EXPR may be returned.
3545         (thread_around_empty_blocks): Adjust to handle
3546         simplify_control_statement_condition() returning a
3547         CASE_LABEL_EXPR.
3548         (thread_through_normal_block): Likewise.
3549         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
3550         a switch statement by trying to determine which case label
3551         will be taken.
3553 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
3555         PR rtl-optimization/69847
3556         * lra-constraints.c (process_invariant_for_inheritance): Save
3557         pattern instead of src.
3558         (remove_inheritance_pseudos): Use the pattern.  Add assert.
3560 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
3562         * input.c (string_concat::string_concat): New constructor.
3563         (string_concat_db::string_concat_db): New constructor.
3564         (string_concat_db::record_string_concatenation): New method.
3565         (string_concat_db::get_string_concatenation): New method.
3566         (string_concat_db::get_key_loc): New method.
3567         (class auto_cpp_string_vec): New class.
3568         (get_substring_ranges_for_loc): New function.
3569         (get_source_range_for_substring): New function.
3570         (get_num_source_ranges_for_substring): New function.
3571         (class selftest::lexer_test_options): New class.
3572         (struct selftest::lexer_test): New struct.
3573         (class selftest::ebcdic_execution_charset): New class.
3574         (selftest::ebcdic_execution_charset::s_singleton): New variable.
3575         (selftest::lexer_test::lexer_test): New constructor.
3576         (selftest::lexer_test::~lexer_test): New destructor.
3577         (selftest::lexer_test::get_token): New method.
3578         (selftest::assert_char_at_range): New function.
3579         (ASSERT_CHAR_AT_RANGE): New macro.
3580         (selftest::assert_num_substring_ranges): New function.
3581         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
3582         (selftest::assert_has_no_substring_ranges): New function.
3583         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
3584         (selftest::test_lexer_string_locations_simple): New function.
3585         (selftest::test_lexer_string_locations_ebcdic): New function.
3586         (selftest::test_lexer_string_locations_hex): New function.
3587         (selftest::test_lexer_string_locations_oct): New function.
3588         (selftest::test_lexer_string_locations_letter_escape_1): New function.
3589         (selftest::test_lexer_string_locations_letter_escape_2): New function.
3590         (selftest::test_lexer_string_locations_ucn4): New function.
3591         (selftest::test_lexer_string_locations_ucn8): New function.
3592         (selftest::uint32_from_big_endian): New function.
3593         (selftest::test_lexer_string_locations_wide_string): New function.
3594         (selftest::uint16_from_big_endian): New function.
3595         (selftest::test_lexer_string_locations_string16): New function.
3596         (selftest::test_lexer_string_locations_string32): New function.
3597         (selftest::test_lexer_string_locations_u8): New function.
3598         (selftest::test_lexer_string_locations_utf8_source): New function.
3599         (selftest::test_lexer_string_locations_concatenation_1): New
3600         function.
3601         (selftest::test_lexer_string_locations_concatenation_2): New
3602         function.
3603         (selftest::test_lexer_string_locations_concatenation_3): New
3604         function.
3605         (selftest::test_lexer_string_locations_macro): New function.
3606         (selftest::test_lexer_string_locations_stringified_macro_argument):
3607         New function.
3608         (selftest::test_lexer_string_locations_non_string): New function.
3609         (selftest::test_lexer_string_locations_long_line): New function.
3610         (selftest::test_lexer_char_constants): New function.
3611         (selftest::input_c_tests): Call the new test functions once per
3612         case within the line_table test matrix.
3613         * input.h (struct string_concat): New struct.
3614         (struct location_hash): New struct.
3615         (class string_concat_db): New class.
3616         * substring-locations.h: New header.
3618 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
3620         PR tree-optimization/72810
3621         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
3622         the type of the case labels when truncating.
3624 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
3626         PR Target/72819
3627         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
3628         (aarch64_fp16_ptr_type_node): Likewise.
3629         * config/aarch64/aarch64-simd-builtins.c
3630         (aarch64_fp16_ptr_type_node): Define.
3631         (aarch64_init_fp16_types): New, refactored out of...
3632         (aarch64_init_builtins): ...here, update to call
3633         aarch64_init_fp16_types.
3634         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
3635         HFmode.
3636         (aapcs_vfp_sub_candidate): Likewise.
3638 2016-08-05  Martin Liska  <mliska@suse.cz>
3639             Joshua Cranmer  <Pidgeot18@gmail.com>
3641         * gcov.c (line_t::has_block): New function.
3642         (enum loop_type): New enum.
3643         (handle_cycle): New function.
3644         (unblock): Likewise.
3645         (circuit): Likewise.
3646         (get_cycles_count): Likewise.
3647         (accumulate_line_counts): Use new loop detection algorithm.
3649 2016-08-05  Martin Liska  <mliska@suse.cz>
3651         * gcov.c (output_intermediate_file): Rename
3652         function_info::line_next to next_file_fn.
3653         (process_file): Likewise.
3654         (read_graph_file): Likewise.
3655         (accumulate_line_counts): Likewise.
3656         (output_lines): Likewise.
3658 2016-08-05  Richard Biener  <rguenther@suse.de>
3660         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
3661         restriction on threading to a loop header.
3663 2016-08-05  Richard Biener  <rguenther@suse.de>
3665         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
3666         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
3667         adjust loop info accordingly.
3669 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
3671         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
3672         before folding call to __builtin_constant_p with parameters to false.
3674 2016-08-05  Alan Modra  <amodra@gmail.com>
3676         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
3677         code accidentally committed 2016-05-02 providing class when given
3678         NO_REGS.
3680 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
3682         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
3683         the case label ranges that partially overlap with OP's value
3684         range.
3686 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
3688         PR target/72805
3689         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
3690         Cast builtin function result to __mmask16 instead of __mmask8.
3691         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
3692         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
3693         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
3695 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
3697         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
3698         (ASSERT_TRUE_AT): New macro.
3699         (ASSERT_FALSE): Reimplement in terms of...
3700         (ASSERT_FALSE_AT): New macro.
3701         (ASSERT_STREQ_AT): Fix typo in comment.
3703 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
3705         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
3706         labels are exhaustive, designate the label with the widest
3707         range to be the default label.
3709 2016-08-04  Andrew Pinski  <apinski@cavium.com>
3711         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
3712         (thunderx_tunings): Use thunderx_vector_cost instead of
3713         generic_vector_cost.
3715 2016-08-04  Martin Liska  <mliska@suse.cz>
3717         * gcov.c (main): Fix GNU coding style.
3718         (output_intermediate_file): Likewise.
3719         (process_file): Likewise.
3720         (generate_results): Likewise.
3721         (release_structures): Likewise.
3722         (create_file_names): Likewise.
3723         (find_source): Likewise.
3724         (read_graph_file): Likewise.
3725         (find_exception_blocks): Likewise.
3726         (canonicalize_name): Likewise.
3727         (make_gcov_file_name): Likewise.
3728         (mangle_name): Likewise.
3729         (accumulate_line_counts): Likewise.
3730         (output_branch_count): Likewise.
3731         (read_line): Likewise.
3733 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3735         PR rtl-optimization/71779
3736         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
3737         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
3738         or if it was truncated.
3740         PR rtl-optimization/70903
3741         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
3743 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
3745         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
3746         accessing SSA_NAME_PTR_INFO.
3748 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
3750         PR 70677
3751         * common/config/avr/avr-common.c (avr_option_optimization_table)
3752         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
3754 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
3756         PR 55181
3757         * config/avr/avr.md: New pattern to work around do_store_flag
3758         generating shift instructions for bit extractions.
3760 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
3762         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
3763         BITMAP_ALLOC.
3764         (add_equivalence): Likewise.
3765         (get_value_range): Allocate value range with vrp_value_range_pool.
3766         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
3767         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
3769 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
3771         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
3772         the default for the rs6000 port.
3774 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3776         PR middle-end/71876
3777         * calls.c (special_function_p): Remove special handling of
3778         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
3779         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
3780         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
3782 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
3784         PR middle-end/72778
3785         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
3786         Don't stop on regular insns.
3788 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3790         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
3791         size to DImode boundary.
3792         (nvptx_propagate): Likewise.
3794 2016-08-03  Alan Modra  <amodra@gmail.com>
3796         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
3797         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
3798         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
3799         from -mefficient-unaligned-vector.  Note that this affects fp too.
3801 2016-08-03  Alan Modra  <amodra@gmail.com>
3803         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
3804         cost more.
3806 2016-08-03  Alan Modra  <amodra@gmail.com>
3808         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
3809         to a reg.  Localize vars.
3811 2016-08-03  Alan Modra  <amodra@gmail.com>
3813         * config/rs6000/rs6000.opt: Remove negatives from help strings
3814         and comments.
3816 2016-08-03  Alan Modra  <amodra@gmail.com>
3818         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
3819         Delete duplicated code.
3821 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
3823         PR middle-end/72778
3824         * lra-spills.c (regno_in_use_p): New.
3825         (lra_final_code_change): Use it.
3827 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
3829         PR rtl-optimization/69847
3830         * lra-int.h (struct lra-reg): Use restore_rtx instead of
3831         restore_regno.
3832         (lra_rtx_hash): New.
3833         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
3834         of restore_regno.
3835         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
3836         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
3837         * lra-spills.c (lra_final_code_change): Don't delete insn when the
3838         next insn is USE with the same reg as the current insn source.
3839         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
3840         of restore_regno.
3841         (lra_constraints_init): Call initiate_invariants.
3842         (lra_constraints_finish): Call finish_invariants.
3843         (struct invariant, invariant_t, invariant_ptr_t): New.
3844         (const_invariant_ptr_t, invariants, invariants_pool): New.
3845         (invariant_table, invariant_hash, invariant_eq_p): New.
3846         (insert_invariant, initiate_invariants, finish_invariants): New.
3847         (clear_invariants, invalid_invariant_regs): New.
3848         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
3849         instead of restore_regno.
3850         (invariant_p, process_invariant_for_inheritance): New.
3851         (inherit_in_ebb): Implement invariant inheritance.
3852         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
3853         (remove_inheritance_pseudos): Implement undoing invariant
3854         inheritance.
3855         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
3856         instead of restore_regno.
3857         * lra-assigns.c (regno_live_length): New.
3858         (reload_pseudo_compare_func): Use regno_live_length.
3859         (assign_by_spills): Use restore_rtx instead of restore_regno.
3860         (lra_assign): Ditto.  Initiate regno_live_length.
3862 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
3864         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
3865         __builtin_aarch64_fmindf.
3867 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
3869         PR tree-optimization/34114
3870         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
3871         information for more control IVs.
3873 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
3875         PR tree-optimization/34114
3876         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
3877         PLUS_EXPR case.  Handle SSA_NAME case.
3879 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
3881         * config/aarch64/aarch64-simd-builtins.def
3882         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
3883         (__builtin_aarch64_fmaxdf): Likewise.
3884         (__builtin_aarch64_smin_nandf): Likewise.
3885         (__builtin_aarch64_smax_nandf): Likewise.
3886         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
3887         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
3888         (<fmaxmin><mode>3): ...this.
3889         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
3890         (vminnm_f64): Likewise.
3891         (vmin_f64): Likewise.
3892         (vmax_f64): Likewise.
3893         * config/aarch64/iterators.md (FMAXMIN): Merge with...
3894         (FMAXMIN_UNS): ...this.
3895         (fmaxmin): Merged with
3896         (fmaxmin_op): ...this...
3897         (maxmin_uns_op): ...in to this.
3899 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
3901         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
3902         Add support for vec_extract on vector float, vector int, vector
3903         short, and vector char vector types.
3904         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
3905         vector float, vector int, vector short, and vector char
3906         optimizations on 64-bit ISA 2.07 systems for both constant and
3907         variable element numbers.
3908         (rs6000_split_vec_extract_var): Likewise.
3909         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
3910         Altivec registers on ISA 2.07 and above.
3911         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
3912         which never was matched due to the split occuring before register
3913         allocation (and the code would not have worked on little endian
3914         systems if it did match).  Allow extracts to go to the Altivec
3915         registers if ISA 2.07 (power8).  Change from using "" around the
3916         C++ code to using {}'s.
3917         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
3918         vec_extracts when the vector is in memory.
3919         (vsx_extract_v4sf_var): New insn to optimize vector float
3920         vec_extracts when the element number is variable on 64-bit ISA
3921         2.07 systems.
3922         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
3923         for 64-bit ISA 2.07 as well as ISA 3.0.
3924         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
3925         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
3926         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
3927         optimize vector int, vector short, and vector char vec_extracts
3928         when the vector is in memory.
3929         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
3930         optimize vector int, vector short, and vector char vec_extracts
3931         when the element number is variable.
3933 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
3935         PR target/71948
3936         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
3937         does not overlap with other symbol flags.
3939 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
3941         * config/aarch64/aarch64.h (aarch64_frame):
3942         Remove padding0 and hardfp_offset.  Add locals_offset,
3943         initial_adjust, callee_adjust, callee_offset and final_adjust.
3944         * config/aarch64/aarch64.c (aarch64_layout_frame):
3945         Remove unused padding0 and hardfp_offset initializations.
3946         Choose frame layout and set frame variables accordingly.
3947         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
3948         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
3949         (aarch64_pop_regs): Likewise.
3950         (aarch64_expand_prologue): Remove all decision code, just emit
3951         prolog according to frame variables.
3952         (aarch64_expand_epilogue): Remove all decision code, just emit
3953         epilog according to frame variables.
3954         (aarch64_initial_elimination_offset): Use offset to local/arg area.
3956 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
3958         PR target/72748
3959         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
3960         fix_debug_reg_uses after changing source register mode to
3961         V1TImode if source register is undefined.
3963 2015-08-01  Alan Hayward  <alan.hayward@arm.com>
3965         PR tree-optimization/71818
3966         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
3967         with non invariant evolutions
3969 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
3971         PR target/72767
3972         * config/avr/avr.md (length) [branch]: Correct insn length
3973         attribute for forward branches.
3975 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
3977         * doc/extend.texi (AVR Built-in Functions): Document
3978         __builtin_avr_nops.
3979         * config/avr/builtins.def (NOPS): New.
3980         * config/avr/avr.c (avr_expand_nops): New static function.
3981         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
3983 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3985         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
3986         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
3987         addresses.
3989 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
3991         * config/aarch64/aarch64.c (vulcan_tunings): Update
3992         vulcan L1 cache_line_size.
3994 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
3996         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
3997         function that takes a vector memory address, a hard register, an
3998         element number and a temporary base register, and recreates an
3999         address that points to the appropriate element within the vector.
4000         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
4001         (rs6000_split_vec_extract_var): Add support for the target of a
4002         vec_extract with variable element number being a scalar memory
4003         location.
4004         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
4005         swappable.
4006         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
4007         vsx_extract_<mode>_load insn with a new insn that optimizes
4008         storing either element to a memory location, using scratch
4009         registers to pick apart the vector and reconstruct the address.
4010         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
4011         (vsx_extract_<mode>_store): Rework alternatives to more correctly
4012         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
4013         store instruction.
4014         (vsx_extract_<mode>_var): Add support for extracting a variable
4015         element number from memory.
4017 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
4019         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
4020         when testing for compares against constants of the form 0xabab.
4022 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
4024         PR tree-optimization/57558
4025         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
4026         function.
4027         (vect_loop_versioning): Support versioning with niter assumptions.
4028         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
4029         (vect_get_loop_niters): New parameter.  Reimplement to support
4030         assumptions in loop niter info.
4031         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
4032         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
4033         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
4034         Support loop versioning for niters.
4035         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
4036         (vect_free_loop_info_assumptions): New function.
4037         (vectorize_loops): Free loop niter info for loops with flag
4038         LOOP_F_ASSUMPTIONS set if vectorization failed.
4039         * tree-vectorizer.h (struct _loop_vec_info): New field
4040         num_iters_assumptions.
4041         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
4042         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
4043         (LOOP_REQUIRES_VERSIONING): New macro.
4044         (vect_free_loop_info_assumptions): New decl.
4046 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
4048         * cfgloop.h (struct loop): New field constraints.
4049         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
4050         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
4051         functions.
4052         * cfgloop.c (alloc_loop): Initialize new field.
4053         * cfgloopmanip.c (copy_loop_info): Copy constraints.
4054         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
4055         Adjust niter analysis wrto loop constraints.
4056         * doc/loop.texi (@node Number of iterations): Add description for loop
4057         constraints.
4059 2016-07-29  Marek Polacek  <polacek@redhat.com>
4061         PR c/7652
4062         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
4063         (ix86_expand_round_builtin): Likewise.
4065 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
4066             Georg-Johann Lay  <avr@gjlay.de>
4068         PR rtl-optimization/71976
4069         * combine.c (get_last_value): Return 0 if the argument for which
4070         the function is called has a wider mode than the recorded value.
4072 2016-07-29  Marek Polacek  <polacek@redhat.com>
4074         PR c/7652
4075         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
4076         (altivec_expand_st_builtin): Likewise.
4078 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
4080         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
4081         introduced in r238381.
4083 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
4085         PR middle-end/68217
4086         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
4087         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
4089 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
4091         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
4092         New declaration.
4093         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4094         Add support for vec_extract of vector double or vector long having
4095         a variable element number on 64-bit ISA 2.07 systems or newer.
4096         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
4097         Likewise.
4098         (rs6000_split_vec_extract_var): New function to split a
4099         vec_extract built-in function with variable element number.
4100         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
4101         swappable.
4102         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
4103         (UNSPEC_VSX_EXTRACT): Likewise.
4104         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
4105         direct move instructions to be generated on 64-bit ISA 2.07
4106         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
4107         instruction.
4108         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
4109         arguments for vec_extract variable element.
4110         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
4111         vec_extract with variable element on V2DFmode and V2DImode
4112         vectors.
4113         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
4114         -mupper-regs-df requirement, since it isn't needed.
4115         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
4116         do direct moves on 64-bit systems, which allows optimization of
4117         vec_extract on 64-bit ISA 2.07 systems and newer.
4119 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
4120 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
4122          * config/aarch64/aarch64.md
4123         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
4124         statement and type.
4125         (<optab>qihi2_aarch64): Likewise, and split into two.
4126         (extendqihi2_aarch64): New.
4127         (zero_extendqihi2_aarch64): New.
4128         * config/aarch64/iterators.md (ldrxt): Remove.
4129         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
4130         uxtb/uxth.
4132 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
4134         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
4136 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
4138         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
4139         (aarch64_push_reg): New function to push 1 or 2 registers.
4140         (aarch64_pop_reg): New function to pop 1 or 2 registers.
4141         (aarch64_expand_prologue): Use aarch64_push_regs.
4142         (aarch64_expand_epilogue): Use aarch64_pop_regs.
4144 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
4146         PR tree-optimization/71734
4147         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
4148         attribute instead of REF_LOOP and use it.
4149         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
4150         set it for Loops having non-zero safelen attribute.
4151         (ref_indep_loop_p): Pass zero as initial value for safelen.
4153 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
4155         PR middle-end/72657
4156         PR target/72683
4157         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
4158         call using chkp_gimple_call_builtin_p.
4159         (chkp_copy_bounds_for_assign): Likewise.
4161 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4163         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
4164         * config/arm/arm-protos.h (struct tune_params): Likewise.
4165         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
4166         (cortex_a9_sched_adjust_cost): Likewise.
4167         (fa726te_sched_adjust_cost): Likewise.
4168         (arm_adjust_cost): Likewise.
4169         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
4170         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
4171         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
4172         * config/i386/i386.c (ix86_adjust_cost): Likewise.
4173         * config/ia64/ia64.c: Likewise.
4174         * config/m68k/m68k.c: Likewise.
4175         * config/mep/mep.c (mep_adjust_cost): Likewise.
4176         * config/microblaze/microblaze.c (microblaze_adjust_cost):
4177         * Likewise.
4178         * config/mips/mips.c (mips_adjust_cost): Likewise.
4179         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
4180         * Likewise.
4181         * config/pa/pa.c (pa_adjust_cost): Likewise.
4182         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
4183         (rs6000_debug_adjust_cost): Likewise.
4184         * config/sh/sh.c (sh_adjust_cost): Likewise.
4185         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
4186         (hypersparc_adjust_cost): Likewise.
4187         (sparc_adjust_cost): Likewise.
4188         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
4189         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
4190         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
4191         * Likewise.
4192         * config/visium/visium.c (visium_adjust_cost): Likewise.
4193         * doc/tm.texi: Regenerate.
4194         * haifa-sched.c (dep_cost_1): Adjust.
4195         * target.def: Merge adjust_cost and adjust_cost_2.
4197 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4199         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
4201 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4203         * store-motion.c (struct st_expr): Make pattern_regs a vector.
4204         (extract_mentioned_regs): Append to a vector instead of
4205         returning a rtx_expr_list.
4206         (st_expr_entry): Adjust.
4207         (free_st_expr_entry): Likewise.
4208         (store_ops_ok): Likewise.
4209         (store_killed_in_insn): Likewise.
4210         (find_moveable_store): Likewise.
4212 2016-07-28  Martin Liska  <mliska@suse.cz>
4214         PR gcov-profile/68025
4215         * tree-profile.c (tree_profiling): Respect
4216         no_profile_instrument_function attribute.
4217         * doc/extend.texi: Document no_profile_instrument_function
4218         attribute.
4220 2016-07-28  Martin Liska  <mliska@suse.cz>
4222         PR rtl-optimization/70944
4223         * combine.c (make_compound_operation):
4224         Do not allow make_compound_operation for vector mode
4226 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
4228         PR middle-end/71994
4229         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
4230          before calling get_ops.
4232 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4234         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
4235         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
4236         (BITS_PER_UNIT_LOG): Remove.
4237         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
4238         * expr.c (expand_assignment): Likewise.
4239         * stor-layout.c (initialize_sizetypes): Likewise.
4241 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
4243         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
4244         signature of rs6000_expand_vector_extract so that the element
4245         number is a RTX instead of a constant integer.
4246         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
4247         Likewise.
4248         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
4249         (altivec_expand_vec_ext_builtin): Likewise.
4250         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
4251         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
4252         MFVSRLD instruction.
4254 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
4256         * input.c (get_pure_location): Move here from tree.c.
4257         (make_location): Likewise.  Add header comment.
4258         (selftest::test_accessing_ordinary_linemaps): Verify
4259         pure_location_p, make_location, get_location_from_adhoc_loc and
4260         get_range_from_loc.
4261         * input.h (get_pure_location): Move declaration here from tree.h.
4262         (get_finish): Likewise for inline function.
4263         (make_location): Likewise for declaration.
4264         * tree.c (get_pure_location): Move to input.c.
4265         (make_location): Likewise.
4266         * tree.h (get_pure_location): Move declaration to tree.h.
4267         (get_finish): Likewise for inline function.
4268         (make_location): Likewise for declaration.
4270 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4272         PR middle-end/71078
4273         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
4275 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
4277         * system.h (STATIC_ASSERT): Use static_assert if building
4278         with C++11 onwards.
4280 2016-07-27  Richard Biener  <rguenther@suse.de>
4282         PR tree-optimization/72517
4283         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
4284         Revert change to not compute read-read dependences.
4286 2016-07-27  Richard Biener  <rguenther@suse.de>
4288         * predict.c (set_even_probabilities): Make nedges unsigned.
4290 2016-07-27  Martin Liska  <mliska@suse.cz>
4292         * predict.c (set_even_probabilities): Handle unlikely edges.
4293         (combine_predictions_for_bb): Likewise.
4295 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
4297         PR target/71869
4298         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
4299         __float128 support when we don't have hardware support, so that
4300         the IEEE built-in functions like isgreater, first call __unordkf3
4301         to make sure neither operand is a NaN, and if both operands are
4302         ordered, do the normal comparison.
4304 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
4306         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
4307         name.
4308         (extract_code_and_val_from_cond_with_ops): Verify that name is
4309         either cond_op0 or cond_op1.
4311 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
4313         PR tree-optimization/18046
4314         * genmodes.c (emit_mode_size_inline): Emit an assert that
4315         verifies that mode is a valid array index.
4316         (emit_mode_nuinits_inline): Likewise.
4317         (emit_mode_inner_inline): Likewise.
4318         (emit_mode_unit_size_inline): Likewise.
4319         (emit_mode_unit_precision_inline): Likewise.
4320         * tree-vrp.c: Include params.h.
4321         (find_switch_asserts): Register edge assertions for the default
4322         label which correspond to the anti-ranges of each case label.
4323         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
4324         * doc/invoke.texi: Document it.
4326 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4328         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
4329         and unnecessary call to gimple_bb.
4331 2016-07-26  Richard Biener  <rguenther@suse.de>
4333         PR rtl-optimization/71984
4334         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
4335         for VOIDmode.
4337 2016-07-26  Richard Biener  <rguenther@suse.de>
4339         PR middle-end/72517
4340         * expmed.c (extract_bit_field_1): Constrain the vector mode
4341         with element size matching the extraction mode size when
4342         choosing a better vector mode to do the extraction from.
4344 2016-07-26  Richard Biener  <rguenther@suse.de>
4345             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4347         PR middle-end/70920
4348         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
4349         pattern.
4351 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4353         * tree-ssa-structalias.c (struct scc_info): Change types of
4354         members to auto_sbitmap and auto_vec.
4355         (scc_info::scc_info): New constructor.
4356         (scc_info::~scc_info): New destructor.
4357         (init_scc_info): Remove.
4358         (free_scc_info): Remove.
4359         (find_indirect_cycles): Adjust.
4360         (perform_var_substitution): Likewise.
4361         (free_var_substitution_info): Likewise.
4363 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4365         * tree-outof-ssa.c (struct elim_graph): Change type of members
4366         to auto_vec and auto_sbitmap.
4367         (elim_graph::elim_graph): New constructor.
4368         (delete_elim_graph): Remove.
4369         (expand_phi_nodes): Adjust.
4371 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4373         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
4374         (new_elim_graph): Adjust.
4375         (clear_elim_graph): Likewise.
4376         (delete_elim_graph): Likewise.
4377         (elim_graph_size): Likewise.
4378         (elim_graph_add_node): Likewise.
4379         (elim_graph_add_edge): Likewise.
4380         (elim_graph_remove_succ_edge): Likewise.
4381         (eliminate_name): Likewise.
4382         (eliminate_build): Likewise.
4383         (elim_forward): Likewise.
4384         (elim_unvisited_predecessor): Likewise.
4385         (elim_backward): Likewise.
4386         (elim_create): Likewise.
4387         (eliminate_phi): Likewise.
4388         (expand_phi_nodes): Likewise.
4390 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4392         * bt-load.c (compute_out): Use auto_sbitmap class.
4393         (link_btr_uses): Likewise.
4394         * cfganal.c (mark_dfs_back_edges): Likewise.
4395         (post_order_compute): Likewise.
4396         (inverted_post_order_compute): Likewise.
4397         (pre_and_rev_post_order_compute_fn): Likewise.
4398         (single_pred_before_succ_order): Likewise.
4399         * cfgexpand.c (pass_expand::execute): Likewise.
4400         * cfgloop.c (verify_loop_structure): Likewise.
4401         * cfgloopmanip.c (fix_bb_placements): Likewise.
4402         (remove_path): Likewise.
4403         (update_dominators_in_loop): Likewise.
4404         * cfgrtl.c (break_superblocks): Likewise.
4405         * ddg.c (check_sccs): Likewise.
4406         (create_ddg_all_sccs): Likewise.
4407         * df-core.c (df_worklist_dataflow): Likewise.
4408         * dse.c (dse_step3): Likewise.
4409         * except.c (eh_region_outermost): Likewise.
4410         * function.c (thread_prologue_and_epilogue_insns): Likewise.
4411         * gcse.c (prune_expressions): Likewise.
4412         (prune_insertions_deletions): Likewise.
4413         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
4414         * graph.c (draw_cfg_nodes_no_loops): Likewise.
4415         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
4416         * lcm.c (compute_earliest): Likewise.
4417         (compute_farthest): Likewise.
4418         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
4419         (unroll_loop_runtime_iterations): Likewise.
4420         (unroll_loop_stupid): Likewise.
4421         * lower-subreg.c (decompose_multiword_subregs): Likewise.
4422         * lra-lives.c: Likewise.
4423         * lra.c (lra): Likewise.
4424         * modulo-sched.c (schedule_reg_moves): Likewise.
4425         (optimize_sc): Likewise.
4426         (get_sched_window): Likewise.
4427         (sms_schedule_by_order): Likewise.
4428         (check_nodes_order): Likewise.
4429         (order_nodes_of_sccs): Likewise.
4430         (order_nodes_in_scc): Likewise.
4431         * recog.c (split_all_insns): Likewise.
4432         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
4433         * reload1.c (reload): Likewise.
4434         * sched-rgn.c (haifa_find_rgns): Likewise.
4435         (split_edges): Likewise.
4436         (compute_trg_info): Likewise.
4437         * sel-sched.c (init_seqno): Likewise.
4438         * store-motion.c (remove_reachable_equiv_notes): Likewise.
4439         * tree-into-ssa.c (update_ssa): Likewise.
4440         * tree-ssa-live.c (live_worklist): Likewise.
4441         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
4442         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
4443         * Likewise.
4444         (try_peel_loop): Likewise.
4445         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
4446         * Likewise.
4447         * tree-ssa-pre.c (compute_antic): Likewise.
4448         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
4449         * tree-stdarg.c (reachable_at_most_once): Likewise.
4450         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
4451         * var-tracking.c (vt_find_locations): Likewise.
4453 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4455         * sbitmap.h (auto_sbitmap): New class.
4457 2016-07-26  Alan Modra  <amodra@gmail.com>
4459         PR target/72103
4460         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
4461         sri->t_icode.
4463 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
4465         * input.c (selftest::temp_source_file::temp_source_file): Fix
4466         missing "%s" in fprintf.
4468 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
4470         PR middle-end/71732
4471         * cselib.c (cselib_process_insn): Invalidate argument slots for
4472         const/pure calls.
4474 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4476         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
4477         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
4478         vmulxh_lane_f16, vmulxh_laneq_f16): New.
4480 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4482         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4483         * config/aarch64/aarch64.md (fma, fnma): Support HF.
4484         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
4486 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4488         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4489         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
4490         New.
4491         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
4492         (add<mode>3): Likewise.
4493         (sub<mode>3): Likewise.
4494         (mul<mode>3): Likewise.
4495         (div<mode>3): Likewise.
4496         (*div<mode>3): Likewise.
4497         (<fmaxmin><mode>3): Extend to HF.
4498         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
4499         (fabd<mode>3): Likewise.
4500         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
4501         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
4502         (aarch64_fmulx<mode>): Likewise.
4503         (aarch64_fac<optab><mode>): Likewise.
4504         (aarch64_frecps<mode>): Likewise.
4505         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
4506         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
4507         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
4508         (VSDQ_HSDI): Support HI.
4509         (fcvt_target, FCVT_TARGET): Likewise.
4510         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
4511         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
4512         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
4513         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
4514         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
4515         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
4516         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
4517         vrsqrtsh_f16): New.
4519 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4521         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
4522         * config/aarch64/aarch64-builtins.c (hi_UP): New.
4523         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4524         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
4525         mode.
4526         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
4527         (aarch64_cm<optab><mode>): Likewise.
4528         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
4529         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
4530         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
4531         (sqrt<mode>2): Likewise.
4532         (*sqrt<mode>2): Likewise.
4533         (abs<mode>2): Likewise.
4534         (<optab><mode>hf2): New pattern for HF mode.
4535         (<optab>hihf2): Likewise.
4536         * config/aarch64/arm_neon.h: Include arm_fp16.h.
4537         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
4538         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
4539         Support HF mode.
4540         * config/aarch64/arm_fp16.h: New file.
4541         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
4542         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
4543         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
4544         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
4545         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
4546         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
4547         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
4548         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
4549         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
4550         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
4551         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
4552         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
4553         vsqrth_f16): New.
4555 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4557         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
4558         reduc_smin_scal_): Use VDQIF_F16.
4559         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
4560         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
4561         Use VHSDF.
4562         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
4563         * config/aarch64/iterators.md (VDQIF_F16): New.
4564         (vp): Support HF modes.
4565         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
4566         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
4568 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4570         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
4571         "*aarch64_mulx_elt_from_dup<mode>".
4572         (*aarch64_mul3_elt<mode>): Update schedule type.
4573         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
4574         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
4575         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
4576         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
4577         (f, fp): Support HF modes.
4578         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
4579         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
4580         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
4581         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
4582         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
4583         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
4585 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4587         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4588         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
4589         modes.
4590         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
4591         vfmsq_f16): New.
4593 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4595         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4596         * config/aarch64/aarch64-simd.md
4597         (aarch64_rsqrts<mode>): Extend to HF modes.
4598         (fabd<mode>3): Likewise.
4599         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
4600         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
4601         (aarch64_<maxmin_uns>p<mode>): Likewise.
4602         (<su><maxmin><mode>3): Likewise.
4603         (<maxmin_uns><mode>3): Likewise.
4604         (<fmaxmin><mode>3): Likewise.
4605         (aarch64_faddp<mode>): Likewise.
4606         (aarch64_fmulx<mode>): Likewise.
4607         (aarch64_frecps<mode>): Likewise.
4608         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
4609         (add<mode>3): Extend to HF modes.
4610         (sub<mode>3): Likewise.
4611         (mul<mode>3): Likewise.
4612         (div<mode>3): Likewise.
4613         (*div<mode>3): Likewise.
4614         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
4615         HF, V4HF and V8HF.
4616         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
4617         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
4618         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
4619         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
4620         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
4621         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
4622         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
4623         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
4624         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
4625         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
4626         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
4627         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
4628         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
4629         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
4631 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4633         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
4634         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
4635         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
4636         (neg<mode>2): Likewise.
4637         (abs<mode>2): Likewise.
4638         (<frint_pattern><mode>2): Likewise.
4639         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
4640         (<optab><VDQF:mode><fcvt_target>2): Likewise.
4641         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
4642         (ftrunc<VDQF:mode>2): Likewise.
4643         (<optab><fcvt_target><VDQF:mode>2): Likewise.
4644         (sqrt<mode>2): Likewise.
4645         (*sqrt<mode>2): Likewise.
4646         (aarch64_frecpe<mode>): Likewise.
4647         (aarch64_cm<optab><mode>): Likewise.
4648         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
4649         HF, V4HF and V8HF.
4650         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
4651         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
4652         (stype): New.
4653         * config/aarch64/arm_neon.h (vdup_n_f16): New.
4654         (vdupq_n_f16): Likewise.
4655         (vld1_dup_f16): Use vdup_n_f16.
4656         (vld1q_dup_f16): Use vdupq_n_f16.
4657         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
4658         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
4659         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
4660         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
4661         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
4662         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
4663         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
4664         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
4665         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
4666         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
4667         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
4668         vsqrt_f16, vsqrtq_f16): New.
4670 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4672         * config/aarch64/aarch64-simd.md
4673         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
4674         (aarch64_ext<mode>): Likewise.
4675         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
4676         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
4677         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
4678         and V8HFmode.
4679         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
4680         float16x8_t.
4681         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
4682         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
4683         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
4684         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
4685         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
4686         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
4687         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
4688         New.
4689         (vmov_n_f16): Reimplement using vdup_n_f16.
4690         (vmovq_n_f16): Reimplement using vdupq_n_f16..
4692 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4694         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
4695         "frame_related_p".  Generate CFA annotation when it's necessary.
4696         (aarch64_expand_prologue): Use aarch64_add_constant.
4697         (aarch64_expand_epilogue): Likewise.
4698         (aarch64_output_mi_thunk): Pass "false" when calling
4699         aarch64_add_constant.
4701 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4703         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
4704         sequences.
4706 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
4708         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
4709         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
4710         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
4711         (aarch64_build_constant): Delete.
4713 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
4715         Revert
4716         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
4718         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
4719         flag_toplevel_reorder.
4721 2016-07-25  Richard Biener  <rguenther@suse.de>
4723         * cgraph.c (cgraph_node::verify_node): Compare against builtin
4724         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
4725         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
4726         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
4727         (streamer_get_builtin_tree): Likewise.
4728         (streamer_write_builtin): Likewise.
4729         * lto-streamer.h (LTO_builtin_decl): Remove.
4730         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
4731         (lto_input_scc): Remove LTO_builtin_decl handling.
4732         (lto_input_tree_1): Liekwise.
4733         * lto-streamer-out.c (lto_output_tree_1): Remove special
4734         handling of builtins.
4735         (DFS::DFS): Likewise.
4736         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
4737         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
4738         assert.
4739         (streamer_write_builtin): Remove.
4741 2016-07-25  Martin Liska  <mliska@suse.cz>
4743         * lto-cgraph.c (input_symtab): Don't call get_working_sets
4744         if flag_auto_profile is set to true.
4746 2016-07-25  Martin Liska  <mliska@suse.cz>
4748         PR gcov-profile/71868
4749         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
4750         have a function with multiple latches, count them all.
4752 2016-07-25  Martin Liska  <mliska@suse.cz>
4754         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
4756 2016-07-25  Martin Liska  <mliska@suse.cz>
4758         PR tree-optimization/71987
4759         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
4760         just for SSA_NAMEs. Fix GNU coding style.
4762 2016-07-25  Martin Liska  <mliska@suse.cz>
4764         PR gcov-profile/64874
4765         * gcov-io.h: Update command about file format.
4766         * gcov-iov.c (main): Adapt the numbering scheme.
4768 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
4770         PR middle-end/66726
4771         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
4772         whose result is used in PHI.
4773         (final_range_test_p): Likewise.
4774         (maybe_optimize_range_tests): Likewise.
4776 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
4778         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4779         Reformat two multi-line strings.
4781 2016-07-22  Martin Sebor  <msebor@redhat.com>
4783         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
4785 2016-07-22  Martin Sebor  <msebor@redhat.com>
4787         PR c/71560
4788         * doc/extend.texi (Compound Literals): Correct and clarify.
4789         (Cast to Union): Same.
4791 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4793         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
4794         comments to explain why certain error messages make mention of
4795         undocumented options.
4796         (rs6000_invalid_builtin): Change error messages to replace mention
4797         of undocumented options with mention of the -mcpu=power9 option
4798         that enables those undocumented options.
4799         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
4800         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
4801         definition of this macro to correct an existing error.
4802         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
4803         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
4804         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
4805         descriptions of built-in functions so that they depend on
4806         -mcpu=power9 instead of on the corresponding undocumented flags.
4807         * doc/invoke.texi (Option Summary):  Remove all mention of newly
4808         undocumented flags.
4809         (IBM RS/6000 and PowerPC Options): Likewise.
4810         * doc/md.texi (Constraints for Particuliar Machines): Remove all
4811         mention of newly undocumented flags.
4813 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
4815         * ipa-cp.c (determine_versionability): Do not create constprop clones,
4816         when target_clones attribute is set.
4818 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
4820         * common.opt (funsafe-loop-optimizations): Mark ignore.
4821         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
4822         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
4823         related code.
4824         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
4825         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
4827 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
4829         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
4830         Parameter.
4831         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
4832         Parameter.
4833         (number_of_iterations_exit): Warn missed loop optimization for
4834         possible infinite loops.
4836 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
4838         PR target/71216
4839         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
4840         when to emit a ".machine" pseudo-op.
4842 2016-07-22  Martin Liska  <mliska@suse.cz>
4844         PR gcov-profile/69028
4845         PR gcov-profile/62047
4846         * coverage.c (coverage_compute_lineno_checksum): Do not
4847         calculate checksum for fns w/o xloc.file.
4848         (coverage_compute_profile_id): Likewise.
4850 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
4852         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
4853         (avr_secondary_reload): ...and implementation.
4854         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
4855         * config/avr/avr.md (reload_in<mode>): Remove insns.
4856         (adjust_len) [lpm]: Remove insn attribute value.
4857         * config/avr/predicates.md (flash_operand): Remove insn predicate.
4859 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4861         PR middle-end/71876
4862         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
4863         attribute.
4864         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
4865         * calls.c (special_function_p): Remove the special handling of the
4866         "__builtin_" prefix.
4868 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4870         PR middle-end/71876
4871         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
4872         if STMT may be an alloca call.
4873         (gimple_alloca_call_p, alloca_call_p): Return only true for the
4874         builtin alloca call.
4875         * calls.h (gimple_maybe_alloca_call_p): New function.
4876         * tree-inline.c (inline_forbidden_p_stmt): Use
4877         gimple_maybe_alloca_call_p here.
4879 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
4881         * spellcheck-tree.c (best_macro_match::best_macro_match):
4882         Explictly specify the template arguments when invoking the base
4883         class constructor, to help older C++ compilers.
4885 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
4887         PR sanitizer/71953
4888         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
4889         before builtin_decl_implicit.
4891 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
4893         * optabs.c (emit_condiitonal_move): Short circuit for identical
4894         sources.
4896 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
4898         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
4899         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
4900         (noce_conversion_profitable_p): New.
4901         (noce_try_store_flag_constants): Use it.
4902         (noce_try_addcc): Likewise.
4903         (noce_try_store_flag_mask): Likewise.
4904         (noce_try_cmove): Likewise.
4905         (noce_try_cmove_arith): Likewise.
4906         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
4907         overwriting it.
4908         (noce_convert_multiple_sets): Move cost model to here, from...
4909         (bb_ok_for_noce_convert_multiple_sets) ...here.
4910         (noce_process_if_block): Update calls for above changes.
4911         (noce_find_if_block): Record new noce_if_info parameters.
4913 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
4915         * target.def (max_noce_ifcvt_seq_cost): New.
4916         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
4917         * doc/tm.texi: Regenerate.
4918         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
4919         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
4920         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
4921         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
4922         * doc/invoke.texi: Document new params.
4924 2016-07-21  Richard Biener  <rguenther@suse.de>
4926         PR tree-optimization/71947
4927         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
4928         ranges have useful limit_vr information.
4930 2016-07-21  Richard Biener  <rguenther@suse.de>
4932         * function-tests.c (build_trivial_generic_function): Set
4933         BLOCK_SUPERCONTEXT of DECL_INITIAL.
4934         * omp-low.c (create_omp_child_function): Likewise.
4935         (grid_expand_target_grid_body): Likewise.
4936         * cgraphunit.c (init_lowered_empty_function): Likewise.
4937         (cgraph_node::expand_thunk): Likewise.
4938         * tree-parloops.c (create_loop_fn): Likewise.
4939         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
4941 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4943         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
4944         in comment.
4946 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
4948         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
4949         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
4950         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
4951         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
4952         values for insn attribute.
4953         * config/avr/avr.c (avr_out_insert_notbit): New function.
4954         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
4955         ADJUST_LEN_INSV_NOTBIT_0/_7.
4956         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
4958 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
4960         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
4961         (chrec_convert_1, chrec_convert): Ditto.
4962         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
4963         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
4964         * tree-vrp.c (adjust_range_with_scev): Ditto.
4965         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
4966         (scev_var_range_cant_overflow): New function.
4967         (scev_probably_wraps_p): New parameter.  Call above function.
4968         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
4970 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
4972         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
4973         by removing computation of may_be_zero.
4975 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
4977         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
4979 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
4981         Improving concepts performance and diagnostics.
4982         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
4983         for constraint satisfaction and subsumption.
4984         * timevar.h (auto_timevar): New constructor that matches the push/pop
4985         pattern of usage in pt.c.
4987 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
4989         * hwint.h (HOST_WIDE_INT_0): New define.
4990         (HOST_WIDE_INT_0U): Ditto.
4991         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
4992         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
4993         * simplify-rtx.c: Ditto.
4994         * tree-object-size.c: Ditto.
4996 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4998         * config/s390/s390.c (s390_encode_section_info): Remove mode size
4999         check.
5001 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
5003         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
5004         * combine.c: Use HOST_WIDE_INT_M1U instead of
5005         ~(unsigned HOST_WIDE_INT) 0.
5006         * double-int.h: Ditto.
5007         * dse.c: Ditto.
5008         * dwarf2asm.c:Ditto.
5009         * expmed.c: Ditto.
5010         * genmodes.c: Ditto.
5011         * match.pd: Ditto.
5012         * read-rtl.c: Ditto.
5013         * tree-ssa-loop-ivopts.c: Ditto.
5014         * tree-ssa-loop-prefetch.c: Ditto.
5015         * tree-vect-generic.c: Ditto.
5016         * tree-vect-patterns.c: Ditto.
5017         * tree.c: Ditto.
5019 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
5021         * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
5022         constant addresses outside [0,0xc0] into a register.
5023         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
5024         cases where the base address register is unused after.
5025         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
5026         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
5027         (avr_out_store_psi_reg_disp_tiny): Same.
5029 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
5031         Implement attribute progmem on reduced Tiny cores by adding
5032         flash offset 0x4000 to respective symbols.
5034         PR target/71948
5035         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
5036         documentation how it works on reduced Tiny cores.
5037         (AVR Named Address Spaces): No support for reduced Tiny.
5038         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
5039         (avr_address_tiny_pm_p): New static function.
5040         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
5041         if the address is in progmem.
5042         (avr_assemble_integer): Same.
5043         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
5044         for symbol_ref in progmem.
5045         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
5046         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
5047         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
5049 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
5051         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
5052         * configure: Regenerate.
5053         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
5054         (USE_THIN_ARCHIVES): New variable.
5055         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
5056         this archive as a thin archive.
5058 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
5060         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
5061         same location as last time, don't skip if we have fix-it hints.
5062         Clarify the skipping logic by converting it from one "if" clause
5063         to repeated "if" clauses.
5064         * spellcheck-tree.c: Include "cpplib.h".
5065         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
5066         (best_macro_match::best_macro_match): New constructor.
5067         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
5068         Move here from c/c-decl.c.
5069         (class best_macro_match): Move here from c/c-decl.c, converting
5070         from a typedef to a subclass, gaining a ctor.
5072 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
5074         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
5075         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
5076         define...
5077         (avr_addr_space_diagnose_usage): ...and implementation.
5078         (avr_addr_space_supported_p): New function.
5079         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
5080         report bad address space usage if that space is supported.
5081         (avr_insert_attributes): Same.  No more complain about unsupported
5082         address spaces.
5083         * config/avr/avr-c.c (tm_p.h): Include it.
5084         (avr_cpu_cpp_builtins): Only define addr-space related built-in
5085         macro if avr_addr_space_supported_p.
5087 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
5089         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
5090         flag_toplevel_reorder.
5092 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
5094         * gcc-rich-location.c
5095         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
5096         a const char *.
5097         * gcc-rich-location.h
5098         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
5100 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
5102         * target.def (addr_space): Add new diagnose_usage to hook vector.
5103         * targhooks.c (default_addr_space_diagnose_usage): Add default
5104         implementation and...
5105         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
5106         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
5107         is some address space, call targetm.addr_space.diagnose_usage.
5108         * doc/tm.texi.in (Named Address Spaces): Add anchor for
5109         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
5110         * doc/tm.texi: Regenerate.
5112 2016-07-20  Martin Liska  <mliska@suse.cz>
5114         PR middle-end/71898
5115         * graphite-isl-ast-to-gimple.c (later_of_the_two):
5116         Properly handly PHI stmts.
5118 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
5120         PR tree-optimization/71503
5121         PR tree-optimization/71683
5122         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
5123         and break.
5125 2016-07-20  Martin Liska  <mliska@suse.cz>
5127         * doc/invoke.texi (-fipa-ra): Document when the option is
5128         disabled. Fix a typo.
5130 2016-07-20  Martin Liska  <mliska@suse.cz>
5132         * Makefile.in: Include fibonacci_heap.c
5133         * fibonacci_heap.c: New file.
5134         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
5135         (fibonacci_heap::union_with): Fix deletion of the second heap.
5136         * selftest-run-tests.c (selftest::run_tests): Incorporate
5137         fibonacci heap tests.
5138         * selftest.h: Declare fibonacci_heap_c_tests.
5140 2016-07-20  Martin Liska  <mliska@suse.cz>
5142         * selftest-run-tests.c (selftest::run_tests): New function.
5143         * selftest.h (sreal_c_tests): Declare.
5144         * sreal.c (sreal_verify_basics): New function.
5145         (verify_aritmetics): Likewise.
5146         (sreal_verify_arithmetics): Likewise.
5147         (verify_shifting): Likewise.
5148         (sreal_verify_shifting): Likewise.
5149         (void sreal_c_tests): Likewise.
5151 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
5153         PR rtl-optimization/71916
5154         * cfgrtl.c (contains_no_active_insn_p): Return false also for
5155         bb which have a single succ fake edge.
5157 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
5159         PR debug/71855
5160         * dwarf2out.c (gen_subprogram_die): Only call
5161         gen_unspecified_parameters_die while dumping early dwarf.
5163 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
5165         PR middle-end/71874
5166         * gimple-fold.c (fold_builtin_memory_op): Use
5167         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
5169 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
5171         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
5172         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
5173         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
5174         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
5175         * combine.c: Ditto.
5176         * cse.c: Ditto.
5177         * dojump.c: Ditto.
5178         * double-int.c: Ditto.
5179         * dse.c: Ditto.
5180         * dwarf2out.c: Ditto.
5181         * expmed.c: Ditto.
5182         * expr.c: Ditto.
5183         * fold-const.c: Ditto.
5184         * function.c: Ditto.
5185         * fwprop.c: Ditto.
5186         * genmodes.c: Ditto.
5187         * hwint.c: Ditto.
5188         * hwint.h: Ditto.
5189         * ifcvt.c: Ditto.
5190         * loop-doloop.c: Ditto.
5191         * loop-invariant.c: Ditto.
5192         * loop-iv.c: Ditto.
5193         * match.pd: Ditto.
5194         * optabs.c: Ditto.
5195         * real.c: Ditto.
5196         * reload.c: Ditto.
5197         * rtlanal.c: Ditto.
5198         * simplify-rtx.c: Ditto.
5199         * stor-layout.c: Ditto.
5200         * toplev.c: Ditto.
5201         * tree-ssa-loop-ivopts.c: Ditto.
5202         * tree-vect-generic.c: Ditto.
5203         * tree-vect-patterns.c: Ditto.
5204         * tree.c: Ditto.
5205         * tree.h: Ditto.
5206         * ubsan.c: Ditto.
5207         * varasm.c: Ditto.
5208         * wide-int-print.cc: Ditto.
5209         * wide-int.cc: Ditto.
5210         * wide-int.h: Ditto.
5212 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
5214         * selftest.c (selftest::assert_streq): Handle NULL values of
5215         val_actual and val_expected.
5217 2016-07-19  Martin Jambor  <mjambor@suse.cz>
5219         PR fortran/71688
5220         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
5221         rather than cgraph_create_node to get a call graph node.
5223 2016-07-19  Richard Biener  <rguenther@suse.de>
5225         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
5226         handle all tcc_constant bases and valueize SSA names.
5227         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
5228         tcc_constant bases.
5230 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
5232         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
5233         the flags of the exit block and bb2, not just the entry block.
5235 2016-07-19  Richard Biener  <rguenther@suse.de>
5237         PR tree-optimization/71901
5238         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
5239         align member, group stuff with the bitfield.
5240         (vn_ref_op_align_unit): New inline.
5241         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
5242         record element alignment and operand 3 unchanged.
5243         (ao_ref_init_from_vn_reference): Adjust.
5244         (valueize_refs_1): Likewise.
5245         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
5247 2016-07-19  Richard Biener  <rguenther@suse.de>
5249         PR tree-optimization/71908
5250         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
5251         symbolic constants in a more reliable way.
5253 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
5255         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
5256         comment.
5257         (vect_update_inits_of_drs): Likewise.
5258         (vect_create_cond_for_alias_checks): Likewise.
5259         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
5261 2016-07-19  Richard Biener  <rguenther@suse.de>
5263         PR lto/71907
5264         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
5265         with an abstract origin that is not an inlined function outer
5266         scope add a self-reference as abstract origin.
5267         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
5269 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
5271         PR target/71493
5272         * config/rs6000/rs6000.c (rs6000_function_value): Fix
5273         unintentional System V.4 structure return breakage for structures
5274         with a single floating point element.
5276 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
5278         PR tree-optimization/71734
5279         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
5280         contains REF, use it to check safelen, assume that safelen value
5281         must be greater 1, fix style.
5282         (ref_indep_loop_p_2): Add REF_LOOP argument.
5283         (ref_indep_loop_p): Pass LOOP as additional argument to
5284         ref_indep_loop_p_2.
5286 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5288         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
5289         allocation in the prologue.
5290         * explow.c (get_dynamic_stack_base): New function to return an address
5291         expression for the dynamic stack base.
5292         (get_dynamic_stack_size): New function to do the required dynamic stack
5293         space size calculations.
5294         (allocate_dynamic_stack_space): Use new functions.
5295         (align_dynamic_address): Move some code from
5296         allocate_dynamic_stack_space to new function.
5297         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
5299 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5301         * config/s390/s390.c (s390_encode_section_info): Always set
5302         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
5303         found.
5305 2016-07-18  Richard Biener  <rguenther@suse.de>
5307         PR tree-optimization/71893
5308         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
5309         for sizetype cast added by array_ref_element_size.
5310         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
5312 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
5314         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
5315         register parameters.  Remove code to initialize argument pointer
5316         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
5317         using a pc-relative branch.  Cleanup conditional code.
5318         * config/pa/pa.md (call_mcount): New expander.
5319         (call_mcount_nonpic): New insn.
5320         (call_mcount_pic): New insn and split.
5321         (call_mcount_pic_post_reload): New insn.
5322         (call_mcount_64bit): New insn and split.
5323         (call_mcount_64bit_post_reload): New insn.
5325 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
5327         * config/avr/predicates.md (const_m255_to_m1_operand): New.
5328         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
5329         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
5330         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
5331         (*usum_widenqihi3, *udiff_widenqihi3)
5332         (*addhi3_zero_extend.const): New combiner insns.
5333         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
5334         just 1 bit is affected.
5335         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
5336         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
5338 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
5340         * omp-low.c (lower_omp_target): Mark data clauses with
5341         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
5342         zero-length subarrays.
5344 2016-07-15  Richard Biener  <rguenther@suse.de>
5346         PR tree-optimization/71881
5347         * tree-loop-distribution.c (destroy_loop): Remove blocks in
5348         reverse DOM order to make debug temp generation happy.
5350 2016-07-15  Richard Biener  <rguenther@suse.de>
5352         PR tree-optimization/71887
5353         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
5354         verify it is not zero for division / modulo handling.
5355         (value_replacement): Adjust.
5357 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
5358             Julian Brown  <julian@codesourcery.com>
5360         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
5361         * config/aarch64/aarch64-cost-tables.h
5362         (vulcan_extra_costs): New variable.
5363         * config/aarch64/aarch64.c
5364         (vulcan_addrcost_table): Likewise.
5365         (vulcan_regmove_cost): Likewise.
5366         (vulcan_vector_cost): Likewise.
5367         (vulcan_branch_cost): Likewise.
5368         (vulcan_tunings): Likewise.
5370 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
5372         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
5373         (output_in_order): Loop over undefined variables too.  Output them
5374         via assemble_undefined_decl.  Skip variables that correspond to hard
5375         registers or have value-exprs.
5376         * varpool.c (symbol_table::output_variables): Handle undefined
5377         variables together with defined ones.
5379 2016-07-15  Richard Biener  <rguenther@suse.de>
5381         * tree-ssa-pre.c (get_representative_for): Make sure to return
5382         the value number of SSA names.
5383         (phi_translate_1): get_representative_for cannot return NULL.
5384         (do_pre_regular_insertion): Remove redundant call to
5385         fully_constant_expression.
5386         (do_pre_partial_partial_insertion): Likewise.
5388 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
5390         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
5391         (derive_simple_iv_with_niters): New function.
5392         (simple_iv): Rewrite using simple_iv_with_niters.
5393         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
5394         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
5395         function.
5396         (number_of_iterations_exit): Rewrite using above function.
5397         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
5398         Decl.
5400 2016-07-15  Richard Biener  <rguenther@suse.de>
5402         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
5403         vec_construct cost.
5405 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
5407         PR tree-optimization/71872
5408         * tree-data-ref.c (get_references_in_stmt): Ignore references
5409         with is_gimple_constant get_base_address.
5411 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5413         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
5414         (TARGET_HAVE_LDACQD): New macro.
5415         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
5416         than TARGET_HAVE_LDACQ.
5417         (arm_load_acquire_exclusivedi): Likewise.
5418         (arm_store_release_exclusivedi): Likewise.
5420 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5422         PR rtl-optimization/71878
5423         * lra-constraints.c (match_reload): Pass information about other
5424         output operands.  Create new unique register value if matching input
5425         operand shares same register value as output operand being considered.
5426         (curr_insn_transform): Record output operands already processed.
5428 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5430         PR target/65951
5431         PR tree-optimization/70923
5432         * tree-vect-patterns.c: Include mult-synthesis.h.
5433         (target_supports_mult_synth_alg): New function.
5434         (synth_lshift_by_additions): Likewise.
5435         (apply_binop_and_append_stmt): Likewise.
5436         (vect_synth_mult_by_constant): Likewise.
5437         (target_has_vecop_for_code): Likewise.
5438         (vect_recog_mult_pattern): Use above functions to synthesize vector
5439         multiplication by integer constants.
5441 2016-07-14  Alan Modra  <amodra@gmail.com>
5443         * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
5444         gpr alternatives.  Correct '*' placement on Y,r alternative.
5445         Add '*' on operand 1 of r,r alternative.
5447 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5449         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
5450         * expmed.h: ... Here.
5452 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
5454         * gimple.h (stmt_can_terminate_bb_p): New function.
5455         * tree-cfg.c (need_fake_edge_p): Rename to ...
5456         (stmt_can_terminate_bb_p): ... this; return true if stmt can
5457         throw external; handle const and pure calls.
5458         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
5460 2016-07-14  Richard Biener  <rguenther@suse.de>
5462         PR tree-optimization/71866
5463         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
5464         (do_hoist_insertion): Avoid endless recursion when we
5465         didn't insert anything because we managed to simplify
5466         things down to a constant or SSA name.
5467         (fully_constant_expression): Re-write in terms of ...
5468         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
5469         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
5470         vn_nary_build_or_lookup_1.
5471         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
5472         (vn_nary_build_or_lookup): ... this which now wraps it.
5474 2016-07-14  Alan Modra  <amodra@gmail.com>
5476         PR target/71733
5477         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
5478         with p9_vector override before power9-dform override.
5480 2016-07-13  Andi Kleen  <ak@linux.intel.com>
5482         * value-prof.c (gimple_value_profile_transformations): Don't run
5483         when auto_profile is on.
5485 2016-07-13  Andi Kleen  <ak@linux.intel.com>
5487         * auto-profile.c (update_inlined_ind_target,
5488         afdo_indirect_call): Print information to dump file.
5490 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
5492         * genrecog.c (special_predicate_operand_p): New function.
5493         (predicate_name): Move function.
5494         (validate_pattern): Don't warn about missing mode for all
5495         define_special_predicate predicates.
5497 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
5499         * tree-vect-data-refs.c (vect_no_alias_p): New function.
5500         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
5501         resolve alias checks which are known at compilation time.
5502         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
5503         alias checks are resolved.  Move dump info for too many runtime
5504         alias checks to here...
5505         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
5507 2016-07-13  Richard Biener  <rguenther@suse.de>
5509         PR tree-optimization/24574
5510         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
5511         position and add shift, rotate, divison and modulo support
5512         for left zero.
5513         (value_replacement): Pass in argument position to absorbing_element_p.
5515 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
5517         PR ipa/71633
5518         * ipa-inline-transform.c (inline_call): Support
5519         instrumented thunks.
5521 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5523         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
5524         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
5525         divide feature.
5526         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
5527         Baseline.  Make initial alternative TARGET_32BIT only.
5528         (udivsi3): Likewise.
5529         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
5530         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
5531         target.
5533 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5535         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
5536         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
5537         availability with TARGET_HAVE_MOVT.
5538         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
5539         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
5540         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
5541         UINTVAL.
5542         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
5543         extra instruction if MOVW is available.  Use a cost variable
5544         incremented by COSTS_N_INSNS (1) when the condition match rather than
5545         returning an arithmetic expression based on COSTS_N_INSNS.  Make
5546         constant with bottom half word zero cost 2 instruction if MOVW is
5547         available.
5548         * config/arm/arm.md (define_attr "arch"): Add v8mb.
5549         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
5550         target is ARMv8-M Baseline.
5551         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
5552         (arm_movtas_ze): Likewise.
5553         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
5554         alternative for constants satisfying j constraint.
5555         (thumb1_movsi_insn): Likewise.
5556         (movsi splitter for K alternative): Tighten condition to not trigger
5557         if movt is available and j constraint is satisfied.
5558         (Pe immediate splitter): Likewise.
5559         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
5560         constant fitting in an halfword to use MOVW.
5561         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
5562         effective target.
5564 2016-07-13  Richard Biener  <rguenther@suse.de>
5566         PR middle-end/71104
5567         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
5568         gimplifying the LHS.  Make sure to gimplify a returning twice
5569         call LHS without using SSA names.
5571 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5573         * tree-data-ref.c (find_data_references_in_stmt): Remove
5574         unnecessary call to vec::release.
5575         (graphite_find_data_references_in_stmt): Likewise.
5576         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
5577         * tree-vect-stmts.c (vectorizable_condition): Likewise.
5579 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5581         * cfgexpand.c (expand_used_vars): Make the type of a local
5582         variable auto_vec.
5583         * genmatch.c (lower_for): Likewise.
5584         * haifa-sched.c (haifa_sched_init): Likewise.
5585         (add_to_speculative_block): Likewise.
5586         (create_check_block_twin): Likewise.
5587         * predict.c (handle_missing_profiles): Likewise.
5588         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
5589         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
5590         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
5591         Likewise.
5592         (maybe_lower_iteration_bound): Likewise.
5593         * tree-ssa-sccvn.c (DFS): Likewise.
5594         * tree-stdarg.c (reachable_at_most_once): Likewise.
5595         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
5596         (vectorizable_store): Likewise.
5598 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5600         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
5601         (sccvn_dom_walker): make cond_stack an auto_vec.
5603 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5605         * ree.c (struct ext_state): Make type of members auto_vec.
5606         (find_and_remove_re): Adjust.
5608 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5610         * cfgexpand.c (struct stack_vars_data): Make type of fields
5611         auto_vec.
5612         (expand_used_vars): Adjust.
5614 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5616         * ipa.c (record_cdtor_fn): Adjust.
5617         (build_cdtor_fns): Likewise.
5618         (ipa_cdtor_merge): Make static_ctors and static_dtors local
5619         variables.
5621 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5623         * genextract.c (struct accum_extract): Add constructor and make
5624         members auto_vec.
5625         (gen_insn): Adjust.
5627 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5629         * tree.c (struct free_lang_data_d): Add constructor and change
5630         types of members to ones that automatically manage resources.
5631         (fld_worklist_push): Adjust.
5632         (find_decls_types): Likewise.
5633         (find_decls_types_in_eh_region): Likewise.
5634         (free_lang_data_in_cgraph): Stop manually creating and
5635         destroying members of free_lang_data_d.
5637 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
5639         PR rtl-optimization/68961
5640         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
5641         peephole variant.  Use sse_reg_operand predicates.
5643 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
5645         * config/i386/predicates.md (x86_64_immediate_operand)
5646         <case CONST_INT>: Remove unneeded truncation to DImode.
5647         <case CONST>: Ditto.
5648         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
5650 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
5652         PR target/71805
5653         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
5654         The xxperm and xxpermr instructions require that the 2nd input
5655         operand overlap with the output operand, and not the 1st.
5656         (altivec_vperm_v8hiv16qi): Likewise.
5657         (altivec_vperm_<mode>_uns_internal): Likewise.
5658         (altivec_vpermr_<mode>_internal): Likewise.
5659         (vperm_v8hiv4si): Likewise.
5660         (vperm_v16qiv8hi): Likewise.
5662 2016-07-12  Nathan Sidwell  <nathan@acm.org>
5664         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
5665         when -mno-pic-data-is-text-relative is in effect, by default.
5666         * doc/invoke.texi (mpic-data-is-text-relative): Document new
5667         behavior and clarify.
5669 2016-07-12  Martin Liska  <mliska@suse.cz>
5671         * params.def: Add avg-loop niter.
5672         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
5673         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
5674         * doc/invoke.texi: Document the new parameter.
5676 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5678         PR middle-end/71700
5679         * expr.c (store_constructor): Mask sign-extended bits when widening
5680         sub-word constructor element at the start of a word.
5682 2016-07-12  Martin Liska  <mliska@suse.cz>
5684         * Makefile.in: Append rule for params-options.h.
5685         * params-options.h: New file.
5687 2016-07-12  Martin Liska  <mliska@suse.cz>
5689         * ira-build.c (mark_loops_for_removal): Properly iterate
5690         loops.
5692 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
5693             Richard Biener  <rguenther@suse.de>
5695         PR tree-optimization/23286
5696         PR tree-optimization/70159
5697         * doc/invoke.texi: Document -fcode-hoisting.
5698         * common.opt (fcode-hoisting): New flag.
5699         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
5700         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
5701         (do_regular_insertion): Rename to ...
5702         (do_pre_regular_insertion): ... this and amend general comments
5703         on insertion strathegy.
5704         (do_partial_partial_insertion): Rename to ...
5705         (do_pre_partial_partial_insertion): ... this.
5706         (do_hoist_insertion): New function.
5707         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
5708         and call do_hoist_insertion properly.
5709         (insert): Adjust.
5710         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
5711         (pass_pre::execute): Register hoist_insert stats.
5713 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
5715         PR middle-end/71716
5716         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
5717         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
5718         is different from mode's bitsize.  Small cleanup.
5720 2016-07-12  Richard Biener  <rguenther@suse.de>
5722         PR rtl-optimization/68961
5723         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
5724         to simplify to a non-constant.
5726 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
5728         PR middle-end/71758
5729         * omp-low.c (expand_omp_target): Gimplify device.
5731         PR tree-optimization/71823
5732         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
5733         to get vec_oprnds2 from op2.
5735 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
5737         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
5738         Hoist common subexpressions.
5739         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
5741 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
5743         PR target/71800
5744         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
5745         prevent generation of 'stxsiwx' on pre Power8 hardware.
5747 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
5749         * input.c: Include cpplib.h.
5750         (selftest::temp_source_file): New class.
5751         (selftest::temp_source_file::temp_source_file): New ctor.
5752         (selftest::temp_source_file::~temp_source_file): New dtor.
5753         (selftest::should_have_column_data_p): New function.
5754         (selftest::test_should_have_column_data_p): New function.
5755         (selftest::temp_line_table): New class.
5756         (selftest::temp_line_table::temp_line_table): New ctor.
5757         (selftest::temp_line_table::~temp_line_table): New dtor.
5758         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
5759         it to create a temp_line_table.
5760         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
5761         locations that are known to have column data.
5762         (selftest::line_table_case): New struct.
5763         (selftest::test_reading_source_line): Move tempfile handling
5764         to class temp_source_file.
5765         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
5766         (selftest::assert_token_loc_eq): New function.
5767         (ASSERT_TOKEN_LOC_EQ): New macro.
5768         (selftest::test_lexer): New function.
5769         (selftest::boundary_locations): New array.
5770         (selftest::input_c_tests): Call test_should_have_column_data_p.
5771         Loop over a test matrix of interesting values of location and
5772         default_range_bits, calling test_lexer on each case in the matrix.
5773         Move call to test_accessing_ordinary_linemaps into the matrix.
5774         * selftest.h (ASSERT_EQ): Reimplement in terms of...
5775         (ASSERT_EQ_AT): New macro.
5777 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
5779         PR target/71801
5780         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
5781         Don't convert TImode in debug insn.
5783 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5785         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
5786         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
5787         (tree_type_common::lang_flag_7): New.
5788         (tree_type_common::spare): Reduce size.
5789         * tree.h (TYPE_ALIGN_OK): Remove.
5790         (TYPE_LANG_FLAG_7): New.
5791         (get_inner_reference): Adjust header.
5792         * print-tree.c (print_node): Adjust.
5793         * expr.c (get_inner_reference): Remove parameter keep_aligning.
5794         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
5795         calls to get_inner_reference.
5796         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
5797         handling of TYPE_ALIGN_OK.
5798         * builtins.c (get_object_alignment_2): Adjust call to
5799         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
5800         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
5801         TYPE_ALIGN_OK.
5802         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
5803         * cfgexpand.c (expand_debug_expr): Likewise.
5804         * dbxout.c (dbxout_expand_expr): Likewise.
5805         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
5806         loc_list_from_tree, fortran_common): Likewise.
5807         * fold-const.c (optimize_bit_field_compare,
5808         decode_field_reference, fold_unary_loc, fold_comparison,
5809         split_address_to_core_and_offset): Likewise.
5810         * gimple-laddress.c (execute): Likewise.
5811         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
5812         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
5813         * hsa-gen.c (gen_hsa_addr): Likewise.
5814         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
5815         * tsan.c (instrument_expr): Likewise.
5816         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
5817         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
5818         * tree-affine.c (tree_to_aff_combination,
5819         get_inner_reference_aff): Adjust calls to get_inner_reference.
5820         * tree-data-ref.c (split_constant_offset_1,
5821         dr_analyze_innermost): Likewise.
5822         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
5823         * tree-sra.c (ipa_sra_check_caller): Likewise.
5824         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
5825         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
5826         bswap_replace): Likewise.
5827         * tree-vect-data-refs.c (vect_check_gather,
5828         vect_analyze_data_refs): Likewise.
5829         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
5830         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
5831         TYPE_ALIGN_OK.
5833 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
5835         * Makefile.in (selftest-valgrind): New phony target.
5836         * function-tests.c (selftest::build_cfg): Delete pass instances
5837         created by the test.
5838         (selftest::convert_to_ssa): Likewise.
5839         (selftest::test_expansion_to_rtl): Likewise.
5840         * tree-cfg.c (selftest::test_linear_chain): Release dominator
5841         vectors.
5842         (selftest::test_diamond): Likewise.
5844 2016-07-11  Richard Biener  <rguenther@suse.de>
5846         PR tree-optimization/71816
5847         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
5848         than replacing all of its operands.
5850 2016-07-11  Alan Modra  <amodra@gmail.com>
5852         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
5853         (ctr<mode>): Add unspec.
5854         (ctr<mode>_internal*): Likewise.
5856 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
5858         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
5859         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
5861 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
5863         PR rtl-optimization/71621
5864         * lra-constraints.c (process_alt_operands): Check combination of
5865         reg class and mode.
5867 2016-07-08  Jason Merrill  <jason@redhat.com>
5868             Richard Biener  <rguenther@suse.de>
5870         P0145: Refining Expression Order for C++.
5871         * gimplify.c (initial_rhs_predicate_for): New.
5872         (gimplfy_modify_expr): Gimplify RHS before LHS.
5874 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5876         PR target/71297
5877         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
5878         Allow standard error handling to take over when a wrong number
5879         of arguments is presented to __builtin_vec_ld () or
5880         __builtin_vec_st ().
5882 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
5884         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
5885         variants.
5886         (smin): Likewise.
5887         (fmax): New entry.
5888         (fmin): Likewise.
5889         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
5890         __builtin_aarch64_fmaxv2sf.
5891         (vmaxnmq_f32): Likewise.
5892         (vmaxnmq_f64): Likewise.
5893         (vminnm_f32): Likewise.
5894         (vminnmq_f32): Likewise.
5895         (vminnmq_f64): Likewise.
5897 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
5899         PR target/71806
5900         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
5901         enable -mfloat128-hardware by default.
5902         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
5903         that IEEE 128-bit hardware support needs.
5904         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
5905         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
5906         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
5907         floating point requires.
5908         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
5909         -mfloat128 and -mfloat128-hardware changes.
5911 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
5913         PR tree-optimization/71667
5914         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
5916 2016-07-08  Martin Liska  <mliska@suse.cz>
5918         PR middle-end/71606
5919         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
5920         folding produces SAVE_EXPRs, thus return false for the type.
5922 2016-07-07  Martin Liska  <mliska@suse.cz>
5924         * file-find.c (remove_prefix): New function.
5925         * file-find.h (remove_prefix): Declare the function.
5926         * gcc-ar.c (main): Skip a folder of the wrapper if
5927         a wrapped binary would point to the same file.
5929 2016-07-07  Jan Hubicka  <jh@suse.cz>
5931         * tree-scalar-evolution.c (iv_can_overflow_p): export.
5932         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
5933         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
5935 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
5937         PR ipa/71624
5938         * ipa-inline-analysis.c (compute_inline_parameters): Set
5939         local.can_change_signature to false for intrumentation
5940         thunk callees.
5942 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5944         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
5945         with TARGET_HAVE_MOVT.
5946         (TARGET_HAVE_MOVT): Define.
5947         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
5948         availability with TARGET_HAVE_MOVT.
5949         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
5950         availability.
5951         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
5952         TARGET_THUMB2.
5953         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
5954         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
5955         * config/arm/constraints.md (define_constraint "j"): Use
5956         TARGET_HAVE_MOVT to check MOVT availability.
5958 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5960         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
5962 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5964         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
5965         (armv8-m.main): Likewise.
5966         (armv8-m.main+dsp): Likewise.
5967         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
5968         (FL_FOR_ARCH8M_MAIN): Likewise.
5969         * config/arm/arm-tables.opt: Regenerate.
5970         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
5971         armv8-m.main+dsp to BE8_LINK_SPEC.
5972         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
5973         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
5974         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
5975         Baseline and Mainline.
5976         (arm_option_override_internal): Also disable arm_restrict_it when
5977         !arm_arch_notm.  Update comment for -munaligned-access to also cover
5978         ARMv8-M Baseline.
5979         (arm_file_start): Increase buffer size for printing architecture name.
5980         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
5981         and armv8-m.main+dsp.
5982         (mno-unaligned-access): Clarify that this is disabled by default for
5983         ARMv8-M Baseline architectures as well.
5985 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5987         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
5988         decide whether to prevent some libgcc routines being included for some
5989         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
5990         link between this condition and the one in
5991         libgcc/config/arm/lib1func.S.
5993 2016-07-07  Richard Biener  <rguenther@suse.de>
5995         * tree-ssa-pre.c: Include alias.h.
5996         (compute_avail): If we have multiple VN_REFERENCEs with the
5997         same hashtable entry adjust that to make it a valid replacement
5998         for all of them with respect to alignment and aliasing
5999         when doing insertion.
6000         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
6001         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
6003 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
6005         PR target/70098
6006         PR target/71763
6007         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
6008         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
6009         constraint.
6011 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6013         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
6014         (adjust_mems): Adjust.
6015         (adjust_insn): Likewise.
6016         (prepare_call_arguments): Likewise.
6018 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6020         * gcse.c (struct ls_expr): Make stores field a vector.
6021         (ldst_entry): Adjust.
6022         (free_ldst_entry): Likewise.
6023         (print_ldst_list): Likewise.
6024         (compute_ld_motion_mems): Likewise.
6025         (update_ld_motion_stores): Likewise.
6027 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6029         * gcse.c (struct ls_expr): Remove loads field.
6030         (ldst_entry): Adjust.
6031         (free_ldst_entry): Likewise.
6032         (print_ldst_list): Likewise.
6033         (compute_ld_motion_mems): Likewise.
6035 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6037         * store-motion.c (struct st_expr): Make antic_stores a vector.
6038         (st_expr_entry): Adjust.
6039         (free_st_expr_entry): Likewise.
6040         (print_store_motion_mems): Likewise.
6041         (find_moveable_store): Likewise.
6042         (compute_store_table): Likewise.
6043         (remove_reachable_equiv_notes): Likewise.
6044         (replace_store_insn): Likewise.
6045         (build_store_vectors): Likewise.
6047 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6049         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
6050         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
6052 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
6054         PR tree-optimization/71518
6055         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
6056         misalign also for outer loops with negative step.
6058 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
6060         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
6061         (cortex_a53_shift): Add mov_shift.
6062         (cortex_a53_shift_reg): Add new reservation for register shifts.
6063         (cortex_a53_alu): Remove bfm.
6064         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
6065         (cortex_a53_alu_extr): Add new reservation for EXTR.
6066         (bypasses): Improve bypass modelling.
6068 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6070         PR target/50739
6071         * config/avr/avr.c (avr_asm_select_section): Strip off
6072         SECTION_DECLARED from flags when calling get_section.
6074 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6076         * tree-vectorizer.h (vect_memory_access_type): Add
6077         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
6078         * tree-vect-stmts.c (compare_step_with_zero): New function.
6079         (perm_mask_for_reverse): Move further up file.
6080         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
6081         step is negative.
6082         (get_negative_load_store_type): New function.
6083         (get_load_store_type): Call it.  Add an ncopies argument.
6084         (vectorizable_mask_load_store): Update call accordingly and
6085         remove tests for negative steps.
6086         (vectorizable_store, vectorizable_load): Likewise.  Handle new
6087         memory_access_types.
6089 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6091         * tree-vectorizer.h (vect_memory_access_type): New enum.
6092         (_stmt_vec_info): Add a memory_access_type field.
6093         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
6094         (vect_model_store_cost): Take an access type instead of a boolean.
6095         (vect_model_load_cost): Likewise.
6096         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
6097         vect_model_store_cost and vect_model_load_cost.
6098         * tree-vect-stmts.c (vec_load_store_type): New enum.
6099         (vect_model_store_cost): Take an access type instead of a
6100         store_lanes_p boolean.  Simplify tests.
6101         (vect_model_load_cost): Likewise, but for load_lanes_p.
6102         (get_group_load_store_type, get_load_store_type): New functions.
6103         (vectorizable_store): Use get_load_store_type.  Record the access
6104         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
6105         (vectorizable_load): Likewise.
6106         (vectorizable_mask_load_store): Likewise.  Replace is_store
6107         variable with vls_type.
6109 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6111         * tree-vectorizer.h (vect_grouped_load_supported): Add a
6112         single_element_p parameter.
6113         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
6114         Check the PR65518 case here rather than in vectorizable_load.
6115         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
6116         * tree-vect-stmts.c (vectorizable_load): Likewise.
6118 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6120         * tree-vectorizer.h (gather_scatter_info): New structure.
6121         (vect_check_gather_scatter): Return a bool rather than a decl.
6122         Replace return-by-pointer arguments with a single
6123         gather_scatter_info *.
6124         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
6125         (vect_analyze_data_refs): Update call accordingly.
6126         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
6127         (vectorizable_mask_load_store): Likewise.  Also record the
6128         offset dt and vectype in the gather_scatter_info.
6129         (vectorizable_store): Likewise.
6130         (vectorizable_load): Likewise.
6132 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6134         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
6135         strided groups, use the cost of N scalar accesses instead
6136         of ncopies vector accesses.
6137         (vect_model_load_cost): Likewise.
6139 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6141         * tree-vect-stmts.c (vect_cost_group_size): Delete.
6142         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
6143         variable to indicate when once-per-group costs are being used.
6144         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
6146 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
6148         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
6149         peeling-for-gaps condition.
6151 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6153         * config/s390/s390.c (s390_expand_vec_init): Force initializer
6154         element to register if it doesn't match general_operand.
6156 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
6157             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6159         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
6160         prototype.
6161         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
6162         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
6163         (SIGNBIT): New mode iterator.
6164         (Fsignbit): New mode attribute.
6165         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
6166         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
6167         when direct moves are available.
6168         (signbit<mode>2_dm): New define_insn_and_split).
6169         (signbit<mode>2_dm2): New define_insn.
6171 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6173         PR rtl-optimization/71594
6174         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
6175         into subregs of appropriate mode before trying to emit a conditional
6176         move.
6178 2016-07-05  Jan Hubicka  <jh@suse.cz>
6180         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
6181         (simple_iv): Use it.
6183 2016-07-05  Jan Hubicka  <jh@suse.cz>
6185         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
6187 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
6189         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
6190         "offmemok".
6192 2016-07-05  Jan Hubicka  <jh@suse.cz>
6194         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
6195         IV can overflow.
6197 2016-07-05  Richard Biener  <rguenther@suse.de>
6199         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
6200         Handle empty else block.
6201         (is_feasible_trace): Likewise.
6202         (split_paths): Likewise.
6204 2016-07-05  Richard Biener  <rguenther@suse.de>
6206         * tree-loop-distribution.c (distribute_loop): Fix issue with
6207         the cost model loop.
6209 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
6211         * config/arm/neon-testgen.ml: Delete.
6212         * config/arm/neon.ml: Delete.
6214 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
6216         PR c++/71739
6217         * tree.c (attribute_value_equal): Use get_attribute_name instead of
6218         directly using TREE_PURPOSE.
6220 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
6222         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
6223         * config/aarch64/aarch64_neon.h: Likewise.
6224         * config/aarch64/arm_neon.h: Likewise.
6225         * config/aarch64/atomics.md: Likewise.
6226         * config/aarch64/aarch64-simd-builtins.def: Likewise.
6227         * doc/invoke.texi: Likewise.
6229 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6231         * config/s390/s390.md: Add "z13" cpu_facility.
6232         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
6233         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
6234         condition" type instructions.
6236 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6237             Jeff Law  <law@redhat.com>
6239         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
6240         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
6242 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
6244         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
6245         permutation for TARGET_AVX512F.
6246         (ix86_expand_vec_one_operand_perm_avx512): New function.
6247         (expand_vec_perm_1): Invoke introduced function.
6248         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
6249         it may be not valid after vectorization.
6251 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6253         PR target/63874
6254         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
6255         typo in comment.  Only force to memory if it is a weak
6256         external reference.
6258 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
6259             Jiong Wang  <jiong.wang@arm.com>
6261         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
6262         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
6263         (AARCH64_FL_F16): New.
6264         (AARCH64_FL_FOR_ARCH8_2): New.
6265         (AARCH64_ISA_8_2): New.
6266         (AARCH64_ISA_F16): New.
6267         (TARGET_FP_F16INST): New.
6268         (TARGET_SIMD_F16INST): New.
6269         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
6270         ("fp"): Disabling "fp" also disables "fp16".
6271         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
6272         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
6273         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
6274         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
6276 2016-07-04  Jan Beulich  <jbeulich@suse.com>
6278         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
6280 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
6282         PR target/71720
6283         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
6284         the insns, use an insn form that does not adjust the offset on
6285         little endian systems.
6287 2016-07-01  Jan Beulich  <jbeulich@suse.com>
6289         * varasm.c (get_variable_section): Validate initializer in
6290         named .bss-like sections.
6292 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6294         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
6295         Exchange the order of the second and third operands in the vpermr
6296         instruction tmeplate.
6298 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
6300         PR target/71698
6301         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
6302         Disallow TDmode values.
6304 2016-07-01  Alan Modra  <amodra@gmail.com>
6306         PR rtl-optimization/71709
6307         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
6308         being set, not referenced.
6310 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
6312         PR tree-optimization/70729
6313         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
6314         of loop since it can be not valid after transformation.
6316 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6318         * config/arm/arm.c (thumb_reload_in_hi): Delete.
6319         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
6321 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
6323         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
6324         for NULL decl.
6326 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
6328         PR target/71677
6329         * config/rs6000/constraints.md (wY constraint): New constraint to
6330         match the requirements for the LXSD and STXSD instructions.
6331         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
6332         predicate to match the requirements for the LXSD and STXSD
6333         instructions.
6334         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
6335         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
6336         to make sure that the bottom 2 bits of offset are 0, the address
6337         form is offsettable, and no updating is done in the address mode.
6338         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
6339         (movdi_internal32): Likewise
6340         (movdi_internal64): Likewise.
6342 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
6344         PR tree-optimization/71707
6345         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
6346         strinfo even for ADDR_EXPR ptr.
6348 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6350         * config/rs6000/altivec.md (darn_32): Change the condition to
6351         TARGET_P9_MISC instead of TARGET_MODULO.
6352         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
6353         condition expression.
6354         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
6355         condition expression.
6356         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
6357         (DFP_TEST): New code iterator.
6358         (dfptstsfi_<code>_mode>): New define_expand.
6359         (*dfp_sgnfcnc_<mode>): New define_insn.
6360         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
6361         definition next to BU_P9_MISC_1 definition and change the MASK
6362         value to RS6000_BTM_P9_MISC.
6363         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
6364         (BU_P9_64BIT_MISC_0): Likewise.
6365         (BU_P9_DFP_MISC_0): New macro definition.
6366         (BU_P9_DFP_MISC_1): New macro definition.
6367         (BU_P9_DFP_MISC_2): New macro definition.
6368         (BU_P9_DFP_OVERLOAD_1): New macro definition.
6369         (BU_P9_DFP_OVERLOAD_2): New macro definition.
6370         (BU_P9_DFP_OVERLOAD_3): New macro definition.
6371         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
6372         (TSTSFI_LT_TD): Likewise.
6373         (TSTSFI_EQ_DD): Likewise.
6374         (TSTSFI_EQ_TD): Likewise.
6375         (TSTSFI_GT_DD): Likewise.
6376         (TSTSFI_GT_TD): Likewise.
6377         (TSTSFI_OV_DD): Likewise.
6378         (TSTSFI_OV_TD): Likewise.
6379         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
6380         (TSTSFI_LT_DD): Likewise.
6381         (TSTSFI_LT_TD): Likewise.
6382         (TSTSFI_EQ): Likewise.
6383         (TSTSFI_EQ_DD): Likewise.
6384         (TSTSFI_EQ_TD): Likewise.
6385         (TSTSFI_GT): Likewise.
6386         (TSTSFI_GT_DD): Likewise.
6387         (TSTSFI_GT_TD): Likewise.
6388         (TSTSFI_OV): Likewise.
6389         (TSTSFI_OV_DD): Likewise.
6390         (TSTSFI_OV_TD): Likewise.
6391         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6392         overloaded test significance functions.
6393         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
6394         OPTION_MASK_P9_MISC into the representation of this mask.
6395         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
6396         of this mask.
6397         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
6398         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
6399         non-zero.
6400         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
6401         argument is a 6-bit unsigned literal value if the icode argument
6402         represents a DFP test significance built-in call.
6403         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
6404         flag used independently and in combination with the
6405         RS6000_BTM_64BIT flag.
6406         (rs6000_opt_masks): Add entry for power9-misc command-line option.
6407         (rs6000_builtin_mask_names): Add entry for power9-misc
6408         command-line option.
6409         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
6410         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
6411         RS6000_BTM_P9_MISC macros.
6412         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
6413         option and change the description of the -mpower9-vector option to
6414         enable only vector instructions, removing its erroneously claimed
6415         support for scalar instructions.
6416         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
6417         the ISA 3.0 digital floating point test significance built-in
6418         functions.
6420 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
6422         * config/aarch64/aarch64.c (cortexa35_tunings):
6423         Enable AES fusion.  Use cortexa57_branch_cost.
6424         (cortexa53_tunings): Use cortexa57_branch_cost.
6425         (cortexa72_tunings): Use cortexa57_branch_cost.
6426         Use AUTOPREFETCHER_WEAK.
6427         (cortexa73_tunings): Use cortexa57_branch_cost.
6429 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6430             James Greenhalgh  <james.greenhalgh@arm.com>
6432         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
6433         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
6434         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
6435         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
6436         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
6437         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
6438         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
6439         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
6440         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
6441         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
6442         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
6443         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
6444         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
6445         New intrinsics.
6447 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
6448             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6450         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
6451         New define_insn.
6452         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
6454 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
6456         PR driver/71651
6457         * gcc.c (driver::build_option_suggestions): Pass "option" to
6458         add_misspelling_candidates.
6459         * opts-common.c (add_misspelling_candidates): Add "option" param;
6460         use it to avoid adding negated forms for options marked with
6461         RejectNegative.
6462         * opts.h (add_misspelling_candidates): Add "option" param.
6464 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
6466         PR middle-end/71693
6467         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
6468         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
6469         first when permuting bitwise operation with rotate.  Cast
6470         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
6472 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
6474         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
6475         for misspelled param names.
6476         * params.c: Include spellcheck.h.
6477         (find_param_fuzzy): New function.
6478         * params.h (find_param_fuzzy): New prototype.
6479         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
6480         * spellcheck.h (struct edit_distance_traits<const char *>):
6481         ...here.
6483 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
6485         * config/rs6000/predicates.md (const_0_to_7_operand): New
6486         predicate, recognize 0..7.
6487         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
6488         support for doing extracts from V16QImode, V8HImode, V4SImode
6489         under ISA 3.0.
6490         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
6491         vector extract support.
6492         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
6493         for ISA 3.0 vector extract.
6494         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
6495         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
6496         extracts of a constant element number from small integer vectors
6497         on 64-bit ISA 3.0 systems.
6498         (vsx_extract_<mode>_di): Likewise.
6499         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
6500         say when we can do ISA 3.0 vector extracts.
6501         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
6502         registers, using the stxsiwx instruction.
6504 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
6506         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
6507         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
6508         qdf24xx_regmove_cost, qdf24xx_tunings): New.
6509         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
6510         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
6511         * config/arm/arm.c (arm_qdf24xx_tune): New.
6513 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
6515         * config/aarch64/aarch64.c (cortexa53_tunings):
6516         Increase loop alignment to 8.  Set function alignment to 16.
6517         (cortexa35_tunings): Likewise.
6518         (cortexa57_tunings): Increase loop alignment to 8.
6519         (cortexa72_tunings): Likewise.
6520         (cortexa73_tunings): Likewise.
6522 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
6524         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
6525         for arm_fp16_ok and arm_fp16_hw.
6526         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
6527         arm_fp16_alternative.
6529 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
6531         PR tree-optimization/71655
6532         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
6533         types when swapping operands.
6535 2016-06-29  Martin Liska  <mliska@suse.cz>
6537         PR middle-end/71585
6538         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
6539         * ipa-inline-transform.c (inline_call): Remove unnecessary call
6540         of build_optimization_node.
6542 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
6544         PR tree-optimization/70729
6545         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
6546         independent in loops having positive safelen value.
6547         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
6548         it may be not valid after vectorization.
6550 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
6552         PR tree-optimization/71625
6553         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
6554         is sorted by ascending list->offset.  If PTR is non-NULL and there is
6555         previous strinfo, call get_stridx_plus_constant.
6556         (get_stridx): Pass exp as second argument to get_addr_stridx.
6557         (addr_stridxptr): Add missing list = list->next, so that there can be
6558         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
6559         the list is sorted by ascending list->offset.
6560         (get_stridx_plus_constant): Adjust so that it can be also called with
6561         ADDR_EXPR instead of SSA_NAME as PTR.
6562         (handle_char_store): Pass NULL_TREE as second argument to
6563         get_addr_stridx.
6565 2016-06-29  Richard Biener  <rguenther@suse.de>
6567         PR rtl-optimization/68961
6568         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
6570 2016-06-29  Richard Biener  <rguenther@suse.de>
6572         PR middle-end/71002
6573         * alias.c (component_uses_parent_alias_set_from): Handle
6574         type punning through union accesses by using the union alias set.
6575         * gimple.c (gimple_get_alias_set): Remove union type punning case.
6577 2016-07-29  Richard Biener  <rguenther@suse.de>
6579         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
6580         precision not matching mode precision.
6582 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
6584         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
6585         pa_output_arg_descriptor.
6586         (call_val_symref_64bit_post_reload): Likewise.
6587         (call_val_powf_64bit_post_reload): Likewise.
6588         (sibcall_internal_symref_64bit): Likewise.
6589         (sibcall_value_internal_symref_64bit): Likewise.
6591 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
6593         PR middle-end/71626
6594         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
6595         a constant, force its SUBREG_REG into memory or register instead
6596         of whole op1.
6598 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
6600         PR target/58655
6601         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
6602         * doc/invoke.texi (AVR Options): Document it.
6604 2016-06-28  Walter Lee  <walt@tilera.com>
6606         * config/tilegx/linux.h: Do not include arch/icache.h
6607         (CLEAR_INSN_CACHE): Provide inlined definition directly.
6608         * config/tilepro/linux.h: Do not include arch/icache.h
6609         (CLEAR_INSN_CACHE): Provide inlined definition directly.
6611 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
6613         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
6614         for big-endian BIT_FIELD_REF.
6616 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
6618         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
6619         ('size' attribute): Add '128'.
6620         Include power9.md.
6621         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
6622         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
6623         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
6624         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
6625         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
6626         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
6627         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
6628         *trunc<mode>df2_odd): Set size attribute to '128'.
6629         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
6630         * config/rs6000/power6.md (power6-fp): Include dfp type.
6631         * config/rs6000/power7.md (power7-fp): Likewise.
6632         * config/rs6000/power8.md (power8-fp): Likewise.
6633         * config/rs6000/power9.md: New file.
6634         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
6635         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
6636         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
6637         htmsimple.
6638         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
6639         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
6640         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
6641         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
6642         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
6643         dfp_dscri_<mode>): Change type attribute to dfp.
6644         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
6645         attribute to vecsimple.
6646         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
6647         and prefetch streams.
6648         (rs6000_option_override_internal): Remove temporary code setting
6649         tuning to power8.  Don't set rs6000_sched_groups for power9.
6650         (last_scheduled_insn): Change to rtx_insn *.
6651         (divide_cnt, vec_load_pendulum): New variables.
6652         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
6653         (rs6000_issue_rate): Set issue rate for Power9.
6654         (is_power9_pairable_vec_type): New.
6655         (power9_sched_reorder2): New.
6656         (rs6000_sched_reorder2): Call new function for Power9 specific
6657         reordering.
6658         (insn_must_be_first_in_group): Remove Power9.
6659         (insn_must_be_last_in_group): Likewise.
6660         (force_new_group): Likewise.
6661         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
6662         Initialize divide_cnt/vec_load_pendulum.
6663         (_rs6000_sched_context, rs6000_init_sched_context,
6664         rs6000_set_sched_context): Handle context save/restore of new
6665         variables.
6667 2016-06-28  Richard Biener  <rguenther@suse.de>
6669         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
6670         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
6671         COMPONENT_REF operand.
6672         (nonoverlapping_component_refs_p): Likewise.
6673         * stor-layout.c (start_bitfield_representative): Mark
6674         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
6676 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
6678         * Makefile.in: Don't cat ../stage_current if it does not exist.
6680         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
6681         last argument is a bit-field.
6683         PR rtl-optimization/71673
6684         * internal-fn.c (expand_arith_overflow_result_store): Use
6685         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
6686         expand_simple_binop.
6688         PR middle-end/66867
6689         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
6690         expand_ifn_atomic_compare_exchange): New functions.
6691         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
6692         * tree.h (build_call_expr_internal_loc): Rename to ...
6693         (build_call_expr_internal_loc_array): ... this.  Fix up type of
6694         last argument.
6695         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
6696         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
6697         ATOMIC_COMPARE_EXCHANGE result.
6698         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
6699         * gimple-fold.h (optimize_atomic_compare_exchange_p,
6700         fold_builtin_atomic_compare_exchange): New prototypes.
6701         * gimple-fold.c (optimize_atomic_compare_exchange_p,
6702         fold_builtin_atomic_compare_exchange): New functions..
6703         * tree-ssa.c (execute_update_addresses_taken): If
6704         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
6705         of call when finding addressable vars, and if such var becomes
6706         non-addressable, call fold_builtin_atomic_compare_exchange.
6708 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
6710         PR target/71670
6711         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
6712         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
6714 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
6716         * config/rs6000/rs6000.md ('type' attribute): Add
6717         veclogical,veccmpfx,vecexts,vecmove insn types.
6718         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
6719         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
6720         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
6721         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
6722         *nabs<mode>2_hw): Change type to vecmove.
6723         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
6724         *boolcc<mode>3_internal, *eqv<mode>3_internal,
6725         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
6726         *ieee_128bit_vsx_abs<mode>2_internal,
6727         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
6728         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
6729         *ieee128_mtvsrd_32bit): Change type to veclogical.
6730         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
6731         *movdi_internal32, *movdi_internal64): Update insn types.
6732         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
6733         vsx_extract_<mode>): Change type to veclogical.
6734         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
6735         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
6736         *vsx_sign_extend_si_v2di): Change type to vecexts.
6737         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
6738         type to veclogical.
6739         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
6740         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
6741         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
6742         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
6743         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
6744         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
6745         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
6746         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
6747         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
6748         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
6749         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
6750         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
6751         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
6752         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
6753         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
6754         (ppc7450-vecsimple): Add veclogical, vecmove.
6755         (ppc7450-veccmp): Add veccmpfx.
6756         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
6757         vecmove.
6758         (ppc8540_vector_compare): Add veccmpfx.
6759         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
6760         * config/rs6000/cell.md (cell-fp): Add fpsimple.
6761         (cell-vecsimple): Add veclogical, vecmove.
6762         (cell-veccmp): Add veccmpfx.
6763         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
6764         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
6765         veccmpfx.
6766         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
6767         * config/rs6000/power4.md (power4-fp): Add fpsimple.
6768         (power4-vecsimple): Add veclogical, vecmove.
6769         (power4-veccmp): Add veccmpfx.
6770         * config/rs6000/power5.md (power5-fp): Add fpsimple.
6771         * config/rs6000/power6.md (power6-fp): Add fpsimple.
6772         (power6-vecsimple): Add veclogical, vecmove.
6773         (power6-veccmp): Add veccmpfx.
6774         * config/rs6000/power7.md (power7-fp): Add fpsimple.
6775         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
6776         * config/rs6000/power8.md (power8-fp): Add fpsimple.
6777         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
6778         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
6779         * config/rs6000/titan.md (titan_fp): Add fpsimple.
6780         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
6781         fpsimple.
6782         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
6784 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
6786         PR target/71656
6787         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
6788         OPTION_MASK_P9_DFORM_VECTOR.
6789         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
6790         disable -mpower9-dform-vector when using reload.
6791         (quad_address_p): Remove 'gpr_p' argument and all associated code.
6792         New 'strict' argument.  Update all callers.  Add strict addressing
6793         support.
6794         (rs6000_legitimate_offset_address_p): Remove call to
6795         virtual_stack_registers_memory_p.
6796         (rs6000_legitimize_reload_address): Add quad address support.
6797         (rs6000_legitimate_address_p): Move call to quad_address_p above
6798         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
6799         to account for new strict usage.
6800         (rs6000_output_move_128bit): Adjust quad_address_p args to account
6801         for new strict usage.
6802         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
6804 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
6806         PR target/70902
6807         PR target/71453
6808         PR target/71555
6809         PR target/71596
6810         PR target/71657
6811         * config/i386/i386.c (ix86_spill_class): Disable condition to
6812         always return NO_REGS.
6814 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
6816         * predict.c: Include gimple-pretty-print.h
6817         (predicted_by_loop_heuristics_p): Check also
6818         PRED_LOOP_EXIT_WITH_RECURSION
6819         (predict_loops): Find self recursive calls and use special purpose
6820         predictors for them; dump log about decisions.
6821         (pass_profile::execute): Dump info about #of iterations.
6822         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
6823         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
6825 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
6827         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
6828         output_asm_insn calls and shorten long lines.  Output .CALL
6829         argument descriptor using pa_output_arg_descriptor.  Add various
6830         inline $$dyncall and other optimizations.
6831         (pa_attr_length_indirect_call): Adjust ordering and lengths.
6833 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
6835         PR tree-optimization/71643
6836         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
6837         EH preds.
6839         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
6840         leak a bitmap if dep_bb is NULL.
6842         PR tree-optimization/71631
6843         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
6844         to rewrite_expr_tree even if negate_result, move new_lhs var
6845         declaration and initialization earlier, for powi_result set afterwards
6846         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
6847         if new_lhs != lhs, and don't shadow gsi var.
6849 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
6851         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
6852         Add in_loop parameter.
6853         (predict_loops): Add loop guard heuristics.
6854         * predict.def (PRED_LOOP_GUARD): New heuristics.
6856 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
6858         * predict.c: Include ipa-utils.h
6859         (tree_bb_level_prediction): Predict recursive calls.
6860         (tree_estimate_probability_bb): Skip inexpensive calls for call
6861         predictor.
6862         * predict.def (PRED_RECURSIVE_CALL): New.
6864 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6866         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
6867         (BU_FLOAT128_1): Likewise.
6868         (FABSQ): Likewise.
6869         (COPYSIGNQ): Likewise.
6870         (RS6000_BUILTIN_NANQ): Likewise.
6871         (RS6000_BUILTIN_NANSQ): Likewise.
6872         (RS6000_BUILTIN_INFQ): Likewise.
6873         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
6874         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
6875         (TARGET_FOLD_BUILTIN): New #define.
6876         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
6877         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
6878         (rs6000_fold_builtin): New target hook implementation, handling
6879         folding of 128-bit NaNs and infinities.
6880         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
6881         entries are filled in to avoid problems during bootstrap
6882         self-test; define builtins for 128-bit NaNs and infinities.
6883         (rs6000_opt_mask): Add entry for float128.
6884         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
6885         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
6886         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
6887         (const_str_type_node): New #define.
6888         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
6889         to a define_expand that dispatches to either copysign<mode>3_soft
6890         or copysign<mode>3_hard.
6891         (copysign<mode>3_hard): Rename from copysign<mode>3.
6892         (copysign<mode>3_soft): New define_insn.
6893         * doc/extend.texi: Document new builtins.
6895 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
6897         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
6898         PRIu64 instead of lu.
6900 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
6902         PR debug/71642
6903         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
6904         copy the type name.
6906 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
6908         PR tree-optimization/71647
6909         * omp-low.c (lower_rec_input_clauses): Convert
6910         omp_clause_aligned_alignment (c) to size_type_node for the
6911         last argument of __builtin_assume_aligned.
6913 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
6915         * configure.ac (calling ___tls_get_addr via GOT): New
6916         assembler/linker check.
6917         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
6918         assembler and linker supports calling ___tls_get_addr via GOT.
6919         Otherise, defined to 0.
6920         * config.in: Regenerated.
6921         * configure: Likewise.
6922         * config/i386/constraints.md (Yb): New constraint.
6923         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
6924         (REG_CLASS_NAMES): Likewise.
6925         (REG_CLASS_CONTENTS): Likewise.
6926         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
6927         the b constraint with the Yb constraint.  Call ___tls_get_addr
6928         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
6929         is 1.
6930         (*tls_local_dynamic_base_32_gnu): Likewise.
6931         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
6932         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
6933         (*tls_local_dynamic_base_64_<mode>): Likewise.
6935 2016-06-24  Martin Liska  <mliska@suse.cz>
6937         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
6938         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
6939         few functions.
6940         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
6941         argument to true if the expected number of iterations is
6942         loop-based.
6944 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
6946         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
6947         assemble for 32bit target.
6948         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
6949         and $ld_ix86_gld_32_opt to link for 32bit target.
6950         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
6951         * configure: Regenerate.
6953 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6955         * config/arm/arm.c (int_log2): Delete definition and prototype.
6956         (shift_op): Use exact_log2 instead of int_log2.
6957         (vfp3_const_double_for_fract_bits): Likewise.
6959 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
6961         * internal-fn.c (expand_arith_set_overflow): New function.
6962         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
6963         Use it.
6964         (expand_arith_overflow_result_store): Likewise.  Handle precision
6965         smaller than mode precision.
6966         * tree-vrp.c (extract_range_basic): For imag part, handle
6967         properly signed 1-bit precision result.
6968         * doc/extend.texi (__builtin_add_overflow): Document that last
6969         argument can't be pointer to enumerated or boolean type.
6970         (__builtin_add_overflow_p): Document that last argument can't
6971         have enumerated or boolean type.
6973 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
6974             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6976         * config/rs6000/predicates.md (splat_input_operand): Rework.
6977         Don't allow constants, since the insns that use this predicate
6978         don't support constants.  Constants are handled by other insns
6979         that are created via combine.  During and after register
6980         allocation, only allow indexed or indirect addresses, and not
6981         general addresses.  Only allow modes supported by the hardware.
6982         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
6983         comment.  Move check for using VSPLTIS<x> to a common location,
6984         instead of doing it in two different places.
6986 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
6988         * config/i386/driver-i386.c (host_detect_local_cpu): Set
6989         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
6990         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
6991         signature_CENTAUR_ebx.
6993 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
6995         PR target/66232
6996         PR target/67400
6997         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
6998         (as_ix86_gas_32_opt): This.
6999         (ld_ix86_tls_ldm_opt): Renamed to ...
7000         (ld_ix86_gld_32_opt): This.
7001         (R_386_TLS_LDM reloc): Updated.
7002         (R_386_GOT32X reloc): New assembler/linker check.
7003         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
7004         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
7005         defined to 0.
7006         * config.in: Regenerated.
7007         * configure: Likewise.
7008         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
7009         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
7010         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
7011         if ix86_force_load_from_GOT_p returns true.
7012         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
7013         ix86_force_load_from_GOT_p returns true.
7014         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
7015         the external function address via the GOT slot.
7016         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
7017         HAVE_AS_IX86_GOT32X before returning false.
7018         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
7019         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
7021 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
7023         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
7025 2016-06-23  Andi Kleen  <ak@linux.intel.com>
7027         * Makefile.in: Regenerate.
7028         * doc/install.texi: Document autoprofiledbootstrap.
7030 2016-06-23  Andi Kleen  <ak@linux.intel.com>
7032         * config/i386/gcc-auto-profile: New file.
7034 2016-06-23  Martin Liska  <mliska@suse.cz>
7036         PR middle-end/71619
7037         * predict.c (predict_loops): Revert the hunk that was removed
7038         in r237103.
7040 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
7042         * config.gcc: Add support for arm*-*-phoenix* targets.
7043         * config/arm/t-phoenix: New.
7044         * config/phoenix.h: New.
7046 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
7047             H.J. Lu  <hongjiu.lu@intel.com>
7049         PR target/67400
7050         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
7051         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
7052         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
7053         ix86_force_load_from_GOT_p returns true.
7054         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
7055         ix86_force_load_from_GOT_p returns true.
7056         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
7057         ix86_force_load_from_GOT_p returns true.
7058         (ix86_expand_move): Load the external function address via the
7059         GOT slot if ix86_force_load_from_GOT_p returns true.
7060         * config/i386/predicates.md (x86_64_immediate_operand): Return
7061         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
7062         (x86_64_zext_immediate_operand): Ditto.
7064 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
7066         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
7068 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
7070         PR c/70339
7071         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
7072         * diagnostic.c (pedwarn_at_rich_loc): New function.
7073         * spellcheck.h (best_match::best_match): Add a
7074         "best_distance_so_far" optional parameter.
7075         (best_match::set_best_so_far): New method.
7076         (best_match::get_best_distance): New accessor.
7077         (best_match::get_best_candidate_length): New accessor.
7079 2016-06-22  Nick Clifton  <nickc@redhat.com>
7081         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
7082         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
7083         modes are accepted as well.
7084         (ucompare_loc_descriptor): Likewise.
7085         (minmax_loc_descriptor): Likewise.
7086         (clz_loc_descriptor): Likewise.
7087         (popcount_loc_descriptor): Likewise.
7088         (bswap_loc_descriptor): Likewise.
7089         (rotate_loc_descriptor): Likewise.
7090         (mem_loc_descriptor): Likewise.
7091         (loc_descriptor): Likewise.
7093 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
7095         * common.opt (fdiagnostics-parseable-fixits): New option.
7096         * diagnostic.c: Include "selftest.h".
7097         (print_escaped_string): New function.
7098         (print_parseable_fixits): New function.
7099         (diagnostic_report_diagnostic): Call print_parseable_fixits.
7100         (selftest::assert_print_escaped_string): New function.
7101         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
7102         (selftest::test_print_escaped_string): New function.
7103         (selftest::test_print_parseable_fixits_none): New function.
7104         (selftest::test_print_parseable_fixits_insert): New function.
7105         (selftest::test_print_parseable_fixits_remove): New function.
7106         (selftest::test_print_parseable_fixits_replace): New function.
7107         (selftest::diagnostic_c_tests): New function.
7108         * diagnostic.h (struct diagnostic_context): Add field
7109         "parseable_fixits_p".
7110         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
7111         -fdiagnostics-parseable-fixits.
7112         (-fdiagnostics-parseable-fixits): New option.
7113         * opts.c (common_handle_option): Handle
7114         -fdiagnostics-parseable-fixits.
7115         * selftest-run-tests.c (selftest::run_tests): Call
7116         selftest::diagnostic_c_tests.
7117         * selftest.h (selftest::diagnostic_c_tests): New prototype.
7119 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
7121         PR tree-optimization/71488
7122         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
7123         comparison of boolean vectors.
7124         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
7125         of boolean vectors using bitwise operations.
7127 2016-06-22  Andreas Schwab  <schwab@suse.de>
7129         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
7130         Remove declaration.
7132 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
7134         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
7136 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7138         * config/i386/i386.c (print_reg): Emit an error message on attempt to
7139         print FLAGS_REG.
7141 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7143         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
7144         * config/arm/arm-cores.def (cortex-a73): New entry.
7145         (cortex-a73.cortex-a35): Likewise.
7146         (cortex-a73.cortex-a53): Likewise.
7147         * config/arm/arm-tables.opt: Regenerate.
7148         * config/arm/arm-tune.md: Likewise.
7149         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
7150         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
7151         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
7152         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
7153         * doc/invoke.texi (ARM Options): Document cortex-a73,
7154         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
7156 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7158         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
7159         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
7160         (cortex-a73.cortex-a35): Likewise.
7161         (cortex-a73.cortex-a53): Likewise.
7162         * config/aarch64/aarch64-tune.md: Regenerate.
7163         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
7164         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
7165         -mcpu and -mtune.
7167 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7169         * configure.ac (gcc_cv_as_compress_debug): Remove
7170         --compress-debug-sections as extra as switch.
7171         Handle gas --compress-debug-sections=type.
7172         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
7173         Handle gld --compress-debug-sections=type.
7174         * configure: Regenerate.
7176 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7178         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
7180 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
7182         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
7183         (do_rewrite): likewise.
7185 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7187         * common/config/mep/mep-common.c: Remove.
7188         * config.gcc: Remove mep-* support.
7189         * config/mep/constraints.md: Remove.
7190         * config/mep/default.h: Remove.
7191         * config/mep/intrinsics.h: Remove.
7192         * config/mep/intrinsics.md: Remove.
7193         * config/mep/ivc2-template.h: Remove.
7194         * config/mep/mep-c5.cpu: Remove.
7195         * config/mep/mep-core.cpu: Remove.
7196         * config/mep/mep-default.cpu: Remove.
7197         * config/mep/mep-ext-cop.cpu: Remove.
7198         * config/mep/mep-intrin.h: Remove.
7199         * config/mep/mep-ivc2.cpu: Remove.
7200         * config/mep/mep-pragma.c: Remove.
7201         * config/mep/mep-protos.h: Remove.
7202         * config/mep/mep.c: Remove.
7203         * config/mep/mep.cpu: Remove.
7204         * config/mep/mep.h: Remove.
7205         * config/mep/mep.md: Remove.
7206         * config/mep/mep.opt: Remove.
7207         * config/mep/predicates.md: Remove.
7208         * config/mep/t-mep: Remove.
7209         * doc/install.texi: Remove mep-* documentation.
7210         * doc/md.texi: Likewise.
7212 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7214         * config.gcc: Remove support for avr-rtems.
7215         * config/avr/gen-avr-mmcu-specs.c: Likewise.
7216         * config/avr/rtems.h: Remove.
7217         * config/avr/t-rtems: Remove.
7219 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7221         * config.gcc: Remove m32r-rtems support.
7222         * config/m32r/rtems.h: Remove.
7224 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7226         * config.gcc: Remove h8300-rtems support.
7227         * config/h8300/rtems.h: Remove.
7228         * config/h8300/t-rtems: Remove.
7230 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7232         * config.gcc: Remove support for knetbsd.
7233         * configure.ac: Likewise.
7234         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
7235         * config/knetbsd-gnu.h: Remove.
7236         * configure: Regenerate.
7238 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7240         * config.gcc: Remove support for openbsd 2 and 3.
7241         * config/openbsd-oldgas.h: Remove.
7243 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7245         * config.gcc: Remove interix support.
7246         * config/i386/i386-interix.h: Remove.
7247         * config/i386/interix.opt: Remove.
7248         * config/i386/t-interix: Remove.
7249         * configure: Regenerate.
7250         * configure.ac: Remove interix support.
7251         * doc/install.texi: Remove interix documentation.
7253 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7255         * config/rs6000/rs6000.h: Add conditional preprocessing directives
7256         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
7257         not defined.
7259 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
7261         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
7262         they are both PLACEHOLDER_EXPRs.
7264 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
7266         * stor-layout.c (layout_type): Move setting complex MODE to
7267         layout_type, instead of setting it ahead of time by the caller.
7268         * tree.c (build_complex_type): Likewise.
7270 2016-06-21  Martin Liska  <mliska@suse.cz>
7272         * predict.c (force_edge_cold): Replace imposisble with
7273         impossible.
7275 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
7277         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
7278         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
7280 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
7282         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
7284 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
7285             Ilya Enkovich  <ilya.enkovich@intel.com>
7287         PR target/71549
7288         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
7289         New member function to convert V1TImode register to SUBREG
7290         TImode in debug insn.
7291         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
7292         after changing register mode to V1TImode.
7294 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
7296         * config/aarch64/aarch64-cores.def (vulcan): New core.
7297         * config/aarch64/aarch64-tune.md: Regenerate.
7298         * doc/invoke.texi: Document vulcan as an available option.
7300 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
7302         * cse.c (canon_asm_operands): New function extracted from...
7303         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
7304         either standalone or member of a PARALLEL.
7306 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
7308         PR target/30417
7309         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
7310         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
7311         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
7313 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
7315         PR target/71103
7316         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
7317         constant addresses if can_create_pseudo_p.
7319 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
7321         PR tree-optimization/71588
7322         * tree-ssa-strlen.c (valid_builtin_call): New function.
7323         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
7324         it.
7326 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
7328         PR middle-end/71581
7329         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
7330         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
7331         for conversion of scalar user var to complex type and use the
7332         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
7333         punt.
7335         PR rtl-optimization/71591
7336         * toplev.c (toplev::run_self_tests): If no_backend, complain and
7337         don't run any tests.
7339 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
7341         PR target/71571
7342         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
7343         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
7344         space for PIC with non-v32 and the common non-PIC "jump".
7346 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
7348         PR target/71559
7349         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
7350         returned values and add UN*/LTGT/*ORDERED cases with values matching
7351         D operand modifier on vcmp for AVX.
7353 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
7355         * config/aarch64/aarch64.opt
7356         (mpc-relative-literal-loads): Rename internal option name.
7357         * config/aarch64/aarch64.c
7358         (aarch64_nopcrelative_literal_loads): Rename to
7359         aarch64_pcrelative_literal_loads.
7360         (aarch64_expand_mov_immediate): Likewise.
7361         (aarch64_secondary_reload): Likewise.
7362         (aarch64_can_use_per_function_literal_pools_p): Likewise.
7363         (aarch64_override_options_after_change_1): Rename and simplify logic.
7364         (aarch64_classify_symbol): Merge large model checks into switch,
7365         remove pc-relative load check.
7367 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
7369         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
7370         costs relative to the cost of a register move.
7372 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
7374         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
7375         (vcvt_n_f64_u64): Likewise.
7376         (vcvt_n_s64_f64): Likewise.
7377         (vcvt_n_u64_f64): Likewise.
7378         (vcvt_f64_s64): Likewise.
7379         (vrecpe_f64): Likewise.
7380         (vcvt_f64_u64): Likewise.
7381         (vrecps_f64): Likewise.
7383 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
7385         * config/aarch64/aarch64.md
7386         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
7387         iterators.
7388         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
7389         attributes.
7390         * config/aarch64/aarch64-builtins.c
7391         (aarch64_types_binop_uss_qualifiers): Delete.
7392         (TYPES_BINOP_USS): Likewise.
7393         (aarch64_types_binop_sus_qualifiers): Likewise.
7394         (TYPES_BINOP_SUS): Likewise.
7395         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
7396         (TYPES_FCVTIMM_SUS): Likewise.
7397         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
7398         rather than BINOP.
7399         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
7400         (fcvtzs): Use SHIFTIMM rather than BINOP.
7401         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
7403 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
7405         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
7406         costs relative to the cost of a register move.
7408 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
7410         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
7411         Allow scalar/single vector modes to be tieable.
7413 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
7415         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
7417 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7419         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
7420         "alignement".
7421         * tree.h (TYPE_ALIGN): Likewise.
7423 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
7425         PR target/71103
7426         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
7428 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
7430         * config/avr/avr.c (avr_print_operand): Fix "format not a string
7431         literal" build warnings.
7432         (avr_print_operand_address): Dito.
7434 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
7436         PR target/71375
7437         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
7438         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
7440 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
7442         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
7444 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
7446         PR bootstrap/71435
7447         * reload1.c (reload): Pass 0 to finish_spills when called because
7448         update_eliminables_and_spill returns true and remove did_spill.
7449         (finish_spills): Adjust comment and document GLOBAL parameter.
7451 2016-06-17  DJ Delorie  <dj@redhat.com>
7453         PR target/71338
7454         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
7455         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
7456         (umulqihi3_virt): Likewise.
7457         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
7458         (umulqihi3_real): Likewise.
7460 2016-06-17  Martin Liska  <mliska@suse.cz>
7462         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
7464 2016-06-17  Martin Liska  <mliska@suse.cz>
7466         * predict.def: PRED_LOOP_EXIT from 92 to 85.
7468 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
7470         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
7471         __FAST_MATH__.
7472         (vaddq_f32): Likewise.
7473         (vmul_f32): Likewise.
7474         (vmulq_f32): Likewise.
7475         (vsub_f32): Likewise.
7476         (vsubq_f32): Likewise.
7478 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
7480         PR tree-optimization/71347
7481         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
7482         cost for all uses in group.
7484 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
7486         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
7487         insert gimple seq if it's not empty.
7489 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
7491         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
7492         member OFFSET.
7493         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
7494         rather than OFFSET.
7495         (comp_dr_with_seg_len_pair): Ditto.
7496         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
7497         struct dr_with_seg_len_pair against DR_OFFSET.
7498         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
7499         DR_OFFSET directly.
7501 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7503         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
7505 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
7507         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
7508         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
7509         (pa_output_millicode_call): Likewise.
7510         (pa_output_call): Likewise.
7511         (pa_output_indirect_call): Likewise.
7512         (pa_asm_output_mi_thunk): Likewise.
7514 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7516         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
7518 2016-06-16  Martin Liska  <mliska@suse.cz>
7520         * predict.c (combine_predictions_for_insn): When we find a first
7521         match predictor, we should consider just predictors with
7522         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
7523         DS theory predictor.
7524         (combine_predictions_for_bb): Likewise.
7526 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
7528         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
7529         with base of reference to struct.
7531 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
7533         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
7535 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
7537         PR target/71151
7538         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
7539         progmem_swtable_section.
7540         (progmem_swtable_section): Remove.
7541         (avr_asm_function_rodata_section): Remove.
7542         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
7543         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
7545 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
7547         * config/i386/driver-i386.c (host_detect_local_cpu): Set
7548         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
7549         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
7550         signature_CENTAUR_ebx.
7551         * config/i386/i386.c (ix86_option_override_internal): Add
7552         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
7553         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
7554         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
7556 2016-06-16  Martin Liska  <mliska@suse.cz>
7558         * predict.def: Add fortran loop preheader predictor.
7559         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
7560         fold IFN_BUILTIN_EXPECT with a known constant argument.
7562 2016-06-16  Martin Liska  <mliska@suse.cz>
7564         * predict.def: Add 'Fortran' to display text of all
7565         PRED_FORTRAN_* predictors.
7567 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
7569         PR target/71242
7570         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
7571         [IA64_BUILTIN_NANSQ]: Ditto.
7572         (ia64_fold_builtin): New function.
7573         (TARGET_FOLD_BUILTIN): New define.
7574         (ia64_init_builtins) Declare const_string_type node.
7575         Add __builtin_nanq and __builtin_nansq builtin functions.
7576         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
7578 2016-06-16  Nick Clifton  <nickc@redhat.com>
7580         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
7581         MSP430_HWMULT_ prefix to enum values.
7582         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
7583         * config/msp430/msp430.c: Update use of enum values.
7584         * config/msp430/msp430.md: Likewise.
7585         * config/msp430/msp430.opt: Likewise.
7587 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
7589         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
7590         of comparsions in the last iteration.
7592 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
7593             Joern Rennecke  <joern.rennecke@embecosm.com>
7595         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
7596         addresses.
7597         (arc_needs_pcl_p): Add GOTOFFPC.
7598         (arc_legitimate_pic_addr_p): Likewise.
7599         (arc_output_pic_addr_const): Likewise.
7600         (arc_legitimize_pic_address): Generate a pc-relative address using
7601         GOTOFFPC.
7602         (arc_output_libcall): Use @pcl syntax.
7603         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
7604         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
7605         (*movsi_insn): Use @pcl syntax.
7606         (doloop_begin_i): Likewise.
7608 2016-06-16  Martin Liska  <mliska@suse.cz>
7610         * predict.def: Define a new predictor.
7612 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
7614         * config/arc/arc.opt (mtp-regno): Update text.
7616 2016-06-16  Renlin Li  <renlin.li@arm.com>
7618         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
7620 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
7622         PR target/71554
7623         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
7624         (setcc + and peephole2): Likewise.
7626         PR rtl-optimization/71532
7627         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
7628         memory slots.
7630 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
7632         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
7633         DImode constants with XXSPLTIB in vector registers.
7634         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
7635         vsx_extract_<mode>_internal{1,2} into a single insn that handles
7636         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
7637         extraction of the element at the top of the register as a scalar
7638         value.
7639         (vsx_extract_<mode>_internal1): Likewise.
7640         (vsx_extract_<mode>_internal2): Likewise.
7641         * config/rs6000/constraints.md (wi constraint): Remove a comment
7642         about DImode not being allowed in Altivec registers.
7643         (wB constraint): New constraint for constants that can be
7644         generated in Altivec registers with VSPLTISW/VUPKHSW.
7645         * config/rs6000/predicates.md (xxspltib_constant_split): Update
7646         comments.
7647         (xxspltib_constant_nosplit): Likewise.
7648         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
7649         support for -mupper-regs-di to enable DImode to go into Altivec
7650         registers.
7651         (POWERPC_MASKS): Likewise.
7652         (power7 cpu): Likewise.
7653         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
7654         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
7655         for DImode being allowed in Altivec registers.  Update wi/wj
7656         constraints.  Set scalar_in_vmx_p flag.
7657         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
7658         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
7659         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
7660         (rs6000_opt_masks): Add -mupper-regs-di.
7661         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
7662         direct move to use wi and not wj.
7663         (lfiwzx): Likewise.
7664         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
7665         alternative.
7666         (floatunssi<mode>2_lfiwzx_mem): Likewise.
7667         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
7668         any VSX register, instead of just Altivec registers, to allow
7669         either operand to be an Altivec register or both.
7670         (fixuns_trunc<mode>di2_fctiduz): Likewise.
7671         (movdi_internal32): Add support for -mupper-regs-di.  Add support
7672         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
7673         the alternatives and attributes to be lined up to be easier to
7674         read.
7675         (movdi_internal64): Likewise.
7676         (64-bit DImode splitters): Change predicates to only split loading
7677         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
7678         load constants in ISA 3.0 or ISA 2.07 respectively.
7679         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
7680         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
7681         mention -mcpu=power9 sets these options.
7682         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
7683         wB constraint.
7685 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
7687         PR target/67353
7688         * config/avr/avr.c (avr_set_current_function): Warn misspelled
7689         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
7690         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
7691         by default to warn misspelled interrupt/ signal handler.
7692         * doc/invoke.texi (AVR Options): Document it. Update description
7693         for -nodevicelib option.
7695 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7697         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
7698         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
7699         (aarch64_<sur>shll2_n<mode>): Likewise.
7701 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
7703         PR middle-end/71529
7704         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
7705         DECL_CONTEXT for copied arguments.
7707 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
7709         PR tree-optimization/71483
7710         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
7711         for slp
7713 2016-06-15  Martin Liska  <mliska@suse.cz>
7715         * predict.c (tree_predict_by_opcode): Call predict_edge_def
7716         instead of predict_edge w/o a probability.
7718 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
7720         PR tree-optimization/71439
7721         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
7722         live PHIs.
7724 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7726         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
7727         register subregs in SET_SRC.
7729 2016-06-15  Richard Biener  <rguenther@suse.de>
7731         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
7732         store restrictions.
7734 2016-06-15  Richard Biener  <rguenther@suse.de>
7736         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
7737         not consider dependences between accesses that belong to the
7738         same group.
7739         (vect_analyze_data_ref_dependences): Do not analyze read-read
7740         or self-dependences.
7742 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
7744         * spellcheck-tree.c: Include spellcheck-tree.h rather than
7745         spellcheck.h.
7746         (find_closest_identifier): Reimplement in terms of
7747         best_match<tree,tree>.
7748         * spellcheck-tree.h: New file.
7749         * spellcheck.c (struct edit_distance_traits<const char *>): New
7750         struct.
7751         (find_closest_string): Reimplement in terms of
7752         best_match<const char *, const char *>.
7753         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
7754         overload to spellcheck-tree.h.
7755         (find_closest_identifier): Likewise.
7756         (struct edit_distance_traits<T>): New template.
7757         (class best_match): New class.
7759 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
7761         * selftest-run-tests.c (selftest::run_tests): Call
7762         selftest::spellcheck_tree_c_tests.
7763         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
7764         * spellcheck-tree.c: Include selftest.h and stringpool.h.
7765         (selftest::test_find_closest_identifier): New function.
7766         (selftest::spellcheck_tree_c_tests): New function.
7767         * spellcheck.c (selftest::test_find_closest_string): Verify that
7768         the order of the vec does not affect the results for this case.
7769         (selftest::test_data): New array.
7770         (selftest::test_metric_conditions): New function.
7771         (selftest::spellcheck_c_tests): Add a test of case-comparison.
7772         Call selftest::test_metric_conditions.
7774 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7776         * config/rs6000/rs6000-builtin.def (commentary): Typo.
7777         (BU_P9_MISC_1): Likewise.
7778         (BU_P9_64BIT_MISC_0): Likewise.
7779         (BU_P9_MISC_0): Likewise.
7781 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
7783         * gcc-rich-location.c
7784         (gcc_rich_location::add_fixit_misspelled_id): New method.
7785         * gcc-rich-location.h
7786         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
7788 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
7790         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
7791         FreeBSD 11 and above.
7793 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
7795         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
7797 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7799         * expmed.h: Close parenthesis in "at your option" in copyright
7800         boilerplate.
7801         * lower-subreg.h: Likewise.
7803 2016-06-14  Richard Biener  <rguenther@suse.de>
7805         PR middle-end/71526
7806         * genmatch.c (expr::gen_transform): Use in_type for comparisons
7807         if available.
7809 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7811         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
7812         New function.
7813         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
7814         mask+shift version.
7815         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
7816         New prototype.
7817         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
7818         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
7820 2016-06-14  Richard Biener  <rguenther@suse.de>
7822         PR tree-optimization/71522
7823         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
7824         copying into float copying.
7826 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
7828         PR tree-optimization/71520
7829         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
7830         (replace_block_by): Move user labels from bb1 to bb2.
7832 2016-06-14  Richard Biener  <rguenther@suse.de>
7834         PR middle-end/71310
7835         PR bootstrap/71510
7836         * expr.h (get_bit_range): Declare.
7837         * expr.c (get_bit_range): Export.
7838         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
7839         word_mode again to constrain the bitfield access.
7841 2016-06-14  Richard Biener  <rguenther@suse.de>
7843         PR tree-optimization/71521
7844         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
7845         division int_const_binop against zero divisor.
7847 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
7849         * config/i386/i386.md (signbittf2): New expander.
7850         * config/i386/sse.md (ptesttf2): New insn pattern.
7852 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
7854         PR bootstrap/71481
7855         * input.c (selftest::test_reading_source_line): Avoid reading from
7856         __FILE__ by creating a tempfile with known content and reading
7857         from that instead.
7859 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
7861         * pretty-print.c (assert_pp_format_colored): Skip the test if
7862         GCC_COLORS is set.
7863         (test_pp_format): Remove comment about GCC_COLORS.
7865 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
7867         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
7868         * pretty-print.c (assert_pp_format_va): Add location param and use
7869         it with ASSERT_STREQ_AT.
7870         (assert_pp_format): Add location param and pass it to
7871         assert_pp_format_va.
7872         (assert_pp_format_colored): Likewise.
7873         (ASSERT_PP_FORMAT_1): New.
7874         (ASSERT_PP_FORMAT_2): New.
7875         (ASSERT_PP_FORMAT_3): New.
7876         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
7877         explicitly, or implicitly via the above macros.
7878         * selftest.c (selftest::pass): Use a selftest::location rather
7879         than file and line.
7880         (selftest::fail): Likewise.  Print the function name.
7881         (selftest::fail_formatted): Likewise.
7882         (selftest::assert_streq): Use a selftest::location rather than
7883         file and line.
7884         * selftest.h (selftest::location): New struct.
7885         (SELFTEST_LOCATION): New macro.
7886         (selftest::pass): Accept a const location & rather than file
7887         and line.
7888         (selftest::fail): Likewise.
7889         (selftest::fail_formatted): Likewise.
7890         (selftest::assert_streq): Likewise.
7891         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
7892         (ASSERT_FALSE): Likewise.
7893         (ASSERT_EQ): Likewise.
7894         (ASSERT_NE): Likewise.
7895         (ASSERT_STREQ): Likewise.
7896         (ASSERT_PRED1): Likewise.
7897         (ASSERT_STREQ_AT): New macro.
7899 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
7901         * selftest.c (selftest::fail_formatted): New function.
7902         (selftest::assert_streq): New function.
7903         * selftest.h (selftests::fail_formatted): New decl.
7904         (selftest::assert_streq): New decl.
7905         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
7907 2016-06-13  Jeff Law  <law@redhat.com>
7909         PR tree-optimization/71403
7910         * tree-ssa-threadbackward.c
7911         (convert_and_register_jump_thread_path): No longer accept reference
7912         to path.  Do not pop items off the path anymore.
7913         (fsm_find_control_statement_thread_paths): Do not allow threading
7914         to a deeper loop nest.  Pop the last item off the path here rather
7915         than in convert_and_register_jump_thread_path.
7917 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
7918             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
7920         [AArch64] Emit division using the Newton series
7922         * config/aarch64/aarch64-protos.h
7923         (cpu_approx_modes): Add new member "division".
7924         (aarch64_emit_approx_div): Declare new function.
7925         * config/aarch64/aarch64.c
7926         (generic_approx_modes): New member "division".
7927         (exynosm1_approx_modes): Likewise.
7928         (xgene1_approx_modes): Likewise.
7929         (aarch64_emit_approx_div): Define new function.
7930         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
7931         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
7932         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
7933         * doc/invoke.texi (-mlow-precision-div): Describe new option.
7935 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
7936             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7938         [AArch64] Emit square root using the Newton series
7940         * config/aarch64/aarch64-protos.h
7941         (aarch64_emit_approx_rsqrt): Replace with new function
7942         "aarch64_emit_approx_sqrt".
7943         (cpu_approx_modes): New member "sqrt".
7944         * config/aarch64/aarch64.c
7945         (generic_approx_modes): New member "sqrt".
7946         (exynosm1_approx_modes): Likewise.
7947         (xgene1_approx_modes): Likewise.
7948         (aarch64_emit_approx_rsqrt): Replace with new function
7949         "aarch64_emit_approx_sqrt".
7950         (aarch64_override_options_after_change_1): Handle new option.
7951         * config/aarch64/aarch64-simd.md
7952         (rsqrt<mode>2): Use new function instead.
7953         (sqrt<mode>2): New expansion and insn definitions.
7954         * config/aarch64/aarch64.md: Likewise.
7955         * config/aarch64/aarch64.opt
7956         (mlow-precision-sqrt): Add new option description.
7957         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
7959 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
7961         [AArch64] Add more choices for the reciprocal square root approximation
7963         Allow a target to prefer such operation depending on the operation mode.
7965         * config/aarch64/aarch64-protos.h
7966         (AARCH64_APPROX_MODE): New macro.
7967         (AARCH64_APPROX_{NONE,ALL}): Likewise.
7968         (cpu_approx_modes): New structure.
7969         (tune_params): New member "approx_modes".
7970         * config/aarch64/aarch64-tuning-flags.def
7971         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
7972         * config/aarch64/aarch64.c
7973         (generic_approx_modes): New core "cpu_approx_modes" structure.
7974         (exynosm1_approx_modes): Likewise.
7975         (xgene1_approx_modes): Likewise.
7976         (generic_tunings): New member "approx_modes".
7977         (cortexa35_tunings): Likewise.
7978         (cortexa53_tunings): Likewise.
7979         (cortexa57_tunings): Likewise.
7980         (cortexa72_tunings): Likewise.
7981         (exynosm1_tunings): Likewise.
7982         (thunderx_tunings): Likewise.
7983         (xgene1_tunings): Likewise.
7984         (use_rsqrt_p): New argument for the mode and use new member from
7985         "tune_params".
7986         (aarch64_builtin_reciprocal): Devise mode from builtin.
7987         (aarch64_optab_supported_p): New argument for the mode.
7988         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
7990 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7992         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
7993         RS6000_BTM_MODULO flag into the set of flags that are considered
7994         to be part of the common configuration.
7996 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7998         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
7999         difference unsigned.
8000         (vec_absdb): New macro for vector absolute difference unsigned
8001         byte.
8002         (vec_absdh): New macro for vector absolute difference unsigned
8003         half-word.
8004         (vec_absdw): New macro for vector absolute difference unsigned word.
8005         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
8006         (vadu<mode>3): New insn.
8007         (*p9_vadu<mode>3): New insn.
8008         * config/rs6000/rs6000-builtin.def (vadub): New built-in
8009         definition.
8010         (vaduh): New built-in definition.
8011         (vaduw): New built-in definition.
8012         (vadu): New overloaded built-in definition.
8013         (vadub): New overloaded built-in definition.
8014         (vaduh): New overloaded built-in definition.
8015         (vaduw): New overloaded built-in definition.
8016         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8017         overloaded vector absolute difference unsigned functions.
8018         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
8019         the ISA 3.0 vector absolute difference unsigned built-in functions.
8021 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
8023         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
8024         update shared_lookup_references only once after changing operands.
8026 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
8028         PR middle-end/71373
8029         * tree-nested.c (convert_nonlocal_omp_clauses)
8030         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
8032         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
8033         * tree.def (CASE_LABEL_EXPR): Likewise.
8035 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8037         PR bootstrap/71481
8038         * input.c (test_builtins): Fix an assertion.
8040 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
8042         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
8043         (paritysi2): Ditto.
8044         (isinfxf2): Ditto.
8045         (isinf<mode>2): Ditto.
8047 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
8049         * ggc-tests.c (test_finalization): Only test need_finalization_p
8050         for GCC_VERSION >= 4003.
8052 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8054         * config/s390/vecintrin.h: Fix file description in comment.
8056 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8058         * config/s390/s390-builtin-types.def: Change builtin type naming
8059         scheme to match builtin-types.def.
8061 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
8063         * fold-const.c (optimize_minmax_comparison): Remove.
8064         (fold_comparison): Remove call to the above.
8065         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
8066         New transformations.
8068 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
8070         PR tree-optimization/71416
8071         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
8072         multiple entries
8074 2016-06-13  Martin Liska  <mliska@suse.cz>
8076         * predict.c (enum predictor_reason): Prefix enum with REASON_.
8077         (combine_predictions_for_insn): Likewise.
8078         (prune_predictions_for_bb): Likewise.
8079         (combine_predictions_for_bb): Likewise.
8081 2016-06-13  Richard Biener  <rguenther@suse.de>
8083         PR tree-optimization/71505
8084         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
8085         assert match comment.
8087 2016-06-13  Marek Polacek  <polacek@redhat.com>
8089         PR middle-end/71476
8090         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
8091         gimplify_switch_expr.
8092         (warn_switch_unreachable_r): New function.
8094 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8096         PR target/71379
8097         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
8098         one.
8100 2016-06-13  Richard Biener  <rguenther@suse.de>
8102         PR middle-end/64516
8103         * fold-const.c (fold_unary_loc): Preserve alignment when
8104         folding a VIEW_CONVERT_EXPR into a MEM_REF.
8106 2016-06-13  Martin Liska  <mliska@suse.cz>
8108         PR sanitizer/71458
8109         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
8110         w/ -fsanitize=bounds.
8112 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
8114         * config/i386/i386.c (ix86_init_builtins): Calculate
8115         FLOAT128_FTYPE_CONST_STRING function type only once.
8116         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
8117         built-in functions are available for x86-32 and x86-64 targets.
8119 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
8121         PR target/71241
8122         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
8123         New primitive type.
8124         (FLOAT128_FTYPE_CONST_STRING): New function type.
8125         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
8126         [IX86_BUILTIN_NANSQ]: Ditto.
8127         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
8128         (ix86_init_builtin_types): Declare const_string_type_node.
8129         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
8130         builtin functions.
8131         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
8132         * doc/extend.texi (x86 Built-in Functions): Document
8133         __builtin_nanq and __builtin_nansq.
8135 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
8137         PR target/71061
8138         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
8139         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
8140         length for pop patterns.
8141         (arm_attr_length_push_multi): Update comments.
8142         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
8143         attribute.
8144         (*pop_multiple_with_writeback_and_return): Likewise.
8145         (*pop_multiple_with_return): Likewise.
8147 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
8149         PR middle-end/71310
8150         * fold-const.c (optimize_bit_field_compare): Don't try to use
8151         word_mode unconditionally for reading the bit field, look at
8152         DECL_BIT_FIELD_REPRESENTATIVE instead.
8154 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
8156         PR middle-end/71478
8157         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
8158         vector integer type.
8160 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
8162         PR middle-end/71494
8163         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
8164         without LABEL_DECL, set *handled_ops_p to false instead of true.
8166 2016-06-10  Martin Sebor  <msebor@redhat.com>
8168         PR c/71392
8169         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
8170         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
8171         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
8172         them.
8173         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
8174         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
8175         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
8176         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
8177         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
8178         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
8179         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
8180         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
8182 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8184         * config/arm/arm.h (pool_vector_label,
8185         return_used_this_function): Remove.
8187 2016-06-10  Jeff Law  <law@redhat.com>
8189         PR tree-optimization/71335
8190         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
8191         zero length paths here.
8192         (convert_and_register_jump_thread_path): Remove hacks related to
8193         duplicated blocks in the jump thread path.
8194         (fsm_find_control_statement_thread_paths): Avoid putting the same
8195         block on the thread path twice, but ensure the thread path is
8196         unchanged from the caller's point of view.
8198 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
8200         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
8201         * predict.def (PRED_LOOP_BRANCH): Remove.
8203 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
8205         * Makefile.in (OBJS): Add ggc-tests.o.
8206         (GTFILES): Add ggc-tests.c.
8207         * ggc-tests.c: New file.
8208         * selftest-run-tests.c (selftest::run_tests): Call
8209         selftest::ggc_tests_c_tests.
8210         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
8212 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
8214         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
8216 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
8218         PR sanitizer/71480
8219         * varasm.c (place_block_symbol): Adjust alignment for asan protected
8220         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
8222 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
8224         * profile.c: Include cfgloop.h.
8225         (branch_prob): Compute estimated number of iterations.
8226         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
8227         recompute estimate number of iterations from profile.
8229 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8231         PR inline-asm/68843
8232         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
8233         must be grouped on top of stack.  Don't force early clobber
8234         on ordinary reg outputs.
8236 2016-06-10  Richard Biener  <rguenther@suse.de>
8238         * targhooks.c (default_builtin_vectorization_cost): Adjust
8239         vec_construct cost.
8241 2016-06-10  Richard Biener  <rguenther@suse.de>
8243         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
8244         to fold the RHS to a constant if possible.
8246 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
8248         PR middle-end/71373
8249         * tree-nested.c (convert_nonlocal_omp_clauses)
8250         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
8251         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
8252         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
8254         * gimplify.c (gimplify_adjust_omp_clauses): Discard
8255         OMP_CLAUSE_TILE.
8256         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
8258         * omp-low.c (scan_sharing_clauses): Don't expect
8259         OMP_CLAUSE__CACHE_.
8261 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
8263         PR tree-optimization/71407
8264         PR tree-optimization/71416
8265         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
8266         BIT_FIELD_REF type.
8268 2016-06-10  Richard Biener  <rguenther@suse.de>
8270         PR middle-end/71477
8271         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
8273 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
8275         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
8277 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
8278             Jiong Wang  <jiong.wang@arm.com>
8280         PR rtl-optimization/70751
8281         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
8282         spilled into memory.
8284 2016-06-09  Jonathan Yong  <10walls@gmail.com>
8286         Revert:
8287         2015-09-21  Jonathan Yong  <10walls@gmail.com>
8289         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
8290         sysroot/usr/lib/32api for additional win32 libraries,
8291         fixes failing Cygwin bootstrapping.
8293 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
8295         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
8296         Delete.
8298 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
8300         PR bootstrap/71471
8301         * pretty-print.c (pp_indent): Specify that %p is printed in a
8302         host-dependent manner.
8303         (test_pp_format): Remove the test for %p.
8305 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
8307         * config/mips/mips.c (mips_output_jump): Fix formatting.
8309 2016-06-09  Richard Biener  <rguenther@suse.de>
8311         PR tree-optimization/71462
8312         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
8313         removed blocks.
8315 2016-06-09  Martin Liska  <mliska@suse.cz>
8317         * predict.c (dump_prediction): Add new argument.
8318         (enum predictor_reason): New enum.
8319         (struct predictor_hash): New struct.
8320         (predictor_hash::hash): New function.
8321         (predictor_hash::equal): Likewise.
8322         (not_removed_prediction_p): New function.
8323         (prune_predictions_for_bb): Likewise.
8324         (combine_predictions_for_bb): Prune predictions.
8326 2016-06-09  Martin Liska  <mliska@suse.cz>
8328         * predict.c (filter_predictions): New function.
8329         (remove_predictions_associated_with_edge): Use the filter
8330         function.
8331         (equal_edge_p): New function.
8333 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
8335         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
8336         Correct usage of @samp vs @option, add @samp where appropriate.
8337         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
8338         Add armv6s-m and document it, as it is no official ARM name.
8340 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8342         * ifcvt.c (struct noce_if_info): Add transform_name field.
8343         (noce_try_move): Set if_info->transform_name to the function name.
8344         (noce_try_ifelse_collapse): Likewise.
8345         (noce_try_store_flag): Likewise.
8346         (noce_try_inverse_constants): Likewise.
8347         (noce_try_store_flag_constants): Likewise.
8348         (noce_try_addcc): Likewise.
8349         (noce_try_store_flag_mask): Likewise.
8350         (noce_try_cmove): Likewise.
8351         (noce_try_cmove_arith): Likewise.
8352         (noce_try_minmax): Likewise.
8353         (noce_try_abs): Likewise.
8354         (noce_try_sign_mask): Likewise.
8355         (noce_try_bitop): Likewise.
8356         (noce_convert_multiple_sets): Likewise.
8357         (noce_process_if_block): Print if_info->transform_name to
8358         dump_file if transformation succeeded.
8360 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8362         * config/arm/cortex-a57.md (cortex_a57_alu):
8363         Handle csel type.
8365 2016-06-08  Martin Sebor  <msebor@redhat.com>
8366             Jakub Jelinek  <jakub@redhat.com>
8368         PR c++/70507
8369         PR c/68120
8370         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
8371         BUILT_IN_MUL_OVERFLOW_P): New builtins.
8372         * builtins.c: Include gimple-fold.h.
8373         (fold_builtin_arith_overflow): Handle
8374         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
8375         (fold_builtin_3): Likewise.
8376         * doc/extend.texi (Integer Overflow Builtins): Document
8377         __builtin_{add,sub,mul}_overflow_p.
8379 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
8381         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
8382         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
8384 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
8386         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
8387         Rewrite, looking one level down for records and arrays.
8389 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
8391         * pretty-print.c: Include "selftest.h".
8392         (pp_format): Fix comment.
8393         (identifier_to_locale): Likewise.
8394         (selftest::test_basic_printing): New function.
8395         (selftest::assert_pp_format): New function.
8396         (selftest::test_pp_format): New function.
8397         (selftest::pretty_print_c_tests): New function.
8398         * selftest-run-tests.c (selftest::run_tests): Call
8399         selftest::pretty_print_c_tests.
8400         * selftest.h (pretty_print_c_tests): New declaration.
8402 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
8404         * invoke.texi (max-loop-headers-insns): Document.
8405         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
8406         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
8407         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
8409 2016-06-08  Richard Biener  <rguenther@suse.de>
8411         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
8412         on strided SLP loads and fall back to scalar loads in case
8413         we can't chunk them.
8415 2016-06-08  Richard Biener  <rguenther@suse.de>
8417         PR tree-optimization/71452
8418         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
8419         type used for the SSA rewrite has enough precision to cover
8420         the dynamic type of the location.
8422 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
8423             Richard Biener  <rguenther@suse.de>
8425         PR c++/71448
8426         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
8427         the same as DECL_P (base0) for indirect_base0.  Use equality_code
8428         in one further place.
8430 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
8432         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
8433         to one word if the field is known to overlap other words.
8434         (extract_bit_field_1): Likewise.
8435         (store_split_bit_field): Remove compensating code.
8436         (extract_split_bit_field): Likewise.
8438 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
8440         PR debug/71432
8441         PR ada/71413
8442         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
8444 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8446         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
8447         VDQF.
8448         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
8449         (arch64_addpv4sf): Delete.
8450         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
8451         "gen_aarch64_addpv4sf".
8452         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
8453         builtin.
8454         (vpadds_f32): Likewise.
8455         (vpaddq_f32): Likewise.
8456         (vpaddq_f64): Likewise.
8458 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8460         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
8461         VALLF.
8462         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
8463         to VALLF.  Rename to "fabd<mode>3".
8464         "*fabd_scalar<mode>3): Delete.
8465         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
8466         Use builtin.
8467         (vabdd_f64): Likewise.
8468         (vabd_f32): Likewise.
8469         (vabd_f64): Likewise.
8470         (vabdq_f32): Likewise.
8471         (vabdq_f64): Likewise.
8473 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8475         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
8476         VALLF.
8477         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
8478         "aarch64_rsqrts<mode>".
8479         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
8480         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
8481         builtin.
8482         (vrsqrtsd_f64): Likewise.
8483         (vrsqrts_f32): Likewise.
8484         (vrsqrts_f64): Likewise.
8485         (vrsqrtsq_f32): Likewise.
8486         (vrsqrtsq_f64): Likewise.
8488 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8490         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
8491         VALLF.
8492         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
8493         "aarch64_rsqrte<mode>".
8494         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
8495         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
8496         builtin.
8497         (vrsqrted_f64): Likewise.
8498         (vrsqrte_f32): Likewise.
8499         (vrsqrte_f64): Likewise.
8500         (vrsqrteq_f32): Likewise.
8501         (vrsqrteq_f64): Likewise.
8503 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8505         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
8506         (ucvtf): Likewise.
8507         (fcvtzs): Likewise.
8508         (fcvtzu): Likewise.
8509         * config/aarch64/aarch64-simd.md
8510         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
8511         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
8512         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
8513         Use builtin.
8514         (vcvt_n_f32_u32): Likewise.
8515         (vcvt_n_s32_f32): Likewise.
8516         (vcvt_n_u32_f32): Likewise.
8517         (vcvtq_n_f32_s32): Likewise.
8518         (vcvtq_n_f32_u32): Likewise.
8519         (vcvtq_n_f64_s64): Likewise.
8520         (vcvtq_n_f64_u64): Likewise.
8521         (vcvtq_n_s32_f32): Likewise.
8522         (vcvtq_n_s64_f64): Likewise.
8523         (vcvtq_n_u32_f32): Likewise.
8524         (vcvtq_n_u64_f64): Likewise.
8525         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
8526         (VSDQ_SDI): Likewise.
8527         (fcvt_target): Support V4DI, V4SI and V2SI.
8528         (FCVT_TARGET): Likewise.
8530 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
8532         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
8533         (TYPES_BINOP_SUS): Likewise.
8534         (aarch64_simd_builtin_data): Update include file name.
8535         (aarch64_builtins): Likewise.
8536         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
8537         for conversion between scalar float-point and fixed-point.
8538         (ucvtf): Likewise.
8539         (fcvtzs): Likewise.
8540         (fcvtzu): Likewise.
8541         * config/aarch64/aarch64.md
8542         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
8543         pattern for conversion between scalar float to fixed-pointer.
8544         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
8545         (UNSPEC_FCVTZS): New UNSPEC enumeration.
8546         (UNSPEC_FCVTZU): Likewise.
8547         (UNSPEC_SCVTF): Likewise.
8548         (UNSPEC_UCVTF): Likewise.
8549         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
8550         Use builtin.
8551         (vcvtd_n_f64_u64): Likewise.
8552         (vcvtd_n_s64_f64): Likewise.
8553         (vcvtd_n_u64_f64): Likewise.
8554         (vcvtd_n_f32_s32): Likewise.
8555         (vcvts_n_f32_u32): Likewise.
8556         (vcvtd_n_s32_f32): Likewise.
8557         (vcvts_n_u32_f32): Likewise.
8558         * config/aarch64/iterators.md (fcvt_target): Support integer to float
8559         mapping.
8560         (FCVT_TARGET): Likewise.
8561         (FCVT_FIXED2F): New iterator.
8562         (FCVT_F2FIXED): Likewise.
8563         (fcvt_fixed_insn): New define_int_attr.
8565 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
8567         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
8568         some statements was removed.
8570 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
8572         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
8573         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
8574         (vect_can_advance_ivs_p): likewise.
8575         (vect_update_ivs_after_vectorizer): likewise.
8576         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
8577         (vect_analyze_scalar_cycles_1): likewise.
8578         (vect_analyze_loop_operations): likewise.
8579         (report_vect_op): likewise.
8580         (vect_is_slp_reduction): likewise.
8581         (vect_is_simple_reduction): likewise.
8582         (get_initial_def_for_induction): likewise.
8583         (vect_transform_loop): likewise.
8584         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
8585         (vect_recog_sad_pattern): likewise.
8586         (vect_recog_widen_sum_pattern): likewise.
8587         (vect_recog_widening_pattern): likewise.
8588         (vect_recog_divmod_pattern): likewise.
8589         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
8590         (vect_analyze_slp_instance): likewise.
8591         (vect_transform_slp_perm_load): likewise.
8592         (vect_schedule_slp_instance): likewise.
8594 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
8596         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
8597         (return_prediction): PRED_CONST_RETURN predict return as not taken.
8598         * predict.def (PRED_CONTINUE): Change hitrate 50->67
8599         (PRED_LOOP_BRANCH): Document predictor as broken.
8600         (PRED_LOOP_EXIT): Change hitrate 91->92.
8601         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
8602         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
8603         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
8604         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
8605         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
8606         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
8607         (PRED_CALL): Chane hitrate 71->67.
8608         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
8609         (PRED_GOTO): Document as unused right now.
8610         (PRED_CONST_RETURN): Change hitrate 67->69
8611         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
8612         (PRED_NULL_RETURN): Change hitrate 91->90.
8613         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
8614         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
8615         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
8617 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
8619         * config/rs6000/altivec.h: Add __builtin_vec_mul.
8620         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
8621         special case Altivec builtin.
8622         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
8623         VSX_BUILTIN_VEC_MUL (replaced with special case code).
8624         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
8625         code for ALTIVEC_BUILTIN_VEC_MUL.
8626         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
8627         for __builtin_vec_mul.
8629 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
8631         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
8632         -mno-htm.
8634 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
8636         * spellcheck.c (selftest::test_find_closest_string): New function.
8637         (spellcheck_c_tests): Call the above.
8639 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8641         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
8643 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
8645         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
8646         Yv=Yv,C alternatives.
8648 2016-06-07  Richard Biener  <rguenther@suse.de>
8650         PR c/61564
8651         * common.opt (ffast-math): Make Optimization.
8653 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
8654             Prachi Godbole  <prachi.godbole@imgtec.com>
8656         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
8657         `fabs' and `fneg' type attributes.
8658         (p5600_fpu_fabs): Add `fmove' to the comment.
8660 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
8662         * gimple.c: Include builtins.h
8663         (gimple_inexpensive_call_p): New function.
8664         * gimple.h (gimple_inexpensive_call_p): Declare.
8665         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
8666         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
8667         fix formatting.
8669 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
8671         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
8672         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
8673         warning_at_rich_loc, warning_n, pedwarn, permerror,
8674         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
8675         sorry, fatal_error, internal_error, internal_error_no_backtrace):
8676         Use the above.
8678 2016-06-07  Richard Biener  <rguenther@suse.de>
8680         PR tree-optimization/71428
8681         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
8682         BIT_FIELD_REF op vs. load.
8684 2016-06-07  Richard Biener  <rguenther@suse.de>
8686         PR middle-end/71423
8687         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
8688         for signed ops.
8690 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
8692         * config/pa/pa.md (call): Generate indirect long calls to non-local
8693         functions on TARGET_64BIT.
8694         (call_value): Likewise.
8696 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
8698         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
8699         pattern and subsequent splitters.
8700         (call_val_reg_64bit_post_reload): Likewise.
8702 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
8704         PR middle-end/71408
8705         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
8706         propagate_op_to_single_use.
8708 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
8710         PR middle-end/71281
8711         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
8713 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
8715         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
8716         (enum x86_dirflag_state): New enum.
8717         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
8718         (machine_function): Remove needs_cld.
8719         (ix86_current_function_needs_cld): Remove.
8720         * config/i386/i386.c (ix86_set_func_type): Set
8721         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
8722         (ix86_expand_prologue): Do not emit CLD here.
8723         (ix86_dirflag_mode_needed): New function.
8724         (ix86_dirflag_mode_entry): Ditto.
8725         (ix86_mode_needed): Handle X86_DIRFLAG entity.
8726         (ix86_mode_after): Ditto.
8727         (ix86_mode_entry): Ditto.
8728         (ix86_mode_exit): Ditto.
8729         (ix86_emit_mode_set): Ditto.
8730         * config/i386/i386.md (strmov_singleop): Set
8731         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
8732         Do not set ix86_current_function_needs_cld.
8733         (rep_mov): Ditto.
8734         (strset_singleop): Ditto.
8735         (rep_stos): Ditto.
8736         (cmpstrnqi_nz_1): Ditto.
8737         (cmpstrnqi_1): Ditto.
8738         (strlenqi_1): Ditto.
8740 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
8742         PR tree-optimization/71259
8743         * tree-vect-slp.c (vect_get_constant_vectors): For
8744         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
8745         one for constant op, and use COND_EXPR for non-constant.
8747 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
8749         * Makefile.in (OBJS): Add function-tests.o,
8750         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
8751         selftest-run-tests.o.
8752         (OBJS-libcommon): Add selftest.o.
8753         (OBJS-libcommon-target): Add selftest.o.
8754         (all.internal): Add "selftest".
8755         (all.cross): Likewise.
8756         (selftest): New phony target.
8757         (s-selftest): New target.
8758         (selftest-gdb): New phony target.
8759         (COLLECT2_OBJS): Add selftest.o.
8760         * bitmap.c: Include "selftest.h".
8761         (selftest::test_gc_alloc): New function.
8762         (selftest::test_set_range): New function.
8763         (selftest::test_clear_bit_in_middle): New function.
8764         (selftest::test_copying): New function.
8765         (selftest::test_bitmap_single_bit_set_p): New function.
8766         (selftest::bitmap_c_tests): New function.
8767         * common.opt (fself-test): New.
8768         * diagnostic-show-locus.c: Include "selftest.h".
8769         (make_range): New function.
8770         (test_range_contains_point_for_single_point): New function.
8771         (test_range_contains_point_for_single_line): New function.
8772         (test_range_contains_point_for_multiple_lines): New function.
8773         (assert_eq): New function.
8774         (test_get_line_width_without_trailing_whitespace): New function.
8775         (selftest::diagnostic_show_locus_c_tests): New function.
8776         * et-forest.c: Include "selftest.h".
8777         (selftest::test_single_node): New function.
8778         (selftest::test_simple_tree): New function.
8779         (selftest::test_disconnected_nodes): New function.
8780         (selftest::et_forest_c_tests): New function.
8781         * fold-const.c: Include "selftest.h".
8782         (selftest::assert_binop_folds_to_const): New function.
8783         (selftest::assert_binop_folds_to_nonlvalue): New function.
8784         (selftest::test_arithmetic_folding): New function.
8785         (selftest::fold_const_c_tests): New function.
8786         * function-tests.c: New file.
8787         * gimple.c: Include "selftest.h".
8788         Include "gimple-pretty-print.h".
8789         (selftest::verify_gimple_pp): New function.
8790         (selftest::test_assign_single): New function.
8791         (selftest::test_assign_binop): New function.
8792         (selftest::test_nop_stmt): New function.
8793         (selftest::test_return_stmt): New function.
8794         (selftest::test_return_without_value): New function.
8795         (selftest::gimple_c_tests): New function.
8796         * hash-map-tests.c: New file.
8797         * hash-set-tests.c: New file.
8798         * input.c: Include "selftest.h".
8799         (selftest::assert_loceq): New function.
8800         (selftest::test_accessing_ordinary_linemaps): New function.
8801         (selftest::test_unknown_location): New function.
8802         (selftest::test_builtins): New function.
8803         (selftest::test_reading_source_line): New function.
8804         (selftest::input_c_tests): New function.
8805         * rtl-tests.c: New file.
8806         * selftest-run-tests.c: New file.
8807         * selftest.c: New file.
8808         * selftest.h: New file.
8809         * spellcheck.c: Include "selftest.h".
8810         (selftest::levenshtein_distance_unit_test_oneway): New function,
8811         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
8812         (selftest::levenshtein_distance_unit_test): Likewise.
8813         (selftest::spellcheck_c_tests): Likewise.
8814         * toplev.c: Include selftest.h.
8815         (toplev::run_self_tests): New.
8816         (toplev::main): Handle -fself-test.
8817         * toplev.h (toplev::run_self_tests): New.
8818         * tree.c: Include "selftest.h".
8819         (selftest::test_integer_constants): New function.
8820         (selftest::test_identifiers): New function.
8821         (selftest::test_labels): New function.
8822         (selftest::tree_c_tests): New function.
8823         * tree-cfg.c: Include "selftest.h".
8824         (selftest::push_fndecl): New function.
8825         (selftest::test_linear_chain): New function.
8826         (selftest::test_diamond): New function.
8827         (selftest::test_fully_connected): New function.
8828         (selftest::tree_cfg_c_tests): New function.
8829         * vec.c: Include "selftest.h".
8830         (selftest::safe_push_range): New function.
8831         (selftest::test_quick_push): New function.
8832         (selftest::test_safe_push): New function.
8833         (selftest::test_truncate): New function.
8834         (selftest::test_safe_grow_cleared): New function.
8835         (selftest::test_pop): New function.
8836         (selftest::test_safe_insert): New function.
8837         (selftest::test_ordered_remove): New function.
8838         (selftest::test_unordered_remove): New function.
8839         (selftest::test_block_remove): New function.
8840         (selftest::reverse_cmp): New function.
8841         (selftest::test_qsort): New function.
8842         (selftest::vec_c_tests): New function.c.
8843         * wide-int.cc: Include selftest.h and wide-int-print.h.
8844         (selftest::from_int <wide_int>): New function.
8845         (selftest::from_int <offset_int>): New function.
8846         (selftest::from_int <widest_int>): New function.
8847         (selftest::assert_deceq): New function.
8848         (selftest::assert_hexeq): New function.
8849         (selftest::test_printing <VALUE_TYPE>): New function template.
8850         (selftest::test_ops <VALUE_TYPE>): New function template.
8851         (selftest::test_comparisons <VALUE_TYPE>): New function template.
8852         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
8853         template.
8854         (selftest::wide_int_cc_tests): New function.
8856 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8858         PR middle-end/37780
8859         * ifcvt.c (noce_try_ifelse_collapse): New function.
8860         Declare prototype.
8861         (noce_process_if_block): Call noce_try_ifelse_collapse.
8862         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
8863         (simplify_ternary_operation): Use the above to simplify
8864         conditional CLZ/CTZ expressions.
8866 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8868         PR middle-end/37780
8869         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
8870         define_insn_and_split.
8872 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8874         PR middle-end/37780
8875         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
8877 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8879         PR c/24414
8880         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
8881         Implicitly clobber memory for basic asm with non-empty assembler
8882         string.  Use targetm.md_asm_adjust also here.
8883         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
8884         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
8885         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
8886         non-empty assembler string.
8887         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
8888         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
8889         (decode_asm_operands): Handle basic asm in PARALLEL block.
8890         (extract_insn): Handle basic asm in PARALLEL block.
8891         * doc/extend.texi: Mention new behavior of basic asm.
8892         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
8893         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
8894         branch_needs_nop_p): Use asm_noperands.
8896 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
8898         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
8899         Include the M7 SPARC DFA scheduler.
8900         New attribute v3pipe.
8901         Annotate insns with v3pipe where appropriate.
8902         Define cpu_feature vis4.
8903         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
8904         Add (V8QI "8") to vbits.
8905         Add insns {add,sub}v8qi3
8906         Add insns ss{add,sub}v8qi3
8907         Add insns us{add,sub}{v8qi,v4hi}3
8908         Add insns {min,max}{v8qi,v4hi,v2si}3
8909         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
8910         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
8911         * config/sparc/niagara4.md: Add a comment explaining the
8912         discrepancy between the documented latenty numbers and the
8913         implemented ones.
8914         * config/sparc/niagara7.md: New file.
8915         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
8916         supports SPARC5 and VIS 4.0 instructions.
8917         * configure: Regenerate.
8918         * config.in: Likewise.
8919         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
8920         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
8921         TARGET_CPU_niagara7.
8922         (ASM_CPU64_DEFAULT_SPEC): Likewise.
8923         (CPP_CPU_SPEC): Handle niagara7.
8924         (ASM_CPU_SPEC): Likewise.
8925         * config/sparc/sparc-opts.h (processor_type): Add
8926         PROCESSOR_NIAGARA7.
8927         (mvis4): New option.
8928         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
8929         (AS_NIAGARA7_FLAG): Define.
8930         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
8931         (CPP_CPU64_DEFAULT_SPEC): Likewise.
8932         (CPP_CPU_SPEC): Handle niagara7.
8933         (ASM_CPU_SPEC): Likewise.
8934         * config/sparc/sparc.c (niagara7_costs): Define.
8935         (sparc_option_override): Handle niagara7 and adjust cache-related
8936         parameters with better values for niagara cpus.  Also support VIS4.
8937         (sparc32_initialize_trampoline): Likewise.
8938         (sparc_use_sched_lookahead): Likewise.
8939         (sparc_issue_rate): Likewise.
8940         (sparc_register_move_cost): Likewise.
8941         (dump_target_flag_bits): Support VIS4.
8942         (sparc_vis_init_builtins): Likewise.
8943         (sparc_builtins): Likewise.
8944         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
8945         VIS4 4.0.
8946         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
8947         UltraSparc M7.
8948         * config/sparc/sparc.opt (sparc_processor_type): New value
8949         niagara7.
8950         * config/sparc/visintrin.h (__attribute__): Prototypes for the
8951         VIS4 builtins.
8952         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
8953         -mvis4.
8954         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
8955         VIS4 builtins.
8957 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
8959         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
8961 2016-06-06  Richard Biener  <rguenther@suse.de>
8963         PR tree-optimization/71398
8964         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
8965         remove edges.
8967 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
8969         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
8970         ft32_expand_prolog, ft32_expand_epilogue):
8971         Handle pretend_args.
8972         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
8973         * config/ft32/ft32.md: Add pretend_returner.
8975 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
8977         PR target/71389
8978         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
8979         Copy op1 RTX to avoid invalid sharing.
8980         (ix86_expand_vector_move_misalign): Ditto.
8982 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
8984         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
8985         ATTRIBUTE_UNUSED.
8987 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
8989         * predict.c (predicted_by_loop_heuristics_p): New function.
8990         (predict_iv_comparison): Use it.
8991         (predict_loops): Walk from innermost loops; do not predict edges
8992         leaving multiple loops multiple times; implement
8993         PRED_LOOP_ITERATIONS_MAX heuristics.
8994         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
8996 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
8998         * cfg.c (check_bb_profile): Do not report mismatched profiles when
8999         only edges out of BB are EH edges.
9001 2016-06-04  Martin Sebor  <msebor@redhat.com>
9002             Marcin Baczyński  <marbacz@gmail.com>
9004         PR c/48116
9005         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
9006         a void expression in a void function.
9008 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
9010         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
9011         aux; dump reasons of decisions.
9012         (should_duplicate_loop_header_p): Likewise.
9013         (do_while_loop_p): Likewise.
9014         (ch_base::copy_headers): Dump asi num insns duplicated.
9016 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
9018         PR tree-optimization/71405
9019         * tree-ssa.c (execute_update_addresses_taken): For clobber with
9020         incompatible type, build a new clobber with the right type instead
9021         of building a VIEW_CONVERT_EXPR around it.
9023 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
9025         PR tree-optimization/52171
9026         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
9027         by_pieces_ninsns instead of move_by_pieces_ninsns.
9029 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
9031         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
9032         for reg+reg addressing mode.
9034 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9036         * rs6000-c.c (c/c-tree.h): Add #include.
9037         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
9038         in C++ when found in the base position of vec_ld or vec_st.
9040 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
9042         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
9043         use of profile unless profile status is PROFILE_READ.
9044         * profile.c (compute_branch_probabilities): Set profile status
9045         only after reporting predictor hitrates.
9047 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
9049         PR target/71276
9050         PR target/71277
9051         * common.opt (ffp-int-builtin-inexact): New option.
9052         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
9053         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
9054         (ceil@var{m}2): Document dependence on this option.
9055         * ipa-inline-transform.c (inline_call): Handle
9056         flag_fp_int_builtin_inexact.
9057         * ipa-inline.c (can_inline_edge_p): Likewise.
9058         * config/i386/i386.md (rintxf2): Do not test
9059         flag_unsafe_math_optimizations.
9060         (rint<mode>2_frndint): New define_insn.
9061         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
9062         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
9063         for 387 instead of extending and truncating.
9064         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
9065         !flag_trapping_math instead of flag_unsafe_math_optimizations.
9066         Change to frndint<mode>2_<rounding>.
9067         (frndintxf2_<rounding>_i387): Likewise.  Change to
9068         frndint<mode>2_<rounding>_i387.
9069         (<rounding_insn>xf2): Likewise.
9070         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
9071         !flag_trapping_math instead of flag_unsafe_math_optimizations for
9072         x87.  Test TARGET_ROUND || !flag_trapping_math ||
9073         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
9074         SSE.  Use ROUND_NO_EXC in constant operand of
9075         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
9076         for 387 instead of extending and truncating.
9078 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
9079             Julia Koval  <julia.koval@intel.com>
9081         PR target/66960
9082         PR target/67630
9083         PR target/67634
9084         PR target/67841
9085         PR target/68037
9086         PR target/68618
9087         PR target/68661
9088         PR target/69575
9089         PR target/69596
9090         PR target/69734
9091         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
9092         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
9093         all registers, except for function return registers if there are
9094         no caller-saved registers.
9095         (ix86_set_func_type): New function.
9096         (ix86_set_current_function): Call ix86_set_func_type to set
9097         no_caller_saved_registers and func_type.  Call reinit_regs if
9098         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
9099         nor x87 instructions in interrupt handler nor function with
9100         no_caller_saved_registers attribute.
9101         (ix86_function_ok_for_sibcall): Return false if there are no
9102         caller-saved registers.
9103         (type_natural_mode): Don't warn ABI change for MMX in interrupt
9104         handler.
9105         (ix86_function_arg_advance): Skip for callee in interrupt handler.
9106         (ix86_function_arg): Return special arguments in interrupt handler.
9107         (ix86_promote_function_mode): Promote pointer to word_mode only
9108         for normal functions.
9109         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
9110         interrupt handler.
9111         (ix86_epilogue_uses): New function.
9112         (ix86_hard_regno_scratch_ok): Likewise.
9113         (ix86_save_reg): Preserve all registers in interrupt handler
9114         after reload.  Preserve all registers, except for function return
9115         registers, if there are no caller-saved registers after reload.
9116         (find_drap_reg): Always use callee-saved register if there are
9117         no caller-saved registers.
9118         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
9119         for interrupt handler.
9120         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
9121         Emit cld instruction if stringops are used in interrupt handler
9122         or interrupt handler isn't a leaf function.
9123         (ix86_expand_epilogue): Generate interrupt return for interrupt
9124         handler and pop the 'ERROR_CODE' off the stack before interrupt
9125         return in exception handler.
9126         (ix86_expand_call): Disallow calling interrupt handler directly.
9127         If there are no caller-saved registers, mark all registers that
9128         are clobbered by the call which returns as clobbered.
9129         (ix86_handle_no_caller_saved_registers_attribute): New function.
9130         (ix86_handle_interrupt_attribute): Likewise.
9131         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
9132         attributes.
9133         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
9134         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
9135         accumulation in interrupt function if stack may be realigned to
9136         avoid DRAP.
9137         (EPILOGUE_USES): New.
9138         (function_type): New enum.
9139         (machine_function): Add func_type and no_caller_saved_registers.
9140         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
9141         (interrupt_return): New pattern.
9142         * doc/extend.texi: Document x86 interrupt and
9143         no_caller_saved_registers attributes.
9145 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
9147         PR tree-optimization/52171
9148         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
9149         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
9150         Look for constant strings.  Move some code to emit_block_cmp_hints
9151         and use it.
9152         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
9153         * defaults.h (COMPARE_MAX_PIECES): New macro.
9154         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
9155         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
9156         (clear_by_pieces_1): Don't declare.  Move definition before use.
9157         (can_do_by_pieces): New static function.
9158         (can_move_by_pieces): Use it.  Return bool.
9159         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
9160         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
9161         (class pieces_addr); New.
9162         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
9163         pieces_addr::adjust, pieces_addr::increment_address,
9164         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
9165         functions for it.
9166         (class op_by_pieces_d): New.
9167         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
9168         functions for it.
9169         (class move_by_pieces_d, class compare_by_pieces_d,
9170         class store_by_pieces_d): New subclasses of op_by_pieces_d.
9171         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
9172         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
9173         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
9174         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
9175         compare_by_pieces_d::finish_mode): New member functions.
9176         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
9177         functions.
9178         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
9179         (emit_block_cmp_hints): New function.
9180         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
9181         use the newly defined classes.
9182         * expr.h (by_pieces_constfn): New typedef.
9183         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
9184         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
9185         (move_by_pieces_ninsns): Don't declare.
9186         (can_move_by_pieces): Change return value to bool.
9187         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
9188         (compare_by_pieces_branch_ratio): New hook.
9189         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
9190         (by_pieces_ninsns): Declare.
9191         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
9192         COMPARE_BY_PIECES.
9193         (default_compare_by_pieces_branch_ratio): New function.
9194         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
9195         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
9196         * doc/tm.texi: Regenerate.
9197         * tree-ssa-strlen.c: Include "builtins.h".
9198         (handle_builtin_memcmp): New static function.
9199         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
9200         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
9202 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9204         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
9205         relevant stmts which are simple and invariant.
9206         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
9207         instead of simple and invariant
9209 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9211         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
9212         (vectorizable_reduction): Check for new relevant state.
9213         (vectorizable_live_operation): vectorize live stmts using
9214         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
9215         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
9216         (vect_stmt_relevant_p): Check for stmts which are only used live.
9217         (process_use): Use of a stmt does not inherit it's live value.
9218         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
9219         (vect_analyze_stmt): Check for new relevant state.
9220         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
9221         outside the loop, but not inside it.
9223 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9225         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
9226         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
9227         (vect_get_vec_def_for_operand): Split out code.
9229 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
9231         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
9233 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
9235         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
9237 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9239         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
9241 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
9243         PR middle-end/71387
9244         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
9245         to noreturn e->callee->decl that has void return type and void
9246         arguments, adjust gimple_call_fntype and remove lhs even if it had
9247         previously addressable type.
9249 2016-06-02  Jeff Law  <law@redhat.com>
9251         PR tree-optimization/71328
9252         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
9253         error when checking for a jump back onto the copied path.
9255 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
9257         * config/microblaze/microblaze.c (get_branch_target): Add return
9258         NULL_RTX for the non-CALL_P case.
9259         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
9260         (insert_wic): Remove unused local "j".
9262 2016-06-02  Martin Liska  <mliska@suse.cz>
9264         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
9266 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
9267             Julia Koval  <julia.koval@intel.com>
9269         * function.c (assign_parm_setup_stack): Force source into a
9270         register if needed.
9271         * target.def (function_incoming_arg): Update documentation to
9272         allow arbitrary address computation based on hard register.
9273         * doc/tm.texi: Regenerated.
9275 2016-06-02  Martin Liska  <mliska@suse.cz>
9277         * predict.c (combine_predictions_for_bb): Fix first match in
9278         cases where a first predictor contains more than one occurence
9279         in list of predictors.  Take the best value in such case.
9281 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9283         PR rtl-optimization/71295
9284         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
9285         offset would go over the size of the inner mode reject it.
9287 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
9289         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
9290         x=x,x and v=v,m instead of x=x,m.
9292         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
9293         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
9294         alternative to v=rm,C.
9296         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
9297         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
9298         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
9299         instead of vex for the last two above mentioned alternatives.
9301 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9303         PR target/70830
9304         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
9306 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
9308         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
9310 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
9312         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
9313         from int to unsigned.
9315 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
9317         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
9318         alternatives, eliminating preferred register class.  Add support
9319         for the MTVSRDD instruction in ISA 3.0.
9320         (vsx_splat_v4si_internal): Use splat_input_operand instead of
9321         reg_or_indexed_operand.
9322         (vsx_splat_v4sf_internal): Likewise.
9324 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
9326         PR target/71186
9327         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
9328         for loading up all 0's or all 1's.
9330 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9332         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
9334 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
9336         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
9337         extension.
9338         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
9339         * gcc.c (set_source_date_epoch_envvar): New function, sets
9340         the SOURCE_DATE_EPOCH environment variable to the current time.
9342 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
9344         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
9345         the factor for live Phi nodes.
9347 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
9349         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
9350         * tree-parloops.c (parallelize_loops): likewise.
9351         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
9352         tree_unswitch_outer_loop): likewise.
9354 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
9356         PR middle-end/71371
9357         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
9358         around creation of the temporary.
9360 2016-06-01  Richard Biener  <rguenther@suse.de>
9362         PR tree-optimization/71366
9363         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
9364         (unloop_loops): Move removing edges here ...
9365         (try_unroll_loop_completely): ... from here.
9366         (try_peel_loop): ... and here.
9367         (tree_unroll_loops_completely_1): Track parent loops via
9368         bitmap of header BBs.
9369         (tree_unroll_loops_completely): Adjust for that.
9371 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
9373         * config/rs6000/altivec.h (vec_slv): New macro.
9374         (vec_srv): New macro.
9375         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
9376         (UNSPEC_VSRV): New value.
9377         (vslv): New insn.
9378         (vsrv): New insn.
9379         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
9380         (vsrv): New builtin definition.
9381         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
9382         define argument types for new builtin.
9383         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
9384         new builtin.
9385         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
9386         functions.
9388 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
9389             Jocelyn Mayer  <l_indien@magic.fr>
9391         PR target/67310
9392         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
9393         detect processor family for signature_CENTAUR_ebx.
9394         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
9395         signature_CENTAUR_ebx.
9396         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
9397         <default>: Pass x86-64 for has_longmode.
9399 2016-06-01  Nathan Sidwell  <nathan@acm.org>
9401         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
9402         undefined weak.
9404 2016-06-01  Richard Biener  <rguenther@suse.de>
9406         PR tree-optimization/71261
9407         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
9408         of stmts successfully put in the bool pattern.  Remove
9409         single-use restriction.
9410         (adjust_bool_pattern_cast): Add cast at the use site via the
9411         pattern def sequence.
9412         (adjust_bool_pattern): Remove recursion, maintain a hash-map
9413         of patterned defs.  Use the pattern def seqence instead of
9414         multiple independent patterns.
9415         (sort_after_uid): New qsort compare function.
9416         (adjust_bool_stmts): New function to process stmts in the bool
9417         pattern in IL order.
9418         (vect_recog_bool_pattern): Adjust.
9419         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
9420         (ifcvt_walk_pattern_tree): Likewise.
9421         (stmt_is_root_of_bool_pattern): Likewise.
9422         (ifcvt_repair_bool_pattern): Likewise.
9423         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
9425 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
9427         * loop-unroll.c (decide_unroll_constant_iterations,
9428         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
9429         likely upper bounds.
9430         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
9432 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
9434         * tree-core.h (enum omp_clause_code): Remove
9435         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
9437 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9439         * config/arm/sync.md (arm_store_exclusive<mode>):
9440         Use 'H' output modifier on operands[2] rather than creating a new
9441         entry in out-of-bounds memory of the operands array.
9442         (arm_store_release_exclusivedi): Likewise.
9444 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9446         * config/arm/arm.c (arm_fusion_enabled_p): New function.
9447         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
9448         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
9449         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
9451 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
9453         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
9454         into account live statements for mask producers.
9456 2016-06-01  Richard Biener  <rguenther@suse.de>
9458         PR tree-optimization/71311
9459         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
9460         restrict to non-INTEGER_CST @0.
9462 2016-06-01  Richard Biener  <rguenther@suse.de>
9464         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
9465         (relational patterns): Use :c to avoid pattern duplications.
9467 2016-06-01  Richard Biener  <rguenther@suse.de>
9469         * genmatch.c (comparison_code_p): New predicate.
9470         (swap_tree_comparison): New function.
9471         (commutate): Add for_vec parameter to append new for entries.
9472         Support commutating relational operators by swapping it alongside
9473         operands.
9474         (lower_commutative): Adjust.
9475         (dt_simplify::gen): Do not pass artificial operators to gen
9476         functions.
9477         (decision_tree::gen): Do not add artificial operators as parameters.
9478         (parser::parse_expr): Verify operator commutativity when :c is
9479         applied.  Allow :C to override this.
9480         * match.pd: Adjust patterns to use :C instead of :c where required.
9482 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
9484         PR tree-optimization/71077
9485         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
9486         the combining step, use boolean_false_node and boolean_true_node
9487         as the designated false/true return values.
9489 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
9491         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
9492         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
9493         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
9494         PRED_LOOP_EXIT.
9496 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
9498         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
9499         of flags impliying the register renaming.
9500         * toplev.c (process_options): Do not imply flag_rename_registers with
9501         loop peeling.
9503 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
9505         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
9506         default implementation.
9508 2016-05-31  Nathan Sidwell  <nathan@acm.org>
9510         * dwarf2out.c (cur_line_info_table): Add GTY marker.
9512 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
9514         * config/sh/constraints.md (b): Remove constraint.
9515         * config/sh/predicates.md (arith_reg_operand): Remove
9516         TARGET_REGISTER_P.
9517         * config/sh/sh-modes.def (PDI): Remove.
9518         * config/sh/sh.c (sh_target_reg_class,
9519         sh_optimize_target_register_callee_saved): Remove functions.
9520         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
9521         (sh_expand_epilogue): Update comment.
9522         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
9523         sh_secondary_reload): Remove TARGET_REGS related code.
9524         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
9525         TARGET_REGISTER_P): Remove macros.
9526         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
9527         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
9528         TR1_REG, TR2_REG): Remove constants.
9529         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
9531 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
9533         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
9534         define_expand patterns.
9535         (adddi3_compact): Rename to adddi3.
9536         (subdi3_compact): Rename to subdi3.
9537         (*negdi2): Rename to negdi2.
9538         (*abs<mode>2): Rename to abs<mode>2.
9540 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
9542         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
9543         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
9544         (atomic_sub_fetchsi): ... this new pattern.
9545         (mvtc): Add CC_REG clobber.
9547 2016-05-31  Marek Polacek  <polacek@redhat.com>
9549         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
9551 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9553         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
9554         aarch64_fusion_enabled_p to check for fusion capabilities.
9556 2016-05-31  Richard Biener  <rguenther@suse.de>
9558         PR tree-optimization/71352
9559         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
9560         minus one and a negate.
9562 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9564         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
9565         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
9566         Delete prototype.
9567         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
9568         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
9569         Remove use of aarch64_simd_attr_length_move, set length attribute
9570         directly.
9571         (*aarch64_be_movoi): Likewise.
9572         (*aarch64_be_movci): Likewise.
9573         (*aarch64_be_movxi): Likewise.
9575 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
9577         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
9578         It no longer does that.
9579         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
9581 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
9583         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
9584         attribute __unused__.
9586 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9588         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
9589         * config/arm/arm.c (arm_arch_thumb1): Define.
9590         (arm_option_override): Initialize arm_arch_thumb1.
9591         * config/arm/arm.h (arm_arch_thumb1): Declare.
9592         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
9593         support Thumb-1 ISA.
9595 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
9597         PR target/71346
9598         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
9599         `Yv' for scalar operand.
9601 2016-05-31  Tom de Vries  <tom@codesourcery.com>
9603         PR tree-optimization/69068
9604         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
9605         phis with more than two args.
9607 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
9609         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
9610         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
9611         target.
9613 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
9615         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
9616         tune_64.
9617         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
9618         support on SPARC.
9619         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
9620         cpu_32, cpu_64, tune_32 and tune_64.
9621         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
9623 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
9625         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
9627 2016-05-30  Andi Kleen  <ak@linux.intel.com>
9629         * auto-profile.c (read_profile): Replace asserts with errors
9630         when file does not exist.
9631         * gcov-io.c (gcov_read_words): Dito.
9633 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9635         * tree-cfg.c (print_loop): Print likely upper bounds.
9637 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9639         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
9640         * opts.c (default_options): Enable peel loops at -O3.
9641         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
9642         (try_peel_loop): Do not re-peel already peeled loops;
9643         use likely upper bounds; fix profile updating.
9644         (pass_complete_unroll::execute): Initialize peeled_loops.
9646 2016-05-30  Martin Liska  <mliska@suse.cz>
9648         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
9649         computed costs by frequency of BB they belong to.
9650         (get_scaled_computation_cost_at): New function.
9652 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
9653             Marc Glisse  <marc.glisse@inria.fr>
9655         PR tree-optimization/71289
9656         * match.pd (-1 / B < A, A > -1 / B): New transformations.
9658 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9660         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
9662 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9664         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
9665         for peeled copies; avoid underflow when updating estimates; correctly
9666         scale loop profile.
9668 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
9670         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
9671         r236875. Corrected oe3 to oe2 as obvious.
9673 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
9675         PR middle-end/71269
9676         PR middle-end/71252
9677         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
9678         that inserted stmt will not dominate stmts that defines its operand.
9679         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
9680         (rewrite_expr_tree_parallel): Likewise.
9682 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
9684         PR middle-end/71252
9685         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
9686         all fields including stmt_to_insert are swapped.
9688 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9690         * predict.h (force_edge_cold): Declare.
9691         * predict.c (force_edge_cold): New function.
9692         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
9693         updating.
9694         (canonicalize_loop_induction_variables): Fix formating.
9696 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
9698         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
9699         (visium_expand_copysign): Use gen_int_mode directly.
9700         (visium_compute_frame_size): Minor tweaks.
9702 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
9704         * tree-vect-loop.c (vect_analyze_loop_2): Use
9705         likely_max_stmt_executions_int.
9707 2016-05-30  Tom de Vries  <tom@codesourcery.com>
9709         PR tree-optimization/69067
9710         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
9712 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
9714         PR target/71245
9715         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
9716         New peepholes to remove unneeded fild/fistp pairs.
9717         (define_peephole2 atomic_loaddi_fpu): Ditto.
9719 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9721         * predict.c (maybe_hot_frequency_p): Avoid division.
9723 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
9725         * doc/install.texi: Use https for shop.fsf.org.
9727 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9729         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
9730         likely_max_stmt_executions_int.
9732 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9734         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
9735         likely_max_stmt_executions_int.
9737 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9739         * profile.c (compute_branch_probabilities): Do not report hitrates
9740         here.
9741         (branch_prob): Report hitrates here.
9742         * predict.c (gimple_predict_edge): Do not assert profile status;
9743         fix formatting issues.
9745 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9747         * predict.c (edge_predicted_by_p): New function.
9748         (predict_paths_for_bb): Do not put multiple predictions of the same type
9749         on one edge.
9751 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9753         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
9754         commit.
9756 2016-05-28  Alan Modra  <amodra@gmail.com>
9758         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
9760 2016-05-28  Alan Modra  <amodra@gmail.com>
9762         PR rtl-optimization/71275
9763         * ira.c (ira): Free dominance info.
9765 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
9767         * doc/sourcebuild.texi: New address for upstream Go repository.
9769 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9771         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
9772         (TARGET_ARM_V7M): Likewise.
9774 2016-05-26  Jeff Law  <law@redhat.com>
9776         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
9777         (thread_across_edge): Remove calls to find_jump_threads_backwards.
9778         * passes.def: Add jump threading passes before DOM/VRP.
9779         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
9780         argument to a basic block from an edge.  Remove tests which are
9781         handled elsewhere.
9782         (pass_data_thread_jumps, class pass_thread_jumps): New.
9783         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
9784         (make_pass_thread_jumps): Likewise.
9785         * tree-pass.h (make_pass_thread_jumps): Declare.
9787 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
9789         * config/visium/visium-protos.h (split_double_move): Rename into...
9790         (visium_split_double_move): ...this.
9791         (visium_split_double_add): Declare.
9792         * config/visium/visium.c (split_double_move): Rename into...
9793         (visium_split_double_move): ...this.
9794         (visium_split_double_add): New function.
9795         (visium_expand_copysign): Renumber operands for consistency.
9796         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
9797         (DFmode move splitter): Likewise.
9798         (*addi3_insn): Split by means of visium_split_double_add.
9799         (*adddi3_insn_flags): Delete.
9800         (*plus_plus_sltu<subst_arith>): New insn.
9801         (*subdi3_insn): Split by means of visium_split_double_add.
9802         (subdi3_insn_flags): Delete.
9803         (*minus_minus_sltu<subst_arith>): New insn.
9804         (*negdi2_insn): Split by means of visium_split_double_add.
9805         (*negdi2_insn_flags): Delete.
9807 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
9809         * configure.ac: Treat a --with-headers option without argument
9810         the same as the default (i.e. consult sys-include directory).
9811         * configure: Regenerate.
9813 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9815         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
9816         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
9817         prototype.
9818         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
9819         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
9821 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
9823         PR target/63596
9824         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
9825         tree-stdarg analysis results.
9826         (aarch64_setup_incoming_varargs): Likewise.
9828 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
9830         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
9831         va_list_gpr_counter_field and va_list_fpr_counter_field.
9833 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
9835         PR67609
9836         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
9837         * config/aarch64/aarch64.c
9838         (aarch64_cannot_change_mode_class): Remove function.
9839         * config/aarch64/aarch64-protos.h
9840         (aarch64_cannot_change_mode_class): Remove.
9842 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
9844         * cfgloop.c (record_niter_bound): Record likely upper bounds.
9845         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
9846         get_likely_max_loop_iterations_int): New.
9847         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
9848         any_likely_upper_bound.
9849         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
9850         Declare.
9851         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
9852         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
9853         upper bound.
9854         (unroll_loop_constant_iterations): Likewise.
9855         (unroll_loop_runtime_iterations): Likewise.
9856         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
9857         * lto-streamer-out.c (output_cfg): Likewise.
9858         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
9859         bounds.
9860         (canonicalize_loop_induction_variables): Dump likely upper bounds.
9861         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
9862         (likely_max_loop_iterations): New.
9863         (likely_max_loop_iterations_int): New.
9864         (likely_max_stmt_executions): New.
9865         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
9866         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
9867         likely_max_stmt_executions): Declare.
9869 2016-05-27  Marek Polacek  <polacek@redhat.com>
9871         PR middle-end/71308
9872         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
9874 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9876         * config/s390/s390.md (2x risbg splitters): Use
9877         reg_overlap_mentioned_p instead of rtx_equal_p.
9879 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9881         * combine.c (make_compound_operation): Take known zero bits into
9882         account when checking for possible zero_extend.
9884 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9886         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
9887         Use const_int_operand for operand 2 predicate.  Simplify expand code
9888         as a result.
9890 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
9892         PR middle-end/71279
9893         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
9894         into comparison.
9896 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9898         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
9899         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
9900         that returns CC_SESWPmode and CC_ZESWPmode.
9901         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
9902         and CC_SESWPmode.
9903         (aarch64_rtx_costs): Likewise.
9905 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
9907         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
9908         for ISA 3.0 min/max support.
9909         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
9910         conditional move support.
9911         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
9912         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
9913         available.
9914         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
9915         conditional moves where the comparison type is different from move
9916         type.
9917         (fp_minmax): New code iterator for smin/smax.
9918         (minmax): New code attributes for min/max.
9919         (SMINMAX): Likewise.
9920         (smax<mode>3): Combine min, max insns into one insn using the
9921         fp_minmax code iterator.  Add support for ISA 3.0 min/max
9922         instructions that don't need -ffast-math.
9923         (s<minmax><mode>3): Likewise.
9924         (smax<mode>3_vsx): Likewise.
9925         (smin<mode>3): Likewise.
9926         (s<minmax><mode>3_vsx): Likewise.
9927         (smin<mode>3_vsx): Likewise.
9928         (pre-VSX min/max splitters): Likewise.
9929         (s<minmax><mode>3_fpr): Likewise.
9930         (movsfcc): Rewrite floating point conditional moves to combine
9931         SFmode/DFmode into a single insn.
9932         (mov<mode>cc): Likewise.
9933         (movdfcc): Likewise.
9934         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
9935         SFDF2 iterators to handle all combinations.
9936         (fseldfsf4): Likewise.
9937         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
9938         (fseldfdf4): Likewise.
9939         (fselsfdf4): Likewise.
9940         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
9941         comparison instructions that set a 0/-1 mask, and use it for
9942         floating point conditional move via XXSEL.
9943         (fpmask<mode>): Likewise.
9944         (xxsel<mode>): Likewise.
9945         * config/rs6000/predicates.md (min_max_operator): Delete, no
9946         longer used.
9947         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
9948         instructions that generate a 0/-1 mask for use with XXSEL.
9949         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
9950         say whether floating point min/max is available, either through
9951         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
9952         (TARGET_MINMAX_DF): Likewise.
9954 2016-05-27  Alan Modra  <amodra@gmail.com>
9956         PR rtl-optimization/71275
9957         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
9958         for update_equiv_regs and combine_and_move_insns.
9960 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
9962         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
9963         if_then_else or cond RTXes to calculate attribute value.
9964         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
9965         <attr "length_immediate>: Ditto.
9966         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
9967         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
9968         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
9969         <attr "type">: Ditto.
9970         <attr "prefix_data16">: Ditto.
9971         <attr "prefix_extra">: Ditto.
9972         <attr "length_immediate">: Ditto.
9973         <attr "prefix">: Ditto.
9974         (vec_set<mode>_0) <attr "isa">: Ditto.
9975         <attr "prefix_extra">: Ditto.
9976         <attr "length_immediate">: Ditto.
9977         <attr "prefix">: Ditto.
9978         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
9979         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
9980         (sse2_storelpd) <attr "prefix_data16">: Ditto.
9981         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
9982         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
9983         <attr "length_immediate">: Ditto.
9984         <attr "prefix">: Ditto.
9985         (sse2_movsd) <attr "length_immediate">: Ditto.
9986         <attr "prefix">: Ditto.
9987         (vec_concatv2df)  <attr "isa">: Ditto.
9988         <attr "prefix">: Ditto.
9989         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
9990         (*vec_extractv2di_1) <attr "isa">: Ditto.
9991         <attr "type">: Ditto.
9992         <attr "length_immediate">: Ditto.
9993         <attr "prefix_rex">: Ditto.
9994         <attr "prefix_extra">: Ditto.
9995         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
9996         <attr "prefix_extra">: Ditto.
9997         <attr "length_immediate">: Ditto.
9998         (vec_concatv2di) <attr "isa">: Ditto.
9999         <attr "prefix_extra">: Ditto.
10000         <attr "length_immediate">: Ditto.
10001         <attr "prefix">: Ditto.
10003 2016-05-26  Martin Liska  <mliska@suse.cz>
10005         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
10006         function.
10007         (operator+): Likewise.
10008         (operator-): Likewise.
10009         (comp_cost::operator+=): Likewise.
10010         (comp_cost::operator-=): Likewise.
10011         (comp_cost::operator/=): Likewise.
10012         (comp_cost::operator*=): Likewise.
10013         (operator<): Likewise.
10014         (operator==): Likewise.
10015         (operator<=): Likewise.
10016         (new_cost): Remove.
10017         (infinite_cost_p): Likewise.
10018         (add_costs): Likewise.
10019         (sub_costs): Likewise.
10020         (compare_costs): Likewise.
10021         (set_group_iv_cost): Use the newly introduced functions.
10022         (get_address_cost): Likewise.
10023         (get_shiftadd_cost): Likewise.
10024         (force_expr_to_var_cost): Likewise.
10025         (split_address_cost): Likewise.
10026         (ptr_difference_cost): Likewise.
10027         (difference_cost): Likewise.
10028         (get_computation_cost_at): Likewise.
10029         (determine_group_iv_cost_generic): Likewise.
10030         (determine_group_iv_cost_address): Likewise.
10031         (determine_group_iv_cost_cond): Likewise.
10032         (autoinc_possible_for_pair): Likewise.
10033         (determine_group_iv_costs): Likewise.
10034         (cheaper_cost_pair): Likewise.
10035         (iv_ca_recount_cost): Likewise.
10036         (iv_ca_set_no_cp): Likewise.
10037         (iv_ca_set_cp): Likewise.
10038         (iv_ca_cost): Likewise.
10039         (iv_ca_new): Likewise.
10040         (iv_ca_dump): Likewise.
10041         (iv_ca_narrow): Likewise.
10042         (iv_ca_prune): Likewise.
10043         (iv_ca_replace): Likewise.
10044         (try_add_cand_for): Likewise.
10045         (try_improve_iv_set): Likewise.
10046         (find_optimal_iv_set): Likewise.
10048 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
10050         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
10051         that internal functions will clobber all caller-saved registers.
10053 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
10055         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
10056         Return a better case_values_threshold when optimizing.
10058 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
10060         * config/aarch64/aarch64-simd.md (aarch64_combinez):
10061         Add ? to integer variant.
10062         (aarch64_combinez_be): Likewise.
10064 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
10066         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
10067         instead of x constraint.
10068         (vcvtps2ph256<mask_name>): Likewise.
10070         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
10071         alternative.  Formatting fix.
10073         * config/i386/sse.md
10074         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
10075         to ...
10076         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
10077         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
10078         maybe_evex prefix instead of vex.
10079         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
10080         EXT_REX_SSE_REG_P (op0) case in the splitter.
10082 2016-05-25  Jeff Law  <law@redhat.com>
10084         PR tree-optimization/71272
10085         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
10086         Update comments.  Add test for empty path.
10088 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
10090         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
10091         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
10092         special case builtin.
10093         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
10094         code for ALTIVEC_BUILTIN_VEC_CMPNE.
10095         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
10096         for __builtin_vec_cmpne.
10098 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
10100         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
10101         redundant test and bail out if the type of the new operand is not
10102         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
10104 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
10106         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
10107         (x_ix86_target_flags_explicit): Remove.
10108         * config/i386/i386.c (ix86_function_specific_save): Do not copy
10109         x_ix86_target_flags_explicit.
10110         (ix86_function_specific_restore): Ditto.
10112 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
10113             H.J. Lu  <hongjiu.lu@intel.com>
10115         PR target/70738
10116         * common/config/i386/i386-common.c
10117         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
10118         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
10119         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
10120         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
10121         (-mgeneral-regs-only): Add new option.
10122         * config/i386/i386.c (ix86_option_override_internal): Don't enable
10123         x87 instructions if only general registers are allowed.
10124         (ix86_target_string): Add ix86_flags argument. Handle additional
10125         flags options through ix86_flags argument.  Update all callers.
10126         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
10128 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10130         PR rtl-optimization/66940
10131         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
10132         decrementing desired_val will not overflow before performing these
10133         operations.
10135 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
10137         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
10138         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
10139         * config/i386/i386.c (enum ix86_builtins): Add
10140         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
10141         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
10142         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
10143         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
10144         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
10145         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
10146         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
10147         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
10148         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
10149         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
10150         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
10151         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
10152         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
10153         __builtin_ia32_cvtps2dq512_mask.
10154         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
10155         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
10156         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
10157         * config/i386/sse.md
10158         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
10159         Rename to ...
10160         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
10161         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
10162         to ...
10163         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
10164         (avx512f_vec_pack_sfix_v8df): New define_expand.
10165         (avx512f_roundpd512): Rename to ...
10166         (avx512f_round<castmode>512): ... this.  Change iterator.
10167         (avx512f_roundps512_sfix): New define_expand.
10168         (round<mode>2_sfix): Change iterator.
10170 2016-05-25  Nick Clifton  <nickc@redhat.com>
10172         * config/msp430/msp430.c (msp430_attr): Produce an error if a
10173         static interrupt handler is detected.
10174         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
10175         default linker script.
10176         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
10177         the low part of a symbolic pointer.
10179 2016-05-25  Richard Biener  <rguenther@suse.de>
10181         PR tree-optimization/71261
10182         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
10183         interesting stmt instead of immediate uses when looking
10184         for the use operand to replace.
10186 2016-05-25  Martin Liska  <mliska@suse.cz>
10188         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
10190 2016-05-25  Richard Biener  <rguenther@suse.de>
10192         PR tree-optimization/71264
10193         * tree-vect-stmts.c (vect_init_vector): Properly deal with
10194         vector type val.
10196 2016-05-25  Martin Liska  <mliska@suse.cz>
10198         PR tree-optimization/71239
10199         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
10200         if DECL_SIZE is NULL.
10202 2016-05-25  Richard Biener  <rguenther@suse.de>
10204         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
10205         * tree-if-conv.c (pass_data_if_conversion): Use it.
10207 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10209         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
10210         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
10211         * varpool.c (varpool_node::get_availability): Likewise.
10213 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
10215         * config/rs6000/altivec.md (VNEG iterator): New iterator for
10216         VNEGW/VNEGD instructions.
10217         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
10218         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
10219         support for ISA 3.0 VNEGW/VNEGD instructions.
10221 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
10223         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
10224         pointers inside OACC_DATA regions.
10225         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
10226         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
10227         (gimplify_adjust_omp_clauses): Fix typo in comment.
10229 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
10231         * config/rs6000/altivec.md (VParity): New mode iterator for vector
10232         parity built-in functions.
10233         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
10234         zeros.
10235         (p9v_parity<mode>2): Likewise.
10236         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
10237         parity.
10238         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
10239         (parity<mode>2): ISA 3.0 expander for vector parity.
10240         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
10241         power9 built-ins.
10242         (BU_P9_64BIT_MISC_0): Likewise.
10243         (BU_P9_MISC_0): Likewise.
10244         (BU_P9V_AV_1): Likewise.
10245         (BU_P9V_AV_2): Likewise.
10246         (BU_P9V_AV_3): Likewise.
10247         (BU_P9V_AV_P): Likewise.
10248         (BU_P9V_VSX_1): Likewise.
10249         (BU_P9V_OVERLOAD_1): Likewise.
10250         (BU_P9V_OVERLOAD_2): Likewise.
10251         (BU_P9V_OVERLOAD_3): Likewise.
10252         (VCTZB): Add vector count trailing zeros support.
10253         (VCTZH): Likewise.
10254         (VCTZW): Likewise.
10255         (VCTZD): Likewise.
10256         (VPRTYBD): Add vector parity support.
10257         (VPRTYBQ): Likewise.
10258         (VPRTYBW): Likewise.
10259         (VCTZ): Add overloaded vector count trailing zeros support.
10260         (VPRTYB): Add overloaded vector parity support.
10261         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10262         overloaded vector count trailing zeros and parity instructions.
10263         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
10264         vector parity support.
10265         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
10266         trailing zeros support.
10267         (vec_cntlz): Likewise.
10268         (vec_vctzb): Likewise.
10269         (vec_vctzd): Likewise.
10270         (vec_vctzh): Likewise.
10271         (vec_vctzw): Likewise.
10272         (vec_vprtyb): Add ISA 3.0 vector parity support.
10273         (vec_vprtybd): Likewise.
10274         (vec_vprtybw): Likewise.
10275         (vec_vprtybq): Likewise.
10276         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
10277         the ISA 3.0 vector count trailing zeros and vector parity built-in
10278         functions.
10280 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
10282         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
10283         when there is stmt_to_insert.
10285 2016-05-24  Martin Sebor  <msebor@redhat.com>
10287         PR c++/71147
10288         * tree.h (complete_or_array_type_p): New inline function.
10290 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
10292         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
10293         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
10294         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
10296         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
10297         Limit 1st alternative to noavx isa, split 2nd alternative into one
10298         noavx and one avx alternative, use *x and Bm in the former and
10299         x and m in the latter.
10301         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
10302         of sse4 for the first alternative, drop %v from the template
10303         and d operand modifier.  Split second alternative into one sse4_noavx
10304         and one avx alternative, use *x instead of *v in the former and v
10305         instead of *v in the latter.
10306         (*sse4_1_extractps): Use noavx isa instead of * for the first
10307         alternative, drop %v from the template.  Split second alternative into
10308         one noavx and one avx alternative, use *x instead of *v in the
10309         former and v instead of *v in the latter.
10310         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
10311         with noavx and the last one with avx.
10312         (sse4_1_phminposuw): Guard first alternative with noavx isa,
10313         split the second one into one noavx and one avx alternative,
10314         use *x and Bm in the former and x and m in the latter one.
10315         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
10316         alternatives.
10318         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
10319         first two alternatives to noavx, use *x instead of *v in the second
10320         one, add avx alternative without *.
10321         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
10322         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
10323         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
10325 2016-05-24  Jeff Law  <law@redhat.com>
10327         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
10328         New function, extracted from...
10329         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
10330         Allow simple copies and constant initializations in the SSA chain.
10332 2016-05-24  Marek Polacek  <polacek@redhat.com>
10334         PR c/71249
10335         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
10336         scope.
10338 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
10340         PR c++/71257
10341         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
10342         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
10343         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
10344         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
10345         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
10347 2016-05-24  Richard Biener  <rguenther@suse.de>
10349         PR tree-optimization/71240
10350         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
10351         has integral type.
10353 2016-05-24  Richard Biener  <rguenther@suse.de>
10355         PR tree-optimization/71230
10356         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
10358 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
10360         * tree-vectorizer.h (vectorizable_comparison): Delete.
10361         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
10362         PURE_SLP_STMT check.
10363         * tree-vect-stmts.c (vectorizable_call): Likewise.
10364         (vectorizable_simd_clone_call): Likewise.
10365         (vectorizable_conversion): Likewise.
10366         (vectorizable_assignment): Likewise.
10367         (vectorizable_shift): Likewise.
10368         (vectorizable_operation): Likewise.
10369         (vectorizable_load): Likewise.
10370         (vectorizable_condition): Likewise.
10371         (vectorizable_store): Likewise.  Assert that we don't have
10372         hybrid SLP.
10373         (vectorizable_comparison): Make static.  Remove redundant
10374         PURE_SLP_STMT check.
10375         (vect_transform_stmt): Assert that we always have an slp_node
10376         if PURE_SLP_STMT.
10378 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10380         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
10381         operands[2] against 1 with comparison against CONST1_RTX.
10382         (<shift>di3_neon): Likewise.
10383         * config/arm/predicates.md (const0_operand): Replace with comparison
10384         against CONST0_RTX.
10386 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10388         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
10389         operands[2] against 1 with comparison against CONST1_RTX.
10390         (ashrdi3): Likewise.
10391         (lshrdi3): Likewise.
10392         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
10393         UINTVAL.
10394         (ashrsi3): Likewise.
10395         (lshrsi3): Likewise.
10396         (rotrsi3): Likewise.
10397         (define_split above *compareqi_eq0): Likewise.
10398         (define_split above "prologue"): Likewise.
10399         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
10400         * config/arm/predicates.md (shift_operator): Likewise.
10401         (shift_nomul_operator): Likewise.
10402         (sat_shift_operator): Likewise.
10403         (thumb1_cmp_operand): Likewise.
10404         (const_neon_scalar_shift_amount_operand): Replace manual range
10405         check with IN_RANGE.
10406         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
10407         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
10409 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10411         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
10412         with HOST_WIDE_INT_1.
10413         (insv): Likewise.
10414         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
10415         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
10416         (arm_canonicalize_comparison): Likewise.
10417         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
10418         HOST_WIDE_INT_1.
10419         (thumb1_size_rtx_costs): Likewise.
10420         (vfp_const_double_index): Replace cast of 1 to unsigned
10421         HOST_WIDE_INT with HOST_WIDE_INT_1U.
10422         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
10423         HOST_WIDE_INT_1.
10424         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
10425         HOST_WIDE_INT with HOST_WIDE_INT_1U.
10426         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
10427         HOST_WIDE_INT with HOST_WIDE_INT_1.
10429 2016-05-24  Marek Polacek  <polacek@redhat.com>
10431         * tree-cfg.h (should_remove_lhs_p): New predicate.
10432         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
10433         * gimplify.c (gimplify_modify_expr): Likewise.
10434         * tree-cfg.c (verify_gimple_call): Likewise.
10435         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
10436         * gimple-fold.c: Include "tree-cfg.h".
10437         (gimple_fold_call): Use should_remove_lhs_p.
10439 2016-05-24  Richard Biener  <rguenther@suse.de>
10441         PR tree-optimization/71253
10442         * cfganal.h (control_dependences): Make robust against edge
10443         and BB removal.
10444         (control_dependences::control_dependences): Remove edge_list argument.
10445         (control_dependences::get_edge): Remove.
10446         (control_dependences::get_edge_src): Add.
10447         (control_dependences::get_edge_dest): Likewise.
10448         (control_dependences::m_el): Make a vector of edge src/dest index.
10449         * cfganal.c (control_dependences::find_control_dependence): Adjust.
10450         (control_dependences::control_dependences): Likewise.
10451         (control_dependences::~control_dependence): Likewise.
10452         (control_dependences::get_edge): Remove.
10453         (control_dependences::get_edge_src): Add.
10454         (control_dependences::get_edge_dest): Likewise.
10455         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
10456         get_edge_src.
10457         (perform_tree_ssa_dce): Adjust.
10458         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
10459         get_edge_src.
10460         (pass_loop_distribution::execute): Adjust.  Do loop destroying
10461         conditional on changed.
10463 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10465         PR target/69857
10466         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
10467         return.  Reindent transformation comment and mention the ARM state
10468         behavior.
10470 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
10472         PR middle-end/71252
10473         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
10474         after build_and_add_sum creates new use stmt.
10476 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
10478         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
10479         load_lanes/grouped_load classification comes first.  Don't check
10480         whether the vectorization factor is a multiple of the group size
10481         for load_lanes.
10483 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
10485         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
10486         GROUP_GAP for single-element interleaving.
10487         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
10488         variable.
10490 2016-05-24  Richard Biener  <rguenther@suse.de>
10492         PR middle-end/70434
10493         PR c/69504
10494         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
10495         bases which are accessed with non-invariant indices.
10496         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
10497         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
10499 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
10501         PR middle-end/71170
10502         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
10503         (add_to_ops_vec): Add stmt_to_insert.
10504         (add_repeat_to_ops_vec): Init stmt_to_insert.
10505         (insert_stmt_before_use): New.
10506         (transform_add_to_multiply): Remove mult_stmt insertion and add it
10507         to ops vector.
10508         (get_ops): Init stmt_to_insert.
10509         (maybe_optimize_range_tests): Likewise.
10510         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
10511         (rewrite_expr_tree_parallel): Likewise.
10512         (reassociate_bb): Likewise.
10514 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
10516         PR target/71201
10517         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
10518         ISA 3.0 xxperm fusion alternative.
10519         (altivec_vperm_v8hiv16qi): Likewise.
10520         (altivec_vperm_<mode>_uns_internal): Likewise.
10521         (vperm_v8hiv4si): Likewise.
10522         (vperm_v16qiv8hi): Likewise.
10524 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
10525             Kelvin Nilsen  <kelvin@gcc.gnu.org>
10527         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
10528         vpermr/xxpermr on ISA 3.0.
10529         (altivec_expand_vec_perm_le): Likewise.
10530         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
10531         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
10532         ISA 3.0.
10534 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
10536         * config/i386/i386.h (IS_STACK_MODE): Enable for
10537         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
10538         SSE_FLOAT_MODE_P macros.
10539         * config/i386/i386.c (ix86_preferred_reload_class): Use
10540         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
10541         Cleanup regclass processing for CONST_DOUBLE_P.
10542         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
10543         (ix86_rtx_costs): Remove redundant TARGET_80387 check
10544         with IS_STACK_MODE macro.
10545         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
10546         with TARGET_SSE2.
10547         (*movdf_internal): Use IS_STACK_MODE macro.
10548         (*movsf_internal): Ditto.
10550 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
10552         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
10553         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
10555 2016-05-23  Jeff Law  <law@redhat.com>
10557         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
10558         extracted from ...
10559         (fsm_find_control_statement_thread_paths): Call it.
10561 2016-05-23  Martin Jambor  <mjambor@suse.cz>
10563         PR ipa/71234
10564         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
10565         from_global_constant if t is not NULL.
10567 2016-05-23  Marek Polacek  <polacek@redhat.com>
10569         PR c/49859
10570         * common.opt (Wswitch-unreachable): New option.
10571         * doc/invoke.texi: Document -Wswitch-unreachable.
10572         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
10573         warning.
10575 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
10577         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
10578         TMR_INDEX is non-NULL.
10580 2016-05-23  Richard Biener  <rguenther@suse.de>
10582         PR tree-optimization/71230
10583         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
10584         (try_special_add_to_ops): ... here.  Always test for single-use.
10586 2016-05-23  Martin Jambor  <mjambor@suse.cz>
10588         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
10589         default block if a PHI node in the original one would be resized.
10591 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
10593         PR tree-optimization/58135
10594         * tree-vect-slp.c: When group size is not multiple
10595         of vector size, allow splitting of store group at
10596         vector boundary.
10598 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
10600         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
10602 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
10604         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
10605         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
10606         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
10607         of 64x2.
10609         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
10610         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
10611         v constraint instead of x and vinserti32x4 insn.
10613         * config/i386/sse.md (i128vldq): New mode iterator.
10614         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
10615         avx512dq and avx512vl alternatives.
10617         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
10618         constraint, use maybe_evex prefix instead of vex.
10619         (vec_dupv4sf): Use v constraint instead of x for output
10620         operand except for noavx alternative, use Yv constraint
10621         instead of x for input.  Use maybe_evex prefix instead of vex.
10622         (*vec_dupv4si): Likewise.
10623         (*vec_dupv2di): Likewise.
10625 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
10627         PR middle-end/40921
10628         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
10629         (linearize_expr_tree): Call try_special_add_to_ops.
10630         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
10632 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10634         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
10635         to computed stack_usage.
10637 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
10639         PR target/71103
10640         * config/avr/avr.md (define_expand "mov<mode>"): If the source
10641         operand is subreg (symbol_ref) then move the symbol ref to register.
10643 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
10645         * tree.c (array_at_struct_end_p): Look through MEM_REF.
10647 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
10649         PR middle-end/71179
10650         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
10651         VECTOR type.
10653 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
10655         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
10656         ranges by calling get_single_symbol and tidy up.  Look more closely
10657         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
10659 2016-05-20  Jeff Law  <law@redhat.com>
10661         * bitmap.c (bitmap_find_bit): Remove useless test.
10663 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
10665         * function.c (thread_prologue_and_epilogue_insns): Commit the
10666         insertion of the epilogue.
10668 2016-05-20  Martin Jambor  <mjambor@suse.cz>
10670         PR tree-optimization/70884
10671         * tree-sra.c (initialize_constant_pool_replacements): Do not check
10672         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
10673         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
10674         of constant pool data as a reason for scalarization.
10676 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
10678         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
10679         for naked functions.
10680         (thumb1_expand_prologue): Likewise.
10682 2016-05-20  Nathan Sidwell  <nathan@acm.org>
10684         * config/nvptx/nptx.c (nvptx_option_override): Only set
10685         flag_toplevel_reorder, if not explicitly specified.  Set
10686         flag_no_common, unless explicitly specified.
10688 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
10690         * calls.c (can_implement_as_sibling_call_p): Mark param
10691         reg_parm_stack_space with ATTRIBUTE_UNUSED.
10693 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
10695         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
10696         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
10697         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
10698         constants.
10699         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
10700         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
10701         and CASE_CONST_ANY.
10703 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
10705         * config/nvptx/nvptx.md (sincossf3): New pattern.
10707 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
10709         * calls.c (maybe_complain_about_tail_call): New function.
10710         (initialize_argument_information): Call
10711         maybe_complain_about_tail_call when clearing *may_tailcall.
10712         (can_implement_as_sibling_call_p): Call
10713         maybe_complain_about_tail_call when returning false.
10714         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
10715         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
10716         if tail-call optimization fails.
10717         * cfgexpand.c (expand_call_stmt): Initialize
10718         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
10719         * gimple-pretty-print.c (dump_gimple_call): Dump
10720         gimple_call_must_tail_p.
10721         * gimple.c (gimple_build_call_from_tree): Call
10722         gimple_call_set_must_tail with the value of
10723         CALL_EXPR_MUST_TAIL_CALL.
10724         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
10725         (gimple_call_set_must_tail): New function.
10726         (gimple_call_must_tail_p): New function.
10727         * print-tree.c (print_node): Update printing of TREE_STATIC
10728         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
10729         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
10730         trailing comment listing applicable flags.
10731         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
10733 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
10735         * calls.c (expand_call): Move "Rest of purposes for tail call
10736         optimizations to fail" to...
10737         (can_implement_as_sibling_call_p): ...this new function, and
10738         split into multiple "if" statements.
10740 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
10742         * cfgloop.h (expected_loop_iterations_unbounded,
10743         expected_loop_iterations): Unconstify.
10744         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
10745         profile with known upper bound; return 3 when profile is absent.
10746         (expected_loop_iterations): Update.
10748 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
10750         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
10751         and get_max_loop_iterations_int.
10753 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
10755         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
10756         realistic upper bounds here.
10758 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
10760         PR c++/71210
10761         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
10762         calls if the LHS is variable length or has addressable type.
10763         If targets[0]->decl is a noreturn call with void return type and
10764         zero arguments, adjust fntype and remove lhs in that case.
10766 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
10768         PR tree-optimization/71079
10769         PR tree-optimization/71206
10770         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
10772 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
10774         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
10775         (get_vec_alignment_for_array_decl): Likewise.
10776         (get_vec_alignment_for_record_decl): Likewise.
10777         (increase_alignment::execute): Move code to find alignment to
10778         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
10779         (type_align_map): New hash_map.
10781 2016-05-20  Richard Guenther  <rguenther@suse.de>
10783         PR tree-optimization/29756
10784         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
10785         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
10786         * fold-const.c (operand_equal_p): Likewise.
10787         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
10788         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
10789         * tree-inline.c (estimate_operator_cost): Likewise.
10790         * tree-pretty-print.c (dump_generic_node): Likewise.
10791         * tree-ssa-operands.c (get_expr_operands): Likewise.
10792         * cfgexpand.c (expand_debug_expr): Likewise.
10793         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
10794         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
10795         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
10796         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
10797         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
10798         (execute_update_addresses_taken): Do it.
10800 2016-05-20  Richard Biener  <rguenther@suse.de>
10802         PR tree-optimization/71185
10803         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
10804         register operations.
10806 2016-05-20  Richard Biener  <rguenther@suse.de>
10808         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
10809         gimple_seq_add_seq_without_update.
10810         (release_bb_predicate): Assert we have no operands to free.
10811         (if_convertible_loop_p_1): Calculate post dominators later.
10812         Do not free BB predicates here.
10813         (combine_blocks): Do not recompute BB predicates.
10814         (version_loop_for_if_conversion): Save BB predicates around
10815         loop versioning.
10817 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
10819         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
10820         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
10821         code.  Ignore sibcalls on EDGE_IGNORE edges.
10822         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
10823         on edges for sibcalls that run without prologue.  The rest of the
10824         function is combined from...
10825         (fix_fake_fallthrough_edge): ... this, and ...
10826         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
10827         function argument, make it a local variable.
10829 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
10831         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
10832         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
10833         for 32-bit mode and SEH for 64-bit.
10834         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
10835         TARGET_64BIT_DEFAULT.
10837 2016-05-19  Ryan Burn  <contact@rnburn.com>
10839         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
10840         * gengtype.c (open_base_files): Add cilk.h to ifiles.
10842 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
10844         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
10845         force pending loads from memory.
10847 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10849         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
10850         (UNSPEC_DARN_32): New unspec constant.
10851         (UNSPEC_DARN_RAW): New unspec constant.
10852         (darn_32): New instruction.
10853         (darn_raw): New instruction.
10854         (darn): New instruction.
10855         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
10856         support and documentation for this macro.
10857         (BU_P9_MISC_1): New macro definition.
10858         (BU_P9_64BIT_MISC_0): New macro definition.
10859         (BU_P9_MISC_0): New macro definition.
10860         (darn_32): New builtin definition.
10861         (darn_raw): New builtin definition.
10862         (darn): New builtin definition.
10863         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
10864         RS6000_BUILTIN_0 directives to surround each occurrence of
10865         #include "rs6000-builtin.def".
10866         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
10867         RS6000_BTM_64BIT flags to the returned mask, depending on
10868         configuration.
10869         (def_builtin): Correct an error in the assignments made to the
10870         debugging variable attr_string.
10871         (rs6000_expand_builtin): Add support for no-operand built-in
10872         functions.
10873         (builtin_function_type): Remove fatal_error assertion that is no
10874         longer valid.
10875         (rs6000_common_init_builtins): Add support for no-operand built-in
10876         functions.
10877         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
10878         definition.
10879         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
10880         definition.
10881         (RS6000_BTM_64BIT): New macro definition.
10882         * doc/extend.texi: Document __builtin_darn (void),
10883         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
10884         functions.
10886 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
10888         * tree-vect-loop.c (vect_analyze_loop_2): Use also
10889         max_loop_iterations_int.
10891 2016-05-19  Marek Polacek  <polacek@redhat.com>
10893         PR tree-optimization/71031
10894         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
10895         condition and adjust the code a bit.
10897 2016-05-19  Martin Liska  <mliska@suse.cz>
10899         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
10900         auto_vec instead of vec.
10902 2016-05-19  Martin Liska  <mliska@suse.cz>
10904         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
10906 2016-05-19  Martin Liska  <mliska@suse.cz>
10908         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
10910 2016-05-19  Martin Liska  <mliska@suse.cz>
10912         * ipa-pure-const.c (set_function_state): Remove an existing
10913         funct_state.
10914         (remove_node_data): Do not free it as it's released
10915         in set_function_state.
10917 2016-05-19  Martin Liska  <mliska@suse.cz>
10919         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
10920         bitmap.
10922 2016-05-19  Martin Liska  <mliska@suse.cz>
10924         * omp-simd-clone.c (simd_clone_adjust): Release vector.
10926 2016-05-19  Martin Liska  <mliska@suse.cz>
10928         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
10929         an auto_vec instead of re-creating it.
10931 2016-05-19  Martin Liska  <mliska@suse.cz>
10933         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
10934         auto_vec instead of vec.
10936 2016-05-19  Martin Liska  <mliska@suse.cz>
10938         * lto-section-in.c (lto_get_section_data): Call
10939         lto_check_version with additional argument.
10940         * lto-streamer.c (lto_check_version): Add new argument.
10941         * lto-streamer.h (lto_check_version): Likewise.
10943 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10945         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
10946         Don't add cost of inner memory when handling sign-extended loads.
10948 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
10950         PR rtl-optimization/71148
10951         * cse.c (cse_main): Free dominance info.
10952         (rest_of_handle_cse): Don't free dominance info.
10953         (rest_of_handle_cse2): Likewise.
10954         (rest_of_handle_cse_after_global_opts): Likewise.
10956 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10958         PR target/71056
10959         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
10960         NULL_TREE early if NEON is not available.  Remove now redundant check
10961         in ARM_CHECK_BUILTIN_MODE.
10963 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
10965         PR sanitizer/64354
10966         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
10967         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
10968         * doc/cpp.texi: Document new macros.
10970 2016-05-19  Bin Cheng  <bin.cheng@arm.com>
10972         PR tree-optimization/69848
10973         * tree-vect-loop.c (vectorizable_reduction): Don't factor
10974         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
10976 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
10978         * function.c (thread_prologue_and_epilogue_insn): Move the
10979         "goto epilogue_done" one block later.
10981 2016-05-19  Richard Biener  <rguenther@suse.de>
10983         PR tree-optimization/70729
10984         * passes.def: Move LIM pass before PRE.  Remove no longer
10985         required copyprop and move first DCE out of the loop pipeline.
10987 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
10989         PR driver/69265
10990         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
10991         (OBJS-libcommon-target): ...here.
10992         * opts-common.c: Include spellcheck.h.
10993         (cmdline_handle_error): Build a vec of valid options and use it
10994         to suggest provide hints for misspelled arguments.
10996 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
10998         PR c++/71100
10999         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
11000         lhs if it has TREE_ADDRESSABLE type.
11002 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
11004         PR target/71145
11005         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
11006         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
11008 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11010         PR ipa/69708
11011         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
11012         input for NOP_EXPR pass-through functions.
11013         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
11014         aggregate global constant VAR_DECLs in constant jump functions.
11016 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11018         PR ipa/69708
11019         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
11020         from TREE_READONLY parameters.
11022 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11024         PR ipa/69708
11025         * cgraph.h (cgraph_indirect_call_info): New field
11026         guaranteed_unmodified.
11027         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
11028         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
11029         appropriate.
11030         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
11031         pass the parameter value to ipa_find_agg_cst_for_param.
11032         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
11033         guaranteed_unmodified, store AA results there instead of bailing out
11034         if present.
11035         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
11036         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
11037         (find_constructor_constant_at_offset): New function.
11038         (ipa_find_agg_cst_from_init): Likewise.
11039         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
11040         static initializers of contants, report back through a new paameter
11041         from_global_constant if that was the case.
11042         (try_make_edge_direct_simple_call): Also pass parameter value to
11043         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
11044         appropriate.
11045         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
11046         (ipa_read_indirect_edge_info): Likewise.
11047         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
11048         (ipa_load_from_parm_agg): Likewise.
11050 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
11052         PR rtl-optimization/71150
11053         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
11054         check.
11056 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11058         PR target/70915
11059         * config/rs6000/constraints.md (wE constraint): New constraint
11060         for a vector constant that can be loaded with XXSPLTIB.
11061         (wM constraint): New constraint for a vector constant of a 1's.
11062         (wS constraint): New constraint for a vector constant that can be
11063         loaded with XXSPLTIB and a vector sign extend instruction.
11064         * config/rs6000/predicates.md (xxspltib_constant_split): New
11065         predicates for wE/wS constraints.
11066         (xxspltib_constant_nosplit): Likewise.
11067         (easy_vector_constant): Add support for constants that can be
11068         loaded via XXSPLTIB.
11069         (all_ones_constant): New predicate for vector constant with all
11070         1's set.
11071         (splat_input_operand): Add support for ISA 3.0 word splat operations.
11072         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
11073         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
11074         instruction and possibly with a sign extension.
11075         (output_vec_const_move): Add support for XXSPLTIB. If we are
11076         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
11077         instead of XXLXOR/XXLORC.
11078         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
11079         operations.
11080         (rs6000_legitimize_reload_address): Likewise.
11081         (rs6000_output_move_128bit): Use output_vec_const_move to emit
11082         constants.
11083         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
11084         combine VSX_M and VSX_M2 into one iterator.
11085         (VSX_M2): Likewise.
11086         (VSINT_84): New iterators for loading constants with XXSPLTIB.
11087         (VSINT_842): Likewise.
11088         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
11089         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
11090         XXSPLTIB instruction.
11091         (xxspltib_<mode>_nosplit): Likewise.
11092         (xxspltib_<mode>_split): New insn to load up constants with
11093         XXSPLTIB and a sign extend instruction.
11094         (vsx_mov<mode>): Replace single move that handled all vector types
11095         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
11096         moves (when -mvsx-timode is in effect) into the main vector
11097         moves.  Eliminate separate moves for <VSr> <VSa>, where the
11098         preferred register class (<VSr>) is listed first, and the
11099         secondary register class (<VSa>) is listed second with a '?' to
11100         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
11101         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
11102         that if the register was involved in a slow operation, the
11103         clear/set operation does not wait for the slow operation to
11104         finish.  Adjust the length attributes for 32-bit mode.  Use
11105         rs6000_output_move_128bit and drop the use of the string
11106         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
11107         spacing so that the alternatives and attributes don't generate
11108         long lines, and put things in columns, so that it is easier to
11109         match up the operands and attributes with the insn alternatives.
11110         (vsx_mov<mode>_64bit): Likewise.
11111         (vsx_mov<mode>_32bit): Likewise.
11112         (vsx_movti_64bit): Fold movti into normal vector moves.
11113         (vsx_movti_32bit): Likewise.
11114         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
11115         splat instructions.
11116         (vsx_splat_v4si_internal): Likewise.
11117         (vsx_splat_v4sf_internal): Likewise.
11118         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
11119         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
11120         extend vector elements.
11121         (vsx_sign_extend_hi_<mode>): Likewise.
11122         (vsx_sign_extend_si_v2di): Likewise.
11123         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
11124         declaration.
11125         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
11126         constraints.  Add trailing period to wL documentation.
11128 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
11130         PR middle-end/71020
11131         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
11132         * tree-dfa.c (replace_abnormal_ssa_names): New function.
11133         * tree-call-cdce.c: Include tree-dfa.h.
11134         (can_guard_call_p): New function, extracted from...
11135         (can_use_internal_fn): ...here.
11136         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
11137         and return void.
11138         (shrink_wrap_one_built_in_call): Likewise.
11139         (use_internal_fn): Likewise.
11140         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
11141         and return void.  Call replace_abnormal_ssa_names.
11142         (pass_call_cdce::execute): Check can_guard_call_p during the
11143         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
11144         will always change something.
11146 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11148         PR ipa/70646
11149         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
11150         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
11152 2016-05-18  Martin Jambor  <mjambor@suse.cz>
11154         PR ipa/70646
11155         * ipa-inline.h (condition): New field size.
11156         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
11157         for comaprison and store it into the new condition.
11158         (evaluate_conditions_for_known_args): Use condition size to check
11159         access sizes for all but CHANGED conditions.
11160         (unmodified_parm_1): New parameter size_p, store access size into it.
11161         (unmodified_parm): Likewise.
11162         (unmodified_parm_or_parm_agg_item): Likewise.
11163         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
11164         (set_cond_stmt_execution_predicate): Extract access sizes and store
11165         them to conditions.
11166         (set_switch_stmt_execution_predicate): Likewise.
11167         (will_be_nonconstant_expr_predicate): Likewise.
11168         (will_be_nonconstant_predicate): Likewise.
11169         (inline_read_section): Stream condition size.
11170         (inline_write_summary): Likewise.
11172 2016-05-18  Richard Biener  <rguenther@suse.de>
11174         * tree-ssa-loop-im.c (determine_max_movement): Properly add
11175         condition cost to PHI cost instead of total_cost.
11177 2016-05-18  Martin Liska  <mliska@suse.cz>
11179         PR fortran/70856
11180         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
11181         merged variables.
11183 2016-05-18  Richard Biener  <rguenther@suse.de>
11185         * lto-streamer.h (LTO_major_version): Bump to 6.
11187 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11189         * function.c (make_split_prologue_seq, make_prologue_seq,
11190         make_epilogue_seq): New functions, factored out from...
11191         (thread_prologue_and_epilogue_insns): Here.
11193 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11195         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
11196         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
11197         of before.  Add a comment.
11199 2016-05-18  Bin Cheng  <bin.cheng@arm.com>
11201         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
11202         expression pointer, not pointer to the pointer.
11204 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
11206         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
11207         (avx2_pbroadcast<mode>): Add another alternative with v instead
11208         of x constraints in it, using <pbroadcast_evex_isa> isa.
11209         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
11211         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
11212         constraint x instead of v in second alternative, add avx512bw
11213         alternative.
11215         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
11216         constraint x instead of v in second alternative, add avx512bw
11217         alternative.
11219         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
11220         constraint x instead of v in second alternative, add avx512bw
11221         alternative.
11223         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
11224         avx512bw alternative.
11226 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11228         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
11229         array to 128 chars.
11230         (define_insn "*andnottf3"): Ditto.
11231         (define_insn "*<code><mode>3"/any_logic): Ditto.
11232         (define_insn "*<code>tf3"/any_logic): Ditto.
11233         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
11234         operand to block AVX-512VL insn variant emit when it is not enabled.
11236 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11238         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
11239         constraint fot SF mode.
11241 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
11242             Kirill Yukhin  <kirill.yukhin@intel.com>
11244         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
11245         modifiers.
11246         (define_insn "rsqrt14<mode>"): Ditto.
11247         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
11248         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
11249         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
11250         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
11251         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
11252         Ditto.
11253         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
11254         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
11255         * config/i386/i386.c (ix86_print_operand): Expand check for size
11256         override codes for Intel syntax.
11258 2016-05-18  Richard Biener  <rguenther@suse.de>
11260         PR tree-optimization/71168
11261         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
11262         initialization earlier.
11264 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
11266         * config/aarch64/aarch64-simd.md
11267         (aarch64_reduc_plus_internal<mode>): Rename to...
11268         (reduc_plus_scal): ...This, and remove previous implementation.
11270 2016-05-18  Richard Biener  <rguenther@suse.de>
11272         * passes.def: Put late dse and cd_dce in canonical order.
11274 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
11276         * ipa-inline-transform.c (preserve_function_body_p): Look for
11277         first non-thunk clone.
11278         (save_function_body): Save into first non-thunk.
11279         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
11280         up call stmt id.
11281         (lto_output_node): Inline thunks don't need body in every
11282         partition.
11283         * lto-streamer-in.c: Do not fixup thunk clones.
11284         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
11285         thunks.
11286         * tree-inline.c (copy_bb): Be prepared for target node to be new after
11287         folding suceeds.
11289 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
11291         PR middle-end/63586
11292         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
11293         (reassociate_bb): Call transform_add_to_multiply.
11295 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
11297         * config/aarch64/aarch64.c (all_extensions): Removed unused
11298         static variable.
11300 2016-05-17  Nathan Sidwell  <nathan@acm.org>
11302         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
11303         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
11305 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
11307         PR tree-optimization/54579
11308         PR middle-end/55299
11309         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
11311 2016-05-17  Marek Polacek  <polacek@redhat.com>
11313         PR ipa/71146
11314         * tree-inline.c (expand_call_inline): Call
11315         maybe_remove_unused_call_args.
11317 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
11319         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
11320         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
11321         * doc/md.texi (fmin@var{m}3): Likewise.
11323 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
11325         * match.pd (X & C): New transformation.
11327 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
11329         * match.pd (~X & Y): New transformation.
11331 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
11333         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
11334         information for new SSA_NAME.
11335         (simplify_conversion_using_ranges): Get range through get_range_info
11336         instead of get_value_range.
11338 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
11340         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
11341         Remove inline assembly.
11342         (vmvn_s16): Likewise.
11343         (vmvn_s32): Likewise.
11344         (vmvn_u8): Likewise.
11345         (vmvn_u16): Likewise.
11346         (vmvn_u32): Likewise.
11347         (vmvnq_s8): Likewise.
11348         (vmvnq_s16): Likewise.
11349         (vmvnq_s32): Likewise.
11350         (vmvnq_u8): Likewise.
11351         (vmvnq_u16): Likewise.
11352         (vmvnq_u32): Likewise.
11353         (vmvn_p8): Likewise.
11354         (vmvnq_p16): Likewise.
11356 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
11358         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
11359         Use builtin.
11360         (vmul_n_s16): Likewise.
11361         (vmul_n_s32): Likewise.
11362         (vmul_n_u16): Likewise.
11363         (vmul_n_u32): Likewise.
11364         (vmulq_n_f32): Likewise.
11365         (vmulq_n_f64): Likewise.
11366         (vmulq_n_s16): Likewise.
11367         (vmulq_n_s32): Likewise.
11368         (vmulq_n_u16): Likewise.
11369         (vmulq_n_u32): Likewise.
11371 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
11373         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
11374         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
11376 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
11378         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
11379         to *aarch64_fma4_elt_from_dup<mode>.
11380         (*aarch64_fnma4_elt_to_128df): Rename to
11381         *aarch64_fnma4_elt_from_dup<mode>.
11382         * config/aarch64/arm_neon.h (vfma_n_f64): New.
11383         (vfms_n_f32): Likewise.
11384         (vfms_n_f64): Likewise.
11385         (vfmsq_n_f32): Likewise.
11386         (vfmsq_n_f64): Likewise.
11388 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
11390         * wide-int.h: Change fixed_wide_int_storage from class to struct.
11392 2016-05-17  Richard Biener  <rguenther@suse.de>
11394         PR tree-optimization/71132
11395         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
11396         Only add control dependences for blocks in the loop.
11397         (build_rdg): Adjust.
11398         (generate_code_for_partition): Return whether loop should
11399         be destroyed and delay that.
11400         (distribute_loop): Likewise.
11401         (pass_loop_distribution::execute): Record loops to be destroyed
11402         and perform delayed destroying of loops.
11404 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11406         PR target/70809
11407         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
11409 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
11411         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
11413 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
11415         PR target/71114
11416         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
11417         insertion point for instructions generated by validize_mem.
11419 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
11421         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
11422         in brackets.
11424 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
11426         * config/aarch64/aarch64.c
11427         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
11428         rather than a macro.
11430 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
11432         * doc/invoke.texi (AArch64 Options): Various updates.
11434 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11436         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
11437         into instrumentation thunks.
11438         * cif-code.def (CIF_CHKP): New.
11440 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
11442         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
11444 2016-05-16  Martin Jambor  <mjambor@suse.cz>
11446         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
11447         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
11449 2016-05-16  Marek Polacek  <polacek@redhat.com>
11451         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
11452         commentary.
11454 2016-05-16  Martin Jambor  <mjambor@suse.cz>
11456         PR hsa/70857
11457         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
11458         the outlined kernel function.
11460 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
11462         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
11463         (ISA_HAS_DLSA): Ditto.
11465 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
11467         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
11469 2016-05-16  Nathan Sidwell  <nathan@acm.org>
11471         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
11472         (nvptx_name_replacement): Restore.  Add comment.
11473         (write_fn_proto, write_fn_proto_from_insn,
11474         nvptx_output_call_insn): Restore
11475         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
11477 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
11479         * config/aarch64/aarch64.md
11480         (add<mode>3_compareC_cconly_imm): Remove use of %w.
11481         (add<mode>3_compareC_imm): Likewise.
11482         (<optab>si3_uxtw): Split into register and immediate variants.
11483         (andsi3_compare0_uxtw): Likewise.
11484         (and<mode>3_compare0): Likewise.
11485         (and<mode>3nr_compare0): Likewise.
11486         (stack_protect_test_<mode>): Don't use %x for memory operands.
11488 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
11490         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
11492 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
11494         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
11495         Split integer shifts into shift_reg and bfm.
11496         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
11497         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
11498         (ror<mode>3_insn): Likewise.
11499         (<optab>si3_insn_uxtw): Likewise.
11500         (<optab><mode>3_insn): Change to rotate_imm.
11501         (extr<mode>5_insn_alt): Likewise.
11502         (extrsi5_insn_uxtw): Likewise.
11503         (extrsi5_insn_uxtw_alt): Likewise.
11505 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
11507         * doc/tm.texi: Regenerate.
11508         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
11509         (TARGET_INVALID_RETURN_TYPE): Remove.
11510         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
11511         TARGET_INVALID_RETURN_TYPE.
11512         * target.def (invalid_parameter_type): Remove.
11513         (invalid_return_type): Remove.
11515 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11517         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
11518         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
11519         calls from thunk.
11520         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
11521         gimple body.
11522         (preserve_function_body_p): No need to preserve function body
11523         * cif-codes.def (CIF_THUNK): Remove.
11524         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
11526 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11528         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
11530 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11532         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
11533         for thunks.
11535 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11537         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
11538         (inline_small_functions): Do not look for function symbol when
11539         resetting caches.
11541 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
11543         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
11544         of inline thunks
11546 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
11547             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11548             Jiong Wang  <jiong.wang@arm.com>
11550         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
11551         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
11552         Define __ARM_FP16_ARGS when appropriate.
11553         * config/arm/arm.c (arm_invalid_parameter_type): Remove
11554         declaration.
11555         (arm_invalid_return_type): Likewise.
11556         (TARGET_INVALID_PARAMETER_TYPE): Remove.
11557         (TARGET_INVALID_RETURN_TYPE): Remove.
11558         (aapcs_vfp_sub_candidate): Allow HFmode.
11559         (aapcs_vfp_allocate): Add comment.  Support HFmode.
11560         (aapcs_vfp_allocate_return_reg): Likewise.
11561         (struct aapcs_cp_arg_layout): Slightly reword comments for
11562         is_return_candidate and allocate_return_reg.
11563         (output_mov_vfp): Update assert.
11564         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
11565         condition.
11566         (arm_invalid_parameter_type): Remove.
11567         (amr_invalid_return_type): Remove.
11568         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
11569         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
11570         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
11572 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
11574         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
11575         * config/aarch64/arch64-protos.h
11576         (aarch64_legitimize_reload_address): Remove.
11577         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
11578         Remove.
11580 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
11582         * configure.ac: Add ACX_NONCANONICAL_HOST.
11583         * configure: Regenerate.
11584         * Makefile.in: Set host_noncanonical.
11586 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
11588         PR target/71097
11589         * config/i386/i386.md (*movtf_internal): Before register allocation,
11590         do not allow FP constants for CM_MEDIUM memory model, allow only
11591         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
11592         (*movxf_internal): Ditto.
11593         (*movdf_internal): Ditto.
11594         (*movsf_internal): Ditto.
11596 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
11598         PR rtl-optimization/67483
11599         * combine.c (make_compound_operation): Don't call extract_left_shift
11600         with negative shift amounts.
11602 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
11604         PR bootstrap/71071
11605         * fold-const.c (fold_checksum_tree): Allow modification
11606         of TYPE_ALIAS_SET during folding.
11608         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
11609         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
11610         (ix86_split_to_parts): Likewise.  Fix up formatting.
11612 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
11614         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
11615         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
11616         printf format.
11618 2016-05-13  Nathan Sidwell  <nathan@acm.org>
11620         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
11621         (nvptx_name_replacement): Delete.
11622         (write_fn_proto, write_fn_proto_from_insn,
11623         nvptx_output_call_insn): Remove nvptx_name_replacement call.
11624         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
11625         * langhooks.c (add_builtin_funcction_common): Call
11626         targetm.mangle_decl_assembler_name.
11628         * config/nvptx/nvptx.c (write_fn_proto): Handle
11629         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
11631 2016-05-13  Martin Liska  <mliska@suse.cz>
11633         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
11634         and PRIu64 in printf format.
11636 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11638         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
11639         comment.
11641 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11643         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
11644         Change --param max-completely-peeled-times to
11645         --param max-completely-peel-times in dump file printing.
11647 2016-05-13  Richard Biener  <rguenther@suse.de>
11649         PR tree-optimization/42587
11650         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
11651         (find_bswap_or_nop_1): Likewise.
11652         (bswap_replace): Likewise.
11654 2016-05-13  Martin Liska  <mliska@suse.cz>
11656         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
11657         Initialize a variable with default value.
11659 2016-05-13  Martin Liska  <mliska@suse.cz>
11661         * doc/invoke.texi: Enhance explanation of error recovery
11662         of sanitizers.
11664 2016-05-13  Martin Liska  <mliska@suse.cz>
11666         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
11667         (struct cost_pair): Change inv_expr_id (int) to inv_expr
11668         (iv_inv_expr_ent *).
11669         (struct iv_inv_expr_ent): Comment struct fields.
11670         (sort_iv_inv_expr_ent): New function.
11671         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
11672         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
11673         a hash_map between iv_inv_expr_ent and number of usages.
11674         (niter_for_exit): Fix coding style.
11675         (tree_ssa_iv_optimize_init): Use renamed variable.
11676         (determine_base_object): Fix coding style.
11677         (alloc_iv): Likewise.
11678         (find_interesting_uses_outside): Likewise.
11679         (add_candidate_1): Likewise.
11680         (add_standard_iv_candidates): Likewise.
11681         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
11682         (prepare_decl_rtl): Fix coding style.
11683         (get_address_cost): Likewise.
11684         (get_shiftadd_cost): Likewise.
11685         (force_expr_to_var_cost): Likewise.
11686         (compare_aff_trees): Likewise.
11687         (get_expr_id): Restructure the function.
11688         (get_loop_invariant_expr_id): Renamed to
11689         get_loop_invariant_expr.
11690         (get_computation_cost_at): Replace usage of inv_expr_id with
11691         inv_expr.
11692         (get_computation_cost): Likewise.
11693         (determine_group_iv_cost_generic): Likewise.
11694         (determine_group_iv_cost_address): Likewise.
11695         (iv_period): Fix coding style.
11696         (iv_elimination_compare_lt): Likewise.
11697         (may_eliminate_iv): Likewise.
11698         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
11699         inv_expr.
11700         (determine_group_iv_costs): Dump invariant expressions.
11701         (iv_ca_recount_cost): Use the newly added hash_map.
11702         (iv_ca_set_remove_invariants): Fix coding style.
11703         (iv_ca_set_add_invariants): Fix coding style.
11704         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
11705         invariants.
11706         (iv_ca_set_cp): Likewise.
11707         (iv_ca_new): Initialize the newly added hash_map and remove
11708         initialization of fields.
11709         (iv_ca_free): Delete the hash_map.
11710         (iv_ca_dump): Dump invariant expressions.
11711         (iv_ca_extend): Fix coding style.
11712         (try_add_cand_for): Likewise.
11713         (create_new_ivs): Dump information about # of avg iterations and
11714         # of used invariant expressions.
11715         (rewrite_use_compare): Fix coding style.
11716         (free_loop_data): Set default value for max_inv_expr_id.
11718 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
11720         * cse.c (rest_of_handle_cse): Use cleanup_cfg
11721         returned value cse_cfg_altered computation.
11722         (rest_of_handle_cse2): Likewise.
11723         (rest_of_handle_cse_after_global_opts): Likewise.
11725 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11727         PR target/53440
11728         * config/arm/arm.c (arm32_output_mi_thunk): New.
11729         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
11730         to split Thumb1 vs TARGET_32BIT functionality.
11731         (arm_thumb1_mi_thunk): New.
11733 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11735         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
11736         to true.
11738 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11740         PR target/71080
11741         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
11743 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
11745         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
11746         (expand_builtin_trap): Emit a regular call.
11747         (set_builtin_user_assembler_name): Remove obsolete cases.
11748         * dse.c (scan_insn): Adjust.
11749         * except.c: Include calls.h.
11750         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
11751         emit a regular call to setjmp.
11752         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
11753         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
11754         (emit_block_move_via_libcall): Delete.
11755         (block_move_fn): Delete.
11756         (init_block_move_fn): Likewise.
11757         (emit_block_move_libcall_fn): Likewise.
11758         (emit_block_op_via_libcall): New function.
11759         (set_storage_via_libcall): Tidy up and use memset builtin.
11760         (block_clear_fn): Delete.
11761         (init_block_clear_fn): Likewise.
11762         (clear_storage_libcall_fn): Likewise.
11763         (expand_assignment): Call emit_block_move_via_libcall.
11764         Do not include gt-expr.h.
11765         * expr.h (emit_block_op_via_libcall): Declare.
11766         (emit_block_copy_via_libcall): New inline function.
11767         (emit_block_move_via_libcall): Likewise.
11768         (emit_block_comp_via_libcall): Likewise.
11769         (block_clear_fn): Delete.
11770         (init_block_move_fn): Likewise.
11771         (init_block_clear_fn): Likewise.
11772         (emit_block_move_via_libcall): Likewise.
11773         (set_storage_via_libcall): Add default parameter value.
11774         * libfuncs.h (enum libfunc_index): Remove obsolete values.
11775         (abort_libfunc): Delete.
11776         (memcpy_libfunc): Likewise.
11777         (memmove_libfunc): Likewise.
11778         (memcmp_libfunc): Likewise.
11779         (memset_libfunc): Likewise.
11780         (setbits_libfunc): Likewise.
11781         (setjmp_libfunc): Likewise.
11782         (longjmp_libfunc): Likewise.
11783         (profile_function_entry_libfunc): Likewise.
11784         (profile_function_exit_libfunc): Likewise.
11785         (gcov_flush_libfunc): Likewise.
11786         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
11787         and DECL_VISIBILITY on the declaration.
11788         (init_optabs): Do not initialize obsolete libfuncs.
11789         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
11790         * tree-core.h (ECF_RET1): Define.
11791         (ECF_TM_PURE): Adjust.
11792         (ECF_TM_BUILTIN): Likewise.
11793         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
11794         (build_common_builtin_nodes): Initialize abort builtin.
11795         Add ECF_RET1 on memcpy, memmove and memset builtins.
11796         Pass final flags for alloca and alloca_with_align builtins.
11797         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
11798         obsolete builtins.
11799         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
11800         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
11801         set_storage_via_libcall and call emit_block_copy_via_libcall.
11803 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
11805         * config/i386/i386.md (*call_got_x32): Change operand 0 to
11806         DImode before it is passed to ix86_output_call_operand.
11807         (*call_value_got_x32): Ditto for operand 1.
11809 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
11811         PR rtl-optimization/70904
11812         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
11813         reload for wide mode.
11815 2016-05-12  Marek Polacek  <polacek@redhat.com>
11817         PR c/70756
11818         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
11819         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
11820         * langhooks.h (incomplete_type_error): Likewise.
11821         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
11822         parameter, pass it down to incomplete_type_error.
11823         * tree.h (size_in_bytes): New inline overload.
11824         (size_in_bytes_loc): Renamed from size_in_bytes.
11826 2016-05-12  Richard Biener  <rguenther@suse.de>
11828         PR tree-optimization/71059
11829         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
11830         nary before looking up or entering the expression into the VN
11831         hashes.
11832         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
11833         Make sure to re-use NARYs without result as inserted by
11834         phi-translation.
11836 2016-05-12  Richard Biener  <rguenther@suse.de>
11838         PR tree-optimization/71062
11839         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
11840         field.
11841         * tree-ssa-structalias.c (set_uids_in_ptset): Set
11842         vars_contains_restrict if the var is a restrict tag.
11843         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
11844         do not disambiguate pointers against it.
11845         (dump_points_to_solution): Re-structure and adjust for new
11846         vars_contains_restrict flag.
11847         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
11849 2016-05-12  Martin Liska  <mliska@suse.cz>
11851         * doc/invoke.texi: Explain connection between
11852         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
11854 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
11856         PR tree-optimization/71006
11857         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
11858         consider COND_EXPR as a mask producer.
11860 2016-05-12  Marek Polacek  <polacek@redhat.com>
11862         PR driver/71063
11863         * opts.c (common_handle_option): Detect missing argument for --help^.
11865 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11867         PR target/70830
11868         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
11869         when popping the PC and within an interrupt handler routine.
11870         Add missing tab to output of "ldmfd".
11871         (output_return_instruction): Output LDMFD with SP update rather
11872         than POP when returning from interrupt handler.
11874 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
11876         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
11877         TARGET_64BIT && TARGET_AVX512DQ.
11878         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
11879         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
11880         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
11881         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
11882         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
11883         (*vec_extractv4si_zext): Add avx512dq alternative.
11884         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
11885         use v instead of x constraint in other alternatives where possible.
11887         * config/i386/sse.md (sse2_loadld): Use v instead of x
11888         constraint in alternatives 0,1,4.
11890         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
11891         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
11892         v constraints instead of x and <pinsr_evex_isa> isa attribute.
11894         PR target/71019
11895         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
11896         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
11897         is not emitted unless TARGET_AVX512BW.
11898         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
11899         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
11900         for the result operand.
11902         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
11903         constraint instead of x in avx alternatives.  Use maybe_evex instead
11904         of vex prefix.
11906         * config/i386/constraints.md (Yv): New constraint.
11907         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
11908         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
11909         * config/i386/i386.md (avx512fvecmode): New mode attr.
11910         (*pushtf): Use v constraint instead of x.
11911         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
11912         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
11913         (*absneg<mode>2): Use Yv constraint instead of x constraint.
11914         (*absnegtf2_sse): Likewise.
11915         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
11916         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
11917         avx512f alternatives.
11918         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
11920 2016-05-12  Richard Biener  <rguenther@suse.de>
11922         PR tree-optimization/71060
11923         * tree-data-ref.c (initialize_data_dependence_relation): Do not
11924         require exact match of DR_BASE_OBJECT but only matching address and
11925         type.
11927 2016-05-12  Richard Biener  <rguenther@suse.de>
11929         PR tree-optimization/70986
11930         * cfganal.c: Include cfgloop.h.
11931         (dfs_find_deadend): Prefer to take edges exiting loops.
11933 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11935         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
11936         compile and run time.
11938 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
11940         PR c/43651
11941         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
11943 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
11945         * config/i386/i386.c (legitimize_pic_address): Use
11946         copy_to_suggested_reg instead of gen_movsi.
11948 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
11950         * config/rs6000/predicates.md (quad_memory_operand): Move most of
11951         the code into quad_address_p and call it to share code with
11952         vsx_quad_dform_memory_operand.
11953         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
11954         d-form support.
11955         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
11956         bit instead of being a separate word.  Split -mpower9-dform into
11957         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
11958         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
11959         for the register class supporting 128-bit quad word memory offsets.
11960         (mode_supports_vsx_dform_quad): Helper function to return if the
11961         register class uses quad word memory offsets.
11962         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
11963         (rs6000_debug_reg_global): Always print if we are using LRA or not.
11964         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
11965         instructions are enabled, set up the appropriate addr_masks for
11966         128-bit types.
11967         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
11968         -mpower9-dform-scalar, instead of -mpower9-dform.
11969         (rs6000_option_override_internal): Split -mpower9-dform into two
11970         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
11971         -mpower9-dform switch sets or clears both.  If we are not using
11972         the LRA register allocator, do not enable -mpower9-dform-vector by
11973         default.  If we are using LRA, enable -mpower9-dform-vector and
11974         -mvsx-timode if it is appropriate.  Issue a warning if either
11975         -mpower9-dform-vector or -mvsx-timode are explicitly used without
11976         enabling LRA.
11977         (quad_address_offset_p): New helper function to return if the
11978         offset is legal for quad word memory instructions.
11979         (quad_address_p): New function to determin if GPR or vector
11980         register quad word memory addresses are legal.
11981         (mem_operand_gpr): Validate quad word address offsets.
11982         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
11983         d-form (register + offset) instructions.
11984         (offsettable_ok_by_alignment): Likewise.
11985         (rs6000_legitimate_offset_address_p): Likewise.
11986         (legitimate_lo_sum_address_p): Likewise.
11987         (rs6000_legitimize_address): Likewise.
11988         (rs6000_legitimize_reload_address): Add more debug statements for
11989         -mdebug=addr.
11990         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
11991         d-form instructions.
11992         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
11993         d-form instructions.  Distinguish different cases in debug
11994         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
11995         d-form instructions.
11996         (rs6000_preferred_reload_class): Likewise.
11997         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
11998         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
11999         of the ISA 2.06 indexed memory instructions.
12000         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
12001         use them to save/restore the saved vector registers instead of
12002         using Altivec instructions.
12003         (rs6000_emit_epilogue): Likewise.
12004         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
12005         (rs6000_opt_masks): Split -mpower9-dform into
12006         -mpower9-dform-scalar and -mpower9-dform-vector.
12007         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
12008         was not selected.
12009         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
12010         ISA 3.0 vector indexed memory instructions, and fold the code into
12011         the normal mov<mode> patterns.
12012         (p9_vecstore_<mode>): Likewise.
12013         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
12014         instructions.
12015         (vsx_movti_64bit): Likewise.
12016         (vsx_movti_32bit): Likewise.
12017         * config/rs6000/constraints.md (wO constraint): New constraint for
12018         ISA 3.0 vector d-form support.
12019         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
12020         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
12021         include -mpower9-dform-vector until we switch over to LRA.
12022         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
12023         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
12024         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
12025         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
12026         for -mpower9-dform and -mlra.
12027         * doc/md.texi (wO constraint): Document wO constraint.
12029 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
12031         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
12032         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
12033         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
12034         Move handling of non-insn arguments inline into the sole user:
12035         (output_trans_func): ...here.
12036         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
12037         in emitted function prototype.
12038         (output_internal_insn_latency_func): Ditto.  Simplify.
12039         (output_internal_maximal_insn_latency_func): Ditto.  Delete
12040         always-unused argument.
12041         (output_insn_latency_func): Ditto.
12042         (output_maximal_insn_latency_func): Ditto.
12044 2016-05-11  Richard Biener  <rguenther@suse.de>
12046         PR tree-optimization/71055
12047         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
12048         sth with precision not equal to access size verify we don't chop
12049         off bits.
12051 2016-05-11  Richard Biener  <rguenther@suse.de>
12053         PR debug/71057
12054         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
12055         (dwarf2out_finish): Move retry_incomplete_types call ...
12056         (dwarf2out_early_finish): ... here.
12058 2016-05-11  Richard Biener  <rguenther@suse.de>
12060         PR middle-end/71002
12061         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
12062         if the langhook insists on it.
12063         * fold-const.c (make_bit_field_ref): Add arg for the original
12064         reference and preserve its alias-set.
12065         (decode_field_reference): Take exp by reference and adjust it
12066         to the original memory reference.
12067         (optimize_bit_field_compare): Adjust callers.
12068         (fold_truth_andor_1): Likewise.
12069         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
12071 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
12073         PR middle-end/70807
12074         * cfgrtl.h (delete_insn_and_edges): Now return bool.
12075         * cfgrtl.c (delete_insn_and_edges): Likewise.
12076         * config/i386/i386.c (convert_scalars_to_vector): Remove
12077         redundant code.
12078         * cse.c (cse_insn): Compute cse_cfg_altered.
12079         (delete_trivially_dead_insns): Likewise.
12080         (cse_cc_succs): Likewise.
12081         (rest_of_handle_cse): Free dominance info if required.
12082         (rest_of_handle_cse2): Likewise.
12083         (rest_of_handle_cse_after_global_opts): Likewise.
12085 2016-05-11  Alan Modra  <amodra@gmail.com>
12087         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
12088         abi_v4_pass_in_fpr): New functions.
12089         (rs6000_function_arg_boundary): Exclude complex IBM long double
12090         from 64-bit alignment when ABI_V4.
12091         (rs6000_function_arg, rs6000_function_arg_advance_1,
12092         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
12094 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
12096         PR rtl-optimization/71028
12097         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
12098         jump with just a return in the fallthrough block if the branch
12099         block contains just a return as well.
12101 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
12103         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
12104         * match.pd ((X & Y) ^ Y): ... this.
12105         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
12106         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
12108 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
12110         * read-md.c (require_char_ws): New function.
12111         (read_string): Simplify using require_char_ws.
12112         (handle_constants): Likewise.
12113         (handle_enum): Likewise.
12114         (handle_file): Likewise.
12115         * read-md.h (require_char_ws): New declaration.
12116         * read-rtl.c (read_conditions): Simplify using require_char_ws.
12117         (read_mapping): Likewise.
12118         (read_rtx_code): Likewise.
12119         (read_nested_rtx): Likewise.
12121 2016-05-10  James Norris  <jnorris@codesourcery.com>
12123         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
12124         if offloading is enabled and -fopenacc or -fopenmp is specified.
12125         (CRTOFFLOADEND): Likewise.
12126         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
12127         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
12129 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
12131         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
12132         gotoff_operand code paths.  Use copy_to_suggested_regs and
12133         expand_simple_binop where appropriate.  Cleanup.
12135 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
12137         PR target/70799
12138         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
12139         integer constants.
12140         (dimode_scalar_chain::vector_const_cost): New.
12141         (dimode_scalar_chain::compute_convert_gain): Handle constants.
12142         (dimode_scalar_chain::convert_op): Likewise.
12143         (dimode_scalar_chain::convert_insn): Likewise.
12145 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
12147         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
12148         unary operation, not a binary one.
12150 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
12152         PR middle-end/70877
12153         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
12154         calls with type casted fndecl.
12156 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
12158         PR tree-optimization/70786
12159         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
12160         * calls.c (initialize_argument_information): Bind bounds
12161         with corresponding args passed by reference.
12163 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
12165         PR target/70927
12166         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
12167         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
12168         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
12169         accordingly.
12171 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12173         PR target/70963
12174         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
12175         code for a zero scale factor.
12176         (vsx_xvcvdpuxds_scale): Likewise.
12178 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
12180         * diagnostic-show-locus.c (layout::layout): Call show_ruler
12181         if show_ruler_p was set on the context.
12182         (layout::show_ruler): New method.
12183         * diagnostic.h (struct diagnostic_context): Add field
12184         "show_ruler_p".
12186 2016-05-10  Richard Biener  <rguenther@suse.de>
12188         PR tree-optimization/71039
12189         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
12190         (chk_uses): New function.
12191         (propagate_with_phi): Verify we can safely replicate the lhs of an
12192         aggregate assignment on all incoming edges.
12194 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
12196         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
12197         Forward declare.
12198         (rx_atomic_sequence): New class.
12199         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
12200         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
12201         non-inline.
12202         (rx_atomic_sequence::rx_atomic_sequence,
12203         rx_atomic_sequence::~rx_atomic_sequence): New functions.
12204         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
12205         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
12206         CTRLREG_INTB): New constants.
12207         (FETCHOP): New code iterator.
12208         (fethcop_name, fetchop_name2): New iterator code attributes.
12209         (QIHI): New mode iterator.
12210         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
12211         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
12212         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
12214 2016-05-10  Martin Liska  <mliska@suse.cz>
12216         * tree-inline.c (remap_dependence_clique): Do not remap
12217         debugging statements.
12219 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12221         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
12222         ("*fixuns_truncdfdi2_z13")
12223         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
12224         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
12225         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
12227 2016-05-10  Richard Biener  <rguenther@suse.de>
12229         PR tree-optimization/70497
12230         PR tree-optimization/28367
12231         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
12232         split out from ...
12233         (visit_reference_op_load): ... here.
12234         (vn_reference_lookup_3): Use it to handle subreg-like accesses
12235         with simplified BIT_FIELD_REFs.
12236         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
12237         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
12238         correctly.
12240 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
12242         * dwarf2out.c (add_abstract_origin_attribute): Adjust
12243         documentation comment.  For BLOCK nodes, add a
12244         DW_AT_abstract_origin attribute that points to the DIE generated
12245         for the origin BLOCK.
12246         (gen_lexical_block_die): Call add_abstract_origin_attribute for
12247         blocks from inlined functions.
12249 2016-05-10  Alan Modra  <amodra@gmail.com>
12251         PR target/70947
12252         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
12253         regrename modifying insns saving lr before __morestack call.
12254         * config/rs6000/rs6000.md (split_stack_return): Similarly for
12255         insns restoring lr after __morestack call.
12257 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
12259         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
12260         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
12261         expanders.
12262         * config/i386/sse.md (vec_interleave_high<mode>,
12263         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
12264         <avx512>_vpermt2var<mode>3_maskz): Likewise.
12266 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
12268         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
12269         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
12270         parallel reassociation for power8 and forward.
12272 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
12274         * config/i386/i386.md (absneg splitters with general regs): Use
12275         general_reg_operand predicate.
12276         (btsq peephole2): Use x86_64_immediate_operand to check if new
12277         value is suitable for immediate operand.  Generate emitted insn
12278         using RTL expressions.
12279         (btcq peephole2): Ditto.
12280         (btrq peephole2): Ditto.  Generate correct immediate operand
12281         for AND masking.
12283 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
12285         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
12286         bitpos.
12288 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
12290         * tree-affine.c (wide_int_constant_multiple_p): Add missing
12291         pointer dereference.
12293 2016-05-09  Richard Biener  <rguenther@suse.de>
12295         PR tree-optimization/70985
12296         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
12297         op0 isn't a gimple register.
12299 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
12301         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
12302         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
12303         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
12304         (i6400_fpu_mult): New cpu units.
12305         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
12306         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
12307         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
12308         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
12309         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
12310         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
12311         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
12312         (i6400_msa_long_float4, i6400_msa_long_float5)
12313         (i6400_msa_long_float8, i6400_msa_fdiv_df)
12314         (i6400_msa_fdiv_sf): New reservations.
12315         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
12316         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
12317         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
12318         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
12319         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
12320         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
12321         (msa_short_cmp, msa_short_float2, msa_short_logic3)
12322         (msa_short_store4, msa_long_load, msa_short_store)
12323         (msa_long_logic, msa_long_float2, msa_long_float4)
12324         (msa_long_float5, msa_long_float8, msa_long_mult)
12325         (msa_long_fdiv, msa_long_div): New reservations.
12327 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
12328             Sameera Deshpande  <sameera.deshpande@imgtec.com>
12329             Matthew Fortune  <matthew.fortune@imgtec.com>
12330             Graham Stott  <graham.stott@imgtec.com>
12331             Chao-ying Fu  <chao-ying.fu@imgtec.com>
12333         * config.gcc: Add MSA header file for mips*-*-* target.
12334         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
12335         (Ubv8i, Urv8):  New constraints.
12336         * config/mips/mips-ftypes.def: Add function types for MSA
12337         builtins.
12338         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
12339         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
12340         * config/mips/mips-msa.md: New file.
12341         * config/mips/mips-protos.h
12342         (mips_split_128bit_const_insns): New prototype.
12343         (mips_msa_idiv_insns): Likewise.
12344         (mips_split_128bit_move): Likewise.
12345         (mips_split_128bit_move_p): Likewise.
12346         (mips_split_msa_copy_d): Likewise.
12347         (mips_split_msa_insert_d): Likewise.
12348         (mips_split_msa_fill_d): Likewise.
12349         (mips_expand_msa_branch): Likewise.
12350         (mips_const_vector_same_val_p): Likewise.
12351         (mips_const_vector_same_bytes_p): Likewise.
12352         (mips_const_vector_same_int_p): Likewise.
12353         (mips_const_vector_shuffle_set_p): Likewise.
12354         (mips_const_vector_bitimm_set_p): Likewise.
12355         (mips_const_vector_bitimm_clr_p): Likewise.
12356         (mips_msa_vec_parallel_const_half): Likewise.
12357         (mips_msa_output_division): Likewise.
12358         (mips_ldst_scaled_shift): Likewise.
12359         (mips_expand_vec_cond_expr): Likewise.
12360         * config/mips/mips.c (enum mips_builtin_type): Add
12361         MIPS_BUILTIN_MSA_TEST_BRANCH.
12362         (mips_gen_const_int_vector_shuffle): New prototype.
12363         (mips_const_vector_bitimm_set_p): New function.
12364         (mips_const_vector_bitimm_clr_p): Likewise.
12365         (mips_const_vector_same_val_p): Likewise.
12366         (mips_const_vector_same_bytes_p): Likewise.
12367         (mips_const_vector_same_int_p): Likewise.
12368         (mips_const_vector_shuffle_set_p): Likewise.
12369         (mips_symbol_insns): Forbid loading symbols via immediate for
12370         MSA.
12371         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
12372         stores.
12373         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
12374         MSA.
12375         (mips_lx_address_p): Add support load indexed address for MSA.
12376         (mips_address_insns): Add calculation of instructions needed for
12377         stores and loads for MSA.
12378         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
12379         CONST_VECTOR for MSA and let it fall through.
12380         (mips_ldst_scaled_shift): New function.
12381         (mips_subword_at_byte): Likewise.
12382         (mips_msa_idiv_insns): Likewise.
12383         (mips_legitimize_move): Validate MSA moves.
12384         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
12385         calculation of costs for MSA division.
12386         (mips_split_move_p): Check if MSA moves need splitting.
12387         (mips_split_move): Split MSA moves if necessary.
12388         (mips_split_128bit_move_p): New function.
12389         (mips_split_128bit_move): Likewise.
12390         (mips_split_msa_copy_d): Likewise.
12391         (mips_split_msa_insert_d): Likewise.
12392         (mips_split_msa_fill_d): Likewise.
12393         (mips_output_move): Handle MSA moves.
12394         (mips_expand_msa_branch): New function.
12395         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
12396         Reinstate 'y' modifier.
12397         (mips_file_start): Add MSA .gnu_attribute.
12398         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
12399         FPRs.
12400         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
12401         (mips_class_max_nregs): Add register size for MSA supported mode.
12402         (mips_cannot_change_mode_class): Allow conversion between MSA
12403         vector modes and TImode.
12404         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
12405         instruction.
12406         (mips_secondary_reload_class): Force MSA loads/stores via memory.
12407         (mips_preferred_simd_mode): Add preffered modes for MSA.
12408         (mips_vector_mode_supported_p): Add MSA supported modes.
12409         (mips_autovectorize_vector_sizes): New function.
12410         (mips_msa_output_division): Likewise.
12411         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
12412         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
12413         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
12414         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
12415         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
12416         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
12417         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
12418         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
12419         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
12420         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
12421         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
12422         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
12423         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
12424         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
12425         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
12426         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
12427         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
12428         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
12429         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
12430         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
12431         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
12432         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
12433         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
12434         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
12435         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
12436         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
12437         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
12438         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
12439         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
12440         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
12441         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
12442         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
12443         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
12444         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
12445         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
12446         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
12447         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
12448         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
12449         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
12450         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
12451         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
12452         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
12453         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
12454         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
12455         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
12456         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
12457         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
12458         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
12459         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
12460         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
12461         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
12462         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
12463         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
12464         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
12465         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
12466         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
12467         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
12468         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
12469         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
12470         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
12471         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
12472         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
12473         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
12474         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
12475         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
12476         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
12477         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
12478         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
12479         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
12480         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
12481         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
12482         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
12483         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
12484         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
12485         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
12486         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
12487         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
12488         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
12489         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
12490         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
12491         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
12492         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
12493         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
12494         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
12495         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
12496         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
12497         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
12498         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
12499         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
12500         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
12501         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
12502         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
12503         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
12504         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
12505         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
12506         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
12507         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
12508         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
12509         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
12510         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
12511         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
12512         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
12513         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
12514         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
12515         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
12516         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
12517         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
12518         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
12519         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
12520         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
12521         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
12522         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
12523         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
12524         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
12525         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
12526         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
12527         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
12528         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
12529         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
12530         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
12531         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
12532         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
12533         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
12534         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
12535         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
12536         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
12537         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
12538         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
12539         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
12540         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
12541         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
12542         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
12543         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
12544         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
12545         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
12546         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
12547         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
12548         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
12549         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
12550         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
12551         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
12552         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
12553         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
12554         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
12555         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
12556         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
12557         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
12558         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
12559         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
12560         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
12561         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
12562         move_v builtins.
12563         (mips_get_builtin_decl_index): New array.
12564         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
12565         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
12566         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
12567         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
12568         (mips_init_builtins): Initialize mips_get_builtin_decl_index
12569         array.
12570         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
12571         hook.
12572         (mips_expand_builtin_insn): Prepare operands for
12573         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
12574         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
12575         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
12576         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
12577         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
12578         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
12579         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
12580         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
12581         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
12582         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
12583         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
12584         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
12585         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
12586         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
12587         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
12588         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
12589         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
12590         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
12591         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
12592         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
12593         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
12594         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
12595         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
12596         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
12597         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
12598         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
12599         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
12600         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
12601         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
12602         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
12603         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
12604         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
12605         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
12606         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
12607         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
12608         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
12609         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
12610         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
12611         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
12612         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
12613         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
12614         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
12615         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
12616         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
12617         These are set implicitly and an error is reported if overridden.
12618         (mips_expand_builtin_msa_test_branch): New function.
12619         (mips_expand_msa_shuffle): Likewise.
12620         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
12621         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
12622         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
12623         (mips_expand_vec_unpack): Add support for MSA.
12624         (mips_expand_vector_init): Likewise.
12625         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
12626         instead of const0_rtx.
12627         (mips_msa_vec_parallel_const_half): New function.
12628         (mips_gen_const_int_vector): Likewise.
12629         (mips_gen_const_int_vector_shuffle): Likewise.
12630         (mips_expand_msa_cmp): Likewise.
12631         (mips_expand_vec_cond_expr): Likewise.
12632         * config/mips/mips.h
12633         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
12634         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
12635         specified.
12636         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
12637         (ISA_HAS_MSA): New macro.
12638         (UNITS_PER_MSA_REG): Likewise.
12639         (BITS_PER_MSA_REG): Likewise.
12640         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
12641         (MSA_REG_FIRST): New macro.
12642         (MSA_REG_LAST): Likewise.
12643         (MSA_REG_NUM): Likewise.
12644         (MSA_REG_P): Likewise.
12645         (MSA_REG_RTX_P): Likewise.
12646         (MSA_SUPPORTED_MODE_P): Likewise.
12647         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
12648         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
12649         * config/mips/mips.md: Include mips-msa.md.
12650         (alu_type): Add simd_add.
12651         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
12652         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
12653         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
12654         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
12655         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
12656         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
12657         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
12658         simd_move, simd_load, simd_store.  Choose "multi" for moves
12659         for "qword_mode".
12660         (qword_mode): New attribute.
12661         (insn_count): Add instruction count for quad moves.
12662         Increase the count for MIPS SIMD division.
12663         (UNITMODE): Add UNITMODEs for vector types.
12664         (addsub): New code iterator.
12665         * config/mips/mips.opt (mmsa): New option.
12666         * config/mips/msa.h: New file.
12667         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
12668         specified.
12669         * config/mips/mti-linux.h: Likewise.
12670         * config/mips/predicates.md
12671         (const_msa_branch_operand): New constraint.
12672         (const_uimm3_operand): Likewise.
12673         (const_uimm4_operand): Likewise.
12674         (const_uimm5_operand): Likewise.
12675         (const_uimm8_operand): Likewise.
12676         (const_imm5_operand): Likewise.
12677         (aq10b_operand): Likewise.
12678         (aq10h_operand): Likewise.
12679         (aq10w_operand): Likewise.
12680         (aq10d_operand): Likewise.
12681         (const_m1_operand): Likewise.
12682         (reg_or_m1_operand): Likewise.
12683         (const_exp_2_operand): Likewise.
12684         (const_exp_4_operand): Likewise.
12685         (const_exp_8_operand): Likewise.
12686         (const_exp_16_operand): Likewise.
12687         (const_vector_same_val_operand): Likewise.
12688         (const_vector_same_simm5_operand): Likewise.
12689         (const_vector_same_uimm5_operand): Likewise.
12690         (const_vector_same_uimm6_operand): Likewise.
12691         (const_vector_same_uimm8_operand): Likewise.
12692         (par_const_vector_shf_set_operand): Likewise.
12693         (reg_or_vector_same_val_operand): Likewise.
12694         (reg_or_vector_same_simm5_operand): Likewise.
12695         (reg_or_vector_same_uimm6_operand): Likewise.
12696         * doc/extend.texi (MIPS SIMD Architecture Functions): New
12697         section.
12698         * doc/invoke.texi (-mmsa): Document new option.
12700 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12702         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
12703         * configure: Regenerate.
12704         * config.in: Regenerate.
12705         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
12706         on -fvtable-verify.
12707         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
12708         (ENDFILE_VTV_SPEC): Define.
12710 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
12712         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
12713         registers in all interrupt handlers if necessary.
12714         (rl78_option_override): Add warning.
12715         (MUST_SAVE_MDUC_REGISTERS): New macro.
12716         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
12717         * config/rl78/rl78.c (check_mduc_usage): New function.
12718         (mduc_regs): New structure to hold MDUC register data.
12719         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
12720         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
12721         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
12722         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
12723         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
12724         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
12726 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
12728         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
12729         (tree-ssa-loop-niter.h): Ditto.
12730         (idx_within_array_bound, ref_within_array_bound): New functions.
12731         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
12732         Factor out check on writable base object to ...
12733         (base_object_writable): ... here.
12735 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12737         * config/arm/arm.md (probe_stack): Add modes to set source
12738         and destination.
12740 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
12742         * regrename.c (base_reg_class_for_rename): New static function.
12743         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
12745 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
12747         * cgraph.c (thunk_adjust): Export.
12748         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
12749         * cgraphunit.c (thunk_adjust): Export.
12750         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
12751         thunks.
12752         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
12753         inlinable.
12754         * tree-inline.c (expand_call_inline): Expand thunks inline.
12756 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
12758         PR target/70998
12759         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
12760         (*sse2_vd_cvtss2sd): Ditto.
12761         * config/i386/i386.md
12762         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
12763         Generate *sse2_vd_cvtsd2ss pattern.
12764         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
12765         Generate *sse2_vd_cvtss2sd pattern.
12767 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
12769         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
12770         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
12771         users.
12773 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
12775         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
12776         * config/sh/sh.c: Define and declare variables on first use throughout
12777         the file.
12778         (current_function_interrupt): Change to bool type.
12779         (frame_insn): Rename to emit_frame_insn and update users.
12780         (push_regs): Use bool for 'interrupt_handler' argument.
12781         (save_schedule_s): Remove.
12782         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
12783         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
12784         targetm.asm_out.unaligned_op.di.
12785         (gen_far_branch): Remove redundant forward declaration.
12786         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
12787         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
12788         (sh_set_return_address, sh_function_ok_for_sibcall,
12789         scavenge_reg): Update comments.
12790         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
12791         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
12792         (sh_attr_renesas_p): Remove unnecessary parentheses.
12793         (branch_dest): Simplify.
12794         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
12795         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
12796         (CUMULATIVE_ARGS): Change macro to typedef.
12797         (current_function_interrupt): Change to bool type.
12798         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
12799         Surround with __cplusplus ifdef.
12800         (sh_compare_op0, sh_compare_op1): Remove.
12801         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
12803 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
12805         * config/arm/arm.md: (arch): Add neon.
12806         (arch_enabled): Return yes for arch neon when TARGET_NEON.
12807         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
12808         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
12809         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
12810         attributes for alt renumbering.  Mark alt 3 as non-predicable.
12811         (thumb2_movdf_vfp): Likewise.
12813 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
12815         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
12816         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
12817         (*andqi_1): Add preferred_for_speed attribute to disparage
12818         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
12819         (*<code>qi_1): Ditto.
12820         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
12821         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
12822         (*ashlqi3_1): Ditto.
12823         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
12824         Add preferred_for_size attribute to disparage alternative 0 and
12825         preferred_for_speed attribute to disparage alternative 1 for
12826         TARGET_PARTIAL_REG_STALL targets.
12828 2016-05-07  Tom de Vries  <tom@codesourcery.com>
12830         PR tree-optimization/70956
12831         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
12832         def.
12834 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
12836         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
12837         * config/sh/sh.c (sh_cbranch_distance): Implement it.
12838         * config/sh/sh.md (branch_zero): Remove define_attr.
12839         (define_delay): Disable delay slot if branch distance is one insn.
12841 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
12843         * config/i386/i386.md (LEAMODE): New mode attribute.
12844         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
12845         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
12846         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
12847         operand 2 predicate.
12848         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
12849         (*lea<mode>_general_3): Ditto.
12850         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
12852 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
12854         * genmddump.c (main): Convert argv from char ** to const char **.
12856 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
12858         * coretypes.h (OVERRIDE): New macro.
12859         (FINAL): New macro.
12861 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
12863         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
12864         allow coalescing if the types are compatible.
12866 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
12868         * pass_manager.h (pass_manager::register_pass_name): New method.
12869         (pass_manager::get_pass_by_name): New method.
12870         (pass_manager::create_pass_tab): New method.
12871         (pass_manager::m_name_to_pass_map): New field.
12872         * passes.c (name_to_pass_map): Delete global in favor of field
12873         "m_name_to_pass_map" of pass_manager.
12874         (register_pass_name): Rename from a function to...
12875         (pass_manager::register_pass_name): ...this method, updating
12876         for renaming of global "name_to_pass_map" to field
12877         "m_name_to_pass_map".
12878         (create_pass_tab): Rename from a function to...
12879         (pass_manager::create_pass_tab): ...this method, updating
12880         for renaming of global "name_to_pass_map" to field.
12881         (get_pass_by_name): Rename from a function to...
12882         (pass_manager::get_pass_by_name): ...this method.
12883         (enable_disable_pass): Convert use of get_pass_by_name to
12884         a method call, locating the pass_manager singleton.
12886 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
12888         * genattr-common.c (main): Convert argv from char ** to const char **.
12889         * genattr.c (main): Likewise.
12890         * genattrtab.c (main): Likewise.
12891         * genautomata.c (initiate_automaton_gen): Likewise.
12892         (main): Likewise.
12893         * gencodes.c (main): Likewise.
12894         * genconditions.c (main): Likewise.
12895         * genconfig.c (main): Likewise.
12896         * genconstants.c (main): Likewise.
12897         * genemit.c (main): Likewise.
12898         * genenums.c (main): Likewise.
12899         * genextract.c (main): Likewise.
12900         * genflags.c (main): Likewise.
12901         * genmddeps.c (main): Likewise.
12902         * genopinit.c (main): Likewise.
12903         * genoutput.c (main): Likewise.
12904         * genpeep.c (main): Likewise.
12905         * genpreds.c (main): Likewise.
12906         * genrecog.c (main): Likewise.
12907         * gensupport.c (init_rtx_reader_args_cb): Likewise.
12908         (init_rtx_reader_args): Likewise.
12909         * gensupport.h (init_rtx_reader_args_cb): Likewise.
12910         (init_rtx_reader_args): Likewise.
12911         * gentarget-def.c (main): Likewise.
12912         * read-md.c (read_md_files): Likewise.
12913         * read-md.h (read_md_files): Likewise.
12915 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
12917         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
12918         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
12919         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
12920         Remove unused predicate.
12921         (register_and_not_fp_reg_operand): Ditto.
12923 2016-05-06  Martin Liska  <mliska@suse.cz>
12925         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
12926         instead of vec as the vector is local to the function.
12928 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
12930         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
12931         avx512bw alternative.
12933         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
12934         before the ashr<mode>3 pattern.
12936         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
12937         v instead of x in vex or maybe_vex alternatives, use
12938         maybe_evex instead of vex in prefix.
12940         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
12941         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
12942         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
12943         in vex or maybe_vex alternatives, use maybe_evex instead of vex
12944         in prefix.
12946         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
12947         v instead of x in vex or maybe_vex alternatives, use
12948         maybe_evex instead of vex in prefix.
12950         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
12951         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
12952         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
12953         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
12954         alternatives, use maybe_evex instead of vex in prefix.
12956         * config/i386/sse.md (vec_interleave_lowv4sf,
12957         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
12958         v instead of x in vex or maybe_vex alternatives, use
12959         maybe_evex instead of vex in prefix.
12961         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
12962         v instead of x in vex or maybe_vex alternatives, use
12963         maybe_evex instead of vex in prefix.
12965         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
12966         v constraint instead of x.
12968 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
12970         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
12971         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
12972         equality first.
12974 2016-05-06  Richard Biener  <rguenther@suse.de>
12976         PR tree-optimization/70948
12977         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
12978         Properly clobber all fields of va_list for __builtin_va_start.
12980 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
12982         PR debug/70935
12983         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
12984         loop latch destination.
12986 2016-05-06  Martin Liska  <mliska@suse.cz>
12988         * tree-ssa-uninit.c: Apply manual changes
12989         to the GNU coding style.
12990         (prune_uninit_phi_opnds): Rename from
12991         prune_uninit_phi_opnds_in_unrealizable_paths.
12993 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
12995         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
12996         mspace): Remove deprecated options.
12997         * doc/invoke.texi (SH options): Remove -mspace.
12999 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13001         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
13003 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13005         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
13006         corresponding combine split pattern.
13008 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13010         PR target/58219
13011         * config/sh/predicates.md (long_displacement_mem_operand): New.
13012         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
13013         Add movi20, movi20s alternatives.  Adjust length attribute for
13014         alternatives.
13015         (movsi_ie): Allow for any FPU.  Adjust length attribute for
13016         alternatives.
13017         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
13018         attribute for alternatives.
13019         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
13020         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
13021         length attribute for alternatives.
13023 2016-05-06  Richard Biener  <rguenther@suse.de>
13025         PR tree-optimization/70960
13026         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
13028 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13030         PR target/52933
13031         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
13032         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
13034 2016-05-06  Marek Polacek  <polacek@redhat.com>
13036         PR sanitizer/70875
13037         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
13039 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
13041         PR target/54089
13042         * config/sh/sh.md (*rotcr): Add another variant.
13044 2016-05-06  Richard Biener  <rguenther@suse.de>
13046         PR middle-end/70931
13047         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
13049 2016-05-06  Richard Biener  <rguenther@suse.de>
13051         PR middle-end/70941
13052         * fold-const.c (split_tree): Always convert to the original type
13053         before negating.
13055 2016-05-06  Richard Biener  <rguenther@suse.de>
13057         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
13058         (fwprop_addr): Likewise.
13060 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
13062         PR target/70873
13063         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
13064         New prototype.
13065         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
13066         * config/i386/i386.md (push mem splitter): Use find_constant_src in
13067         the splitter condition.
13068         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
13069         the splitter condition.
13070         (FP float_extend load splitter): Ditto.
13072 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
13074         * config/i386/i386.md (peehole2 patterns): Change true_regnum
13075         to REGNO in all peephole2 patterns.
13076         (post-reload splitters): Change true_regnum to REGNO in
13077         post-reload splitters.
13078         (zero_extend splitters): Use general_reg_operand and
13079         nonimmediate_gr_operand predicates.
13081 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
13083         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
13084         v constraint instead of x.
13086 2016-05-05  Alan Modra  <amodra@gmail.com>
13088         PR target/68662
13089         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
13090         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
13091         TARGET_NO_FP_IN_TOC for -mrelocatable.
13092         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
13093         TARGET_RELOCATABLE test.
13094         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
13095         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
13096         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
13097         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
13098         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
13099         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
13100         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
13101         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
13102         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
13103         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
13104         Likewise.
13105         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
13106         (rs6000_stack_info): Likewise.
13107         (rs6000_elf_asm_out_constructor): Likewise.
13108         (rs6000_elf_asm_out_destructor): Likewise.
13109         (rs6000_elf_declare_function_name): Likewise.
13110         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
13111         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
13112         Don't define.
13114 2016-05-05  Alan Modra  <amodra@gmail.com>
13116         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
13118 2016-05-05  Alan Modra  <amodra@gmail.com>
13120         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
13121         out-of-line gpr restore for one or two regs if that would add
13122         a save of lr.
13124 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
13126         PR target/70873
13127         * config/i386/i386.md
13128         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
13129         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
13130         as operand 0 predicate.
13131         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
13132         Ditto.
13133         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
13134         Ditto.  Emit the pattern using RTX.
13136         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
13137         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
13138         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
13139         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
13140         Ditto.
13141         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
13142         sse_reg_operand as operand 0 predicate.
13144         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
13145         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
13146         instead of gen_rtx_REG.
13147         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
13148         Ditto.
13150 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
13152         * function.c (emit_use_return_register_into_block): Delete.
13153         (gen_return_pattern): Delete.
13154         (emit_return_into_block): Delete.
13155         (active_insn_between): Delete.
13156         (convert_jumps_to_returns): Delete.
13157         (emit_return_for_exit): Delete.
13158         (thread_prologue_and_epilogue_insns): Delete all code dealing with
13159         simple_return for shrink-wrapped blocks.
13160         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
13161         end of blocks that need one.
13162         (get_unconverted_simple_return): Delete.
13163         (convert_to_simple_return): Delete.
13164         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
13165         (convert_to_simple_return): Ditto.
13167 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
13169         * cfgcleanup.c (bb_is_just_return): New function.
13170         (try_optimize_cfg): Simplify jumps to return, branches to return,
13171         and branches around return.
13173 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
13175         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
13176         branch to a return.
13178 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
13180         PR c++/70906
13181         PR c++/70933
13182         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
13183         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
13184         assert flags & OEP_HASH_CHECK, instead of asserting it
13185         never happens.  Handle TARGET_EXPR.
13186         * fold-const.c (operand_equal_p): For hash verification,
13187         or in OEP_HASH_CHECK into flags.
13189 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
13191         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
13192         comment.
13193         (compute_samebase_partition_bases): Fix typo.
13195 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
13197         * config/i386/sse.md (vec_interleave_highv8sf,
13198         vec_interleave_lowv8sf, vec_interleave_highv4df,
13199         vec_interleave_lowv4df): Remove constraints from expanders.
13201         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
13203 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
13205         * tree-inline.c (expand_call_inline): Fix path dealing with
13206         making lhs of call statement undefined.
13208 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
13210         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
13211         Check availability on NODE, too.
13212         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
13213         (cgraph_node::call_for_symbol_and_aliases): Likewise.
13214         (varpool_node::call_for_symbol_and_aliase): Likewise.
13215         * ipa-pure-const.c (add_new_function): Analyze all bodies.
13216         (propagate_pure_const): Propagate across interposable functions, too.
13217         (skip_function_for_local_pure_const): Do not skip interposable bodies
13218         with aliases.
13219         (pass_local_pure_const::execute): Update.
13221 2016-05-04  Marek Polacek  <polacek@redhat.com>
13223         * doc/invoke.texi: Document -Wdangling-else.
13225 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13227         * config.gcc: Error out when conflicting multilib is detected.  Do not
13228         loop over multilibs since no combination is legal.
13230 2016-05-04  Alan Modra  <amodra@gmail.com>
13232         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
13233         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
13234         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
13235         Align .toc.
13237 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
13239         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
13240         Clean up p5600 comments.
13242 2016-05-04  Richard Biener  <rguenther@suse.de>
13244         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
13245         constructor simplifications.
13246         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
13248 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
13250         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
13251         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
13252         result.set_rtx is null instead of aborting.
13253         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
13254         Always enable.
13255         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
13256         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
13257         *mov<mode>_store_postinc): New patterns.
13259 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
13261         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
13262         as commutative.  Check both conversions are NOP.
13263         ((A & B) OP (C & B)): Remove.
13265 2016-05-04  Alan Modra  <amodra@gmail.com>
13267         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
13269 2016-05-04  Alan Modra  <amodra@gmail.com>
13271         PR target/70866
13272         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
13273         when cr2,3,4 are all fixed regs.
13275 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
13277         PR rtl-optimization/57193
13278         * opts.c (default_options_table): Revert OPT_frename_registers change.
13279         * doc/invoke.texi (-frename-registers, -O2): Likewise.
13281 2016-05-03  Martin Sebor  <msebor@redhat.com>
13283         PR c++/66561
13284         * builtins.c (fold_builtin_FILE): New function.
13285         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
13286         (fold_builtin_0): Call them.
13287         * gimplify.c (gimplify_call_expr): Remove the handling of
13288         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
13290         PR c++/66561
13291         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
13292         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
13293         constants.
13295         PR c++/66639
13296         * doc/extend.texi (Function Names as Strings): Update __func__,
13297         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
13298         constants.
13300 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
13301             Richard Biener  <rguenther@suse.de>
13303         PR tree-optimization/70916
13304         * tree-if-conv.c: Include cfganal.h.
13305         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
13306         and remove_fake_exit_edges around the optimization pass.
13308 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
13310         * cgraph.c (symbol_table::create_edge): Set inline_failed.
13311         (cgraph_edge::make_direct): Likewise.
13312         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
13313         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
13314         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
13315         (CIF_THUNK): New code.
13316         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
13317         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
13318         (compute_inline_parameters): Set inline_failed for thunks.
13319         (inline_analyze_function): Cleanup.
13320         * ipa-inline.c (can_inline_edge_p): Do not deal with
13321         call_stmt_cannot_inline_p.
13322         (can_early_inline_edge_p): Likewise.
13323         (early_inliner): Initialize inline_failed.
13324         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
13326 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
13328         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
13329         from nonimm_ssenomem_operand.
13330         (nonimm_ssenomem_operand): New predicate.
13331         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
13332         as operand 0 predicate.
13333         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
13334         Disable unsupported alternatives using "enabled" attribute.
13335         Use register_ssemem_operand as operand 0 predicate.
13336         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
13338 2016-05-03  Marek Polacek  <polacek@redhat.com>
13340         PR c/70859
13341         * input.c (expansion_point_location): New function.
13342         * input.h (expansion_point_location): Declare.
13344 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
13346         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
13347         occurence with frame_offset_ ones.
13349 2016-05-03  Alan Modra  <amodra@gmail.com>
13351         PR rtl-optimization/70890
13352         * ira.c (combine_and_move_insns): When moving def_insn, remove
13353         equivs on use_insn.
13355 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13357         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
13358         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
13359         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
13360         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
13362 2016-05-03  Alan Modra  <amodra@gmail.com>
13364         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
13365         for SAVE_MULTIPLE/STORE_MULTIPLE.
13367 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
13369         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
13370         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
13372 2016-05-03  Richard Biener  <rguenther@suse.de>
13374         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
13375         default true.
13376         (gimplify_arg): Likewise.
13377         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
13378         re-writing the result to a decl if required.
13379         (internal_get_tmp_var): Add allow_ssa parameter
13380         and override into_ssa with it.
13381         (get_formal_tmp_var): Adjust.
13382         (get_initialized_tmp_var): Add allow_ssa parameter.
13383         (gimplify_arg): Add allow_ssa parameter and avoid generating
13384         SSA names for the result false.
13385         (gimplify_call_expr): If the call may return twice do not
13386         gimplify parameters into SSA.
13387         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
13388         (gimplify_modify_expr): Adjust assert.  For noreturn calls
13389         with a SSA name LHS adjust its def.
13390         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
13391         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
13392         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
13393         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
13394         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
13395         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
13396         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
13397         (optimize_target_teams): Do not allow SSA names for clause operands.
13398         (gimplify_expr): Likewise for where we mark the result addressable.
13399         * passes.def (pass_init_datastructures): Remove.
13400         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
13401         (rewrite_stmt): Likewise.
13402         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
13403         (replace_locals_op): Replace SSA names.
13404         (copy_gimple_seq_and_replace_locals): Init src_cfun.
13405         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
13406         * cgraph.c (release_function_body): Free CFG annotations only
13407         when we have a CFG.  Simplify.
13408         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
13409         force_gimple_operand instead of get_initialized_tmp_var.
13410         * tree-pass.h (make_pass_init_datastructures): Remove.
13411         * tree-ssa.c (execute_init_datastructures): Remove.
13412         (pass_data_init_datastructures): Likewise.
13413         (class pass_init_datastructures): Likewise.
13414         (make_pass_init_datastructures): Likewise.
13415         * omp-low.c (create_omp_child_function): Init SSA data structures.
13416         (grid_expand_target_grid_body): Likewise.
13417         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
13418         name before adding it to names_to_release.
13419         (remove_bb): Always release SSA defs.
13420         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
13421         before dereferencing it.
13422         * cgraphunit.c (init_lowered_empty_function): Always
13423         int SSA data structures.
13424         * tree-ssanames.c (release_defs): Remove assert that we are in
13425         SSA form.
13426         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
13428 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
13429             Uros Bizjak  <ubizjak@gmail.com>
13431         PR rtl-optimization/70467
13432         * config/i386/predicates.md (x86_64_hilo_int_operand,
13433         x86_64_hilo_general_operand): New predicates.
13434         * config/i386/constraints.md (Wd): New constraint.
13435         * config/i386/i386.md (mode attr di): Use Wd instead of e.
13436         (general_hilo_operand): New mode attr.
13437         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
13438         instead of <general_operand>.
13439         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
13440         x86_64_hilo_general_operand instead of <general_operand>.
13442 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
13444         PR tree-optimization/70916
13445         * tree-if-conv.c (constant_or_ssa_name): Removed.
13446         (fold_build_cond_expr): Use is_gimple_val instead of
13447         constant_or_ssa_name.
13449         PR tree-optimization/70916
13450         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
13451         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
13453         PR target/49244
13454         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
13455         (optimize_atomic_bit_test_and): New function.
13456         (pass_fold_builtins::execute): Use it.
13457         * optabs.def (atomic_bit_test_and_set_optab,
13458         atomic_bit_test_and_complement_optab,
13459         atomic_bit_test_and_reset_optab): New optabs.
13460         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
13461         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
13462         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
13463         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
13464         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
13465         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
13466         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
13467         * doc/md.texi (atomic_bit_test_and_set@var{mode},
13468         atomic_bit_test_and_complement@var{mode},
13469         atomic_bit_test_and_reset@var{mode}): Document.
13470         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
13471         atomic_bit_test_and_complement<mode>,
13472         atomic_bit_test_and_reset<mode>): New expanders.
13473         (atomic_bit_test_and_set<mode>_1,
13474         atomic_bit_test_and_complement<mode>_1,
13475         atomic_bit_test_and_reset<mode>_1): New insns.
13477 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
13479         PR rtl-optimization/70687
13480         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
13481         instead of unsigned HOST_WIDE_INT.
13483 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
13485         PR rtl-optimization/44281
13486         * hard-reg-set.h (struct target_hard_regs): New field
13487         x_fixed_nonglobal_reg_set.
13488         (fixed_nonglobal_reg_set): New macro.
13489         * reginfo.c (init_reg_sets_1): Initialize it.
13490         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
13491         of fixed_reg_set.
13492         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
13494 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
13496         PR tree-optimization/56541
13497         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
13498         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
13499         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
13500         (any_complicated_phi): new static variable.
13501         (aggressive_if_conv): delete.
13502         (if_convertible_phi_p): support phis with more than two arguments.
13503         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
13504         critical pred edges.
13505         (ifcvt_split_critical_edges): support phis with more than two
13506         arguments by checking new parameter.  only split critical edges
13507         if needed.
13508         (tree_if_conversion): handle simd pragma marked loop using new
13509         local variable aggressive_if_conv.  check any_complicated_phi.
13511 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
13513         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
13514         before using it.
13516 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
13518         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
13519         cbase.
13521 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
13523         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
13524         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
13525         define_insn_and_split.
13526         (mulsi3_i): New define_insn_and_split.
13527         (mulsi3_call): Convert to define_insn.
13528         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
13529         Remove constraints.
13531 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
13533         * machmode.h (mode_complex): Add support to give the complex mode
13534         for a given mode.
13535         (GET_MODE_COMPLEX_MODE): Likewise.
13536         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
13537         stored by build_complex_type and gfc_build_complex_type instead of
13538         trying to figure out the appropriate mode based on the size. Raise
13539         an assertion error, if the type was not set.
13540         * genmodes.c (struct mode_data): Add field for the complex type of
13541         the given type.
13542         (blank_mode): Likewise.
13543         (make_complex_modes): Remember the complex mode created in the
13544         base type.
13545         (emit_mode_complex): Write out the mode_complex array to map a
13546         type mode to the complex version.
13547         (emit_insn_modes_c): Likewise.
13548         * tree.c (build_complex_type): Set the complex type to use before
13549         calling layout_type.
13550         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
13551         support for __float128 complex datatypes.
13552         (rs6000_hard_regno_mode_ok): Likewise.
13553         (rs6000_setup_reg_addr_masks): Likewise.
13554         (rs6000_complex_function_value): Likewise.
13555         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
13556         __float128 and __ibm128 complex.
13557         (FLOAT128_IBM_P): Likewise.
13558         (ALTIVEC_ARG_MAX_RETURN): Likewise.
13559         * doc/extend.texi (Additional Floating Types): Document that
13560         -mfloat128 must be used to enable __float128.  Document complex
13561         __float128 and __ibm128 support.
13563 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
13565         PR target/49244
13566         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
13567         char/short arguments promoted to int because of promote_prototypes.
13569 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
13571         * config/i386/predicates.md (register_ssemem_operand): New predicate.
13572         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
13573         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
13574         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
13575         alternatives using "enabled" attribute.  Use register_ssemem_operand
13576         as operand 1 predicate.
13577         (*cmpi<unord>xf_i387): Split XFmode pattern from
13578         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
13579         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
13580         *absneg<mode>2_i387.  Disable unsupported alternatives using
13581         "enabled" attribute.
13582         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
13584 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
13586         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
13587         marker.
13588         (oacc_loop_process): Check mask for loop termination.
13590 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
13592         * cif-code.def (CIF_THUNK): Add.
13593         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
13594         accidental change.
13596 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
13598         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
13599         (dump_inline_summary): Dump it.
13600         (fp_expression_p): New predicate.
13601         (estimate_function_body_sizes): Use it.
13602         (inline_merge_summary): Merge fp_expressions.
13603         (inline_read_section): Read fp_expressions.
13604         (inline_write_summary): Write fp_expressions.
13605         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
13606         codegen boundary if either caller or callee is !fp_expressions.
13607         * ipa-inline.h (inline_summary): Add fp_expressions.
13608         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
13609         to fp_expressions be sure the fp generation flags are updated.
13611 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
13613         PR rtl-optimization/70467
13614         * cse.c (cse_insn): Handle no-op MEM moves after folding.
13616         PR rtl-optimization/70467
13617         * ipa-pure-const.c (check_call): Handle internal calls even in
13618         ipa mode like in local mode.
13620 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13622         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
13624 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
13626         * match.pd (X u< X, X u> X): New transformations.
13628 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
13630         * flag-types.h (enum warn_strict_overflow_code): Move ...
13631         * coretypes.h: ... here.
13632         * fold-const.h (fold_overflow_warning): Declare.
13633         * fold-const.c (fold_overflow_warning): Make non-static.
13634         (fold_comparison): Move the transformation of X +- C1 CMP C2
13635         into X CMP C2 -+ C1 ...
13636         * match.pd: ... here.
13637         * gimple-fold.c (fold_stmt_1): Protect with
13638         fold_defer_overflow_warnings.
13640 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
13642         * omp-low.c (struct oacc_loop): Add 'inner' field.
13643         (new_oacc_loop_raw): Initialize it to zero.
13644         (oacc_loop_fixed_partitions): Initialize it.
13645         (oacc_loop_auto_partitions): Partition outermost loop to outermost
13646         available partitioning.
13648 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
13650         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
13651         register_operand.
13652         (umulsidi3): Likewise.
13653         (indirect_jump): Fix jump instruction assembly patterns.
13655 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
13657         PR target/70860
13658         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
13659         (nvptx_function_value): Assert non-NULL cfun.
13661 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
13663         PR rtl-optimization/70886
13664         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
13666         * cselib.h (rtx_equal_for_cselib_1): Declare.
13667         (rtx_equal_for_cselib_p: New inline function.
13668         * cselib.c (rtx_equal_for_cselib_p): Delete.
13669         (rtx_equal_for_cselib_1): Make public.
13671 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
13673         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
13674         (register_mixssei387nonimm_operand): Remove predicate.
13675         * config/i386/i386.md (*fop_<mode>_comm): Merge from
13676         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
13677         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
13678         for TARGET_MIX_SSE_I387 alternatives.
13679         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
13680         Disable unsupported alternatives using "enabled" attribute.  Use
13681         nonimm_ssenomem_operand as operand 1 predicate.  Also check
13682         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
13684 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
13686         * tree.c (cst_and_fits_in_hwi): Simplify.
13688 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
13690         * tree.h (wi::to_wide): New function.
13691         * expr.c (expand_expr_real_1): Use wi::to_wide.
13692         * fold-const.c (int_const_binop_1): Likewise.
13693         (extract_muldiv_1): Likewise.
13695 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
13697         * wide-int.h: Update offset_int and widest_int documentation.
13698         (WI_SIGNED_SHIFT_RESULT): New macro.
13699         (wi::binary_shift): Define signed_shift_result_type for
13700         shifts on offset_int- and widest_int-like types.
13701         (generic_wide_int): Support <<= and >>= if << and >> are supported.
13702         * tree.h (int_bit_position): Use shift operators instead of wi::
13703          shifts.
13704         * alias.c (adjust_offset_for_component_ref): Likewise.
13705         * expr.c (get_inner_reference): Likewise.
13706         * fold-const.c (fold_comparison): Likewise.
13707         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
13708         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
13709         * tree-dfa.c (get_ref_base_and_extent): Likewise.
13710         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
13711         (stmt_kills_ref_p): Likewise.
13712         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
13713         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
13714         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
13715         (ao_ref_init_from_vn_reference): Likewise.
13717 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
13719         * wide-int.h: Update offset_int and widest_int documentation.
13720         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
13721         (wi::binary_traits): Allow ordered comparisons between offset_int and
13722         offset_int, between widest_int and widest_int, and between either
13723         of these types and basic C types.
13724         (operator <, <=, >, >=): Define for the same combinations.
13725         * tree.h (tree_int_cst_lt): Use comparison operators instead
13726         of wi:: comparisons.
13727         (tree_int_cst_le): Likewise.
13728         * gimple-fold.c (fold_array_ctor_reference): Likewise.
13729         (fold_nonarray_ctor_reference): Likewise.
13730         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
13731         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
13732         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
13733         * tree-sra.c (completely_scalarize): Likewise.
13734         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
13735         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
13736         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
13737         (check_for_binary_op_overflow): Likewise.
13738         (search_for_addr_array): Likewise.
13739         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
13741 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
13743         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
13744         (arc_save_restore): Likewise.
13745         (arc_dwarf_register_span): Likewise.
13746         (arc_output_pic_addr_const): Initialize suffix variable.
13748 2016-05-02  Martin Liska  <mliska@suse.cz>
13750         * symbol-summary.h (function_summary::function_summary):
13751         Remove checking assert for all cgraph nodes.
13752         (function_summary::get): Check summary_uid.
13753         (symtab_insertion): Check summary_uid.
13755 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
13757         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
13758         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
13759         bmaskn instruction.
13760         (arc_dwarf_register_span): Remove enum keyword.
13761         (compact_memory_operand_p): New function.
13762         * config/arc/arc.h (reg_class): Add code density register classes.
13763         (REG_CLASS_NAMES): Likewise.
13764         (REG_CLASS_CONTENTS): Likewise.
13765         * config/arc/arc.md (*movqi_insn): Add code density instructions.
13766         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
13767         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
13768         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
13769         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
13770         constraints.
13771         (h, Rcd, Rsd, Rzd): New register constraints.
13772         (T): Use compact_memory_operand_p function.
13773         * config/arc/predicates.md (compact_load_memory_operand): Remove.
13775 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
13777         * config/sh/sh.md (*negnegt, *movtt): Remove.
13779 2016-05-02  Marek Polacek  <polacek@redhat.com>
13780             Tom de Vries  <tom@codesourcery.com>
13782         PR tree-optimization/70700
13783         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
13784         bigger than FIRST_REF_NODE.
13786 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
13788         PR target/52898
13789         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
13790         TARGET_CMPEQDI_T.
13791         (prepare_cbranch_operands): Don't use scratch register.  Assume that
13792         function is used when pseudos can be created.
13793         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
13794         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
13795         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
13796         define_expand.  Allow it only when pseudos can be created.
13797         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
13799 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
13801         * config/i386/constraints.md (BC): Only allow -1 operands.
13802         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
13803         Add "enabled" attribute.  Update XI mode attribute calculation.
13804         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
13805         (*movoi_internal_avx): Update XI mode attribute calculation.
13806         (*movti_internal): Ditto.
13808 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
13810         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
13811         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
13813 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
13815         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
13816         statement on instruction code.  Remove trailing spaces.
13817         (altivec_expand_stv_builtin): Likewise.
13819 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
13821         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
13822         (TARGET_FPU_DOUBLE): Simplify.
13823         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
13824         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
13825         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
13826         with 'TARGET_FPU_DOUBLE'.
13827         * config/sh/sh.md: Likewise.
13829 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
13831         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
13832         SH_DIV_STR_FOR_SIZE): Remove.
13833         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
13834         SH_DIV_STR_FOR_SIZE): Remove.
13836 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
13838         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
13839         logical_reg_operand): Delete.
13840         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
13841         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
13842         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
13843         match_operand and match_test.
13844         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
13845         variables on their first use.  Return bool values.
13846         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
13847         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
13848         arith_reg_operand for input operand.  Remove empty constraints.
13849         (xorsi3): Delete.
13850         (*xorsi3_compact): Rename to xorsi3.
13851         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
13852         (*zero_extend<mode>si2_disp_mem): Update comment.
13853         (mov_nop): Delete.
13855 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
13857         * config/sh/t-sh: Remove SH5 support.
13858         * config.gcc: Likewise.
13859         * configure: Likewise.
13861 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13863         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
13865 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
13867         * config/sh/sh.c (register_sh_passes, sh_option_override,
13868         sh_print_operand, prepare_move_operands,
13869         sh_can_follow_jump): Remove TARGET_SH1 checks.
13870         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
13871         PROMOTE_MODE): Likewise.
13872         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
13873         movdi): Likewise.
13875 2016-04-30  Alan Modra  <amodra@gmail.com>
13877         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
13878         restoring when fixed_reg_p, but allow out-of-line or stmw save.
13879         Check for user regs later to avoid unnecessary looping over regs.
13880         Merge user reg check with non-saved reg check.  Don't force
13881         inline VR restore when static chain used.
13882         (rs6000_frame_related): Omit eh_frame info for user regs when
13883         saving.
13884         (fixed_regs_p): Delete.
13886 2016-04-30  Alan Modra  <amodra@gmail.com>
13888         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
13889         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
13890         Update all uses.
13892 2016-04-30  Alan Modra  <amodra@gmail.com>
13894         PR target/69645
13895         * config/rs6000/rs6000.c (fixed_reg_p): New function.
13896         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
13897         Update all uses.
13899 2016-04-30  Alan Modra  <amodra@gmail.com>
13901         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
13902         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
13903         flag_pic test for Darwin.
13905 2016-04-30  Alan Modra  <amodra@gmail.com>
13907         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
13908         throw_calls_crossed.
13909         (REG_FREQ_CALLS_CROSSED): Delete.
13910         (REG_N_THROWING_CALLS_CROSSED): Delete.
13911         * regstat.c (regstat_bb_compute_ri): Don't calculate
13912         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
13913         (dump_reg_info): Don't print call cross frequency.
13914         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
13915         and REG_N_THROWING_CALLS_CROSSED.
13917 2016-04-30  Alan Modra  <amodra@gmail.com>
13919         * regs.h (struct reg_info_t): Delete live_length.
13920         (REG_LIVE_LENGTH): Delete macro.
13921         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
13922         local_live, local_processed and local_live_last_luid params.
13923         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
13924         Formatting fixes.
13925         (regstat_compute_ri): Adjust for above.  Don't set
13926         REG_LIVE_LENGTH.
13927         (dump_reg_info): Don't print live length.
13928         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
13929         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
13930         Localize loop_depth var.
13932 2016-04-30  Alan Modra  <amodra@gmail.com>
13934         * ira.c (enum valid_equiv): New.
13935         (validate_equiv_mem): Return enum.
13936         (update_equiv_mem): Create replacement in more cases.
13937         (add_store_equivs): Update validate_equiv_mem call.
13939 2016-04-30  Alan Modra  <amodra@gmail.com>
13941         * ira.c (combine_and_move_insns): Rather than scanning insns,
13942         use DF infrastucture to find use and def insns.
13944 2016-04-30  Alan Modra  <amodra@gmail.com>
13946         ira.c (combine_and_move_insns): Move invariant conditions..
13947         (ira.c): ..to here.  Call combine_and_move_insns before
13948         add_store_equivs.  Call grow_reg_equivs later.  Allocate
13949         req_equiv later using max_reg_num() rather than global max_regno.
13950         (contains_replace_regs): Delete.
13951         (add_store_equivs): Remove contains_replace_regs test.
13953 2016-04-30  Alan Modra  <amodra@gmail.com>
13955         * ira.c (struct equiv_mem_data): New.
13956         (equiv_mem, equiv_mem_modified): Delete static vars.
13957         (validate_equiv_mem_from_store): Use "data" param to communicate..
13958         (validate_equiv_mem): ..from here.
13960 2016-04-30  Alan Modra  <amodra@gmail.com>
13962         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
13963         split out from..
13964         (update_reg_equivs): ..here.  Move allocation and freeing of
13965         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
13966         end_alias_analysis to..
13967         (ira): ..here.
13969 2016-04-30  Alan Modra  <amodra@gmail.com>
13971         * ira.c (pdx_subregs): Delete.
13972         (struct equivalence): Add pdx_subregs field.
13973         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
13974         pdx_subregs access.
13975         (update_equiv_regs): Don't create or free pdx_subregs.  Update
13976         pdx_subregs access.
13978 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13980         * config/rs6000/altivec.h: Change definitions of vec_xl and
13981         vec_xst.
13982         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
13983         (LD_ELEMREV_V2DI): New.
13984         (LD_ELEMREV_V4SF): New.
13985         (LD_ELEMREV_V4SI): New.
13986         (LD_ELEMREV_V8HI): New.
13987         (LD_ELEMREV_V16QI): New.
13988         (ST_ELEMREV_V2DF): New.
13989         (ST_ELEMREV_V2DI): New.
13990         (ST_ELEMREV_V4SF): New.
13991         (ST_ELEMREV_V4SI): New.
13992         (ST_ELEMREV_V8HI): New.
13993         (ST_ELEMREV_V16QI): New.
13994         (XL): New.
13995         (XST): New.
13996         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13997         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
13998         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
13999         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
14000         (altivec_expand_builtin): Add handling for
14001         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
14002         (rs6000_invalid_builtin): Add error-checking for
14003         RS6000_BTM_P9_VECTOR.
14004         (altivec_init_builtins): Define builtins used to implement vec_xl
14005         and vec_xst.
14006         (rs6000_builtin_mask_names): Define power9-vector.
14007         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
14008         (RS6000_BTM_P9_VECTOR): Define.
14009         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
14010         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
14011         (vsx_ld_elemrev_v2df): Likewise.
14012         (vsx_ld_elemrev_v4sf): Likewise.
14013         (vsx_ld_elemrev_v4si): Likewise.
14014         (vsx_ld_elemrev_v8hi): Likewise.
14015         (vsx_ld_elemrev_v16qi): Likewise.
14016         (vsx_st_elemrev_v2df): Likewise.
14017         (vsx_st_elemrev_v2di): Likewise.
14018         (vsx_st_elemrev_v4sf): Likewise.
14019         (vsx_st_elemrev_v4si): Likewise.
14020         (vsx_st_elemrev_v8hi): Likewise.
14021         (vsx_st_elemrev_v16qi): Likewise.
14022         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
14023         grammar.
14025 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
14027         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
14028         out into ...
14029         (simplify_control_stmt_condition_1): ... here.  Recurse into
14030         BIT_AND_EXPRs and BIT_IOR_EXPRs.
14032 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
14034         PR target/69810
14035         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
14036         (zero_extendqi<mode>2_dot): Revert earlier conversion from
14037         define_insn_and_split to define_insn.
14038         (zero_extendqi<mode>2_dot2): Same.
14039         (extendqi<mode>2_dot): Same.
14040         (extendqi<mode>2_dot2): Same.
14042 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
14044         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
14045         (probe_stack): New expander.
14046         (probe_stack_<mode>): New insn pattern.
14048 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
14050         * config/i386/i386.md
14051         (operations with memory inputs setting flags peephole2):
14052         Remove uneeded REG_P checks.  Cleanup pattern generation.
14054 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
14056         * tree-vect-loop.c (vect_transform_loop): Fix
14057         nb_iterations_upper_bound computation for vectorized loop.
14059 2016-04-29  Marek Polacek  <polacek@redhat.com>
14060             Jakub Jelinek  <jakub@redhat.com>
14062         PR sanitizer/70342
14063         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
14064         TARGET_EXPR_SLOT as a base.
14066 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
14068         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
14069         with 'rCm2' constraints to limit possible immediate size.
14070         (*load_zeroextendqisi_update): Likewise.
14071         (*load_signextendqisi_update): Likewise.
14072         (*loadhi_update): Likewise.
14073         (*load_zeroextendhisi_update): Likewise.
14074         (*load_signextendhisi_update): Likewise.
14075         (*loadsi_update): Likewise.
14076         (*loadsf_update): Likewise.
14078 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
14080         * config/i386/predicates.md (constm1_operand): Fix comparison.
14082 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
14084         * testsuite/gcc.target/arc/ieee_eq.c: New test.
14086 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
14088         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
14089         remaining SH5 related settings.
14090         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
14091         shmedia_prepare_call_address): Delete.
14092         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
14093         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
14094         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
14095         UNSUPPORTED_SH2A): Remove m5 checks.
14096         (sh_divide_strategy_e): Remove SH5 division strategies.
14097         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
14098         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
14100 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14102         * config/s390/s390.c (s390_rtx_costs): Update documentation.
14104 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14106         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
14107         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
14108         Change lder to ldr.
14109         * config/s390/vector.md ("mov<mode>"): Likewise.
14111 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
14113         * config/s390/constraints.md ("U", "W"): Invoke
14114         s390_mem_constraint with "ZR" and "ZT".
14115         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
14116         addresses when using LRA.  Accept also short displacements for S
14117         and T constraints.  Do not check for long displacement target for
14118         S and T constraints.
14119         (s390_mem_constraint): Remove handling of U and W constraints.
14120         * config/s390/s390.md (various patterns): Remove the short
14121         displacement constraints (Q and R) if a long displacement
14122         constraint is present.  Add longdisp as required CPU capability.
14123         * config/s390/vector.md: Likewise.
14124         * config/s390/vx-builtins.md: Likewise.
14126 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
14128         PR target/60040
14129         * reload1.c (reload): Call finish_spills before
14130         restarting reload loop. Skip select_reload_regs
14131         if update_eliminables_and_spill returns true.
14133 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
14135         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
14136         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
14137         (umulhisi3_imm): Update predicates and constraint letters.
14138         (umulhisi3_reg): Declare instruction as commutative.
14139         * config/arc/constraints.md (J12, J16): New constraints.
14140         * config/arc/predicates.md (short_unsigned_const_operand): New
14141         predicate.
14142         (arc_short_operand): Likewise.
14143         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
14145 2016-04-29  Richard Biener  <rguenther@suse.de>
14147         PR tree-optimization/13962
14148         PR tree-optimization/65686
14149         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
14150         * tree-ssa-alias.c (ptrs_compare_unequal): New function
14151         using PTA to compare pointers.
14152         * match.pd: Add pattern for pointer equality compare simplification
14153         using ptrs_compare_unequal.
14155 2016-04-29  Richard Biener  <rguenther@suse.de>
14157         * stor-layout.c (layout_type): Do not build a pointer-to-element
14158         type for arrays.
14160 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
14162         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
14163         Use SWI mode iterator.  Use general_reg_operand predicate.
14164         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
14165         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
14166         predicates.
14168 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
14170         PR middle-end/70843
14171         * fold-const.c (operand_equal_p): Don't verify hash value equality
14172         if arg0 == arg1.
14173         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
14174         and OMP_CLAUSE.
14176 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
14178         PR target/70858
14179         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
14180         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
14181         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
14182         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
14183         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
14185 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14187         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
14188         to info.  Don't initialize separate fields to 0.  Clean up
14189         formatting a bit.
14191 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14193         * config/i386/i386.md (peephole2s for operations with memory inputs):
14194         Use SWI mode iterator.
14195         (peephole2s for operations with memory outputs): Ditto.
14196         Do not check for stack checking probe.
14198         (probe_stack): Remove expander.
14200 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14201             Andrew Burgess  <andrew.burgess@embecosm.com>
14203         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
14204         operands as 32-bits.
14206 2016-04-28  Jason Merrill  <jason@redhat.com>
14208         * gdbinit.in: Skip line-map.h.
14210 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14211             Andrew Burgess  <andrew.burgess@embecosm.com>
14213         * config/arc/arc.c (arc_conditional_register_usage): Take
14214         TARGET_RRQ_CLASS into account.
14215         (arc_print_operand): Support printing 'p' and 's' operands.
14216         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
14217         as 0.
14218         (TARGET_RRQ_CLASS): Define.
14219         (IS_POWEROF2_OR_0_P): Define.
14220         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
14221         alternatives.
14222         (*tst_movb): New define_insn.
14223         (*tst): Avoid recognition if it could prevent '*tst_movb'
14224         combination; replace c/CnL with c/Chs alternative.
14225         (*tst_bitfield_tst): New define_insn.
14226         (*tst_bitfield_asr): New define_insn.
14227         (*tst_bitfield): New define_insn.
14228         (andsi3_i): Add Rrq variant.
14229         (extzv): New define_expand.
14230         (insv): New define_expand.
14231         (*insv_i): New define_insn.
14232         (*movb): New define_insn.
14233         (*movb_signed): New define_insn.
14234         (*movb_high): New define_insn.
14235         (*movb_high_signed): New define_insn.
14236         (*movb_high_signed + 1): New define_split pattern.
14237         (*mrgb): New define_insn.
14238         (*mrgb + 1): New define_peephole2 pattern.
14239         (*mrgb + 2): New define_peephole2 pattern.
14240         * config/arc/arc.opt (mbitops): New option for nps400, uses
14241         TARGET_NPS_BITOPS_DEFAULT.
14242         * config/arc/constraints.md (q): Make register class conditional.
14243         (Rrq): New register constraint.
14244         (Chs): New constraint.
14245         (Clo): New constraint.
14246         (Chi): New constraint.
14247         (Cbf): New constraint.
14248         (Cbn): New constraint.
14249         (C18): New constraint.
14250         (Cbi): New constraint.
14252 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14254         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
14255         dst->popcount.
14256         (bitmap_intersection_of_preds): Ditto.
14257         (bitmap_union_of_succs): Ditto.
14258         (bitmap_union_of_preds): Ditto.
14259         * sbitmap.c (do_popcount): Delete.
14260         (BITMAP_DEBUGGING): Delete.
14261         (sbitmap_verify_popcount): Delete.
14262         (sbitmap_alloc): Don't initialize the popcount field.
14263         (sbitmap_alloc_with_popcount): Delete.
14264         (sbitmap_resize): Don't resize the popcount array.
14265         (sbitmap_vector_alloc): Don't initialize the popcount field.
14266         (bitmap_copy): Don't copy the popcount array.
14267         (bitmap_clear): Don't clear the popcount array.
14268         (bitmap_clear): Delete the popcount array handling.
14269         (bitmap_ior_and_compl): Delete the popcount assert.
14270         (bitmap_not): Ditto.
14271         (bitmap_and_compl): Ditto.
14272         (bitmap_and): Delete the popcount array handling.
14273         (bitmap_xor): Ditto.
14274         (bitmap_ior): Ditto.
14275         (bitmap_or_and): Delete the popcount assert.
14276         (bitmap_and_or): Ditto.
14277         (popcount_table): Delete.
14278         (sbitmap_elt_popcount): Delete.
14279         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
14280         (bitmap_set_bit): Delete the popcount assert.
14281         (bitmap_clear_bit): Ditto.
14282         (sbitmap_free): Don't free the popcount array.
14283         (sbitmap_alloc_with_popcount): Delete declaration.
14284         (sbitmap_popcount): Ditto.
14286 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14287             Andrew Burgess  <andrew.burgess@embecosm.com>
14289         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
14290         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
14291         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
14292         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
14293         * config/arc/arc.opt (mcmem): New option.
14294         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
14295         supply length for r/m alternative.
14296         (*extendqisi2_ac): Likewise.
14297         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
14298         r/Uex alternative.
14299         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
14300         (movhi_insn): Likewise.
14301         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
14302         (*zero_extendqihi2_i): Add r/Ucm alternative.
14303         (*zero_extendqisi2_ac): Likewise.
14304         (*zero_extendhisi2_i): Likewise.
14305         * config/arc/constraints.md (Uex): New memory constraint.
14306         (Ucm): New define_constraint.
14307         * config/arc/predicates.md (long_immediate_loadstore_operand):
14308         Return 0 for MEM with cmem_address address.
14309         (cmem_address_0): New predicates.
14310         (cmem_address_1): Likewise.
14311         (cmem_address_2): Likewise.
14312         (cmem_address): Likewise.
14314 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14316         * config/rs6000/rs6000.c (machine_function): Rename
14317         insn_chain_scanned_p to spe_insn_chain_scanned_p.
14318         (rs6000_stack_info): Adjust.
14320 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
14321             Andrew Burgess  <andrew.burgess@embecosm.com>
14323         * config/arc/constraints.md (Usd): Convert to define_constraint.
14324         (Us<): Likewise.
14325         (Us>): Likewise.
14327 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
14329         PR target/70821
14330         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
14331         Add new peephole2 where the first insn is *mov<mode>_or instead of
14332         *mov<mode>_internal.
14334 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
14336         * tracer.c (bb_seen): Make static.
14338 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
14340         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
14341         support, setup defaults.
14342         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
14343         * config/arc/arc.c (arc_init): Add NPS400 support.
14344         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
14345         (TARGET_ARC700): NPS400 is also an ARC700.
14346         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
14348 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
14350         PR target/70668
14351         * config/nds32/nds32.md (casesi): Don't access the operands array
14352         out of bounds.
14354 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14356         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
14357         (or $-1,reg peephole2): Ditto.
14358         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
14360 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
14362         * doc/extend.texi (Common Function Attributes) [optimize]:
14363         Discourage use of the optimize attribute.
14365 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
14367         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
14368         special case builtin.
14369         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
14370         ALTIVEC_BUILTIN_VEC_ADDE.
14371         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
14372         support for ALTIVEC_BUILTIN_VEC_ADDE.
14373         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
14374         for __builtin_vec_adde.
14376 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
14378         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
14379         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
14381 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14383         PR testsuite/70595
14384         * doc/sourcebuild.texi (Effective-Target Keywords, Other
14385         attributes): Document cilkplus_runtime.
14387 2016-04-28  Martin Jambor  <mjambor@suse.cz>
14389         * tree-cfg.c (verify_expr): Verify that local declarations belong to
14390         this function.  Call verify_expr on MEM_REFs and bases of other
14391         handled_components.
14393 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14395         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
14396         for WORD_REGISTER_OPERATIONS to runtime check.
14398 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14400         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
14402 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14404         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
14405         big-endian compilation.
14406         * config/arc/arc.md (addf3): Likewise.
14407         (subdf3): Likewise.
14408         (muldf3): Likewise.
14410 2016-04-28  Richard Biener  <rguenther@suse.de>
14412         PR tree-optimization/70840
14413         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
14414         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
14415         Mark x * pow(x,c) -> pow(x,c+1) commutative.
14416         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
14418 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14420         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
14421         and explain why in a comment.
14423 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14425         * config/arc/arc.md (cpu_facility): Add fpx variant.
14426         (subdf3): Prohibit use reverse sub when assist operations option
14427         is enabled.
14428         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
14429         instructions only when FPX is enabled.
14430         * testsuite/gcc.target/arc/trsub.c: New test.
14432 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14434         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
14435         mult_operator when calculating "type" attribute.
14436         (*fop_<mode>_1_i387): Ditto.
14437         (*fop_xf_1_i387): Ditto.
14438         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
14439         Use std::swap to swap operands.  Use RTL expressions to generate
14440         converted pattern.
14442 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14443             Joern Rennecke  <joern.rennecke@embecosm.com>
14445         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
14446         declaration.
14447         (emit_pic_move): Remove.
14448         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
14449         * config/arc/arc.c (emit_pic_move): Removed.
14450         (TARGET_HAVE_TLS): Define.
14451         (arc_conditional_register_usage): Test for arc_tp_regno.
14452         (arc_print_operand, arc_print_operand_address): Handle TLS
14453         unspecs.
14454         (arc_needs_pcl_p): New function.
14455         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
14456         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
14457         (arc_raw_symbolic_reference_mentioned_p): Likewise.
14458         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
14459         (arc_legitimize_tls_address): Likewise.
14460         (DTPOFF_ZERO_SYM): Define.
14461         (arc_legitimize_pic_address): Make it static, handle TLS cases.
14462         (arc_output_pic_addr_const): Print TLS unspecs.
14463         (prepare_pic_move): New function, replaces emit_pic_move.
14464         (arc_legitimate_constant_p): Handle TLS unspecs.
14465         (arc_legitimate_address_p): Likewise.
14466         (arc_rewrite_small_data_p): Use assert for TLS constants.
14467         (prepare_move_operands): Use prepare_pic_move.
14468         (arc_legitimize_address): Legitimize tls addresses.
14469         (arc_epilogue_uses): Check for arc_tp_regno.
14470         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
14471         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
14472         Define.
14473         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
14474         Likewise.
14475         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
14476         %(arc_tls_extra_start_spec).
14477         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
14478         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
14479         (EH_USES): Define.
14480         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
14481         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
14482         (UNSPEC_TLS_OFF): Add.
14483         (R10_REG): Define.
14484         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
14485         (get_thread_pointersi): New patterns.
14486         * config/arc/arc.opt (mtp-regno): New option.
14487         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
14488         (move_dest_operand): Likewise.
14489         * configure: Regenerate.
14490         * configure.ac: Add arc*-*-* case to test for tls.
14491         * doc/invoke.texi (ARC options): Document mtp-regno.
14493 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
14495         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
14496         the new ARC HS SIMD instructions.
14497         (arc_preferred_simd_mode): New function.
14498         (arc_autovectorize_vector_sizes): Likewise.
14499         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
14500         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
14501         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
14502         (arc_init_builtins): Add new SIMD builtin types.
14503         (arc_split_move): Handle 64 bit vector moves.
14504         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
14505         (TARGET_PLUS_QMACW): Define.
14506         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
14507         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
14508         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
14509         (VSUBADD4H): New builtins.
14510         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
14511         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
14513 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
14514             Matthias Klose  <doko@debian.org>
14516         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
14518 2016-04-28  Richard Biener  <rguenther@suse.de>
14520         PR middle-end/70777
14521         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
14522         canonicalization.
14524 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
14526         * common/config/sh/sh-common.c: Remove SH5 support.
14527         * config/sh/constraints.md: Likewise.
14528         * config/sh/config/sh/elf.h: Likewise.
14529         * config/sh/linux.h: Likewise.
14530         * config/sh/netbsd-elf.h: Likewise.
14531         * config/sh/predicates.md: Likewise.
14532         * config/sh/sh-c.c: Likewise.
14533         * config/sh/sh-protos.h: Likewise.
14534         * config/sh/sh.c: Likewise.
14535         * config/sh/sh.h: Likewise.
14536         * config/sh/sh.md: Likewise.
14537         * config/sh/sh.opt: Likewise.
14538         * config/sh/sync.md: Likewise.
14539         * config/sh/sh64.h: Delete.
14540         * config/sh/shmedia.h: Likewise.
14541         * config/sh/shmedia.md: Likewise.
14542         * config/sh/sshmedia.h: Likewise.
14543         * config/sh/t-netbsd-sh5-64: Likewise.
14544         * config/sh/t-sh64: Likewise.
14545         * config/sh/ushmedia.h: Likewise.
14547 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
14549         * config/i386/i386.md (sign_extend to memory peephole2s): Use
14550         general_reg_operand instead of register_operand predicate.
14552 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14554         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
14556 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
14558         * match.pd (A - B > A, A + B < A): New transformations.
14560 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
14562         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
14563         which defaults to true.  Emit an outer pair of parentheses only if
14564         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
14565         don't emit parentheses for the right-hand operand.
14567 2016-04-27  Jeff Law  <law@redhat.com>
14569         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
14571 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14573         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
14574         (altivec_lvx_<mode>_internal): Document.
14575         (altivec_lvx_<mode>_2op): New define_insn.
14576         (altivec_lvx_<mode>_1op): Likewise.
14577         (altivec_lvx_<mode>_2op_si): Likewise.
14578         (altivec_lvx_<mode>_1op_si): Likewise.
14579         (altivec_stvx_<mode>): Remove.
14580         (altivec_stvx_<mode>_internal): Document.
14581         (altivec_stvx_<mode>_2op): New define_insn.
14582         (altivec_stvx_<mode>_1op): Likewise.
14583         (altivec_stvx_<mode>_2op_si): Likewise.
14584         (altivec_stvx_<mode>_1op_si): Likewise.
14585         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
14586         Expand vec_ld and vec_st during parsing.
14587         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
14588         changes.
14589         (altivec_expand_stvx_be): Likewise.
14590         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
14591         address-masking behavior in RTL.
14592         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
14593         address-masking behavior in RTL.
14594         (altivec_expand_builtin): Change builtin code arguments for calls
14595         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
14596         (insn_is_swappable_p): Avoid incorrect swap optimization in the
14597         presence of lvx/stvx patterns.
14598         (alignment_with_canonical_addr): New function.
14599         (alignment_mask): Likewise.
14600         (find_alignment_op): Likewise.
14601         (recombine_lvx_pattern): Likewise.
14602         (recombine_stvx_pattern): Likewise.
14603         (recombine_lvx_stvx_patterns): Likewise.
14604         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
14605         stvx patterns from expand.
14606         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
14607         expansions.
14608         (vector_altivec_store_<mode>): Likewise.
14610 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
14612         * config/aarch64/aarch64.md
14613         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
14614         remove the "fp" attributes.
14615         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
14616         add the "simd" attributes.
14617         (*movdf_aarch64): Likewise.
14618         (*movtf_aarch64): Remove the "fp" attributes.
14619         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
14620         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
14622 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
14624         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
14625         rtx to rtx_code_label *.
14626         * rtl.h (maybe_set_first_label_num): Likewise.
14628 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
14630         * df-core.c (df_add_problem): Make the problem param be const.
14631         (df_remove_problem): Make local "problem" be const.
14632         * df-problems.c (problem_RD): Make const.
14633         (problem_LR): Likewise.
14634         (problem_LIVE): Likewise.
14635         (problem_MIR): Likewise.
14636         (problem_CHAIN): Likewise.
14637         (problem_WORD_LR): Likewise.
14638         (problem_NOTE): Likewise.
14639         (problem_MD): Likewise.
14640         * df-scan.c (problem_SCAN): Likewise.
14641         * df.h (struct df_problem): Make field "dependent_problem" be
14642         const.
14643         (struct dataflow): Likewise for field "problem".
14644         (df_add_problem): Make param const.
14646 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
14648         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
14649         inter-unit moves to/from vector registers are enabled.  Do not disable
14650         for TARGET_MMX.
14652 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
14654         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
14655         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
14656         #define to...
14657         (enum df_problem_id): ...this new enum.
14658         (struct df_problem): Convert field "id" from "int" to
14659         enum df_problem_id.
14661 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
14663         * rtl.def: Update comment for "things in the instruction chain" to
14664         reflect the removal of the leading "i" field for INSN_UID in
14665         r210360.  Fix bogus apostrophe.
14667 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
14669         * config/i386/i386.md
14670         (lea arith with mem operand + setcc peephole2): Set operator mode.
14672 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
14674         PR target/70155
14675         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
14676         (dimode_scalar_to_vector_candidate_p): This.
14677         (timode_scalar_to_vector_candidate_p): New function.
14678         (scalar_to_vector_candidate_p): Likewise.
14679         (timode_check_non_convertible_regs): Likewise.
14680         (timode_remove_non_convertible_regs): Likewise.
14681         (remove_non_convertible_regs): Likewise.
14682         (remove_non_convertible_regs): Renamed to ...
14683         (dimode_remove_non_convertible_regs): This.
14684         (scalar_chain::~scalar_chain): Make it virtual.
14685         (scalar_chain::compute_convert_gain): Make it pure virtual.
14686         (scalar_chain::mark_dual_mode_def): Likewise.
14687         (scalar_chain::convert_insn): Likewise.
14688         (scalar_chain::convert_registers): Likewise.
14689         (scalar_chain::add_to_queue): Make it protected.
14690         (scalar_chain::emit_conversion_insns): Likewise.
14691         (scalar_chain::replace_with_subreg): Likewise.
14692         (scalar_chain::replace_with_subreg_in_insn): Likewise.
14693         (scalar_chain::convert_op): Likewise.
14694         (scalar_chain::convert_reg): Likewise.
14695         (scalar_chain::make_vector_copies): Likewise.
14696         (scalar_chain::convert_registers): New pure virtual function.
14697         (class dimode_scalar_chain): New class.
14698         (class timode_scalar_chain): Likewise.
14699         (scalar_chain::mark_dual_mode_def): Renamed to ...
14700         (dimode_scalar_chain::mark_dual_mode_def): This.
14701         (timode_scalar_chain::mark_dual_mode_def): New function.
14702         (timode_scalar_chain::convert_insn): Likewise.
14703         (dimode_scalar_chain::convert_registers): Likewise.
14704         (scalar_chain::compute_convert_gain): Renamed to ...
14705         (dimode_scalar_chain::compute_convert_gain): This.
14706         (scalar_chain::replace_with_subreg): Renamed to ...
14707         (dimode_scalar_chain::replace_with_subreg): This.
14708         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
14709         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
14710         (scalar_chain::make_vector_copies): Renamed to ...
14711         (dimode_scalar_chain::make_vector_copies): This.
14712         (scalar_chain::convert_reg): Renamed to ...
14713         (dimode_scalar_chain::convert_reg ): This.
14714         (scalar_chain::convert_op): Renamed to ...
14715         (dimode_scalar_chain::convert_op): This.
14716         (scalar_chain::convert_insn): Renamed to ...
14717         (dimode_scalar_chain::convert_insn): This.
14718         (scalar_chain::convert): Call convert_registers.
14719         (convert_scalars_to_vector): Change to scalar_chain pointer to
14720         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
14721         in 32-bit mode.  Delete scalar_chain pointer.  Call
14722         free_dominance_info in 64-bit mode.
14723         (pass_stv::gate): Remove TARGET_64BIT check.
14724         (ix86_option_override): Put the 64-bit STV pass before the CSE
14725         pass.
14727 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
14729         * dwarf2out.h (struct dw_loc_descr_node): Remove the
14730         dw_loc_frame_offset field.
14731         * dwarf2out.c (new_loc_descr): Likewise.
14732         (resolve_args_picking_1): Turn the VISITED hash set into a
14733         FRAME_OFFSET hash map. Use it to associate a frame offset to
14734         visited nodes. Remove uses of the CHECKING_P macro.
14735         (resolve_args_picking): Update call to resolve_args_picking_1.
14737 2016-04-27  Martin Liska  <mliska@suse.cz>
14739         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
14740         (free_loop_data): Release vuses of groups.
14742 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
14744         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
14745         instead of redundant use_id and boolean have_use_for.
14746         (struct iv_use): Change sub_id into group_id.  Remove field next.
14747         Move fields: related_cands, n_map_members, cost_map and selected
14748         to ...
14749         (struct iv_group): ... here.  New structure.
14750         (struct iv_common_cand): Use structure declaration directly.
14751         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
14752         (MAX_CONSIDERED_USES): Rename macro to ...
14753         (MAX_CONSIDERED_GROUPS): ... here.
14754         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
14755         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
14756         (dump_uses): Rename to ...
14757         (dump_groups): ... here.  Update all uses.
14758         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
14759         (find_induction_variables): Refactor format of dump information.
14760         (record_sub_use): Delete.
14761         (record_use): Update all uses.
14762         (record_group): New function.
14763         (record_group_use, find_interesting_uses_op): Call above functions.
14764         Update all uses.
14765         (find_interesting_uses_cond): Ditto.
14766         (group_compare_offset): New function.
14767         (split_all_small_groups): Rename to ...
14768         (split_small_address_groups_p): ... here.  Update all uses.
14769         (split_address_groups):  Update all uses.
14770         (find_interesting_uses): Refactor format of dump information.
14771         (add_candidate_1): Update all uses.  Remove redundant check on iv,
14772         base and step.
14773         (add_candidate, record_common_cand): Remove redundant assert.
14774         (add_iv_candidate_for_biv): Update use.
14775         (add_iv_candidate_derived_from_uses): Update all uses.
14776         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
14777         (alloc_use_cost_map): Ditto.
14778         (set_use_iv_cost, get_use_iv_cost): Rename to ...
14779         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
14780         (determine_use_iv_cost_generic): Ditto.
14781         (determine_group_iv_cost_generic): Ditto.
14782         (determine_use_iv_cost_address): Ditto.
14783         (determine_group_iv_cost_address): Ditto.
14784         (determine_use_iv_cost_condition): Ditto.
14785         (determine_group_iv_cost_cond): Ditto.
14786         (determine_use_iv_cost): Ditto.
14787         (determine_group_iv_cost): Ditto.
14788         (set_autoinc_for_original_candidates): Update all uses.
14789         (find_iv_candidates): Update all uses.  Refactor dump information.
14790         (determine_use_iv_costs): Ditto.
14791         (determine_iv_costs): Ditto.
14792         (iv_ca_cand_for_use): Rename to ...
14793         (iv_ca_cand_for_group): ... here.  Update all uses.
14794         (iv_ca_add_use, iv_ca_add_group): Ditto.
14795         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
14796         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
14797         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
14798         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
14799         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
14800         (create_new_iv, adjust_iv_update_pos): Ditto.
14801         (rewrite_use_address): Delete.
14802         (rewrite_use_address_1): Rename to ...
14803         (rewrite_use_address): ... here.
14804         (rewrite_use_compare): Update all uses.
14805         (rewrite_use): Delete.
14806         (rewrite_uses): Rename to ...
14807         (rewrite_groups): ... here.  Update all uses.
14808         (remove_unused_ivs, free_loop_data): Update all uses.
14809         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
14811 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14813         * rtlanal.c (nonzero_bits1): Convert preprocessor check
14814         for WORD_REGISTER_OPERATIONS to runtime check.
14816 2016-04-27  Richard Biener  <rguenther@suse.de>
14818         PR ipa/70760
14819         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
14820         aggregate_value_p to determine if a function result is
14821         returned by reference.
14822         (ipa_pta_execute): Functions having their address taken are
14823         not automatically nonlocal.
14825 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
14827         PR sanitizer/70683
14828         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
14829         * fold-const.c (operand_equal_p): If flag_checking and
14830         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
14831         and if it returns non-zero, assert iterative_hash_expr on both
14832         args is the same.
14834 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
14836         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
14838 2016-04-27  Nick Clifton  <nickc@redhat.com>
14840         PR middle-end/49889
14841         * varasm.c (merge_weak): Generate an error if an attempt is made
14842         to convert a non-weak static function into a weak, public function.
14844 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14846         * params.def (MAX_PARTITION_SIZE): New param.
14847         * doc/invoke.texi: Document lto-max-partition.
14849 2016-04-27  Richard Biener  <rguenther@suse.de>
14851         PR ipa/70785
14852         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
14853         function cummulating used_from_other_partition, externally_visible
14854         and force_output from aliases.
14855         (refered_from_nonlocal_var): Likewise.
14856         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
14857         node flags properly.
14859 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
14861         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
14862         (-Wmemset-elt-size): New item.
14864 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
14866         PR ada/70759
14867         * stor-layout.h (internal_reference_types): Delete.
14868         * stor-layout.c (reference_types_internal): Likewise.
14869         (internal_reference_types): Likewise.
14870         (layout_type) <REFERENCE_TYPE>: Adjust.
14872 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
14874         PR sanitizer/70683
14875         * tree.h (inchash::add_expr): Add FLAGS argument.
14876         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
14877         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
14878         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
14879         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
14880         if swap_tree_comparison (code) is smaller than code, hash that
14881         and arguments in the other order.  Hash CONVERT_EXPR the same
14882         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
14883         of ADDR_EXPR of decl as the decl itself.  Add or remove
14884         OEP_ADDRESS_OF from recursive flags as needed.  For
14885         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
14886         operands commutatively and only the third one normally.
14887         For internal CALL_EXPR hash in CALL_EXPR_IFN.
14889 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
14891         * config/rtems.h (LIB_SPEC): Add -latomic.
14893 2016-04-27  Joel Sherrill  <joel@rtems.org>
14895         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
14896         xilink.ld and flags not relevant to RTEMS.
14898 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
14900         * toplev.c (backend_init_target): Avoid calling init_reload when using
14901         LRA.
14903 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
14905         * reorg.c (try_merge_delay_insns): Declare i and j inside the
14906         for loops rather than one for the whole function.
14908 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
14910         * match.pd (X + CST CMP X): New transformation.
14912 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
14914         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
14915         * fold-const.c (fold_binary_loc): Remove 2 transformations
14916         superseded by match.pd.
14917         * match.pd (x+x -> x*2): Generalize to integers.
14919 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
14921         * config/i386/i386.md (operation on memory peephole): Duplicate an
14922         existing peephole and adapt it to match lea rather than an operation
14923         that clobbers CC.
14925         PR rtl-optimization/57193
14926         * opts.c (default_options_table): Add OPT_frename_registers at -O2
14927         and above.
14928         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
14930 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
14932         * tree-if-conv.c (any_pred_load_store): New static variable.
14933         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
14934         any_pred_load_store instead of and_mask_load_store.
14935         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
14936         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
14937         (combine_blocks, tree_if_conversion): Ditto.
14939 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
14941         PR tree-optimization/70771
14942         PR tree-optimization/70775
14943         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
14944         virtual PHI nodes.  Delete parameter.
14945         (if_convertible_loop_p_1): Delete argument to above function.
14946         (predicate_all_scalar_phis): Delete code handling single-argument
14947         PHIs.
14948         (tree_if_conversion): Mark and update virtual SSA.
14950 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14952         PR target/61821
14953         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
14954         (x86_elf_aligned_common): Rename to ...
14955         (x86_elf_aligned_decl_common): ... this.
14956         Add decl arg.  Switch to .lbss for largecomm object.  Use
14957         LARGECOMM_SECTION_ASM_OP.
14958         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
14959         renaming.
14960         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
14961         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
14962         Pass new decl arg.
14963         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
14964         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
14966 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14968         PR target/59407
14969         * config/i386/i386.c (SECTION_LARGE): Define.
14970         (x86_64_elf_select_section): Set it for large data/bss sections.
14971         Only clear SECTION_WRITE for .lrodata.
14972         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
14973         data/bss sections.
14974         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
14975         * varasm.c (default_elf_asm_named_section): Grow flagchars.
14976         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
14977         SECTION_MACH_DEP.
14978         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
14979         * doc/tm.texi: Regenerate.
14981 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
14983         PR bootstrap/70704
14984         * configure.ac (--enable-checking): Document extra flag, for
14985         non-release builds default to --enable-checking=yes,extra.
14986         If misc checking and extra checking, define CHECKING_P to 2 instead
14987         of 1.
14988         * common.opt (fchecking=): Add.
14989         * doc/invoke.texi (-fchecking=): Document.
14990         * doc/install.texi: Document --enable-checking changes.
14991         * configure: Regenerated.
14992         * config.in: Regenerated.
14994 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
14996         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
14997         attribute instead of which_alternative.
14998         * config/i386/sse.md (*mov<mode>_internal): Ditto.
14999         Use EXT_REX_SSE_REG_P where appropriate.
15001 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
15003         * config/i386/predicates.md (const0_operand): Do not match
15004         const_wide_int code.
15005         (const1_operand): Ditto.
15007 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
15009         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
15010         for SSE constm1 operands and TARGET_AVX512VL.
15011         (*movti_internal): Ditto.
15012         (*mov<mode>_or): Use constm1_operand predicate.
15013         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
15014         for SSE vector_all_ones operands and TARGET_AVX512VL.
15015         * config/i386/predicates.md (constm1_operand): New predicate.
15016         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
15017         emission of constant -1 load.
15019 2016-04-25  Jason Merrill  <jason@redhat.com>
15021         * gdbinit.in: Skip is-a.h.
15023         * attribs.c (register_scoped_attributes): Fix logic.
15024         * attribs.h: Declare register_scoped_attributes.
15026 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15028         * config/rs6000/rs6000-builtin.def: Correct pasto error for
15029         stxvd2x and stxvw4x built-in functions.
15031 2016-04-25  DJ Delorie  <dj@redhat.com>
15033         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
15034         (ashrhi3): Likewise.
15035         (lshrhi3): Likewise.
15037 2016-04-25  Richard Biener  <rguenther@suse.de>
15039         PR tree-optimization/70780
15040         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
15041         wasn't visited yet.
15042         (compute_antic): Mark blocks with abnormal preds as visited as
15043         they have a final empty antic-in solution already.
15045 2016-04-25  Michael Collison  <michael.collison@linaro.org>
15047         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
15049 2016-04-25  Michael Collison  <michael.collison@linaro.org>
15051         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
15052         mode is VQI to improve mixed mode vectorization.
15053         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
15054         define_insn to match low half of signed vaddw.
15055         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
15056         define_insn to match high half of signed vaddw.
15057         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
15058         define_insn to match low half of unsigned vaddw.
15059         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
15060         define_insn to match high half of unsigned vaddw.
15061         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
15062         (arm_simd_check_vect_par_cnst_half_p): Likewise.
15063         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
15064         for new function.
15065         (arm_simd_check_vect_par_cnst_half_p): Likewise.
15066         * config/arm/predicates.md (vect_par_constant_high): Support
15067         big endian and simplify by calling
15068         arm_simd_check_vect_par_cnst_half
15069         (vect_par_constant_low): Likewise.
15071 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
15073         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
15074         predicate for operand 2.
15076 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
15077             H.J. Lu  <hongjiu.lu@intel.com>
15079         * config/i386/i386-protos.h (standard_sse_constant_p): Add
15080         machine_mode argument.
15081         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
15082         constm1_rtx operands.  For VOIDmode constants, get mode from
15083         pred_mode.  Check mode size if the mode is supported by ABI.
15084         (standard_sse_constant_opcode): Do not use standard_constant_p.
15085         Strictly check ABI support for all-ones operands.
15086         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
15087         immediates. Update calls to standard_sse_constant_p.
15088         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
15089         (ix86_rtx_costs): Ditto.
15090         * config/i386/i386.md (*movxi_internal_avx512f): Use
15091         nonimmediate_or_sse_const_operand instead of vector_move_operand.
15092         Use (v,BC) alternative instead of (v,C). Use register_operand
15093         checks instead of MEM_P.
15094         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
15095         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
15096         isa attribute.  Use register_operand checks instead of MEM_P.
15097         (*movti_internal): Use nonimmediate_or_sse_const_operand for
15098         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
15099         alternative and corresponding sse2 isa attribute.
15100         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
15101         to standard_sse_constant_p.
15102         (FP constant splitters): Ditto.
15103         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
15104         (C): Ditto.
15105         * config/i386/predicates.md (constm1_operand): Remove.
15106         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
15107         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
15108         vector_all_ones_operand instead of constm1_operand.
15110 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15112         * print-rtl.c (print_rtx_insn_vec): New function.
15113         * print-rtl.h: New prototype.
15114         * store-motion.c (struct st_expr): Make avail_stores a vector.
15115         (st_expr_entry): Adjust.
15116         (free_st_expr_entry): Likewise.
15117         (print_store_motion_mems): Likewise.
15118         (find_moveable_store): Likewise.
15119         (compute_store_table): Likewise.
15120         (delete_store): Likewise.
15121         (build_store_vectors): Likewise.
15123 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15125         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
15127 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15129         * vec.h (vec_safe_contains): New function.
15130         (vec::contains): Likewise.
15131         (vec::begin): Likewise.
15132         (vec::end): Likewise.
15134 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
15136         PR sanitizer/70712
15137         * cfgexpand.c (expand_stack_vars): Fix typo.
15139 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
15141         * system.h (list, map, set, vector): Include conditionally.
15142         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
15143         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
15144         * ipa-icf.c (INCLUDE_LIST): Define.
15145         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
15146         * config/sh/sh.c (INCLUDE_VECTOR): Define.
15147         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
15148         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
15149         * cp/logic.cc (INCLUDE_LIST): Define.
15150         * fortran/trans-common.c (INCLUDE_MAP): Define.
15152 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
15154         * auto-profile.c: Remove <string.h> include.
15155         * ipa-icf-gimple.c: Remove <list> include.
15156         * diagnostic.c: Remove <new> include.
15157         * genmatch.c: Likewise.
15158         * pretty-print.c: Likewise.
15159         * toplev.c: Likewise
15160         * c/c-objc-common.c: Likewise.
15161         * cp/error.c: Likewise.
15162         * fortran/error.c: Likewise.
15164 2016-04-22  Richard Biener  <rguenther@suse.de>
15166         * lto-streamer-in.c (input_ssa_names): Do not allocate
15167         GIMPLE_NOP for all SSA names.
15168         * lto-streamer-out.c (output_ssa_names): Do not output
15169         SSA names that should have been released.
15171 2016-04-22  Richard Biener  <rguenther@suse.de>
15173         PR tree-optimization/70740
15174         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
15175         VDEF.
15177 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
15179         PR target/70750
15180         * config/i386/predicates.md (call_insn_operand): Replace
15181         sibcall_memory_operand with memory_operand.
15183 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
15185         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
15186         has_single_use() tests.
15187         (register_edge_assert_for_1): Likewise.
15188         (find_assert_locations_1): Check the liveness bitmap instead of
15189         checking has_single_use().
15191 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
15193         PR target/70728
15194         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
15195         Extract AVX-512BW constraint from AVX.
15197 2016-04-21  Richard Biener  <rguenther@suse.de>
15199         PR tree-optimization/70725
15200         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
15201         for phi_convertible_by_degenerating_args.
15202         (predicate_all_scalar_phis): Handle single-argument PHIs.
15204 2016-04-21  Richard Biener  <rguenther@suse.de>
15206         PR middle-end/70747
15207         * fold-const.c (fold_comparison): Return properly typed
15208         constant boolean.
15210 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
15212         PR tree-optimization/70715
15213         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
15214         after expanding BASE using expand_simple_operations.
15216 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
15218         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
15219         New transformations.
15221 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
15223         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
15225 2016-04-20  Jan Hubicka  <jh@suse.cz>
15227         * ipa-inline.c (can_inline_edge_p): Pass caller info to
15228         ultiimate_alias_target.
15229         (update_callee_keys): Likewise.
15230         (lookup_recursive_calls): Likewise.
15231         (speculation_useful_p): Likewise.
15233 2016-04-20  Jan Hubicka  <jh@suse.cz>
15235         PR ipa/70018
15236         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
15237         (set_nothrow_flag_1): ... this; handle interposition correctly;
15238         recurse on aliases and thunks.
15239         (cgraph_node::set_nothrow_flag): New.
15240         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
15241         functions compiled with non-call exceptions that binds to current
15242         def.
15243         (propagate_nothrow): Be safe WRT interposition.
15244         * cgraph.h (set_nothrow_flag): Update prototype.
15246 2016-04-18  Jan Hubicka  <jh@suse.cz>
15248         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
15249         max_loop_iterations_int.
15250         (tree_unswitch_outer_loop): Likewise.
15252 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
15254         PR tree-optimization/69489
15255         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
15256         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
15257         Revise dump message.
15258         (if_convertible_bb_p): Remove check on edge count of basic block's
15259         predecessors.
15261 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
15263         PR tree-optimization/56625
15264         PR tree-optimization/69489
15265         * tree-data-ref.h (DR_INNERMOST): New macro.
15266         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
15267         hashing struct innermost_loop_behavior.
15268         (ref_DR_map): Remove.
15269         (innermost_DR_map): New map.
15270         (baseref_DR_map): Revise comment.
15271         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
15272         to innermost_DR_map accroding to its innermost loop behavior.
15273         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
15274         to its innermost loop behavior.
15275         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
15276         Add initialization for innermost_DR_map.  Record memory reference
15277         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
15278         have innermost loop behavior.
15279         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
15280         innermost_DR_map.
15282 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
15284         * config/i386/i386.md (*lea<mode>_general_1): Rename from
15285         *lea_general_1.  Use explicit SWI12 mode interator.
15286         (*lea<mode>_general_2): Rename from *lea_general_2.
15287         Use explicit SWI12 mode interator.
15288         (*lea<mode>_general_3): Rename from *lea_general_3.
15289         Use explicit SWI12 mode interator.
15290         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
15291         Use explicit SWI12 mode interator.
15292         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
15293         Use explicit SWI48 mode interator.
15295 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
15297         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
15298         Short-cut unaligned load and store cases.  Handle all integer
15299         vector modes.
15300         (ix86_expand_vector_move_misalign): Short-cut unaligned load
15301         and store cases.  Call ix86_avx256_split_vector_move_misalign
15302         directly without checking mode class.
15304 2016-04-20  Andrew Pinski  <apinski@cavium.com>
15305             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15307         PR target/64971
15308         * config/aarch64/aarch64.md (sibcall): Force call
15309         address to be DImode for ILP32.
15310         (sibcall_value): Likewise.
15312 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
15314         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
15316 2016-04-20  Richard Biener  <rguenther@suse.de>
15318         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
15319         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
15320         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
15321         (maybe_push_res_to_seq): Adjust.
15322         * gimple-fold.c (maybe_build_generic_op): Likewise.
15324 2016-04-20  Marek Polacek  <polacek@redhat.com>
15326         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
15327         rather than true.
15329 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
15331         * config/i386/sse.md (vec_unpacks_lo_hi): Always
15332         use kmovw to support AVX512F target.
15334 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
15336         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
15338 2016-04-20  Marek Polacek  <polacek@redhat.com>
15340         PR tree-optimization/70725
15341         * tree-if-conv.c (is_false_predicate): New function.
15342         (predicate_mem_writes): Use it.
15344 2016-04-20  Richard Biener  <rguenther@suse.de>
15346         PR tree-optimization/70726
15347         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
15348         shift amounts from a pattern stmt operand.
15350 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15352         PR target/70674
15353         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
15354         stack_restore_from_fpr pattern when restoring r15.
15355         (s390_optimize_prologue): Strip away the memory barrier in the
15356         parallel when trying to get rid of restore insns.
15357         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
15358         definition for loading the stack pointer from an FPR.  Compared to
15359         the normal move insn this pattern includes a full memory barrier.
15361 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
15363         PR middle-end/70680
15364         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
15365         implicitly linear or lastprivate iterator on the outer context.
15367 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
15369         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
15370         alignment check.
15371         * config/i386/i386.md (ssememalign): Removed.
15372         * config/i386/sse.md: Remove ssememalign attribute from patterns.
15374 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
15376         PR target/69201
15377         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
15378         const short * to __builtin_ia32_loaddquhi512_mask.
15379         (_mm512_maskz_loadu_epi16): Likewise.
15380         (_mm512_mask_storeu_epi16): Pass short * to
15381         __builtin_ia32_storedquhi512_mask.
15382         (_mm512_mask_loadu_epi8): Pass const char * to
15383         __builtin_ia32_loaddquqi512_mask.
15384         (_mm512_maskz_loadu_epi8): Likewise.
15385         (_mm512_mask_storeu_epi8): Pass char * to
15386         __builtin_ia32_storedquqi512_mask.
15387         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
15388         const double * to __builtin_ia32_loadupd512_mask.
15389         (_mm512_mask_loadu_pd): Likewise.
15390         (_mm512_maskz_loadu_pd): Likewise.
15391         (_mm512_storeu_pd): Pass double * to
15392         __builtin_ia32_storeupd512_mask.
15393         (_mm512_mask_storeu_pd): Likewise.
15394         (_mm512_loadu_ps): Pass const float * to
15395         __builtin_ia32_loadups512_mask.
15396         (_mm512_mask_loadu_ps): Likewise.
15397         (_mm512_maskz_loadu_ps): Likewise.
15398         (_mm512_storeu_ps): Pass float * to
15399         __builtin_ia32_storeups512_mask.
15400         (_mm512_mask_storeu_ps): Likewise.
15401         (_mm512_mask_loadu_epi64): Pass const long long * to
15402         __builtin_ia32_loaddqudi512_mask.
15403         (_mm512_maskz_loadu_epi64): Likewise.
15404         (_mm512_mask_storeu_epi64): Pass long long *
15405         to __builtin_ia32_storedqudi512_mask.
15406         (_mm512_loadu_si512): Pass const int * to
15407         __builtin_ia32_loaddqusi512_mask.
15408         (_mm512_mask_loadu_epi32): Likewise.
15409         (_mm512_maskz_loadu_epi32): Likewise.
15410         (_mm512_storeu_si512): Pass int * to
15411         __builtin_ia32_storedqusi512_mask.
15412         (_mm512_mask_storeu_epi32): Likewise.
15413         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
15414         char * to __builtin_ia32_storedquqi256_mask.
15415         (_mm_mask_storeu_epi8): Likewise.
15416         (_mm256_mask_loadu_epi16): Pass const short * to
15417         __builtin_ia32_loaddquhi256_mask.
15418         (_mm256_maskz_loadu_epi16): Likewise.
15419         (_mm_mask_loadu_epi16): Pass const short * to
15420         __builtin_ia32_loaddquhi128_mask.
15421         (_mm_maskz_loadu_epi16): Likewise.
15422         (_mm256_mask_loadu_epi8): Pass const char * to
15423         __builtin_ia32_loaddquqi256_mask.
15424         (_mm256_maskz_loadu_epi8): Likewise.
15425         (_mm_mask_loadu_epi8): Pass const char * to
15426         __builtin_ia32_loaddquqi128_mask.
15427         (_mm_maskz_loadu_epi8): Likewise.
15428         (_mm256_mask_storeu_epi16): Pass short * to.
15429         __builtin_ia32_storedquhi256_mask.
15430         (_mm_mask_storeu_epi16): Pass short * to.
15431         __builtin_ia32_storedquhi128_mask.
15432         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
15433         const double * to __builtin_ia32_loadupd256_mask.
15434         (_mm256_maskz_loadu_pd): Likewise.
15435         (_mm_mask_loadu_pd): Pass onst double * to
15436         __builtin_ia32_loadupd128_mask.
15437         (_mm_maskz_loadu_pd): Likewise.
15438         (_mm256_mask_storeu_pd): Pass double * to
15439         __builtin_ia32_storeupd256_mask.
15440         (_mm_mask_storeu_pd): Pass double * to
15441         __builtin_ia32_storeupd128_mask.
15442         (_mm256_mask_loadu_ps): Pass const float * to
15443         __builtin_ia32_loadups256_mask.
15444         (_mm256_maskz_loadu_ps): Likewise.
15445         (_mm_mask_loadu_ps): Pass const float * to
15446         __builtin_ia32_loadups128_mask.
15447         (_mm_maskz_loadu_ps): Likewise.
15448         (_mm256_mask_storeu_ps): Pass float * to
15449         __builtin_ia32_storeups256_mask.
15450         (_mm_mask_storeu_ps): ass float * to
15451         __builtin_ia32_storeups128_mask.
15452         (_mm256_mask_loadu_epi64): Pass const long long * to
15453         __builtin_ia32_loaddqudi256_mask.
15454         (_mm256_maskz_loadu_epi64): Likewise.
15455         (_mm_mask_loadu_epi64): Pass const long long * to
15456         __builtin_ia32_loaddqudi128_mask.
15457         (_mm_maskz_loadu_epi64): Likewise.
15458         (_mm256_mask_storeu_epi64): Pass long long * to
15459         __builtin_ia32_storedqudi256_mask.
15460         (_mm_mask_storeu_epi64): Pass long long * to
15461         __builtin_ia32_storedqudi128_mask.
15462         (_mm256_mask_loadu_epi32): Pass const int * to
15463         __builtin_ia32_loaddqusi256_mask.
15464         (_mm256_maskz_loadu_epi32): Likewise.
15465         (_mm_mask_loadu_epi32): Pass const int * to
15466         __builtin_ia32_loaddqusi128_mask.
15467         (_mm_maskz_loadu_epi32): Likewise.
15468         (_mm256_mask_storeu_epi32): Pass int * to
15469         __builtin_ia32_storedqusi256_mask.
15470         (_mm_mask_storeu_epi32): Pass int * to
15471         __builtin_ia32_storedqusi128_mask.
15472         * config/i386/i386-builtin-types.def (PCSHORT): New.
15473         (PINT64): Likewise.
15474         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
15475         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
15476         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
15477         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
15478         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
15479         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
15480         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
15481         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
15482         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
15483         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
15484         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
15485         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
15486         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
15487         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
15488         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
15489         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
15490         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
15491         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
15492         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
15493         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
15494         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
15495         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
15496         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
15497         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
15498         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
15499         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
15500         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
15501         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
15502         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
15503         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
15504         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
15505         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
15506         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
15507         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
15508         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
15509         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
15510         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
15511         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
15512         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
15513         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
15514         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
15515         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
15516         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
15517         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
15518         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
15519         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
15520         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
15521         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
15522         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
15523         use UNSPEC_STOREU.
15524         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
15525         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
15526         load nor store.
15527         (ix86_expand_vector_move_misalign): Likewise.
15528         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
15529         to scalar function prototype for unaligned load/store builtins.
15530         (ix86_expand_special_args_builtin): Updated.
15531         * config/i386/sse.md (UNSPEC_LOADU): Removed.
15532         (UNSPEC_STOREU): Likewise.
15533         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
15534         (VI_ULOADSTORE_F_AVX512VL): Likewise.
15535         (ssescalarsize): Handle V4TI, V2TI and V1TI.
15536         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
15537         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
15538         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
15539         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
15540         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
15541         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
15542         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
15543         (<avx512>_storedqu<mode>_mask): Likewise.
15544         (*sse4_2_pcmpestr_unaligned): Likewise.
15545         (*sse4_2_pcmpistr_unaligned): Likewise.
15546         (*mov<mode>_internal): Renamed to ...
15547         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
15548         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
15549         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
15550         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
15552 2016-04-19  Richard Biener  <rguenther@suse.de>
15554         PR tree-optimization/70171
15555         * tree-ssa-phiprop.c: Include stor-layout.h.
15556         (phiprop_insert_phi): Handle the aggregate copy case.
15557         (propagate_with_phi): Likewise.
15559 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
15561         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
15562         instead of simplify_gen_subreg (... , 0).
15563         (ix86_delegitimize_address): Ditto.
15564         (ix86_split_divmod): Ditto.
15565         (ix86_split_copysign_const): Ditto.
15566         (ix86_split_copysign_var): Ditto.
15567         (ix86_expand_args_builtin): Ditto.
15568         (ix86_expand_round_builtin): Ditto.
15569         (ix86_expand_special_args_builtin): Ditto.
15570         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
15571         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
15572         (udivmodqi4): Ditto.
15573         (absneg splitters): Ditto.
15574         (*jcc_bt<mode>_1): Ditto.
15576 2016-04-19  Richard Biener  <rguenther@suse.de>
15578         PR tree-optimization/70724
15579         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
15580         restoring out from ...
15581         (free_scc_vn): ... here.
15582         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
15583         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
15584         tail merging.
15585         (pass_fre::execute): Restore SSA info.
15587 2016-04-19  Richard Biener  <rguenther@suse.de>
15589         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
15590         * gimple-walk.c (walk_gimple_op): Initialize it.
15591         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
15592         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
15593         remapping SSA names of defs.
15594         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
15595         adjustment.
15597 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
15599         PR middle-end/70689
15600         * lra-constraints.c (equiv_substition_p): New.
15601         (process_alt_operands): Use it.
15602         (swap_operands): Swap it.
15603         (curr_insn_transform): Update it.
15605 2016-04-18  Michael Matz  <matz@suse.de>
15607         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
15608         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
15609         * tree-core.h (tree_type_common.align): Use bit-field.
15610         (tree_type_common.spare): New.
15611         (tree_decl_common.off_align): Make smaller.
15612         (tree_decl_common.align): Use bit-field.
15614         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
15615         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
15616         (scan_sharing_clauses): Ditto.
15617         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
15618         (omp_finish_file): Ditto.
15619         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
15620         (layout_decl): Ditto.
15621         (relayout_decl): Ditto.
15622         (finalize_record_size): Use SET_TYPE_ALIGN.
15623         (finalize_type_size): Ditto.
15624         (finish_builtin_struct): Ditto.
15625         (layout_type): Ditto.
15626         (initialize_sizetypes): Ditto.
15627         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
15628         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
15629         (lookup_field_for_decl): Use SET_DECL_ALIGN.
15630         (get_chain_field): Ditto.
15631         (get_trampoline_type): Ditto.
15632         (get_nl_goto_field): Ditto.
15633         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
15634         SET_DECL_ALIGN.
15635         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
15636         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
15637         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
15638         (build_qualified_type): Use SET_TYPE_ALIGN.
15639         (build_aligned_type, build_range_type_1): Ditto.
15640         (build_atomic_base): Ditto.
15641         (build_common_tree_nodes): Ditto.
15642         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
15643         (expand_one_stack_var_at): Ditto.
15644         * coverage.c (build_var): Use SET_DECL_ALIGN.
15645         * except.c (init_eh): Ditto.
15646         * function.c (assign_parm_setup_block): Ditto.
15647         * symtab.c (increase_alignment_1): Ditto.
15648         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
15649         * tree-vect-stmts.c (ensure_base_align): Ditto.
15650         * varasm.c (align_variable): Ditto.
15651         (assemble_variable): Ditto.
15652         (build_constant_desc): Ditto.
15653         (output_constant_def_contents): Ditto.
15655         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
15656         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
15657         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
15658         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
15659         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
15661 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
15663         PR target/70708
15664         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
15665         replace %vmovsd with "%vmovq".
15666         (vec_concatv2df): Likewise.
15668 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
15670         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
15671         (*vec_extractv2si_0): Ditto.
15672         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
15673         (zero_extended_scalar_load_operand splitters): Ditto.
15674         (vec_extract splitters): Ditto.
15675         (*vec_extractv4si_0_zext): Ditto.
15676         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
15677         and lowpart_subreg.
15678         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
15679         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
15680         (*sse4_1_extractps): Use lowpart_subreg.
15681         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
15683 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15685         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
15686         gld requirements.
15687         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
15688         Mention Solaris 11 packaging changes.
15689         Update gas and gld requirements.
15690         Remove reference to pre-Solaris 10 bug.
15691         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
15692         systems and bugs.
15693         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
15694         with cc.
15696 2016-04-17  Jan Hubicka  <jh@suse.cz>
15698         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
15699         max_loop_iterations_int.
15701 2016-04-18  Richard Biener  <rguenther@suse.de>
15703         PR tree-optimization/43434
15704         * tree-ssa-structalias.c (struct vls_data): New.
15705         (visit_loadstore): Handle all pointer-based accesses.
15706         (compute_dependence_clique): Compute a bitmap of restrict tags
15707         assigned bases and pass it to visit_loadstore.
15709 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
15711         PR target/70711
15712         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
15713         armv8.1-a and armv8.1-a+crc.
15715 2016-04-18  Richard Biener  <rguenther@suse.de>
15717         PR tree-optimization/70701
15718         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
15719         references after translating through a memcpy.
15721 2016-04-18  Richard Biener  <rguenther@suse.de>
15723         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
15724         (compute_antic): ... here.  For partial antic use regular
15725         postorder and scrap iteration.
15726         (compute_partial_antic_aux): Remove unused return value.
15727         (init_pre): Do not allocate postorder.
15728         (fini_pre): Do not free postorder.
15730 2016-04-18  Richard Biener  <rguenther@suse.de>
15732         PR middle-end/37870
15733         * expmed.c (extract_bit_field_1): Remove broken case
15734         using a wider MODE_INT mode.
15736 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
15738         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
15739         unless compiling with at least GCC-4.8.
15741 2016-04-17  Jan Hubicka  <jh@suse.cz>
15743         PR bootstrap/70706
15744         * graphite.c (graphite_finalize): Update call to
15745         tree_estimate_probability.
15746         * predict.h (tree_estimate_probability): Update prototype.
15748 2016-04-17  Jan Hubicka  <jh@suse.cz>
15750         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
15751         (tree_estimate_probability): Likewise.
15752         (pass_profile::execute): Update.
15753         (report_predictor_hitrates): New function.
15754         * profile.c (compute_branch_probabilities): Use it.
15755         * predict.h (report_predictor_hitrates): Declare.
15757 2016-04-17  Jan Hubicka  <jh@suse.cz>
15759         PR ipa/70018
15760         * cgraph.h (cgraph_node::set_const_flag,
15761         cgraph_node::set_pure_flag): Update prototype to return bool;
15762         update comment.
15763         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
15764         of interposable symbol are interposable, too.
15765         (cgraph_set_const_flag_1): Rename to ...
15766         (set_const_flag_1): ... this one; change to self recursive function
15767         instead of call_for_symbol_thunks_and_aliases. Handle correctly
15768         clearnig the flag in all variants and also virtual thunks of const
15769         functions are pure; track if any change was done.
15770         (cgraph_node::set_const_flag): Update.
15771         (struct set_pure_flag_info): New struct.
15772         (cgraph_set_pure_flag_1): Rename to ...
15773         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
15774         rather than pointer encoded flags; track if any changes was done;
15775         handle correctly clearning flag and setting flag of aliases already
15776         declared const.
15777         (cgraph_node::set_pure_flag): Update.
15778         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
15780 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15782         PR other/70433
15783         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
15784         backslash in label.
15786 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15788         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
15789         '{}<> ' as escape-for-record.
15791 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15793         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
15794         structure.
15796 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15798         PR other/70185
15799         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
15800         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
15801         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
15802         * passes.c (finish_optimization_passes): Only call
15803         finish_graph_dump_file if dfi->graph_dump_initialized.
15804         (execute_function_dump, pass_init_dump_file): Use
15805         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
15807 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15809         PR tree-optimization/70256
15810         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
15811         (debug_varmap): New function.
15813 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15815         PR other/70183
15816         * passes.c (pass_manager::register_pass): Propagate pflags.
15818 2016-04-17  Tom de Vries  <tom@codesourcery.com>
15820         PR other/68875
15821         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
15822         * passes.c (pass_manager::pass_manager): Declare and init p_start in
15823         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
15824         check if it's equal to p_start.
15825         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
15827 2016-04-15  Jan Hubicka  <jh@suse.cz>
15829         PR ipa/70018
15830         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
15831         function does not bind to current def.
15832         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
15833         handle conservatively calls to functions that does not need to bind
15834         to current def.
15835         (check_call): Update call of worse_state.
15836         (ignore_edge_for_nothrow): Update.
15837         (ignore_edge_for_pure_const): Likewise.
15838         (propagate_pure_const): Update calls to worse_state.
15839         (skip_function_for_local_pure_const): Reformat comments.
15841 2016-04-15  Jan Hubicka  <jh@suse.cz>
15843         PR ipa/70018
15844         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
15845         (cgraph_node::function_symbol): Likewise.
15846         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
15847         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
15848         (symtab_node::ultimate_alias_target): Add REF parameter.
15849         (symtab_node::binds_to_current_def_p): Declare.
15850         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
15851         (cgraph_node::function_symbol): Likewise.
15852         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
15853         (cgraph_node::get_availability): Likewise.
15854         (cgraph_edge::binds_to_current_def_p): New inline function.
15855         (varpool_node::get_availability): Add REF parameter.
15856         (varpool_node::ultimate_alias_target): Likewise.
15857         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
15858         (symtab_node::binds_to_current_def_p): Likewise.
15859         * varpool.c (varpool_node::get_availability): Likewise.
15861 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
15863         PR target/70662
15864         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
15865         Fix mode size check.
15867 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
15869         * BASE-VER: Set to 7.0.0.
15871 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
15873         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
15875 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15877         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
15878         architecture revisions.
15880 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
15882         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
15883         * config/i386/i386.c (ix86_using_red_zone): No longer static.
15884         * config/i386/i386.md (stack decrement to push peepholes): Guard
15885         with !x86_using_red_zone ().
15887 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
15889         PR c++/70675
15890         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
15891         to dump_generic_node.
15892         (NIY): Pass also flags to do_niy.
15894 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
15896         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
15897         (simd_clone_vector_of_formal_parm_types)
15898         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
15899         (simd_clone_mangle, simd_clone_create)
15900         (simd_clone_adjust_return_type, create_tmp_simd_array)
15901         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
15902         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
15903         (ipa_simd_modify_function_body, simd_clone_linear_addend)
15904         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
15905         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
15906         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
15907         * omp-simd-clone.c: ... this new file.
15908         (simd_clone_vector_of_formal_parm_types): Make it static.
15909         * Makefile.in (OBJS): Add omp-simd-clone.o.
15911 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
15913         PR target/70662
15914         * config/i386/sse.md: Use proper memory operand modifiers.
15917 2016-04-15  Richard Biener  <rguenther@suse.de>
15918         Alan Modra  <amodra@gmail.com>
15920         PR tree-optimization/70130
15921         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
15922         when alignment stays not the same and no not use the realign
15923         scheme then.
15925 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15927         PR target/70669
15928         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
15929         direct move handlers for KFmode. Change TFmode handlers test from
15930         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
15932 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
15934         PR c++/70594
15935         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
15936         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
15937         (inlined_polymorphic_ctor_dtor_block_p): Use it.
15938         * tree-ssa-live.c (remove_unused_scope_block_p): When
15939         in_ctor_dtor_block, avoid discarding not just BLOCKs with
15940         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
15941         block_ultimate_origin is FUNCTION_DECL.
15942         (remove_unused_locals): If current_function_decl is
15943         polymorphic_ctor_dtor_p, pass initial true to
15944         remove_unused_scope_block_p' is_ctor_dtor_block.
15946 2016-04-14  Martin Sebor  <msebor@redhat.com>
15948         PR c++/69517
15949         PR c++/70019
15950         PR c++/70588
15951         * doc/extend.texi (Variable Length): Revert.
15953 2016-04-14  Marek Polacek  <polacek@redhat.com>
15954             Jan Hubicka  <hubicka@ucw.cz>
15956         PR c++/70029
15957         * tree.c (verify_type): Disable the canonical type of main variant
15958         check.
15960 2016-04-14  Jason Merrill  <jason@redhat.com>
15962         * cfgexpand.c, expr.c: Revert previous change.
15964 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
15966         PR middle-end/70643
15967         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
15968         when building a mem ref for the incoming reduction variable.
15970 2016-04-14  Richard Biener  <rguenther@suse.de>
15972         PR tree-optimization/70614
15973         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
15974         loop if the evolution dropped to chrec_dont_know.
15975         (interpret_condition_phi): Likewise.
15977 2016-04-14  Richard Biener  <rguenther@suse.de>
15979         PR tree-optimization/70623
15980         * tree-ssa-pre.c (changed_blocks): Make global ...
15981         (compute_antic): ... local here.  Move and fix worklist
15982         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
15983         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
15984         worklist handling, dump when ANTIC_IN changed.
15985         (compute_partial_antic_aux): Remove worklist handling.
15986         (init_pre): Do not compute post dominators.  Add a comment about
15987         the CFG order chosen.
15988         (fini_pre): Do not free post dominators.
15990 2016-04-13  Martin Sebor  <msebor@redhat.com>
15992         PR c++/69517
15993         PR c++/70019
15994         PR c++/70588
15995         * doc/extend.texi (Variable Length): Document C++ specifics.
15997 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
15999         PR c++/70641
16000         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
16001         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
16002         eh edges have been purged.
16004         PR c++/70594
16005         * tree-sra.c (create_access_replacement,
16006         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
16007         gets fancy name.
16008         * tree-pretty-print.c (dump_fancy_name): New function.
16009         (dump_decl_name, dump_generic_node): Use it.
16011 2016-04-13  Jason Merrill  <jason@redhat.com>
16013         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
16014         * expr.c (expand_expr_real_1): Likewise.
16016 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
16018         * config/i386/i386.md (kunpckhi): Swap operands.
16019         (kunpcksi): Likewise.
16020         (kunpckdi): Likewise.
16021         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
16022         (vec_pack_trunc_<mode>): Likewise.
16024 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
16026         PR debug/70628
16027         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
16029         PR middle-end/70633
16030         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
16031         gimplification turns some element into non-constant.
16033         PR debug/70628
16034         * rtl.h (convert_memory_address_addr_space_1): New prototype.
16035         * explow.c (convert_memory_address_addr_space_1): No longer static,
16036         add NO_EMIT argument and don't call convert_modes if true, pass
16037         it down recursively, remove break after return.
16038         (convert_memory_address_addr_space): Adjust caller.
16039         * simplify-rtx.c (simplify_unary_operation_1): Call
16040         convert_memory_address_addr_space_1 instead of convert_memory_address,
16041         if it returns NULL, don't simplify.
16043 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
16045         PR target/70630
16046         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
16048 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
16050         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
16051         Bump the upper SIMDLEN limits, so that if the return type or
16052         characteristic type if the return type is void can be passed in
16053         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
16054         allowed.
16056 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
16058         PR target/70640
16059         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
16060         Do not use "=" constraint on an input constraint.
16061         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
16062         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
16063         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
16064         generates (neg (abs ...)) instead of (abs ...).
16066 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
16068         PR rtl-optimization/70596
16069         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
16070         just invalidate LRA data and reset them.  Adjust dump wording.
16072 2016-04-12  Martin Liska  <mliska@suse.cz>
16074         Revert
16075         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
16077         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
16078         estimates here.
16079         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
16080         max_loop_iterations_int.
16081         (tree_unswitch_outer_loop): Likewise.
16082         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
16083         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
16085 2016-04-12  Tom de Vries  <tom@codesourcery.com>
16087         PR tree-optimization/68756
16088         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
16089         instead of new_name.
16091 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
16093         PR tree-optimization/70602
16094         * tree-sra.c (generate_subtree_copies): Don't write anything into
16095         constant pool decls.
16097         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
16098         regardless whether there are depend clauses or not.
16100 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
16102         PR target/70381
16103         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
16104         target attribute and pragma from changing the -mfloat128
16105         and -mfloat128-hardware options.
16107         * doc/extend.texi (Additional Floating Types): Document PowerPC
16108         __float128 restrictions.
16110 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
16112         PR target/70133
16113         * config/aarch64/driver-aarch64.c
16114         (aarch64_get_extension_string_for_isa_flags): New.
16115         (arch_extension): Rename to...
16116         (aarch64_arch_extension): ...This.
16117         (ext_to_feat_string): Rename to...
16118         (aarch64_extensions): ...This.
16119         (aarch64_core_data): Keep track of architecture extension flags.
16120         (cpu_data): Rename to...
16121         (aarch64_cpu_data): ...This.
16122         (aarch64_arch_driver_info): Keep track of architecture extension
16123         flags.
16124         (get_arch_name_from_id): Rename to...
16125         (get_arch_from_id): ...This, change return type.
16126         (host_detect_local_cpu): Update and reformat for renames, handle
16127         extensions through common infrastructure.
16129 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
16131         PR target/70133
16132         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
16133         track of a canonical flag name.
16134         (all_extensions): Likewise.
16135         (arch_to_arch_name): Also track extension flags enabled by the arch.
16136         (all_architectures): Likewise.
16137         (aarch64_parse_extension): Move to here.
16138         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
16139         rework.
16140         (aarch64_rewrite_selected_cpu): Update for above change.
16141         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
16142         are handled, such that the single explicit value enabled by an
16143         extension is kept seperate from the implicit values it also enables.
16144         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
16145         to here.
16146         (aarch64_parse_extension): New.
16147         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
16148         here to config/aarch64/aarch64-protos.h.
16149         (aarch64_parse_extension): Move from here to
16150         common/config/aarch64/aarch64-common.c.
16151         (aarch64_option_print): Update.
16152         (aarch64_declare_function_name): Likewise.
16153         (aarch64_start_file): Likewise.
16154         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
16155         the canonical flag for extensions.
16156         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
16157         flags.
16159 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
16161         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
16162         AARCH64_FL_CRC.
16164 2016-04-09  Tom de Vries  <tom@codesourcery.com>
16166         PR tree-optimization/68953
16167         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
16168         first to last subscript.
16170 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
16172         PR tree-optimization/70586
16173         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
16174         for any calls.
16176 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
16178         PR lto/70289
16179         PR ipa/70348
16180         PR tree-optimization/70373
16181         PR middle-end/70533
16182         PR middle-end/70534
16183         PR middle-end/70535
16184         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
16185         clauses for acc parallel reductions as necessary.  Error on those
16186         that are private.
16187         * omp-low.c (scan_sharing_clauses): Don't install variables which
16188         are used in acc parallel reductions.
16189         (lower_rec_input_clauses): Remove dead code.
16190         (lower_oacc_reductions): Add support for reference reductions.
16191         (lower_reduction_clauses): Remove dead code.
16192         (lower_omp_target): Don't remap variables appearing in acc parallel
16193         reductions.
16194         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
16196 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
16198         PR middle-end/70593
16199         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
16200         with multiple SSA_NAME defs, force the outputs other than first
16201         to be live before calling live_track_process_def on each output.
16203         PR rtl-optimization/70574
16204         * fwprop.c (forward_propagate_and_simplify): Don't add
16205         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
16206         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
16207         paradoxical subregs within *loc.
16209 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
16211         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
16212         -ftree-parallelize-loops={0,1}.
16213         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
16214         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
16215         * config/ia64/hpux.h (LIB_SPEC): Likewise.
16216         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
16217         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
16219 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
16221         PR sanitizer/70541
16222         * asan.c (instrument_derefs): If we get unknown location, extract it
16223         with EXPR_LOCATION.
16224         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
16226 2016-04-08  Tom de Vries  <tom@codesourcery.com>
16228         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
16229         implicit firstprivate clause.
16231 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16233         PR target/70566
16234         * config/arm/thumb2.md (tst + branch-> lsls + branch
16235         peephole below *orsi_not_shiftsi_si): Require that condition
16236         register is dead after the peephole.
16237         (second peephole after the above): Likewise.
16239 2016-04-08  Alan Modra  <amodra@gmail.com>
16241         PR target/70117
16242         * builtins.c (fold_builtin_classify): For IBM extended precision,
16243         look at just the high-order double to test for NaN.
16244         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
16245         test just the high double for Inf but both doubles for subnormal
16246         limit.
16248 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
16250         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
16251         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
16252         node->simdclone->mask_mode != VOIDmode masks.
16253         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
16254         earlier, use it instead of node->simdclone.
16255         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
16256         Set clonei->mask_mode.
16258 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
16260         PR c/70436
16261         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
16262         Pass it through to cp_parser_already_scoped_statement.
16263         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
16264         it through to cp_parser_statement.
16265         (cp_parser_statement): Pass IF_P through to
16266         cp_parser_iteration_statement.
16267         (cp_parser_pragma): Adjust call to
16268         cp_parser_iteration_statement.
16270 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
16272         PR c/70436
16273         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
16274         resolve a future -Wparentheses warning.
16275         * omp-low.c (scan_sharing_clauses): Likewise.
16276         * tree-parloops.c (eliminate_local_variables): Likewise.
16278 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
16280         PR rtl-optimization/70398
16281         * lra-constraints.c (process_address_1): Check zero scale and code
16282         for reloading with zero scale.
16284 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
16286         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
16287         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
16289 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
16291         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
16292         Add support for AVX512F clones, include them by default for
16293         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
16294         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
16295         up to 128.
16297         PR middle-end/70550
16298         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
16299         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
16300         firstprivate clauses.
16301         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
16302         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
16303         (lower_omp_target): Set TREE_NO_WARNING for
16304         non-addressable possibly uninitialized vars which are copied into
16305         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
16307 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
16309         * config/pa/predicates.md (integer_store_memory_operand): Accept
16310         REG+D operands with a large offset when reload_in_progress is true.
16311         (floating_point_store_memory_operand): Likewise.
16313 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
16315         PR c++/70336
16316         * match.pd (nested int casts): Limit to GIMPLE.
16318 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
16320         PR ipa/66223
16321         * ipa-devirt.c (maybe_record_node): Fix comment; use
16322         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
16324 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
16326         PR rtl-optimization/70542
16327         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
16328         if there are any uses other than insn or debug insns.
16330 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
16331             Jakub Jelinek  <jakub@redhat.com>
16333         PR tree-optimization/70509
16334         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
16335         Shift HOST_WIDE_INT_1U instead of 1.
16337 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
16339         PR tree-optimization/70509
16340         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
16341         of the vector base type for index.
16343 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
16345         PR target/70510
16346         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
16348 2016-04-05  Richard Biener  <rguenther@suse.de>
16350         PR tree-optimization/70526
16351         * tree-sra.c (build_ref_for_offset): Use prev_base to
16352         extract the alias pointer type.
16354 2016-04-05  Richard Biener  <rguenther@suse.de>
16356         * dse.c (struct store_info): Remove alias_set member.
16357         (struct read_info_type): Likewise.
16358         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
16359         spill_deleted, clear_alias_set_lookup): Remove.
16360         (get_group_info): Remove dead base == NULL_RTX case.
16361         (dse_step0): Remove initialization of removed variables.
16362         (delete_dead_store_insn): Reomve alias set dumping.
16363         (free_read_records): Remove alias_set handling.
16364         (canon_address): Remove alias_set_out parameter.
16365         (record_store): Remove spill_alias_set, it's always zero.
16366         (check_mem_read_rtx): Likewise.
16367         (dse_step2): Rename from ...
16368         (dse_step2_nospill): ... this.  Adjust.
16369         (scan_stores): Rename from ...
16370         (scan_stores_nospill): ... this.
16371         (scan_reads): Rename from ...
16372         (scan_reads_nospill): ... this.
16373         (scan_stores_spill, scan_reads_spill): Remove.
16374         (dse_step3_scan): Remove for_spills argument which is always false.
16375         (dse_step3): Likewise.
16376         (dse_step5): Rename from ...
16377         (dse_step5_nospill): ... this.  Remove alias_set handling.
16378         (rest_of_handle_dse): Adjust.
16380 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
16382         PR target/70525
16383         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
16384         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
16385         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
16386         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
16388 2016-04-05  Richard Biener  <rguenther@suse.de>
16390         PR middle-end/70499
16391         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
16392         non-register type temporaries into SSA.
16394 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
16396         PR ipa/66223
16397         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
16398         calls when sanitizing.
16399         (possible_polymorphic_call_target_p): Fix formatting.
16401 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16402             Jakub Jelinek  <jakub@redhat.com>
16404         PR middle-end/70457
16405         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
16406         to ensure a call statement is compatible with a built-in's
16407         prototype.
16408         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
16409         Likewise.
16411 2016-04-04  Richard Biener  <rguenther@suse.de>
16413         PR rtl-optimization/70484
16414         * rtl.h (canon_output_dependence): Declare.
16415         * alias.c (canon_output_dependence): New function.
16416         * dse.c (record_store): Use canon_output_dependence rather
16417         than canon_true_dependence.
16419 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
16421         PR ipa/68881
16422         * cgraph.h (symtab_node::copy_visibility_from): New function.
16423         * symtab.c (symtab_node::copy_visibility_from): New function.
16424         * ipa-visibility.c (optimize_weakref): New function.
16425         (function_and_variable_visibility): Use it.
16427 2016-04-04  Martin Liska  <mliska@suse.cz>
16429         PR hsa/70402
16430         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
16431         value that is really in range handled by SBR instruction.
16432         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
16433         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
16434         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
16436 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
16438         PR target/70416
16439         PR target/67391
16440         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
16441         set, but not for SP_REG operands.
16443 2016-04-02  Martin Sebor  <msebor@redhat.com>
16445         PR c++/67376
16446         * fold-const.c (maybe_nonzero_address): New function.
16447         (fold_comparison): Call it.  Fold equality and relational
16448         expressions involving null pointers.
16449         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
16451 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
16453         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
16454         the "Y" constraint (scalar FP 0.0 immediate).
16456         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
16457         Add the "const_double" to the list of operand constraints.
16459 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
16461         PR rtl-optimization/70467
16462         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
16463         If low word of the last operand is 0, just emit addition/subtraction
16464         for the high word.
16466 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16468         PR target/70404
16469         * config/s390/s390.c (s390_expand_insv): Check for everything
16470         constant instead of just VOIDmode stuff.
16472 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16474         PR target/70496
16475         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
16477 2016-04-01  Nathan Sidwell  <nathan@acm.org>
16479         * tree.def (TRY_CATCH_EXPR): Correct documentation.
16481 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
16483         PR rtl-optimization/70461
16484         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
16485         is necessary.
16487 2016-03-31  Martin Liska  <mliska@suse.cz>
16489         PR hsa/70399
16490         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
16491         a tree value or an immediate integer value to a buffer
16492         that is eventually copied to a BRIG section.
16493         (emit_immediate_operand): Call the function here.
16494         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
16495         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
16496         of class' fields that are removed.
16497         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
16498         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
16499         m_brig_repr_size fields.
16501 2016-03-31  Martin Liska  <mliska@suse.cz>
16503         PR hsa/70391
16504         * hsa-gen.c (hsa_function_representation::update_dominance): New
16505         function.
16506         (convert_addr_to_flat_segment): Likewise.
16507         (gen_hsa_memory_set): New alignment argument.
16508         (gen_hsa_ctor_assignment): Likewise.
16509         (gen_hsa_insns_for_single_assignment): Provide alignment
16510         to gen_hsa_ctor_assignment.
16511         (gen_hsa_insns_for_direct_call): Add new argument.
16512         (expand_lhs_of_string_op): New function.
16513         (expand_string_operation_builtin): Likewise.
16514         (expand_memory_copy): New function.
16515         (expand_memory_set): New function.
16516         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
16517         (convert_switch_statements): Change signature.
16518         (generate_hsa): Use a return value of the function.
16519         (pass_gen_hsail::execute): Do not call
16520         convert_switch_statements here.
16521         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
16522         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
16523         (hsa_function_representation::update_dominance): New function.
16525 2016-03-31  Martin Liska  <mliska@suse.cz>
16527         PR hsa/70391
16528         * hsa-brig.c (emit_directive_variable): Emit alignment
16529         according to hsa_symbol::m_align.
16530         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
16531         (dump_hsa_symbol): Dump alignment of HSA symbols.
16532         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
16533         (gen_hsa_addr_with_align): New function.
16534         (hsa_bitmemref_alignment): Use newly added function.
16535         (gen_hsa_insns_for_load): Likewise.
16536         (gen_hsa_insns_for_store): Likewise.
16537         (gen_hsa_memory_copy): New argument added.
16538         (gen_hsa_insns_for_single_assignment): Respect
16539         alignment for assignments processed via gen_hsa_memory_copy.
16540         (gen_hsa_insns_for_direct_call): Likewise.
16541         (gen_hsa_insns_for_return): Likewise.
16542         (gen_function_def_parameters): Set default alignment.
16543         * hsa.c (hsa_object_alignment): New function.
16544         (hsa_byte_alignment): Pasted function.
16545         * hsa.h (hsa_symbol::m_align): New field.
16547 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
16549         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
16550         scratch field for goto case.
16552 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
16554         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
16556 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
16558         PR target/70442
16559         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
16560         (scalar_chain::convert_insn): Call convert_op for reg
16561         moves to handle undefined registers.
16563 2016-03-31  Nathan Sidwell  <nathan@acm.org>
16565         PR c++/70393
16566         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
16567         Assert we don't want to move backwards.
16569 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
16571         PR target/70453
16572         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
16574 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
16576         PR rtl-optimization/70460
16577         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
16578         with operand from REG_LABEL_OPERAND, instead substitute
16579         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
16580         Don't do anything for REG_NON_LOCAL_GOTO jumps.
16582 2016-03-31  Martin Liska  <mliska@suse.cz>
16584         * passes.c (execute_one_pass): Do not call
16585         todo_after for a discarded function.
16587 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
16589         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
16590         (no_cost, infinite_cost): Initialize the new field.
16591         (get_computation_cost_at): Record setup cost.
16592         (determine_use_iv_cost_address): Skip cost computation for sub
16593         uses if we can estimate it without losing accuracy.
16595 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
16597         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
16598         estimates here.
16599         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
16600         max_loop_iterations_int.
16601         (tree_unswitch_outer_loop): Likewise.
16602         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
16603         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
16605 2016-03-30  Richard Biener  <rguenther@suse.de>
16607         PR middle-end/70450
16608         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
16610 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
16612         PR target/70421
16613         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
16614         in gen_blendm expander.
16616 2016-03-30  Nick Clifton  <nickc@redhat.com>
16618         PR target/62254
16619         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
16620         case where we are already provided with an SImode SUBREG.
16622 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
16624         PR target/70439
16625         * config/i386/i386.c (ix86_expand_epilogue): Properly check
16626         conflict between DRAP register and __builtin_eh_return.
16628 2016-03-30  Michael Matz  <matz@suse.de>
16629             Richard Biener  <rguenther@suse.de>
16631         PR ipa/12392
16632         * ipa-polymorphic-call.c (struct type_change_info): Change
16633         speculative to an unsigned allowing to limit the work we do.
16634         (csftc_abort_walking_p): New inline function..
16635         (check_stmt_for_type_change): Limit the number of may-defs
16636         skipped for speculative devirtualization to
16637         max-speculative-devirt-maydefs.
16638         * params.def (max-speculative-devirt-maydefs): New param.
16639         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
16641 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
16643         PR target/63890
16644         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
16645         and TARGET_MACHO.
16647 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
16649         PR tree-optimization/59124
16650         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
16651         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
16653 2016-03-29  Jeff Law  <law@redhat.com>
16655         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
16657 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16659         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
16660         to HOST_WIDE_INT.
16662 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
16664         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
16665         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
16666         gcrt0.o if linking dynamically.
16668 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
16670         PR ipa/70283
16671         * ipa-devirt.c (methods_equal_p): New function.
16672         (compare_virtual_tables): Use it.
16673         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
16674         * cgraphclones.c (clone_function_name_1): Use
16675         symbol_table::symbol_suffix_separator.
16676         * coverage.c (build_var): Likewise.
16677         * symtab.c (symbol_table::symbol_suffix_separator): New.
16679 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
16681         PR rtl-optimization/70429
16682         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
16683         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
16684         mode != result_mode.
16686         PR c++/70353
16687         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
16689         PR tree-optimization/70405
16690         * ssa-iterators.h (num_imm_uses): Add missing braces.
16692 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
16694         PR rtl-optimization/68695
16695         * ira-color.c (allocno_copy_cost_saving): New.
16696         (improve_allocation): Use it.
16698 2016-03-29  Richard Henderson  <rth@redhat.com>
16700         PR middle-end/70355
16701         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
16703 2016-03-29  Richard Biener  <rguenther@suse.de>
16705         PR middle-end/70424
16706         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
16707         use alignment returned by get_pointer_alignment_1 if it is
16708         bigger than BITS_PER_UNIT.
16709         * builtins.c (get_pointer_alignment_1): Do not return true
16710         for alignment extracted from SSA info.
16712 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
16714         * config/ft32/ft32.opt (mnodiv): New.
16715         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
16716         * doc/invoke.texi (FT32 Options -mnodiv): New.
16718 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
16720         PR target/70406
16721         * config/i386/i386.md (define_split, andn): Fix modes.
16723 2016-03-26  Richard Biener  <rguenther@suse.de>
16724             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16726         PR ipa/70366
16727         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
16728         instead of
16729         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
16730         as 2nd argument to cl_optimization_restore().
16732 2016-03-25  Richard Henderson  <rth@redhat.com>
16734         PR target/70120
16735         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
16736         * config/aarch64/aarch64-protos.h: Declare it.
16737         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
16739 2016-03-25  Alan Modra  <amodra@gmail.com>
16741         PR target/70052
16742         * config/rs6000/constraints.md (j): Simplify.
16743         * config/rs6000/predicates.md (easy_fp_constant): Exclude
16744         decimal float 0.D.
16745         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
16746         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
16747          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
16748         in all constraint alternatives.
16749         (movtd_64bit_nodm): Delete "j" constraint alternative.
16751 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
16753         * tree-ssa-propagate.c: Enhance docs for
16754         SSA_PROP_NOT_INTERESTING.
16756 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
16758         * doc/extend.texi: Fix typo in documentation to pure attribute.
16760 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
16762         PR target/70319
16763         * config/pa/pa.md (bswapdi2): Use a scratch register.
16765 2016-03-24  Richard Henderson  <rth@redhat.com>
16767         PR middle-end/69845
16768         * fold-const.c (extract_muldiv_1): Correct test for multiplication
16769         overflow.
16771 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
16773         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
16774         using ix86_expand_binary_operator instead of gen_andsi3.
16776 2016-03-24  Richard Biener  <rguenther@suse.de>
16778         PR tree-optimization/70396
16779         * tree-vect-stmts.c (vectorizable_comparison): Use
16780         get_vectype_for_scalar_type.
16782 2016-03-24  Richard Biener  <rguenther@suse.de>
16784         PR middle-end/70370
16785         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
16786         with register bases.
16788 2016-03-24  Richard Biener  <rguenther@suse.de>
16790         PR tree-optimization/70372
16791         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
16792         build_all_ones_cst to also handle vector types correctly.
16794 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
16796         PR target/70381
16797         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
16798         -mfloat128 here.
16800 2016-03-23  Marek Polacek  <polacek@redhat.com>
16802         PR c++/69884
16803         * doc/invoke.texi: Document -Wignored-attributes.
16805 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
16807         PR tree-optimization/69042
16808         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
16809         parameter from 30 to 40.
16811 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
16813         PR tree-optimization/69042
16814         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
16815         for use with constant offset stripped in base.
16817 2016-03-23  Richard Biener  <rguenther@suse.de>
16819         PR middle-end/70251
16820         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
16821         mode compatibility check.
16822         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
16824 2016-03-23  Jeff Law  <law@redhat.com>
16826         PR tree-optimization/64058
16827         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
16828         CONFLICT_COUNT.
16829         (struct ssa_conflicts): Move up earlier in the file.
16830         (conflicts_, var_map_): New static variables.
16831         (initialize_conflict_count): New function to initialize the
16832         CONFLICT_COUNT field for each conflict pair.
16833         (compare_pairs): Lazily initialize the conflict count and use it
16834         as the first tie-breaker.
16835         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
16836         and wipe conflicts_ and map_ around the call to qsort.  Remove
16837         special case for 2 coalesce pairs.
16838         * bitmap.c (bitmap_count_unique_bits): New function.
16839         (bitmap_count_bits_in_word): New function, extracted from
16840         bitmap_count_bits.
16841         (bitmap_count_bits): Use bitmap_count_bits_in_word.
16842         * bitmap.h (bitmap_count_unique_bits): Declare it.
16844 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
16846         PR target/69917
16847         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
16848         transparent alias chain for decl assembler name.
16849         * config/sol2.c (solaris_assemble_visibility): Likewise.
16851 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16853         * config/arm/arm1020e.md (1020call_op): Reduce reservation
16854         duration.
16855         (v10_fdivs): Likewise.
16856         (v10_fdivd): Likewise.
16858 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16860         PR driver/70132
16861         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
16862         to not call fclose twice on file.
16864 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
16866         PR tree-optimization/70354
16867         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
16868         oprnd0 is wider than oprnd1 and there is a cast from the wider
16869         type to oprnd1, mask it with the mask of the narrower type.
16871         PR target/70321
16872         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
16873         Optimize TARGET_STV splitters, if high or low word of last argument
16874         is 0 or -1.
16876 2016-03-22  Jeff Law  <law@redhat.com>
16878         PR target/70232
16879         tree-ssa-threadbackward.c
16880         (fsm_find_control_statement_thread_paths): Correctly distinguish
16881         between old style jump threads vs FSM jump threads.
16883 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
16885         PR target/70302
16886         * config/i386/i386.c (scalar_chain::convert_op): Support
16887         uninitialized register usage case.
16889 2016-03-22  Richard Biener  <rguenther@suse.de>
16891         PR middle-end/70251
16892         * genmatch.c (gen_transform): Adjust last parameter to a three-state
16893         int...
16894         (capture::gen_transform): ... to change behavior when substituting
16895         a condition into cond or not-cond expr context.
16896         (dt_simplify::gen_1): Adjust.
16897         * gimple-match-head.c: Include gimplify.h for unshare_expr.
16898         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
16899         last change and instead change to
16900         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
16901         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
16903 2016-03-22  Anthony Green  <green@moxielogic.com>
16905         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
16906         issue for moxiebox targets.
16907         (CC1PLUS_SPEC): Ditto.
16909 2016-03-22  Richard Biener  <rguenther@suse.de>
16911         PR middle-end/70333
16912         * fold-const.c (extract_muldiv_1): Properly perform multiplication
16913         in the wide type.
16915 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
16917         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
16919 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
16921         PR target/70325
16922         * config/i386/i386.c (def_builtin): Handle
16923         OPTION_MASK_ISA_AVX512VL to be and-ed with other
16924         bits.
16925         (const struct builtin_description bdesc_special_args[]):
16926         Remove duplicate ISA bits.
16928 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
16930         PR target/70329
16931         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
16932         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
16933         in a way that works also for AVX512BW.
16935         PR target/70300
16936         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
16937         instead of source if operands[1] is xmm16 and above and
16938         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
16939         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
16941         PR c++/70295
16942         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
16943         on assign if (*from_p) is a comparison, set it to
16944         TREE_NO_WARNING (*from_p).
16946 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
16948         PR middle-end/70326
16949         * lra.c (restore_scratches): Ignore deleted insns.
16951 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
16952             Jakub Jelinek  <jakub@redhat.com>
16954         PR tree-optimization/70317
16955         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
16956         to HONOR_NANS.
16958 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
16960         PR target/70327
16961         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
16962         of ix86_expand_move.
16963         (movoi): Ditto.
16964         (movti): Use general_operand for operand 1 predicate.
16966 2016-03-21  Martin Liska  <mliska@suse.cz>
16968         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
16969         insns.
16970         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
16972 2016-03-21  Martin Liska  <mliska@suse.cz>
16974         PR ipa/70306
16975         * ipa-icf.c (sem_function::parse): Skip static
16976         constructors and destructors.
16978 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
16980         PR target/70296
16981         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
16982         function-like macro, peek following token(s) if it is followed
16983         by CPP_OPEN_PAREN token with optional padding in between, and
16984         if not, don't treat it like a macro.
16986 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
16987             Alexander Monakov  <amonakov@ispras.ru>
16989         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
16990         for the stabs debug format.
16992 2016-03-21  Richard Biener  <rguenther@suse.de>
16994         PR tree-optimization/70310
16995         * tree-vect-generic.c (expand_vector_condition): Fold the built
16996         condition.
16998 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
17000         PR target/70293
17001         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
17002         Block third alternative for AVX-512VL target,
17004 2016-03-21  Martin Liska  <mliska@suse.cz>
17006         PR hsa/70234
17007         * hsa-brig.c (emit_function_directives): Mark unemitted
17008         global variables for emission.
17009         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
17010         (get_symbol_for_decl): Likewise.
17011         * hsa.h (struct hsa_symbol): New flag.
17013 2016-03-21  Richard Biener  <rguenther@suse.de>
17015         PR tree-optimization/70288
17016         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
17017         we do not estimate unsimplified all-constant conditionals or
17018         switches as optimized away.
17020 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
17022         PR rtl-optimization/69102
17023         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
17024         when we have a readonly dependency context.
17026 2016-03-18  Jeff Law  <law@redhat.com>
17028         PR rtl-optimization/70263
17029         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
17030         (update_equiv_regs): When trying to move a store to after the insn
17031         that sets the source of the store, make sure the store occurs after
17032         the insn that sets the source of the store.  When successful note
17033         the REG_EQUIV note created in the dump file.
17035 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
17036             Bernd Schmidt  <bschmidt@redhat.com>
17038         * doc/extend.texi: Document more potential problems with basic asms.
17040 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
17042         PR rtl-optimization/70278
17043         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
17044         VOIDmode.
17046 2016-03-18  Jason Merrill  <jason@redhat.com>
17048         * calls.c (load_register_parameters): Fix zero size sibcall logic.
17050 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
17052         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
17053         values to 128b regs.
17055 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
17057         PR tree-optimization/70252
17058         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
17059         boolean vector has a proper number of elements.
17060         (supportable_narrowing_operation): Likewise.
17062 2016-03-18  Tom de Vries  <tom@codesourcery.com>
17064         PR ipa/70269
17065         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
17067 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
17069         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
17070         instead of replace_rtx for DEBUG_INSNs.
17072 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
17074         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
17075         load type reservations.
17077 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
17079         PR target/70188
17080         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
17081         define_constraint for "Q" and "T" constraints.
17083 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
17085         Tweak the pipeline model for Exynos M1
17087         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
17088         model.
17090 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
17092         PR c/70264
17093         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
17094         where one or both locations aren't within a line_map.
17096 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
17098         PR driver/70192
17099         * opts.c (finish_options): Don't set flag_pie to the default if
17100         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
17101         if it is -1.
17103 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
17105         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
17106         true as ALL_REGS argument to replace_rtx.
17108 2016-03-17  Richard Biener  <rguenther@suse.de>
17110         PR debug/70271
17111         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
17112         last.
17114 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
17116         PR target/70245
17117         * rtl.h (replace_rtx): Add ALL_REGS argument.
17118         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
17119         equality and assert mode is the same, instead of just rtx pointer
17120         equality.
17121         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
17122         true as ALL_REGS argument to replace_rtx.
17124 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
17126         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
17127         for boolean vector with vector mode only.
17128         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
17130 2016-03-17  Nick Clifton  <nickc@redhat.com>
17132         PR target/70162
17133         * config/rx/rx.c (rx_print_integer): Print negative constants in
17134         decimal.
17136 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
17138         PR target/70261
17139         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
17141 2016-03-16  Richard Henderson  <rth@redhat.com>
17142             Richard Biener  <rguenth@suse.de>
17144         PR middle-end/70240
17145         PR middle-end/68215
17146         PR tree-opt/68714
17147         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
17148         first operand as is_gimple_condexpr.
17150         PR middle-end/70240
17151         PR middle-end/68215
17152         Revert r231575
17153         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
17154         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
17155         Do not gimplify the result.
17156         (do_unop): Adjust call to tree_vec_extract.
17157         (do_binop): Likewise.
17158         (do_compare): Likewise.
17159         (do_plus_minus): Likewise.
17160         (do_negate): Likewise.
17161         (expand_vector_condition): Likewise.
17162         (do_cond): Likewise.
17164 2016-03-16  Richard Henderson  <rth@redhat.com>
17166         PR target/70048
17167         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
17168         (aarch64_classify_address): Use it.
17169         (aarch64_legitimize_address): Force all subexpressions of PLUS
17170         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
17172 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
17173             Richard Biener  <rguenth@suse.de>
17175         PR target/70245
17176         * rtlanal.c (replace_rtx): For REG, if from is a REG,
17177         return to even if only REGNO is equal, and assert
17178         mode is the same.
17180 2016-03-11  Jeff Law  <law@redhat.com>
17182         PR rtl-optimization/70224
17183         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
17185 2016-03-16  Richard Henderson  <rth@redhat.com>
17187         PR middle-end/70199
17188         * function.h (struct function): Add has_forced_label_in_static.
17189         * gimplify.c (force_labels_r): Set it.
17190         * lto-streamer-in.c (input_struct_function_base): Read it.
17191         * lto-streamer-out.c (output_struct_function_base): Write it.
17192         * tree-inline.c (has_label_address_in_static_1): Remove.
17193         (copy_forbidden): Remove fndecl parameter; test
17194         has_forced_label_in_static.
17195         (inline_forbidden_p): Update call to copy_forbidden.
17196         (tree_versionable_function_p): Likewise.
17197         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
17198         (chkp_versioning): Likewise.
17199         * tree-inline.h (copy_forbidden): Update decl.
17201 2016-03-16  Marek Polacek  <polacek@redhat.com>
17203         PR c/70093
17204         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
17205         function being thunked if the result type doesn't have fixed size.
17206         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
17207         doesn't have fixed size.
17209 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
17211         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
17212         reporting malformed loop nest.
17214 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17216         PR lto/70187
17217         * ipa-devirt.c (possible_polymorphic_call_targets): Move
17218         nodes.length () == 1 test to before first nodes[0] access.
17220 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17222         PR tree-optimization/68715
17223         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
17224         single_pred_p test.
17226 2016-03-16  Tom de Vries  <tom@codesourcery.com>
17228         PR tree-optimization/68809
17229         * graphite-scop-detection.c (same_close_phi_node): Test if result types
17230         are the same.
17232 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
17233             Sandra Loosemore  <sandra@codesourcery.com>
17235         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
17236         on leaf attribute. Mention ELF interposition problems.
17238 2016-03-16  Alan Modra  <amodra@gmail.com>
17240         PR rtl-optimization/69195
17241         PR rtl-optimization/47992
17242         * ira.c (indirect_jump_optimize): Ignore artificial defs.
17243         Add comments.
17245 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
17247         PR bootstrap/69513
17248         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
17250 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
17252         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
17254 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
17256         PR rtl-optimization/70222
17257         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
17258         optimization if mode is different from result_mode, queue up masking
17259         of the result in outer_op.  Formatting fix.
17261         PR middle-end/70239
17262         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
17263         of safe_grow.
17265 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17267         PR rtl-optimization/69032
17268         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
17269         looping backwards over basic block insns.
17271 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17273         PR target/66660
17274         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
17275         to non-speculative when propagating trap bits.
17277 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17279         PR rtl-optimization/63384
17280         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
17281         DEBUG_INSN_P insns.
17283 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
17285         PR target/64411
17286         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
17287         factored out from ...
17288         (sched_analyze_insn): ... here.
17289         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
17290         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
17291         get_implicit_reg_pending_clobbers in it.
17292         (setup_id_reg_sets): Use setup_id_implicit_regs.
17293         (deps_init_id): Ditto.
17295 2016-03-15  Tom de Vries  <tom@codesourcery.com>
17297         PR ipa/70161
17298         * cgraph.c (cgraph_node::get_body): Save, reset and restore
17299         dump_file_name.
17300         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
17301         execute_function_dump.
17302         (execute_one_pass): Don't dump function if it will be dumped after ipa
17303         transform.
17305 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
17307         * genrecog.c (match_pattern_2): If pred is NULL don't call
17308         safe_predicate_mode on it.
17310 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
17312         PR middle-end/70219
17313         * lra-constraints.c (delete_move_and_clobber): Change assertion
17314         to also allow dregno == 0.
17316 2016-03-14  Richard Henderson  <rth@redhat.com>
17318         PR tree-opt/68714
17319         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
17320         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
17321         (reassociate_bb): Use optimize_vec_cond_expr; avoid
17322         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
17323         on vectors.
17325 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
17327         PR target/70083
17328         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
17329         regs.
17330         (lra_create_live_ranges_1): initialize hard register biggest_mode to
17331         VOIDmode.
17332         * lra-constraints.c (split_reg): For hard regs, try to find the
17333         biggest single-register mode used in the function.
17335 2016-03-14  Richard Biener  <rguenther@suse.de>
17337         PR tree-optimization/56365
17338         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
17339         constants to compare against.
17341 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
17343         PR target/70098
17344         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
17345         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
17346         (define_split for the GPR case): Use int_reg_operand instead of
17347         gpc_reg_operand for the output.
17349 2016-03-14  Tom de Vries  <tom@codesourcery.com>
17351         PR tree-optimization/70045
17352         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
17353         create_empty_if_region_on_edge argument.
17355 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
17357         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
17358         (STACK_CHECK_PROTECT): Likewise.
17359         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
17360         (STACK_CHECK_PROTECT): Likewise.
17361         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
17362         (STACK_CHECK_PROTECT): Likewise.
17363         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
17364         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
17365         (STACK_CHECK_PROTECT): Likewise.
17367 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
17369         PR rtl-optimization/69307
17370         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
17371         registers in modes that span more than one register.
17373 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
17375         PR target/69614
17376         * lra-constraints.c (delete_move_and_clobber): New.
17377         (remove_inheritance_pseudos): Use it.
17379 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
17381         PR ada/70017
17382         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
17383         the libcall is LCT_THROW.
17384         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
17385         for the checking routine.
17387 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
17389         PR target/70131
17390         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
17391         optimization if we have direct move.
17392         (roundu32<mode>2_fprs): Likewise.
17394 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
17396         PR target/70123
17397         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
17398         be rematerialized.
17399         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
17400         Arguments swapped.  All callers changed.  Take reg_renumber into
17401         account, and Calculate and compare register ranges for hard regs.
17403 2016-03-11  Jeff Law  <law@redhat.com>
17405         PR tree-optimization/70190
17406         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
17407         Handle cases where we can not extract the taken edge, even though we
17408         found a constant value.
17410         PR tree-optimization/64058
17411         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
17412         (num_coalesce_pairs): Move up earlier in file.
17413         (find_coalesce_pair): Initialize the INDEX field for each pair
17414         discovered.
17415         (compare_pairs): No longer sort on the elements in each pair.
17416         Instead break ties with the index of the coalesce pair.
17418 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17420         PR target/70002
17421         * config/aarch64/aarch64-protos.h
17422         (aarch64_save_restore_target_globals): New prototype.
17423         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
17424         Call the above when popping pragma.
17425         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
17426         New function.
17427         (aarch64_set_current_function): Rewrite using the above.
17429 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
17431         PR tree-optimization/70177
17432         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
17433         (extract_ops_from_tree): ... this.  In the 2 argument
17434         overload remove _1 suffix.
17435         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
17436         (extract_ops_from_tree): ... this.
17437         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
17438         Adjust callers.
17439         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
17440         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
17441         extract_ops_from_tree instead of 2 operand one.
17443 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
17445         PR tree-optimization/70013
17446         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
17447         for constant-pool entries.
17449 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
17451         PR rtl-optimization/70174
17452         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
17453         followed by gen_lowpart on force_reg instead of just gen_lowpart.
17455         PR tree-optimization/70169
17456         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
17457         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
17458         for unknown codes.
17460 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
17461             Jakub Jelinek  <jakub@redhat.com>
17463         PR target/70160
17464         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
17465         of uninitialized values.
17467 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17469         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
17470         define_expand.
17471         ("*trunctddd2"): New pattern definition.
17472         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
17473         TD->DD truncation.
17475 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17477         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
17478         definitions for BFP and DFP rounding modes.
17479         ("fixuns_truncdddi2", "fixuns_trunctddi2")
17480         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
17481         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
17482         ("fix_trunctf<mode>2"): Use the new constants instead of magic
17483         numbers.
17485 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17487         * config/s390/constraints.md: Adjust comment.
17488         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
17489         s390_decompose_addrstyle_without_index.
17490         * config/s390/predicates.md (shift_count_or_setmem_operand):
17491         Rename to setmem_operand.
17492         * config/s390/s390-protos.h
17493         (s390_decompose_shift_count): Rename to
17494         s390_decompose_addrstyle_without_index.
17495         * config/s390/s390.c (s390_decompose_shift_count)
17496         (s390_mem_constraint, print_shift_count_operand)
17497         (print_operand_address, print_operand): Rename
17498         s390_decompose_shift_count to
17499         s390_decompose_addrstyle_without_index and rename
17500         print_shift_count_operand to print_addrstyle_operand troughout the
17501         file.
17502         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
17503         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
17504         Rename shift_count_or_setmem_operand to setmem_operand.
17505         * config/s390/vx-builtins.md ("vec_insert<mode>")
17506         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
17507         nonmemory_operand.
17509 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17511         PR target/70168
17512         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
17513         Handle overlapping retval and newval.
17515 2016-03-10  Nick Clifton  <nickc@redhat.com>
17517         PR target/7044
17518         * config/aarch64/aarch64.c
17519         (aarch64_override_options_after_change_1): When forcing
17520         flag_omit_frame_pointer to be true, use a special value that can
17521         be detected if this function is called again, thus preventing
17522         flag_omit_leaf_frame_pointer from being forced to be false.
17524 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17526         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
17527         Set x_flag_omit_leaf_frame_pointer when handling
17528         -momit-leaf-frame-pointer.
17530 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17532         PR lto/69589
17533         * cgraph.c (cgraph_node::dump): Dump split_part and
17534         indirect_call_target.
17535         * cgraph.h (cgraph_node): Add indirect_call_target flag.
17536         * ipa.c (has_addr_references_p): Cleanup.
17537         (is_indirect_call_target_p): New.
17538         (walk_polymorphic_call_targets): Do not mark virtuals that may be
17539         called indirectly as local.
17540         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
17542 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17544         PR ipa/69630
17545         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
17546         on cxa_pure_virtual.
17548 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17550         PR lto/69589
17551         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
17553 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
17555         PR lto/69589
17556         * tree.c (need_assembler_name_p): Only record main variant type names.
17558 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
17560         PR target/70113.
17561         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
17562         Always define to 0 or 1.
17563         (TARGET_FIX_ERR_A53_843419): New macro.
17564         * config/aarch64/aarch64-elf-raw.h
17565         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
17566         * config/aarch64/aarch64-linux.h: Likewise.
17567         * config/aarch64/aarch64.c
17568         (aarch64_override_options_after_change_1): Do not default
17569         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
17570         843419 is on.
17571         (aarch64_attributes): Handle fix-cortex-a53-843419.
17572         (aarch64_can_inline_p): Likewise.
17573         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
17575 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
17576             Jakub Jelinek  <jakub@redhat.com>
17578         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
17579         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
17580         DECL_COMMONS if flag_unconstrained_commons is set.
17581         * tree-dfa.c (get_ref_base_and_extent): Likewise.
17582         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
17583         (funconstrained-commons): Document.
17585 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
17587         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
17588         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
17590 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
17592         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
17593         has a proper number of elements.
17595 2016-03-10  Alan Modra  <amodra@gmail.com>
17597         PR rtl-optimization/69195
17598         PR rtl-optimization/47992
17599         * ira.c (recorded_label_ref): Delete.
17600         (update_equiv_regs): Return void.
17601         (indirect_jump_optimize): New function.
17602         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
17603         before regstat_compute_ri.  Don't rebuild_jump_labels here.
17604         Delete update_regstat.
17606 2016-03-10  Richard Biener  <rguenther@suse.de>
17608         PR tree-optimization/70128
17609         * tree-ssa-structalias.c (set_uids_in_ptset): Set
17610         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
17612 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
17614         PR tree-optimization/70152
17615         * tree-sra.c (replace_removed_params_ssa_names): Copy over
17616         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
17618         PR target/70086
17619         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
17620         instead of gen_sse2_loadlpd.
17621         * config/i386/sse.md (*vec_concatv2df): Rename to...
17622         (vec_concatv2df): ... this.
17624         PR tree-optimization/70127
17625         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
17627 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
17629         PR c/68473
17630         PR c++/70105
17631         * diagnostic-show-locus.c (compatible_locations_p): New function.
17632         (layout::layout): Sanitize ranges using compatible_locations_p.
17634 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
17636         PR c/68473
17637         PR c++/70105
17638         * diagnostic-show-locus.c (layout_range::layout_range): Replace
17639         location_range param with three const expanded_locations * and a
17640         bool.
17641         (layout::layout): Replace call to
17642         rich_location::lazily_expand_location with get_expanded_location.
17643         Extract the range and perform location expansion here, passing
17644         the results to the layout_range ctor.
17645         * diagnostic.c (source_range::debug): Delete.
17646         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
17647         of rich_location::get_expanded_location.
17648         * gcc-rich-location.c (get_range_for_expr): Delete.
17649         (gcc_rich_location::add_expr): Reimplement to avoid the
17650         rich_location::add_range overload that took a location_range,
17651         passing a location_t instead.
17653 2016-03-09  Richard Biener  <rguenther@suse.de>
17654         Jakub Jelinek  <jakub@redhat.com>
17656         PR tree-optimization/70138
17657         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
17658         Also skip vect_double_reduction_def.
17660 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
17662         PR target/70049
17663         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
17664         if the operand is "m".
17666 2016-03-09  Nathan Sidwell  <nathan@acm.org>
17668         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
17670 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
17672         * config/i386/i386.c (processor_target_table): Fix cost table
17673         intialization order for znver1.
17675 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
17677         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
17678         - becuase -> because.
17679         * ipa-reference.c (ignore_module_statics): Likewise.
17680         * cgraph.c (cgraph_node::get_body): Likewise.
17681         * ipa-inline.c (early_inliner): Likewise.
17682         * ipa-devirt.c (types_same_for_odr): Likewise.
17683         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
17684         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
17686 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17688         * tree-ssa-math-opts.c: Fix typo in comment.
17690 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
17692         PR target/70110
17693         * config/i386/i386.c (scalar_chain::make_vector_copies,
17694         scalar_chain::convert_reg): Call end_sequence in between
17695         get_insns and emit_conversion_insns rather than after both
17696         calls.
17698 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
17700         PR target/70064
17701         * config/i386/i386.h (machine_function): Add
17702         pc_thunk_call_expanded flag.
17703         (ix86_pc_thunk_call_expanded): New define.
17704         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
17705         (*set_got): Rename insn pattern from set_got.
17706         (*set_got_labelled): Rename inst pattern from set_got_labelled.
17707         * config/i386/i386.c (ix86_compute_frame_layout): Use
17708         ix86_pc_thunk_call_expanded to prevent red-zone.
17710 2016-03-07  Martin Jambor  <mjambor@suse.cz>
17712         * hsa.h (hsa_get_ctor_statements): Declare.
17713         (hsa_get_dtor_statements): Likewise.
17714         (hsa_get_kernel_dispatch_type): Likewise.
17715         * hsa.c (hsa_get_ctor_statements): New function.
17716         (hsa_get_dtor_statements): Likewise.
17717         (hsa_get_kernel_dispatch_type): Likewise.
17718         * hsa-brig.c (hsa_cdtor_statements): Removed.
17719         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
17720         hsa_get_dtor_statements.
17721         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
17722         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
17724 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17726         * config/arm/arm-cores.def (cortex-r8): New.
17727         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
17728         * config/arm/arm-tune.md: Likewise.
17729         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
17731 2016-03-07  Martin Sebor  <msebor@redhat.com>
17733         PR rtl-optimization/19705
17734         * doc/invoke.texi (Options That Control Optimization): Clarify
17735         -fno-branch-count-reg.
17737 2016-02-26  Richard Biener  <rguenther@suse.de>
17738             Jeff Law  <law@redhat.com>
17740         PR tree-optimization/69740
17741         * cfghooks.c (remove_edge): Request loop fixups if we delete
17742         an edge that might turn an irreducible loop into a natural
17743         loop.
17744         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
17745         Move after definition of loops_state_clear.
17747 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
17749         PR rtl-optimization/69052
17750         * rtlanal.c (commutative_operand_precedence): Set higher precedence
17751         to CONST_WIDE_INT.
17753 2016-03-07  Tom de Vries  <tom@codesourcery.com>
17755         PR tree-optimization/70116
17756         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
17757         is_tm_ending stmts and ubsan/asan internal functions.
17758         (find_duplicate): Use it.  Don't test is_tm_ending here.
17760 2016-03-07  Richard Biener  <rguenther@suse.de>
17762         PR tree-optimization/70115
17763         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
17764         (propagate_constants_for_unrolling): Use replace_uses_by.
17766 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
17768         PR middle-end/69916
17769         * omp-low.c (struct oacc_loop): Add ifns.
17770         (new_oacc_loop_raw): Initialize it.
17771         (finish_oacc_loop): Clear mask & flags if no ifns.
17772         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
17773         (oacc_loop_xform_loop): Add ifns arg & adjust.
17774         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
17776 2016-03-07  Richard Henderson  <rth@redhat.com>
17778         PR rtl-opt/70061
17779         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
17780         (insert_value_copy_on_edge): Likewise.
17782 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17784         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
17786 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17788         PR target/62281
17789         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
17791 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
17793         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
17795 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
17797         Fix sseimul type attribute.
17798         * config/i386/znver1.md
17799         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
17800         znver1_sseimul_avx256_load) : Fix the type attribute.
17801         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
17802         pipe usage and latency.
17804 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
17806         PR c++/70084
17807         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
17808         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
17809         to the right type.
17811 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
17813         PR c/69973
17814         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
17816         PR rtl-optimization/69941
17817         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
17818         the reg share its mode.
17820 2016-03-04  Jeff Law  <law@redhat.com>
17822         PR tree-optimization/69196
17823         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
17824         If the both SSA_NAMEs are anonymous, then consider them unassociated
17825         and include the PHI in the statement count.
17827 2016-03-05  Tom de Vries  <tom@codesourcery.com>
17829         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
17830         construct in oacc routine.  Check for oacc region in oacc routine.
17832 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
17834         PR target/70062
17835         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
17836         2016-02-22 changes, instead don't recurse if RECUR is already true.
17837         Don't change *dynamic_check if RECUR.  Adjust recursive caller
17838         to pass true to the new argument.
17839         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
17841         PR target/70059
17842         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
17843         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
17844         fixes.
17845         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
17847 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
17849         PR rtl-optimization/57676
17850         * lra-assigns.c (lra_assign): Guard test for maximum iterations
17851         with flag_checking.
17853 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
17855         * tree-vect-patterns.c (search_type_for_mask): Handle
17856         comparison of booleans.
17858 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
17860         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
17861         Fix @xref usage.
17863         PR debug/69947
17864         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
17865         all other ops that have dw_val_class_die_ref operands,
17866         and DW_OP_GNU_entry_value.
17868 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17870         PR rtl-optimization/69904
17871         * config/arm/arm.c (arm_cannot_copy_insn_p):
17872         Return true for load-exclusive instructions.
17874 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
17876         PR target/70021
17877         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
17878         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
17879         the pattern no matter if it is used just by non-pattern, pattern
17880         or mix thereof.
17881         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
17882         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
17883         oprnd1 def_stmt is in pattern, don't look through it.
17885 2016-03-03  Marek Polacek  <polacek@redhat.com>
17887         PR middle-end/70050
17888         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
17890 2016-03-03  Martin Liska  <mliska@suse.cz>
17892         PR tree-optimization/70043
17893         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
17894         previous statement if we see a debug statement.
17896 2016-03-03  Richard Biener  <rguenther@suse.de>
17898         PR tree-optimization/55936
17899         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
17900         parameter and guard unsafe equivalence use.
17901         (vrp_evaluate_conditional_warnv_with_ops): Always use
17902         safe equivalences but not via the quadratic compare_names
17903         helper.
17905 2016-03-03  Michael Collison  <michael.collison@linaro.org>
17907         PR target/70014
17908         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
17909         for operand 1 to s_register_operand. Change predicate for operand
17910         2 to arm_not_immediate_operand.
17912 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
17914         * doc/tm.texi: Regenerated.
17916 2016-03-02  Richard Henderson  <rth@redhat.com>
17918         PR rtl-opt/67145
17919         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
17920         simplification when all args are positive non-fixed registers.
17922 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17924         * target.def (lra_p): Specify that new ports should use LRA.
17926 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
17928         PR libgomp/69555
17929         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
17930         gimplify_type_sizes the type they refer to.
17931         (omp_notice_variable): Handle reference vars to VLAs.
17932         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
17933         reference to VLA decls in the second pass instead of first pass.
17935 2016-03-02  Tom de Vries  <tom@codesourcery.com>
17937         PR tree-optimization/68659
17938         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
17939         new_expr == NULL_TREE.
17940         (get_new_name): Handle ADDR_EXPR.
17942 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
17944         PR rtl-optimization/69052
17945         * loop-invariant.c (canonicalize_address): New function.
17946         (inv_can_prop_to_addr_use): Check validity of address expression
17947         which is canonicalized by above function.
17949 2016-03-02  Alan Modra  <amodra@gmail.com>
17951         PR ipa/69990
17952         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
17953         larger alignment.
17955 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
17957         PR target/70028
17958         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
17959         (*movhi_internal): Put mask moves from and to memory separately
17960         from moves from/to GPRs.
17962 2016-03-02  Richard Biener  <rguenther@suse.de>
17964         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
17965         GENERIC expressions in GIMPLE.
17967 2016-03-02  Richard Biener  <rguenther@suse.de>
17969         * config/i386/i386.c (type_natural_mode): Fix typo.
17971 2016-03-02  Nick Clifton  <nickc@redhat.com>
17973         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
17975 2016-03-02  Richard Biener  <rguenther@suse.de>
17976             Uros Bizjak  <ubizjak@gmail.com>
17978         PR target/67278
17979         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
17981 2016-03-02  Richard Biener  <rguenther@suse.de>
17983         PR middle-end/67278
17984         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
17986 2016-03-02  Marek Polacek  <polacek@redhat.com>
17988         PR c/67854
17989         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
17990         "is promoted to" warning.
17992 2016-03-01  DJ Delorie  <dj@redhat.com>
17994         * config.gcc: Deprecate mep-*.
17996 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
17998         PR middle-end/70025
17999         * lra-constraints.c (regno_val_use_in): New.
18000         (match_reload): Use it instead of regno_use_in.
18002 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
18004         PR rtl-optimization/70007
18005         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
18006         references present in REG_EQUAL notes attached to non-SET patterns.
18008 2016-03-01  Jeff Law  <law@redhat.com>
18010         PR tree-optimization/69196
18011         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
18012         Appropriately clamp the number of statements to copy when the
18013         thread path does not traverse a loop backedge.
18015         PR tree-optimization/69196
18016         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
18017         Do count some PHIs in the thread path against the insn count.  Decrease
18018         final statement count by one as the control statement in the last
18019         block will get removed.  Remove special cased code for handling PHIs
18020         in the last block.
18022 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
18024         PR target/70027
18025         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
18026         asm dialect alternatives to explicit GOTPCREL calls.
18028 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
18030         PR ada/70017
18031         * ira.c (do_reload): Issue warning for generic stack checking here...
18032         * reload1.c (reload): ...instead of here and streamline it.
18034 2016-03-01  Nick Clifton  <nickc@redhat.com>
18036         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
18038 2016-03-01  Richard Biener  <rguenther@suse.de>
18040         PR tree-optimization/69983
18041         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
18042         types and fall back to operand_equal_p.
18044 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18046         Revert
18047         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18049         * config/s390/constraints.md ("jm8"): New constraint.
18050         * config/s390/predicates.md ("const_int_8bitset_operand"): New
18051         predicate.
18052         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
18053         into ...
18054         ("*setmem_long<setmem_and>"): New pattern.
18055         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
18056         into ...
18057         ("*setmem_long_31z<setmem_and>"): New pattern.
18058         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
18059         New substitution rules with the required attributes.
18062 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18064         Revert
18065         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18067         * gensupport.c (process_substs_on_one_elem): Split loop to
18068         complete mark_operands_used_in_match_dup on all expressions in the
18069         vector first.
18070         (adjust_operands_numbers): Inline into process_substs_on_one_elem
18071         and remove function.
18073 2016-03-01  Richard Biener  <rguenther@suse.de>
18075         PR middle-end/70022
18076         * fold-const.c (fold_indirect_ref_1): Fix range checking for
18077         vector BIT_FIELD_REF extract.
18079 2016-03-01  Richard Biener  <rguenther@suse.de>
18081         PR tree-optimization/69994
18082         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
18084 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
18086         PR tree-optimization/69956
18087         * tree-vect-stmts.c (supportable_widening_operation): Support
18088         multi-step conversion of boolean vectors.
18089         (supportable_narrowing_operation): Likewise.
18091 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18093         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
18094         anymore.
18096 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18098         * config/s390/subst.md (DSI_VI): New mode iterator.
18099         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
18100         * config/s390/vector.md ("vec_set<mode>"): Move expander before
18101         the insn definition.
18102         ("*vec_set<mode>"): Change predicate and add alternative to
18103         support only either register or const_int operands as element
18104         selector.
18105         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
18106         operands.
18107         ("vec_extract<mode>"): New expander.
18108         ("*vec_extract<mode>"): New insn definition supporting reg and
18109         const_int element selectors.
18110         ("*vec_extract<mode>_plus"): New insn definition supporting
18111         reg+const_int element selectors.
18112         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
18113         following expander+insn definition.
18114         ("<vec_shifts_name><mode>3"): New expander.
18115         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
18117 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18119         * config/s390/s390.md ("*tabort_1"): Change predicate to
18120         nonmemory_operand.  Add a second alternative to cover
18121         register as well as const int operands.
18122         ("*tabort_1_plus"): New pattern definition.
18124 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18126         * config/s390/s390.md ("*ashrdi3_cc_31")
18127         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
18128         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
18129         Merge insn definitions into ...
18130         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
18131         New pattern definition.
18132         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
18133         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
18134         ("*ashr<mode>3_and"): Merge insn definitions into ...
18135         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
18136         New pattern definition.
18137         * config/s390/subst.md ("addr_style_op_cc_subst")
18138         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
18139         substitutions patterns plus attributes.
18140         Add ashiftrt to SUBST iterator.
18142 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18144         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
18145         op2 to nonmemory_operand.
18146         ("*<shift>di3_31", "*<shift>di3_31_and"):
18147         Merge into single pattern definition ...
18148         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
18149         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
18150         pattern definition ...
18151         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
18152         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
18153         iterator.
18155 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18157         * config/s390/predicates.md (const_int_6bitset_operand): New
18158         predicate.
18159         * config/s390/s390.md: Include subst.md.
18160         ("rotl<mode>3"): New expander.
18161         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
18162         ...
18163         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
18164         * config/s390/subst.md: New file.
18166 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18168         * config/s390/s390.md ("op_type", "atype", "length" attributes):
18169         Remove RRR type.  It doesn't really exist.
18170         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
18171         attributes.
18172         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
18173         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
18174         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
18175         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
18176         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
18177         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
18178         `enabled' attribute.
18180 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18182         * gensupport.c (process_substs_on_one_elem): Split loop to
18183         complete mark_operands_used_in_match_dup on all expressions in the
18184         vector first.
18185         (adjust_operands_numbers): Inline into process_substs_on_one_elem
18186         and remove function.
18188 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
18190         PR target/69706
18191         * config/sparc/sparc.c (NWORDS_UP): Rename to...
18192         (CEIL_NWORDS): ...this.  Use CEIL macro.
18193         (compute_fp_layout): Adjust to above renaming.
18194         (function_arg_union_value): Likewise.
18195         (sparc_arg_partial_bytes): Likewise.
18196         (sparc_function_arg_advance): Likewise.
18198 2016-02-29  Jeff Law  <law@redhat.com>
18200         PR tree-optimization/70005
18201         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
18202         where an object with a boolean range is compared against a value
18203         outside [0..1].
18205         PR tree-optimization/69999
18206         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
18207         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
18208         loop cleanups.
18210 2016-02-29  Richard Biener  <rguenther@suse.de>
18212         PR tree-optimization/69994
18213         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
18214         (get_unary_op): Look through nop conversions.
18215         (ops_equal_values_p): New function, look for equality diregarding
18216         nop conversions.
18217         (eliminate_plus_minus_pair): Use ops_equal_values_p
18218         (repropagate_negates): Do not use get_unary_op here.
18220 2016-02-29  Martin Liska  <mliska@suse.cz>
18222         * system.h: Poison ENABLE_CHECKING macro.
18224 2016-02-29  Martin Liska  <mliska@suse.cz>
18226         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
18227         is presented in dump flags.
18228         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
18229         (hsa_regalloc): Likewise.
18231 2016-02-19  Richard Biener  <rguenther@suse.de>
18233         PR tree-optimization/69980
18234         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
18235         permutation of those we need to keep.
18237 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
18239         PR target/69706
18240         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
18241         (NWORDS_UP): ...this
18242         (init_cumulative_args): Minor tweaks.
18243         (sparc_promote_function_mode): Likewise.
18244         (scan_record_type): Delete.
18245         (traverse_record_type): New function template.
18246         (classify_data_t): New structure type.
18247         (classify_registers): New inline function.
18248         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
18249         exhausted.  Instantiate traverse_record_type on classify_registers and
18250         deal with the case of a structure passed in slot #15 with no FP field
18251         in the first word.
18252         (assign_data_t): New structure type.
18253         (compute_int_layout): New static function.
18254         (compute_fp_layout): Likewise.
18255         (count_registers): New inline function.
18256         (assign_int_registers): New static function.
18257         (assign_fp_registers): Likewise.
18258         (assign_registers): New inline function.
18259         (function_arg_record_value_1): Delete.
18260         (function_arg_record_value_2): Likewise.
18261         (function_arg_record_value_3): Likewise.
18262         (function_arg_record_value): Adjust to above changes.  Instantiate
18263         traverse_record_type on count_registers to first count the number of
18264         registers to be used and then on assign_registers to assign them.
18265         (function_arg_union_value): Adjust to above renaming.
18266         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
18267         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
18268         case of a structure passed in slot #15
18269         (sparc_function_arg_advance): Likewise.
18270         (function_arg_padding): Minor tweak.
18272 2016-02-29  Richard Biener  <rguenther@suse.de>
18274         PR tree-optimization/69720
18275         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
18276         the adjustment_def path for possibly vectorized defs.
18277         (vect_create_epilog_for_reduction): Handle vectorized initial
18278         defs properly.
18280 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
18282         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
18284 2016-02-27  Jeff Law  <law@redhat.com>
18286         Revert
18287         2016-02-26  Richard Biener  <rguenther@suse.de>
18288                     Jeff Law  <law@redhat.com>
18290         PR tree-optimization/69740
18291         * cfghooks.c (remove_edge): Request loop fixups if we delete
18292         an edge that might turn an irreducible loop into a natural
18293         loop.
18295 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
18297         PR rtl-optimization/69896
18298         * tree-vect-generic.c (get_compute_type): Avoid single element
18299         vector types.
18301 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
18303         Rename the AArch64 tuning option and related functions to enable the
18304         Newton series for the reciprocal square root to reflect its
18305         approximative characteristic.
18307         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
18308         function to "aarch64_emit_approx_rsqrt".
18309         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
18310         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
18311         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
18312         (xgene1_tunings): Likewise.
18313         (use_rsqrt_p): Likewise.
18314         (aarch64_emit_swrsqrt): Use new function name.
18315         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
18316         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
18317         text explaining this option.
18318         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
18320 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
18322         PR target/69969
18323         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
18324         complain about -mallow-movmisalign without -mvsx if
18325         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
18327 2016-02-26  Joel Sherrill  <joel@rtems.org>
18329         * config.gcc: Add x86_64-*-rtems*.
18330         * config/i386/rtems-64.h: New file.
18332 2016-02-26  Joel Sherrill  <joel@rtems.org>
18334         * config.gcc: Add aarch64-*-rtems*.
18335         * config/aarch64/rtems.h: New file.
18337 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
18339         PR target/69946
18340         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
18341         shift amount using %h.  Add comment.
18343 2016-02-26  Richard Biener  <rguenther@suse.de>
18344             Jeff Law  <law@redhat.com>
18346         PR tree-optimization/69740
18347         * cfghooks.c (remove_edge): Request loop fixups if we delete
18348         an edge that might turn an irreducible loop into a natural
18349         loop.
18351 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18353         PR middle-end/69920
18354         * tree-sra.c (sra_modify_assign): Do not remove loads of
18355         uninitialized aggregates to SSA_NAMEs.
18357 2016-02-26  Richard Henderson  <rth@redhat.com>
18359         PR target/69709
18360         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
18361         pseudo in case the target rtx matches the source of the left
18362         shift.
18364 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18366         PR hsa/69568
18367         * hsa.h (hsa_type_packed_p): Declare.
18368         * hsa.c (hsa_type_packed_p): New function.
18369         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
18370         loads.
18371         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
18372         * hsa-brig.c (emit_basic_insn): Likewise.
18374 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18376         pr hsa/69674
18377         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
18378         pointers.
18379         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
18381 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18383         * hsa.h (is_a_helper): New overload for hsa_op_immed for
18384         hsa_op_with_type operands.
18385         (hsa_unsigned_type_for_type): Declare.
18386         * hsa.c (hsa_unsigned_type_for_type): New function.
18387         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
18388         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
18389         the finalizer.  Do not emit extra move.
18391 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18393         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
18394         atomic operations in private segment.
18396 2016-02-26  Martin Jambor  <mjambor@suse.cz>
18398         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
18399         statements to wi->info.  Also disallow omp simd constructs.
18400         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
18401         for not gridifying.  Dump special string for omp_for.
18403 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18405         PR target/69245
18406         * config/aarch64/aarch64.c (aarch64_set_current_function):
18407         Save/restore target globals when switching to
18408         target_option_default_node.
18410 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18412         PR target/69613
18413         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
18414         Return 0 if !SHIFT_COUNT_TRUNCATED.
18416 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
18417             Eric Botcazou  <ebotcazou@adacore.com>
18419         PR rtl-optimization/69891
18420         * dse.c (scan_insn): If we can't figure out memset arguments
18421         or they are non-constant, call clear_rhs_from_active_local_stores.
18423 2016-02-26  Martin Liska  <mliska@suse.cz>
18425         * doc/extend.texi: Mention clog10, clog10f an clog10l
18426         in Builtins section.
18428 2016-02-26  Martin Liska  <mliska@suse.cz>
18430         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
18431         CHECKING_P.
18432         (resolve_args_picking_1): Likewise.
18433         * dwarf2out.h (struct GTY): Likewise.
18435 2016-02-26  Martin Liska  <mliska@suse.cz>
18437         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
18438         with flag_checking.
18439         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
18441 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
18442             Martin Liska  <mliska@suse.cz>
18444         * doc/install.texi: Mention --enable-valgrind-annotations.
18446 2016-02-26  Richard Biener  <rguenther@suse.de>
18448         PR tree-optimization/69551
18449         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
18450         looking through aliases adjust DECL_PT_UID to refer to the
18451         ultimate alias target.
18453 2016-02-25  Martin Liska  <mliska@suse.cz>
18455         PR middle-end/69919
18456         * alloc-pool.c (after_memory_report): New variable.
18457         * alloc-pool.h (base_pool_allocator ::release): Do not use
18458         the infrastructure if after_memory_report.
18459         * toplev.c (toplev::main): Mark after memory report.
18461 2016-02-25  Richard Biener  <rguenther@suse.de>
18463         PR tree-optimization/48795
18464         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
18466 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
18468         PR driver/68463
18469         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
18470         offloading is enabled and -fopenacc or -fopenmp is specified.
18471         (CRTOFFLOADEND): Likewise.
18472         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
18473         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
18474         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
18475         (offload_objects_file_name): New static var.
18476         (tool_cleanup): Remove offload_objects_file_name file.
18477         (find_offloadbeginend): Replace with ...
18478         (find_crtoffloadtable): ... this.
18479         (run_gcc): Remove offload_argc and offload_argv.
18480         Get offload_objects_file_name from -foffload-objects=... option.
18481         Read names of object files with offload from this file, pass them to
18482         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
18483         don't pass offloadbegin and offloadend to the linker.  Don't pass
18484         offload non-LTO files to the linker, because now they're not claimed.
18486 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
18488         PR ipa/69630
18489         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
18490         on builtin_unreachable.
18492 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
18494         PR rtl-optimization/69896
18495         * regcprop.c: Include cfgrtl.h.
18496         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
18497         than remembered mode, either delete it (if noop_move_p), or
18498         treat like copy_p but not noop_p instruction.
18500 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
18502         PR debug/69705
18503         * dwarf2out.c (gen_variable_die): Work around buggy LTO
18504         - allow NULL decl for Fortran DW_TAG_common_block variables.
18506 2016-02-24  Jason Merrill  <jason@redhat.com>
18508         * common.opt (flifetime-dse): Add -flifetime-dse=1.
18510 2016-02-24  Richard Biener  <rguenther@suse.de>
18511             Jakub Jelinek  <jakub@redhat.com>
18513         PR middle-end/69760
18514         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
18515         conditionally executed ops to well-defined overflow behavior.
18517 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
18519         PR middle-end/69915
18520         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
18521         elements.
18523 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18525         PR rtl-optimization/69886
18526         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
18527         argument.  Use it when checking validity of set instructions.
18528         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
18529         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
18530         callsite.
18531         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
18532         * store-motion.c (find_moveable_store): Update
18533         can_assign_to_reg_without_clobbers_p callsite.
18535 2016-02-24  Richard Biener  <rguenther@suse.de>
18537         PR middle-end/68963
18538         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
18539         bogus check.
18540         (record_nonwrapping_iv): Do not fall back to the low/high bound
18541         for non-constant IV bases if the stmt is not always executed.
18543 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18545         * config/arm/arm-cores.def (cortex-a32): New entry.
18546         * config/arm/arm-tables.opt: Regenerate.
18547         * config/arm/arm-tune.md: Regenerate.
18548         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
18549         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
18550         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
18551         for -mcpu and -mtune.
18553 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18555         PR target/69875
18556         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
18557         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
18558         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
18559         (atomic_loaddi_1): Delete.
18560         (atomic_loaddi): Rewrite expander using the above changes.
18562 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
18564         PR c/69918
18565         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
18566         2 to 3.
18568 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
18569             Richard Biener  <rguenth@suse.de>
18571         PR middle-end/69909
18572         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
18573         set_mem_attributes if tem is SSA_NAME which got expanded
18574         as a MEM.
18576 2016-02-24  Richard Biener  <rguenther@suse.de>
18578         PR tree-optimization/69907
18579         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
18580         end of permutations for BB vectorization.
18582 2016-02-24  Christian Bruel  <christian.bruel@st.com>
18584         * config/arm/arm-c.c (arm_option_override): Initialize
18585         target_option_current_node.
18586         * config/arm/arm.c (arm_pragma_target_parse): Replace
18587         build_target_option_node call by target_option_current_node.
18588         Set target_option_current_node.
18589         Fix comments.
18591 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
18593         PR target/69810
18594         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
18595         define_insn_and_split to define_insn.
18596         (zero_extendqi<mode>2_dot2): Same.
18597         (extendqi<mode>2_dot): Same.
18598         (extendqi<mode>2_dot2): Same.
18600 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
18602         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
18603         and add bypass for AES{D,E} and AESMC pairs.
18604         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
18605         and AESMC pairs.
18607 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
18609         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
18610         series for reciprocal square root in Exynos M1.
18612 2016-02-23  Martin Sebor  <msebor@redhat.com>
18614         PR c/69759
18615         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
18616         __builtin_alloca_with_align.
18618 2016-02-23  Richard Henderson  <rth@redhat.com>
18620         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
18621         (ix86_register_pragmas): Remove __seg_tls.
18622         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
18623         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
18624         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
18625         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
18626         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
18627         * doc/extend.texi (__seg_tls): Remove item.
18629 2016-02-23  Richard Biener  <rguenther@suse.de>
18631         * alloc-pool.h (struct allocation_object): Make id member
18632         conditional on CHECKING_P again.
18633         (get_instance): Adjust.
18634         (base_pool_allocator): Likewise.
18636 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
18638         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
18639         (parallelize_loops): In OpenACC kernels mode, set n_threads to
18640         zero.
18641         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
18642         flag_openacc.
18643         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
18645 2016-02-23  Richard Biener  <rguenther@suse.de>
18647         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
18648         * bitmap.h (struct bitmap_usage): Likewise.
18649         (bitmap_move): Declare.
18650         * bitmap.c (register_overhead): Take size_t argument.
18651         (bitmap_move): New function.
18652         * df-problems.c (df_rd_transfer_function): Use bitmap_move
18653         to properly account overhead.
18654         * tree.c (free_node): Use tree_size.
18656 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
18658         PR c++/69902
18659         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
18660         when inverting comparison.
18662         PR c/69900
18663         * common.opt (Wunreachable-code): Add Warning flag.
18665 2016-02-23  Mark Wielaard  <mjw@redhat.com>
18666             Jakub Jelinek  <jakub@redhat.com>
18668         PR c/69911
18669         * cgraphunit.c (check_global_declaration): Check main_input_filename
18670         and DECL_SOURCE_FILE are not NULL.
18672 2016-02-23  Martin Jambor  <mjambor@suse.cz>
18674         PR tree-optimization/69666
18675         * tree-sra.c (sra_modify_assign): Do not attempt to create
18676         default_def replacements for unscalarizable regions.
18678 2016-02-20  Mark Wielaard  <mjw@redhat.com>
18680         PR c/28901
18681         * cgraphunit.c (check_global_declaration): Check level of
18682         warn_unused_const_variable and main_input_filename.
18683         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
18684         (-Wunused-variable): For C implies -Wunused-const-variable=1.
18685         (-Wunused-const-variable): Explain levels 1 and 2.
18687 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
18689         PR target/69888
18690         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
18691         identical arguments.  Formatting and spelling fixes.
18693         PR target/69885
18694         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
18695         be specified.
18697         PR target/69894
18698         PR target/69895
18699         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
18700         and m68k-devices.def.
18701         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
18702         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
18704 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
18706         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
18707         and HImode registers.
18709 2016-02-22  Richard Biener  <rguenther@suse.de>
18711         PR tree-optimization/69882
18712         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
18713         preserve permutations present because of gaps.
18714         (vect_supported_load_permutation_p): Always continue checking
18715         permutations after vect_attempt_slp_rearrange_stmts.
18717 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
18719         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
18720         min_profitable_estimate, rather than min_profitable_iters.
18722 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
18724         PR target/69885
18725         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
18726         SImode for last match_operand.
18728 2016-02-22  Martin Liska  <mliska@suse.cz>
18730         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
18731         return bitsize - 1 as the return value.
18733 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
18735         PR target/69806
18736         PR target/54089
18737         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
18738         Handle negative shift counts.
18739         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
18740         force_reg on the shift constant.
18741         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
18742         (lshrsi3_d): Handle negative shift counts.
18744 2016-02-22  Richard Biener  <rguenther@suse.de>
18745             Tom de Vries  <tom@codesourcery.com>
18747         * graph.c: Include dumpfile.h.
18748         (print_graph_cfg): Split into three overloads.
18749         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
18751 2016-02-22  Tom de Vries  <tom@codesourcery.com>
18753         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
18754         dump-fn.
18756 2016-02-22  Richard Biener  <rguenther@suse.de>
18758         PR ipa/37448
18759         * ipa-inline-transform.c (inline_call): When not updating
18760         overall summaries adjust self size by the growth estimate.
18761         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
18762         hash-set, do not update overall summaries here.  Renamed from ...
18763         (inline_to_all_callers): ... this which is now wrapping the
18764         above and performing delayed overall summary update.
18765         (early_inline_small_functions): Delay updating of the overall
18766         summary.
18768 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
18770         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
18771         variable.
18773 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
18775         PR driver/69805
18776         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
18777         :%* in %:gt() argument.
18778         (greater_than_spec_func): Adjust for expecting only numbers,
18779         if there are more than two numbers, compare the last two.
18781 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
18783         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
18784         -Wnarrowing with -std.
18786 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
18788         PR c++/69851
18789         * expr.c (store_field): Don't use bit-field path if exp is
18790         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
18791         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
18792         and the assignment can be performed by bitwise copy.  Formatting
18793         fix.
18795         PR middle-end/69838
18796         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
18797         call copy_reg_eh_region_note_forward on before and/or after sequences
18798         and remove note from insn if it no longer can throw.
18800         PR target/69820
18801         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
18802         if TARGET_AVX512BW.
18804 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18806         * config/s390/vector.md: Add missing commutative operand markers
18807         to the patterns which qualify for one.
18808         * config/s390/vx-builtins.md: Likewise.
18810 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18812         * config/s390/vector.md (VI, VI_QHS): Add single element vector
18813         types to mode iterators.
18814         (vec_double): ... and mode attribute.
18815         * config/s390/vx-builtins.md (non_vec_int): Likewise.
18817 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18819         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
18820         Change the predicate of op2 from nonimmediate to general and let
18821         reload fix it if necessary.
18823 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18825         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
18827 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18829         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
18830         mode.
18832 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18834         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
18835         * config/s390/s390.c (s390_expand_vec_movstr): New function.
18836         * config/s390/s390.md ("movstr<P:mode>"): Call
18837         s390_expand_vec_movstr.
18839 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18841         * config/s390/s390.md: Add missing output modifier for operand 1
18842         to print it as address properly.
18844 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18846         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
18847         * config/s390/2964.md: New file.
18848         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
18849         of insn grouping attributes depending on the CPU level.
18850         (s390_get_unit_mask): New function.
18851         (s390_sched_score): Remove the OOO from the scheduling macros.
18852         Add loop to calculate a score for the instruction mix.
18853         (s390_sched_reorder): Likewise plus improve debug output.
18854         (s390_sched_variable_issue): Rename macros as above.  Calculate
18855         the unit distances after actually scheduling an insn.  Improve
18856         debug output.
18857         (s390_sched_init): Clear last_scheduled_unit_distance array.
18858         * config/s390/s390.md: Include 2964.md.
18860 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
18862         PR target/69671
18863         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
18864         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
18865         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
18866         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
18867         *avx512f_<code>v8div16qi2_mask_1): New insns.
18869 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
18871         PR target/68404
18872         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
18873         2016-02-09 change.
18875         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
18876         earlyclobber from target.  Use wF constraint for fused memory
18877         address.
18878         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
18880 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
18881             Martin Liska  <mliska@suse.cz>
18883         PR sanitizer/69863
18884         * cfgexpand.c (asan_sanitize_stack_p): New function.
18885         (partition_stack_vars): Use the function.
18886         (expand_stack_vars): Likewise.
18887         (defer_stack_allocation): Likewise.
18888         (expand_used_vars): Likewise.
18890 2016-02-18  Richard Biener  <rguenther@suse.de>
18892         PR middle-end/69553
18893         * fold-const.c (operand_equal_p): Properly compare offsets for
18894         IMAGPART_EXPR and ARRAY_REF.
18896 2016-02-18  Nick Clifton  <nickc@redhat.com>
18898         PR target/62254
18899         PR target/69610
18900         * config/arm/arm.c (arm_option_override_internal): Disable
18901         interworking if the target does not support thumb instructions.
18902         (arm_reload_in_hi): Handle the case where a register to register
18903         move needs reloading because there is no simple pattern to handle
18904         it.
18905         (arm_reload_out_hi): Likewise.
18907 2016-02-18  Richard Biener  <rguenther@suse.de>
18909         PR middle-end/69854
18910         * match.pd: Don't use fold_binary or fold_unary for folding
18911         constants.
18913 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
18915         PR c++/69850
18916         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
18917         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
18918         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
18919         warn on gimple_no_warning_p statements.
18921 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
18923         * doc/extend.texi (C++ Attributes): Correct description of
18924         warn_unused type attribute.
18926 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18928         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
18929         correct instruction.
18931 2016-02-17  Richard Biener  <rguenther@suse.de>
18933         PR rtl-optimization/69609
18934         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
18935         (find_traces_1_round): When ending a trace update cached priority
18936         of successors.
18937         (bb_to_key): Use cached priority when available.
18938         (copy_bb): Initialize cached priority.
18939         (reorder_basic_blocks_software_trace_cache): Likewise.
18941 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18943         PR target/69161
18944         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
18945         New predicate.
18946         (aarch64_comparison_operator): Break overly long line into two.
18947         (aarch64_comparison_operation): Likewise.
18948         * config/aarch64/aarch64.md (cstorecc4): Use
18949         aarch64_comparison_operator_mode instead of
18950         aarch64_comparison_operator.
18951         (cstore<mode>4): Likewise.
18952         (aarch64_cstore<mode>): Likewise.
18953         (*cstoresi_insn_uxtw): Likewise.
18954         (cstore<mode>_neg): Likewise.
18955         (*cstoresi_neg_uxtw): Likewise.
18957 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18959         PR target/69161
18960         * config/arm/predicates.md (arm_comparison_operator_mode):
18961         New predicate.
18962         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
18963         instead of arm_comparison_operator.
18964         (*mov_negscc): Likewise.
18965         (*mov_notscc): Likewise.
18966         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
18967         (*thumb2_mov_negscc): Likewise.
18968         (*thumb2_mov_negscc_strict_it): Likewise.
18969         (*thumb2_mov_notscc): Likewise.
18970         (*thumb2_mov_notscc_strict_it): Likewise.
18972 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
18974         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
18975         Add missing return.
18977 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
18979         * config/visium/visium.c (machine_libfunc_index): New enum.
18980         (machine_libfuncs): New structure.
18981         (visium_libfuncs): New static variable.
18982         (TARGET_INIT_LIBFUNCS): Define to...
18983         (visium_init_libfuncs): ...this.  New function.
18984         (expand_block_move_4): Use the appropriate libfunc.
18985         (expand_block_move_2): Likewise.
18986         (expand_block_move_1): Likewise.
18987         (expand_block_set_4): Likewise.
18988         (expand_block_set_2): Likewise.
18989         (expand_block_set_1): Likewise.
18990         (visium_trampoline_init): Likewise.
18992 2016-02-17  Nick Clifton  <nickc@redhat.com>
18994         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
18995         TI's devices.csv file as of March 2016.
18997 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18999         PR Target/48344
19000         * opts-global.c (handle_common_deferred_options): Introduce and
19001         initialize two global variables to remember command-line options
19002         specifying a stack-limiting register.
19003         * opts.h: Add extern declarations of the two new global variables.
19004         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
19005         variable based on the values of the two new global variables.
19007 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
19009         PR c/69835
19010         * common.opt (Wnonnull-compare): New warning.
19011         * doc/invoke.texi (-Wnonnull): Remove text about comparison
19012         of arguments against NULL.
19013         (-Wnonnull-compare): Document.
19014         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
19015         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
19016         * passes.def (pass_warn_nonnull_compare): Add.
19017         * gimple-ssa-nonnull-compare.c: New file.
19019 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19021         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
19022         AARCH64_EXTRA_TUNE_RECIP_SQRT.
19024 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19026         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
19027         reciprocal sqrt for -mlow-precision-recip-sqrt.
19029 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19030             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19032         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
19033         always use lane loads to construct non-constant vectors.
19035 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19037         * config/aarch64/aarch64.md
19038         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
19039         constraints for operand 3.
19040         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
19042 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
19043             Richard Biener  <rguenther@suse.de>
19045         PR tree-optimization/69820
19046         * tree-vect-patterns.c (type_conversion_p): Return false if
19047         *orig_type is unsigned single precision or boolean.
19048         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
19049         Formatting fix.
19051 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
19053         PR rtl-optimization/69764
19054         PR rtl-optimization/69771
19055         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
19056         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
19058 2016-02-16  Richard Biener  <rguenther@suse.de>
19060         PR tree-optimization/69776
19061         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
19062         sets from caller.
19063         (indirect_refs_may_alias_p): Likewise.
19064         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
19065         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
19066         according to tbaa_p.
19067         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
19068         (optimize_stmt): For redundant store discovery do not allow tbaa.
19070 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
19072         PR tree-optimization/69714
19073         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
19074         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
19076 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
19078         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
19079         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
19080         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
19081         * config/arc/arc.c (arc_init): Check FPU options.
19082         (get_arc_condition_code): Handle new CC_FPU* modes.
19083         (arc_select_cc_mode): Likewise.
19084         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
19085         register pair only. Allow access for ARCv2 accumulator.
19086         (gen_compare_reg): Whenever we have FPU support use FPU compare
19087         instructions.
19088         (arc_reorg): Don't generate brcc insns when FPU compare
19089         instructions are involved.
19090         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
19091         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
19092         floating point emulation.
19093         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
19094         (REVERSE_CONDITION): Add new CC_FPU* modes.
19095         (TARGET_FP_SP_BASE): Define.
19096         (TARGET_FP_DP_BASE): Likewise.
19097         (TARGET_FP_SP_FUSED): Likewise.
19098         (TARGET_FP_DP_FUSED): Likewise.
19099         (TARGET_FP_SP_CONV): Likewise.
19100         (TARGET_FP_DP_CONV): Likewise.
19101         (TARGET_FP_SP_SQRT): Likewise.
19102         (TARGET_FP_DP_SQRT): Likewise.
19103         (TARGET_FP_DP_AX): Likewise.
19104         * config/arc/arc.md (ARCV2_ACC): New constant.
19105         (type): New fpu type attribute.
19106         (SDF): Conditional iterator.
19107         (cstore<mode>, cbranch<mode>): Change expand condition.
19108         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
19109         handles FPU/FPX cases as well.
19110         * config/arc/arc.opt (mfpu): New option.
19111         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
19112         Renamed.
19113         (adddf3, muldf3, subdf3): Removed.
19114         * config/arc/predicates.md (proper_comparison_operator): Recognize
19115         CC_FPU* modes.
19116         * config/arc/fpu.md: New file.
19117         * doc/invoke.texi (ARC Options): Document mfpu option.
19119 2016-02-16  Richard Biener  <rguenther@suse.de>
19121         PR rtl-optimization/69291
19122         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
19123         noce_operand_ok check.
19125 2016-02-16  Tom de Vries  <tom@codesourcery.com>
19127         PR lto/67709
19128         * omp-low.c (simd_clone_create): Remove call to
19129         symtab->call_cgraph_insertion_hooks.
19131 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
19133         PR tree-optimization/69802
19134         * tree-ssa-reassoc.c (update_range_test): If op is
19135         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
19136         op == 1 test of precision 1 integral op, otherwise handle
19137         that case as op itself.  Fix up formatting.
19138         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
19139         up formatting.
19141 2016-02-16  Richard Biener  <rguenther@suse.de>
19143         PR tree-optimization/69586
19144         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
19145         types for conversion sources.
19147 2016-02-16  Richard Biener  <rguenther@suse.de>
19149         PR middle-end/69801
19150         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
19151         mask OEP_ADDRESS_OF.
19153 2016-02-16  Alan Modra  <amodra@gmail.com>
19155         PR target/68973
19156         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
19157         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
19158         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
19159         (p8_mtvsrwz): New.
19160         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
19161         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
19162         (p8_fmrgow_<mode>): Likewise.
19163         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
19164         changes.
19165         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
19166         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
19167         to use movdi_internal64.  Remove op0_di.
19168         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
19170 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
19172         Add support for the FCCMP insn types
19174         * config/aarch64/aarch64.md (fccmp): Change insn type.
19175         (fccmpe): Likewise.
19176         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
19177         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
19178         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
19179         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
19180         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
19181         * config/arm/types.md (fccmps): Add new insn type.
19182         (fccmpd): Likewise.
19184 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19186         * alias.c (get_alias_set): Fix a typo in comment.
19188 2016-02-15  Richard Biener  <rguenther@suse.de>
19190         PR tree-optimization/69595
19191         * match.pd: Complete range test simplification to true.
19193 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
19195         PR rtl-optimization/69648
19196         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
19197         pic_offset_table_rtx.
19199         PR rtl-optimization/69752
19200         * ira.c (update_equiv_regs): When looking for more than a single SET,
19201         also take other side effects into account.
19203 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
19205         * config/s390/s390.c (s390_function_profiler): Add a new sequence
19206         for z900+ CPUs in 31-bit mode.
19208 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
19210         * common/config/s390/s390-common.c (s390_supports_split_stack):
19211         New function.
19212         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
19213         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
19214         * config/s390/s390.c (struct machine_function): New field
19215         split_stack_varargs_pointer.
19216         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
19217         in s390_emit_prologue.
19218         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
19219         vararg pointer.
19220         (morestack_ref): New global.
19221         (SPLIT_STACK_AVAILABLE): New macro.
19222         (s390_expand_split_stack_prologue): New function.
19223         (s390_live_on_entry): New function.
19224         (s390_va_start): Use split-stack vararg pointer if appropriate.
19225         (s390_asm_file_end): Emit the split-stack note sections.
19226         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
19227         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
19228         (UNSPECV_SPLIT_STACK_CALL): New unspec.
19229         (UNSPECV_SPLIT_STACK_DATA): New unspec.
19230         (split_stack_prologue): New expand.
19231         (split_stack_space_check): New expand.
19232         (split_stack_data): New insn.
19233         (split_stack_call): New expand.
19234         (split_stack_call_*): New insn.
19235         (split_stack_cond_call): New expand.
19236         (split_stack_cond_call_*): New insn.
19238 2016-02-15  Richard Biener  <rguenther@suse.de>
19240         PR tree-optimization/69783
19241         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
19242         Add trivially correct cases.
19244 2016-02-15  Tom de Vries  <tom@codesourcery.com>
19246         PR lto/69655
19247         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
19248         do_force_output.
19249         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
19251 2016-02-15  Richard Biener  <rguenther@suse.de>
19253         PR tree-optimization/69776
19254         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
19255         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
19256         indicate whether we can use TBAA to disambiguate against stores.
19257         Use alias-set zero if not.
19258         (visit_reference_op_store): Do not use TBAA when looking up
19259         redundant stores.
19260         * tree-ssa-pre.c (compute_avail): Use TBAA here.
19261         (eliminate_dom_walker::before_dom_children): But not when looking
19262         up redundant stores.
19264 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
19266         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
19268 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
19270         *  config/i386/znver1.md
19271         (znver1_pop, znver1_pop_mem,
19272         znver1_load_imov_double_store,
19273         znver1_load_imov_direct_store,
19274         znver1_load_imov_direct_load,
19275         znver1_load_imov_double_load): Add new.
19276         (znver1_insn, znver1_insn_load): Add icmov type.
19277         (znver1_sseavx_fma,
19278         znver1_sseavx_fma_load,
19279         znver1_avx256_fma,
19280         znver1_avx256_fma_load): Fix pipe usage.
19282 2016-02-14  Alan Modra  <amodra@gmail.com>
19284         PR target/68973
19285         * reload.c (find_reloads_address_1): For pre/post-inc/dec
19286         with an invalid hard reg, reload just the reg not the entire
19287         pre/post-inc/dec address expression.
19289 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
19291         PR target/67260
19292         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
19293         fixed R1_REG scratch reg.
19294         (sibcall_value_pcrel_fdpic): Likewise.
19296 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
19298         PR target/67636
19299         PR target/64345
19300         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
19302 2016-02-12  Walter Lee  <walt@tilera.com>
19304         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
19305         * config/tilegx/t-tilegx: Likewise.
19307 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
19309         PR other/69554
19310         * diagnostic-show-locus.c (struct line_span): New struct.
19311         (layout::get_first_line): Delete.
19312         (layout::get_last_line): Delete.
19313         (layout::get_num_line_spans): New member function.
19314         (layout::get_line_span): Likewise.
19315         (layout::print_heading_for_line_span_index_p): Likewise.
19316         (layout::get_expanded_location): Likewise.
19317         (layout::calculate_line_spans): Likewise.
19318         (layout::m_first_line): Delete.
19319         (layout::m_last_line): Delete.
19320         (layout::m_line_spans): New field.
19321         (layout::layout): Update comment.  Replace m_first_line and
19322         m_last_line with m_line_spans, replacing their initialization
19323         with a call to calculate_line_spans.
19324         (diagnostic_show_locus): When printing source lines and
19325         annotations, rather than looping over a single span
19326         of lines, instead loop over each line_span within
19327         the layout, with an inner loop over the lines within them.
19328         Call the context's start_span callback when changing line spans.
19329         * diagnostic.c (diagnostic_initialize): Initialize start_span.
19330         (diagnostic_build_prefix): Break out the building of the location
19331         part of the string into...
19332         (diagnostic_get_location_text): ...this new function, rewriting
19333         it from nested ternary expressions to a sequence of "if"
19334         statements.
19335         (default_diagnostic_start_span_fn): New function.
19336         * diagnostic.h (diagnostic_start_span_fn): New typedef.
19337         (diagnostic_context::start_span): New field.
19338         (default_diagnostic_start_span_fn): New prototype.
19340 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
19342         PR driver/69779
19343         * gcc.c (driver::finalize): Fix cleanup of "specs".
19345 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
19347         PR driver/69265
19348         PR driver/69453
19349         * gcc.c (driver::driver): Initialize m_option_suggestions.
19350         (driver::~driver): Clean up m_option_suggestions.
19351         (suggest_option): Convert to...
19352         (driver::suggest_option): ...this, and split out into
19353         driver::build_option_suggestions and find_closest_string.
19354         (driver::build_option_suggestions): New function, from
19355         first half of suggest_option.  Special-case
19356         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
19357         the sanitizer_opts array.  For options of enum types, add the
19358         various enum values to the candidate strings.
19359         (driver::handle_unrecognized_options): Remove "const".
19360         * gcc.h (driver::handle_unrecognized_options): Likewise.
19361         (driver::build_option_suggestions): New decl.
19362         (driver::suggest_option): New decl.
19363         (driver::m_option_suggestions): New field.
19364         * opts-common.c (add_misspelling_candidates): New function.
19365         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
19366         and make non-static.
19367         * opts.h (sanitizer_opts): New array decl.
19368         (add_misspelling_candidates): New function decl.
19369         * spellcheck.c (find_closest_string): New function.
19370         * spellcheck.h (find_closest_string): New function decl.
19372 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
19374         PR rtl-optimization/69764
19375         PR rtl-optimization/69771
19376         * optabs.c (expand_binop_directly): For shift_optab_p, force
19377         convert_modes with VOIDmode if xop1 has VOIDmode.
19379 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
19381         PR target/69729
19382         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
19383         to correctly determine instrumentation thunks.
19385 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
19387         PR ipa/69241
19388         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
19389         type by reference, force lhs on the call.
19391         PR ipa/68672
19392         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
19393         Compute retval and retbnd early in all cases if split_part_return_p
19394         and return_bb is not EXIT.  Remove all clobber stmts and reset
19395         all debug stmts that refer to SSA_NAMEs defined in split part,
19396         except if it is retval, in that case replace the old retval with the
19397         lhs of the call to the split part.
19399 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
19401         revert:
19402         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
19404         PR middle-end/66726
19405         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
19406         whose result is used in PHI.
19407         (maybe_optimize_range_tests): Likewise.
19408         (final_range_test_p): Likweise.
19410 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
19412         PR middle-end/66726
19413         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
19414         whose result is used in PHI.
19415         (maybe_optimize_range_tests): Likewise.
19416         (final_range_test_p): Likweise.
19418 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
19420         * cgraph.c: Spelling fixes - behaviour -> behavior and
19421         neighbour -> neighbor.
19422         * target.def: Likewise.
19423         * sel-sched.c: Likewise.
19424         * config/mips/mips.c: Likewise.
19425         * config/arc/arc.md: Likewise.
19426         * config/arm/cortex-a57.md: Likewise.
19427         * config/arm/arm.c: Likewise.
19428         * config/arm/neon.md: Likewise.
19429         * config/arm/arm-c.c: Likewise.
19430         * config/vms/vms-c.c: Likewise.
19431         * config/s390/s390.c: Likewise.
19432         * config/i386/znver1.md: Likewise.
19433         * config/i386/i386.c: Likewise.
19434         * config/ia64/hpux-unix2003.h: Likewise.
19435         * config/msp430/msp430.md: Likewise.
19436         * config/rx/rx.c: Likewise.
19437         * config/rx/rx.md: Likewise.
19438         * config/aarch64/aarch64-simd.md: Likewise.
19439         * config/aarch64/aarch64.c: Likewise.
19440         * config/nvptx/nvptx.c: Likewise.
19441         * config/bfin/bfin.c: Likewise.
19442         * config/cris/cris.opt: Likewise.
19443         * config/rs6000/rs6000.c: Likewise.
19444         * target.h: Likewise.
19445         * spellcheck.c: Likewise.
19446         * ira-build.c: Likewise.
19447         * tree-inline.c: Likewise.
19448         * builtins.c: Likewise.
19449         * lra-constraints.c: Likewise.
19450         * explow.c: Likewise.
19451         * hwint.h: Likewise.
19452         * targhooks.c: Likewise.
19453         * tree-vect-data-refs.c: Likewise.
19454         * expr.c: Likewise.
19455         * doc/tm.texi: Likewise.
19456         * doc/extend.texi: Likewise.
19457         * doc/install.texi: Likewise.
19458         * doc/md.texi: Likewise.
19459         * tree-ssa-tail-merge.c: Likewise.
19460         * sched-int.h: Likewise.
19461         * match.pd: Likewise.
19462         * sched-ebb.c: Likewise.
19463         * target.def (omit_struct_return_reg): Likewise.
19464         * gimple-ssa-isolate-paths.c: Likewise.
19465         (find_implicit_erroneous_behaviour): Renamed to...
19466         (find_implicit_erroneous_behavior): ... this.
19467         (find_explicit_erroneous_behaviour): Renamed to...
19468         (find_explicit_erroneous_behavior): ... this.
19469         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
19471 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
19473         PR rtl-optimization/64682
19474         PR rtl-optimization/69567
19475         PR rtl-optimization/69737
19476         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
19477         in I2 as well, just lose it.
19479 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19481         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
19482         New variable.
19483         (aarch64_last_printed_tune_string): Likewise.
19484         (aarch64_declare_function_name): Only output .arch assembler
19485         directive if it will be different from the previously output
19486         directive.  Same for .tune comment but only if -dA is set.
19487         (aarch64_start_file): New function.
19488         (TARGET_ASM_FILE_START): Define.
19490 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
19492         PR plugins/69758
19493         * Makefile.in (PLUGIN_HEADERS): Add params.list.
19495 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
19497         PR target/65313
19498         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
19499         -Wmaybe-uninitialized warning.
19501 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
19503         PR target/69713
19504         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
19506 2016-02-11  Richard Biener  <rguenther@suse.de>
19508         PR rtl-optimization/69291
19509         * ifcvt.c (noce_try_store_flag_constants): Do not allow
19510         subexpressions affected by changing the result.
19512 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
19514         PR target/69148
19515         * lra-constraints.c (curr_insn_transform): Find in/out operands
19516         for secondary memory moves.  Update dups.
19518 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
19520         PR tree-optimization/69652
19521         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
19522         to nested loop, did source re-formatting, skip debug statements,
19523         add check on statement with volatile operand, remove dead scalar
19524         statements.
19526 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
19527             Patrick Palka  <ppalka@gcc.gnu.org>
19529         PR ipa/69241
19530         PR c++/69649
19531         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
19532         calls if the return type is TREE_ADDRESSABLE.
19533         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
19534         * ipa-split.c (split_function): Fix doubled "we" in comment.
19535         Use void return type for the split part even if
19536         !split_point->split_part_set_retval.
19538 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
19540         PR tree-optimization/68021
19541         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
19542         when computing the value of biv cand by itself.
19544 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
19546         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
19547         (cortexa57_tunings): Likewise.
19548         (cortexa72_tunings): Likewise.
19549         (arch_macro_fusion_pair_p): Add support for AES fusion.
19550         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
19551         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
19552         Allow virtual registers before reload so early scheduling works.
19553         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
19554         correct latency and pipeline.
19555         (cortex_a57_crypto_complex): Likewise.
19556         (cortex_a57_crypto_xor): Likewise.
19557         (define_bypass): Add AES bypass.
19559 2016-02-10  Richard Biener  <rguenther@suse.de>
19561         PR tree-optimization/69726
19562         * passes.def: Add DCE pass before late uninit.
19563         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
19564         really fixup if-conversions job.
19566 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
19568         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
19569         (arm_cortex_a57_tune): Likewise.
19570         (aarch_macro_fusion_pair_p): Add support for AES fusion.
19571         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
19573 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
19575         * timevar.def (TV_PHASE_DBGINFO): Delete.
19576         (TV_PHASE_CHECK_DBGINFO): Likewise.
19577         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
19579 2016-02-10  Richard Biener  <rguenther@suse.de>
19581         PR tree-optimization/69719
19582         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
19583         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
19585 2016-02-09  Andrew Pinski  <apinski@cavium.com>
19587         PR tree-opt/69282
19588         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
19589         get_vcond_mask_icode returns false.
19591 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
19593         PR target/68404
19594         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
19595         an ADDIS that adds a pointer to a large constant that sets the
19596         upper16 bits with a load operation.
19598 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
19600         PR target/68532
19601         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
19602         order.
19603         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
19604         endian.
19605         (vzipq_s16): Likewise.
19606         (vzipq_s32): Likewise.
19607         (vzipq_f32): Likewise.
19608         (vzipq_u8): Likewise.
19609         (vzipq_u16): Likewise.
19610         (vzipq_u32): Likewise.
19611         (vzipq_p8): Likewise.
19612         (vzipq_p16): Likewise.
19614 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
19616         PR target/68532
19617         * config/arm/arm.c (neon_endian_lane_map): New function.
19618         (neon_vector_pair_endian_lane_map): New function.
19619         (arm_evpc_neon_vuzp): Allow for big endian lane order.
19620         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
19621         endian.
19622         (vuzpq_s16): Likewise.
19623         (vuzpq_s32): Likewise.
19624         (vuzpq_f32): Likewise.
19625         (vuzpq_u8): Likewise.
19626         (vuzpq_u16): Likewise.
19627         (vuzpq_u32): Likewise.
19628         (vuzpq_p8): Likewise.
19629         (vuzpq_p16): Likewise.
19631 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
19633         PR target/69634
19634         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
19635         debug insns.
19637 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
19639         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
19640         truncate const_int operand 1 to QImode.
19642 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
19644         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
19645         corresponding to an abnormal edge.
19647 2016-02-09  Tom de Vries  <tom@codesourcery.com>
19649         PR tree-optimization/69599
19650         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
19651         function.
19652         (find_func_aliases_for_builtin_call, find_func_clobbers)
19653         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
19654         partition.
19656 2016-02-09  Richard Biener  <rguenther@suse.de>
19658         PR tree-optimization/69715
19659         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
19660         LHS on calls as non-rewritable.
19662 2016-02-09  Tom de Vries  <tom@codesourcery.com>
19664         PR lto/69707
19665         * lto-wrapper.c (append_diag_options): New function.
19666         (compile_offload_image): Call append_diag_options.
19668 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
19670         PR other/69722
19671         * doc/extend.texi (Flag Output Operands): Correct sectioning.
19672         Minor copy-edit to fix verb tenses.
19674 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
19676         PR tree-optimization/69209
19677         * ipa-split.c (split_function): If split part is not
19678         returning retval, retval has gimple type but is not
19679         gimple value, force it into a SSA_NAME first.
19681 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
19683         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
19684         outdated section.
19686 2016-02-08  Jason Merrill  <jason@redhat.com>
19688         PR c++/69631
19689         * convert.c (convert_to_integer_1): Check dofold on truncation
19690         distribution.
19691         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
19692         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
19693         Rename from *_nofold.
19694         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
19695         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
19697 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
19699         PR target/60410
19700         * tree.c (build_common_tree_nodes): Remove short_double argument.
19701         All callers changed.
19702         * tree.h (build_common_tree_nodes): Adjust declaration.
19703         * doc/invoke.texi (-fshort-double): Remove documentation.
19704         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
19705         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
19706         * lto-wrapper.c (merge_and_complain, append_compiler_options)
19707         (append_linker_options): Don't handle OPT_fshort_double.
19709         PR rtl-optimization/68730
19710         * lra-remat.c (insn_to_cand_activation): New static variable.
19711         (lra_remat): Allocate and free it.
19712         (create_cand): New arg activation. Initialize a field in
19713         insn_to_cand_activation if it is nonnull.
19714         (create_cands): Pass the activation insn to create_cand when making
19715         a candidate involving an output reload.  Reorganize code a little.
19716         (do_remat): Keep track of active status of candidates in a separate
19717         bitmap.
19719 2016-02-08  Richard Biener  <rguenther@suse.de>
19721         PR tree-optimization/69719
19722         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
19723         Properly use absolute of the difference of the two offsets to
19724         compare or adjust the segment length.
19726 2016-02-08  Richard Biener  <rguenther@suse.de>
19727             Jeff Law  <law@redhat.com>
19729         PR target/68273
19730         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
19731         types for anonymous SSA names.
19733 2016-02-08   Richard Biener  <rguenther@suse.de>
19735         PR rtl-optimization/69274
19736         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
19738 2016-02-08  Jeff Law  <law@redhat.com>
19740         PR tree-optimization/65917
19741         * tree-ssa-dom.c (record_temporary_equivalences): Record both
19742         equivalences from if (x == y) style conditionals.
19743         (loop_depth_of_name): Remove.
19744         (record_equality): Remove loop depth check.
19745         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
19746         (const_and_copies::record_const_or_copy_raw): New member function.
19747         * tree-ssa-scopedtables.c
19748         (const_and_copies::record_const_or_copy_raw): New, factored out of
19749         (const_and_copies::record_const_or_copy): Call new member function.
19751 2016-02-05  Jeff Law  <law@redhat.com>
19753         PR tree-optimization/68541
19754         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
19755         (count_stmts_in_block): New function.
19756         (poor_ifcvt_candidate_code): Likewise.
19757         (is_feasible_trace): Add some heuristics to determine when path
19758         splitting is profitable.
19759         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
19760         is a diamond with a single exit.
19762 2016-02-05  Martin Sebor  <msebor@redhat.com>
19764         PR c++/69662
19765         * doc/invoke.texi: Update -Wplacement-new to take an optional
19766         argument.
19768 2016-02-06  Richard Henderson  <rth@redhat.com>
19770         PR c/69643
19771         * tree.c (tree_nop_conversion_p): Do not strip casts into or
19772         out of non-standard address spaces.
19774 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
19776         PR rtl-optimization/69691
19777         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
19779 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
19781         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
19782         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
19783         (*ieee128_mfvsrd_64bit): Likewise.
19784         (*ieee128_mfvsrd_32bit): Likewise.
19786 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
19788         PR target/69369
19789         Revert r232560:
19790         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
19792         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
19793         instrumented_version.
19795 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
19797         * doc/invoke.texi (Optimize Options): In table of --param options
19798         rename second occurrence of tracer-min-branch-ratio to
19799         tracer-min-branch-probability, rename
19800         tracer-min-branch-ratio-feedback to
19801         tracer-min-branch-probability-feedback and clarify description,
19802         rename sched-spec-state-edge-prob-cutoff to
19803         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
19804         to selsched-insns-to-rename, rename lto-minpartition to
19805         lto-min-partition, delete reorder-blocks-duplicate and
19806         reorder-blocks-duplicate-feedback.
19808 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19810         * config/s390/s390.c (s390_register_info_set_ranges): Remove
19811         superfluous loops.
19813 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19815         * doc/extend.texi: S/390: Correct some typos.
19817 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19819         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
19821 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19823         PR target/69625
19824         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
19825         (s390_register_info_gprtofpr): Use new macros above.
19826         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
19827         its name.
19828         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
19829         its name.  Adjust restore and save gpr ranges.
19830         (s390_register_info_set_ranges): New function.
19831         (s390_register_info): Use new macros above.  Call
19832         s390_register_info_set_ranges.
19833         (s390_optimize_register_info): Likewise.
19834         (s390_hard_regno_rename_ok): Use new macros.
19835         (s390_hard_regno_scratch_ok): Likewise.
19836         (s390_emit_epilogue): Likewise.
19837         (s390_can_use_return_insn): Likewise.
19838         (s390_optimize_prologue): Likewise.
19839         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
19841 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
19843         PR bootstrap/69677
19844         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
19845         alignment fixes.
19846         (ix86_option_override_internal): Disable TARGET_STV even for
19847         -m{incoming,preferred}-stack-boundary=3.
19849 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
19851         * config.gcc: Mark deprecated rtems targets as obsolete.
19853 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
19855         PR rtl-optimization/64682
19856         PR rtl-optimization/69567
19857         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
19858         before I2 only if the register is both used and set in I2.
19860 2016-02-04  DJ Delorie  <dj@redhat.com>
19862         * config/msp430/msp430.c (msp430_start_function): Add function type.
19864 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
19866         PR fortran/69368
19867         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
19869 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
19871         PR rtl-optimization/69577
19872         Revert:
19873         2015-10-29  Richard Henderson  <rth@redhat.com>
19875         PR target/68124
19876         PR rtl-opt/67609
19877         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
19878         sse check to the exact conditions of PR 67609.
19880 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
19882         PR target/69667
19883         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
19884         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
19885         not allowed into the traditional Altivec registers.
19886         (movtd_64bit_nodm): Likewise.
19887         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
19889 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
19891         * config/aarch64/cortex-a57-fma-steering.c
19892         (aarch64_register_fma_steering): Remove "static" from arguments
19893         to register_pass.
19895 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
19897         PR target/69619
19898         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
19899         twice when complex.
19901 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
19903         * doc/invoke.texi: Delete -mno-fma4.
19905 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
19907         PR rtl-optimization/69577
19908         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
19909         (find_subregs_of_mode): Update accordingly.  Iterate over partial
19910         definitions.
19912 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
19914         * config/arm/arm-protos.h (neon_reinterpret): Remove.
19915         * config/arm/arm.c (neon_reinterpret): Remove.
19916         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
19917         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
19918         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
19919         vreinterpretti): Remove.
19920         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
19921         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
19922         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
19923         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
19924         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
19925         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
19926         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
19927         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
19928         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
19929         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
19930         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
19931         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
19932         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
19933         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
19934         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
19935         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
19936         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
19937         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
19938         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
19939         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
19940         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
19941         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
19942         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
19943         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
19944         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
19945         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
19946         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
19947         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
19948         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
19949         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
19950         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
19951         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
19952         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
19953         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
19954         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
19955         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
19956         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
19957         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
19958         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
19959         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
19960         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
19961         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
19962         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
19963         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
19964         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
19965         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
19966         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
19967         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
19968         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
19969         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
19970         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
19971         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
19972         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
19973         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
19974         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
19975         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
19976         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
19977         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
19978         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
19979         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
19980         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
19981         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
19982         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
19983         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
19984         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
19985         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
19986         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
19987         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
19988         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
19989         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
19990         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
19991         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
19992         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
19993         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
19994         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
19995         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
19996         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
19997         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
19998         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
19999         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
20000         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
20001         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
20002         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
20003         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
20004         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
20005         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
20006         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
20007         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
20008         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
20009         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
20010         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
20011         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
20012         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
20013         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
20014         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
20015         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
20016         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
20017         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
20018         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
20019         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
20020         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
20021         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
20022         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
20024 2016-02-04  Martin Liska  <mliska@suse.cz>
20026         PR sanitizer/69276
20027         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
20028         that are gimple_store_p.
20029         (maybe_instrument_call): Likewise.
20031 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
20033         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
20034         register scaling out of memory reference and comment why.
20036 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20038         PR target/65932
20039         PR target/67714
20040         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
20041         folding the source of a SET.
20043 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20045         PR target/65932
20046         PR target/67714
20047         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
20048         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
20050 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
20052         PR target/65932
20053         PR target/67714
20054         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
20055         HImode.
20057 2016-02-04  Christian Bruel  <christian.bruel@st.com>
20059         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
20060         * config/arm/arm.c (arm_set_current_function): Likewise.
20062 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
20063             Ilya Enkovich  <enkovich.gnu@gmail.com>
20064             H.J. Lu  <hongjiu.lu@intel.com>
20066         PR target/69454
20067         * config/i386/i386.c (convert_scalars_to_vector): Remove
20068         stack alignment fixes.
20069         (ix86_option_override_internal): Disable TARGET_STV if stack
20070         might not be aligned enough.
20071         (ix86_minimum_alignment): Assert that TARGET_STV is false.
20073 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
20075         * config/i386/x86-tune.def: Disable default prefetching
20076         for -march=znver1.
20078 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
20079             Vladimir Makarov  <vmakarov@redhat.com>
20081         PR target/69461
20082         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
20083         in validating fused toc addresses.
20085 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
20087         PR c/69627
20088         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
20089         range->m_caret fields if range->m_show_caret_p is false.
20091         PR target/69644
20092         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
20093         Force oldval into register if it does not satisfy reg_or_short_operand
20094         predicate.  Fix up formatting.
20096 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
20097             Alexandre Oliva  <aoliva@redhat.com>
20099         PR target/69461
20100         * lra-constraints.c (simplify_operand_subreg): Check additionally
20101         address validity after potential reloading.
20102         (process_address_1): Check insns validity.  In case of failure do
20103         nothing.
20105 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
20107         PR target/69118
20108         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
20109         Fix target.
20111 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
20113         * wide-int.cc (canonize_uhwi): New function.
20114         (wi::divmod_internal): Use it.
20116 2016-02-02  James Norris  <jnorris@codesourcery.com>
20118         * gimplify.c (omp_notice_variable): Add usage check.
20120 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
20122         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
20123         like LE, GE, LT, GT when emitting relational operator.
20125 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
20127         * ira-costs.c (find_costs_and_classes): Add extra argument.
20128         * target.def (ira_change_pseudo_allocno_class): Add parameter.
20129         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
20130         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
20131         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
20132         Add best_class parameter, and return it if not ALL_REGS.
20133         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
20134         Add parameter.
20135         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
20136         Update target hook.
20138 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
20140         * config/aarch64/aarch64.c
20141         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
20142         (aarch64_ira_change_pseudo_allocno_class): New function.
20144 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
20146         PR target/67032
20147         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
20149 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
20151         * config/avr/avr.c (avr_option_override): Set
20152         PARAM_ALLOW_STORE_DATA_RACES to 1.
20154 2016-02-02  Richard Biener  <rguenther@suse.de>
20156         PR tree-optimization/69595
20157         * match.pd: Add range test simplifications to true/false.
20159 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
20161         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
20162         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
20163         instead.
20165 2016-02-02  Richard Biener  <rguenther@suse.de>
20167         PR tree-optimization/69606
20168         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
20169         info on the result before moving a stmt.
20171 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
20173         PR middle-end/68542
20174         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
20175         branch with vector comparison.
20176         * config/i386/sse.md (VI48_AVX): New mode iterator.
20177         (define_expand "cbranch<mode>4): Add support for conditional branch
20178         with vector comparison.
20179         * tree-vect-loop.c (optimize_mask_stores): New function.
20180         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
20181         has_mask_store field of vect_info.
20182         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
20183         vectorized loops having masked stores after vec_info destroy.
20184         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
20185         correspondent macros.
20186         (optimize_mask_stores): Add prototype.
20188 2016-02-02  Alan Modra  <amodra@gmail.com>
20190         PR target/69548
20191         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
20192         allow subregs.
20194 2016-02-02  Alan Modra  <amodra@gmail.com>
20196         PR target/68662
20197         * config/rs6000/rs6000.c (need_toc_init): New var, set it
20198         whenever toc_label_name used.
20199         (rs6000_file_start): Don't set up toc section here,
20200         (rs6000_output_function_epilogue): do so here instead,
20201         (rs6000_xcoff_file_start): and here.
20202         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
20203         (load_toc_aix_di): Likewise.
20205 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
20207         PR rtl-optimization/69592
20208         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
20209         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
20210         (num_sign_bit_copies_binary_arith_p): New inline function.
20211         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
20213 2016-02-01  Jeff Law  <law@redhat.com>
20215         PR tree-optimization/69580
20216         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
20217         * tree-ssa-threadbackward.c
20218         (fsm_find_control_statement_thread_paths): Do not try to walk
20219         through large PHI nodes.
20221 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
20223         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
20224         when count is incremented above limit, don't analyze further
20225         insns afterwards.
20227         * omp-low.c (oacc_parse_default_dims): Avoid
20228         -Wsign-compare warning, make sure value fits into int
20229         rather than just unsigned int.
20231 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
20233         PR tree-optimization/67921
20234         * fold-const.c (split_tree): New parameters.  Convert pointer
20235         type variable part to proper type before negating.
20236         (fold_binary_loc): Pass new arguments to split_tree.
20238 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
20240         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
20241         (nvptx_goacc_validate_dims): Extend to handle global defaults.
20242         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
20243         * doc/tm.texti: Rebuilt.
20244         * doc/invoke.texi (fopenacc-dim): Document.
20245         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
20246         (append_compiler_options): Likewise.
20247         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
20248         (oacc_parse_default_dims): New.
20249         (oacc_validate_dims): Add USED arg.  Select non-unity default when
20250         possible.
20251         (oacc_loop_fixed_partitions): Return mask of used partitions.
20252         (oacc_loop_auto_partitions): Emit dump info.
20253         (oacc_loop_partition): Return mask of used partitions.
20254         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
20255         loop partitioning and validation calls.
20257 2016-02-01  Richard Biener  <rguenther@suse.de>
20259         PR middle-end/69556
20260         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
20262 2016-02-01  Richard Biener  <rguenther@suse.de>
20264         PR tree-optimization/69574
20265         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
20266         of asserting return chrec_dont_know.
20268 2016-02-01  Martin Liska  <mliska@suse.cz>
20270         * mem-stats-traits.h: Add copyright header.
20271         * mem-stats.h: Likewise.
20273 2016-02-01  Richard Biener  <rguenther@suse.de>
20275         PR tree-optimization/69579
20276         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
20277         Do not propagate through abnormal PHI results.
20279 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
20281         * postreload.c (reload_cse_simplify): Remove dead code.
20283 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
20285         PR rtl-optimization/69570
20286         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
20287         if there is more than one set, not if there is a single set.
20289 2016-02-01  Richard Henderson  <rth@redhat.com>
20291         PR rtl-opt/69535
20292         * combine.c (make_compound_operation): When looking through a
20293         subreg, make sure to re-extend to the width of the outer mode.
20295 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
20297         PR tree-optimization/69546
20298         * wide-int.cc (wi::divmod_internal): For unsigned division
20299         where both operands fit into uhwi, if o1 is 1 and o0 has
20300         msb set, if divident_prec is larger than bits per hwi,
20301         clear another quotient word and return 2 instead of 1.
20302         Similarly for remainder with msb in HWI set, if dividend_prec
20303         is larger than bits per hwi.
20305 2016-01-29  Martin Jambor  <mjambor@suse.cz>
20307         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
20308         Use short lowercase names.
20309         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
20310         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
20311         acq_rel one.  Protect warning agains segfaults if
20312         get_memory_order_name returns NULL.
20313         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
20314         with release semantics.  Do not warn if get_memory_order already did.
20315         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
20316         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
20317         if get_memory_order already did.
20319 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
20321         * doc/install.texi: Document that isl-0.16 is supported.
20323 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
20325         PR target/69299
20326         * config/i386/constraints.md (Bm): Describe as special memory
20327         constraint.
20328         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
20329         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
20330         * genpreds.c (struct constraint_data): Add is_special_memory.
20331         (have_special_memory_constraints, special_memory_start): New
20332         static vars.
20333         (special_memory_end): Ditto.
20334         (add_constraint): Add new arg is_special_memory.  Add code to
20335         process its true value.  Update have_special_memory_constraints.
20336         (process_define_constraint): Pass the new arg.
20337         (process_define_register_constraint): Ditto.
20338         (choose_enum_order): Process special memory.
20339         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
20340         function insn_extra_special_memory_constraint.
20341         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
20342         * gensupport.c (process_rtx): Process
20343         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
20344         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
20345         * ira-lives.c (single_reg_class): Use
20346         insn_extra_special_memory_constraint.
20347         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
20348         * lra-constraints.c (process_alt_operands): Ditto.
20349         (curr_insn_transform): Use insn_extra_special_memory_constraint.
20350         * recog.c (asm_operand_ok, preprocess_constraints): Process
20351         CT_SPECIAL_MEMORY.
20352         * reload.c (find_reloads): Ditto.
20353         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
20354         * stmt.c (parse_input_constraint): Use
20355         insn_extra_special_memory_constraint.
20357 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20359         PR target/69530
20360         * lra-splill.c (lra_final_code_change): Revert r229087 by
20361         removing all sub-registers.
20363 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
20365         PR target/65604
20366         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
20368 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
20370         PR target/69551
20371         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
20372         SSE1, copy target into the temporary reg first before recursing
20373         on it.
20375 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20377         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
20378         with vm.
20380 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
20382         * ginclude/stdarg.h: Test __cplusplus instead of
20383         __GXX_EXPERIMENTAL_CXX0X__.
20385 2016-01-29  Richard Biener  <rguenther@suse.de>
20387         PR tree-optimization/69547
20388         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
20389         Do not mark clobbers necessary.
20390         (mark_all_reaching_defs_necessary_1): Likewise.
20392 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20394         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
20395         declaration name with %qs and print it in both error messages.
20396         Also fix indentation.
20398 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20400         PR other/69006
20401         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
20402         trailing blank line from error message.
20404 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
20406         PR c++/69462
20407         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
20408         for C++-11.
20410 2016-01-29  Richard Biener  <rguenther@suse.de>
20412         PR middle-end/69537
20413         * match.pd: Allow all integral types when simplifying a
20414         widening or sign-changing conversion.
20416 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
20418         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
20419         back to setting codegen_error to fail codegen.
20421 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
20423         PR target/69459
20424         * config/i386/constraints.md (C): Only accept constant zero operand.
20425         (BC): New constraint.
20426         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
20427         instead of C constraint.
20428         * doc/md.texi (Machine Constraints): Update description
20429         of C constraint.
20431 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
20433         PR target/68400
20434         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
20436 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
20438         PR middle-end/69542
20439         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
20440         non-debug insns.
20442 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
20444         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
20445         branches if using guessed profile.
20447 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
20449         * graphite-optimize-isl.c (optimize_isl): Fix dump.
20451 2016-01-28  Richard Henderson  <rth@redhat.com>
20453         PR target/69305
20454         * config/aarch64/aarch64-modes.def (CC_Cmode): New
20455         * config/aarch64/aarch64-protos.h: Update.
20456         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
20457         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
20458         (aarch64_get_condition_code_1): Handle CC_Cmode.
20459         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
20460         (*add<mode>3_compareC_cconly_imm): New.
20461         (*add<mode>3_compareC_cconly): New.
20462         (*add<mode>3_compareC_imm): New.
20463         (add<mode>3_compareC): New.
20464         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
20465         to be first.  Use aarch64_carry_operation.
20466         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
20467         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
20468         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
20469         (subti3): Use subdi3_compare1.
20470         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
20471         (sub<mode>3_compare1): New.
20472         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
20473         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
20474         (*subsi3_carryin_uxtw): Likewise.
20475         (*ngc<mode>, *ngcsi_uxtw): Likewise.
20476         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
20477         * config/aarch64/iterators.md (DWI): New.
20478         * config/aarch64/predicates.md (aarch64_carry_operation): New.
20479         (aarch64_borrow_operation): New.
20481 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
20483         * graphite-optimize-isl.c (optimize_isl): Print a different debug
20484         message when isl does not return a valid schedule.
20486 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
20488         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
20489         Remove comments from class declarations: they are already in the code
20490         close by the defs.
20492 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
20494         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
20495         codegen_error_p.
20496         (ternary_op_to_tree): Same.
20497         (unary_op_to_tree): Same.
20498         (nary_op_to_tree): Same.
20499         (gcc_expression_from_isl_expr_op): Same.
20500         (gcc_expression_from_isl_expression): Same.
20501         (graphite_create_new_loop): Same.
20502         (graphite_create_new_loop_guard): Same.
20503         (build_iv_mapping): Same.
20504         (graphite_create_new_guard): Same.
20505         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
20506         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
20508 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
20510         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
20511         instead of setting codegen_error to fail codegen.
20513 2016-01-28  Jason Merrill  <jason@redhat.com>
20515         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
20517 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
20519         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
20520         Remove CONST_INT_P check in CCMP cost calculation.
20522 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
20524         * config/aarch64/aarch64.c (generic_vector_cost):
20525         Set vec_permute_cost.
20526         (cortexa57_vector_cost): Likewise.
20527         (exynosm1_vector_cost): Likewise.
20528         (xgene1_vector_cost): Likewise.
20529         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
20530         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
20531         Add vec_permute_cost entry.
20533 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
20535         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
20536         immediate as %1.
20537         (add<mode>3_compare0): Likewise.
20538         (addsi3_compare0_uxtw): Likewise.
20539         (add<mode>3nr_compare0): Likewise.
20540         (compare_neg<mode>): Likewise.
20541         (<optab><mode>3): Likewise.
20543 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
20545         * tree-vect-stmts.c (vectorizable_comparison): Add
20546         NULL check for vectype.
20548 2016-01-28  Richard Biener  <rguenther@suse.de>
20550         PR tree-optimization/69466
20551         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
20552         Account for PHIs we couldn't duplicate.
20554 2016-01-28  Martin Liska  <mliska@suse.cz>
20556         PR pch/68758
20557         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
20558         instead of ENABLE_VALGRIND_CHECKING.
20560 2016-01-27  Richard Henderson  <rth@redhat.com>
20562         PR rtl-opt/69447
20563         * lra-remat.c (subreg_regs): New.
20564         (dump_candidates_and_remat_bb_data): Dump it.
20565         (operand_to_remat): Reject if operand in subreg_regs.
20566         (set_bb_regs): Collect subreg_regs.
20567         (lra_remat): Init and free subreg_regs.  Compute
20568         calculate_local_reg_remat_bb_data before create_cands.
20570 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
20572         PR target/68986
20573         * config/i386/i386.c (ix86_update_stack_boundary): Don't
20574         change stack_alignment_needed for __tls_get_addr call.
20576 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
20578         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
20580 2016-01-27  Jeff Law  <law@redhat.com>
20582         PR tree-optimization/68398
20583         PR tree-optimization/69196
20584         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
20585         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
20586         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
20587         Only count PHIs in the last block in the path.  The others will
20588         const/copy propagate away.  Add heuristic to allow more irreducible
20589         subloops to be created when it is likely profitable to do so.
20591         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
20592         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
20593         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
20595 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
20597         PR lto/69254
20598         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
20599         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
20600         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
20601         * tree-streamer-in.c: Include asan.h.
20602         (streamer_get_builtin_tree): For builtins in sanitizer
20603         range call initialize_sanitizer_builtins and retry.
20605 2016-01-27  Ian Lance Taylor  <iant@google.com>
20607         * common.opt (fkeep-gc-roots-live): New undocumented option.
20608         * tree-ssa-loop-ivopts.c (add_candidate_1): If
20609         -fkeep-gc-roots-live, skip pointers.
20610         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
20611         NULL.
20613 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
20615         PR target/69512
20616         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
20617         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
20619 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
20621         PR target/68380
20622         * configure.ac: NetBSD provides SSP in its C library.
20623         * configure: Updated.
20625 2016-01-27  Richard Biener  <rguenther@suse.de>
20627         PR tree-optimization/69166
20628         * tree-vect-loop.c (vect_is_simple_reduction): Always check
20629         reduction code for commutativity / associativity.
20631 2016-01-27  Martin Jambor  <mjambor@suse.cz>
20633         PR tree-optimization/69355
20634         * tree-sra.c (analyze_access_subtree): Correct hole detection when
20635         total_scalarization fails.
20637 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
20639         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
20640         power9.
20642 2016-01-27  Christian Bruel  <christian.bruel@st.com>
20644         PR target/69245
20645         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
20646         Move arm_reset_previous_fndecl and set_target_option_current_node in
20647         the conditional part.  Call save_restore_target_globals.
20648         * config/arm/arm.c (arm_set_current_function):
20649         Refactor to better support #pragma target and attribute mix.
20650         Call save_restore_target_globals.
20651         * config/arm/arm-protos.h (save_restore_target_globals): New function.
20653 2016-01-27  Martin Liska  <mliska@suse.cz>
20655         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
20656         reference for an HSA kernel and its host function.
20658 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
20660         PR tree-optimization/69399
20661         * wide-int.h (wi::lrshift): For larger precisions, only
20662         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
20664 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
20666         * config/arc/predicates.md (proper_comparison_operator): Reject
20667         constant-constant comparison.
20669 2016-01-26  Tom de Vries  <tom@codesourcery.com>
20671         PR tree-optimization/69110
20672         * tree-data-ref.c (initialize_data_dependence_relation): Handle
20673         DR_NUM_DIMENSIONS == 0.
20675 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
20676             Sebastian Pop  <s.pop@samsung.com>
20678         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
20679         isl_ast_op_cond and isl_ast_op_select.
20680         (gcc_expression_from_isl_expr_op): Same.
20682 2016-01-26  Jason Merrill  <jason@redhat.com>
20684         PR c++/68782
20685         * tree.c (recompute_constructor_flags): Split out from
20686         build_constructor.
20687         (verify_constructor_flags): New.
20688         * tree.h: Declare them.
20690 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
20692         PR rtl-optimization/69217
20693         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
20694         are no TYPE_FIELDS set for the record type.
20696 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20698         PR target/68662
20699         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
20700         toc_label_name unconditionally.
20701         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
20702         SYMBOL_REF string.  Use toc_label_name instead of constructing
20703         LCTOC1.
20704         (rs6000_elf_declare_function_name): Use toc_label_name instead of
20705         constructing LCTOC1.
20707 2016-01-26  Martin Sebor  <msebor@redhat.com>
20709         PR other/69477
20710         * doc/extend.texi (Common Type Attributes): Move text that talks about
20711         attribute packed from attribute aligned to the section discussing
20712         the former attribute for clarity.
20714 2016-01-26  Richard Henderson  <rth@redhat.com>
20716         PR middle-end/60908
20717         * trans-mem.c (tm_region_init): Mark entry block as visited.
20719 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
20721         PR other/69006
20722         * diagnostic-show-locus.c (layout::print_source_line): Replace
20723         call to pp_newline with call to layout::print_newline.
20724         (layout::print_annotation_line): Likewise.
20725         (layout::move_to_column): Likewise.
20726         (layout::print_any_fixits): After printing any fixits, print a
20727         trailing newline, if necessary.
20728         (layout::print_newline): New method, resetting any colorization
20729         before a newline.
20730         (diagnostic_show_locus): Move the pp_newline to before the
20731         early bailout.  Remove dummy block enclosing the layout instance.
20732         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
20733         of pp_newline_and_flush with pp_flush.
20734         (diagnostic_append_note): Delete use of pp_newline.
20735         (diagnostic_append_note_at_rich_loc): Delete.
20736         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
20737         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
20738         when newline characters are added to the buffer.
20740 2016-01-26  Michael Matz  <matz@suse.de>
20742         * configure.ac (ac_cv_std_swap_in_utility): New test.
20743         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
20744         * configure: Regenerate.
20745         * config.in: Regenerate.
20747 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
20749         * config/arc/arc.md (cstoresi4): Force operand into register.
20750         (arcset<code>): Fix predicate.
20751         (arcsetltu): Likewise.
20752         (arcsetgeu): Likewise.
20753         (arcsethi): Likewise.
20754         (arcsetls): Likewise.
20756 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20758         PR tree-optimization/69483
20759         * gimple-fold.c (canonicalize_constructor_val): Return NULL
20760         if base has error_mark_node type.
20762 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
20764         PR target/68620
20765         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
20766         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
20767         New helper macros.
20768         (vget_lane_f16): Handle big-endian.
20769         (vgetq_lane_f16): Likewise.
20770         (vset_lane_f16): Likewise.
20771         (vsetq_lane_f16): Likewise.
20772         * config/arm/iterators.md (VQXMOV): Add V8HF.
20773         (VDQ): Add V4HF and V8HF.
20774         (V_reg): Handle V4HF and V8HF.
20775         (Is_float_mode): Likewise.
20776         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
20777         neon_vdup_nv8hf): New patterns.
20778         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
20779         Use VD_LANE iterator.
20780         (neon_vld1_dup<mode>): Use VQ2 iterator.
20782 2016-01-26  Nathan Sidwell  <nathan@acm.org>
20784         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
20785         (set_oacc_fn_attrib): Add IS_KERNEL arg.
20786         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
20787         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
20788         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
20789         (oacc_validate_dims): Add LEVEL arg, don't return level.
20790         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
20791         oacc_validate_dims.
20792         (execute_oacc_device_lower): Adjust, add more dump output.
20793         * tree-ssa-loop.c (gate_oacc_kernels): Use
20794         oacc_fn_attrib_kernels_p.
20795         * tree-parloops.c (create_parallel_loop): Adjust
20796         set_oacc_fn_attrib call.
20798 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20800         PR lto/69254
20801         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
20802         (append_compiler_options): Handle -fcilkplus.
20803         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
20805 2016-01-26  Nick Clifton  <nickc@redhat.com>
20807         PR target/66655
20808         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
20809         been marked as DECL_ONE_ONLY but we do not the means to make it
20810         so, then do not allow it to bind locally.
20812 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20814         PR lto/69254
20815         * opts.h (parse_sanitizer_options): New prototype.
20816         * opts.c (sanitizer_opts): New array.
20817         (parse_sanitizer_options): New function.
20818         (common_handle_option): Use parse_sanitizer_options.
20820 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
20822         PR target/68986
20823         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
20824         alignment adjustment to ...
20825         (ix86_update_stack_boundary): Here.  Don't over-align stack for
20826         __tls_get_addr.
20827         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
20828         if __tls_get_addr is called.
20830 2016-01-26  Christian Bruel  <christian.bruel@st.com>
20832         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
20834 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
20836         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
20838 2016-01-26  Richard Biener  <rguenther@suse.de>
20840         PR middle-end/69467
20841         * match.pd: Guard X * CST CMP 0 pattern with single_use.
20843 2016-01-26  Richard Biener  <rguenther@suse.de>
20845         PR tree-optimization/69452
20846         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
20847         (move_computations_dom_walker::before_dom_children): Rename
20848         to ...
20849         (move_computations_worker): This.
20850         (move_computations): Perform an RPO rather than a DOM walk.
20852 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
20854         PR target/69442
20855         * combine.c (combine_instructions): For REG_EQUAL note with
20856         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
20857         to the underlying register.
20858         * doc/rtl.texi (REG_EQUAL): Document the behavior of
20859         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
20861 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
20863         PR target/67896
20864         * config/aarch64/aarch64-builtins.c
20865         (aarch64_init_simd_builtin_types): Do not set structural
20866         equality to __Poly{8,16,64,128}_t types.
20868 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
20870         PR tree-optimization/69400
20871         * wide-int.cc (wi_pack): Take the precision as argument and
20872         perform canonicalization here rather than in the callers.
20873         Use the main loop to handle all full-width HWIs.  Add a
20874         zero HWI if in_len isn't a full result.
20875         (wi::divmod_internal): Update accordingly.
20876         (wi::mul_internal): Likewise.  Simplify.
20878 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
20879             Sebastian Pop  <s.pop@samsung.com>
20881         * graphite-poly.c (apply_poly_transforms): Simplify.
20882         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
20883         (print_isl_map): Same.
20884         (print_isl_union_map): Same.
20885         (print_isl_schedule): New.
20886         (debug_isl_schedule): New.
20887         * graphite-dependences.c (scop_get_reads): Do not call
20888         isl_union_map_add_map that is undocumented isl functionality.
20889         (scop_get_must_writes): Same.
20890         (scop_get_may_writes): Same.
20891         (scop_get_original_schedule): Remove.
20892         (scop_get_dependences): Do not call isl_union_map_compute_flow that
20893         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
20894         (compute_deps): Remove.
20895         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
20896         (debug_schedule_ast): New.
20897         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
20898         set_separate_option.
20899         (graphite_regenerate_ast_isl): Add dump.
20900         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
20901         from scop->transformed_schedule.
20902         (graphite_regenerate_ast_isl): Add more dump.
20903         * graphite-optimize-isl.c (optimize_isl): Set
20904         scop->transformed_schedule.  Check whether schedules are equal.
20905         (apply_poly_transforms): Move here.
20906         * graphite-poly.c (apply_poly_transforms): ... from here.
20907         (free_poly_bb): Static.
20908         (free_scop): Static.
20909         (pbb_number_of_iterations_at_time): Remove.
20910         (print_isl_ast): New.
20911         (debug_isl_ast): New.
20912         (debug_scop_pbb): New.
20913         * graphite-scop-detection.c (print_edge): Move.
20914         (print_sese): Move.
20915         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
20916         (build_scop_scattering): Remove.
20917         (create_pw_aff_from_tree): Assert instead of bailing out.
20918         (add_condition_to_pbb): Remove unused code, do not fail.
20919         (add_conditions_to_domain): Same.
20920         (add_conditions_to_constraints): Remove.
20921         (build_scop_context): New.
20922         (add_iter_domain_dimension): New.
20923         (build_iteration_domains): Initialize pbb->iterators.
20924         Call add_conditions_to_domain.
20925         (nested_in): New.
20926         (loop_at): New.
20927         (index_outermost_in_loop): New.
20928         (index_pbb_in_loop): New.
20929         (outermost_pbb_in): New.
20930         (add_in_sequence): New.
20931         (add_outer_projection): New.
20932         (outer_projection_mupa): New.
20933         (add_loop_schedule): New.
20934         (build_schedule_pbb): New.
20935         (build_schedule_loop): New.
20936         (embed_in_surrounding_loops): New.
20937         (build_schedule_loop_nest): New.
20938         (build_original_schedule): New.
20939         (build_poly_scop): Call build_original_schedule.
20940         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
20941         (free_poly_dr): Remove.
20942         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
20943         (free_poly_bb): Remove.
20944         (debug_loop_vec): Remove.
20945         (print_isl_ast): Declare.
20946         (debug_isl_ast): Declare.
20947         (scop_do_interchange): Remove.
20948         (scop_do_strip_mine): Remove.
20949         (scop_do_block): Remove.
20950         (flatten_all_loops): Remove.
20951         (optimize_isl): Remove.
20952         (pbb_number_of_iterations_at_time): Remove.
20953         (debug_scop_pbb): Declare.
20954         (print_schedule_ast): Declare.
20955         (debug_schedule_ast): Declare.
20956         (struct scop): Remove schedule.  Add original_schedule,
20957         transformed_schedule.
20958         (free_gimple_poly_bb): Remove.
20959         (print_generated_program): Remove.
20960         (debug_generated_program): Remove.
20961         (unify_scattering_dimensions): Remove.
20962         * sese.c (print_edge): ... here.
20963         (print_sese): ... here.
20964         (debug_edge): ... here.
20965         (debug_sese): ... here.
20966         * sese.h (print_edge): Declare.
20967         (print_sese): Declare.
20968         (dump_edge): Declare.
20969         (dump_sese): Declare.
20971 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
20972             Sebastian Pop  <s.pop@samsung.com>
20974         * Makefile.in: Set ISLVER in site.exp.
20976 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
20978         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
20979         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
20980         through DECL_VALUE_EXPR for expansion.
20982 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20984         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
20985         the frame info after reload completed.
20987 2016-01-25  Jeff Law  <law@redhat.com>
20989         PR tree-optimization/69196
20990         PR tree-optimization/68398
20991         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
20992         tree-ssa-threadupdate.c.
20993         (determine_bb_domination_status): Prototype
20994         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
20995         (determine_bb_domination_status): No longer static.
20996         (valid_jump_thread_path): Remove code to detect characteristics
20997         of the jump thread path not associated with correctness.
20998         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
20999         Correct test for thread path length.  Count PHIs for real operands as
21000         statements that need to be copied.  Do not count ASSERT_EXPRs.
21001         Look at all the blocks in the thread path.  Compute and selectively
21002         filter thread paths based on threading through the latch, threading
21003         a multiway branch or crossing a multiway branch.
21005 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21007         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
21008         decl with __attribute__ ((unused)) annotation.
21010 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
21012         PR target/69421
21013         * tree-vect-stmts.c (vectorizable_condition): Check vectype
21014         of operands is compatible with a statement vectype.
21016 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
21018         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
21019         improve wording for mixed storage order support.
21021 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
21023         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
21024         (vcvt_u64_f64): Likewise.
21025         (vcvta_s64_f64): Likewise.
21026         (vcvta_u64_f64): Likewise.
21027         (vcvtm_s64_f64): Likewise.
21028         (vcvtm_u64_f64): Likewise.
21029         (vcvtn_s64_f64): Likewise.
21030         (vcvtn_u64_f64): Likewise.
21031         (vcvtp_s64_f64): Likewise.
21032         (vcvtp_u64_f64): Likewise.
21034 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
21036         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
21037         (arc_init): Check validity mll64 option.
21038         (arc_save_restore): Use double load/store instruction.
21039         (arc_expand_movmem): Likewise.
21040         (arc_split_move): Don't split if we have double load/store
21041         instructions. Returns a boolean.
21042         (arc_process_double_reg_moves): Change function to return boolean
21043         instead of a sequence of instructions.
21044         (arc_dwarf_register_span): New function.
21045         * config/arc/arc-protos.h (arc_split_move): Change prototype.
21046         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
21047         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
21048         (*movdf_insn): Likewise.
21049         * config/arc/arc.opt (mll64): New option.
21050         * config/arc/predicates.md (even_register_operand): New predicate.
21051         * doc/invoke.texi (ARC Options): Add mll64 documentation.
21053 2016-01-25  Richard Biener  <rguenther@suse.de>
21055         PR lto/69393
21056         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
21057         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
21058         DECL_NAMELESS.
21059         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
21061 2016-01-25  Richard Biener  <rguenther@suse.de>
21063         PR tree-optimization/69376
21064         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
21065         flag.
21066         (VN_INFO_ANTI_RANGE_P): New inline.
21067         (VN_INFO_RANGE_TYPE): Likewise.
21068         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
21069         SSA_NAME_ANTI_RANGE_P.
21070         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
21071         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
21072         Properly query VN_INFO_RANGE_TYPE.
21074 2016-01-25  Nick Clifton  <nickc@redhat.com>
21076         PR target/66655
21077         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
21079 2016-01-23  Tom de Vries  <tom@codesourcery.com>
21081         PR tree-optimization/69426
21082         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
21083         removed clobber.
21085 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
21087         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
21088         "the the" with "the" in the comments.
21089         * ipa-devirt.c (build_type_inheritance_graph,
21090         update_type_inheritance_graph): Likewise.
21091         * tree.c (build_function_type_list_1): Likewise.
21092         * cfgloopmanip.c (scale_loop_profile): Likewise.
21093         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
21094         * gimple-ssa-split-paths.c
21095         (find_block_to_duplicate_for_splitting_paths): Likewise.
21096         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
21097         * expr.c (convert_move): Likewise.
21098         * var-tracking.c (vt_stack_adjustments): Likewise.
21099         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
21100         * tree-vrp.c (test_for_singularity): Likewise.
21102         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
21103         directly instead of building a temporary tree.
21105         PR bootstrap/69434
21106         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
21107         remove <algorithm> include.
21109 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
21111         PR target/69432
21112         * config/i386/i386.c: Include dojump.h.
21113         (expand_small_movmem_or_setmem,
21114         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
21115         fixes.
21116         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
21117         if dynamic_check != -1.
21119 2016-01-21  Jeff Law  <law@redhat.com>
21121         PR middle-end/69347
21122         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
21123         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
21124         into dominated_by_p.
21125         (cprop_into_successor_phis): Avoid unnecessary tests.
21127 2016-01-22  Richard Henderson  <rth@redhat.com>
21129         PR target/69416
21130         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
21131         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
21133 2016-01-22  Michael Matz  <matz@suse.de>
21135         * system.h (string, algorithm): Include only conditionally.
21136         (new): Include always under C++.
21137         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
21138         * final.c (toplevel): Ditto.
21139         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
21140         * genconditions.c (write_header): Make gencondmd.c define
21141         INCLUDE_STRING.
21142         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
21144         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
21145         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
21147 2016-01-22  Christian Bruel  <christian.bruel@st.com>
21149         PR target/68674
21150         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
21152 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21154         PR target/69403
21155         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
21156         define_insn_and_split.  Ensure operands[1] and operands[0] do not
21157         get assigned the same register.
21159 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
21161         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
21163 2016-01-22  Christian Bruel  <christian.bruel@st.com>
21165         * config/arm/arm-c.c (arm_pragma_target_parse):
21166         Remove warn_builtin_macro_redefined overwrite.
21168 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
21170         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
21171         flag_non_call_exceptions compatibility.
21173 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
21175         PR debug/66668
21176         * dwarf2out.c (add_child_die_after): New function.
21177         (dwarf_qual_info_t): New type.
21178         (dwarf_qual_info): New variable.
21179         (qualified_die_p): New function.
21180         (modified_type_die): For -fdebug-types-section, ensure
21181         canonical order of qualifiers.  Put qualified DIEs adjacent
21182         to the corresponding non-qualified type DIE and search there
21183         for existing qualified DIEs.
21185 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
21187         * doc/extend.texi (scalar_storage_order type attribute): Document
21188         restriction on type punning and aliasing, and remove future tense.
21190 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
21192         PR target/69252
21193         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
21194         first stage.
21196 2016-01-21  Jeff Law  <law@redhat.com>
21198         PR middle-end/69347
21199         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
21200         useless call to record_temporary_equivalences.
21201         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
21202         allocate 10 slots in the bb_path vector and let it grow as needed.
21203         (fsm_find_control_statement_thread_paths): Similarly for the next_path
21204         vector.
21206 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
21208         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
21209         Detangle.
21210         * configure: Regenerate.
21212 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
21214         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
21215         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
21217 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
21219         PR middle-end/66178
21220         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
21221         drop EXPAND_INITIALIZER.
21222         * rtl.h (contains_symbolic_reference_p): Declare.
21223         * rtlanal.c (contains_symbolic_reference_p): New function.
21224         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
21225         a subtraction into a NOT if symbolic constants are involved.
21227 2016-01-21  Anton Blanchard  <anton@samba.org>
21228             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21230         PR target/63354
21231         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
21232         #define.
21233         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
21234         function.
21236 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
21238         * config/microblaze/microblaze.c
21239         (get_branch_target): New.
21240         (insert_wic_for_ilb_runout): New.
21241         (insert_wic): New.
21242         (microblaze_machine_dependent_reorg): New.
21243         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
21244         * config/microblaze/microblaze.md
21245         (UNSPEC_IPREFETCH): Define.
21246         (iprefetch): New pattern
21247         * config/microblaze/microblaze.opt
21248         (mxl-prefetch): New flag.
21250 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
21252         * config/microblaze/microblaze.h
21253         (FIXED_REGISTERS): Update in macro.
21254         (CALL_USED_REGISTERS): Update in macro.
21256 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
21258         PR rtl-optimization/68920
21259         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
21260         moves.
21262 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
21264         PR rtl-optimization/68990
21265         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
21266         pseudo instead of inheritance ones.
21268 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21269             Nick Clifton  <nickc@redhat.com>
21271         PR target/69129
21272         PR target/69012
21273         * config/mips/mips.c (mips_compute_frame_info): Initialise
21274         args_size and hard_frame_pointer_offset fields of the frame
21275         structure before calling mips_global_pointer.
21277 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
21279         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
21280         label reference.
21281         * configure: Regenerate.
21283 2016-01-21  Richard Biener  <rguenther@suse.de>
21285         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
21287 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
21289         * config/s390/s390.c (s390_asm_declare_function_size): Add code
21290         to actually emit the .size directive.
21292 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
21293              Jakub Jelinek  <jakub@redhat.com>
21295         PR target/69187
21296         PR target/65624
21297         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
21298         args array size by one to avoid buffer overflow.
21300 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
21302         * config/s390/s390.md (pool_section_start): Use switch_to_section
21303         to select proper read-only data section instead of hardcoding
21304         .rodata.
21305         (pool_section_end): Use switch_to_section to match the above.
21307 2016-01-21  Richard Biener  <rguenther@suse.de>
21309         PR tree-optimization/69378
21310         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
21311         (set_ssa_val_to): Use it for dominance checks taking into
21312         account not executable edges.
21314 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
21316         PR c++/69355
21317         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
21318         for bitsize instead of GET_MODE_PRECISION (mode).
21320 2016-01-20  Martin Sebor  <msebor@redhat.com>
21322         PR c/52291
21323         * extend.texi (__sync Builtins): Clarify the semantics of
21324         __sync_fetch_and_OP built-ins on pointers.
21325         (__atomic Builtins): Same.
21327 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21328             Sebastian Pop  <s.pop@samsung.com>
21330         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
21331         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
21332         (is_valid_rename): Same.
21333         (translate_isl_ast_to_gimple::get_rename): Same.
21334         (translate_isl_ast_to_gimple::rename_all_uses): Same.
21335         (translate_isl_ast_to_gimple::rename_uses): Same.
21336         (get_new_name): Check for close_phi nodes.
21337         (copy_loop_phi_args): Use phi_node_kind.
21338         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
21339         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
21341 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21342             Sebastian Pop  <s.pop@samsung.com>
21344         Revert commit r229783.
21345         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
21346         Remove use of parameter_rename_map.
21347         (copy_def): Remove.
21348         (copy_internal_parameters): Remove.
21349         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
21350         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
21351         (free_sese_info): Do not free parameter_rename_map.
21352         (set_rename): Do not use parameter_rename_map.
21353         (rename_uses): Update call to set_rename.
21354         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
21355         * sese.h (parameter_rename_map_t): Remove.
21356         (struct sese_info_t): Remove field parameter_rename_map.
21358 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21359             Sebastian Pop  <s.pop@samsung.com>
21361         * graphite-isl-ast-to-gimple.c: Fix comment.
21362         * graphite-scop-detection.c (defined_in_loop_p): New.
21363         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
21364         names defined in loop.
21366 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21367             Sebastian Pop  <s.pop@samsung.com>
21369         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
21370         Discard unstructured if-then-else regions.
21372 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21373             Sebastian Pop  <s.pop@samsung.com>
21375         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
21376         (cleanup_loop_iter_dom): Remove.
21377         (build_loop_iteration_domains): Remove.
21378         (build_scop_context): Remove.
21379         (build_scop_iteration_domain): Remove.
21380         (add_loop_constraints): New.
21381         (build_iteration_domains): New.
21382         (build_poly_scop): Call build_iteration_domains.
21384 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21385             Sebastian Pop  <s.pop@samsung.com>
21387         * graphite-scop-detection.c
21388         (scop_detection::harmful_loop_in_region): Free dom and loops.
21389         (scop_detection::loop_body_is_valid_scop): Free bbs.
21391 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21392             Sebastian Pop  <s.pop@samsung.com>
21394         * graphite-scop-detection.c (record_loop_in_sese): New.
21395         (gather_bbs::before_dom_children): Call record_loop_in_sese.
21396         (build_scops): Remove call to build_sese_loop_nests.
21397         * sese.c (sese_record_loop): Remove.
21398         (build_sese_loop_nests): Remove.
21399         (new_sese_info): Remove region->loops.
21400         (free_sese_info): Same.
21401         * sese.h (sese_contains_loop): Same.
21402         (build_sese_loop_nests): Remove.
21403         (sese_contains_loop): Remove.
21405 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21406             Sebastian Pop  <s.pop@samsung.com>
21408         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
21409         loop_is_valid_in_scop.
21410         (scop_detection::harmful_stmt_in_region): Renamed
21411         harmful_loop_in_region.
21412         Call loop_is_valid_in_scop.
21414 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21415             Sebastian Pop  <s.pop@samsung.com>
21417         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
21418         isl_ast_node_mark.
21420 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21421             Sebastian Pop  <s.pop@samsung.com>
21423         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
21424         * graphite.h (struct poly_bb): Remove field is_reduction.
21425         (PBB_IS_REDUCTION): Remove.
21427 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
21428             Sebastian Pop  <s.pop@samsung.com>
21430         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
21431         (add_pdr_constraints): Same.
21432         (scop_get_reads): Same.
21433         (scop_get_must_writes): Same.
21434         (scop_get_may_writes): Same.
21435         (scop_get_original_schedule): Same.
21436         (extend_schedule): Same.
21437         (apply_schedule_on_deps): Same.
21438         (carries_deps): Same.
21439         (compute_deps): Same.
21440         (scop_get_dependences): Same.
21441         * graphite-isl-ast-to-gimple.c
21442         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
21443         * graphite-optimize-isl.c (get_schedule_for_band): Same.
21444         (get_schedule_for_band_list): Same.
21445         (get_schedule_map): Same.
21446         (apply_schedule_map_to_scop): Same.
21447         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
21448         (build_loop_iteration_domains): Same.
21449         (add_condition_to_pbb): Same.
21450         (add_param_constraints): Same.
21451         (pdr_add_memory_accesses): Same.
21452         (pdr_add_data_dimensions): Same.
21454 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
21456         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
21457         requirements.
21459 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
21461         * common.opt (feliminate-dwarf2-dups): Replace references to
21462         "DWARF 2" with just "DWARF".
21463         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
21464         * doc/extend.texi: Likewise.
21465         * doc/cpp.texi: Likewise.
21466         * doc/invoke.texi: Likewise.
21467         (Option Summary): Add -gdwarf to list of Debugging Options.
21468         (Debugging Options): Document -gdwarf.
21469         * doc/contrib.texi: Spell "DWARF" like that.
21471 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
21473         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
21474         warning.  Fix up formatting.
21476         PR middle-end/67653
21477         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
21478         attempt to mark memory input operand addressable and
21479         call prepare_gimple_addressable in that case.  Don't adjust
21480         input_location for diagnostics, use error_at instead.
21482 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
21484         * config/rs6000/ppc-auxv.h: New file.
21485         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
21486         (cpu_is): Likewise.
21487         (cpu_supports): Likewise.
21488         * config/rs6000/rs6000.c: include "ppc-auxv.h".
21489         (cpu_is_info): New variable.
21490         (cpu_supports_info): Likewise.
21491         (tcb_verification_symbol): Likewise.
21492         (cpu_builtin_p): Likewise.
21493         (cpu_expand_builtin): New function.
21494         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
21495         (rs6000_init_builtins): Likewise.
21496         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
21497         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
21498         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
21499         * configure: Regenerate.
21500         * config.in: Likewise.
21501         * doc/extend.texi (PowerPC Built-in Functions): Document
21502         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
21504 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
21506         PR target/68609
21507         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
21508         domain check.
21509         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
21510         for V4SFmode.
21512 2016-01-20  Richard Henderson  <rth@redhat.com>
21514         PR bootstrap/69343
21515         PR bootstrap/69339
21516         PR tree-opt/68964
21517         Revert:
21518         * tree.c (tm_define_builtin): New.
21519         (find_tm_vector_type): New.
21520         (build_tm_vector_builtins): New.
21521         (build_common_builtin_nodes): Call it.
21523 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
21525         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
21526         (arm_fp_ok): Likewise.
21527         (arm_fp): Likewise.
21528         (arm_crypto): Likewise.
21530 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
21531             Richard Biener  <rguenther@suse.de>
21533         PR tree-optimization/69328
21534         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
21535         vectors have same number of elements.
21536         (vectorizable_condition): Fix masked version recognition.
21538 2016-01-20  Richard Biener  <rguenther@suse.de>
21540         PR tree-optimization/69345
21541         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
21542         (VN_INFO_PTR_INFO): Likewise.
21543         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
21544         info when it is equal between non-dominating SSA names.
21545         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
21546         Make sure to look at original SSA infos.
21548 2016-01-20  Jeff Law  <law@redhat.com>
21550         PR target/25114
21551         * config/m68k/predicates.md (pow2_m1_operand): New predicate
21552         extracted from ...
21553         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
21554         (pc_or_label_operand): New predicate.
21555         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
21556         tests for small integers that are 2^n - 1.
21558 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
21560         * doc/invoke.texi (Options Summary): Add '.' after @xref.
21562 2016-01-19  Jeff Law  <law@redhat.com>
21564         PR middle-end/69347
21565         * tree-ssa-threadbackwards.c
21566         (fsm_find_control_statement_thread_paths): Do not try to lookup
21567         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
21569 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
21571         * doc/lto.texi: Remove text that says only Gold has linker plugin
21572         support.
21574 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
21576         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
21577         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
21578         the DIE accordingly.
21579         (modified_type_die): Add REVERSE parameter and pass it recursively,
21580         as well as to base_type_die.  Adjust presence check accordingly.
21581         (base_type_for_mode): Adjust call to modified_type_die.
21582         (add_type_attribute): Add REVERSE parameter and pass it to
21583         modified_type_die.
21584         (generic_parameter_die): Adjust call to add_type_attribute.
21585         (add_scalar_info): Likewise.
21586         (add_subscript_info): Likewise.
21587         (gen_array_type_die): Likewise.
21588         (gen_descr_array_type_die): Likewise.
21589         (gen_entry_point_die): Likewise.
21590         (gen_enumeration_type_die): Likewise.
21591         (gen_formal_parameter_die): Likewise.
21592         (gen_subprogram_die): Likewise.
21593         (gen_variable_die ): Likewise.
21594         (gen_const_die): Likewise.
21595         (gen_field_die): Likewise.
21596         (gen_pointer_type_die): Likewise.
21597         (gen_reference_type_die): Likewise.
21598         (gen_ptr_to_mbr_type_die): Likewise.
21599         (gen_inheritance_die): Likewise.
21600         (gen_subroutine_type_die): Likewise.
21601         (gen_typedef_die): Likewise.
21602         (force_type_die): Adjust call to modified_type_die.
21604 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
21606         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
21607         flow throughout the file.  Fix broken link to Objective-C 2.0
21608         documentation.
21609         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
21610         errors.
21612 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21614         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
21616 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21618         PR ipa/66223
21619         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
21620         (maybe_record_node): Record cxa_pure_virtual as the only possible
21621         target if there are not ohter candidates.
21622         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
21624 2016-01-19  Richard Biener  <rguenther@suse.de>
21626         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
21627         (get_memory_order): Likewise.
21629 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
21631         * tree-vect-stmts.c (vectorizable_store): Check
21632         rhs vectype.
21634 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
21636         PR jit/68446
21637         * gcc.c (driver::decode_argv): Add call to
21638         init_opts_obstack before init_options_struct.
21639         * opts.c (init_opts_obstack): Remove idempotency.
21640         (init_options_struct): Replace call to init_opts_obstack
21641         with a gcc_assert to verify that it has already been called.
21642         * toplev.c (toplev::main): Add call to init_opts_obstack before
21643         calls to init_options_struct.
21644         (toplev::finalize): Move cleanup of opts_obstack next to
21645         cleanup of save_decoded_options, clearing the latter, and
21646         save_decoded_options_count.
21648 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21650         PR target/69135
21651         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
21652         attribute to unconditional.  Remove %? from output template.
21654 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21655             Jiong Wang  <jiong.wang@arm.com>
21657         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
21658         generated from different expand order.
21660 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21662         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
21663         Add support for CCMP costing.
21665 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21667         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
21668         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
21669         (fccmpe<mode>): Likewise.
21670         (fcmp): Rename to fcmp and globalize pattern.
21671         (fcmpe): Likewise.
21672         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
21673         (aarch64_gen_ccmp_next): Add FP support.
21675 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
21677         * target.def (gen_ccmp_first): Update documentation.
21678         (gen_ccmp_next): Likewise.
21679         * doc/tm.texi (gen_ccmp_first): Update documentation.
21680         (gen_ccmp_next): Likewise.
21681         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
21682         expand_ccmp_expr_1.  Improve comments.
21683         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
21684         (ccmp_ior<mode>): Remove pattern.
21685         (cmp<mode>): Remove expand.
21686         (cmp): Globalize pattern.
21687         (cstorecc4): Use cc_register.
21688         (mov<mode>cc): Remove ccmp_cc_register check.
21689         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
21690         Simplify after removal of CC_DNE/* modes.
21691         (aarch64_ccmp_mode_to_code): Remove.
21692         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
21693         In 'k' case use integer as condition.
21694         (aarch64_nzcv_codes): Remove inverted cases.
21695         (aarch64_code_to_ccmode): Remove.
21696         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
21697         comparison with CC register to be used in folowing CCMP/branch/CSEL.
21698         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
21699         pattern.  Return the comparison with CC register.  Invert conditions
21700         when bitcode is OR.
21701         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
21702         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
21704 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21706         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
21707         instrumented_version.
21709 2016-01-19  Richard Biener  <rguenther@suse.de>
21711         PR tree-optimization/69336
21712         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
21713         handled components with get_ref_base_and_extent.
21714         (equal_mem_array_ref_p): Adjust.
21716 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
21718         PR debug/65779
21719         * shrink-wrap.c: Include valtrack.h.
21720         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
21721         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
21722         in between insn and where it will be moved to.  Call
21723         dead_debug_insert_temp.
21724         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
21725         first and dead_debug_local_finish at the end.
21726         For uses and defs bitmap, handle all regs in between REGNO and
21727         END_REGNO, not just the first one.
21729 2016-01-19  Richard Biener  <rguenther@suse.de>
21731         PR tree-optimization/69352
21732         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
21733         (equal_mem_array_ref_p): Constrain size and max size properly.
21734         Compare the reverse flag.
21736 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
21738         * ira.c (ira): Update regstat data if we deleted insns.
21740 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
21742         PR rtl-optimization/68955
21743         PR rtl-optimization/64557
21744         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
21745         here.  Fix up formatting.
21746         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
21748 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21750         PR lto/69133
21751         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
21752         assume that the node has body.
21753         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
21754         check.
21756 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21758         * lto-streamer-out.c (lto_output): Do not stream instrumentation
21759         thunks.
21761 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
21763         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
21764         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
21766 2016-01-19  Martin Jambor  <mjambor@suse.cz>
21767             Martin Liska  <mliska@suse.cz>
21768             Michael Matz  <matz@suse.de>
21770         * Makefile.in (OBJS): Add new source files.
21771         (GTFILES): Add hsa.c.
21772         * common.opt (disable_hsa): New variable.
21773         (-Whsa): New warning.
21774         * config.in (ENABLE_HSA): New.
21775         * configure.ac: Treat hsa differently from other accelerators.
21776         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
21777         $enable_offloading.
21778         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
21779         * doc/install.texi (Configuration): Document --with-hsa-runtime,
21780         --with-hsa-runtime-include, --with-hsa-runtime-lib and
21781         --with-hsa-kmt-lib.
21782         * doc/invoke.texi (-Whsa): Document.
21783         (hsa-gen-debug-stores): Likewise.
21784         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
21785         to invoke offload compiler for hsa acclerator.
21786         * opts.c (common_handle_option): Determine whether HSA offloading
21787         should be performed.
21788         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
21789         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
21790         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
21791         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
21792         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
21793         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
21794         GF_OMP_FOR_KIND_GRID_LOOP.
21795         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
21796         (pp_gimple_stmt_1): Likewise.
21797         * gimple-walk.c (walk_gimple_stmt): Likewise.
21798         * gimple.c (gimple_build_omp_grid_body): New function.
21799         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
21800         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
21801         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
21802         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
21803         GF_OMP_TEAMS_GRID_PHONY.
21804         (gimple_statement_omp_single_layout): Updated comments.
21805         (gimple_build_omp_grid_body): New function.
21806         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
21807         (gimple_omp_for_grid_phony): New function.
21808         (gimple_omp_for_set_grid_phony): Likewise.
21809         (gimple_omp_parallel_grid_phony): Likewise.
21810         (gimple_omp_parallel_set_grid_phony): Likewise.
21811         (gimple_omp_teams_grid_phony): Likewise.
21812         (gimple_omp_teams_set_grid_phony): Likewise.
21813         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
21814         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
21815         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
21816         (BUILT_IN_GOMP_TARGET): Updated type.
21817         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
21818         (adjust_for_condition): New function.
21819         (get_omp_for_step_from_incr): Likewise.
21820         (extract_omp_for_data): Moved parts to adjust_for_condition and
21821         get_omp_for_step_from_incr.
21822         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
21823         (fixup_child_record_type): Bail out if receiver_decl is NULL.
21824         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
21825         (scan_omp_parallel): Do not create child functions for phony
21826         constructs.
21827         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
21828         (scan_omp_1_op): Checking assert we are not remapping to
21829         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
21830         (parallel_needs_hsa_kernel_p): New function.
21831         (expand_parallel_call): Register apprpriate parallel child
21832         functions as HSA kernels.
21833         (grid_launch_attributes_trees): New type.
21834         (grid_attr_trees): New variable.
21835         (grid_create_kernel_launch_attr_types): New function.
21836         (grid_insert_store_range_dim): Likewise.
21837         (grid_get_kernel_launch_attributes): Likewise.
21838         (get_target_argument_identifier_1): Likewise.
21839         (get_target_argument_identifier): Likewise.
21840         (get_target_argument_value): Likewise.
21841         (push_target_argument_according_to_value): Likewise.
21842         (get_target_arguments): Likewise.
21843         (expand_omp_target): Call get_target_arguments instead of looking
21844         up for teams and thread limit.
21845         (grid_expand_omp_for_loop): New function.
21846         (grid_arg_decl_map): New type.
21847         (grid_remap_kernel_arg_accesses): New function.
21848         (grid_expand_target_kernel_body): New function.
21849         (expand_omp): Call it.
21850         (lower_omp_for): Do not emit phony constructs.
21851         (lower_omp_taskreg): Do not emit phony constructs but create for them
21852         a temporary variable receiver_decl.
21853         (lower_omp_taskreg): Do not emit phony constructs.
21854         (lower_omp_teams): Likewise.
21855         (lower_omp_grid_body): New function.
21856         (lower_omp_1): Call it.
21857         (grid_reg_assignment_to_local_var_p): New function.
21858         (grid_seq_only_contains_local_assignments): Likewise.
21859         (grid_find_single_omp_among_assignments_1): Likewise.
21860         (grid_find_single_omp_among_assignments): Likewise.
21861         (grid_find_ungridifiable_statement): Likewise.
21862         (grid_target_follows_gridifiable_pattern): Likewise.
21863         (grid_remap_prebody_decls): Likewise.
21864         (grid_copy_leading_local_assignments): Likewise.
21865         (grid_process_kernel_body_copy): Likewise.
21866         (grid_attempt_target_gridification): Likewise.
21867         (grid_gridify_all_targets_stmt): Likewise.
21868         (grid_gridify_all_targets): Likewise.
21869         (execute_lower_omp): Call grid_gridify_all_targets.
21870         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
21871         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
21872         (tree_omp_clause): Added union field dimension.
21873         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
21874         * tree.c (omp_clause_num_ops): Added number of arguments of
21875         OMP_CLAUSE__GRIDDIM_.
21876         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
21877         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
21878         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
21879         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
21880         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
21881         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
21882         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
21883         * tree-pass.h (make_pass_gen_hsail): Declare.
21884         (make_pass_ipa_hsa): Likewise.
21885         * ipa-hsa.c: New file.
21886         * lto-section-in.c (lto_section_name): Add hsa section name.
21887         * lto-streamer.h (lto_section_type): Add hsa section.
21888         * timevar.def (TV_IPA_HSA): New.
21889         * hsa-brig-format.h: New file.
21890         * hsa-brig.c: New file.
21891         * hsa-dump.c: Likewise.
21892         * hsa-gen.c: Likewise.
21893         * hsa.c: Likewise.
21894         * hsa.h: Likewise.
21895         * toplev.c (compile_file): Call hsa_output_brig.
21896         * hsa-regalloc.c: New file.
21898 2016-01-18  Jeff Law  <law@redhat.com>
21900         PR tree-optimization/69320
21901         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
21902         ranged object, do nothing if the RHS constant is not [0..1].
21903         (optimize_stmt): Comparing a boolean ranged object against a
21904         constant outside [0..1] results in a compile-time constant.
21906         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
21907         test.
21909 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
21911         * doc/invoke.texi (Invoking GCC): Add new section to menu.
21912         (Option Summary): Update to reflect new section and moved options.
21913         (C++ Dialect Options): Move -fstats to new section.
21914         (Debugging Options): Move all dump, statistics, and other GCC
21915         developer options to new section.  Rewrite section introduction
21916         and re-order remaining options to put the more basic ones first.
21917         (Optimization Options): Move -fira-verbose and -flto-report* to
21918         new section.
21919         (Developer Options): New section incorporating moved options.
21920         * doc/cppopts.texi (-dM): Update cross-reference.
21922 2016-01-18  Richard Henderson  <rth@redhat.com>
21924         PR target/69176
21925         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
21926         operands to pseudo only if CSE is expected.  Split long immediate
21927         operands only after reload, and for the stack pointer.
21928         (*add<GPI>3_pluslong): Remove.
21929         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
21930         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
21931         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
21932         (*add<GPI>3 peepholes): New.
21933         (*add<GPI>3 splitters): New.
21934         * config/aarch64/constraints.md (Upl): New.
21935         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
21937 2016-01-18  Richard Biener  <rguenther@suse.de>
21939         PR tree-optimization/69297
21940         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
21941         stmt at most once.
21942         (vect_bb_vectorization_profitable_p): Clear visited flag again.
21944 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
21946         PR middle-end/68542
21947         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
21948         of mixind vector and scalar types.
21949         (fold_relational_const): Add handling of vector
21950         comparison with boolean result.
21951         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
21952         comparison of vector operands with boolean result for EQ/NE only.
21953         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
21954         (verify_gimple_cond): Likewise.
21955         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
21956         valid type of VAL.
21958 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
21960         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
21961         !TARGET_OCTEON.
21963 2016-01-18  Richard Biener  <rguenther@suse.de>
21965         PR middle-end/69308
21966         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
21968 2016-01-18  Tom de Vries  <tom@codesourcery.com>
21970         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
21972 2016-01-18  Tom de Vries  <tom@codesourcery.com>
21974         * omp-low.c (set_oacc_fn_attrib): Make extern.
21975         * omp-low.h (set_oacc_fn_attrib): Declare.
21976         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
21977         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
21978         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
21979         Add and handle function parameter oacc_kernels_p.
21980         (find_reduc_addr, get_omp_data_i_param): New function.
21981         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
21982         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
21983         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
21984         Calculate dominance info.  Skip loops that are not in a kernels region
21985         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
21986         (pass_parallelize_loops::execute): Call parallelize_loops with
21987         oacc_kernels_p argument.
21988         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
21989         New member function.
21990         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
21991         * passes.def: Add argument to pass_parallelize_loops instantation.
21993 2016-01-18  Tom de Vries  <tom@codesourcery.com>
21995         * tree-parloops.c (pass_parallelize_loops::execute): Allow
21996         pass_parallelize_loops to be run outside the loop pipeline.
21998 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
22000         * tree-scalar-evolution.c (follow_copies_to_constant): New.
22001         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
22003 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
22005         PR target/63679
22006         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
22007         using get_ref_base_and_extent.
22008         (equal_mem_array_ref_p): New.
22009         (hashable_expr_equal_p): Add call to previous.
22011 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
22013         PR target/63679
22014         * tree-sra.c (disqualified_constants, constant_decl_p): New.
22015         (sra_initialize): Allocate disqualified_constants.
22016         (sra_deinitialize): Free disqualified_constants.
22017         (disqualify_candidate): Update disqualified_constants when appropriate.
22018         (create_access): Scan for constant-pool entries as we go along.
22019         (scalarizable_type_p): Add check against type_contains_placeholder_p.
22020         (maybe_add_sra_candidate): Allow constant-pool entries.
22021         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
22022         (initialize_constant_pool_replacements): New.
22023         (sra_modify_assign): Avoid mangling assignments created by previous,
22024         and don't generate writes into constant pool.
22025         (sra_modify_function_body): Call initialize_constant_pool_replacements.
22027 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
22029         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
22030         andnot instruction.
22031         (scalar_chain::convert_op): Likewise.
22032         * config/i386/i386.md (*andndi3_doubleword): New.
22034 2016-01-18  Richard Biener  <rguenther@suse.de>
22036         PR tree-optimization/69170
22037         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
22038         building a vector from scalar results of a pattern stmt.
22040 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
22042         * haifa-sched.c (autopref_multipass_init): Work around
22043         -Wmaybe-uninitialized warning.
22045 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22047         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
22048         against the constant 0.
22050 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22052         PR tree-optimization/68799
22053         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
22054         look up phi candidates in the statement-candidate map.
22055         (phi_add_costs): Likewise.
22056         (record_phi_increments): Likewise.
22057         (phi_incr_cost): Likewise.
22058         (ncd_with_phi): Likewise.
22059         (all_phi_incrs_profitable): Likewise.
22061 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
22063         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
22064         -Wmaybe-uninitialized warning.
22066 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
22068         * doc/invoke.texi (Invoking GCC): Add new section to menu.
22069         (Option Summary): Update to reflect new section and moved options.
22070         (C++ Dialect Options): Move -fvtable-verify and related options.
22071         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
22072         and profiling-related options.
22073         (Optimization Options): Move profile generation options and
22074         -fstack-protector and related options.
22075         (Instrumentation Options): New section incorporating moved options.
22076         (Code Generation Options): Move -finstrument-functions and
22077         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
22079 2016-01-16  Tom de Vries  <tom@codesourcery.com>
22081         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
22083 2016-01-16  Tom de Vries  <tom@codesourcery.com>
22085         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
22087 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
22089         * hash-table.h (hash_table::empty): Turn into an inline wrapper
22090         that checks whether the table is already empty.  Rename the
22091         original implementation to...
22092         (hash_table::empty_slot): ...this new private function.
22094 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
22096         PR diagnostic/68899
22097         * diagnostic-show-locus.c (layout::print_source_line): Move x
22098         offset of line until after call to
22099         get_line_width_without_trailing_whitespace.
22101 2016-01-15  Jeff Law  <law@redhat.com>
22103         PR tree-optimization/69270
22104         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
22105         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
22106         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
22107         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
22108         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
22109         ssa_name_has_boolean_range and constant_boolean_node.
22111 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
22113         PR rtl-optimization/69030
22114         * lra-spills.c (remove_pseudos): Check nrefs and make the function
22115         returning bool.
22116         (spill_pseudos): Delete debug insn for dead pseudo.
22117         (lra_spill): Initiate spill_hard_reg and slots memory separately.
22119 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
22121         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
22122         New.
22123         (TYPES_UNOPUS): Likewise.
22124         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
22125         builtin type, from UNOP to UNOPUS.
22126         (lbtruncuv4sf): Likewise.
22127         (lbtruncuv2df): Likewise.
22128         (lrounduv2sf): Likewise.
22129         (lrounduv4sf): Likewise.
22130         (lrounduv2df): Likewise.
22131         (lroundusf): Likewise.
22132         (lroundusf): Likewise.
22133         (lceiluv2sf): Likewise.
22134         (lceiluv4sf): Likewise.
22135         (lceiluv2df): Likewise.
22136         (lceilusf): Likewise.
22137         (lceiludf): Likewise.
22138         (lflooruv2sf): Likewise.
22139         (lflooruv4sf): Likewise.
22140         (lflooruv2df): Likewise.
22141         (lfloorusf): Likewise.
22142         (lfloorudf): Likewise.
22143         (lfrintnuv2sf): Likewise.
22144         (lfrintnuv4sf): Likewise.
22145         (lfrintnuv2df): Likewise.
22146         (lfrintnusf): Likewise.
22147         (lfrintnudf): Likewise.
22148         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
22149         conversion.
22150         (vcvtq_u32_f32): Likewise.
22151         (vcvtq_u64_f64): Likewise.
22152         (vcvta_u32_f32): Likewise.
22153         (vcvtaq_u32_f32): Likewise.
22154         (vcvtaq_u64_f64): Likewise.
22155         (vcvtm_u32_f32): Likewise.
22156         (vcvtmq_u32_f32): Likewise.
22157         (vcvtmq_u64_f64): Likewise.
22158         (vcvtn_u32_f32): Likwise.
22159         (vcvtnq_u32_f32): Likewise.
22160         (vcvtnq_u64_f64): Likewise.
22161         (vcvtp_u32_f32): Likewise.
22162         (vcvtpq_u32_f32): Likewise.
22163         (vcvtpq_u64_f64): Likewise.
22164         (vcvtmd_u64_f64): Likewise.
22165         (vcvtms_u32_f32): Likewise.
22166         (vcvtad_u64_f64): Likewise.
22167         (vcvtas_u32_f32): Likewise.
22168         (vcvtnd_u64_f64): Likewise.
22169         (vcvtns_u32_f32): Likewise.
22170         (vcvtpd_u64_f64): Likewise.
22171         (vcvtps_u32_f32): Likewise.
22173 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22175         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
22176         CSEL of zero_extended registers.
22178 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22180         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
22181         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
22183 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22185         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
22186         false when argument string is not found in the attributes table
22187         at all.
22189 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
22191         PR target/68609
22192         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
22193         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
22194         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
22195         precision estimate.
22197 2016-01-15  Richard Biener  <rguenther@suse.de>
22199         PR tree-optimization/66856
22200         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
22201         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
22202         (vect_create_new_slp_node): Increment stmt reference count.
22203         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
22204         an SLP tree before swapping operands.
22205         (vect_build_slp_tree): Likewise.
22206         (destroy_bb_vec_info): Free stmt info after SLP instances.
22207         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
22208         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
22209         (STMT_VINFO_NUM_SLP_USES): New macro.
22211 2016-01-15  Richard Biener  <rguenther@suse.de>
22213         PR debug/69137
22214         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
22215         (add_linkage_name): ... here.
22216         (gen_typedef_die): Use add_linkage_name_raw instead of
22217         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
22218         if necessary.
22220 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
22222         * gimplify.c (oacc_default_clause): Decode reference and pointer
22223         types for both kernels and parallel regions.
22225 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
22227         PR middle-end/69246
22228         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
22230 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
22232         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
22233         (convert_scalars_to_vector): Likewise.
22235 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
22237         * doc/extend.texi (Type Traits): Fix grammar.
22239 2016-01-15  Martin Jambor  <mjambor@suse.cz>
22241         * tree-inline.c (remap_decl): Use existing dclarations if
22242         remapping a type and prevent_decl_creation_for_types.
22243         (replace_locals_stmt): Do an initial remapping of non-VLA typed
22244         decls first.  Do real remapping with
22245         prevent_decl_creation_for_types set.
22246         * tree-inline.h (copy_body_data): New field
22247         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
22248         padding.
22250 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
22252         * config/s390/s390.opt (mmvcle): More verbose help text.
22254 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
22256         * config/s390/s390.opt: Add period to -mzvector option text.
22258 2016-01-15  Richard Biener  <rguenther@suse.de>
22260         PR tree-optimization/68961
22261         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
22262         of invariants in stores again.
22264 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22266         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
22268 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
22270         * config/i386/i386.c (ix86_expand_branch): Don't split
22271         DI mode xor instruction to SI mode.
22273 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
22275         PR ipa/68148
22276         * ipa-icf.c (sem_function::merge): Virtual functions may become
22277         reachable even if they address is not taken and there are no
22278         idrect calls.
22280 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
22282         * lto-streamer-out.c (subtract_estimated_size): New function.
22283         (get_symbol_initial_value): Use it.
22285 2016-01-15  Christian Bruel  <christian.bruel@st.com>
22287         PR target/65837
22288         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
22289         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
22290         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
22291         use add_builtin_function_ext_scope instead of add_builtin_function.
22292         (neon_set_p, neon_crypto_set_p): Remove.
22293         (arm_init_builtins): Always call arm_init_neon_builtins and
22294         arm_init_crypto_builtins.
22295         (arm_expand_builtin): Check that builtins are allowed for the arch.
22296         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
22297         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
22298         arm_init_neon_builtins call.
22300 2016-01-15  Richard Biener  <rguenther@suse.de>
22302         PR tree-optimization/69117
22303         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
22304         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
22305         of the leader conservatively.
22306         (free_scc_vn): Restore original SSA name infos.
22308 2016-01-14  Jeff Law  <law@redhat.com>
22310         PR tree-optimization/69270
22311         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
22312         single bit of precision, verify it's also unsigned.
22313         (record_edge_info): Use constant_boolean_node rather than fold_convert
22314         to convert boolean_true/boolean_false to the right type.
22316 2016-01-14  Richard Henderson  <rth@redhat.com>
22318         PR rtl-opt/69014
22319         * loop-doloop.c (record_reg_sets): New.
22320         (doloop_optimize): Reject the transform if the sequence
22321         clobbers registers live at the end of the loop block.
22322         (doloop_optimize_loops): Enable df_live if needed.
22324 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
22326         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
22327         * config/rs6000/rs6000.c: Likewise.
22328         * config/rs6000/rs6000.h: Likewise.
22329         * config/rs6000/rs6000.md: Likewise.
22330         * doc/extend.texi: Likewsie.
22332 2016-01-14  Jeff Law  <law@redhat.com>
22334         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
22335         typo.
22337 2016-01-14  Richard Henderson  <rth@redhat.com>
22339         PR c/69272
22340         PR tree-opt/68964
22341         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
22342         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
22343         instead of builtin_decl_declared_p to test for declaration.
22345 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
22347         * doc/loop.texi (Loop Analysis and Representation): Document
22348         loop_depth function.
22350 2016-01-14  Tom de Vries  <tom@codesourcery.com>
22352         PR tree-optimization/68773
22353         * omp-low.c (expand_omp_target): Don't set force_output.
22354         * varpool.c (varpool_node::get_create): Same.
22355         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
22356         offload_funcs with force_output.
22358 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
22360         PR debug/69244
22361         * lra-eliminations.c (move_plus_up): Don't change anything if either
22362         the outer or inner subreg mode is not MODE_INT.
22363         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
22364         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
22366 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
22368         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
22369         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
22370         reduc_uplus_@var{m}): Remove.
22371         * expr.c (expand_expr_real_2): Remove expansion path for
22372         reduc_[us](min|max|plus) optabs.
22373         * optabs-tree.c (scalar_reduc_to_vector): Remove.
22374         * optabs-tree.h (scalar_reduc_to_vector): Remove.
22375         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
22376         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
22377         * tree-vect-loop.c (vectorizable_reduction): Remove test for
22378         reduc_[us](min|max|plus) optabs.
22380 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
22382         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
22383         (reduc_plus_scal_v2sf): New.
22384         (reduc_smax_v2sf): Rename to...
22385         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
22386         (reduc_smin_v2sf): Rename to...
22387         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
22389 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
22391         * alias.c (compare_base_symbol_refs): New function.
22392         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
22393         it.
22395 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
22397         PR middle-end/68146
22398         PR tree-optimization/69155
22399         * tree-complex.c: Include cfganal.h.
22400         (phis_to_revisit): New variable.
22401         (extract_component): Add phiarg_p argument.  Assert that returned
22402         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
22403         (update_phi_components): Partly rewrite to use loop over real/imag
22404         components instead of code duplication.  If extract_component returns
22405         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
22406         create_tmp_reg into the PHI node instead, and mention the phi triplet
22407         in phis_to_revisit.
22408         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
22409         in phis_to_revisit at the end.
22411 2016-01-14  Richard Biener  <rguenther@suse.de>
22413         PR tree-optimization/68060
22414         * tree-vect-loop.c (vect_is_simple_reduction): Check the
22415         outer loop reduction is only used in the inner loop before
22416         detecting a double reduction.
22418 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
22420         PR target/68269
22421         * combine.c (expand_field_assignment): Punt if compute_mode is
22422         unsupported scalar mode.
22424 2016-01-14  Richard Biener  <rguenther@suse.de>
22426         PR tree-optimization/66856
22427         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
22428         SLP node only if it built successfully.
22429         (vect_analyze_slp_instance): Adjust.
22431 2016-01-14  Jeff Law  <law@redhat.com>
22433         PR tree-optimization/69270
22434         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
22435         (record_edge_info): Use it.  Convert boolean_{true,false}_node
22436         to the type of op0.
22438 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
22440         PR ipa/66487
22441         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
22442         use block_ultimate_origin
22443         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
22445 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
22447         * doc/invoke.texi (Submodel Options): Rename section to
22448         "Machine-Dependent Options" to better reflect its content.
22449         Rewrite introductory text to remove archaic CPU names.
22450         Update references.
22452 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
22454         * doc/invoke.texi (Code Gen Options): Move section up in file,
22455         before target-specific options.  Update menu and option summary
22456         to reflect the new section ordering.
22458 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
22460         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
22461         (C++ Dialect Options): Add cross-reference to -std option.
22462         * doc/standards.texi (C++ Language): Document C++14 support.
22464 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
22466         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
22467         for pack/unpack functions for __ibm128.
22468         (PACK_IF): Likewise.
22469         (UNPACK_IF): Likewise.
22471         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
22472         support for __ibm128 pack/unpack functions.
22473         (rs6000_invalid_builtin): Likewise.
22474         (rs6000_init_builtins): Likewise.
22475         (rs6000_opt_masks): Likewise.
22477         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
22478         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
22479         functions
22480         (RS6000_BTM_COMMON): Likewise.
22482         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
22483         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
22484         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
22485         128-bit floating point.  Add support for the double values to be
22486         in Altivec registers for TF/IF packing and unpacking, but restrict
22487         TD packing sub-fields to be FPR registers.  Don't allow overlapped
22488         register support for packing.  Allow pack inputs to be memory
22489         locations.  Don't build generator functions for unpack<mode>_dm
22490         and unpack<mode>_nodm.
22491         (unpack<mode>_dm): Likewise.
22492         (unpack<mode>_nodm): Likewise.
22493         (pack<mode>): Likewise.
22495         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
22496         built-in functions to pack/unpack explicit __ibm128 values.
22497         (__builtin_unpack_ibm128): Likewise.
22499         * doc/extend.texi (PowerPC Built-in Functions): Document
22500         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
22502 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
22504         PR c/66208
22505         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
22506         Add new arg loc and pass it down as context.
22507         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
22508         to the location to use for the warning.
22509         (check_function_arguments): New arg loc.  All callers changed.  Pass
22510         it to check_function_nonnull.
22511         * c-common.h (check_function_arguments): Adjust declaration.
22513 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
22515         PR tree-optimization/69156
22516         * gimple.c (validate_type): Removed.
22517         (gimple_builtin_call_types_compatible_p): Use
22518         useless_type_conversion_p instead of validate_type.
22519         * value-prof.c (gimple_stringop_fixed_value): Fold
22520         icall_size to correct type.
22522 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
22524         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
22525         effects.
22527 2016-01-13  Richard Henderson  <rth@redhat.com>
22529         PR tree-opt/68964
22530         * target.def (builtin_tm_load, builtin_tm_store): Remove.
22531         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
22532         (ix86_builtin_tm_store): Remove.
22533         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
22534         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
22535         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
22536         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
22537         * doc/tm.texi: Rebuild.
22539         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
22540         (BUILT_IN_TM_MEMCPY_RTWN): New.
22541         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
22542         fallback from vector to integer helpers.
22543         (build_tm_load): Handle vector types directly, instead of
22544         via target hook.
22545         (build_tm_store): Likewise.
22546         (expand_assign_tm): Prepare for register types not handled by
22547         the above.  Copy them to memory and use memcpy.
22548         * tree.c (tm_define_builtin): New.
22549         (find_tm_vector_type): New.
22550         (build_tm_vector_builtins): New.
22551         (build_common_builtin_nodes): Call it.
22553 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
22555         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
22556         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
22558 2016-01-13  Tom de Vries  <tom@codesourcery.com>
22560         PR tree-optimization/69169
22561         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
22562         handled_struct_type param.
22563         (create_variable_info_for, intra_create_variable_infos): Call
22564         create_variable_info_for_1 with extra arg.
22566 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
22568         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
22569         and "armv8.1-a+crc" entries.
22571 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
22573         PR target/69228
22574         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
22575         Change first operand predicate from register_or_constm1_operand
22576         to register_operand.
22577         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
22578         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
22579         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
22580         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
22581         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
22582         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
22583         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
22584         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
22585         comparison with constm1_rtx from vec_prefetch_gen part.
22587 2016-01-13  Richard Biener  <rguenther@suse.de>
22589         PR tree-optimization/69013
22590         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
22591         Exchange assert for a test.
22593 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22595         PR target/69247
22596         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
22598 2016-01-13  Richard Biener  <rguenther@suse.de>
22600         PR tree-optimization/69242
22601         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
22602         assert with a check.
22604 2016-01-13  Richard Biener  <rguenther@suse.de>
22606         PR tree-optimization/69186
22607         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
22608         Properly guard vect_update_misalignment_for_peel call.
22610 2016-01-12  Jeff Law  <law@redhat.com>
22612         PR tree-optimization/pr67755
22613         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
22614         "need_profile_correction".
22615         (thread_block_1): Initialize new field to false by default.  If we
22616         have multiple thread paths through a common joiner to different
22617         final targets, then set new field to true.
22618         (compute_path_counts): Only do count adjustment when it's really
22619         needed.
22621 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22623         * doc/invoke.texi (Spec Files): Move section down in file, past
22624         all command-line option descriptions.
22626 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
22628         PR middle-end/54809
22629         * doc/gty.texi: Remove documentation of mark_hook.
22630         * gengtype.c (struct write_types_data): Remove code to support
22631         mark_hook attribute.
22632         (walk_type): Likewise.
22633         (write_func_for_structure): Likewise.
22635 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22637         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
22638         Directory Options, and -specs= to Overall Options.
22639         (Overall Options): Adjust similarly.  Reorder to group related
22640         options together.  Make -specs= cross-reference the spec file details.
22641         (Directory Options): Adjust similarly.
22643 2016-01-12  Jeff Law  <law@redhat.com>
22645         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
22647 2016-01-12  Olivier Hainque  <hainque@adacore.com>
22649         * gcc.c (spec_undefvar_allowed): New global.
22650         (process_command): Set to true when running for --version or --help,
22651         alone or together.
22652         (getenv_spec_function): When the variable is not defined, use the
22653         variable name as the variable value if we're allowed not to issue
22654         a fatal error.
22656 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
22658         PR tree-optimization/68911
22659         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
22660         information computed for expression "init + nit * step".
22662 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22664         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
22665         about name of GCC executable.  Remove deleted node from menu.
22666         (Directory Options) <-B>: Remove cross-reference to deleted node.
22667         (Target Options): Delete section.
22669 2016-01-12  Christian Bruel  <christian.bruel@st.com>
22671         PR target/69180
22672         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
22673         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
22675 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
22677         PR target/69198
22678         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
22679         aligned_mem is properly set for AVX512-VL floating point masked
22680         stores.
22682         PR target/69175
22683         * ifcvt.c (cond_exec_process_if_block): When removing the last
22684         insn from then_bb, remove also any possible barriers that follow it.
22686 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
22688         PR target/68456
22689         PR target/69226
22690         * config/i386/iamcu.h (SIZE_TYPE): New macro.
22691         (PTRDIFF_TYPE): Likewise.
22692         (WCHAR_TYPE): Likewise.
22693         (WCHAR_TYPE_SIZE): Likewise.
22694         (STDINT_LONG32): Likewise.
22696 2016-01-12  Richard Biener  <rguenther@suse.de>
22698         PR tree-optimization/69053
22699         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
22700         convert initial value for cond reductions.
22702 2016-01-12  Richard Biener  <rguenther@suse.de>
22704         PR tree-optimization/69007
22705         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
22706         widen_sum after dot_prod and sad.
22708 2016-01-12  Richard Biener  <rguenther@suse.de>
22710         PR tree-optimization/69168
22711         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
22712         pattern stmt SLP type.
22713         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
22714         end up unused so cope with that case.
22716 2016-01-12  Richard Biener  <rguenther@suse.de>
22718         PR tree-optimization/69157
22719         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
22720         stmts def type only during analyze phase.
22721         (vectorizable_call): Likewise.
22722         (vectorizable_simd_clone_call): Likewise.
22723         (vectorizable_conversion): Likewise.
22724         (vectorizable_assignment): Likewise.
22725         (vectorizable_shift): Likewise.
22726         (vectorizable_operation): Likewise.
22727         (vectorizable_store): Likewise.
22728         (vectorizable_load): Likewise.
22730 2016-01-12  Richard Biener  <rguenther@suse.de>
22732         PR tree-optimization/69174
22733         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
22734         space.
22735         (vectorizable_load): Properly compute the number of loads needed
22736         for permuted strided SLP loads and do not spuriously assign
22737         to SLP_TREE_VEC_STMTS.
22739 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
22741         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
22742         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
22743         (MD_EXEC_PREFIX): Remove.
22744         (MD_STARTFILE_PREFIX) Removee.
22745         (FILE_NAME_ABSOLUTE_P): Remove.
22746         (CPP_SPEC): Do not read macros from sys/version.h.
22747         (LINK_COMMAND_SPEC): Remove.
22748         (LOCAL_INCLUDE_DIR): Remove.
22749         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
22750         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
22751         (POST_LINK_SPEC): Define to invoke stubify after linker
22752         (LIBSTDCXX): Remove define
22753         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
22754         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
22755         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
22756         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
22757         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
22758         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
22759         (i386_djgpp_asm_named_section): Add propotype of new procedure
22761         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
22762         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
22763         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
22764         in config/i386/djgpp.h).
22765         (STANDARD_STARTFILE_PREFIX_2): Define identical to
22766         STANDARD_STARTFILE_PREFIX_1.
22767         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
22768         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
22769         installation errors.
22770         (MAX_OFILE_ALIGNMENT): Define to 128.
22771         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
22773         * config/i386/djgpp.c: New file. Add implementation of
22774         i386_djgpp_asm_named_section.
22776         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
22778         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
22779         Add rule for building djgpp.o.
22781 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22783         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
22784         (rtx_is_swappable_p): Reductions are swappable.
22785         (insn_is_swappable_p): V2DF reductions are swappable.
22787 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
22789         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
22790         reloads for other unsupported memory operands.
22792 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
22793             Jim Wilson  <jim.wilson@linaro.org>
22795         PR target/69194
22796         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
22797         copy_to_mode_reg instead of force_reg.
22799 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
22801         PR target/69225
22802         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
22803         TARGET_80387 is true.
22805 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
22807         PR target/69071
22808         * lra-eliminations.c (move_plus_up): Only move plus up
22809         if subreg of the constant can be simplified into constant
22810         and use the simplified subreg of the constant instead of
22811         the original constant.
22813         * fold-const.c (fold_convertible_p): Don't return true
22814         for conversion of VECTOR_TYPE to same sized integral type.
22815         (fold_convert_loc): Fix up formatting.  Fold conversion of
22816         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
22817         instead of NOP_EXPR.
22819         PR tree-optimization/69214
22820         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
22821         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
22822         Formatting fix.
22824         PR tree-optimization/69207
22825         * tree-vect-slp.c (vect_get_constant_vectors): For
22826         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
22827         fold_convertible_p to vector_type's element type, and always
22828         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
22830 2016-01-11  Richard Biener  <rguenther@suse.de>
22832         PR tree-optimization/69173
22833         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
22834         fixup the cycle if all stmts are in a pattern.
22836 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
22838         PR middle-end/68999
22839         * alias.c (base_alias_check): Move check for addresses with
22840         alignment ANDs before the call for compare_base_decls.
22841         (memrefs_conflict_p): Return -1 for different decls
22842         that went through alignment adjustments.
22844 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22846         PR rtl-optimization/68796
22847         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
22848         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
22849         and QImode comparisons against zero with CC_NZmode.
22850         * config/aarch64/iterators.md (short_mask): New mode_attr.
22852 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
22854         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
22855         (<avx512>_store<mode>_mask): Likewise.
22857 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
22858             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22860         PR rtl-optimization/68841
22861         * ifcvt.c (struct noce_if_info): Add orig_x field.
22862         (bbs_ok_for_cmove_arith): Add to_rename parameter.
22863         Don't record conflicts on to_rename if it's present.
22864         Allow memory destinations in sets.
22865         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
22866         blocks, passing orig_x to the checks.
22867         (noce_process_if_block): Set if_info->orig_x appropriately.
22869 2016-01-11  Tom de Vries  <tom@codesourcery.com>
22871         PR tree-optimization/69069
22872         * tree-parloops.c (create_parallel_loop): Add missing phi args.
22874 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
22876         PR rtl-optimization/68920
22877         * config/i386/i386.c (ix86_option_override_internal): Restrict number
22878         of conditional moves for  RTL if-conversion to 1 for
22879         TARGET_ONE_IF_CONV_INSN.
22880         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
22881         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
22882         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
22883         parameter to restirct number of conditional moves for
22884         RTL if-conversion.
22885         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
22886         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
22887         conditionl moves.
22889 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
22891         PR bootstrap/69123
22892         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
22893         onepart vars.  Fix typo in comment.  Fix reversed condition in
22894         unshare test.
22895         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
22897         PR bootstrap/69123
22898         * var-tracking.c (dump_onepart_variable_differences): New.
22899         (dataflow_set_different): If a detailed dump is requested,
22900         delay early returns and dump differences between onepart
22901         variables present before and after, and added variables.
22903 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
22905         PR target/69010
22906         * expr.c (expand_expr_real_1): For boolean vector constants
22907         with a scalar mode use const_scalar_mask_from_tree.
22908         (const_scalar_mask_from_tree): New.
22909         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
22910         assigned to a mask type to handle constants.
22912 2016-01-11  Martin Jambor  <mjambor@suse.cz>
22914         PR ipa/69044
22915         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
22916         useless parameters if we cannot change function signature.
22918 2016-01-11  Martin Jambor  <mjambor@suse.cz>
22920         PR ipa/66616
22921         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
22922         flag.
22924 2016-01-11  Tom de Vries  <tom@codesourcery.com>
22926         PR tree-optimization/69109
22927         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
22928         latch with phi.
22930 2016-01-11  Tom de Vries  <tom@codesourcery.com>
22932         PR tree-optimization/69108
22933         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
22934         res is not used in a phi.
22936 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
22938         PR 67425
22939         * common.opt (frandom-seed): Fix parameter name.
22940         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
22942 2016-01-11  Tom de Vries  <tom@codesourcery.com>
22944         PR tree-optimization/69058
22945         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
22946         not supported.
22948 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
22950         * config/arc/arc.opt (mdiv-rem): Add period to the end.
22951         (mcode-density): Likewise.
22953 2016-01-10  Tom de Vries  <tom@codesourcery.com>
22955         PR tree-optimization/69062
22956         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
22957         (parallelize_loops): Don't paralelize loop that has phi with address
22958         arg.
22960 2016-01-10  Tom de Vries  <tom@codesourcery.com>
22962         PR tree-optimization/69039
22963         * tree-parloops.c (try_create_reduction_list): Only allow single exit
22964         phi for reduction.
22966 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
22968         PR middle-end/68743
22969         * match.pd: Require target has function_c99_misc before doing
22970         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
22972 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
22974         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
22975         use GMPINC.
22976         * configure: Regenerate.
22978 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
22980         PR middle-end/50865
22981         PR tree-optimization/69097
22982         * fold-const.h (expr_not_equal_to): New prototype.
22983         * fold-const.c: Include stringpool.h and tree-ssanames.h.
22984         (expr_not_equal_to): New function.
22985         * match.pd (X % -Y is the same as X % Y): Don't optimize
22986         unless X is known not to be equal to minimum or Y is known
22987         not to be equal to -1.
22988         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
22989         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
22990         (simplify_stmt_using_ranges): Adjust caller.
22991         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
22992         substitute_and_fold.
22994 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
22996         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
22997         w/o DECL_NAME.
22999 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
23001         PR tree-optimization/69167
23002         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
23003         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
23004         ops[0] comparison.
23005         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
23007 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
23008             Richard Biener  <rguenther@suse.de>
23010         PR tree-optimization/68707
23011         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
23012         instances that can be handled via vect_load_lanes.
23014 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
23016         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
23017         if we can't determine address equivalence.
23018         * alias.c (compare_base_decl): Update for changed return value of
23019         symtab_node::equal_address_to.
23021 2016-01-08  Jason Merrill  <jason@redhat.com>
23023         PR c++/68983
23024         PR c++/67557
23025         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
23026         * expr.c (store_field): Not here.
23027         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
23028         call with TREE_ADDRESSABLE type.
23029         * tree-cfg.c (verify_gimple_call): Adjust.
23031 2016-01-08  Olivier Hainque  <hainque@adacore.com>
23033         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
23034         libc_internal.
23036 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
23038         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
23039         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
23040         (reduc_smin_v2sf): Rename to...
23041         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
23042         (reduc_splus_v2sf): Rename to...
23043         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
23045 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
23047         PR tree-optimization/69162
23048         * gimplify.c (gimplify_va_arg_expr): Encode original type of
23049         valist argument in another argument.
23050         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
23051         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
23052         to determine the va_list type, build a MEM_REF instead of
23053         build_fold_indirect_ref.
23055         PR tree-optimization/69172
23056         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
23057         gimple_build.
23059 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23061         PR tree-optimization/67781
23062         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
23063         and cmpnop in two steps: first the ones not accessed in original
23064         gimple expression in a endian independent way and then the ones not
23065         accessed in the final result in an endian-specific way.
23067 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
23069         PR tree-optimization/69083
23070         * tree-vect-slp.c (vect_get_constant_vectors): For
23071         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
23072         element type.  If op is fold_convertible_p to vector_type's element
23073         type, use NOP_EXPR instead of VCE.
23075 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
23077         PR rtl-optimization/67778
23078         PR rtl-optimization/68634
23079         PR rtl-optimization/68909
23080         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
23081         block from the stack until done with it.  Remove a superfluous
23082         bitmap set.  Remove a superfluous bitmap test.
23084 2016-01-07  Martin Sebor  <msebor@redhat.com>
23086         PR c/68966
23087         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
23088         constraint on the type of arguments.
23090 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
23092         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
23093         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
23094         unaligned_access on the gcc_options set.
23095         * config/arm/arm.c (arm_option_override_internal): Use
23096         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
23098 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
23100         PR target/69140
23101         * config/i386/i386.c (ix86_frame_pointer_required): Enable
23102         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
23104 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
23106         Revert
23107         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
23109         PR target/69140
23110         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
23111         depending on frame_pointer_needed before remaining integer and SSE
23112         registers are saved.
23114 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
23116         PR 1078
23117         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
23119 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
23121         PR target/69171
23122         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
23123         Use the "xBm" constraint.
23124         (float<sseintvecmodelower><mode>2<mask_name><round_name):
23125         Likewise.
23126         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
23127         (sse_cvtsi2ssq<round_name>): Likewise.
23128         (sse_cvtss2si<round_name>): Likewise.
23129         (sse_cvtss2siq<round_name>): Likewise.
23130         (sse2_cvtsi2sdq<round_name>): Likewise.
23131         (sse2_cvtsd2si<round_name>): Likewise.
23132         (sse2_cvtsd2siq<round_name>): Likewise.
23133         * config/i386/subst.md (round_nimm_scalar_predicate): New
23134         predicate.
23136 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
23138         PR middle-end/67639
23139         * varasm.c (make_decl_rtl): Mark invalid register vars as
23140         DECL_EXTERNAL.
23142         PR rtl-optimization/66206
23143         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
23144         All callers changed.
23146 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
23148         PR tree-optimization/69141
23149         * tree-ssa-pre.c: Include langhooks.h.
23150         (eliminate_dom_walker::before_dom_children): Use
23151         lang_hooks.decl_printable_name instead of
23152         cgraph_node::get ()->name ().
23154         PR middle-end/68960
23155         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
23156         it and DECL_ALIGN too.
23158 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
23160         * config/mips/mips-ftypes.def: Sort to lexicographical order.
23162 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
23164         PR target/69140
23165         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
23166         depending on frame_pointer_needed before remaining integer and SSE
23167         registers are saved.
23169 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23171         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
23172         mode iterator with VSX_M2.
23173         (*p9_vecstore_<mode>): Likewise.
23174         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
23175         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
23176         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
23177         (define_split for VSX_LE128 stores): Likewise.
23178         (define_peephole2 for TImode LE swaps): Likewise.
23179         (define_split for VSX_LE128 post-reload stores): Likewise.
23181 2016-01-06  Marek Polacek  <polacek@redhat.com>
23183         PR sanitizer/69099
23184         * convert.c (convert_to_integer_1): Adjust call to
23185         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
23186         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
23187         EXPR instead of ARG.
23188         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
23190 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23192         PR 1078
23193         * doc/extend.texi (RL78 Variable Attributes): New section.
23195 2016-01-05  Marek Polacek  <polacek@redhat.com>
23197         PR c/69104
23198         * builtins.c (get_memmodel): Use expansion point location rather than
23199         the input location.  Call warning_at rather than warning.
23200         (expand_builtin_atomic_compare_exchange): Likewise.
23201         (expand_builtin_atomic_load): Likewise.
23202         (expand_builtin_atomic_store): Likewise.
23203         (expand_builtin_atomic_clear): Likewise.
23205 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
23207         PR target/68991
23208         * config/i386/i386.c (ix86_expand_vector_logical_operator):
23209         Replace nonimmediate_operand with vector_operand.
23210         * config/i386/predicates.md (vector_operand): New predicate.
23211         (general_vector_operand): Replace nonimmediate_operand with
23212         vector_operand.
23213         * config/i386/sse.md: Replace nonimmediate_operand with
23214         vector_operand and m constraint with Bm constraint on SSE
23215         patterns with 16-byte memory operand.
23216         * config/i386/subst.md (round_nimm_predicate): Replace
23217         nonimmediate_operand with vector_operand.
23218         (round_saeonly_nimm_predicate): Likewise.
23219         (round_saeonly_nimm_scalar_predicate): New.
23221 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
23223         PR target/68991
23224         * config/i386/constraints.md (Bm): New constraint.
23225         * config/i386/predicates.md (vector_memory_operand): New
23226         predicate.
23227         * config/i386/sse.md: Replace xm with xBm in plusminus and
23228         any_logic patterns.
23230 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23232         PR 1078
23233         * doc/extend.texi (V850 Function Attributes): New section.
23234         (V850 Variable Attributes): New section.
23236 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23238         PR 1078
23239         * doc/extend.texi (MicroBlaze Function Attributes): Document
23240         interrupt_handler and fast_interrupt attributes.
23242 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
23244         PR other/60465
23245         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
23246         for local symbolic operands.
23247         * config/ia64/predicates.md (local_symbolic_operand64): New
23248         predicate.
23250 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23252         PR rtl-optimization/68651
23253         * combine.c (combine_simplify_rtx): Canonicalize x + x into
23254         x << 1.
23256 2016-01-05  Nathan Sidwell  <nathan@acm.org>
23258         * alias.c (compare_base_decls): Use symtab_node::get.
23260 2016-01-05  Nick Clifton  <nickc@redhat.com>
23262         PR target/68770
23263         * ira-costs.c (copy_cost): Initialise the t_icode field of the
23264         secondary_reload_info structure.
23266         PR target/66655
23267         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
23268         decls if weak support is available.
23270 2016-01-04  Martin Sebor  <msebor@redhat.com>
23272         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
23274 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
23276         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
23277         OPTION_MASK_P9_DFORM.
23279         * config/rs6000/constraints.md (wo constraint): New constraint for
23280         ISA 3.0 (power9).
23282         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
23283         for wo constraint.
23284         (rs6000_init_hard_regno_mode_ok): Likewise.
23286         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
23287         wo constraint.
23289         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
23290         expanders not to have constraints.  Add support for ISA 3.0 xxperm
23291         instruction.  Add support for fusing xxlor with xxperm.
23292         (altivec_vperm_<mode>_internal): Likewise.
23293         (altivec_vperm_v8hiv16qi): Likewise.
23294         (altivec_vperm_<mode>v16q): Likewise.
23295         (altivec_vperm_<mode>_uns): Likewise.
23296         (vperm_v8hiv4si): Likewise.
23297         (vperm_v16qiv8hi): Likewise.
23299         * doc/md.texi (RS/6000 constraints): Document wo constraint.
23301 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
23303         Update copyright years.
23305         * gcc.c (process_command): Update copyright notice dates.
23306         * gcov-dump.c (print_version): Ditto.
23307         * gcov.c (print_version): Ditto.
23308         * gcov-tool.c (print_version): Ditto.
23309         * gengtype.c (create_file): Ditto.
23310         * doc/cpp.texi: Bump @copying's copyright year.
23311         * doc/cppinternals.texi: Ditto.
23312         * doc/gcc.texi: Ditto.
23313         * doc/gccint.texi: Ditto.
23314         * doc/gcov.texi: Ditto.
23315         * doc/install.texi: Ditto.
23316         * doc/invoke.texi: Ditto.
23318 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
23320         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
23321         modes larger than TImode as TImode if NEON is not enabled.
23323 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
23325         PR target/69100
23326         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
23327         mode for %f0-%f31 only if TARGET_FPU.
23329 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
23331         PR target/69072
23332         * config/sparc/sparc.c (scan_record_type): Take into account subfields
23333         to compute the PACKED_P predicate.
23334         (function_arg_record_value): Minor tweaks.
23336 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23338         * doc/install.texi (--with-multilib-list): Describe the meaning of the
23339         option for arm*-*-* targets.
23341 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
23343         * doc/extend.texi (Common Function Attributes): Move docs for
23344         MSP430-specific attributes to....
23345         (MSP430 Function Attributes): ...here.  Delete the redundant
23346         entries and copy-edit the remaining text.
23347         (MSP430 Variable Attributes): Use uniform format for index
23348         entries and add a cross-reference to the corresponding function
23349         attribute docs.
23351 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
23353         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
23354         -finite-math typo.
23355         (x86 Options): Likewise.
23357 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
23359         PR 1078
23361         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
23362         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
23363         to corresponding attribute.
23365 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
23367         * doc/extend.texi (Common Function Attributes) <noplt>: Move
23368         to correct alphabetization of table.  Copy-edit and correct
23369         markup.
23370         <stack_protect>: Likewise.
23371         <target_clones>: Likewise.
23372         <simd>: Likewise.
23373         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
23374         Correct punctuation.
23375         (Code Gen Options) <-fno-plt>: Copy-edit.
23377 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23379         PR target/68917
23380         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
23381         SI values.  Explicitly convert SI to DI and vice-versa.
23383 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
23385         PR tree-optimization/69070
23386         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
23387         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
23389         PR sanitizer/69055
23390         * ubsan.c (ubsan_instrument_float_cast): Call
23391         initialize_sanitizer_builtins.
23393         PR target/69015
23394         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
23396 Copyright (C) 2016 Free Software Foundation, Inc.
23398 Copying and distribution of this file, with or without modification,
23399 are permitted in any medium without royalty provided the copyright
23400 notice and this notice are preserved.