Fix typo in gcov.texi
[official-gcc.git] / gcc / ChangeLog
blob2c8fc557f377a25afeb45d613c4b225444e80398
1 2016-08-09  Martin Liska  <mliska@suse.cz>
3         * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
4         _gcov_reset to __gcov_reset.
5         * doc/gcov-tool.texi: Fix typo.
7 2016-08-09  Martin Liska  <mliska@suse.cz>
9         * value-prof.c (gimple_divmod_values_to_profile): Do not
10         instrument MOD histogram if a value is not a SSA name.
12 2016-08-09  Martin Liska  <mliska@suse.cz>
14         * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
15         values.
17 2016-08-09  Renlin Li  <renlin.li@arm.com>
19         PR middle-end/64971
20         * calls.c (prepare_call_address): Convert funexp to Pmode when
21         necessary.
22         * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
23         (sibcall_value): Likewise.
25 2016-08-09  Marek Polacek  <polacek@redhat.com>
27         PR c/7652
28         * cselib.c (cselib_expand_value_rtx_1): Add return.
29         * gengtype.c (dbgprint_count_type_at): Likewise.
30         * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
31         * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
33 2016-08-09  Martin Jambor  <mjambor@suse.cz>
35         PR ipa/71981
36         * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
37         if instance is a MEM_REF.
39 2016-08-09  Uros Bizjak  <ubizjak@gmail.com>
41         PR target/72843
42         * config/i386/i386.md (*movtf_internal): Use
43         lra_in_progress || reload_completed instead of !can_create_pseudo_p
44         in the insn constraint.
45         (*movxf_internal): Ditto.
46         (*movdf_internal): Ditto.
47         (*movsf_internal): Ditto.
49 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
51         PR tree-optimization/72772
52         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
53         for expanded base.
55 2016-08-09  Bin Cheng  <bin.cheng@arm.com>
57         PR tree-optimization/72772
58         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
59         parameter STOP.
60         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
61         parameter STOP and update calls.  Move expand_simple_operations
62         function call from here...
63         (simplify_using_initial_conditions): ...to here.  Delete parameter
64         STOP.
65         (tree_simplify_using_condition): Delete parameter STOP.
66         * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
67         simplify_using_initial_conditions.
69 2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
71         PR c/65345
72         * config/mips/mips.c (mips_atomic_assign_expand_fenv):
73         Use create_tmp_var_raw instead of create_tmp_var.
75 2016-08-09  Richard Biener  <rguenther@suse.de>
77         * tree-ssa-threadbackward.c (profitable_jump_thread_path):
78         Treat same SSA names related.
80 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
82         PR tree-optimization/72824
83         * tree-loop-distribution.c (const_with_all_bytes_same): Verify
84         real_zerop is not negative.
86 2016-08-09  Richard Biener  <rguenther@suse.de>
88         PR tree-optimization/71802
89         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
90         all merge opportunities with the predecessor.
92 2016-08-09  Richard Biener  <rguenther@suse.de>
94         PR ipa/68273
95         * ipa-prop.c (ipa_modify_formal_parameters): Build
96         parameter types with natural alignment also for the
97         over-aligned case.
99 2016-08-08  Andi Kleen  <ak@linux.intel.com>
101         * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
103 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
105         PR c/64955
106         * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
107         do-nothing langhook.
108         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
109         * langhooks.h (struct lang_hooks): Add run_lang_selftests.
110         * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
111         (selftest::run_tests): Call lang_hooks.run_lang_selftests.
113 2016-08-08  David Malcolm  <dmalcolm@redhat.com>
115         PR bootstrap/72844
116         * input.c: Ensure that HAVE_ICONV is defined.
118 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
120         PR middle-end/72781
121         * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
122         private vars for lastprivate and for linear iterator.
124         PR middle-end/68762
125         * omp-simd-clone.c: Include varasm.h.
126         (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
127         DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
128         DECL_ONE_ONLY call make_decl_one_only.  Fix up spelling in comment and
129         update function name.
131 2016-07-29  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
133         * config/avr/driver-avr.c (specfiles_doc_url): Remove.
134         (avr_diagnose_devicespecs_error): Remove.
135         (avr_devicespecs_file): Remove composing absolute path for specfile
136         and its verbose info. Remove conditions to check specs-file,
138 2016-08-08  Jakub Jelinek  <jakub@redhat.com>
140         PR rtl-optimization/72821
141         * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
142         just return false for them.
144 2016-08-08  Alan Modra  <amodra@gmail.com>
146         PR target/72771
147         * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
148         toc refs created during reload.  Update function comment.
150 2016-08-08  Alan Modra  <amodra@gmail.com>
152         PR target/72802
153         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
154         alternatives.  Put loads first, then stores, and reg/reg moves
155         within same class later.  Delete attr length.
157 2016-08-08  Alan Modra  <amodra@gmail.com>
159         PR target/72802
160         * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
161         (mem_operand_ds_form): New predicate.
162         * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
163         * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
164         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
165         * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
166         (extendsfdf2_fpr): Replace o constraint with wY.
168 2016-08-07  Jan Hubicka  <hubicka@ucw.cz>
170         * tree-ssa-threadbackward.c: Include tree-inline.h
171         (profitable_jump_thread_path): Use estimate_num_insns to estimate
172         size of copied block; for cold paths reduce duplication.
173         (find_jump_threads_backwards): Remove redundant tests.
174         (pass_thread_jumps::gate): Enable for -Os.
176 2016-08-07  Jakub Jelinek  <jakub@redhat.com>
178         PR c/72816
179         * stor-layout.c (layout_decl): Fix up formatting.
180         (relayout_decl): Allow DECL to be FIELD_DECL.
182 2016-08-07  Alan Modra  <amodra@gmail.com>
184         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
186 2016-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
188         * data-streamer-in.c (streamer_read_wide_int): New.
189         (streamer_read_widest_int): Renamed function.
190         * data-streamer-out.c (streamer_write_wide_int): New
191         (streamer_write_widest_int): Renamed function.
192         * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
193         data-stream-in.c.
194         (input_cfg): Call renamed function.
195         * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
196         data-stream-out.c.
197         (output_cfg): Call renamed function.
198         * data-streamer.h: Add declarations.
200 2016-08-08  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
202         * tree-ssa-ccp.c (extend_mask): New param sgn.
203         Remove ORing with wi::mask.
204         (get_default_value): Adjust call to extend_mask to pass sign.
205         (evaluate_stmt): Likewise.
207 2016-08-06  Jakub Jelinek  <jakub@redhat.com>
209         * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
210         INT64_MAX.
212 2016-08-06  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
214         * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
215         transform if operand's type is pointer to function or method.
217 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
219         PR tree-optimization/18046
220         * tree-ssa-threadedge.c: Include cfganal.h.
221         (simplify_control_statement_condition): If simplifying a
222         GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
223         with the dominating ASSERT_EXPR before handing it off to VRP.
224         Mention that a CASE_LABEL_EXPR may be returned.
225         (thread_around_empty_blocks): Adjust to handle
226         simplify_control_statement_condition() returning a
227         CASE_LABEL_EXPR.
228         (thread_through_normal_block): Likewise.
229         * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
230         a switch statement by trying to determine which case label
231         will be taken.
233 2016-08-05  Vladimir Makarov  <vmakarov@redhat.com>
235         PR rtl-optimization/69847
236         * lra-constraints.c (process_invariant_for_inheritance): Save
237         pattern instead of src.
238         (remove_inheritance_pseudos): Use the pattern.  Add assert.
240 2016-08-05  David Malcolm  <dmalcolm@redhat.com>
242         * input.c (string_concat::string_concat): New constructor.
243         (string_concat_db::string_concat_db): New constructor.
244         (string_concat_db::record_string_concatenation): New method.
245         (string_concat_db::get_string_concatenation): New method.
246         (string_concat_db::get_key_loc): New method.
247         (class auto_cpp_string_vec): New class.
248         (get_substring_ranges_for_loc): New function.
249         (get_source_range_for_substring): New function.
250         (get_num_source_ranges_for_substring): New function.
251         (class selftest::lexer_test_options): New class.
252         (struct selftest::lexer_test): New struct.
253         (class selftest::ebcdic_execution_charset): New class.
254         (selftest::ebcdic_execution_charset::s_singleton): New variable.
255         (selftest::lexer_test::lexer_test): New constructor.
256         (selftest::lexer_test::~lexer_test): New destructor.
257         (selftest::lexer_test::get_token): New method.
258         (selftest::assert_char_at_range): New function.
259         (ASSERT_CHAR_AT_RANGE): New macro.
260         (selftest::assert_num_substring_ranges): New function.
261         (ASSERT_NUM_SUBSTRING_RANGES): New macro.
262         (selftest::assert_has_no_substring_ranges): New function.
263         (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
264         (selftest::test_lexer_string_locations_simple): New function.
265         (selftest::test_lexer_string_locations_ebcdic): New function.
266         (selftest::test_lexer_string_locations_hex): New function.
267         (selftest::test_lexer_string_locations_oct): New function.
268         (selftest::test_lexer_string_locations_letter_escape_1): New function.
269         (selftest::test_lexer_string_locations_letter_escape_2): New function.
270         (selftest::test_lexer_string_locations_ucn4): New function.
271         (selftest::test_lexer_string_locations_ucn8): New function.
272         (selftest::uint32_from_big_endian): New function.
273         (selftest::test_lexer_string_locations_wide_string): New function.
274         (selftest::uint16_from_big_endian): New function.
275         (selftest::test_lexer_string_locations_string16): New function.
276         (selftest::test_lexer_string_locations_string32): New function.
277         (selftest::test_lexer_string_locations_u8): New function.
278         (selftest::test_lexer_string_locations_utf8_source): New function.
279         (selftest::test_lexer_string_locations_concatenation_1): New
280         function.
281         (selftest::test_lexer_string_locations_concatenation_2): New
282         function.
283         (selftest::test_lexer_string_locations_concatenation_3): New
284         function.
285         (selftest::test_lexer_string_locations_macro): New function.
286         (selftest::test_lexer_string_locations_stringified_macro_argument):
287         New function.
288         (selftest::test_lexer_string_locations_non_string): New function.
289         (selftest::test_lexer_string_locations_long_line): New function.
290         (selftest::test_lexer_char_constants): New function.
291         (selftest::input_c_tests): Call the new test functions once per
292         case within the line_table test matrix.
293         * input.h (struct string_concat): New struct.
294         (struct location_hash): New struct.
295         (class string_concat_db): New class.
296         * substring-locations.h: New header.
298 2016-08-05  Patrick Palka  <ppalka@gcc.gnu.org>
300         PR tree-optimization/72810
301         * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
302         the type of the case labels when truncating.
304 2016-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
306         PR Target/72819
307         * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
308         (aarch64_fp16_ptr_type_node): Likewise.
309         * config/aarch64/aarch64-simd-builtins.c
310         (aarch64_fp16_ptr_type_node): Define.
311         (aarch64_init_fp16_types): New, refactored out of...
312         (aarch64_init_builtins): ...here, update to call
313         aarch64_init_fp16_types.
314         * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
315         HFmode.
316         (aapcs_vfp_sub_candidate): Likewise.
318 2016-08-05  Martin Liska  <mliska@suse.cz>
320             Joshua Cranmer  <Pidgeot18@gmail.com>
322         * gcov.c (line_t::has_block): New function.
323         (enum loop_type): New enum.
324         (handle_cycle): New function.
325         (unblock): Likewise.
326         (circuit): Likewise.
327         (get_cycles_count): Likewise.
328         (accumulate_line_counts): Use new loop detection algorithm.
330 2016-08-05  Martin Liska  <mliska@suse.cz>
332         * gcov.c (output_intermediate_file): Rename
333         function_info::line_next to next_file_fn.
334         (process_file): Likewise.
335         (read_graph_file): Likewise.
336         (accumulate_line_counts): Likewise.
337         (output_lines): Likewise.
339 2016-08-05  Richard Biener  <rguenther@suse.de>
341         * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
342         restriction on threading to a loop header.
344 2016-08-05  Richard Biener  <rguenther@suse.de>
346         * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
347         * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
348         adjust loop info accordingly.
350 2016-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
352         * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
353         before folding call to __builtin_constant_p with parameters to false.
355 2016-08-05  Alan Modra  <amodra@gmail.com>
357         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
358         code accidentally committed 2016-05-02 providing class when given
359         NO_REGS.
361 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
363         * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
364         the case label ranges that partially overlap with OP's value
365         range.
367 2016-08-04  Uros Bizjak  <ubizjak@gmail.com>
369         PR target/72805
370         * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
371         Cast builtin function result to __mmask16 instead of __mmask8.
372         (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
373         (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
374         (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
376 2016-08-04  David Malcolm  <dmalcolm@redhat.com>
378         * selftest.h (ASSERT_TRUE): Reimplement in terms of...
379         (ASSERT_TRUE_AT): New macro.
380         (ASSERT_FALSE): Reimplement in terms of...
381         (ASSERT_FALSE_AT): New macro.
382         (ASSERT_STREQ_AT): Fix typo in comment.
384 2016-08-04  Patrick Palka  <ppalka@gcc.gnu.org>
386         * gimple.c (preprocess_case_label_vec_for_gimple): When the case
387         labels are exhaustive, designate the label with the widest
388         range to be the default label.
390 2016-08-04  Andrew Pinski  <apinski@cavium.com>
392         * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
393         (thunderx_tunings): Use thunderx_vector_cost instead of
394         generic_vector_cost.
396 2016-08-04  Martin Liska  <mliska@suse.cz>
398         * gcov.c (main): Fix GNU coding style.
399         (output_intermediate_file): Likewise.
400         (process_file): Likewise.
401         (generate_results): Likewise.
402         (release_structures): Likewise.
403         (create_file_names): Likewise.
404         (find_source): Likewise.
405         (read_graph_file): Likewise.
406         (find_exception_blocks): Likewise.
407         (canonicalize_name): Likewise.
408         (make_gcov_file_name): Likewise.
409         (mangle_name): Likewise.
410         (accumulate_line_counts): Likewise.
411         (output_branch_count): Likewise.
412         (read_line): Likewise.
414 2016-08-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
416         PR rtl-optimization/71779
417         * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
418         if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
419         or if it was truncated.
421         PR rtl-optimization/70903
422         * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
424 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
426         * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
427         accessing SSA_NAME_PTR_INFO.
429 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
431         PR 70677
432         * common/config/avr/avr-common.c (avr_option_optimization_table)
433         [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
435 2016-08-04  Georg-Johann Lay  <avr@gjlay.de>
437         PR 55181
438         * config/avr/avr.md: New pattern to work around do_store_flag
439         generating shift instructions for bit extractions.
441 2016-08-04  Kugan Vivekanandarajah  <kuganv@linaro.org>
443         * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
444         BITMAP_ALLOC.
445         (add_equivalence): Likewise.
446         (get_value_range): Allocate value range with vrp_value_range_pool.
447         (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
448         (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
450 2016-08-03  Peter Bergner  <bergner@vnet.ibm.com>
452         * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
453         the default for the rs6000 port.
455 2016-08-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
457         PR middle-end/71876
458         * calls.c (special_function_p): Remove special handling of
459         "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
460         prefix "__x".  Recognize "savectx", "vfork" and "getcontext" only
461         without prefix.  Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
463 2016-08-03  Vladimir Makarov  <vmakarov@redhat.com>
465         PR middle-end/72778
466         * lra-spills.c (regno_in_use_p): Check bb and regno modification.
467         Don't stop on regular insns.
469 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
471         * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
472         size to DImode boundary.
473         (nvptx_propagate): Likewise.
475 2016-08-03  Alan Modra  <amodra@gmail.com>
477         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
478         float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
479         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
480         from -mefficient-unaligned-vector.  Note that this affects fp too.
482 2016-08-03  Alan Modra  <amodra@gmail.com>
484         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
485         cost more.
487 2016-08-03  Alan Modra  <amodra@gmail.com>
489         * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
490         to a reg.  Localize vars.
492 2016-08-03  Alan Modra  <amodra@gmail.com>
494         * config/rs6000/rs6000.opt: Remove negatives from help strings
495         and comments.
497 2016-08-03  Alan Modra  <amodra@gmail.com>
499         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
500         Delete duplicated code.
502 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
504         PR middle-end/72778
505         * lra-spills.c (regno_in_use_p): New.
506         (lra_final_code_change): Use it.
508 2016-08-02  Vladimir Makarov  <vmakarov@redhat.com>
510         PR rtl-optimization/69847
511         * lra-int.h (struct lra-reg): Use restore_rtx instead of
512         restore_regno.
513         (lra_rtx_hash): New.
514         * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
515         of restore_regno.
516         (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
517         * lra-remat.c (rtx_hash): Rename and Move to lra.c.
518         * lra-spills.c (lra_final_code_change): Don't delete insn when the
519         next insn is USE with the same reg as the current insn source.
520         * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
521         of restore_regno.
522         (lra_constraints_init): Call initiate_invariants.
523         (lra_constraints_finish): Call finish_invariants.
524         (struct invariant, invariant_t, invariant_ptr_t): New.
525         (const_invariant_ptr_t, invariants, invariants_pool): New.
526         (invariant_table, invariant_hash, invariant_eq_p): New.
527         (insert_invariant, initiate_invariants, finish_invariants): New.
528         (clear_invariants, invalid_invariant_regs): New.
529         (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
530         instead of restore_regno.
531         (invariant_p, process_invariant_for_inheritance): New.
532         (inherit_in_ebb): Implement invariant inheritance.
533         (lra_inheritance): Initialize and finalize invalid_invariant_regs.
534         (remove_inheritance_pseudos): Implement undoing invariant
535         inheritance.
536         (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
537         instead of restore_regno.
538         * lra-assigns.c (regno_live_length): New.
539         (reload_pseudo_compare_func): Use regno_live_length.
540         (assign_by_spills): Use restore_rtx instead of restore_regno.
541         (lra_assign): Ditto.  Initiate regno_live_length.
543 2016-02-08  James Greenhalgh  <james.greenhalgh@arm.com>
545         * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
546         __builtin_aarch64_fmindf.
548 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
550         PR tree-optimization/34114
551         * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
552         information for more control IVs.
554 2016-08-02  Bin Cheng  <bin.cheng@arm.com>
556         PR tree-optimization/34114
557         * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
558         PLUS_EXPR case.  Handle SSA_NAME case.
560 2016-08-02  Tamar Christina  <tamar.christina@arm.com>
562         * config/aarch64/aarch64-simd-builtins.def
563         (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
564         (__builtin_aarch64_fmaxdf): Likewise.
565         (__builtin_aarch64_smin_nandf): Likewise.
566         (__builtin_aarch64_smax_nandf): Likewise.
567         * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
568         * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
569         (<fmaxmin><mode>3): ...this.
570         * config/aarch64/arm_neon.h (vmaxnm_f64): New.
571         (vminnm_f64): Likewise.
572         (vmin_f64): Likewise.
573         (vmax_f64): Likewise.
574         * config/aarch64/iterators.md (FMAXMIN): Merge with...
575         (FMAXMIN_UNS): ...this.
576         (fmaxmin): Merged with
577         (fmaxmin_op): ...this...
578         (maxmin_uns_op): ...in to this.
580 2016-08-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
582         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
583         Add support for vec_extract on vector float, vector int, vector
584         short, and vector char vector types.
585         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
586         vector float, vector int, vector short, and vector char
587         optimizations on 64-bit ISA 2.07 systems for both constant and
588         variable element numbers.
589         (rs6000_split_vec_extract_var): Likewise.
590         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
591         Altivec registers on ISA 2.07 and above.
592         (vsx_extract_v4sf): Delete alternative that hard coded element 0,
593         which never was matched due to the split occuring before register
594         allocation (and the code would not have worked on little endian
595         systems if it did match).  Allow extracts to go to the Altivec
596         registers if ISA 2.07 (power8).  Change from using "" around the
597         C++ code to using {}'s.
598         (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
599         vec_extracts when the vector is in memory.
600         (vsx_extract_v4sf_var): New insn to optimize vector float
601         vec_extracts when the element number is variable on 64-bit ISA
602         2.07 systems.
603         (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
604         for 64-bit ISA 2.07 as well as ISA 3.0.
605         (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
606         (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
607         (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
608         optimize vector int, vector short, and vector char vec_extracts
609         when the vector is in memory.
610         (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
611         optimize vector int, vector short, and vector char vec_extracts
612         when the element number is variable.
614 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
616         PR target/71948
617         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
618         does not overlap with other symbol flags.
620 2016-08-01  Wilco Dijkstra  <wdijkstr@arm.com>
622         * config/aarch64/aarch64.h (aarch64_frame):
623         Remove padding0 and hardfp_offset.  Add locals_offset,
624         initial_adjust, callee_adjust, callee_offset and final_adjust.
625         * config/aarch64/aarch64.c (aarch64_layout_frame):
626         Remove unused padding0 and hardfp_offset initializations.
627         Choose frame layout and set frame variables accordingly.
628         Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
629         (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
630         (aarch64_pop_regs): Likewise.
631         (aarch64_expand_prologue): Remove all decision code, just emit
632         prolog according to frame variables.
633         (aarch64_expand_epilogue): Remove all decision code, just emit
634         epilog according to frame variables.
635         (aarch64_initial_elimination_offset): Use offset to local/arg area.
637 2015-08-01  H.J. Lu  <hongjiu.lu@intel.com>
639         PR target/72748
640         * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
641         fix_debug_reg_uses after changing source register mode to
642         V1TImode if source register is undefined.
644 2015-08-01  Alan Hayward <alan.hayward@arm.com>
646         PR tree-optimization/71818
647         * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
648         with non invariant evolutions
650 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
652         PR target/72767
653         * config/avr/avr.md (length) [branch]: Correct insn length
654         attribute for forward branches.
656 2016-08-01  Georg-Johann Lay  <avr@gjlay.de>
658         * doc/extend.texi (AVR Built-in Functions): Document
659         __builtin_avr_nops.
660         * config/avr/builtins.def (NOPS): New.
661         * config/avr/avr.c (avr_expand_nops): New static function.
662         (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
664 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
666         * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
667         performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
668         addresses.
670 2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>
672         * config/aarch64/aarch64.c (vulcan_tunings): Update
673         vulcan L1 cache_line_size.
675 2016-07-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
677         * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
678         function that takes a vector memory address, a hard register, an
679         element number and a temporary base register, and recreates an
680         address that points to the appropriate element within the vector.
681         * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
682         (rs6000_split_vec_extract_var): Add support for the target of a
683         vec_extract with variable element number being a scalar memory
684         location.
685         (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
686         swappable.
687         * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
688         vsx_extract_<mode>_load insn with a new insn that optimizes
689         storing either element to a memory location, using scratch
690         registers to pick apart the vector and reconstruct the address.
691         (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
692         (vsx_extract_<mode>_store): Rework alternatives to more correctly
693         support Altivec registers.  Add support for ISA 3.0 Altivec d-form
694         store instruction.
695         (vsx_extract_<mode>_var): Add support for extracting a variable
696         element number from memory.
698 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
700         * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
701         when testing for compares against constants of the form 0xabab.
703 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
705         PR tree-optimization/57558
706         * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
707         function.
708         (vect_loop_versioning): Support versioning with niter assumptions.
709         * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
710         (vect_get_loop_niters): New parameter.  Reimplement to support
711         assumptions in loop niter info.
712         (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
713         (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
714         (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
715         Support loop versioning for niters.
716         * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
717         (vect_free_loop_info_assumptions): New function.
718         (vectorize_loops): Free loop niter info for loops with flag
719         LOOP_F_ASSUMPTIONS set if vectorization failed.
720         * tree-vectorizer.h (struct _loop_vec_info): New field
721         num_iters_assumptions.
722         (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
723         (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
724         (LOOP_REQUIRES_VERSIONING): New macro.
725         (vect_free_loop_info_assumptions): New decl.
727 2016-07-29  Bin Cheng  <bin.cheng@arm.com>
729         * cfgloop.h (struct loop): New field constraints.
730         (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
731         (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
732         functions.
733         * cfgloop.c (alloc_loop): Initialize new field.
734         * cfgloopmanip.c (copy_loop_info): Copy constraints.
735         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
736         Adjust niter analysis wrto loop constraints.
737         * doc/loop.texi (@node Number of iterations): Add description for loop
738         constraints.
740 2016-07-29  Marek Polacek  <polacek@redhat.com>
742         PR c/7652
743         * config/i386/i386.c (ix86_expand_args_builtin): Add break.
744         (ix86_expand_round_builtin): Likewise.
746 2016-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
747             Georg-Johann Lay  <avr@gjlay.de>
749         PR rtl-optimization/71976
750         * combine.c (get_last_value): Return 0 if the argument for which
751         the function is called has a wider mode than the recorded value.
753 2016-07-29  Marek Polacek  <polacek@redhat.com>
755         PR c/7652
756         * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
757         (altivec_expand_st_builtin): Likewise.
759 2016-07-29  Georg-Johann Lay  <avr@gjlay.de>
761         * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
762         introduced in r238381.
764 2016-07-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
766         PR middle-end/68217
767         * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
768         & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
770 2016-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
772         * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
773         New declaration.
774         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
775         Add support for vec_extract of vector double or vector long having
776         a variable element number on 64-bit ISA 2.07 systems or newer.
777         * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
778         Likewise.
779         (rs6000_split_vec_extract_var): New function to split a
780         vec_extract built-in function with variable element number.
781         (rtx_is_swappable_p): Variable vec_extracts and shifts are not
782         swappable.
783         * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
784         (UNSPEC_VSX_EXTRACT): Likewise.
785         (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
786         direct move instructions to be generated on 64-bit ISA 2.07
787         systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
788         instruction.
789         (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
790         arguments for vec_extract variable element.
791         (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
792         vec_extract with variable element on V2DFmode and V2DImode
793         vectors.
794         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
795         -mupper-regs-df requirement, since it isn't needed.
796         (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
797         do direct moves on 64-bit systems, which allows optimization of
798         vec_extract on 64-bit ISA 2.07 systems and newer.
800 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
801 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
803          * config/aarch64/aarch64.md
804         (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
805         statement and type.
806         (<optab>qihi2_aarch64): Likewise, and split into two.
807         (extendqihi2_aarch64): New.
808         (zero_extendqihi2_aarch64): New.
809         * config/aarch64/iterators.md (ldrxt): Remove.
810         * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
811         uxtb/uxth.
813 2016-07-28  Kristina Martsenko  <kristina.martsenko@arm.com>
815         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
817 2016-07-28  Wilco Dijkstra  <wdijkstr@arm.com>
819         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
820         (aarch64_push_reg): New function to push 1 or 2 registers.
821         (aarch64_pop_reg): New function to pop 1 or 2 registers.
822         (aarch64_expand_prologue): Use aarch64_push_regs.
823         (aarch64_expand_epilogue): Use aarch64_pop_regs.
825 2016-07-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
827         PR tree-optimization/71734
828         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
829         attribute instead of REF_LOOP and use it.
830         (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
831         set it for Loops having non-zero safelen attribute.
832         (ref_indep_loop_p): Pass zero as initial value for safelen.
834 2016-07-28  Ilya Enkovich  <ilya.enkovich@intel.com>
836         PR middle-end/72657
837         PR target/72683
838         * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
839         call using chkp_gimple_call_builtin_p.
840         (chkp_copy_bounds_for_assign): Likewise.
842 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
844         * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
845         * config/arm/arm-protos.h (struct tune_params): Likewise.
846         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
847         (cortex_a9_sched_adjust_cost): Likewise.
848         (fa726te_sched_adjust_cost): Likewise.
849         (arm_adjust_cost): Likewise.
850         * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
851         * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
852         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
853         * config/i386/i386.c (ix86_adjust_cost): Likewise.
854         * config/ia64/ia64.c: Likewise.
855         * config/m68k/m68k.c: Likewise.
856         * config/mep/mep.c (mep_adjust_cost): Likewise.
857         * config/microblaze/microblaze.c (microblaze_adjust_cost):
858         * Likewise.
859         * config/mips/mips.c (mips_adjust_cost): Likewise.
860         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
861         * Likewise.
862         * config/pa/pa.c (pa_adjust_cost): Likewise.
863         * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
864         (rs6000_debug_adjust_cost): Likewise.
865         * config/sh/sh.c (sh_adjust_cost): Likewise.
866         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
867         (hypersparc_adjust_cost): Likewise.
868         (sparc_adjust_cost): Likewise.
869         * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
870         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
871         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
872         * Likewise.
873         * config/visium/visium.c (visium_adjust_cost): Likewise.
874         * doc/tm.texi: Regenerate.
875         * haifa-sched.c (dep_cost_1): Adjust.
876         * target.def: Merge adjust_cost and adjust_cost_2.
878 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
880         * haifa-sched.c (add_to_speculative_block): Make twins a vector.
882 2016-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
884         * store-motion.c (struct st_expr): Make pattern_regs a vector.
885         (extract_mentioned_regs): Append to a vector instead of
886         returning a rtx_expr_list.
887         (st_expr_entry): Adjust.
888         (free_st_expr_entry): Likewise.
889         (store_ops_ok): Likewise.
890         (store_killed_in_insn): Likewise.
891         (find_moveable_store): Likewise.
893 2016-07-28  Martin Liska  <mliska@suse.cz>
895         PR gcov-profile/68025
896         * tree-profile.c (tree_profiling): Respect
897         no_profile_instrument_function attribute.
898         * doc/extend.texi: Document no_profile_instrument_function
899         attribute.
901 2016-07-28  Martin Liska  <mliska@suse.cz>
903         PR rtl-optimization/70944
904         * combine.c (make_compound_operation):
905         Do not allow make_compound_operation for vector mode
907 2016-07-28  Kugan Vivekanandarajah  <kuganv@linaro.org>
909         PR middle-end/71994
910         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
911          before calling get_ops.
913 2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>
915         * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
916         * tree.h (LOG2_BITS_PER_UNIT): ...to here.
917         (BITS_PER_UNIT_LOG): Remove.
918         (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
919         * expr.c (expand_assignment): Likewise.
920         * stor-layout.c (initialize_sizetypes): Likewise.
922 2016-07-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
924         * config/rs6000/vector.md (vec_extract<mode>): Change the calling
925         signature of rs6000_expand_vector_extract so that the element
926         number is a RTX instead of a constant integer.
927         * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
928         Likewise.
929         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
930         (altivec_expand_vec_ext_builtin): Likewise.
931         * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
932         * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
933         MFVSRLD instruction.
935 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
937         * input.c (get_pure_location): Move here from tree.c.
938         (make_location): Likewise.  Add header comment.
939         (selftest::test_accessing_ordinary_linemaps): Verify
940         pure_location_p, make_location, get_location_from_adhoc_loc and
941         get_range_from_loc.
942         * input.h (get_pure_location): Move declaration here from tree.h.
943         (get_finish): Likewise for inline function.
944         (make_location): Likewise for declaration.
945         * tree.c (get_pure_location): Move to input.c.
946         (make_location): Likewise.
947         * tree.h (get_pure_location): Move declaration to tree.h.
948         (get_finish): Likewise for inline function.
949         (make_location): Likewise for declaration.
951 2016-07-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
953         PR middle-end/71078
954         * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
956 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
958         * system.h (STATIC_ASSERT): Use static_assert if building
959         with C++11 onwards.
961 2016-07-27  Richard Biener  <rguenther@suse.de>
963         PR tree-optimization/72517
964         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
965         Revert change to not compute read-read dependences.
967 2016-07-27  Richard Biener  <rguenther@suse.de>
969         * predict.c (set_even_probabilities): Make nedges unsigned.
971 2016-07-27  Martin Liska  <mliska@suse.cz>
973         * predict.c (set_even_probabilities): Handle unlikely edges.
974         (combine_predictions_for_bb): Likewise.
976 2016-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
978         PR target/71869
979         * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
980         __float128 support when we don't have hardware support, so that
981         the IEEE built-in functions like isgreater, first call __unordkf3
982         to make sure neither operand is a NaN, and if both operands are
983         ordered, do the normal comparison.
985 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
987         * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
988         name.
989         (extract_code_and_val_from_cond_with_ops): Verify that name is
990         either cond_op0 or cond_op1.
992 2016-07-26  Patrick Palka  <ppalka@gcc.gnu.org>
994         PR tree-optimization/18046
995         * genmodes.c (emit_mode_size_inline): Emit an assert that
996         verifies that mode is a valid array index.
997         (emit_mode_nuinits_inline): Likewise.
998         (emit_mode_inner_inline): Likewise.
999         (emit_mode_unit_size_inline): Likewise.
1000         (emit_mode_unit_precision_inline): Likewise.
1001         * tree-vrp.c: Include params.h.
1002         (find_switch_asserts): Register edge assertions for the default
1003         label which correspond to the anti-ranges of each case label.
1004         * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
1005         * doc/invoke.texi: Document it.
1007 2016-07-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1009         * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
1010         and unnecessary call to gimple_bb.
1012 2016-07-26  Richard Biener  <rguenther@suse.de>
1014         PR rtl-optimization/71984
1015         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
1016         for VOIDmode.
1018 2016-07-26  Richard Biener  <rguenther@suse.de>
1020         PR middle-end/72517
1021         * expmed.c (extract_bit_field_1): Constrain the vector mode
1022         with element size matching the extraction mode size when
1023         choosing a better vector mode to do the extraction from.
1025 2016-07-26  Richard Biener  <rguenther@suse.de>
1026             Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1028         PR middle-end/70920
1029         * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
1030         pattern.
1032 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1034         * tree-ssa-structalias.c (struct scc_info): Change types of
1035         members to auto_sbitmap and auto_vec.
1036         (scc_info::scc_info): New constructor.
1037         (scc_info::~scc_info): New destructor.
1038         (init_scc_info): Remove.
1039         (free_scc_info): Remove.
1040         (find_indirect_cycles): Adjust.
1041         (perform_var_substitution): Likewise.
1042         (free_var_substitution_info): Likewise.
1044 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1046         * tree-outof-ssa.c (struct elim_graph): Change type of members
1047         to auto_vec and auto_sbitmap.
1048         (elim_graph::elim_graph): New constructor.
1049         (delete_elim_graph): Remove.
1050         (expand_phi_nodes): Adjust.
1052 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1054         * tree-outof-ssa.c (struct elim_graph): Remove typedef.
1055         (new_elim_graph): Adjust.
1056         (clear_elim_graph): Likewise.
1057         (delete_elim_graph): Likewise.
1058         (elim_graph_size): Likewise.
1059         (elim_graph_add_node): Likewise.
1060         (elim_graph_add_edge): Likewise.
1061         (elim_graph_remove_succ_edge): Likewise.
1062         (eliminate_name): Likewise.
1063         (eliminate_build): Likewise.
1064         (elim_forward): Likewise.
1065         (elim_unvisited_predecessor): Likewise.
1066         (elim_backward): Likewise.
1067         (elim_create): Likewise.
1068         (eliminate_phi): Likewise.
1069         (expand_phi_nodes): Likewise.
1071 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1073         * bt-load.c (compute_out): Use auto_sbitmap class.
1074         (link_btr_uses): Likewise.
1075         * cfganal.c (mark_dfs_back_edges): Likewise.
1076         (post_order_compute): Likewise.
1077         (inverted_post_order_compute): Likewise.
1078         (pre_and_rev_post_order_compute_fn): Likewise.
1079         (single_pred_before_succ_order): Likewise.
1080         * cfgexpand.c (pass_expand::execute): Likewise.
1081         * cfgloop.c (verify_loop_structure): Likewise.
1082         * cfgloopmanip.c (fix_bb_placements): Likewise.
1083         (remove_path): Likewise.
1084         (update_dominators_in_loop): Likewise.
1085         * cfgrtl.c (break_superblocks): Likewise.
1086         * ddg.c (check_sccs): Likewise.
1087         (create_ddg_all_sccs): Likewise.
1088         * df-core.c (df_worklist_dataflow): Likewise.
1089         * dse.c (dse_step3): Likewise.
1090         * except.c (eh_region_outermost): Likewise.
1091         * function.c (thread_prologue_and_epilogue_insns): Likewise.
1092         * gcse.c (prune_expressions): Likewise.
1093         (prune_insertions_deletions): Likewise.
1094         * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
1095         * graph.c (draw_cfg_nodes_no_loops): Likewise.
1096         * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
1097         * lcm.c (compute_earliest): Likewise.
1098         (compute_farthest): Likewise.
1099         * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
1100         (unroll_loop_runtime_iterations): Likewise.
1101         (unroll_loop_stupid): Likewise.
1102         * lower-subreg.c (decompose_multiword_subregs): Likewise.
1103         * lra-lives.c: Likewise.
1104         * lra.c (lra): Likewise.
1105         * modulo-sched.c (schedule_reg_moves): Likewise.
1106         (optimize_sc): Likewise.
1107         (get_sched_window): Likewise.
1108         (sms_schedule_by_order): Likewise.
1109         (check_nodes_order): Likewise.
1110         (order_nodes_of_sccs): Likewise.
1111         (order_nodes_in_scc): Likewise.
1112         * recog.c (split_all_insns): Likewise.
1113         * regcprop.c (pass_cprop_hardreg::execute): Likewise.
1114         * reload1.c (reload): Likewise.
1115         * sched-rgn.c (haifa_find_rgns): Likewise.
1116         (split_edges): Likewise.
1117         (compute_trg_info): Likewise.
1118         * sel-sched.c (init_seqno): Likewise.
1119         * store-motion.c (remove_reachable_equiv_notes): Likewise.
1120         * tree-into-ssa.c (update_ssa): Likewise.
1121         * tree-ssa-live.c (live_worklist): Likewise.
1122         * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
1123         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
1124         * Likewise.
1125         (try_peel_loop): Likewise.
1126         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
1127         * Likewise.
1128         * tree-ssa-pre.c (compute_antic): Likewise.
1129         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
1130         * tree-stdarg.c (reachable_at_most_once): Likewise.
1131         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
1132         * var-tracking.c (vt_find_locations): Likewise.
1134 2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1136         * sbitmap.h (auto_sbitmap): New class.
1138 2016-07-26  Alan Modra  <amodra@gmail.com>
1140         PR target/72103
1141         * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
1142         sri->t_icode.
1144 2016-07-25  David Malcolm  <dmalcolm@redhat.com>
1146         * input.c (selftest::temp_source_file::temp_source_file): Fix
1147         missing "%s" in fprintf.
1149 2016-07-25  John David Anglin  <danglin@gcc.gnu.org>
1151         PR middle-end/71732
1152         * cselib.c (cselib_process_insn): Invalidate argument slots for
1153         const/pure calls.
1155 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1157         * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
1158         vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
1159         vmulxh_lane_f16, vmulxh_laneq_f16): New.
1161 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1163         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
1164         * config/aarch64/aarch64.md (fma, fnma): Support HF.
1165         * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
1167 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1169         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
1170         * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
1171         New.
1172         (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
1173         (add<mode>3): Likewise.
1174         (sub<mode>3): Likewise.
1175         (mul<mode>3): Likewise.
1176         (div<mode>3): Likewise.
1177         (*div<mode>3): Likewise.
1178         (<fmaxmin><mode>3): Extend to HF.
1179         * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
1180         (fabd<mode>3): Likewise.
1181         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
1182         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
1183         (aarch64_fmulx<mode>): Likewise.
1184         (aarch64_fac<optab><mode>): Likewise.
1185         (aarch64_frecps<mode>): Likewise.
1186         (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
1187         (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
1188         * config/aarch64/iterators.md (VHSDF_SDF): Delete.
1189         (VSDQ_HSDI): Support HI.
1190         (fcvt_target, FCVT_TARGET): Likewise.
1191         * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
1192         vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
1193         vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
1194         vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
1195         vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
1196         vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
1197         vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
1198         vrsqrtsh_f16): New.
1200 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1202         * config.gcc (aarch64*-*-*): Install arm_fp16.h.
1203         * config/aarch64/aarch64-builtins.c (hi_UP): New.
1204         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
1205         * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
1206         mode.
1207         (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
1208         (aarch64_cm<optab><mode>): Likewise.
1209         * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
1210         (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
1211         (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
1212         (sqrt<mode>2): Likewise.
1213         (*sqrt<mode>2): Likewise.
1214         (abs<mode>2): Likewise.
1215         (<optab><mode>hf2): New pattern for HF mode.
1216         (<optab>hihf2): Likewise.
1217         * config/aarch64/arm_neon.h: Include arm_fp16.h.
1218         * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
1219         (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
1220         Support HF mode.
1221         * config/aarch64/arm_fp16.h: New file.
1222         (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
1223         vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
1224         vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
1225         vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
1226         vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
1227         vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
1228         vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
1229         vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
1230         vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
1231         vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
1232         vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
1233         vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
1234         vsqrth_f16): New.
1236 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1238         * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
1239         reduc_smin_scal_): Use VDQIF_F16.
1240         (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
1241         * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
1242         Use VHSDF.
1243         (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
1244         * config/aarch64/iterators.md (VDQIF_F16): New.
1245         (vp): Support HF modes.
1246         * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
1247         vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
1249 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1251         * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
1252         "*aarch64_mulx_elt_from_dup<mode>".
1253         (*aarch64_mul3_elt<mode>): Update schedule type.
1254         (*aarch64_mul3_elt_from_dup<mode>): Likewise.
1255         (*aarch64_fma4_elt_from_dup<mode>): Likewise.
1256         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
1257         * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
1258         (f, fp): Support HF modes.
1259         * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
1260         vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
1261         vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
1262         vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
1263         vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
1264         vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
1266 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1268         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
1269         * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
1270         modes.
1271         * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
1272         vfmsq_f16): New.
1274 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1276         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
1277         * config/aarch64/aarch64-simd.md
1278         (aarch64_rsqrts<mode>): Extend to HF modes.
1279         (fabd<mode>3): Likewise.
1280         (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
1281         (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
1282         (aarch64_<maxmin_uns>p<mode>): Likewise.
1283         (<su><maxmin><mode>3): Likewise.
1284         (<maxmin_uns><mode>3): Likewise.
1285         (<fmaxmin><mode>3): Likewise.
1286         (aarch64_faddp<mode>): Likewise.
1287         (aarch64_fmulx<mode>): Likewise.
1288         (aarch64_frecps<mode>): Likewise.
1289         (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
1290         (add<mode>3): Extend to HF modes.
1291         (sub<mode>3): Likewise.
1292         (mul<mode>3): Likewise.
1293         (div<mode>3): Likewise.
1294         (*div<mode>3): Likewise.
1295         * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
1296         HF, V4HF and V8HF.
1297         * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
1298         * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
1299         vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
1300         vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
1301         vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
1302         vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
1303         vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
1304         vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
1305         vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
1306         vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
1307         vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
1308         vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
1309         vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
1310         vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
1312 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1314         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
1315         * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
1316         * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
1317         (neg<mode>2): Likewise.
1318         (abs<mode>2): Likewise.
1319         (<frint_pattern><mode>2): Likewise.
1320         (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
1321         (<optab><VDQF:mode><fcvt_target>2): Likewise.
1322         (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
1323         (ftrunc<VDQF:mode>2): Likewise.
1324         (<optab><fcvt_target><VDQF:mode>2): Likewise.
1325         (sqrt<mode>2): Likewise.
1326         (*sqrt<mode>2): Likewise.
1327         (aarch64_frecpe<mode>): Likewise.
1328         (aarch64_cm<optab><mode>): Likewise.
1329         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
1330         HF, V4HF and V8HF.
1331         * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
1332         (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
1333         (stype): New.
1334         * config/aarch64/arm_neon.h (vdup_n_f16): New.
1335         (vdupq_n_f16): Likewise.
1336         (vld1_dup_f16): Use vdup_n_f16.
1337         (vld1q_dup_f16): Use vdupq_n_f16.
1338         (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
1339         vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
1340         vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
1341         vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
1342         vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
1343         vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
1344         vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
1345         vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
1346         vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
1347         vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
1348         vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
1349         vsqrt_f16, vsqrtq_f16): New.
1351 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1353         * config/aarch64/aarch64-simd.md
1354         (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
1355         (aarch64_ext<mode>): Likewise.
1356         (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
1357         * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
1358         aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
1359         and V8HFmode.
1360         * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
1361         float16x8_t.
1362         (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
1363         __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
1364         vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
1365         vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
1366         vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
1367         vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
1368         vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
1369         New.
1370         (vmov_n_f16): Reimplement using vdup_n_f16.
1371         (vmovq_n_f16): Reimplement using vdupq_n_f16..
1373 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1375         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
1376         "frame_related_p".  Generate CFA annotation when it's necessary.
1377         (aarch64_expand_prologue): Use aarch64_add_constant.
1378         (aarch64_expand_epilogue): Likewise.
1379         (aarch64_output_mi_thunk): Pass "false" when calling
1380         aarch64_add_constant.
1382 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1384         * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
1385         sequences.
1387 2016-07-25  Jiong Wang  <jiong.wang@arm.com>
1389         * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
1390         Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
1391         (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
1392         (aarch64_build_constant): Delete.
1394 2016-07-25  Alexander Monakov  <amonakov@ispras.ru>
1396         Revert
1397         2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
1399         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
1400         flag_toplevel_reorder.
1402 2016-07-25  Richard Biener  <rguenther@suse.de>
1404         * cgraph.c (cgraph_node::verify_node): Compare against builtin
1405         by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
1406         * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
1407         * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
1408         (streamer_get_builtin_tree): Likewise.
1409         (streamer_write_builtin): Likewise.
1410         * lto-streamer.h (LTO_builtin_decl): Remove.
1411         * lto-streamer-in.c (lto_read_tree_1): Remove assert.
1412         (lto_input_scc): Remove LTO_builtin_decl handling.
1413         (lto_input_tree_1): Liekwise.
1414         * lto-streamer-out.c (lto_output_tree_1): Remove special
1415         handling of builtins.
1416         (DFS::DFS): Likewise.
1417         * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
1418         * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
1419         assert.
1420         (streamer_write_builtin): Remove.
1422 2016-07-25  Martin Liska  <mliska@suse.cz>
1424         * lto-cgraph.c (input_symtab): Don't call get_working_sets
1425         if flag_auto_profile is set to true.
1427 2016-07-25  Martin Liska  <mliska@suse.cz>
1429         PR gcov-profile/71868
1430         * cfgloopanal.c (expected_loop_iterations_unbounded): When we
1431         have a function with multiple latches, count them all.
1433 2016-07-25  Martin Liska  <mliska@suse.cz>
1435         * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
1437 2016-07-25  Martin Liska  <mliska@suse.cz>
1439         PR tree-optimization/71987
1440         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
1441         just for SSA_NAMEs. Fix GNU coding style.
1443 2016-07-25  Martin Liska  <mliska@suse.cz>
1445         PR gcov-profile/64874
1446         * gcov-io.h: Update command about file format.
1447         * gcov-iov.c (main): Adapt the numbering scheme.
1449 2016-07-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
1451         PR middle-end/66726
1452         * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
1453         whose result is used in PHI.
1454         (final_range_test_p): Likewise.
1455         (maybe_optimize_range_tests): Likewise.
1457 2016-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
1459         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
1460         Reformat two multi-line strings.
1462 2016-07-22 Martin Sebor  <msebor@redhat.com>
1464         * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
1466 2016-07-22 Martin Sebor  <msebor@redhat.com>
1468         PR c/71560
1469         * doc/extend.texi (Compound Literals): Correct and clarify.
1470         (Cast to Union): Same.
1472 2016-07-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1474         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
1475         comments to explain why certain error messages make mention of
1476         undocumented options.
1477         (rs6000_invalid_builtin): Change error messages to replace mention
1478         of undocumented options with mention of the -mcpu=power9 option
1479         that enables those undocumented options.
1480         * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
1481         (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
1482         definition of this macro to correct an existing error.
1483         * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
1484         mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
1485         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
1486         descriptions of built-in functions so that they depend on
1487         -mcpu=power9 instead of on the corresponding undocumented flags.
1488         * doc/invoke.texi (Option Summary):  Remove all mention of newly
1489         undocumented flags.
1490         (IBM RS/6000 and PowerPC Options): Likewise.
1491         * doc/md.texi (Constraints for Particuliar Machines): Remove all
1492         mention of newly undocumented flags.
1494 2016-07-22  Evgeny Stupachenko  <evstupac@gmail.com>
1496         * ipa-cp.c (determine_versionability): Do not create constprop clones,
1497         when target_clones attribute is set.
1499 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
1501         * common.opt (funsafe-loop-optimizations): Mark ignore.
1502         * doc/invoke.texi (funsafe-loop-optimizations): Remove.
1503         * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
1504         related code.
1505         * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
1506         * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
1508 2016-07-22  Bin Cheng  <bin.cheng@arm.com>
1510         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
1511         Parameter.
1512         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
1513         Parameter.
1514         (number_of_iterations_exit): Warn missed loop optimization for
1515         possible infinite loops.
1517 2016-07-22  Segher Boessenkool  <segher@kernel.crashing.org>
1519         PR target/71216
1520         * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
1521         when to emit a ".machine" pseudo-op.
1523 2016-07-22  Martin Liska  <mliska@suse.cz>
1525         PR gcov-profile/69028
1526         PR gcov-profile/62047
1527         * coverage.c (coverage_compute_lineno_checksum): Do not
1528         calculate checksum for fns w/o xloc.file.
1529         (coverage_compute_profile_id): Likewise.
1531 2016-07-22  Georg-Johann Lay  <avr@gjlay.de>
1533         * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
1534         (avr_secondary_reload): ...and implementation.
1535         (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
1536         * config/avr/avr.md (reload_in<mode>): Remove insns.
1537         (adjust_len) [lpm]: Remove insn attribute value.
1538         * config/avr/predicates.md (flash_operand): Remove insn predicate.
1540 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1542         PR middle-end/71876
1543         * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
1544         attribute.
1545         * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
1546         * calls.c (special_function_p): Remove the special handling of the
1547         "__builtin_" prefix.
1549 2016-07-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1551         PR middle-end/71876
1552         * calls.c (gimple_maybe_alloca_call_p): New function.  Return true
1553         if STMT may be an alloca call.
1554         (gimple_alloca_call_p, alloca_call_p): Return only true for the
1555         builtin alloca call.
1556         * calls.h (gimple_maybe_alloca_call_p): New function.
1557         * tree-inline.c (inline_forbidden_p_stmt): Use
1558         gimple_maybe_alloca_call_p here.
1560 2016-07-21  David Malcolm  <dmalcolm@redhat.com>
1562         * spellcheck-tree.c (best_macro_match::best_macro_match):
1563         Explictly specify the template arguments when invoking the base
1564         class constructor, to help older C++ compilers.
1566 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
1568         PR sanitizer/71953
1569         * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
1570         before builtin_decl_implicit.
1572 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
1574         * optabs.c (emit_condiitonal_move): Short circuit for identical
1575         sources.
1577 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
1579         * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
1580         max_seq_cost.  Removed fields: then_cost, else_cost, branch_cost.
1581         (noce_conversion_profitable_p): New.
1582         (noce_try_store_flag_constants): Use it.
1583         (noce_try_addcc): Likewise.
1584         (noce_try_store_flag_mask): Likewise.
1585         (noce_try_cmove): Likewise.
1586         (noce_try_cmove_arith): Likewise.
1587         (bb_valid_for_noce_process_p): Add to the cost parameter rather than
1588         overwriting it.
1589         (noce_convert_multiple_sets): Move cost model to here, from...
1590         (bb_ok_for_noce_convert_multiple_sets) ...here.
1591         (noce_process_if_block): Update calls for above changes.
1592         (noce_find_if_block): Record new noce_if_info parameters.
1594 2016-07-21  James Greenhalgh  <james.greenhalgh@arm.com>
1596         * target.def (max_noce_ifcvt_seq_cost): New.
1597         * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
1598         * doc/tm.texi: Regenerate.
1599         * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
1600         * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
1601         * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
1602         (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
1603         * doc/invoke.texi: Document new params.
1605 2016-07-21  Richard Biener  <rguenther@suse.de>
1607         PR tree-optimization/71947
1608         * tree-vrp.c (extract_range_from_assert): Singleton symbolic
1609         ranges have useful limit_vr information.
1611 2016-07-21  Richard Biener  <rguenther@suse.de>
1613         * function-tests.c (build_trivial_generic_function): Set
1614         BLOCK_SUPERCONTEXT of DECL_INITIAL.
1615         * omp-low.c (create_omp_child_function): Likewise.
1616         (grid_expand_target_grid_body): Likewise.
1617         * cgraphunit.c (init_lowered_empty_function): Likewise.
1618         (cgraph_node::expand_thunk): Likewise.
1619         * tree-parloops.c (create_loop_fn): Likewise.
1620         * ipa.c (cgraph_build_static_cdtor_1): Likewise.
1622 2016-07-21  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1624         * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
1625         in comment.
1627 2016-07-21  Georg-Johann Lay  <avr@gjlay.de>
1629         * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
1630         (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
1631         (*insv.xor-extract, *insv.xor1-bit.0): New insns.
1632         (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
1633         values for insn attribute.
1634         * config/avr/avr.c (avr_out_insert_notbit): New function.
1635         (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
1636         ADJUST_LEN_INSV_NOTBIT_0/_7.
1637         * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
1639 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
1641         * tree-chrec.c (convert_affine_scev): New parameter.  Pass new arg.
1642         (chrec_convert_1, chrec_convert): Ditto.
1643         * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
1644         * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
1645         * tree-vrp.c (adjust_range_with_scev): Ditto.
1646         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
1647         (scev_var_range_cant_overflow): New function.
1648         (scev_probably_wraps_p): New parameter.  Call above function.
1649         * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
1651 2016-07-21  Bin Cheng  <bin.cheng@arm.com>
1653         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
1654         by removing computation of may_be_zero.
1656 2016-07-21  Jakub Jelinek  <jakub@redhat.com>
1658         * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
1660 2016-07-21  Andrew Sutton  <andrew.n.sutton@gmail.com>
1662         Improving concepts performance and diagnostics.
1663         * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
1664         for constraint satisfaction and subsumption.
1665         * timevar.h (auto_timevar): New constructor that matches the push/pop
1666         pattern of usage in pt.c.
1668 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
1670         * hwint.h (HOST_WIDE_INT_0): New define.
1671         (HOST_WIDE_INT_0U): Ditto.
1672         * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
1673         * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
1674         * simplify-rtx.c: Ditto.
1675         * tree-object-size.c: Ditto.
1677 2016-07-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1679         * config/s390/s390.c (s390_encode_section_info): Remove mode size
1680         check.
1682 2016-07-20  Uros Bizjak  <ubizjak@gmail.com>
1684         * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
1685         * combine.c: Use HOST_WIDE_INT_M1U instead of
1686         ~(unsigned HOST_WIDE_INT) 0.
1687         * double-int.h: Ditto.
1688         * dse.c: Ditto.
1689         * dwarf2asm.c:Ditto.
1690         * expmed.c: Ditto.
1691         * genmodes.c: Ditto.
1692         * match.pd: Ditto.
1693         * read-rtl.c: Ditto.
1694         * tree-ssa-loop-ivopts.c: Ditto.
1695         * tree-ssa-loop-prefetch.c: Ditto.
1696         * tree-vect-generic.c: Ditto.
1697         * tree-vect-patterns.c: Ditto.
1698         * tree.c: Ditto.
1700 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
1702         * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
1703         constant addresses outside [0,0xc0] into a register.
1704         (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn.  And handle
1705         cases where the base address register is unused after.
1706         (avr_out_movhi_r_mr_reg_disp_tiny): Same.
1707         (avr_out_movhi_mr_r_reg_disp_tiny): Same.
1708         (avr_out_store_psi_reg_disp_tiny): Same.
1710 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
1712         Implement attribute progmem on reduced Tiny cores by adding
1713         flash offset 0x4000 to respective symbols.
1715         PR target/71948
1716         * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
1717         documentation how it works on reduced Tiny cores.
1718         (AVR Named Address Spaces): No support for reduced Tiny.
1719         * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
1720         (avr_address_tiny_pm_p): New static function.
1721         (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
1722         if the address is in progmem.
1723         (avr_assemble_integer): Same.
1724         (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
1725         for symbol_ref in progmem.
1726         * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
1727         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
1728         magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
1730 2016-07-20  Patrick Palka  <ppalka@gcc.gnu.org>
1732         * configure.ac (thin_archive_support): New variable.  AC_SUBST it.
1733         * configure: Regenerate.
1734         * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
1735         (USE_THIN_ARCHIVES): New variable.
1736         (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
1737         this archive as a thin archive.
1739 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
1741         * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
1742         same location as last time, don't skip if we have fix-it hints.
1743         Clarify the skipping logic by converting it from one "if" clause
1744         to repeated "if" clauses.
1745         * spellcheck-tree.c: Include "cpplib.h".
1746         (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
1747         (best_macro_match::best_macro_match): New constructor.
1748         * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
1749         Move here from c/c-decl.c.
1750         (class best_macro_match): Move here from c/c-decl.c, converting
1751         from a typedef to a subclass, gaining a ctor.
1753 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
1755         * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
1756         * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
1757         define...
1758         (avr_addr_space_diagnose_usage): ...and implementation.
1759         (avr_addr_space_supported_p): New function.
1760         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
1761         report bad address space usage if that space is supported.
1762         (avr_insert_attributes): Same.  No more complain about unsupported
1763         address spaces.
1764         * config/avr/avr-c.c (tm_p.h): Include it.
1765         (avr_cpu_cpp_builtins): Only define addr-space related built-in
1766         macro if avr_addr_space_supported_p.
1768 2016-07-20  Alexander Monakov  <amonakov@ispras.ru>
1770         * config/nvptx/nvptx.c (nvptx_option_override): Do not set
1771         flag_toplevel_reorder.
1773 2016-07-20  David Malcolm  <dmalcolm@redhat.com>
1775         * gcc-rich-location.c
1776         (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
1777         a const char *.
1778         * gcc-rich-location.h
1779         (gcc_rich_location::add_fixit_misspelled_id): Likewise.
1781 2016-07-20  Georg-Johann Lay  <avr@gjlay.de>
1783         * target.def (addr_space): Add new diagnose_usage to hook vector.
1784         * targhooks.c (default_addr_space_diagnose_usage): Add default
1785         implementation and...
1786         * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
1787         * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
1788         is some address space, call targetm.addr_space.diagnose_usage.
1789         * doc/tm.texi.in (Named Address Spaces): Add anchor for
1790         TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
1791         * doc/tm.texi: Regenerate.
1793 2016-07-20  Martin Liska  <mliska@suse.cz>
1795         PR middle-end/71898
1796         * graphite-isl-ast-to-gimple.c (later_of_the_two):
1797         Properly handly PHI stmts.
1799 2016-07-20  Bin Cheng  <bin.cheng@arm.com>
1801         PR tree-optimization/71503
1802         PR tree-optimization/71683
1803         * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
1804         and break.
1806 2016-07-20  Martin Liska  <mliska@suse.cz>
1808         * doc/invoke.texi (-fipa-ra): Document when the option is
1809         disabled. Fix a typo.
1811 2016-07-20  Martin Liska  <mliska@suse.cz>
1813         * Makefile.in: Include fibonacci_heap.c
1814         * fibonacci_heap.c: New file.
1815         * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
1816         (fibonacci_heap::union_with): Fix deletion of the second heap.
1817         * selftest-run-tests.c (selftest::run_tests): Incorporate
1818         fibonacci heap tests.
1819         * selftest.h: Declare fibonacci_heap_c_tests.
1821 2016-07-20  Martin Liska  <mliska@suse.cz>
1823         * selftest-run-tests.c (selftest::run_tests): New function.
1824         * selftest.h (sreal_c_tests): Declare.
1825         * sreal.c (sreal_verify_basics): New function.
1826         (verify_aritmetics): Likewise.
1827         (sreal_verify_arithmetics): Likewise.
1828         (verify_shifting): Likewise.
1829         (sreal_verify_shifting): Likewise.
1830         (void sreal_c_tests): Likewise.
1832 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
1834         PR rtl-optimization/71916
1835         * cfgrtl.c (contains_no_active_insn_p): Return false also for
1836         bb which have a single succ fake edge.
1838 2016-07-19  Aldy Hernandez  <aldyh@redhat.com>
1840         PR debug/71855
1841         * dwarf2out.c (gen_subprogram_die): Only call
1842         gen_unspecified_parameters_die while dumping early dwarf.
1844 2016-07-19  Jakub Jelinek  <jakub@redhat.com>
1846         PR middle-end/71874
1847         * gimple-fold.c (fold_builtin_memory_op): Use
1848         get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
1850 2016-07-19  Uros Bizjak  <ubizjak@gmail.com>
1852         * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
1853         HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
1854         HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
1855         HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
1856         * combine.c: Ditto.
1857         * cse.c: Ditto.
1858         * dojump.c: Ditto.
1859         * double-int.c: Ditto.
1860         * dse.c: Ditto.
1861         * dwarf2out.c: Ditto.
1862         * expmed.c: Ditto.
1863         * expr.c: Ditto.
1864         * fold-const.c: Ditto.
1865         * function.c: Ditto.
1866         * fwprop.c: Ditto.
1867         * genmodes.c: Ditto.
1868         * hwint.c: Ditto.
1869         * hwint.h: Ditto.
1870         * ifcvt.c: Ditto.
1871         * loop-doloop.c: Ditto.
1872         * loop-invariant.c: Ditto.
1873         * loop-iv.c: Ditto.
1874         * match.pd: Ditto.
1875         * optabs.c: Ditto.
1876         * real.c: Ditto.
1877         * reload.c: Ditto.
1878         * rtlanal.c: Ditto.
1879         * simplify-rtx.c: Ditto.
1880         * stor-layout.c: Ditto.
1881         * toplev.c: Ditto.
1882         * tree-ssa-loop-ivopts.c: Ditto.
1883         * tree-vect-generic.c: Ditto.
1884         * tree-vect-patterns.c: Ditto.
1885         * tree.c: Ditto.
1886         * tree.h: Ditto.
1887         * ubsan.c: Ditto.
1888         * varasm.c: Ditto.
1889         * wide-int-print.cc: Ditto.
1890         * wide-int.cc: Ditto.
1891         * wide-int.h: Ditto.
1893 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
1895         * selftest.c (selftest::assert_streq): Handle NULL values of
1896         val_actual and val_expected.
1898 2016-07-19  Martin Jambor  <mjambor@suse.cz>
1900         PR fortran/71688
1901         * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
1902         rather than cgraph_create_node to get a call graph node.
1904 2016-07-19  Richard Biener  <rguenther@suse.de>
1906         * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
1907         handle all tcc_constant bases and valueize SSA names.
1908         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
1909         tcc_constant bases.
1911 2016-07-19  David Malcolm  <dmalcolm@redhat.com>
1913         * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
1914         the flags of the exit block and bb2, not just the entry block.
1916 2016-07-19  Richard Biener  <rguenther@suse.de>
1918         PR tree-optimization/71901
1919         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
1920         align member, group stuff with the bitfield.
1921         (vn_ref_op_align_unit): New inline.
1922         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
1923         record element alignment and operand 3 unchanged.
1924         (ao_ref_init_from_vn_reference): Adjust.
1925         (valueize_refs_1): Likewise.
1926         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
1928 2016-07-19  Richard Biener  <rguenther@suse.de>
1930         PR tree-optimization/71908
1931         * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
1932         symbolic constants in a more reliable way.
1934 2016-07-19  Ilya Enkovich  <ilya.enkovich@intel.com>
1936         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
1937         comment.
1938         (vect_update_inits_of_drs): Likewise.
1939         (vect_create_cond_for_alias_checks): Likewise.
1940         * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
1942 2016-07-19  Richard Biener  <rguenther@suse.de>
1944         PR lto/71907
1945         * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
1946         with an abstract origin that is not an inlined function outer
1947         scope add a self-reference as abstract origin.
1948         * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
1950 2016-07-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
1952         PR target/71493
1953         * config/rs6000/rs6000.c (rs6000_function_value): Fix
1954         unintentional System V.4 structure return breakage for structures
1955         with a single floating point element.
1957 2016-07-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
1959         PR tree-optimization/71734
1960         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
1961         contains REF, use it to check safelen, assume that safelen value
1962         must be greater 1, fix style.
1963         (ref_indep_loop_p_2): Add REF_LOOP argument.
1964         (ref_indep_loop_p): Pass LOOP as additional argument to
1965         ref_indep_loop_p_2.
1967 2016-07-18  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1969         * cfgexpand.c (expand_stack_vars): Implement synamic stack space
1970         allocation in the prologue.
1971         * explow.c (get_dynamic_stack_base): New function to return an address
1972         expression for the dynamic stack base.
1973         (get_dynamic_stack_size): New function to do the required dynamic stack
1974         space size calculations.
1975         (allocate_dynamic_stack_space): Use new functions.
1976         (align_dynamic_address): Move some code from
1977         allocate_dynamic_stack_space to new function.
1978         * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
1980 2016-07-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1982         * config/s390/s390.c (s390_encode_section_info): Always set
1983         notaligned marker if mode size is 0 or no MEM_ALIGN info could be
1984         found.
1986 2016-07-18  Richard Biener  <rguenther@suse.de>
1988         PR tree-optimization/71893
1989         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
1990         for sizetype cast added by array_ref_element_size.
1991         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
1993 2016-07-16  John David Anglin  <danglin@gcc.gnu.org>
1995         * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
1996         register parameters.  Remove code to initialize argument pointer
1997         on TARGET_64BIT.  Optimize call to _mcount when it can be reached
1998         using a pc-relative branch.  Cleanup conditional code.
1999         * config/pa/pa.md (call_mcount): New expander.
2000         (call_mcount_nonpic): New insn.
2001         (call_mcount_pic): New insn and split.
2002         (call_mcount_pic_post_reload): New insn.
2003         (call_mcount_64bit): New insn and split.
2004         (call_mcount_64bit_post_reload): New insn.
2006 2016-07-15  Georg-Johann Lay  <avr@gjlay.de>
2008         * config/avr/predicates.md (const_m255_to_m1_operand): New.
2009         * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
2010         * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
2011         (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
2012         (*usum_widenqihi3, *udiff_widenqihi3)
2013         (*addhi3_zero_extend.const): New combiner insns.
2014         (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
2015         just 1 bit is affected.
2016         * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
2017         (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
2019 2016-07-15  Cesar Philippidis  <cesar@codesourcery.com>
2021         * omp-low.c (lower_omp_target): Mark data clauses with
2022         GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
2023         zero-length subarrays.
2025 2016-07-15  Richard Biener  <rguenther@suse.de>
2027         PR tree-optimization/71881
2028         * tree-loop-distribution.c (destroy_loop): Remove blocks in
2029         reverse DOM order to make debug temp generation happy.
2031 2016-07-15  Richard Biener  <rguenther@suse.de>
2033         PR tree-optimization/71887
2034         * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
2035         verify it is not zero for division / modulo handling.
2036         (value_replacement): Adjust.
2038 2016-07-15  Virendra Pathak  <virendra.pathak@broadcom.com>
2039             Julian Brown  <julian@codesourcery.com>
2041         * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
2042         * config/aarch64/aarch64-cost-tables.h
2043         (vulcan_extra_costs): New variable.
2044         * config/aarch64/aarch64.c
2045         (vulcan_addrcost_table): Likewise.
2046         (vulcan_regmove_cost): Likewise.
2047         (vulcan_vector_cost): Likewise.
2048         (vulcan_branch_cost): Likewise.
2049         (vulcan_tunings): Likewise.
2051 2016-07-15  Alexander Monakov  <amonakov@ispras.ru>
2053         * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
2054         (output_in_order): Loop over undefined variables too.  Output them
2055         via assemble_undefined_decl.  Skip variables that correspond to hard
2056         registers or have value-exprs.
2057         * varpool.c (symbol_table::output_variables): Handle undefined
2058         variables together with defined ones.
2060 2016-07-15  Richard Biener  <rguenther@suse.de>
2062         * tree-ssa-pre.c (get_representative_for): Make sure to return
2063         the value number of SSA names.
2064         (phi_translate_1): get_representative_for cannot return NULL.
2065         (do_pre_regular_insertion): Remove redundant call to
2066         fully_constant_expression.
2067         (do_pre_partial_partial_insertion): Likewise.
2069 2016-07-15  Bin Cheng  <bin.cheng@arm.com>
2071         * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
2072         (derive_simple_iv_with_niters): New function.
2073         (simple_iv): Rewrite using simple_iv_with_niters.
2074         * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
2075         * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
2076         function.
2077         (number_of_iterations_exit): Rewrite using above function.
2078         * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
2079         Decl.
2081 2016-07-15  Richard Biener  <rguenther@suse.de>
2083         * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
2084         vec_construct cost.
2086 2016-07-14  Jakub Jelinek  <jakub@redhat.com>
2088         PR tree-optimization/71872
2089         * tree-data-ref.c (get_references_in_stmt): Ignore references
2090         with is_gimple_constant get_base_address.
2092 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2094         * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
2095         (TARGET_HAVE_LDACQD): New macro.
2096         * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
2097         than TARGET_HAVE_LDACQ.
2098         (arm_load_acquire_exclusivedi): Likewise.
2099         (arm_store_release_exclusivedi): Likewise.
2101 2016-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2103         PR rtl-optimization/71878
2104         * lra-constraints.c (match_reload): Pass information about other
2105         output operands.  Create new unique register value if matching input
2106         operand shares same register value as output operand being considered.
2107         (curr_insn_transform): Record output operands already processed.
2109 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2111         PR target/65951
2112         PR tree-optimization/70923
2113         * tree-vect-patterns.c: Include mult-synthesis.h.
2114         (target_supports_mult_synth_alg): New function.
2115         (synth_lshift_by_additions): Likewise.
2116         (apply_binop_and_append_stmt): Likewise.
2117         (vect_synth_mult_by_constant): Likewise.
2118         (target_has_vecop_for_code): Likewise.
2119         (vect_recog_mult_pattern): Use above functions to synthesize vector
2120         multiplication by integer constants.
2122 2016-07-14  Alan Modra  <amodra@gmail.com>
2124         * gcc/config/rs6000/altivec.md (altivec_mov<mode>): Disparage
2125         gpr alternatives.  Correct '*' placement on Y,r alternative.
2126         Add '*' on operand 1 of r,r alternative.
2128 2016-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2130         * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
2131         * expmed.h: ... Here.
2133 2016-07-14  Jan Hubicka  <hubicka@ucw.cz>
2135         * gimple.h (stmt_can_terminate_bb_p): New function.
2136         * tree-cfg.c (need_fake_edge_p): Rename to ...
2137         (stmt_can_terminate_bb_p): ... this; return true if stmt can
2138         throw external; handle const and pure calls.
2139         * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
2141 2016-07-14  Richard Biener  <rguenther@suse.de>
2143         PR tree-optimization/71866
2144         * tree-ssa-pre.c (get_constant_for_value_id): Remove.
2145         (do_hoist_insertion): Avoid endless recursion when we
2146         didn't insert anything because we managed to simplify
2147         things down to a constant or SSA name.
2148         (fully_constant_expression): Re-write in terms of ...
2149         * tree-ssa-sccvn.h (vn_nary_simplify): ... this.  Declare.
2150         * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
2151         vn_nary_build_or_lookup_1.
2152         (vn_nary_build_or_lookup_1): Added flag and renamed from ...
2153         (vn_nary_build_or_lookup): ... this which now wraps it.
2155 2016-07-14  Alan Modra  <amodra@gmail.com>
2157         PR target/71733
2158         * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
2159         with p9_vector override before power9-dform override.
2161 2016-07-13  Andi Kleen  <ak@linux.intel.com>
2163         * value-prof.c (gimple_value_profile_transformations): Don't run
2164         when auto_profile is on.
2166 2016-07-13  Andi Kleen  <ak@linux.intel.com>
2168         * auto-profile.c (update_inlined_ind_target,
2169         afdo_indirect_call): Print information to dump file.
2171 2016-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2173         * genrecog.c (special_predicate_operand_p): New function.
2174         (predicate_name): Move function.
2175         (validate_pattern): Don't warn about missing mode for all
2176         define_special_predicate predicates.
2178 2016-07-13  Bin Cheng  <bin.cheng@arm.com>
2180         * tree-vect-data-refs.c (vect_no_alias_p): New function.
2181         (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
2182         resolve alias checks which are known at compilation time.
2183         Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
2184         alias checks are resolved.  Move dump info for too many runtime
2185         alias checks to here...
2186         * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
2188 2016-07-13  Richard Biener  <rguenther@suse.de>
2190         PR tree-optimization/24574
2191         * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
2192         position and add shift, rotate, divison and modulo support
2193         for left zero.
2194         (value_replacement): Pass in argument position to absorbing_element_p.
2196 2016-07-13  Ilya Enkovich  <ilya.enkovich@intel.com>
2198         PR ipa/71633
2199         * ipa-inline-transform.c (inline_call): Support
2200         instrumented thunks.
2202 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2204         * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
2205         (TARGET_IDIV): Set for all Thumb targets provided they have hardware
2206         divide feature.
2207         * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
2208         Baseline.  Make initial alternative TARGET_32BIT only.
2209         (udivsi3): Likewise.
2210         * config/arm/thumb1.md (thumb1_cbz): New define_insn.
2211         * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
2212         target.
2214 2016-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2216         * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
2217         * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
2218         availability with TARGET_HAVE_MOVT.
2219         (thumb_legitimate_constant_p): Strip the high part of a label_ref.
2220         (thumb1_rtx_costs): Also return 0 if setting a half word constant and
2221         MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
2222         UINTVAL.
2223         (thumb1_size_rtx_costs): Make set of half word constant also cost 1
2224         extra instruction if MOVW is available.  Use a cost variable
2225         incremented by COSTS_N_INSNS (1) when the condition match rather than
2226         returning an arithmetic expression based on COSTS_N_INSNS.  Make
2227         constant with bottom half word zero cost 2 instruction if MOVW is
2228         available.
2229         * config/arm/arm.md (define_attr "arch"): Add v8mb.
2230         (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
2231         target is ARMv8-M Baseline.
2232         (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
2233         (arm_movtas_ze): Likewise.
2234         * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
2235         alternative for constants satisfying j constraint.
2236         (thumb1_movsi_insn): Likewise.
2237         (movsi splitter for K alternative): Tighten condition to not trigger
2238         if movt is available and j constraint is satisfied.
2239         (Pe immediate splitter): Likewise.
2240         (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
2241         constant fitting in an halfword to use MOVW.
2242         * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
2243         effective target.
2245 2016-07-13  Richard Biener  <rguenther@suse.de>
2247         PR middle-end/71104
2248         * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
2249         gimplifying the LHS.  Make sure to gimplify a returning twice
2250         call LHS without using SSA names.
2252 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2254         * tree-data-ref.c (find_data_references_in_stmt): Remove
2255         unnecessary call to vec::release.
2256         (graphite_find_data_references_in_stmt): Likewise.
2257         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
2258         * tree-vect-stmts.c (vectorizable_condition): Likewise.
2260 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2262         * cfgexpand.c (expand_used_vars): Make the type of a local
2263         variable auto_vec.
2264         * genmatch.c (lower_for): Likewise.
2265         * haifa-sched.c (haifa_sched_init): Likewise.
2266         (add_to_speculative_block): Likewise.
2267         (create_check_block_twin): Likewise.
2268         * predict.c (handle_missing_profiles): Likewise.
2269         * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
2270         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
2271         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
2272         Likewise.
2273         (maybe_lower_iteration_bound): Likewise.
2274         * tree-ssa-sccvn.c (DFS): Likewise.
2275         * tree-stdarg.c (reachable_at_most_once): Likewise.
2276         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
2277         (vectorizable_store): Likewise.
2279 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2281         * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
2282         (sccvn_dom_walker): make cond_stack an auto_vec.
2284 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2286         * ree.c (struct ext_state): Make type of members auto_vec.
2287         (find_and_remove_re): Adjust.
2289 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2291         * cfgexpand.c (struct stack_vars_data): Make type of fields
2292         auto_vec.
2293         (expand_used_vars): Adjust.
2295 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2297         * ipa.c (record_cdtor_fn): Adjust.
2298         (build_cdtor_fns): Likewise.
2299         (ipa_cdtor_merge): Make static_ctors and static_dtors local
2300         variables.
2302 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2304         * genextract.c (struct accum_extract): Add constructor and make
2305         members auto_vec.
2306         (gen_insn): Adjust.
2308 2016-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2310         * tree.c (struct free_lang_data_d): Add constructor and change
2311         types of members to ones that automatically manage resources.
2312         (fld_worklist_push): Adjust.
2313         (find_decls_types): Likewise.
2314         (find_decls_types_in_eh_region): Likewise.
2315         (free_lang_data_in_cgraph): Stop manually creating and
2316         destroying members of free_lang_data_d.
2318 2016-07-13  Uros Bizjak  <ubizjak@gmail.com>
2320         PR rtl-optimization/68961
2321         * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
2322         peephole variant.  Use sse_reg_operand predicates.
2324 2016-07-12  Uros Bizjak  <ubizjak@gmail.com>
2326         * config/i386/predicates.md (x86_64_immediate_operand)
2327         <case CONST_INT>: Remove unneeded truncation to DImode.
2328         <case CONST>: Ditto.
2329         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
2331 2016-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
2333         PR target/71805
2334         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
2335         The xxperm and xxpermr instructions require that the 2nd input
2336         operand overlap with the output operand, and not the 1st.
2337         (altivec_vperm_v8hiv16qi): Likewise.
2338         (altivec_vperm_<mode>_uns_internal): Likewise.
2339         (altivec_vpermr_<mode>_internal): Likewise.
2340         (vperm_v8hiv4si): Likewise.
2341         (vperm_v16qiv8hi): Likewise.
2343 2016-07-12  Nathan Sidwell  <nathan@acm.org>
2345         * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
2346         when -mno-pic-data-is-text-relative is in effect, by default.
2347         * doc/invoke.texi (mpic-data-is-text-relative): Document new
2348         behavior and clarify.
2350 2016-07-12  Martin Liska  <mliska@suse.cz>
2352         * params.def: Add avg-loop niter.
2353         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
2354         * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
2355         * doc/invoke.texi: Document the new parameter.
2357 2016-07-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2359         PR middle-end/71700
2360         * expr.c (store_constructor): Mask sign-extended bits when widening
2361         sub-word constructor element at the start of a word.
2363 2016-07-12  Martin Liska  <mliska@suse.cz>
2365         * Makefile.in: Append rule for params-options.h.
2366         * params-options.h: New file.
2368 2016-07-12  Martin Liska  <mliska@suse.cz>
2370         * ira-build.c (mark_loops_for_removal): Properly iterate
2371         loops.
2373 2016-07-12  Steven Bosscher  <steven@gcc.gnu.org>
2374             Richard Biener  <rguenther@suse.de>
2376         PR tree-optimization/23286
2377         PR tree-optimization/70159
2378         * doc/invoke.texi: Document -fcode-hoisting.
2379         * common.opt (fcode-hoisting): New flag.
2380         * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
2381         * tree-ssa-pre.c (pre_stats): Add hoist_insert.
2382         (do_regular_insertion): Rename to ...
2383         (do_pre_regular_insertion): ... this and amend general comments
2384         on insertion strathegy.
2385         (do_partial_partial_insertion): Rename to ...
2386         (do_pre_partial_partial_insertion): ... this.
2387         (do_hoist_insertion): New function.
2388         (insert_aux): Take flags on whether to do PRE and/or hoist insertion
2389         and call do_hoist_insertion properly.
2390         (insert): Adjust.
2391         (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
2392         (pass_pre::execute): Register hoist_insert stats.
2394 2016-07-12  Jakub Jelinek  <jakub@redhat.com>
2396         PR middle-end/71716
2397         * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
2398         for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
2399         is different from mode's bitsize.  Small cleanup.
2401 2016-07-12  Richard Biener  <rguenther@suse.de>
2403         PR rtl-optimization/68961
2404         * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
2405         to simplify to a non-constant.
2407 2016-07-11  Jakub Jelinek  <jakub@redhat.com>
2409         PR middle-end/71758
2410         * omp-low.c (expand_omp_target): Gimplify device.
2412         PR tree-optimization/71823
2413         * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
2414         to get vec_oprnds2 from op2.
2416 2016-07-11  Uros Bizjak  <ubizjak@gmail.com>
2418         * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
2419         Hoist common subexpressions.
2420         (x86_64_zext_immediate_operand) <case CONST>: Ditto.
2422 2016-07-11  Pat Haugen  <pthaugen@us.ibm.com>
2424         PR target/71800
2425         * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
2426         prevent generation of 'stxsiwx' on pre Power8 hardware.
2428 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
2430         * input.c: Include cpplib.h.
2431         (selftest::temp_source_file): New class.
2432         (selftest::temp_source_file::temp_source_file): New ctor.
2433         (selftest::temp_source_file::~temp_source_file): New dtor.
2434         (selftest::should_have_column_data_p): New function.
2435         (selftest::test_should_have_column_data_p): New function.
2436         (selftest::temp_line_table): New class.
2437         (selftest::temp_line_table::temp_line_table): New ctor.
2438         (selftest::temp_line_table::~temp_line_table): New dtor.
2439         (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
2440         it to create a temp_line_table.
2441         (selftest::assert_loceq): Only verify LOCATION_COLUMN for
2442         locations that are known to have column data.
2443         (selftest::line_table_case): New struct.
2444         (selftest::test_reading_source_line): Move tempfile handling
2445         to class temp_source_file.
2446         (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
2447         (selftest::assert_token_loc_eq): New function.
2448         (ASSERT_TOKEN_LOC_EQ): New macro.
2449         (selftest::test_lexer): New function.
2450         (selftest::boundary_locations): New array.
2451         (selftest::input_c_tests): Call test_should_have_column_data_p.
2452         Loop over a test matrix of interesting values of location and
2453         default_range_bits, calling test_lexer on each case in the matrix.
2454         Move call to test_accessing_ordinary_linemaps into the matrix.
2455         * selftest.h (ASSERT_EQ): Reimplement in terms of...
2456         (ASSERT_EQ_AT): New macro.
2458 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
2460         PR target/71801
2461         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
2462         Don't convert TImode in debug insn.
2464 2016-07-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2466         Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
2467         * tree-core.h (tree_base::nothrow_flag): Adjust comment.
2468         (tree_type_common::lang_flag_7): New.
2469         (tree_type_common::spare): Reduce size.
2470         * tree.h (TYPE_ALIGN_OK): Remove.
2471         (TYPE_LANG_FLAG_7): New.
2472         (get_inner_reference): Adjust header.
2473         * print-tree.c (print_node): Adjust.
2474         * expr.c (get_inner_reference): Remove parameter keep_aligning.
2475         (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
2476         calls to get_inner_reference.
2477         (expand_expr_real_1): Adjust call to get_inner_reference.  Remove
2478         handling of TYPE_ALIGN_OK.
2479         * builtins.c (get_object_alignment_2): Adjust call to
2480         get_inner_reference.  Remove handling of VIEW_CONVERT_EXPR.
2481         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
2482         TYPE_ALIGN_OK.
2483         * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
2484         * cfgexpand.c (expand_debug_expr): Likewise.
2485         * dbxout.c (dbxout_expand_expr): Likewise.
2486         * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
2487         loc_list_from_tree, fortran_common): Likewise.
2488         * fold-const.c (optimize_bit_field_compare,
2489         decode_field_reference, fold_unary_loc, fold_comparison,
2490         split_address_to_core_and_offset): Likewise.
2491         * gimple-laddress.c (execute): Likewise.
2492         * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
2493         * gimplify.c (gimplify_scan_omp_clauses): Likewise.
2494         * hsa-gen.c (gen_hsa_addr): Likewise.
2495         * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
2496         * tsan.c (instrument_expr): Likewise.
2497         * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
2498         * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
2499         * tree-affine.c (tree_to_aff_combination,
2500         get_inner_reference_aff): Adjust calls to get_inner_reference.
2501         * tree-data-ref.c (split_constant_offset_1,
2502         dr_analyze_innermost): Likewise.
2503         * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
2504         * tree-sra.c (ipa_sra_check_caller): Likewise.
2505         * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
2506         * tree-ssa-math-opts.c (find_bswap_or_nop_load,
2507         bswap_replace): Likewise.
2508         * tree-vect-data-refs.c (vect_check_gather,
2509         vect_analyze_data_refs): Likewise.
2510         * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
2511         * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
2512         TYPE_ALIGN_OK.
2514 2016-07-11  David Malcolm  <dmalcolm@redhat.com>
2516         * Makefile.in (selftest-valgrind): New phony target.
2517         * function-tests.c (selftest::build_cfg): Delete pass instances
2518         created by the test.
2519         (selftest::convert_to_ssa): Likewise.
2520         (selftest::test_expansion_to_rtl): Likewise.
2521         * tree-cfg.c (selftest::test_linear_chain): Release dominator
2522         vectors.
2523         (selftest::test_diamond): Likewise.
2525 2016-07-11  Richard Biener  <rguenther@suse.de>
2527         PR tree-optimization/71816
2528         * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
2529         than replacing all of its operands.
2531 2016-07-11  Alan Modra  <amodra@gmail.com>
2533         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
2534         (ctr<mode>): Add unspec.
2535         (ctr<mode>_internal*): Likewise.
2537 2016-07-08  James Bowman  <james.bowman@ftdichip.com>
2539         * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
2540         * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
2542 2016-07-08  Vladimir Makarov  <vmakarov@redhat.com>
2544         PR rtl-optimization/71621
2545         * lra-constraints.c (process_alt_operands): Check combination of
2546         reg class and mode.
2548 2016-07-08  Jason Merrill  <jason@redhat.com>
2549             Richard Biener  <rguenther@suse.de>
2551         P0145: Refining Expression Order for C++.
2552         * gimplify.c (initial_rhs_predicate_for): New.
2553         (gimplfy_modify_expr): Gimplify RHS before LHS.
2555 2016-07-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2557         PR target/71297
2558         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2559         Allow standard error handling to take over when a wrong number
2560         of arguments is presented to __builtin_vec_ld () or
2561         __builtin_vec_st ().
2563 2016-07-08  Jiong Wang  <jiong.wang@arm.com>
2565         * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
2566         variants.
2567         (smin): Likewise.
2568         (fmax): New entry.
2569         (fmin): Likewise.
2570         * config/aarch64/arm_neon.h (vmaxnm_f32): Use
2571         __builtin_aarch64_fmaxv2sf.
2572         (vmaxnmq_f32): Likewise.
2573         (vmaxnmq_f64): Likewise.
2574         (vminnm_f32): Likewise.
2575         (vminnmq_f32): Likewise.
2576         (vminnmq_f64): Likewise.
2578 2016-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
2580         PR target/71806
2581         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
2582         enable -mfloat128-hardware by default.
2583         (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
2584         that IEEE 128-bit hardware support needs.
2585         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
2586         -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
2587         Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
2588         floating point requires.
2589         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
2590         -mfloat128 and -mfloat128-hardware changes.
2592 2016-07-08  Alan Hayward  <alan.hayward@arm.com>
2594         PR tree-optimization/71667
2595         * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
2597 2016-07-08  Martin Liska  <mliska@suse.cz>
2599         PR middle-end/71606
2600         * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
2601         folding produces SAVE_EXPRs, thus return false for the type.
2603 2016-07-07  Martin Liska  <mliska@suse.cz>
2605         * file-find.c (remove_prefix): New function.
2606         * file-find.h (remove_prefix): Declare the function.
2607         * gcc-ar.c (main): Skip a folder of the wrapper if
2608         a wrapped binary would point to the same file.
2610 2016-07-07  Jan Hubicka  <jh@suse.cz>
2612         * tree-scalar-evolution.c (iv_can_overflow_p): export.
2613         * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
2614         * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
2616 2016-07-07  Ilya Enkovich  <ilya.enkovich@intel.com>
2618         PR ipa/71624
2619         * ipa-inline-analysis.c (compute_inline_parameters): Set
2620         local.can_change_signature to false for intrumentation
2621         thunk callees.
2623 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2625         * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
2626         with TARGET_HAVE_MOVT.
2627         (TARGET_HAVE_MOVT): Define.
2628         * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
2629         availability with TARGET_HAVE_MOVT.
2630         * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
2631         availability.
2632         (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
2633         TARGET_THUMB2.
2634         (symbol_refs movsi splitter): Remove TARGET_32BIT check.
2635         (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
2636         * config/arm/constraints.md (define_constraint "j"): Use
2637         TARGET_HAVE_MOVT to check MOVT availability.
2639 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2641         * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
2643 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2645         * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
2646         (armv8-m.main): Likewise.
2647         (armv8-m.main+dsp): Likewise.
2648         * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
2649         (FL_FOR_ARCH8M_MAIN): Likewise.
2650         * config/arm/arm-tables.opt: Regenerate.
2651         * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
2652         armv8-m.main+dsp to BE8_LINK_SPEC.
2653         * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
2654         (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
2655         * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
2656         Baseline and Mainline.
2657         (arm_option_override_internal): Also disable arm_restrict_it when
2658         !arm_arch_notm.  Update comment for -munaligned-access to also cover
2659         ARMv8-M Baseline.
2660         (arm_file_start): Increase buffer size for printing architecture name.
2661         * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
2662         and armv8-m.main+dsp.
2663         (mno-unaligned-access): Clarify that this is disabled by default for
2664         ARMv8-M Baseline architectures as well.
2666 2016-07-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2668         * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
2669         decide whether to prevent some libgcc routines being included for some
2670         multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
2671         link between this condition and the one in
2672         libgcc/config/arm/lib1func.S.
2674 2016-07-07  Richard Biener  <rguenther@suse.de>
2676         * tree-ssa-pre.c: Include alias.h.
2677         (compute_avail): If we have multiple VN_REFERENCEs with the
2678         same hashtable entry adjust that to make it a valid replacement
2679         for all of them with respect to alignment and aliasing
2680         when doing insertion.
2681         * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
2682         * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
2684 2016-07-06  Segher Boessenkool  <segher@kernel.crashing.org>
2686         PR target/70098
2687         PR target/71763
2688         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
2689         *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
2690         constraint.
2692 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2694         * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
2695         (adjust_mems): Adjust.
2696         (adjust_insn): Likewise.
2697         (prepare_call_arguments): Likewise.
2699 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2701         * gcse.c (struct ls_expr): Make stores field a vector.
2702         (ldst_entry): Adjust.
2703         (free_ldst_entry): Likewise.
2704         (print_ldst_list): Likewise.
2705         (compute_ld_motion_mems): Likewise.
2706         (update_ld_motion_stores): Likewise.
2708 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2710         * gcse.c (struct ls_expr): Remove loads field.
2711         (ldst_entry): Adjust.
2712         (free_ldst_entry): Likewise.
2713         (print_ldst_list): Likewise.
2714         (compute_ld_motion_mems): Likewise.
2716 2016-07-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2718         * store-motion.c (struct st_expr): Make antic_stores a vector.
2719         (st_expr_entry): Adjust.
2720         (free_st_expr_entry): Likewise.
2721         (print_store_motion_mems): Likewise.
2722         (find_moveable_store): Likewise.
2723         (compute_store_table): Likewise.
2724         (remove_reachable_equiv_notes): Likewise.
2725         (replace_store_insn): Likewise.
2726         (build_store_vectors): Likewise.
2728 2016-07-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2730         * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
2731         cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
2733 2016-07-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
2735         PR tree-optimization/71518
2736         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
2737         misalign also for outer loops with negative step.
2739 2016-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
2741         * config/arm/cortex-a53.md: Use final_presence_set for in-order.
2742         (cortex_a53_shift): Add mov_shift.
2743         (cortex_a53_shift_reg): Add new reservation for register shifts.
2744         (cortex_a53_alu): Remove bfm.
2745         (cortex_a53_alu_shift): Add bfm, remove mov_shift.
2746         (cortex_a53_alu_extr): Add new reservation for EXTR.
2747         (bypasses): Improve bypass modelling.
2749 2016-07-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2751         PR target/50739
2752         * config/avr/avr.c (avr_asm_select_section): Strip off
2753         SECTION_DECLARED from flags when calling get_section.
2755 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2757         * tree-vectorizer.h (vect_memory_access_type): Add
2758         VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
2759         * tree-vect-stmts.c (compare_step_with_zero): New function.
2760         (perm_mask_for_reverse): Move further up file.
2761         (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
2762         step is negative.
2763         (get_negative_load_store_type): New function.
2764         (get_load_store_type): Call it.  Add an ncopies argument.
2765         (vectorizable_mask_load_store): Update call accordingly and
2766         remove tests for negative steps.
2767         (vectorizable_store, vectorizable_load): Likewise.  Handle new
2768         memory_access_types.
2770 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2772         * tree-vectorizer.h (vect_memory_access_type): New enum.
2773         (_stmt_vec_info): Add a memory_access_type field.
2774         (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
2775         (vect_model_store_cost): Take an access type instead of a boolean.
2776         (vect_model_load_cost): Likewise.
2777         * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
2778         vect_model_store_cost and vect_model_load_cost.
2779         * tree-vect-stmts.c (vec_load_store_type): New enum.
2780         (vect_model_store_cost): Take an access type instead of a
2781         store_lanes_p boolean.  Simplify tests.
2782         (vect_model_load_cost): Likewise, but for load_lanes_p.
2783         (get_group_load_store_type, get_load_store_type): New functions.
2784         (vectorizable_store): Use get_load_store_type.  Record the access
2785         type in STMT_VINFO_MEMORY_ACCESS_TYPE.
2786         (vectorizable_load): Likewise.
2787         (vectorizable_mask_load_store): Likewise.  Replace is_store
2788         variable with vls_type.
2790 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2792         * tree-vectorizer.h (vect_grouped_load_supported): Add a
2793         single_element_p parameter.
2794         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
2795         Check the PR65518 case here rather than in vectorizable_load.
2796         * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
2797         * tree-vect-stmts.c (vectorizable_load): Likewise.
2799 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2801         * tree-vectorizer.h (gather_scatter_info): New structure.
2802         (vect_check_gather_scatter): Return a bool rather than a decl.
2803         Replace return-by-pointer arguments with a single
2804         gather_scatter_info *.
2805         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
2806         (vect_analyze_data_refs): Update call accordingly.
2807         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
2808         (vectorizable_mask_load_store): Likewise.  Also record the
2809         offset dt and vectype in the gather_scatter_info.
2810         (vectorizable_store): Likewise.
2811         (vectorizable_load): Likewise.
2813 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2815         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
2816         strided groups, use the cost of N scalar accesses instead
2817         of ncopies vector accesses.
2818         (vect_model_load_cost): Likewise.
2820 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2822         * tree-vect-stmts.c (vect_cost_group_size): Delete.
2823         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
2824         variable to indicate when once-per-group costs are being used.
2825         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
2827 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
2829         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
2830         peeling-for-gaps condition.
2832 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2834         * config/s390/s390.c (s390_expand_vec_init): Force initializer
2835         element to register if it doesn't match general_operand.
2837 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
2838             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2840         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
2841         prototype.
2842         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
2843         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
2844         (SIGNBIT): New mode iterator.
2845         (Fsignbit): New mode attribute.
2846         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
2847         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
2848         when direct moves are available.
2849         (signbit<mode>2_dm): New define_insn_and_split).
2850         (signbit<mode>2_dm2): New define_insn.
2852 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2854         PR rtl-optimization/71594
2855         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
2856         into subregs of appropriate mode before trying to emit a conditional
2857         move.
2859 2016-07-05  Jan Hubicka  <jh@suse.cz>
2861         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
2862         (simple_iv): Use it.
2864 2016-07-05  Jan Hubicka  <jh@suse.cz>
2866         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
2868 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
2870         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
2871         "offmemok".
2873 2016-07-05  Jan Hubicka  <jh@suse.cz>
2875         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
2876         IV can overflow.
2878 2016-07-05  Richard Biener  <rguenther@suse.de>
2880         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
2881         Handle empty else block.
2882         (is_feasible_trace): Likewise.
2883         (split_paths): Likewise.
2885 2016-07-05  Richard Biener  <rguenther@suse.de>
2887         * tree-loop-distribution.c (distribute_loop): Fix issue with
2888         the cost model loop.
2890 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
2892         * config/arm/neon-testgen.ml: Delete.
2893         * config/arm/neon.ml: Delete.
2895 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
2897         PR c++/71739
2898         * tree.c (attribute_value_equal): Use get_attribute_name instead of
2899         directly using TREE_PURPOSE.
2901 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
2903         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
2904         * config/aarch64/aarch64_neon.h: Likewise.
2905         * config/aarch64/arm_neon.h: Likewise.
2906         * config/aarch64/atomics.md: Likewise.
2907         * config/aarch64/aarch64-simd-builtins.def: Likewise.
2908         * doc/invoke.texi: Likewise.
2910 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2912         * config/s390/s390.md: Add "z13" cpu_facility.
2913         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
2914         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
2915         condition" type instructions.
2917 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2918             Jeff Law  <law@redhat.com>
2920         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
2921         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
2923 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
2925         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
2926         permutation for TARGET_AVX512F.
2927         (ix86_expand_vec_one_operand_perm_avx512): New function.
2928         (expand_vec_perm_1): Invoke introduced function.
2929         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
2930         it may be not valid after vectorization.
2932 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2934         PR target/63874
2935         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
2936         typo in comment.  Only force to memory if it is a weak
2937         external reference.
2939 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
2940             Jiong Wang  <jiong.wang@arm.com>
2942         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
2943         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
2944         (AARCH64_FL_F16): New.
2945         (AARCH64_FL_FOR_ARCH8_2): New.
2946         (AARCH64_ISA_8_2): New.
2947         (AARCH64_ISA_F16): New.
2948         (TARGET_FP_F16INST): New.
2949         (TARGET_SIMD_F16INST): New.
2950         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
2951         ("fp"): Disabling "fp" also disables "fp16".
2952         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
2953         Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
2954         and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
2955         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
2957 2016-07-04  Jan Beulich  <jbeulich@suse.com>
2959         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
2961 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
2963         PR target/71720
2964         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
2965         the insns, use an insn form that does not adjust the offset on
2966         little endian systems.
2968 2016-07-01  Jan Beulich  <jbeulich@suse.com>
2970         * varasm.c (get_variable_section): Validate initializer in
2971         named .bss-like sections.
2973 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
2975         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
2976         Exchange the order of the second and third operands in the vpermr
2977         instruction tmeplate.
2979 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
2981         PR target/71698
2982         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
2983         Disallow TDmode values.
2985 2016-07-01  Alan Modra  <amodra@gmail.com>
2987         PR rtl-optimization/71709
2988         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
2989         being set, not referenced.
2991 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
2993         PR tree-optimization/70729
2994         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
2995         of loop since it can be not valid after transformation.
2997 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2999         * config/arm/arm.c (thumb_reload_in_hi): Delete.
3000         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
3002 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
3004         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
3005         for NULL decl.
3007 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
3009         PR target/71677
3010         * config/rs6000/constraints.md (wY constraint): New constraint to
3011         match the requirements for the LXSD and STXSD instructions.
3012         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
3013         predicate to match the requirements for the LXSD and STXSD
3014         instructions.
3015         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
3016         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
3017         to make sure that the bottom 2 bits of offset are 0, the address
3018         form is offsettable, and no updating is done in the address mode.
3019         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
3020         (movdi_internal32): Likewise
3021         (movdi_internal64): Likewise.
3023 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
3025         PR tree-optimization/71707
3026         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
3027         strinfo even for ADDR_EXPR ptr.
3029 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3031         * config/rs6000/altivec.md (darn_32): Change the condition to
3032         TARGET_P9_MISC instead of TARGET_MODULO.
3033         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
3034         condition expression.
3035         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
3036         condition expression.
3037         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
3038         (DFP_TEST): New code iterator.
3039         (dfptstsfi_<code>_mode>): New define_expand.
3040         (*dfp_sgnfcnc_<mode>): New define_insn.
3041         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
3042         definition next to BU_P9_MISC_1 definition and change the MASK
3043         value to RS6000_BTM_P9_MISC.
3044         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
3045         (BU_P9_64BIT_MISC_0): Likewise.
3046         (BU_P9_DFP_MISC_0): New macro definition.
3047         (BU_P9_DFP_MISC_1): New macro definition.
3048         (BU_P9_DFP_MISC_2): New macro definition.
3049         (BU_P9_DFP_OVERLOAD_1): New macro definition.
3050         (BU_P9_DFP_OVERLOAD_2): New macro definition.
3051         (BU_P9_DFP_OVERLOAD_3): New macro definition.
3052         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
3053         (TSTSFI_LT_TD): Likewise.
3054         (TSTSFI_EQ_DD): Likewise.
3055         (TSTSFI_EQ_TD): Likewise.
3056         (TSTSFI_GT_DD): Likewise.
3057         (TSTSFI_GT_TD): Likewise.
3058         (TSTSFI_OV_DD): Likewise.
3059         (TSTSFI_OV_TD): Likewise.
3060         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
3061         (TSTSFI_LT_DD): Likewise.
3062         (TSTSFI_LT_TD): Likewise.
3063         (TSTSFI_EQ): Likewise.
3064         (TSTSFI_EQ_DD): Likewise.
3065         (TSTSFI_EQ_TD): Likewise.
3066         (TSTSFI_GT): Likewise.
3067         (TSTSFI_GT_DD): Likewise.
3068         (TSTSFI_GT_TD): Likewise.
3069         (TSTSFI_OV): Likewise.
3070         (TSTSFI_OV_DD): Likewise.
3071         (TSTSFI_OV_TD): Likewise.
3072         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3073         overloaded test significance functions.
3074         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
3075         OPTION_MASK_P9_MISC into the representation of this mask.
3076         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
3077         of this mask.
3078         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
3079         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
3080         non-zero.
3081         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
3082         argument is a 6-bit unsigned literal value if the icode argument
3083         represents a DFP test significance built-in call.
3084         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
3085         flag used independently and in combination with the
3086         RS6000_BTM_64BIT flag.
3087         (rs6000_opt_masks): Add entry for power9-misc command-line option.
3088         (rs6000_builtin_mask_names): Add entry for power9-misc
3089         command-line option.
3090         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
3091         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
3092         RS6000_BTM_P9_MISC macros.
3093         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
3094         option and change the description of the -mpower9-vector option to
3095         enable only vector instructions, removing its erroneously claimed
3096         support for scalar instructions.
3097         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
3098         the ISA 3.0 digital floating point test significance built-in
3099         functions.
3101 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
3103         * config/aarch64/aarch64.c (cortexa35_tunings):
3104         Enable AES fusion.  Use cortexa57_branch_cost.
3105         (cortexa53_tunings): Use cortexa57_branch_cost.
3106         (cortexa72_tunings): Use cortexa57_branch_cost.
3107         Use AUTOPREFETCHER_WEAK.
3108         (cortexa73_tunings): Use cortexa57_branch_cost.
3110 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3111             James Greenhalgh  <james.greenhalgh@arm.com>
3113         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
3114         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
3115         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
3116         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
3117         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
3118         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
3119         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
3120         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
3121         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
3122         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
3123         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
3124         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
3125         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
3126         New intrinsics.
3128 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
3129             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3131         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
3132         New define_insn.
3133         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
3135 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
3137         PR driver/71651
3138         * gcc.c (driver::build_option_suggestions): Pass "option" to
3139         add_misspelling_candidates.
3140         * opts-common.c (add_misspelling_candidates): Add "option" param;
3141         use it to avoid adding negated forms for options marked with
3142         RejectNegative.
3143         * opts.h (add_misspelling_candidates): Add "option" param.
3145 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
3147         PR middle-end/71693
3148         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
3149         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
3150         first when permuting bitwise operation with rotate.  Cast
3151         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
3153 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
3155         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
3156         for misspelled param names.
3157         * params.c: Include spellcheck.h.
3158         (find_param_fuzzy): New function.
3159         * params.h (find_param_fuzzy): New prototype.
3160         * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
3161         * spellcheck.h (struct edit_distance_traits<const char *>):
3162         ...here.
3164 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
3166         * config/rs6000/predicates.md (const_0_to_7_operand): New
3167         predicate, recognize 0..7.
3168         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
3169         support for doing extracts from V16QImode, V8HImode, V4SImode
3170         under ISA 3.0.
3171         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
3172         vector extract support.
3173         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
3174         for ISA 3.0 vector extract.
3175         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
3176         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
3177         extracts of a constant element number from small integer vectors
3178         on 64-bit ISA 3.0 systems.
3179         (vsx_extract_<mode>_di): Likewise.
3180         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
3181         say when we can do ISA 3.0 vector extracts.
3182         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
3183         registers, using the stxsiwx instruction.
3185 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
3187         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
3188         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
3189         qdf24xx_regmove_cost, qdf24xx_tunings): New.
3190         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
3191         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
3192         * config/arm/arm.c (arm_qdf24xx_tune): New.
3194 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
3196         * config/aarch64/aarch64.c (cortexa53_tunings):
3197         Increase loop alignment to 8.  Set function alignment to 16.
3198         (cortexa35_tunings): Likewise.
3199         (cortexa57_tunings): Increase loop alignment to 8.
3200         (cortexa72_tunings): Likewise.
3201         (cortexa73_tunings): Likewise.
3203 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
3205         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
3206         for arm_fp16_ok and arm_fp16_hw.
3207         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
3208         arm_fp16_alternative.
3210 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
3212         PR tree-optimization/71655
3213         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
3214         types when swapping operands.
3216 2016-06-29  Martin Liska  <mliska@suse.cz>
3218         PR middle-end/71585
3219         * common.opt (flag_stack_protect): Mark the flag as optimization flag.
3220         * ipa-inline-transform.c (inline_call): Remove unnecessary call
3221         of build_optimization_node.
3223 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
3225         PR tree-optimization/70729
3226         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
3227         independent in loops having positive safelen value.
3228         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
3229         it may be not valid after vectorization.
3231 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
3233         PR tree-optimization/71625
3234         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
3235         is sorted by ascending list->offset.  If PTR is non-NULL and there is
3236         previous strinfo, call get_stridx_plus_constant.
3237         (get_stridx): Pass exp as second argument to get_addr_stridx.
3238         (addr_stridxptr): Add missing list = list->next, so that there can be
3239         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
3240         the list is sorted by ascending list->offset.
3241         (get_stridx_plus_constant): Adjust so that it can be also called with
3242         ADDR_EXPR instead of SSA_NAME as PTR.
3243         (handle_char_store): Pass NULL_TREE as second argument to
3244         get_addr_stridx.
3246 2016-06-29  Richard Biener  <rguenther@suse.de>
3248         PR rtl-optimization/68961
3249         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
3251 2016-06-29  Richard Biener  <rguenther@suse.de>
3253         PR middle-end/71002
3254         * alias.c (component_uses_parent_alias_set_from): Handle
3255         type punning through union accesses by using the union alias set.
3256         * gimple.c (gimple_get_alias_set): Remove union type punning case.
3258 2016-07-29  Richard Biener  <rguenther@suse.de>
3260         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
3261         precision not matching mode precision.
3263 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
3265         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
3266         pa_output_arg_descriptor.
3267         (call_val_symref_64bit_post_reload): Likewise.
3268         (call_val_powf_64bit_post_reload): Likewise.
3269         (sibcall_internal_symref_64bit): Likewise.
3270         (sibcall_value_internal_symref_64bit): Likewise.
3272 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
3274         PR middle-end/71626
3275         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
3276         a constant, force its SUBREG_REG into memory or register instead
3277         of whole op1.
3279 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
3281         PR target/58655
3282         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
3283         * doc/invoke.texi (AVR Options): Document it.
3285 2016-06-28  Walter Lee  <walt@tilera.com>
3287         * config/tilegx/linux.h: Do not include arch/icache.h
3288         (CLEAR_INSN_CACHE): Provide inlined definition directly.
3289         * config/tilepro/linux.h: Do not include arch/icache.h
3290         (CLEAR_INSN_CACHE): Provide inlined definition directly.
3292 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
3294         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
3295         for big-endian BIT_FIELD_REF.
3297 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
3299         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
3300         ('size' attribute): Add '128'.
3301         Include power9.md.
3302         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
3303         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
3304         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
3305         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
3306         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
3307         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
3308         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
3309         *trunc<mode>df2_odd): Set size attribute to '128'.
3310         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
3311         * config/rs6000/power6.md (power6-fp): Include dfp type.
3312         * config/rs6000/power7.md (power7-fp): Likewise.
3313         * config/rs6000/power8.md (power8-fp): Likewise.
3314         * config/rs6000/power9.md: New file.
3315         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
3316         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
3317         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
3318         htmsimple.
3319         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
3320         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
3321         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
3322         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
3323         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
3324         dfp_dscri_<mode>): Change type attribute to dfp.
3325         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
3326         attribute to vecsimple.
3327         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
3328         and prefetch streams.
3329         (rs6000_option_override_internal): Remove temporary code setting
3330         tuning to power8.  Don't set rs6000_sched_groups for power9.
3331         (last_scheduled_insn): Change to rtx_insn *.
3332         (divide_cnt, vec_load_pendulum): New variables.
3333         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
3334         (rs6000_issue_rate): Set issue rate for Power9.
3335         (is_power9_pairable_vec_type): New.
3336         (power9_sched_reorder2): New.
3337         (rs6000_sched_reorder2): Call new function for Power9 specific
3338         reordering.
3339         (insn_must_be_first_in_group): Remove Power9.
3340         (insn_must_be_last_in_group): Likewise.
3341         (force_new_group): Likewise.
3342         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
3343         Initialize divide_cnt/vec_load_pendulum.
3344         (_rs6000_sched_context, rs6000_init_sched_context,
3345         rs6000_set_sched_context): Handle context save/restore of new
3346         variables.
3348 2016-06-28  Richard Biener  <rguenther@suse.de>
3350         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
3351         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
3352         COMPONENT_REF operand.
3353         (nonoverlapping_component_refs_p): Likewise.
3354         * stor-layout.c (start_bitfield_representative): Mark
3355         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
3357 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
3359         * Makefile.in: Don't cat ../stage_current if it does not exist.
3361         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
3362         last argument is a bit-field.
3364         PR rtl-optimization/71673
3365         * internal-fn.c (expand_arith_overflow_result_store): Use
3366         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
3367         expand_simple_binop.
3369         PR middle-end/66867
3370         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
3371         expand_ifn_atomic_compare_exchange): New functions.
3372         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
3373         * tree.h (build_call_expr_internal_loc): Rename to ...
3374         (build_call_expr_internal_loc_array): ... this.  Fix up type of
3375         last argument.
3376         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
3377         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
3378         ATOMIC_COMPARE_EXCHANGE result.
3379         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
3380         * gimple-fold.h (optimize_atomic_compare_exchange_p,
3381         fold_builtin_atomic_compare_exchange): New prototypes.
3382         * gimple-fold.c (optimize_atomic_compare_exchange_p,
3383         fold_builtin_atomic_compare_exchange): New functions..
3384         * tree-ssa.c (execute_update_addresses_taken): If
3385         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
3386         of call when finding addressable vars, and if such var becomes
3387         non-addressable, call fold_builtin_atomic_compare_exchange.
3389 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
3391         PR target/71670
3392         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
3393         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
3395 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
3397         * config/rs6000/rs6000.md ('type' attribute): Add
3398         veclogical,veccmpfx,vecexts,vecmove insn types.
3399         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
3400         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
3401         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
3402         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
3403         *nabs<mode>2_hw): Change type to vecmove.
3404         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
3405         *boolcc<mode>3_internal, *eqv<mode>3_internal,
3406         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
3407         *ieee_128bit_vsx_abs<mode>2_internal,
3408         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
3409         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
3410         *ieee128_mtvsrd_32bit): Change type to veclogical.
3411         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
3412         *movdi_internal32, *movdi_internal64): Update insn types.
3413         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
3414         vsx_extract_<mode>): Change type to veclogical.
3415         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
3416         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
3417         *vsx_sign_extend_si_v2di): Change type to vecexts.
3418         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
3419         type to veclogical.
3420         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
3421         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
3422         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
3423         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
3424         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
3425         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
3426         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
3427         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
3428         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
3429         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
3430         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
3431         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
3432         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
3433         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
3434         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
3435         (ppc7450-vecsimple): Add veclogical, vecmove.
3436         (ppc7450-veccmp): Add veccmpfx.
3437         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
3438         vecmove.
3439         (ppc8540_vector_compare): Add veccmpfx.
3440         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
3441         * config/rs6000/cell.md (cell-fp): Add fpsimple.
3442         (cell-vecsimple): Add veclogical, vecmove.
3443         (cell-veccmp): Add veccmpfx.
3444         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
3445         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
3446         veccmpfx.
3447         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
3448         * config/rs6000/power4.md (power4-fp): Add fpsimple.
3449         (power4-vecsimple): Add veclogical, vecmove.
3450         (power4-veccmp): Add veccmpfx.
3451         * config/rs6000/power5.md (power5-fp): Add fpsimple.
3452         * config/rs6000/power6.md (power6-fp): Add fpsimple.
3453         (power6-vecsimple): Add veclogical, vecmove.
3454         (power6-veccmp): Add veccmpfx.
3455         * config/rs6000/power7.md (power7-fp): Add fpsimple.
3456         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
3457         * config/rs6000/power8.md (power8-fp): Add fpsimple.
3458         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
3459         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
3460         * config/rs6000/titan.md (titan_fp): Add fpsimple.
3461         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
3462         fpsimple.
3463         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
3465 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
3467         PR target/71656
3468         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
3469         OPTION_MASK_P9_DFORM_VECTOR.
3470         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
3471         disable -mpower9-dform-vector when using reload.
3472         (quad_address_p): Remove 'gpr_p' argument and all associated code.
3473         New 'strict' argument.  Update all callers.  Add strict addressing
3474         support.
3475         (rs6000_legitimate_offset_address_p): Remove call to
3476         virtual_stack_registers_memory_p.
3477         (rs6000_legitimize_reload_address): Add quad address support.
3478         (rs6000_legitimate_address_p): Move call to quad_address_p above
3479         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
3480         to account for new strict usage.
3481         (rs6000_output_move_128bit): Adjust quad_address_p args to account
3482         for new strict usage.
3483         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
3485 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
3487         PR target/70902
3488         PR target/71453
3489         PR target/71555
3490         PR target/71596
3491         PR target/71657
3492         * config/i386/i386.c (ix86_spill_class): Disable condition to
3493         always return NO_REGS.
3495 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
3497         * predict.c: Include gimple-pretty-print.h
3498         (predicted_by_loop_heuristics_p): Check also
3499         PRED_LOOP_EXIT_WITH_RECURSION
3500         (predict_loops): Find self recursive calls and use special purpose
3501         predictors for them; dump log about decisions.
3502         (pass_profile::execute): Dump info about #of iterations.
3503         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
3504         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
3506 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
3508         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
3509         output_asm_insn calls and shorten long lines.  Output .CALL
3510         argument descriptor using pa_output_arg_descriptor.  Add various
3511         inline $$dyncall and other optimizations.
3512         (pa_attr_length_indirect_call): Adjust ordering and lengths.
3514 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
3516         PR tree-optimization/71643
3517         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
3518         EH preds.
3520         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
3521         leak a bitmap if dep_bb is NULL.
3523         PR tree-optimization/71631
3524         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
3525         to rewrite_expr_tree even if negate_result, move new_lhs var
3526         declaration and initialization earlier, for powi_result set afterwards
3527         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
3528         if new_lhs != lhs, and don't shadow gsi var.
3530 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
3532         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
3533         Add in_loop parameter.
3534         (predict_loops): Add loop guard heuristics.
3535         * predict.def (PRED_LOOP_GUARD): New heuristics.
3537 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
3539         * predict.c: Include ipa-utils.h
3540         (tree_bb_level_prediction): Predict recursive calls.
3541         (tree_estimate_probability_bb): Skip inexpensive calls for call
3542         predictor.
3543         * predict.def (PRED_RECURSIVE_CALL): New.
3545 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3547         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
3548         (BU_FLOAT128_1): Likewise.
3549         (FABSQ): Likewise.
3550         (COPYSIGNQ): Likewise.
3551         (RS6000_BUILTIN_NANQ): Likewise.
3552         (RS6000_BUILTIN_NANSQ): Likewise.
3553         (RS6000_BUILTIN_INFQ): Likewise.
3554         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
3555         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
3556         (TARGET_FOLD_BUILTIN): New #define.
3557         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
3558         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
3559         (rs6000_fold_builtin): New target hook implementation, handling
3560         folding of 128-bit NaNs and infinities.
3561         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
3562         entries are filled in to avoid problems during bootstrap
3563         self-test; define builtins for 128-bit NaNs and infinities.
3564         (rs6000_opt_mask): Add entry for float128.
3565         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
3566         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
3567         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
3568         (const_str_type_node): New #define.
3569         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
3570         to a define_expand that dispatches to either copysign<mode>3_soft
3571         or copysign<mode>3_hard.
3572         (copysign<mode>3_hard): Rename from copysign<mode>3.
3573         (copysign<mode>3_soft): New define_insn.
3574         * doc/extend.texi: Document new builtins.
3576 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
3578         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
3579         PRIu64 instead of lu.
3581 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
3583         PR debug/71642
3584         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
3585         copy the type name.
3587 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
3589         PR tree-optimization/71647
3590         * omp-low.c (lower_rec_input_clauses): Convert
3591         omp_clause_aligned_alignment (c) to size_type_node for the
3592         last argument of __builtin_assume_aligned.
3594 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
3596         * configure.ac (calling ___tls_get_addr via GOT): New
3597         assembler/linker check.
3598         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
3599         assembler and linker supports calling ___tls_get_addr via GOT.
3600         Otherise, defined to 0.
3601         * config.in: Regenerated.
3602         * configure: Likewise.
3603         * config/i386/constraints.md (Yb): New constraint.
3604         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
3605         (REG_CLASS_NAMES): Likewise.
3606         (REG_CLASS_CONTENTS): Likewise.
3607         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
3608         the b constraint with the Yb constraint.  Call ___tls_get_addr
3609         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
3610         is 1.
3611         (*tls_local_dynamic_base_32_gnu): Likewise.
3612         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
3613         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
3614         (*tls_local_dynamic_base_64_<mode>): Likewise.
3616 2016-06-24  Martin Liska  <mliska@suse.cz>
3618         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
3619         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
3620         few functions.
3621         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
3622         argument to true if the expected number of iterations is
3623         loop-based.
3625 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
3627         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
3628         assemble for 32bit target.
3629         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
3630         and $ld_ix86_gld_32_opt to link for 32bit target.
3631         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
3632         * configure: Regenerate.
3634 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3636         * config/arm/arm.c (int_log2): Delete definition and prototype.
3637         (shift_op): Use exact_log2 instead of int_log2.
3638         (vfp3_const_double_for_fract_bits): Likewise.
3640 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
3642         * internal-fn.c (expand_arith_set_overflow): New function.
3643         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
3644         Use it.
3645         (expand_arith_overflow_result_store): Likewise.  Handle precision
3646         smaller than mode precision.
3647         * tree-vrp.c (extract_range_basic): For imag part, handle
3648         properly signed 1-bit precision result.
3649         * doc/extend.texi (__builtin_add_overflow): Document that last
3650         argument can't be pointer to enumerated or boolean type.
3651         (__builtin_add_overflow_p): Document that last argument can't
3652         have enumerated or boolean type.
3654 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3655             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3657         * config/rs6000/predicates.md (splat_input_operand): Rework.
3658         Don't allow constants, since the insns that use this predicate
3659         don't support constants.  Constants are handled by other insns
3660         that are created via combine.  During and after register
3661         allocation, only allow indexed or indirect addresses, and not
3662         general addresses.  Only allow modes supported by the hardware.
3663         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
3664         comment.  Move check for using VSPLTIS<x> to a common location,
3665         instead of doing it in two different places.
3667 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
3669         * config/i386/driver-i386.c (host_detect_local_cpu): Set
3670         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
3671         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
3672         signature_CENTAUR_ebx.
3674 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
3676         PR target/66232
3677         PR target/67400
3678         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
3679         (as_ix86_gas_32_opt): This.
3680         (ld_ix86_tls_ldm_opt): Renamed to ...
3681         (ld_ix86_gld_32_opt): This.
3682         (R_386_TLS_LDM reloc): Updated.
3683         (R_386_GOT32X reloc): New assembler/linker check.
3684         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
3685         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
3686         defined to 0.
3687         * config.in: Regenerated.
3688         * configure: Likewise.
3689         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
3690         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
3691         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
3692         if ix86_force_load_from_GOT_p returns true.
3693         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
3694         ix86_force_load_from_GOT_p returns true.
3695         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
3696         the external function address via the GOT slot.
3697         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
3698         HAVE_AS_IX86_GOT32X before returning false.
3699         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
3700         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
3702 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3704         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
3706 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3708         * Makefile.in: Regenerate.
3709         * doc/install.texi: Document autoprofiledbootstrap.
3711 2016-06-23  Andi Kleen  <ak@linux.intel.com>
3713         * config/i386/gcc-auto-profile: New file.
3715 2016-06-23  Martin Liska  <mliska@suse.cz>
3717         PR middle-end/71619
3718         * predict.c (predict_loops): Revert the hunk that was removed
3719         in r237103.
3721 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
3723         * config.gcc: Add support for arm*-*-phoenix* targets.
3724         * config/arm/t-phoenix: New.
3725         * config/phoenix.h: New.
3727 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
3728             H.J. Lu  <hongjiu.lu@intel.com>
3730         PR target/67400
3731         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
3732         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
3733         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
3734         ix86_force_load_from_GOT_p returns true.
3735         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
3736         ix86_force_load_from_GOT_p returns true.
3737         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
3738         ix86_force_load_from_GOT_p returns true.
3739         (ix86_expand_move): Load the external function address via the
3740         GOT slot if ix86_force_load_from_GOT_p returns true.
3741         * config/i386/predicates.md (x86_64_immediate_operand): Return
3742         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
3743         (x86_64_zext_immediate_operand): Ditto.
3745 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
3747         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
3749 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
3751         PR c/70339
3752         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
3753         * diagnostic.c (pedwarn_at_rich_loc): New function.
3754         * spellcheck.h (best_match::best_match): Add a
3755         "best_distance_so_far" optional parameter.
3756         (best_match::set_best_so_far): New method.
3757         (best_match::get_best_distance): New accessor.
3758         (best_match::get_best_candidate_length): New accessor.
3760 2016-06-22  Nick Clifton  <nickc@redhat.com>
3762         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
3763         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
3764         modes are accepted as well.
3765         (ucompare_loc_descriptor): Likewise.
3766         (minmax_loc_descriptor): Likewise.
3767         (clz_loc_descriptor): Likewise.
3768         (popcount_loc_descriptor): Likewise.
3769         (bswap_loc_descriptor): Likewise.
3770         (rotate_loc_descriptor): Likewise.
3771         (mem_loc_descriptor): Likewise.
3772         (loc_descriptor): Likewise.
3774 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
3776         * common.opt (fdiagnostics-parseable-fixits): New option.
3777         * diagnostic.c: Include "selftest.h".
3778         (print_escaped_string): New function.
3779         (print_parseable_fixits): New function.
3780         (diagnostic_report_diagnostic): Call print_parseable_fixits.
3781         (selftest::assert_print_escaped_string): New function.
3782         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
3783         (selftest::test_print_escaped_string): New function.
3784         (selftest::test_print_parseable_fixits_none): New function.
3785         (selftest::test_print_parseable_fixits_insert): New function.
3786         (selftest::test_print_parseable_fixits_remove): New function.
3787         (selftest::test_print_parseable_fixits_replace): New function.
3788         (selftest::diagnostic_c_tests): New function.
3789         * diagnostic.h (struct diagnostic_context): Add field
3790         "parseable_fixits_p".
3791         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
3792         -fdiagnostics-parseable-fixits.
3793         (-fdiagnostics-parseable-fixits): New option.
3794         * opts.c (common_handle_option): Handle
3795         -fdiagnostics-parseable-fixits.
3796         * selftest-run-tests.c (selftest::run_tests): Call
3797         selftest::diagnostic_c_tests.
3798         * selftest.h (selftest::diagnostic_c_tests): New prototype.
3800 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
3802         PR tree-optimization/71488
3803         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
3804         comparison of boolean vectors.
3805         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
3806         of boolean vectors using bitwise operations.
3808 2016-06-22  Andreas Schwab  <schwab@suse.de>
3810         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
3811         Remove declaration.
3813 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
3815         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
3817 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3819         * config/i386/i386.c (print_reg): Emit an error message on attempt to
3820         print FLAGS_REG.
3822 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3824         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
3825         * config/arm/arm-cores.def (cortex-a73): New entry.
3826         (cortex-a73.cortex-a35): Likewise.
3827         (cortex-a73.cortex-a53): Likewise.
3828         * config/arm/arm-tables.opt: Regenerate.
3829         * config/arm/arm-tune.md: Likewise.
3830         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
3831         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
3832         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
3833         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
3834         * doc/invoke.texi (ARM Options): Document cortex-a73,
3835         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
3837 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3839         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
3840         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
3841         (cortex-a73.cortex-a35): Likewise.
3842         (cortex-a73.cortex-a53): Likewise.
3843         * config/aarch64/aarch64-tune.md: Regenerate.
3844         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
3845         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
3846         -mcpu and -mtune.
3848 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3850         * configure.ac (gcc_cv_as_compress_debug): Remove
3851         --compress-debug-sections as extra as switch.
3852         Handle gas --compress-debug-sections=type.
3853         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
3854         Handle gld --compress-debug-sections=type.
3855         * configure: Regenerate.
3857 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3859         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
3861 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
3863         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
3864         (do_rewrite): likewise.
3866 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3868         * common/config/mep/mep-common.c: Remove.
3869         * config.gcc: Remove mep-* support.
3870         * config/mep/constraints.md: Remove.
3871         * config/mep/default.h: Remove.
3872         * config/mep/intrinsics.h: Remove.
3873         * config/mep/intrinsics.md: Remove.
3874         * config/mep/ivc2-template.h: Remove.
3875         * config/mep/mep-c5.cpu: Remove.
3876         * config/mep/mep-core.cpu: Remove.
3877         * config/mep/mep-default.cpu: Remove.
3878         * config/mep/mep-ext-cop.cpu: Remove.
3879         * config/mep/mep-intrin.h: Remove.
3880         * config/mep/mep-ivc2.cpu: Remove.
3881         * config/mep/mep-pragma.c: Remove.
3882         * config/mep/mep-protos.h: Remove.
3883         * config/mep/mep.c: Remove.
3884         * config/mep/mep.cpu: Remove.
3885         * config/mep/mep.h: Remove.
3886         * config/mep/mep.md: Remove.
3887         * config/mep/mep.opt: Remove.
3888         * config/mep/predicates.md: Remove.
3889         * config/mep/t-mep: Remove.
3890         * doc/install.texi: Remove mep-* documentation.
3891         * doc/md.texi: Likewise.
3893 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3895         * config.gcc: Remove support for avr-rtems.
3896         * config/avr/gen-avr-mmcu-specs.c: Likewise.
3897         * config/avr/rtems.h: Remove.
3898         * config/avr/t-rtems: Remove.
3900 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3902         * config.gcc: Remove m32r-rtems support.
3903         * config/m32r/rtems.h: Remove.
3905 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3907         * config.gcc: Remove h8300-rtems support.
3908         * config/h8300/rtems.h: Remove.
3909         * config/h8300/t-rtems: Remove.
3911 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3913         * config.gcc: Remove support for knetbsd.
3914         * configure.ac: Likewise.
3915         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
3916         * config/knetbsd-gnu.h: Remove.
3917         * configure: Regenerate.
3919 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3921         * config.gcc: Remove support for openbsd 2 and 3.
3922         * config/openbsd-oldgas.h: Remove.
3924 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3926         * config.gcc: Remove interix support.
3927         * config/i386/i386-interix.h: Remove.
3928         * config/i386/interix.opt: Remove.
3929         * config/i386/t-interix: Remove.
3930         * configure: Regenerate.
3931         * configure.ac: Remove interix support.
3932         * doc/install.texi: Remove interix documentation.
3934 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3936         * config/rs6000/rs6000.h: Add conditional preprocessing directives
3937         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
3938         not defined.
3940 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
3942         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
3943         they are both PLACEHOLDER_EXPRs.
3945 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
3947         * stor-layout.c (layout_type): Move setting complex MODE to
3948         layout_type, instead of setting it ahead of time by the caller.
3949         * tree.c (build_complex_type): Likewise.
3951 2016-06-21  Martin Liska  <mliska@suse.cz>
3953         * predict.c (force_edge_cold): Replace imposisble with
3954         impossible.
3956 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
3958         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
3959         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
3961 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
3963         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
3965 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
3966             Ilya Enkovich  <ilya.enkovich@intel.com>
3968         PR target/71549
3969         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
3970         New member function to convert V1TImode register to SUBREG
3971         TImode in debug insn.
3972         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
3973         after changing register mode to V1TImode.
3975 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
3977         * config/aarch64/aarch64-cores.def (vulcan): New core.
3978         * config/aarch64/aarch64-tune.md: Regenerate.
3979         * doc/invoke.texi: Document vulcan as an available option.
3981 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
3983         * cse.c (canon_asm_operands): New function extracted from...
3984         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
3985         either standalone or member of a PARALLEL.
3987 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
3989         PR target/30417
3990         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
3991         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
3992         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
3994 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
3996         PR target/71103
3997         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
3998         constant addresses if can_create_pseudo_p.
4000 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
4002         PR tree-optimization/71588
4003         * tree-ssa-strlen.c (valid_builtin_call): New function.
4004         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
4005         it.
4007 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
4009         PR middle-end/71581
4010         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
4011         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
4012         for conversion of scalar user var to complex type and use the
4013         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
4014         punt.
4016         PR rtl-optimization/71591
4017         * toplev.c (toplev::run_self_tests): If no_backend, complain and
4018         don't run any tests.
4020 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
4022         PR target/71571
4023         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
4024         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
4025         space for PIC with non-v32 and the common non-PIC "jump".
4027 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
4029         PR target/71559
4030         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
4031         returned values and add UN*/LTGT/*ORDERED cases with values matching
4032         D operand modifier on vcmp for AVX.
4034 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
4036         * config/aarch64/aarch64.opt
4037         (mpc-relative-literal-loads): Rename internal option name.
4038         * config/aarch64/aarch64.c
4039         (aarch64_nopcrelative_literal_loads): Rename to
4040         aarch64_pcrelative_literal_loads.
4041         (aarch64_expand_mov_immediate): Likewise.
4042         (aarch64_secondary_reload): Likewise.
4043         (aarch64_can_use_per_function_literal_pools_p): Likewise.
4044         (aarch64_override_options_after_change_1): Rename and simplify logic.
4045         (aarch64_classify_symbol): Merge large model checks into switch,
4046         remove pc-relative load check.
4048 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
4050         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
4051         costs relative to the cost of a register move.
4053 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
4055         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
4056         (vcvt_n_f64_u64): Likewise.
4057         (vcvt_n_s64_f64): Likewise.
4058         (vcvt_n_u64_f64): Likewise.
4059         (vcvt_f64_s64): Likewise.
4060         (vrecpe_f64): Likewise.
4061         (vcvt_f64_u64): Likewise.
4062         (vrecps_f64): Likewise.
4064 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
4066         * config/aarch64/aarch64.md
4067         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
4068         iterators.
4069         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
4070         attributes.
4071         * config/aarch64/aarch64-builtins.c
4072         (aarch64_types_binop_uss_qualifiers): Delete.
4073         (TYPES_BINOP_USS): Likewise.
4074         (aarch64_types_binop_sus_qualifiers): Likewise.
4075         (TYPES_BINOP_SUS): Likewise.
4076         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
4077         (TYPES_FCVTIMM_SUS): Likewise.
4078         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
4079         rather than BINOP.
4080         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
4081         (fcvtzs): Use SHIFTIMM rather than BINOP.
4082         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
4084 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
4086         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
4087         costs relative to the cost of a register move.
4089 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
4091         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
4092         Allow scalar/single vector modes to be tieable.
4094 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
4096         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
4098 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4100         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
4101         "alignement".
4102         * tree.h (TYPE_ALIGN): Likewise.
4104 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
4106         PR target/71103
4107         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
4109 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
4111         * config/avr/avr.c (avr_print_operand): Fix "format not a string
4112         literal" build warnings.
4113         (avr_print_operand_address): Dito.
4115 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
4117         PR target/71375
4118         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
4119         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
4121 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
4123         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
4125 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
4127         PR bootstrap/71435
4128         * reload1.c (reload): Pass 0 to finish_spills when called because
4129         update_eliminables_and_spill returns true and remove did_spill.
4130         (finish_spills): Adjust comment and document GLOBAL parameter.
4132 2016-06-17  DJ Delorie  <dj@redhat.com>
4134         PR target/71338
4135         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
4136         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
4137         (umulqihi3_virt): Likewise.
4138         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
4139         (umulqihi3_real): Likewise.
4141 2016-06-17  Martin Liska  <mliska@suse.cz>
4143         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
4145 2016-06-17  Martin Liska  <mliska@suse.cz>
4147         * predict.def: PRED_LOOP_EXIT from 92 to 85.
4149 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
4151         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
4152         __FAST_MATH__.
4153         (vaddq_f32): Likewise.
4154         (vmul_f32): Likewise.
4155         (vmulq_f32): Likewise.
4156         (vsub_f32): Likewise.
4157         (vsubq_f32): Likewise.
4159 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
4161         PR tree-optimization/71347
4162         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
4163         cost for all uses in group.
4165 2016-06-17 Bin Cheng  <bin.cheng@arm.com>
4167         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
4168         insert gimple seq if it's not empty.
4170 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
4172         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
4173         member OFFSET.
4174         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
4175         rather than OFFSET.
4176         (comp_dr_with_seg_len_pair): Ditto.
4177         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
4178         struct dr_with_seg_len_pair against DR_OFFSET.
4179         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
4180         DR_OFFSET directly.
4182 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
4184         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
4186 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
4188         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
4189         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
4190         (pa_output_millicode_call): Likewise.
4191         (pa_output_call): Likewise.
4192         (pa_output_indirect_call): Likewise.
4193         (pa_asm_output_mi_thunk): Likewise.
4195 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4197         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
4199 2016-06-16  Martin Liska  <mliska@suse.cz>
4201         * predict.c (combine_predictions_for_insn): When we find a first
4202         match predictor, we should consider just predictors with
4203         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
4204         DS theory predictor.
4205         (combine_predictions_for_bb): Likewise.
4207 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
4209         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
4210         with base of reference to struct.
4212 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
4214         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
4216 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
4218         PR target/71151
4219         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
4220         progmem_swtable_section.
4221         (progmem_swtable_section): Remove.
4222         (avr_asm_function_rodata_section): Remove.
4223         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
4224         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
4226 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
4228         * config/i386/driver-i386.c (host_detect_local_cpu): Set
4229         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
4230         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
4231         signature_CENTAUR_ebx.
4232         * config/i386/i386.c (ix86_option_override_internal): Add
4233         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
4234         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
4235         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
4237 2016-06-16  Martin Liska  <mliska@suse.cz>
4239         * predict.def: Add fortran loop preheader predictor.
4240         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
4241         fold IFN_BUILTIN_EXPECT with a known constant argument.
4243 2016-06-16  Martin Liska  <mliska@suse.cz>
4245         * predict.def: Add 'Fortran' to display text of all
4246         PRED_FORTRAN_* predictors.
4248 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
4250         PR target/71242
4251         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
4252         [IA64_BUILTIN_NANSQ]: Ditto.
4253         (ia64_fold_builtin): New function.
4254         (TARGET_FOLD_BUILTIN): New define.
4255         (ia64_init_builtins) Declare const_string_type node.
4256         Add __builtin_nanq and __builtin_nansq builtin functions.
4257         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
4259 2016-06-16  Nick Clifton  <nickc@redhat.com>
4261         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
4262         MSP430_HWMULT_ prefix to enum values.
4263         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
4264         * config/msp430/msp430.c: Update use of enum values.
4265         * config/msp430/msp430.md: Likewise.
4266         * config/msp430/msp430.opt: Likewise.
4268 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
4270         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
4271         of comparsions in the last iteration.
4273 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
4274             Joern Rennecke  <joern.rennecke@embecosm.com>
4276         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
4277         addresses.
4278         (arc_needs_pcl_p): Add GOTOFFPC.
4279         (arc_legitimate_pic_addr_p): Likewise.
4280         (arc_output_pic_addr_const): Likewise.
4281         (arc_legitimize_pic_address): Generate a pc-relative address using
4282         GOTOFFPC.
4283         (arc_output_libcall): Use @pcl syntax.
4284         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
4285         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
4286         (*movsi_insn): Use @pcl syntax.
4287         (doloop_begin_i): Likewise.
4289 2016-06-16  Martin Liska  <mliska@suse.cz>
4291         * predict.def: Define a new predictor.
4293 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
4295         * config/arc/arc.opt (mtp-regno): Update text.
4297 2016-06-16  Renlin Li  <renlin.li@arm.com>
4299         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
4301 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
4303         PR target/71554
4304         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
4305         (setcc + and peephole2): Likewise.
4307         PR rtl-optimization/71532
4308         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
4309         memory slots.
4311 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
4313         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
4314         DImode constants with XXSPLTIB in vector registers.
4315         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
4316         vsx_extract_<mode>_internal{1,2} into a single insn that handles
4317         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
4318         extraction of the element at the top of the register as a scalar
4319         value.
4320         (vsx_extract_<mode>_internal1): Likewise.
4321         (vsx_extract_<mode>_internal2): Likewise.
4322         * config/rs6000/constraints.md (wi constraint): Remove a comment
4323         about DImode not being allowed in Altivec registers.
4324         (wB constraint): New constraint for constants that can be
4325         generated in Altivec registers with VSPLTISW/VUPKHSW.
4326         * config/rs6000/predicates.md (xxspltib_constant_split): Update
4327         comments.
4328         (xxspltib_constant_nosplit): Likewise.
4329         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
4330         support for -mupper-regs-di to enable DImode to go into Altivec
4331         registers.
4332         (POWERPC_MASKS): Likewise.
4333         (power7 cpu): Likewise.
4334         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
4335         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
4336         for DImode being allowed in Altivec registers.  Update wi/wj
4337         constraints.  Set scalar_in_vmx_p flag.
4338         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
4339         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
4340         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
4341         (rs6000_opt_masks): Add -mupper-regs-di.
4342         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
4343         direct move to use wi and not wj.
4344         (lfiwzx): Likewise.
4345         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
4346         alternative.
4347         (floatunssi<mode>2_lfiwzx_mem): Likewise.
4348         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
4349         any VSX register, instead of just Altivec registers, to allow
4350         either operand to be an Altivec register or both.
4351         (fixuns_trunc<mode>di2_fctiduz): Likewise.
4352         (movdi_internal32): Add support for -mupper-regs-di.  Add support
4353         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
4354         the alternatives and attributes to be lined up to be easier to
4355         read.
4356         (movdi_internal64): Likewise.
4357         (64-bit DImode splitters): Change predicates to only split loading
4358         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
4359         load constants in ISA 3.0 or ISA 2.07 respectively.
4360         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
4361         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
4362         mention -mcpu=power9 sets these options.
4363         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
4364         wB constraint.
4366 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
4368         PR target/67353
4369         * config/avr/avr.c (avr_set_current_function): Warn misspelled
4370         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
4371         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
4372         by default to warn misspelled interrupt/ signal handler.
4373         * doc/invoke.texi (AVR Options): Document it. Update description
4374         for -nodevicelib option.
4376 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4378         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
4379         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
4380         (aarch64_<sur>shll2_n<mode>): Likewise.
4382 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
4384         PR middle-end/71529
4385         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
4386         DECL_CONTEXT for copied arguments.
4388 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
4390         PR tree-optimization/71483
4391         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
4392         for slp
4394 2016-06-15  Martin Liska  <mliska@suse.cz>
4396         * predict.c (tree_predict_by_opcode): Call predict_edge_def
4397         instead of predict_edge w/o a probability.
4399 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
4401         PR tree-optimization/71439
4402         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
4403         live PHIs.
4405 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4407         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
4408         register subregs in SET_SRC.
4410 2016-06-15  Richard Biener  <rguenther@suse.de>
4412         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
4413         store restrictions.
4415 2016-06-15  Richard Biener  <rguenther@suse.de>
4417         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
4418         not consider dependences between accesses that belong to the
4419         same group.
4420         (vect_analyze_data_ref_dependences): Do not analyze read-read
4421         or self-dependences.
4423 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
4425         * spellcheck-tree.c: Include spellcheck-tree.h rather than
4426         spellcheck.h.
4427         (find_closest_identifier): Reimplement in terms of
4428         best_match<tree,tree>.
4429         * spellcheck-tree.h: New file.
4430         * spellcheck.c (struct edit_distance_traits<const char *>): New
4431         struct.
4432         (find_closest_string): Reimplement in terms of
4433         best_match<const char *, const char *>.
4434         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
4435         overload to spellcheck-tree.h.
4436         (find_closest_identifier): Likewise.
4437         (struct edit_distance_traits<T>): New template.
4438         (class best_match): New class.
4440 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
4442         * selftest-run-tests.c (selftest::run_tests): Call
4443         selftest::spellcheck_tree_c_tests.
4444         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
4445         * spellcheck-tree.c: Include selftest.h and stringpool.h.
4446         (selftest::test_find_closest_identifier): New function.
4447         (selftest::spellcheck_tree_c_tests): New function.
4448         * spellcheck.c (selftest::test_find_closest_string): Verify that
4449         the order of the vec does not affect the results for this case.
4450         (selftest::test_data): New array.
4451         (selftest::test_metric_conditions): New function.
4452         (selftest::spellcheck_c_tests): Add a test of case-comparison.
4453         Call selftest::test_metric_conditions.
4455 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4457         * config/rs6000/rs6000-builtin.def (commentary): Typo.
4458         (BU_P9_MISC_1): Likewise.
4459         (BU_P9_64BIT_MISC_0): Likewise.
4460         (BU_P9_MISC_0): Likewise.
4462 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
4464         * gcc-rich-location.c
4465         (gcc_rich_location::add_fixit_misspelled_id): New method.
4466         * gcc-rich-location.h
4467         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
4469 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
4471         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
4472         FreeBSD 11 and above.
4474 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
4476         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
4478 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4480         * expmed.h: Close parenthesis in "at your option" in copyright
4481         boilerplate.
4482         * lower-subreg.h: Likewise.
4484 2016-06-14  Richard Biener  <rguenther@suse.de>
4486         PR middle-end/71526
4487         * genmatch.c (expr::gen_transform): Use in_type for comparisons
4488         if available.
4490 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4492         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
4493         New function.
4494         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
4495         mask+shift version.
4496         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
4497         New prototype.
4498         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
4499         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
4501 2016-06-14  Richard Biener  <rguenther@suse.de>
4503         PR tree-optimization/71522
4504         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
4505         copying into float copying.
4507 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
4509         PR tree-optimization/71520
4510         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
4511         (replace_block_by): Move user labels from bb1 to bb2.
4513 2016-06-14  Richard Biener  <rguenther@suse.de>
4515         PR middle-end/71310
4516         PR bootstrap/71510
4517         * expr.h (get_bit_range): Declare.
4518         * expr.c (get_bit_range): Export.
4519         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
4520         word_mode again to constrain the bitfield access.
4522 2016-06-14  Richard Biener  <rguenther@suse.de>
4524         PR tree-optimization/71521
4525         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
4526         division int_const_binop against zero divisor.
4528 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
4530         * config/i386/i386.md (signbittf2): New expander.
4531         * config/i386/sse.md (ptesttf2): New insn pattern.
4533 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
4535         PR bootstrap/71481
4536         * input.c (selftest::test_reading_source_line): Avoid reading from
4537         __FILE__ by creating a tempfile with known content and reading
4538         from that instead.
4540 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
4542         * pretty-print.c (assert_pp_format_colored): Skip the test if
4543         GCC_COLORS is set.
4544         (test_pp_format): Remove comment about GCC_COLORS.
4546 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
4548         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
4549         * pretty-print.c (assert_pp_format_va): Add location param and use
4550         it with ASSERT_STREQ_AT.
4551         (assert_pp_format): Add location param and pass it to
4552         assert_pp_format_va.
4553         (assert_pp_format_colored): Likewise.
4554         (ASSERT_PP_FORMAT_1): New.
4555         (ASSERT_PP_FORMAT_2): New.
4556         (ASSERT_PP_FORMAT_3): New.
4557         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
4558         explicitly, or implicitly via the above macros.
4559         * selftest.c (selftest::pass): Use a selftest::location rather
4560         than file and line.
4561         (selftest::fail): Likewise.  Print the function name.
4562         (selftest::fail_formatted): Likewise.
4563         (selftest::assert_streq): Use a selftest::location rather than
4564         file and line.
4565         * selftest.h (selftest::location): New struct.
4566         (SELFTEST_LOCATION): New macro.
4567         (selftest::pass): Accept a const location & rather than file
4568         and line.
4569         (selftest::fail): Likewise.
4570         (selftest::fail_formatted): Likewise.
4571         (selftest::assert_streq): Likewise.
4572         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
4573         (ASSERT_FALSE): Likewise.
4574         (ASSERT_EQ): Likewise.
4575         (ASSERT_NE): Likewise.
4576         (ASSERT_STREQ): Likewise.
4577         (ASSERT_PRED1): Likewise.
4578         (ASSERT_STREQ_AT): New macro.
4580 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
4582         * selftest.c (selftest::fail_formatted): New function.
4583         (selftest::assert_streq): New function.
4584         * selftest.h (selftests::fail_formatted): New decl.
4585         (selftest::assert_streq): New decl.
4586         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
4588 2016-06-13  Jeff Law  <law@redhat.com>
4590         PR tree-optimization/71403
4591         * tree-ssa-threadbackward.c
4592         (convert_and_register_jump_thread_path): No longer accept reference
4593         to path.  Do not pop items off the path anymore.
4594         (fsm_find_control_statement_thread_paths): Do not allow threading
4595         to a deeper loop nest.  Pop the last item off the path here rather
4596         than in convert_and_register_jump_thread_path.
4598 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
4599             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
4601         [AArch64] Emit division using the Newton series
4603         * config/aarch64/aarch64-protos.h
4604         (cpu_approx_modes): Add new member "division".
4605         (aarch64_emit_approx_div): Declare new function.
4606         * config/aarch64/aarch64.c
4607         (generic_approx_modes): New member "division".
4608         (exynosm1_approx_modes): Likewise.
4609         (xgene1_approx_modes): Likewise.
4610         (aarch64_emit_approx_div): Define new function.
4611         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
4612         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
4613         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
4614         * doc/invoke.texi (-mlow-precision-div): Describe new option.
4616 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
4617             Wilco Dijkstra  <wilco.dijkstra@arm.com>
4619         [AArch64] Emit square root using the Newton series
4621         * config/aarch64/aarch64-protos.h
4622         (aarch64_emit_approx_rsqrt): Replace with new function
4623         "aarch64_emit_approx_sqrt".
4624         (cpu_approx_modes): New member "sqrt".
4625         * config/aarch64/aarch64.c
4626         (generic_approx_modes): New member "sqrt".
4627         (exynosm1_approx_modes): Likewise.
4628         (xgene1_approx_modes): Likewise.
4629         (aarch64_emit_approx_rsqrt): Replace with new function
4630         "aarch64_emit_approx_sqrt".
4631         (aarch64_override_options_after_change_1): Handle new option.
4632         * config/aarch64/aarch64-simd.md
4633         (rsqrt<mode>2): Use new function instead.
4634         (sqrt<mode>2): New expansion and insn definitions.
4635         * config/aarch64/aarch64.md: Likewise.
4636         * config/aarch64/aarch64.opt
4637         (mlow-precision-sqrt): Add new option description.
4638         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
4640 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
4642         [AArch64] Add more choices for the reciprocal square root approximation
4644         Allow a target to prefer such operation depending on the operation mode.
4646         * config/aarch64/aarch64-protos.h
4647         (AARCH64_APPROX_MODE): New macro.
4648         (AARCH64_APPROX_{NONE,ALL}): Likewise.
4649         (cpu_approx_modes): New structure.
4650         (tune_params): New member "approx_modes".
4651         * config/aarch64/aarch64-tuning-flags.def
4652         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
4653         * config/aarch64/aarch64.c
4654         (generic_approx_modes): New core "cpu_approx_modes" structure.
4655         (exynosm1_approx_modes): Likewise.
4656         (xgene1_approx_modes): Likewise.
4657         (generic_tunings): New member "approx_modes".
4658         (cortexa35_tunings): Likewise.
4659         (cortexa53_tunings): Likewise.
4660         (cortexa57_tunings): Likewise.
4661         (cortexa72_tunings): Likewise.
4662         (exynosm1_tunings): Likewise.
4663         (thunderx_tunings): Likewise.
4664         (xgene1_tunings): Likewise.
4665         (use_rsqrt_p): New argument for the mode and use new member from
4666         "tune_params".
4667         (aarch64_builtin_reciprocal): Devise mode from builtin.
4668         (aarch64_optab_supported_p): New argument for the mode.
4669         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
4671 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4673         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
4674         RS6000_BTM_MODULO flag into the set of flags that are considered
4675         to be part of the common configuration.
4677 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4679         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
4680         difference unsigned.
4681         (vec_absdb): New macro for vector absolute difference unsigned
4682         byte.
4683         (vec_absdh): New macro for vector absolute difference unsigned
4684         half-word.
4685         (vec_absdw): New macro for vector absolute difference unsigned word.
4686         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
4687         (vadu<mode>3): New insn.
4688         (*p9_vadu<mode>3): New insn.
4689         * config/rs6000/rs6000-builtin.def (vadub): New built-in
4690         definition.
4691         (vaduh): New built-in definition.
4692         (vaduw): New built-in definition.
4693         (vadu): New overloaded built-in definition.
4694         (vadub): New overloaded built-in definition.
4695         (vaduh): New overloaded built-in definition.
4696         (vaduw): New overloaded built-in definition.
4697         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4698         overloaded vector absolute difference unsigned functions.
4699         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
4700         the ISA 3.0 vector absolute difference unsigned built-in functions.
4702 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
4704         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
4705         update shared_lookup_references only once after changing operands.
4707 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
4709         PR middle-end/71373
4710         * tree-nested.c (convert_nonlocal_omp_clauses)
4711         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
4713         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
4714         * tree.def (CASE_LABEL_EXPR): Likewise.
4716 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4718         PR bootstrap/71481
4719         * input.c (test_builtins): Fix an assertion.
4721 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
4723         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
4724         (paritysi2): Ditto.
4725         (isinfxf2): Ditto.
4726         (isinf<mode>2): Ditto.
4728 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
4730         * ggc-tests.c (test_finalization): Only test need_finalization_p
4731         for GCC_VERSION >= 4003.
4733 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4735         * config/s390/vecintrin.h: Fix file description in comment.
4737 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4739         * config/s390/s390-builtin-types.def: Change builtin type naming
4740         scheme to match builtin-types.def.
4742 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
4744         * fold-const.c (optimize_minmax_comparison): Remove.
4745         (fold_comparison): Remove call to the above.
4746         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
4747         New transformations.
4749 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
4751         PR tree-optimization/71416
4752         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
4753         multiple entries
4755 2016-06-13  Martin Liska  <mliska@suse.cz>
4757         * predict.c (enum predictor_reason): Prefix enum with REASON_.
4758         (combine_predictions_for_insn): Likewise.
4759         (prune_predictions_for_bb): Likewise.
4760         (combine_predictions_for_bb): Likewise.
4762 2016-06-13  Richard Biener  <rguenther@suse.de>
4764         PR tree-optimization/71505
4765         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
4766         assert match comment.
4768 2016-06-13  Marek Polacek  <polacek@redhat.com>
4770         PR middle-end/71476
4771         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
4772         gimplify_switch_expr.
4773         (warn_switch_unreachable_r): New function.
4775 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4777         PR target/71379
4778         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
4779         one.
4781 2016-06-13  Richard Biener  <rguenther@suse.de>
4783         PR middle-end/64516
4784         * fold-const.c (fold_unary_loc): Preserve alignment when
4785         folding a VIEW_CONVERT_EXPR into a MEM_REF.
4787 2016-06-13  Martin Liska  <mliska@suse.cz>
4789         PR sanitizer/71458
4790         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
4791         w/ -fsanitize=bounds.
4793 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
4795         * config/i386/i386.c (ix86_init_builtins): Calculate
4796         FLOAT128_FTYPE_CONST_STRING function type only once.
4797         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
4798         built-in functions are available for x86-32 and x86-64 targets.
4800 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
4802         PR target/71241
4803         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
4804         New primitive type.
4805         (FLOAT128_FTYPE_CONST_STRING): New function type.
4806         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
4807         [IX86_BUILTIN_NANSQ]: Ditto.
4808         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
4809         (ix86_init_builtin_types): Declare const_string_type_node.
4810         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
4811         builtin functions.
4812         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
4813         * doc/extend.texi (x86 Built-in Functions): Document
4814         __builtin_nanq and __builtin_nansq.
4816 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
4818         PR target/71061
4819         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
4820         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
4821         length for pop patterns.
4822         (arm_attr_length_push_multi): Update comments.
4823         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
4824         attribute.
4825         (*pop_multiple_with_writeback_and_return): Likewise.
4826         (*pop_multiple_with_return): Likewise.
4828 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
4830         PR middle-end/71310
4831         * fold-const.c (optimize_bit_field_compare): Don't try to use
4832         word_mode unconditionally for reading the bit field, look at
4833         DECL_BIT_FIELD_REPRESENTATIVE instead.
4835 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
4837         PR middle-end/71478
4838         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
4839         vector integer type.
4841 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
4843         PR middle-end/71494
4844         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
4845         without LABEL_DECL, set *handled_ops_p to false instead of true.
4847 2016-06-10  Martin Sebor  <msebor@redhat.com>
4849         PR c/71392
4850         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
4851         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
4852         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
4853         them.
4854         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
4855         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
4856         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
4857         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
4858         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
4859         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
4860         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
4861         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
4863 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4865         * config/arm/arm.h (pool_vector_label,
4866         return_used_this_function): Remove.
4868 2016-06-10  Jeff Law  <law@redhat.com>
4870         PR tree-optimization/71335
4871         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
4872         zero length paths here.
4873         (convert_and_register_jump_thread_path): Remove hacks related to
4874         duplicated blocks in the jump thread path.
4875         (fsm_find_control_statement_thread_paths): Avoid putting the same
4876         block on the thread path twice, but ensure the thread path is
4877         unchanged from the caller's point of view.
4879 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
4881         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
4882         * predict.def (PRED_LOOP_BRANCH): Remove.
4884 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
4886         * Makefile.in (OBJS): Add ggc-tests.o.
4887         (GTFILES): Add ggc-tests.c.
4888         * ggc-tests.c: New file.
4889         * selftest-run-tests.c (selftest::run_tests): Call
4890         selftest::ggc_tests_c_tests.
4891         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
4893 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
4895         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
4897 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
4899         PR sanitizer/71480
4900         * varasm.c (place_block_symbol): Adjust alignment for asan protected
4901         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
4903 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
4905         * profile.c: Include cfgloop.h.
4906         (branch_prob): Compute estimated number of iterations.
4907         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
4908         recompute estimate number of iterations from profile.
4910 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4912         PR inline-asm/68843
4913         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
4914         must be grouped on top of stack.  Don't force early clobber
4915         on ordinary reg outputs.
4917 2016-06-10  Richard Biener  <rguenther@suse.de>
4919         * targhooks.c (default_builtin_vectorization_cost): Adjust
4920         vec_construct cost.
4922 2016-06-10  Richard Biener  <rguenther@suse.de>
4924         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
4925         to fold the RHS to a constant if possible.
4927 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
4929         PR middle-end/71373
4930         * tree-nested.c (convert_nonlocal_omp_clauses)
4931         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
4932         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
4933         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
4935         * gimplify.c (gimplify_adjust_omp_clauses): Discard
4936         OMP_CLAUSE_TILE.
4937         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
4939         * omp-low.c (scan_sharing_clauses): Don't expect
4940         OMP_CLAUSE__CACHE_.
4942 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
4944         PR tree-optimization/71407
4945         PR tree-optimization/71416
4946         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
4947         BIT_FIELD_REF type.
4949 2016-06-10  Richard Biener  <rguenther@suse.de>
4951         PR middle-end/71477
4952         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
4954 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
4956         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
4958 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
4959             Jiong Wang  <jiong.wang@arm.com>
4961         PR rtl-optimization/70751
4962         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
4963         spilled into memory.
4965 2016-06-09  Jonathan Yong  <10walls@gmail.com>
4967         Revert:
4968         2015-09-21  Jonathan Yong  <10walls@gmail.com>
4970         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
4971         sysroot/usr/lib/32api for additional win32 libraries,
4972         fixes failing Cygwin bootstrapping.
4974 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
4976         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
4977         Delete.
4979 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
4981         PR bootstrap/71471
4982         * pretty-print.c (pp_indent): Specify that %p is printed in a
4983         host-dependent manner.
4984         (test_pp_format): Remove the test for %p.
4986 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
4988         * config/mips/mips.c (mips_output_jump): Fix formatting.
4990 2016-06-09  Richard Biener  <rguenther@suse.de>
4992         PR tree-optimization/71462
4993         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
4994         removed blocks.
4996 2016-06-09  Martin Liska  <mliska@suse.cz>
4998         * predict.c (dump_prediction): Add new argument.
4999         (enum predictor_reason): New enum.
5000         (struct predictor_hash): New struct.
5001         (predictor_hash::hash): New function.
5002         (predictor_hash::equal): Likewise.
5003         (not_removed_prediction_p): New function.
5004         (prune_predictions_for_bb): Likewise.
5005         (combine_predictions_for_bb): Prune predictions.
5007 2016-06-09  Martin Liska  <mliska@suse.cz>
5009         * predict.c (filter_predictions): New function.
5010         (remove_predictions_associated_with_edge): Use the filter
5011         function.
5012         (equal_edge_p): New function.
5014 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
5016         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
5017         Correct usage of @samp vs @option, add @samp where appropriate.
5018         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
5019         Add armv6s-m and document it, as it is no official ARM name.
5021 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5023         * ifcvt.c (struct noce_if_info): Add transform_name field.
5024         (noce_try_move): Set if_info->transform_name to the function name.
5025         (noce_try_ifelse_collapse): Likewise.
5026         (noce_try_store_flag): Likewise.
5027         (noce_try_inverse_constants): Likewise.
5028         (noce_try_store_flag_constants): Likewise.
5029         (noce_try_addcc): Likewise.
5030         (noce_try_store_flag_mask): Likewise.
5031         (noce_try_cmove): Likewise.
5032         (noce_try_cmove_arith): Likewise.
5033         (noce_try_minmax): Likewise.
5034         (noce_try_abs): Likewise.
5035         (noce_try_sign_mask): Likewise.
5036         (noce_try_bitop): Likewise.
5037         (noce_convert_multiple_sets): Likewise.
5038         (noce_process_if_block): Print if_info->transform_name to
5039         dump_file if transformation succeeded.
5041 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5043         * config/arm/cortex-a57.md (cortex_a57_alu):
5044         Handle csel type.
5046 2016-06-08  Martin Sebor  <msebor@redhat.com>
5047             Jakub Jelinek  <jakub@redhat.com>
5049         PR c++/70507
5050         PR c/68120
5051         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
5052         BUILT_IN_MUL_OVERFLOW_P): New builtins.
5053         * builtins.c: Include gimple-fold.h.
5054         (fold_builtin_arith_overflow): Handle
5055         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
5056         (fold_builtin_3): Likewise.
5057         * doc/extend.texi (Integer Overflow Builtins): Document
5058         __builtin_{add,sub,mul}_overflow_p.
5060 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
5062         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
5063         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
5065 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
5067         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
5068         Rewrite, looking one level down for records and arrays.
5070 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
5072         * pretty-print.c: Include "selftest.h".
5073         (pp_format): Fix comment.
5074         (identifier_to_locale): Likewise.
5075         (selftest::test_basic_printing): New function.
5076         (selftest::assert_pp_format): New function.
5077         (selftest::test_pp_format): New function.
5078         (selftest::pretty_print_c_tests): New function.
5079         * selftest-run-tests.c (selftest::run_tests): Call
5080         selftest::pretty_print_c_tests.
5081         * selftest.h (pretty_print_c_tests): New declaration.
5083 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
5085         * invoke.texi (max-loop-headers-insns): Document.
5086         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
5087         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
5088         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
5090 2016-06-08  Richard Biener  <rguenther@suse.de>
5092         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
5093         on strided SLP loads and fall back to scalar loads in case
5094         we can't chunk them.
5096 2016-06-08  Richard Biener  <rguenther@suse.de>
5098         PR tree-optimization/71452
5099         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
5100         type used for the SSA rewrite has enough precision to cover
5101         the dynamic type of the location.
5103 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
5104             Richard Biener  <rguenther@suse.de>
5106         PR c++/71448
5107         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
5108         the same as DECL_P (base0) for indirect_base0.  Use equality_code
5109         in one further place.
5111 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
5113         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
5114         to one word if the field is known to overlap other words.
5115         (extract_bit_field_1): Likewise.
5116         (store_split_bit_field): Remove compensating code.
5117         (extract_split_bit_field): Likewise.
5119 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
5121         PR debug/71432
5122         PR ada/71413
5123         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
5125 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
5127         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
5128         VDQF.
5129         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
5130         (arch64_addpv4sf): Delete.
5131         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
5132         "gen_aarch64_addpv4sf".
5133         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
5134         builtin.
5135         (vpadds_f32): Likewise.
5136         (vpaddq_f32): Likewise.
5137         (vpaddq_f64): Likewise.
5139 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
5141         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
5142         VALLF.
5143         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
5144         to VALLF.  Rename to "fabd<mode>3".
5145         "*fabd_scalar<mode>3): Delete.
5146         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
5147         Use builtin.
5148         (vabdd_f64): Likewise.
5149         (vabd_f32): Likewise.
5150         (vabd_f64): Likewise.
5151         (vabdq_f32): Likewise.
5152         (vabdq_f64): Likewise.
5154 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
5156         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
5157         VALLF.
5158         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
5159         "aarch64_rsqrts<mode>".
5160         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
5161         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
5162         builtin.
5163         (vrsqrtsd_f64): Likewise.
5164         (vrsqrts_f32): Likewise.
5165         (vrsqrts_f64): Likewise.
5166         (vrsqrtsq_f32): Likewise.
5167         (vrsqrtsq_f64): Likewise.
5169 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
5171         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
5172         VALLF.
5173         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
5174         "aarch64_rsqrte<mode>".
5175         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
5176         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
5177         builtin.
5178         (vrsqrted_f64): Likewise.
5179         (vrsqrte_f32): Likewise.
5180         (vrsqrte_f64): Likewise.
5181         (vrsqrteq_f32): Likewise.
5182         (vrsqrteq_f64): Likewise.
5184 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
5186         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
5187         (ucvtf): Likewise.
5188         (fcvtzs): Likewise.
5189         (fcvtzu): Likewise.
5190         * config/aarch64/aarch64-simd.md
5191         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
5192         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
5193         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
5194         Use builtin.
5195         (vcvt_n_f32_u32): Likewise.
5196         (vcvt_n_s32_f32): Likewise.
5197         (vcvt_n_u32_f32): Likewise.
5198         (vcvtq_n_f32_s32): Likewise.
5199         (vcvtq_n_f32_u32): Likewise.
5200         (vcvtq_n_f64_s64): Likewise.
5201         (vcvtq_n_f64_u64): Likewise.
5202         (vcvtq_n_s32_f32): Likewise.
5203         (vcvtq_n_s64_f64): Likewise.
5204         (vcvtq_n_u32_f32): Likewise.
5205         (vcvtq_n_u64_f64): Likewise.
5206         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
5207         (VSDQ_SDI): Likewise.
5208         (fcvt_target): Support V4DI, V4SI and V2SI.
5209         (FCVT_TARGET): Likewise.
5211 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
5213         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
5214         (TYPES_BINOP_SUS): Likewise.
5215         (aarch64_simd_builtin_data): Update include file name.
5216         (aarch64_builtins): Likewise.
5217         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
5218         for conversion between scalar float-point and fixed-point.
5219         (ucvtf): Likewise.
5220         (fcvtzs): Likewise.
5221         (fcvtzu): Likewise.
5222         * config/aarch64/aarch64.md
5223         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
5224         pattern for conversion between scalar float to fixed-pointer.
5225         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
5226         (UNSPEC_FCVTZS): New UNSPEC enumeration.
5227         (UNSPEC_FCVTZU): Likewise.
5228         (UNSPEC_SCVTF): Likewise.
5229         (UNSPEC_UCVTF): Likewise.
5230         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
5231         Use builtin.
5232         (vcvtd_n_f64_u64): Likewise.
5233         (vcvtd_n_s64_f64): Likewise.
5234         (vcvtd_n_u64_f64): Likewise.
5235         (vcvtd_n_f32_s32): Likewise.
5236         (vcvts_n_f32_u32): Likewise.
5237         (vcvtd_n_s32_f32): Likewise.
5238         (vcvts_n_u32_f32): Likewise.
5239         * config/aarch64/iterators.md (fcvt_target): Support integer to float
5240         mapping.
5241         (FCVT_TARGET): Likewise.
5242         (FCVT_FIXED2F): New iterator.
5243         (FCVT_F2FIXED): Likewise.
5244         (fcvt_fixed_insn): New define_int_attr.
5246 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
5248         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
5249         some statements was removed.
5251 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
5253         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
5254         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
5255         (vect_can_advance_ivs_p): likewise.
5256         (vect_update_ivs_after_vectorizer): likewise.
5257         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
5258         (vect_analyze_scalar_cycles_1): likewise.
5259         (vect_analyze_loop_operations): likewise.
5260         (report_vect_op): likewise.
5261         (vect_is_slp_reduction): likewise.
5262         (vect_is_simple_reduction): likewise.
5263         (get_initial_def_for_induction): likewise.
5264         (vect_transform_loop): likewise.
5265         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
5266         (vect_recog_sad_pattern): likewise.
5267         (vect_recog_widen_sum_pattern): likewise.
5268         (vect_recog_widening_pattern): likewise.
5269         (vect_recog_divmod_pattern): likewise.
5270         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
5271         (vect_analyze_slp_instance): likewise.
5272         (vect_transform_slp_perm_load): likewise.
5273         (vect_schedule_slp_instance): likewise.
5275 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
5277         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
5278         (return_prediction): PRED_CONST_RETURN predict return as not taken.
5279         * predict.def (PRED_CONTINUE): Change hitrate 50->67
5280         (PRED_LOOP_BRANCH): Document predictor as broken.
5281         (PRED_LOOP_EXIT): Change hitrate 91->92.
5282         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
5283         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
5284         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
5285         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
5286         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
5287         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
5288         (PRED_CALL): Chane hitrate 71->67.
5289         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
5290         (PRED_GOTO): Document as unused right now.
5291         (PRED_CONST_RETURN): Change hitrate 67->69
5292         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
5293         (PRED_NULL_RETURN): Change hitrate 91->90.
5294         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
5295         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
5296         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
5298 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
5300         * config/rs6000/altivec.h: Add __builtin_vec_mul.
5301         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
5302         special case Altivec builtin.
5303         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
5304         VSX_BUILTIN_VEC_MUL (replaced with special case code).
5305         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
5306         code for ALTIVEC_BUILTIN_VEC_MUL.
5307         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
5308         for __builtin_vec_mul.
5310 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
5312         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
5313         -mno-htm.
5315 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
5317         * spellcheck.c (selftest::test_find_closest_string): New function.
5318         (spellcheck_c_tests): Call the above.
5320 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5322         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
5324 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
5326         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
5327         Yv=Yv,C alternatives.
5329 2016-06-07  Richard Biener  <rguenther@suse.de>
5331         PR c/61564
5332         * common.opt (ffast-math): Make Optimization.
5334 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
5335             Prachi Godbole  <prachi.godbole@imgtec.com>
5337         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
5338         `fabs' and `fneg' type attributes.
5339         (p5600_fpu_fabs): Add `fmove' to the comment.
5341 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
5343         * gimple.c: Include builtins.h
5344         (gimple_inexpensive_call_p): New function.
5345         * gimple.h (gimple_inexpensive_call_p): Declare.
5346         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
5347         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
5348         fix formatting.
5350 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
5352         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
5353         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
5354         warning_at_rich_loc, warning_n, pedwarn, permerror,
5355         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
5356         sorry, fatal_error, internal_error, internal_error_no_backtrace):
5357         Use the above.
5359 2016-06-07  Richard Biener  <rguenther@suse.de>
5361         PR tree-optimization/71428
5362         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
5363         BIT_FIELD_REF op vs. load.
5365 2016-06-07  Richard Biener  <rguenther@suse.de>
5367         PR middle-end/71423
5368         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
5369         for signed ops.
5371 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
5373         * config/pa/pa.md (call): Generate indirect long calls to non-local
5374         functions on TARGET_64BIT.
5375         (call_value): Likewise.
5377 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
5379         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
5380         pattern and subsequent splitters.
5381         (call_val_reg_64bit_post_reload): Likewise.
5383 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
5385         PR middle-end/71408
5386         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
5387         propagate_op_to_single_use.
5389 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
5391         PR middle-end/71281
5392         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
5394 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
5396         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
5397         (enum x86_dirflag_state): New enum.
5398         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
5399         (machine_function): Remove needs_cld.
5400         (ix86_current_function_needs_cld): Remove.
5401         * config/i386/i386.c (ix86_set_func_type): Set
5402         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
5403         (ix86_expand_prologue): Do not emit CLD here.
5404         (ix86_dirflag_mode_needed): New function.
5405         (ix86_dirflag_mode_entry): Ditto.
5406         (ix86_mode_needed): Handle X86_DIRFLAG entity.
5407         (ix86_mode_after): Ditto.
5408         (ix86_mode_entry): Ditto.
5409         (ix86_mode_exit): Ditto.
5410         (ix86_emit_mode_set): Ditto.
5411         * config/i386/i386.md (strmov_singleop): Set
5412         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
5413         Do not set ix86_current_function_needs_cld.
5414         (rep_mov): Ditto.
5415         (strset_singleop): Ditto.
5416         (rep_stos): Ditto.
5417         (cmpstrnqi_nz_1): Ditto.
5418         (cmpstrnqi_1): Ditto.
5419         (strlenqi_1): Ditto.
5421 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
5423         PR tree-optimization/71259
5424         * tree-vect-slp.c (vect_get_constant_vectors): For
5425         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
5426         one for constant op, and use COND_EXPR for non-constant.
5428 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
5430         * Makefile.in (OBJS): Add function-tests.o,
5431         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
5432         selftest-run-tests.o.
5433         (OBJS-libcommon): Add selftest.o.
5434         (OBJS-libcommon-target): Add selftest.o.
5435         (all.internal): Add "selftest".
5436         (all.cross): Likewise.
5437         (selftest): New phony target.
5438         (s-selftest): New target.
5439         (selftest-gdb): New phony target.
5440         (COLLECT2_OBJS): Add selftest.o.
5441         * bitmap.c: Include "selftest.h".
5442         (selftest::test_gc_alloc): New function.
5443         (selftest::test_set_range): New function.
5444         (selftest::test_clear_bit_in_middle): New function.
5445         (selftest::test_copying): New function.
5446         (selftest::test_bitmap_single_bit_set_p): New function.
5447         (selftest::bitmap_c_tests): New function.
5448         * common.opt (fself-test): New.
5449         * diagnostic-show-locus.c: Include "selftest.h".
5450         (make_range): New function.
5451         (test_range_contains_point_for_single_point): New function.
5452         (test_range_contains_point_for_single_line): New function.
5453         (test_range_contains_point_for_multiple_lines): New function.
5454         (assert_eq): New function.
5455         (test_get_line_width_without_trailing_whitespace): New function.
5456         (selftest::diagnostic_show_locus_c_tests): New function.
5457         * et-forest.c: Include "selftest.h".
5458         (selftest::test_single_node): New function.
5459         (selftest::test_simple_tree): New function.
5460         (selftest::test_disconnected_nodes): New function.
5461         (selftest::et_forest_c_tests): New function.
5462         * fold-const.c: Include "selftest.h".
5463         (selftest::assert_binop_folds_to_const): New function.
5464         (selftest::assert_binop_folds_to_nonlvalue): New function.
5465         (selftest::test_arithmetic_folding): New function.
5466         (selftest::fold_const_c_tests): New function.
5467         * function-tests.c: New file.
5468         * gimple.c: Include "selftest.h".
5469         Include "gimple-pretty-print.h".
5470         (selftest::verify_gimple_pp): New function.
5471         (selftest::test_assign_single): New function.
5472         (selftest::test_assign_binop): New function.
5473         (selftest::test_nop_stmt): New function.
5474         (selftest::test_return_stmt): New function.
5475         (selftest::test_return_without_value): New function.
5476         (selftest::gimple_c_tests): New function.
5477         * hash-map-tests.c: New file.
5478         * hash-set-tests.c: New file.
5479         * input.c: Include "selftest.h".
5480         (selftest::assert_loceq): New function.
5481         (selftest::test_accessing_ordinary_linemaps): New function.
5482         (selftest::test_unknown_location): New function.
5483         (selftest::test_builtins): New function.
5484         (selftest::test_reading_source_line): New function.
5485         (selftest::input_c_tests): New function.
5486         * rtl-tests.c: New file.
5487         * selftest-run-tests.c: New file.
5488         * selftest.c: New file.
5489         * selftest.h: New file.
5490         * spellcheck.c: Include "selftest.h".
5491         (selftest::levenshtein_distance_unit_test_oneway): New function,
5492         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
5493         (selftest::levenshtein_distance_unit_test): Likewise.
5494         (selftest::spellcheck_c_tests): Likewise.
5495         * toplev.c: Include selftest.h.
5496         (toplev::run_self_tests): New.
5497         (toplev::main): Handle -fself-test.
5498         * toplev.h (toplev::run_self_tests): New.
5499         * tree.c: Include "selftest.h".
5500         (selftest::test_integer_constants): New function.
5501         (selftest::test_identifiers): New function.
5502         (selftest::test_labels): New function.
5503         (selftest::tree_c_tests): New function.
5504         * tree-cfg.c: Include "selftest.h".
5505         (selftest::push_fndecl): New function.
5506         (selftest::test_linear_chain): New function.
5507         (selftest::test_diamond): New function.
5508         (selftest::test_fully_connected): New function.
5509         (selftest::tree_cfg_c_tests): New function.
5510         * vec.c: Include "selftest.h".
5511         (selftest::safe_push_range): New function.
5512         (selftest::test_quick_push): New function.
5513         (selftest::test_safe_push): New function.
5514         (selftest::test_truncate): New function.
5515         (selftest::test_safe_grow_cleared): New function.
5516         (selftest::test_pop): New function.
5517         (selftest::test_safe_insert): New function.
5518         (selftest::test_ordered_remove): New function.
5519         (selftest::test_unordered_remove): New function.
5520         (selftest::test_block_remove): New function.
5521         (selftest::reverse_cmp): New function.
5522         (selftest::test_qsort): New function.
5523         (selftest::vec_c_tests): New function.c.
5524         * wide-int.cc: Include selftest.h and wide-int-print.h.
5525         (selftest::from_int <wide_int>): New function.
5526         (selftest::from_int <offset_int>): New function.
5527         (selftest::from_int <widest_int>): New function.
5528         (selftest::assert_deceq): New function.
5529         (selftest::assert_hexeq): New function.
5530         (selftest::test_printing <VALUE_TYPE>): New function template.
5531         (selftest::test_ops <VALUE_TYPE>): New function template.
5532         (selftest::test_comparisons <VALUE_TYPE>): New function template.
5533         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
5534         template.
5535         (selftest::wide_int_cc_tests): New function.
5537 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5539         PR middle-end/37780
5540         * ifcvt.c (noce_try_ifelse_collapse): New function.
5541         Declare prototype.
5542         (noce_process_if_block): Call noce_try_ifelse_collapse.
5543         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
5544         (simplify_ternary_operation): Use the above to simplify
5545         conditional CLZ/CTZ expressions.
5547 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5549         PR middle-end/37780
5550         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
5551         define_insn_and_split.
5553 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5555         PR middle-end/37780
5556         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
5558 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5560         PR c/24414
5561         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
5562         Implicitly clobber memory for basic asm with non-empty assembler
5563         string.  Use targetm.md_asm_adjust also here.
5564         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
5565         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
5566         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
5567         non-empty assembler string.
5568         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
5569         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
5570         (decode_asm_operands): Handle basic asm in PARALLEL block.
5571         (extract_insn): Handle basic asm in PARALLEL block.
5572         * doc/extend.texi: Mention new behavior of basic asm.
5573         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
5574         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
5575         branch_needs_nop_p): Use asm_noperands.
5577 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
5579         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
5580         Include the M7 SPARC DFA scheduler.
5581         New attribute v3pipe.
5582         Annotate insns with v3pipe where appropriate.
5583         Define cpu_feature vis4.
5584         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
5585         Add (V8QI "8") to vbits.
5586         Add insns {add,sub}v8qi3
5587         Add insns ss{add,sub}v8qi3
5588         Add insns us{add,sub}{v8qi,v4hi}3
5589         Add insns {min,max}{v8qi,v4hi,v2si}3
5590         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
5591         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
5592         * config/sparc/niagara4.md: Add a comment explaining the
5593         discrepancy between the documented latenty numbers and the
5594         implemented ones.
5595         * config/sparc/niagara7.md: New file.
5596         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
5597         supports SPARC5 and VIS 4.0 instructions.
5598         * configure: Regenerate.
5599         * config.in: Likewise.
5600         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
5601         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
5602         TARGET_CPU_niagara7.
5603         (ASM_CPU64_DEFAULT_SPEC): Likewise.
5604         (CPP_CPU_SPEC): Handle niagara7.
5605         (ASM_CPU_SPEC): Likewise.
5606         * config/sparc/sparc-opts.h (processor_type): Add
5607         PROCESSOR_NIAGARA7.
5608         (mvis4): New option.
5609         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
5610         (AS_NIAGARA7_FLAG): Define.
5611         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
5612         (CPP_CPU64_DEFAULT_SPEC): Likewise.
5613         (CPP_CPU_SPEC): Handle niagara7.
5614         (ASM_CPU_SPEC): Likewise.
5615         * config/sparc/sparc.c (niagara7_costs): Define.
5616         (sparc_option_override): Handle niagara7 and adjust cache-related
5617         parameters with better values for niagara cpus.  Also support VIS4.
5618         (sparc32_initialize_trampoline): Likewise.
5619         (sparc_use_sched_lookahead): Likewise.
5620         (sparc_issue_rate): Likewise.
5621         (sparc_register_move_cost): Likewise.
5622         (dump_target_flag_bits): Support VIS4.
5623         (sparc_vis_init_builtins): Likewise.
5624         (sparc_builtins): Likewise.
5625         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
5626         VIS4 4.0.
5627         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
5628         UltraSparc M7.
5629         * config/sparc/sparc.opt (sparc_processor_type): New value
5630         niagara7.
5631         * config/sparc/visintrin.h (__attribute__): Prototypes for the
5632         VIS4 builtins.
5633         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
5634         -mvis4.
5635         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
5636         VIS4 builtins.
5638 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
5640         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
5642 2016-06-06  Richard Biener  <rguenther@suse.de>
5644         PR tree-optimization/71398
5645         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
5646         remove edges.
5648 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
5650         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
5651         ft32_expand_prolog, ft32_expand_epilogue):
5652         Handle pretend_args.
5653         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
5654         * config/ft32/ft32.md: Add pretend_returner.
5656 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
5658         PR target/71389
5659         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
5660         Copy op1 RTX to avoid invalid sharing.
5661         (ix86_expand_vector_move_misalign): Ditto.
5663 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
5665         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
5666         ATTRIBUTE_UNUSED.
5668 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
5670         * predict.c (predicted_by_loop_heuristics_p): New function.
5671         (predict_iv_comparison): Use it.
5672         (predict_loops): Walk from innermost loops; do not predict edges
5673         leaving multiple loops multiple times; implement
5674         PRED_LOOP_ITERATIONS_MAX heuristics.
5675         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
5677 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
5679         * cfg.c (check_bb_profile): Do not report mismatched profiles when
5680         only edges out of BB are EH edges.
5682 2016-06-04  Martin Sebor  <msebor@redhat.com>
5683             Marcin Baczyński  <marbacz@gmail.com>
5685         PR c/48116
5686         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
5687         a void expression in a void function.
5689 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
5691         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
5692         aux; dump reasons of decisions.
5693         (should_duplicate_loop_header_p): Likewise.
5694         (do_while_loop_p): Likewise.
5695         (ch_base::copy_headers): Dump asi num insns duplicated.
5697 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
5699         PR tree-optimization/71405
5700         * tree-ssa.c (execute_update_addresses_taken): For clobber with
5701         incompatible type, build a new clobber with the right type instead
5702         of building a VIEW_CONVERT_EXPR around it.
5704 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
5706         PR tree-optimization/52171
5707         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
5708         by_pieces_ninsns instead of move_by_pieces_ninsns.
5710 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
5712         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
5713         for reg+reg addressing mode.
5715 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5717         * rs6000-c.c (c/c-tree.h): Add #include.
5718         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
5719         in C++ when found in the base position of vec_ld or vec_st.
5721 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
5723         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
5724         use of profile unless profile status is PROFILE_READ.
5725         * profile.c (compute_branch_probabilities): Set profile status
5726         only after reporting predictor hitrates.
5728 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
5730         PR target/71276
5731         PR target/71277
5732         * common.opt (ffp-int-builtin-inexact): New option.
5733         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
5734         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
5735         (ceil@var{m}2): Document dependence on this option.
5736         * ipa-inline-transform.c (inline_call): Handle
5737         flag_fp_int_builtin_inexact.
5738         * ipa-inline.c (can_inline_edge_p): Likewise.
5739         * config/i386/i386.md (rintxf2): Do not test
5740         flag_unsafe_math_optimizations.
5741         (rint<mode>2_frndint): New define_insn.
5742         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
5743         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
5744         for 387 instead of extending and truncating.
5745         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
5746         !flag_trapping_math instead of flag_unsafe_math_optimizations.
5747         Change to frndint<mode>2_<rounding>.
5748         (frndintxf2_<rounding>_i387): Likewise.  Change to
5749         frndint<mode>2_<rounding>_i387.
5750         (<rounding_insn>xf2): Likewise.
5751         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
5752         !flag_trapping_math instead of flag_unsafe_math_optimizations for
5753         x87.  Test TARGET_ROUND || !flag_trapping_math ||
5754         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
5755         SSE.  Use ROUND_NO_EXC in constant operand of
5756         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
5757         for 387 instead of extending and truncating.
5759 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
5760             Julia Koval  <julia.koval@intel.com>
5762         PR target/66960
5763         PR target/67630
5764         PR target/67634
5765         PR target/67841
5766         PR target/68037
5767         PR target/68618
5768         PR target/68661
5769         PR target/69575
5770         PR target/69596
5771         PR target/69734
5772         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
5773         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
5774         all registers, except for function return registers if there are
5775         no caller-saved registers.
5776         (ix86_set_func_type): New function.
5777         (ix86_set_current_function): Call ix86_set_func_type to set
5778         no_caller_saved_registers and func_type.  Call reinit_regs if
5779         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
5780         nor x87 instructions in interrupt handler nor function with
5781         no_caller_saved_registers attribute.
5782         (ix86_function_ok_for_sibcall): Return false if there are no
5783         caller-saved registers.
5784         (type_natural_mode): Don't warn ABI change for MMX in interrupt
5785         handler.
5786         (ix86_function_arg_advance): Skip for callee in interrupt handler.
5787         (ix86_function_arg): Return special arguments in interrupt handler.
5788         (ix86_promote_function_mode): Promote pointer to word_mode only
5789         for normal functions.
5790         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
5791         interrupt handler.
5792         (ix86_epilogue_uses): New function.
5793         (ix86_hard_regno_scratch_ok): Likewise.
5794         (ix86_save_reg): Preserve all registers in interrupt handler
5795         after reload.  Preserve all registers, except for function return
5796         registers, if there are no caller-saved registers after reload.
5797         (find_drap_reg): Always use callee-saved register if there are
5798         no caller-saved registers.
5799         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
5800         for interrupt handler.
5801         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
5802         Emit cld instruction if stringops are used in interrupt handler
5803         or interrupt handler isn't a leaf function.
5804         (ix86_expand_epilogue): Generate interrupt return for interrupt
5805         handler and pop the 'ERROR_CODE' off the stack before interrupt
5806         return in exception handler.
5807         (ix86_expand_call): Disallow calling interrupt handler directly.
5808         If there are no caller-saved registers, mark all registers that
5809         are clobbered by the call which returns as clobbered.
5810         (ix86_handle_no_caller_saved_registers_attribute): New function.
5811         (ix86_handle_interrupt_attribute): Likewise.
5812         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
5813         attributes.
5814         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
5815         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
5816         accumulation in interrupt function if stack may be realigned to
5817         avoid DRAP.
5818         (EPILOGUE_USES): New.
5819         (function_type): New enum.
5820         (machine_function): Add func_type and no_caller_saved_registers.
5821         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
5822         (interrupt_return): New pattern.
5823         * doc/extend.texi: Document x86 interrupt and
5824         no_caller_saved_registers attributes.
5826 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
5828         PR tree-optimization/52171
5829         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
5830         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
5831         Look for constant strings.  Move some code to emit_block_cmp_hints
5832         and use it.
5833         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
5834         * defaults.h (COMPARE_MAX_PIECES): New macro.
5835         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
5836         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
5837         (clear_by_pieces_1): Don't declare.  Move definition before use.
5838         (can_do_by_pieces): New static function.
5839         (can_move_by_pieces): Use it.  Return bool.
5840         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
5841         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
5842         (class pieces_addr); New.
5843         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
5844         pieces_addr::adjust, pieces_addr::increment_address,
5845         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
5846         functions for it.
5847         (class op_by_pieces_d): New.
5848         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
5849         functions for it.
5850         (class move_by_pieces_d, class compare_by_pieces_d,
5851         class store_by_pieces_d): New subclasses of op_by_pieces_d.
5852         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
5853         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
5854         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
5855         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
5856         compare_by_pieces_d::finish_mode): New member functions.
5857         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
5858         functions.
5859         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
5860         (emit_block_cmp_hints): New function.
5861         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
5862         use the newly defined classes.
5863         * expr.h (by_pieces_constfn): New typedef.
5864         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
5865         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
5866         (move_by_pieces_ninsns): Don't declare.
5867         (can_move_by_pieces): Change return value to bool.
5868         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
5869         (compare_by_pieces_branch_ratio): New hook.
5870         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
5871         (by_pieces_ninsns): Declare.
5872         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
5873         COMPARE_BY_PIECES.
5874         (default_compare_by_pieces_branch_ratio): New function.
5875         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
5876         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
5877         * doc/tm.texi: Regenerate.
5878         * tree-ssa-strlen.c: Include "builtins.h".
5879         (handle_builtin_memcmp): New static function.
5880         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
5881         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
5883 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
5885         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
5886         relevant stmts which are simple and invariant.
5887         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
5888         instead of simple and invariant
5890 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
5892         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
5893         (vectorizable_reduction): Check for new relevant state.
5894         (vectorizable_live_operation): vectorize live stmts using
5895         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
5896         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
5897         (vect_stmt_relevant_p): Check for stmts which are only used live.
5898         (process_use): Use of a stmt does not inherit it's live value.
5899         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
5900         (vect_analyze_stmt): Check for new relevant state.
5901         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
5902         outside the loop, but not inside it.
5904 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
5906         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
5907         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
5908         (vect_get_vec_def_for_operand): Split out code.
5910 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
5912         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
5914 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
5916         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
5918 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5920         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
5922 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
5924         PR middle-end/71387
5925         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
5926         to noreturn e->callee->decl that has void return type and void
5927         arguments, adjust gimple_call_fntype and remove lhs even if it had
5928         previously addressable type.
5930 2016-06-02  Jeff Law  <law@redhat.com>
5932         PR tree-optimization/71328
5933         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
5934         error when checking for a jump back onto the copied path.
5936 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
5938         * config/microblaze/microblaze.c (get_branch_target): Add return
5939         NULL_RTX for the non-CALL_P case.
5940         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
5941         (insert_wic): Remove unused local "j".
5943 2016-06-02  Martin Liska  <mliska@suse.cz>
5945         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
5947 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
5948             Julia Koval  <julia.koval@intel.com>
5950         * function.c (assign_parm_setup_stack): Force source into a
5951         register if needed.
5952         * target.def (function_incoming_arg): Update documentation to
5953         allow arbitrary address computation based on hard register.
5954         * doc/tm.texi: Regenerated.
5956 2016-06-02  Martin Liska  <mliska@suse.cz>
5958         * predict.c (combine_predictions_for_bb): Fix first match in
5959         cases where a first predictor contains more than one occurence
5960         in list of predictors.  Take the best value in such case.
5962 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5964         PR rtl-optimization/71295
5965         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
5966         offset would go over the size of the inner mode reject it.
5968 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
5970         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
5971         x=x,x and v=v,m instead of x=x,m.
5973         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
5974         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
5975         alternative to v=rm,C.
5977         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
5978         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
5979         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
5980         instead of vex for the last two above mentioned alternatives.
5982 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5984         PR target/70830
5985         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
5987 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
5989         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
5991 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
5993         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
5994         from int to unsigned.
5996 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
5998         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
5999         alternatives, eliminating preferred register class.  Add support
6000         for the MTVSRDD instruction in ISA 3.0.
6001         (vsx_splat_v4si_internal): Use splat_input_operand instead of
6002         reg_or_indexed_operand.
6003         (vsx_splat_v4sf_internal): Likewise.
6005 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
6007         PR target/71186
6008         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
6009         for loading up all 0's or all 1's.
6011 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6013         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
6015 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
6017         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
6018         extension.
6019         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
6020         * gcc.c (set_source_date_epoch_envvar): New function, sets
6021         the SOURCE_DATE_EPOCH environment variable to the current time.
6023 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
6025         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
6026         the factor for live Phi nodes.
6028 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
6030         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
6031         * tree-parloops.c (parallelize_loops): likewise.
6032         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
6033         tree_unswitch_outer_loop): likewise.
6035 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
6037         PR middle-end/71371
6038         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
6039         around creation of the temporary.
6041 2016-06-01  Richard Biener  <rguenther@suse.de>
6043         PR tree-optimization/71366
6044         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
6045         (unloop_loops): Move removing edges here ...
6046         (try_unroll_loop_completely): ... from here.
6047         (try_peel_loop): ... and here.
6048         (tree_unroll_loops_completely_1): Track parent loops via
6049         bitmap of header BBs.
6050         (tree_unroll_loops_completely): Adjust for that.
6052 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6054         * config/rs6000/altivec.h (vec_slv): New macro.
6055         (vec_srv): New macro.
6056         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
6057         (UNSPEC_VSRV): New value.
6058         (vslv): New insn.
6059         (vsrv): New insn.
6060         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
6061         (vsrv): New builtin definition.
6062         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
6063         define argument types for new builtin.
6064         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
6065         new builtin.
6066         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
6067         functions.
6069 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
6070             Jocelyn Mayer  <l_indien@magic.fr>
6072         PR target/67310
6073         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
6074         detect processor family for signature_CENTAUR_ebx.
6075         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
6076         signature_CENTAUR_ebx.
6077         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
6078         <default>: Pass x86-64 for has_longmode.
6080 2016-06-01  Nathan Sidwell  <nathan@acm.org>
6082         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
6083         undefined weak.
6085 2016-06-01  Richard Biener  <rguenther@suse.de>
6087         PR tree-optimization/71261
6088         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
6089         of stmts successfully put in the bool pattern.  Remove
6090         single-use restriction.
6091         (adjust_bool_pattern_cast): Add cast at the use site via the
6092         pattern def sequence.
6093         (adjust_bool_pattern): Remove recursion, maintain a hash-map
6094         of patterned defs.  Use the pattern def seqence instead of
6095         multiple independent patterns.
6096         (sort_after_uid): New qsort compare function.
6097         (adjust_bool_stmts): New function to process stmts in the bool
6098         pattern in IL order.
6099         (vect_recog_bool_pattern): Adjust.
6100         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
6101         (ifcvt_walk_pattern_tree): Likewise.
6102         (stmt_is_root_of_bool_pattern): Likewise.
6103         (ifcvt_repair_bool_pattern): Likewise.
6104         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
6106 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
6108         * loop-unroll.c (decide_unroll_constant_iterations,
6109         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
6110         likely upper bounds.
6111         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
6113 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
6115         * tree-core.h (enum omp_clause_code): Remove
6116         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
6118 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6120         * config/arm/sync.md (arm_store_exclusive<mode>):
6121         Use 'H' output modifier on operands[2] rather than creating a new
6122         entry in out-of-bounds memory of the operands array.
6123         (arm_store_release_exclusivedi): Likewise.
6125 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6127         * config/arm/arm.c (arm_fusion_enabled_p): New function.
6128         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
6129         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
6130         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
6132 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
6134         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
6135         into account live statements for mask producers.
6137 2016-06-01  Richard Biener  <rguenther@suse.de>
6139         PR tree-optimization/71311
6140         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
6141         restrict to non-INTEGER_CST @0.
6143 2016-06-01  Richard Biener  <rguenther@suse.de>
6145         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
6146         (relational patterns): Use :c to avoid pattern duplications.
6148 2016-06-01  Richard Biener  <rguenther@suse.de>
6150         * genmatch.c (comparison_code_p): New predicate.
6151         (swap_tree_comparison): New function.
6152         (commutate): Add for_vec parameter to append new for entries.
6153         Support commutating relational operators by swapping it alongside
6154         operands.
6155         (lower_commutative): Adjust.
6156         (dt_simplify::gen): Do not pass artificial operators to gen
6157         functions.
6158         (decision_tree::gen): Do not add artificial operators as parameters.
6159         (parser::parse_expr): Verify operator commutativity when :c is
6160         applied.  Allow :C to override this.
6161         * match.pd: Adjust patterns to use :C instead of :c where required.
6163 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
6165         PR tree-optimization/71077
6166         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
6167         the combining step, use boolean_false_node and boolean_true_node
6168         as the designated false/true return values.
6170 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
6172         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
6173         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
6174         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
6175         PRED_LOOP_EXIT.
6177 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
6179         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
6180         of flags impliying the register renaming.
6181         * toplev.c (process_options): Do not imply flag_rename_registers with
6182         loop peeling.
6184 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
6186         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
6187         default implementation.
6189 2016-05-31  Nathan Sidwell  <nathan@acm.org>
6191         * dwarf2out.c (cur_line_info_table): Add GTY marker.
6193 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
6195         * config/sh/constraints.md (b): Remove constraint.
6196         * config/sh/predicates.md (arith_reg_operand): Remove
6197         TARGET_REGISTER_P.
6198         * config/sh/sh-modes.def (PDI): Remove.
6199         * config/sh/sh.c (sh_target_reg_class,
6200         sh_optimize_target_register_callee_saved): Remove functions.
6201         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
6202         (sh_expand_epilogue): Update comment.
6203         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
6204         sh_secondary_reload): Remove TARGET_REGS related code.
6205         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
6206         TARGET_REGISTER_P): Remove macros.
6207         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
6208         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
6209         TR1_REG, TR2_REG): Remove constants.
6210         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
6212 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
6214         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
6215         define_expand patterns.
6216         (adddi3_compact): Rename to adddi3.
6217         (subdi3_compact): Rename to subdi3.
6218         (*negdi2): Rename to negdi2.
6219         (*abs<mode>2): Rename to abs<mode>2.
6221 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
6223         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
6224         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
6225         (atomic_sub_fetchsi): ... this new pattern.
6226         (mvtc): Add CC_REG clobber.
6228 2016-05-31  Marek Polacek  <polacek@redhat.com>
6230         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
6232 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6234         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
6235         aarch64_fusion_enabled_p to check for fusion capabilities.
6237 2016-05-31  Richard Biener  <rguenther@suse.de>
6239         PR tree-optimization/71352
6240         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
6241         minus one and a negate.
6243 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6245         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
6246         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
6247         Delete prototype.
6248         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
6249         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
6250         Remove use of aarch64_simd_attr_length_move, set length attribute
6251         directly.
6252         (*aarch64_be_movoi): Likewise.
6253         (*aarch64_be_movci): Likewise.
6254         (*aarch64_be_movxi): Likewise.
6256 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
6258         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
6259         It no longer does that.
6260         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
6262 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
6264         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
6265         attribute __unused__.
6267 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6269         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
6270         * config/arm/arm.c (arm_arch_thumb1): Define.
6271         (arm_option_override): Initialize arm_arch_thumb1.
6272         * config/arm/arm.h (arm_arch_thumb1): Declare.
6273         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
6274         support Thumb-1 ISA.
6276 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
6278         PR target/71346
6279         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
6280         `Yv' for scalar operand.
6282 2016-05-31  Tom de Vries  <tom@codesourcery.com>
6284         PR tree-optimization/69068
6285         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
6286         phis with more than two args.
6288 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
6290         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
6291         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
6292         target.
6294 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
6296         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
6297         tune_64.
6298         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
6299         support on SPARC.
6300         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
6301         cpu_32, cpu_64, tune_32 and tune_64.
6302         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
6304 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
6306         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
6308 2016-05-30  Andi Kleen  <ak@linux.intel.com>
6310         * auto-profile.c (read_profile): Replace asserts with errors
6311         when file does not exist.
6312         * gcov-io.c (gcov_read_words): Dito.
6314 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
6316         * tree-cfg.c (print_loop): Print likely upper bounds.
6318 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
6320         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
6321         * opts.c (default_options): Enable peel loops at -O3.
6322         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
6323         (try_peel_loop): Do not re-peel already peeled loops;
6324         use likely upper bounds; fix profile updating.
6325         (pass_complete_unroll::execute): Initialize peeled_loops.
6327 2016-05-30  Martin Liska  <mliska@suse.cz>
6329         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
6330         computed costs by frequency of BB they belong to.
6331         (get_scaled_computation_cost_at): New function.
6333 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
6334             Marc Glisse  <marc.glisse@inria.fr>
6336         PR tree-optimization/71289
6337         * match.pd (-1 / B < A, A > -1 / B): New transformations.
6339 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
6341         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
6343 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
6345         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
6346         for peeled copies; avoid underflow when updating estimates; correctly
6347         scale loop profile.
6349 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
6351         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
6352         r236875. Corrected oe3 to oe2 as obvious.
6354 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
6356         PR middle-end/71269
6357         PR middle-end/71252
6358         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
6359         that inserted stmt will not dominate stmts that defines its operand.
6360         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
6361         (rewrite_expr_tree_parallel): Likewise.
6363 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
6365         PR middle-end/71252
6366         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
6367         all fields including stmt_to_insert are swapped.
6369 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
6371         * predict.h (force_edge_cold): Declare.
6372         * predict.c (force_edge_cold): New function.
6373         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
6374         updating.
6375         (canonicalize_loop_induction_variables): Fix formating.
6377 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
6379         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
6380         (visium_expand_copysign): Use gen_int_mode directly.
6381         (visium_compute_frame_size): Minor tweaks.
6383 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
6385         * tree-vect-loop.c (vect_analyze_loop_2): Use
6386         likely_max_stmt_executions_int.
6388 2016-05-30  Tom de Vries  <tom@codesourcery.com>
6390         PR tree-optimization/69067
6391         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
6393 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
6395         PR target/71245
6396         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
6397         New peepholes to remove unneeded fild/fistp pairs.
6398         (define_peephole2 atomic_loaddi_fpu): Ditto.
6400 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
6402         * predict.c (maybe_hot_frequency_p): Avoid division.
6404 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
6406         * doc/install.texi: Use https for shop.fsf.org.
6408 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
6410         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
6411         likely_max_stmt_executions_int.
6413 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
6415         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
6416         likely_max_stmt_executions_int.
6418 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
6420         * profile.c (compute_branch_probabilities): Do not report hitrates
6421         here.
6422         (branch_prob): Report hitrates here.
6423         * predict.c (gimple_predict_edge): Do not assert profile status;
6424         fix formatting issues.
6426 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
6428         * predict.c (edge_predicted_by_p): New function.
6429         (predict_paths_for_bb): Do not put multiple predictions of the same type
6430         on one edge.
6432 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
6434         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
6435         commit.
6437 2016-05-28  Alan Modra  <amodra@gmail.com>
6439         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
6441 2016-05-28  Alan Modra  <amodra@gmail.com>
6443         PR rtl-optimization/71275
6444         * ira.c (ira): Free dominance info.
6446 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
6448         * doc/sourcebuild.texi: New address for upstream Go repository.
6450 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6452         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
6453         (TARGET_ARM_V7M): Likewise.
6455 2016-05-26  Jeff Law  <law@redhat.com>
6457         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
6458         (thread_across_edge): Remove calls to find_jump_threads_backwards.
6459         * passes.def: Add jump threading passes before DOM/VRP.
6460         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
6461         argument to a basic block from an edge.  Remove tests which are
6462         handled elsewhere.
6463         (pass_data_thread_jumps, class pass_thread_jumps): New.
6464         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
6465         (make_pass_thread_jumps): Likewise.
6466         * tree-pass.h (make_pass_thread_jumps): Declare.
6468 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
6470         * config/visium/visium-protos.h (split_double_move): Rename into...
6471         (visium_split_double_move): ...this.
6472         (visium_split_double_add): Declare.
6473         * config/visium/visium.c (split_double_move): Rename into...
6474         (visium_split_double_move): ...this.
6475         (visium_split_double_add): New function.
6476         (visium_expand_copysign): Renumber operands for consistency.
6477         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
6478         (DFmode move splitter): Likewise.
6479         (*addi3_insn): Split by means of visium_split_double_add.
6480         (*adddi3_insn_flags): Delete.
6481         (*plus_plus_sltu<subst_arith>): New insn.
6482         (*subdi3_insn): Split by means of visium_split_double_add.
6483         (subdi3_insn_flags): Delete.
6484         (*minus_minus_sltu<subst_arith>): New insn.
6485         (*negdi2_insn): Split by means of visium_split_double_add.
6486         (*negdi2_insn_flags): Delete.
6488 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
6490         * configure.ac: Treat a --with-headers option without argument
6491         the same as the default (i.e. consult sys-include directory).
6492         * configure: Regenerate.
6494 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6496         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
6497         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
6498         prototype.
6499         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
6500         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
6502 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
6504         PR target/63596
6505         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
6506         tree-stdarg analysis results.
6507         (aarch64_setup_incoming_varargs): Likewise.
6509 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
6511         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
6512         va_list_gpr_counter_field and va_list_fpr_counter_field.
6514 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
6516         PR67609
6517         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
6518         * config/aarch64/aarch64.c
6519         (aarch64_cannot_change_mode_class): Remove function.
6520         * config/aarch64/aarch64-protos.h
6521         (aarch64_cannot_change_mode_class): Remove.
6523 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
6525         * cfgloop.c (record_niter_bound): Record likely upper bounds.
6526         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
6527         get_likely_max_loop_iterations_int): New.
6528         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
6529         any_likely_upper_bound.
6530         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
6531         Declare.
6532         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
6533         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
6534         upper bound.
6535         (unroll_loop_constant_iterations): Likewise.
6536         (unroll_loop_runtime_iterations): Likewise.
6537         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
6538         * lto-streamer-out.c (output_cfg): Likewise.
6539         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
6540         bounds.
6541         (canonicalize_loop_induction_variables): Dump likely upper bounds.
6542         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
6543         (likely_max_loop_iterations): New.
6544         (likely_max_loop_iterations_int): New.
6545         (likely_max_stmt_executions): New.
6546         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
6547         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
6548         likely_max_stmt_executions): Declare.
6550 2016-05-27  Marek Polacek  <polacek@redhat.com>
6552         PR middle-end/71308
6553         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
6555 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6557         * config/s390/s390.md (2x risbg splitters): Use
6558         reg_overlap_mentioned_p instead of rtx_equal_p.
6560 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6562         * combine.c (make_compound_operation): Take known zero bits into
6563         account when checking for possible zero_extend.
6565 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6567         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
6568         Use const_int_operand for operand 2 predicate.  Simplify expand code
6569         as a result.
6571 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
6573         PR middle-end/71279
6574         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
6575         into comparison.
6577 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6579         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
6580         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
6581         that returns CC_SESWPmode and CC_ZESWPmode.
6582         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
6583         and CC_SESWPmode.
6584         (aarch64_rtx_costs): Likewise.
6586 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
6588         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
6589         for ISA 3.0 min/max support.
6590         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
6591         conditional move support.
6592         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
6593         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
6594         available.
6595         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
6596         conditional moves where the comparison type is different from move
6597         type.
6598         (fp_minmax): New code iterator for smin/smax.
6599         (minmax): New code attributes for min/max.
6600         (SMINMAX): Likewise.
6601         (smax<mode>3): Combine min, max insns into one insn using the
6602         fp_minmax code iterator.  Add support for ISA 3.0 min/max
6603         instructions that don't need -ffast-math.
6604         (s<minmax><mode>3): Likewise.
6605         (smax<mode>3_vsx): Likewise.
6606         (smin<mode>3): Likewise.
6607         (s<minmax><mode>3_vsx): Likewise.
6608         (smin<mode>3_vsx): Likewise.
6609         (pre-VSX min/max splitters): Likewise.
6610         (s<minmax><mode>3_fpr): Likewise.
6611         (movsfcc): Rewrite floating point conditional moves to combine
6612         SFmode/DFmode into a single insn.
6613         (mov<mode>cc): Likewise.
6614         (movdfcc): Likewise.
6615         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
6616         SFDF2 iterators to handle all combinations.
6617         (fseldfsf4): Likewise.
6618         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
6619         (fseldfdf4): Likewise.
6620         (fselsfdf4): Likewise.
6621         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
6622         comparison instructions that set a 0/-1 mask, and use it for
6623         floating point conditional move via XXSEL.
6624         (fpmask<mode>): Likewise.
6625         (xxsel<mode>): Likewise.
6626         * config/rs6000/predicates.md (min_max_operator): Delete, no
6627         longer used.
6628         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
6629         instructions that generate a 0/-1 mask for use with XXSEL.
6630         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
6631         say whether floating point min/max is available, either through
6632         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
6633         (TARGET_MINMAX_DF): Likewise.
6635 2016-05-27  Alan Modra  <amodra@gmail.com>
6637         PR rtl-optimization/71275
6638         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
6639         for update_equiv_regs and combine_and_move_insns.
6641 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
6643         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
6644         if_then_else or cond RTXes to calculate attribute value.
6645         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
6646         <attr "length_immediate>: Ditto.
6647         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
6648         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
6649         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
6650         <attr "type">: Ditto.
6651         <attr "prefix_data16">: Ditto.
6652         <attr "prefix_extra">: Ditto.
6653         <attr "length_immediate">: Ditto.
6654         <attr "prefix">: Ditto.
6655         (vec_set<mode>_0) <attr "isa">: Ditto.
6656         <attr "prefix_extra">: Ditto.
6657         <attr "length_immediate">: Ditto.
6658         <attr "prefix">: Ditto.
6659         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
6660         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
6661         (sse2_storelpd) <attr "prefix_data16">: Ditto.
6662         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
6663         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
6664         <attr "length_immediate">: Ditto.
6665         <attr "prefix">: Ditto.
6666         (sse2_movsd) <attr "length_immediate">: Ditto.
6667         <attr "prefix">: Ditto.
6668         (vec_concatv2df)  <attr "isa">: Ditto.
6669         <attr "prefix">: Ditto.
6670         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
6671         (*vec_extractv2di_1) <attr "isa">: Ditto.
6672         <attr "type">: Ditto.
6673         <attr "length_immediate">: Ditto.
6674         <attr "prefix_rex">: Ditto.
6675         <attr "prefix_extra">: Ditto.
6676         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
6677         <attr "prefix_extra">: Ditto.
6678         <attr "length_immediate">: Ditto.
6679         (vec_concatv2di) <attr "isa">: Ditto.
6680         <attr "prefix_extra">: Ditto.
6681         <attr "length_immediate">: Ditto.
6682         <attr "prefix">: Ditto.
6684 2016-05-26  Martin Liska  <mliska@suse.cz>
6686         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
6687         function.
6688         (operator+): Likewise.
6689         (operator-): Likewise.
6690         (comp_cost::operator+=): Likewise.
6691         (comp_cost::operator-=): Likewise.
6692         (comp_cost::operator/=): Likewise.
6693         (comp_cost::operator*=): Likewise.
6694         (operator<): Likewise.
6695         (operator==): Likewise.
6696         (operator<=): Likewise.
6697         (new_cost): Remove.
6698         (infinite_cost_p): Likewise.
6699         (add_costs): Likewise.
6700         (sub_costs): Likewise.
6701         (compare_costs): Likewise.
6702         (set_group_iv_cost): Use the newly introduced functions.
6703         (get_address_cost): Likewise.
6704         (get_shiftadd_cost): Likewise.
6705         (force_expr_to_var_cost): Likewise.
6706         (split_address_cost): Likewise.
6707         (ptr_difference_cost): Likewise.
6708         (difference_cost): Likewise.
6709         (get_computation_cost_at): Likewise.
6710         (determine_group_iv_cost_generic): Likewise.
6711         (determine_group_iv_cost_address): Likewise.
6712         (determine_group_iv_cost_cond): Likewise.
6713         (autoinc_possible_for_pair): Likewise.
6714         (determine_group_iv_costs): Likewise.
6715         (cheaper_cost_pair): Likewise.
6716         (iv_ca_recount_cost): Likewise.
6717         (iv_ca_set_no_cp): Likewise.
6718         (iv_ca_set_cp): Likewise.
6719         (iv_ca_cost): Likewise.
6720         (iv_ca_new): Likewise.
6721         (iv_ca_dump): Likewise.
6722         (iv_ca_narrow): Likewise.
6723         (iv_ca_prune): Likewise.
6724         (iv_ca_replace): Likewise.
6725         (try_add_cand_for): Likewise.
6726         (try_improve_iv_set): Likewise.
6727         (find_optimal_iv_set): Likewise.
6729 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
6731         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
6732         that internal functions will clobber all caller-saved registers.
6734 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
6736         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
6737         Return a better case_values_threshold when optimizing.
6739 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
6741         * config/aarch64/aarch64-simd.md (aarch64_combinez):
6742         Add ? to integer variant.
6743         (aarch64_combinez_be): Likewise.
6745 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
6747         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
6748         instead of x constraint.
6749         (vcvtps2ph256<mask_name>): Likewise.
6751         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
6752         alternative.  Formatting fix.
6754         * config/i386/sse.md
6755         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
6756         to ...
6757         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
6758         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
6759         maybe_evex prefix instead of vex.
6760         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
6761         EXT_REX_SSE_REG_P (op0) case in the splitter.
6763 2016-05-25  Jeff Law  <law@redhat.com>
6765         PR tree-optimization/71272
6766         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
6767         Update comments.  Add test for empty path.
6769 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
6771         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
6772         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
6773         special case builtin.
6774         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
6775         code for ALTIVEC_BUILTIN_VEC_CMPNE.
6776         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
6777         for __builtin_vec_cmpne.
6779 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
6781         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
6782         redundant test and bail out if the type of the new operand is not
6783         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
6785 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
6787         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
6788         (x_ix86_target_flags_explicit): Remove.
6789         * config/i386/i386.c (ix86_function_specific_save): Do not copy
6790         x_ix86_target_flags_explicit.
6791         (ix86_function_specific_restore): Ditto.
6793 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
6794             H.J. Lu  <hongjiu.lu@intel.com>
6796         PR target/70738
6797         * common/config/i386/i386-common.c
6798         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
6799         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
6800         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
6801         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
6802         (-mgeneral-regs-only): Add new option.
6803         * config/i386/i386.c (ix86_option_override_internal): Don't enable
6804         x87 instructions if only general registers are allowed.
6805         (ix86_target_string): Add ix86_flags argument. Handle additional
6806         flags options through ix86_flags argument.  Update all callers.
6807         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
6809 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6811         PR rtl-optimization/66940
6812         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
6813         decrementing desired_val will not overflow before performing these
6814         operations.
6816 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
6818         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
6819         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
6820         * config/i386/i386.c (enum ix86_builtins): Add
6821         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
6822         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
6823         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
6824         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
6825         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
6826         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
6827         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
6828         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
6829         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
6830         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
6831         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
6832         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
6833         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
6834         __builtin_ia32_cvtps2dq512_mask.
6835         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
6836         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
6837         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
6838         * config/i386/sse.md
6839         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
6840         Rename to ...
6841         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
6842         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
6843         to ...
6844         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
6845         (avx512f_vec_pack_sfix_v8df): New define_expand.
6846         (avx512f_roundpd512): Rename to ...
6847         (avx512f_round<castmode>512): ... this.  Change iterator.
6848         (avx512f_roundps512_sfix): New define_expand.
6849         (round<mode>2_sfix): Change iterator.
6851 2016-05-25  Nick Clifton  <nickc@redhat.com>
6853         * config/msp430/msp430.c (msp430_attr): Produce an error if a
6854         static interrupt handler is detected.
6855         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
6856         default linker script.
6857         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
6858         the low part of a symbolic pointer.
6860 2016-05-25  Richard Biener  <rguenther@suse.de>
6862         PR tree-optimization/71261
6863         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
6864         interesting stmt instead of immediate uses when looking
6865         for the use operand to replace.
6867 2016-05-25  Martin Liska  <mliska@suse.cz>
6869         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
6871 2016-05-25  Richard Biener  <rguenther@suse.de>
6873         PR tree-optimization/71264
6874         * tree-vect-stmts.c (vect_init_vector): Properly deal with
6875         vector type val.
6877 2016-05-25  Martin Liska  <mliska@suse.cz>
6879         PR tree-optimization/71239
6880         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
6881         if DECL_SIZE is NULL.
6883 2016-05-25  Richard Biener  <rguenther@suse.de>
6885         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
6886         * tree-if-conv.c (pass_data_if_conversion): Use it.
6888 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6890         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
6891         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
6892         * varpool.c (varpool_node::get_availability): Likewise.
6894 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
6896         * config/rs6000/altivec.md (VNEG iterator): New iterator for
6897         VNEGW/VNEGD instructions.
6898         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
6899         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
6900         support for ISA 3.0 VNEGW/VNEGD instructions.
6902 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
6904         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
6905         pointers inside OACC_DATA regions.
6906         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
6907         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
6908         (gimplify_adjust_omp_clauses): Fix typo in comment.
6910 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
6912         * config/rs6000/altivec.md (VParity): New mode iterator for vector
6913         parity built-in functions.
6914         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
6915         zeros.
6916         (p9v_parity<mode>2): Likewise.
6917         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
6918         parity.
6919         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
6920         (parity<mode>2): ISA 3.0 expander for vector parity.
6921         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
6922         power9 built-ins.
6923         (BU_P9_64BIT_MISC_0): Likewise.
6924         (BU_P9_MISC_0): Likewise.
6925         (BU_P9V_AV_1): Likewise.
6926         (BU_P9V_AV_2): Likewise.
6927         (BU_P9V_AV_3): Likewise.
6928         (BU_P9V_AV_P): Likewise.
6929         (BU_P9V_VSX_1): Likewise.
6930         (BU_P9V_OVERLOAD_1): Likewise.
6931         (BU_P9V_OVERLOAD_2): Likewise.
6932         (BU_P9V_OVERLOAD_3): Likewise.
6933         (VCTZB): Add vector count trailing zeros support.
6934         (VCTZH): Likewise.
6935         (VCTZW): Likewise.
6936         (VCTZD): Likewise.
6937         (VPRTYBD): Add vector parity support.
6938         (VPRTYBQ): Likewise.
6939         (VPRTYBW): Likewise.
6940         (VCTZ): Add overloaded vector count trailing zeros support.
6941         (VPRTYB): Add overloaded vector parity support.
6942         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6943         overloaded vector count trailing zeros and parity instructions.
6944         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
6945         vector parity support.
6946         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
6947         trailing zeros support.
6948         (vec_cntlz): Likewise.
6949         (vec_vctzb): Likewise.
6950         (vec_vctzd): Likewise.
6951         (vec_vctzh): Likewise.
6952         (vec_vctzw): Likewise.
6953         (vec_vprtyb): Add ISA 3.0 vector parity support.
6954         (vec_vprtybd): Likewise.
6955         (vec_vprtybw): Likewise.
6956         (vec_vprtybq): Likewise.
6957         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
6958         the ISA 3.0 vector count trailing zeros and vector parity built-in
6959         functions.
6961 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
6963         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
6964         when there is stmt_to_insert.
6966 2016-05-24  Martin Sebor  <msebor@redhat.com>
6968         PR c++/71147
6969         * tree.h (complete_or_array_type_p): New inline function.
6971 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
6973         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
6974         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
6975         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
6977         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
6978         Limit 1st alternative to noavx isa, split 2nd alternative into one
6979         noavx and one avx alternative, use *x and Bm in the former and
6980         x and m in the latter.
6982         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
6983         of sse4 for the first alternative, drop %v from the template
6984         and d operand modifier.  Split second alternative into one sse4_noavx
6985         and one avx alternative, use *x instead of *v in the former and v
6986         instead of *v in the latter.
6987         (*sse4_1_extractps): Use noavx isa instead of * for the first
6988         alternative, drop %v from the template.  Split second alternative into
6989         one noavx and one avx alternative, use *x instead of *v in the
6990         former and v instead of *v in the latter.
6991         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
6992         with noavx and the last one with avx.
6993         (sse4_1_phminposuw): Guard first alternative with noavx isa,
6994         split the second one into one noavx and one avx alternative,
6995         use *x and Bm in the former and x and m in the latter one.
6996         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
6997         alternatives.
6999         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
7000         first two alternatives to noavx, use *x instead of *v in the second
7001         one, add avx alternative without *.
7002         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
7003         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
7004         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
7006 2016-05-24  Jeff Law  <law@redhat.com>
7008         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
7009         New function, extracted from...
7010         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
7011         Allow simple copies and constant initializations in the SSA chain.
7013 2016-05-24  Marek Polacek  <polacek@redhat.com>
7015         PR c/71249
7016         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
7017         scope.
7019 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
7021         PR c++/71257
7022         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
7023         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
7024         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
7025         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
7026         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
7028 2016-05-24  Richard Biener  <rguenther@suse.de>
7030         PR tree-optimization/71240
7031         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
7032         has integral type.
7034 2016-05-24  Richard Biener  <rguenther@suse.de>
7036         PR tree-optimization/71230
7037         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
7039 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
7041         * tree-vectorizer.h (vectorizable_comparison): Delete.
7042         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
7043         PURE_SLP_STMT check.
7044         * tree-vect-stmts.c (vectorizable_call): Likewise.
7045         (vectorizable_simd_clone_call): Likewise.
7046         (vectorizable_conversion): Likewise.
7047         (vectorizable_assignment): Likewise.
7048         (vectorizable_shift): Likewise.
7049         (vectorizable_operation): Likewise.
7050         (vectorizable_load): Likewise.
7051         (vectorizable_condition): Likewise.
7052         (vectorizable_store): Likewise.  Assert that we don't have
7053         hybrid SLP.
7054         (vectorizable_comparison): Make static.  Remove redundant
7055         PURE_SLP_STMT check.
7056         (vect_transform_stmt): Assert that we always have an slp_node
7057         if PURE_SLP_STMT.
7059 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7061         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
7062         operands[2] against 1 with comparison against CONST1_RTX.
7063         (<shift>di3_neon): Likewise.
7064         * config/arm/predicates.md (const0_operand): Replace with comparison
7065         against CONST0_RTX.
7067 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7069         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
7070         operands[2] against 1 with comparison against CONST1_RTX.
7071         (ashrdi3): Likewise.
7072         (lshrdi3): Likewise.
7073         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
7074         UINTVAL.
7075         (ashrsi3): Likewise.
7076         (lshrsi3): Likewise.
7077         (rotrsi3): Likewise.
7078         (define_split above *compareqi_eq0): Likewise.
7079         (define_split above "prologue"): Likewise.
7080         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
7081         * config/arm/predicates.md (shift_operator): Likewise.
7082         (shift_nomul_operator): Likewise.
7083         (sat_shift_operator): Likewise.
7084         (thumb1_cmp_operand): Likewise.
7085         (const_neon_scalar_shift_amount_operand): Replace manual range
7086         check with IN_RANGE.
7087         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
7088         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
7090 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7092         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
7093         with HOST_WIDE_INT_1.
7094         (insv): Likewise.
7095         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
7096         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
7097         (arm_canonicalize_comparison): Likewise.
7098         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
7099         HOST_WIDE_INT_1.
7100         (thumb1_size_rtx_costs): Likewise.
7101         (vfp_const_double_index): Replace cast of 1 to unsigned
7102         HOST_WIDE_INT with HOST_WIDE_INT_1U.
7103         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
7104         HOST_WIDE_INT_1.
7105         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
7106         HOST_WIDE_INT with HOST_WIDE_INT_1U.
7107         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
7108         HOST_WIDE_INT with HOST_WIDE_INT_1.
7110 2016-05-24  Marek Polacek  <polacek@redhat.com>
7112         * tree-cfg.h (should_remove_lhs_p): New predicate.
7113         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
7114         * gimplify.c (gimplify_modify_expr): Likewise.
7115         * tree-cfg.c (verify_gimple_call): Likewise.
7116         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
7117         * gimple-fold.c: Include "tree-cfg.h".
7118         (gimple_fold_call): Use should_remove_lhs_p.
7120 2016-05-24  Richard Biener  <rguenther@suse.de>
7122         PR tree-optimization/71253
7123         * cfganal.h (control_dependences): Make robust against edge
7124         and BB removal.
7125         (control_dependences::control_dependences): Remove edge_list argument.
7126         (control_dependences::get_edge): Remove.
7127         (control_dependences::get_edge_src): Add.
7128         (control_dependences::get_edge_dest): Likewise.
7129         (control_dependences::m_el): Make a vector of edge src/dest index.
7130         * cfganal.c (control_dependences::find_control_dependence): Adjust.
7131         (control_dependences::control_dependences): Likewise.
7132         (control_dependences::~control_dependence): Likewise.
7133         (control_dependences::get_edge): Remove.
7134         (control_dependences::get_edge_src): Add.
7135         (control_dependences::get_edge_dest): Likewise.
7136         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
7137         get_edge_src.
7138         (perform_tree_ssa_dce): Adjust.
7139         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
7140         get_edge_src.
7141         (pass_loop_distribution::execute): Adjust.  Do loop destroying
7142         conditional on changed.
7144 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7146         PR target/69857
7147         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
7148         return.  Reindent transformation comment and mention the ARM state
7149         behavior.
7151 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
7153         PR middle-end/71252
7154         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
7155         after build_and_add_sum creates new use stmt.
7157 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
7159         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
7160         load_lanes/grouped_load classification comes first.  Don't check
7161         whether the vectorization factor is a multiple of the group size
7162         for load_lanes.
7164 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
7166         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
7167         GROUP_GAP for single-element interleaving.
7168         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
7169         variable.
7171 2016-05-24  Richard Biener  <rguenther@suse.de>
7173         PR middle-end/70434
7174         PR c/69504
7175         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
7176         bases which are accessed with non-invariant indices.
7177         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
7178         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
7180 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
7182         PR middle-end/71170
7183         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
7184         (add_to_ops_vec): Add stmt_to_insert.
7185         (add_repeat_to_ops_vec): Init stmt_to_insert.
7186         (insert_stmt_before_use): New.
7187         (transform_add_to_multiply): Remove mult_stmt insertion and add it
7188         to ops vector.
7189         (get_ops): Init stmt_to_insert.
7190         (maybe_optimize_range_tests): Likewise.
7191         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
7192         (rewrite_expr_tree_parallel): Likewise.
7193         (reassociate_bb): Likewise.
7195 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
7197         PR target/71201
7198         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
7199         ISA 3.0 xxperm fusion alternative.
7200         (altivec_vperm_v8hiv16qi): Likewise.
7201         (altivec_vperm_<mode>_uns_internal): Likewise.
7202         (vperm_v8hiv4si): Likewise.
7203         (vperm_v16qiv8hi): Likewise.
7205 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
7206             Kelvin Nilsen  <kelvin@gcc.gnu.org>
7208         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
7209         vpermr/xxpermr on ISA 3.0.
7210         (altivec_expand_vec_perm_le): Likewise.
7211         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
7212         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
7213         ISA 3.0.
7215 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
7217         * config/i386/i386.h (IS_STACK_MODE): Enable for
7218         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
7219         SSE_FLOAT_MODE_P macros.
7220         * config/i386/i386.c (ix86_preferred_reload_class): Use
7221         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
7222         Cleanup regclass processing for CONST_DOUBLE_P.
7223         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
7224         (ix86_rtx_costs): Remove redundant TARGET_80387 check
7225         with IS_STACK_MODE macro.
7226         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
7227         with TARGET_SSE2.
7228         (*movdf_internal): Use IS_STACK_MODE macro.
7229         (*movsf_internal): Ditto.
7231 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
7233         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
7234         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
7236 2016-05-23  Jeff Law  <law@redhat.com>
7238         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
7239         extracted from ...
7240         (fsm_find_control_statement_thread_paths): Call it.
7242 2016-05-23  Martin Jambor  <mjambor@suse.cz>
7244         PR ipa/71234
7245         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
7246         from_global_constant if t is not NULL.
7248 2016-05-23  Marek Polacek  <polacek@redhat.com>
7250         PR c/49859
7251         * common.opt (Wswitch-unreachable): New option.
7252         * doc/invoke.texi: Document -Wswitch-unreachable.
7253         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
7254         warning.
7256 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
7258         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
7259         TMR_INDEX is non-NULL.
7261 2016-05-23  Richard Biener  <rguenther@suse.de>
7263         PR tree-optimization/71230
7264         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
7265         (try_special_add_to_ops): ... here.  Always test for single-use.
7267 2016-05-23  Martin Jambor  <mjambor@suse.cz>
7269         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
7270         default block if a PHI node in the original one would be resized.
7272 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
7274         PR tree-optimization/58135
7275         * tree-vect-slp.c: When group size is not multiple
7276         of vector size, allow splitting of store group at
7277         vector boundary.
7279 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
7281         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
7283 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
7285         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
7286         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
7287         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
7288         of 64x2.
7290         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
7291         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
7292         v constraint instead of x and vinserti32x4 insn.
7294         * config/i386/sse.md (i128vldq): New mode iterator.
7295         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
7296         avx512dq and avx512vl alternatives.
7298         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
7299         constraint, use maybe_evex prefix instead of vex.
7300         (vec_dupv4sf): Use v constraint instead of x for output
7301         operand except for noavx alternative, use Yv constraint
7302         instead of x for input.  Use maybe_evex prefix instead of vex.
7303         (*vec_dupv4si): Likewise.
7304         (*vec_dupv2di): Likewise.
7306 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
7308         PR middle-end/40921
7309         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
7310         (linearize_expr_tree): Call try_special_add_to_ops.
7311         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
7313 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
7315         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
7316         to computed stack_usage.
7318 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
7320         PR target/71103
7321         * config/avr/avr.md (define_expand "mov<mode>"): If the source
7322         operand is subreg (symbol_ref) then move the symbol ref to register.
7324 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
7326         * tree.c (array_at_struct_end_p): Look through MEM_REF.
7328 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
7330         PR middle-end/71179
7331         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
7332         VECTOR type.
7334 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
7336         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
7337         ranges by calling get_single_symbol and tidy up.  Look more closely
7338         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
7340 2016-05-20  Jeff Law  <law@redhat.com>
7342         * bitmap.c (bitmap_find_bit): Remove useless test.
7344 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
7346         * function.c (thread_prologue_and_epilogue_insns): Commit the
7347         insertion of the epilogue.
7349 2016-05-20  Martin Jambor  <mjambor@suse.cz>
7351         PR tree-optimization/70884
7352         * tree-sra.c (initialize_constant_pool_replacements): Do not check
7353         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
7354         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
7355         of constant pool data as a reason for scalarization.
7357 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
7359         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
7360         for naked functions.
7361         (thumb1_expand_prologue): Likewise.
7363 2016-05-20  Nathan Sidwell  <nathan@acm.org>
7365         * config/nvptx/nptx.c (nvptx_option_override): Only set
7366         flag_toplevel_reorder, if not explicitly specified.  Set
7367         flag_no_common, unless explicitly specified.
7369 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
7371         * calls.c (can_implement_as_sibling_call_p): Mark param
7372         reg_parm_stack_space with ATTRIBUTE_UNUSED.
7374 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
7376         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
7377         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
7378         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
7379         constants.
7380         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
7381         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
7382         and CASE_CONST_ANY.
7384 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
7386         * config/nvptx/nvptx.md (sincossf3): New pattern.
7388 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
7390         * calls.c (maybe_complain_about_tail_call): New function.
7391         (initialize_argument_information): Call
7392         maybe_complain_about_tail_call when clearing *may_tailcall.
7393         (can_implement_as_sibling_call_p): Call
7394         maybe_complain_about_tail_call when returning false.
7395         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
7396         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
7397         if tail-call optimization fails.
7398         * cfgexpand.c (expand_call_stmt): Initialize
7399         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
7400         * gimple-pretty-print.c (dump_gimple_call): Dump
7401         gimple_call_must_tail_p.
7402         * gimple.c (gimple_build_call_from_tree): Call
7403         gimple_call_set_must_tail with the value of
7404         CALL_EXPR_MUST_TAIL_CALL.
7405         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
7406         (gimple_call_set_must_tail): New function.
7407         (gimple_call_must_tail_p): New function.
7408         * print-tree.c (print_node): Update printing of TREE_STATIC
7409         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
7410         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
7411         trailing comment listing applicable flags.
7412         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
7414 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
7416         * calls.c (expand_call): Move "Rest of purposes for tail call
7417         optimizations to fail" to...
7418         (can_implement_as_sibling_call_p): ...this new function, and
7419         split into multiple "if" statements.
7421 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
7423         * cfgloop.h (expected_loop_iterations_unbounded,
7424         expected_loop_iterations): Unconstify.
7425         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
7426         profile with known upper bound; return 3 when profile is absent.
7427         (expected_loop_iterations): Update.
7429 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
7431         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
7432         and get_max_loop_iterations_int.
7434 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
7436         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
7437         realistic upper bounds here.
7439 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
7441         PR c++/71210
7442         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
7443         calls if the LHS is variable length or has addressable type.
7444         If targets[0]->decl is a noreturn call with void return type and
7445         zero arguments, adjust fntype and remove lhs in that case.
7447 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
7449         PR tree-optimization/71079
7450         PR tree-optimization/71206
7451         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
7453 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7455         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
7456         (get_vec_alignment_for_array_decl): Likewise.
7457         (get_vec_alignment_for_record_decl): Likewise.
7458         (increase_alignment::execute): Move code to find alignment to
7459         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
7460         (type_align_map): New hash_map.
7462 2016-05-20  Richard Guenther  <rguenther@suse.de>
7464         PR tree-optimization/29756
7465         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
7466         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
7467         * fold-const.c (operand_equal_p): Likewise.
7468         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
7469         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
7470         * tree-inline.c (estimate_operator_cost): Likewise.
7471         * tree-pretty-print.c (dump_generic_node): Likewise.
7472         * tree-ssa-operands.c (get_expr_operands): Likewise.
7473         * cfgexpand.c (expand_debug_expr): Likewise.
7474         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
7475         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
7476         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
7477         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
7478         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
7479         (execute_update_addresses_taken): Do it.
7481 2016-05-20  Richard Biener  <rguenther@suse.de>
7483         PR tree-optimization/71185
7484         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
7485         register operations.
7487 2016-05-20  Richard Biener  <rguenther@suse.de>
7489         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
7490         gimple_seq_add_seq_without_update.
7491         (release_bb_predicate): Assert we have no operands to free.
7492         (if_convertible_loop_p_1): Calculate post dominators later.
7493         Do not free BB predicates here.
7494         (combine_blocks): Do not recompute BB predicates.
7495         (version_loop_for_if_conversion): Save BB predicates around
7496         loop versioning.
7498 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
7500         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
7501         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
7502         code.  Ignore sibcalls on EDGE_IGNORE edges.
7503         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
7504         on edges for sibcalls that run without prologue.  The rest of the
7505         function is combined from...
7506         (fix_fake_fallthrough_edge): ... this, and ...
7507         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
7508         function argument, make it a local variable.
7510 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
7512         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
7513         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
7514         for 32-bit mode and SEH for 64-bit.
7515         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
7516         TARGET_64BIT_DEFAULT.
7518 2016-05-19  Ryan Burn  <contact@rnburn.com>
7520         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
7521         * gengtype.c (open_base_files): Add cilk.h to ifiles.
7523 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
7525         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
7526         force pending loads from memory.
7528 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7530         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
7531         (UNSPEC_DARN_32): New unspec constant.
7532         (UNSPEC_DARN_RAW): New unspec constant.
7533         (darn_32): New instruction.
7534         (darn_raw): New instruction.
7535         (darn): New instruction.
7536         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
7537         support and documentation for this macro.
7538         (BU_P9_MISC_1): New macro definition.
7539         (BU_P9_64BIT_MISC_0): New macro definition.
7540         (BU_P9_MISC_0): New macro definition.
7541         (darn_32): New builtin definition.
7542         (darn_raw): New builtin definition.
7543         (darn): New builtin definition.
7544         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
7545         RS6000_BUILTIN_0 directives to surround each occurrence of
7546         #include "rs6000-builtin.def".
7547         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
7548         RS6000_BTM_64BIT flags to the returned mask, depending on
7549         configuration.
7550         (def_builtin): Correct an error in the assignments made to the
7551         debugging variable attr_string.
7552         (rs6000_expand_builtin): Add support for no-operand built-in
7553         functions.
7554         (builtin_function_type): Remove fatal_error assertion that is no
7555         longer valid.
7556         (rs6000_common_init_builtins): Add support for no-operand built-in
7557         functions.
7558         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
7559         definition.
7560         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
7561         definition.
7562         (RS6000_BTM_64BIT): New macro definition.
7563         * doc/extend.texi: Document __builtin_darn (void),
7564         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
7565         functions.
7567 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
7569         * tree-vect-loop.c (vect_analyze_loop_2): Use also
7570         max_loop_iterations_int.
7572 2016-05-19  Marek Polacek  <polacek@redhat.com>
7574         PR tree-optimization/71031
7575         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
7576         condition and adjust the code a bit.
7578 2016-05-19  Martin Liska  <mliska@suse.cz>
7580         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
7581         auto_vec instead of vec.
7583 2016-05-19  Martin Liska  <mliska@suse.cz>
7585         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
7587 2016-05-19  Martin Liska  <mliska@suse.cz>
7589         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
7591 2016-05-19  Martin Liska  <mliska@suse.cz>
7593         * ipa-pure-const.c (set_function_state): Remove an existing
7594         funct_state.
7595         (remove_node_data): Do not free it as it's released
7596         in set_function_state.
7598 2016-05-19  Martin Liska  <mliska@suse.cz>
7600         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
7601         bitmap.
7603 2016-05-19  Martin Liska  <mliska@suse.cz>
7605         * omp-simd-clone.c (simd_clone_adjust): Release vector.
7607 2016-05-19  Martin Liska  <mliska@suse.cz>
7609         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
7610         an auto_vec instead of re-creating it.
7612 2016-05-19  Martin Liska  <mliska@suse.cz>
7614         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
7615         auto_vec instead of vec.
7617 2016-05-19  Martin Liska  <mliska@suse.cz>
7619         * lto-section-in.c (lto_get_section_data): Call
7620         lto_check_version with additional argument.
7621         * lto-streamer.c (lto_check_version): Add new argument.
7622         * lto-streamer.h (lto_check_version): Likewise.
7624 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7626         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
7627         Don't add cost of inner memory when handling sign-extended loads.
7629 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
7631         PR rtl-optimization/71148
7632         * cse.c (cse_main): Free dominance info.
7633         (rest_of_handle_cse): Don't free dominance info.
7634         (rest_of_handle_cse2): Likewise.
7635         (rest_of_handle_cse_after_global_opts): Likewise.
7637 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7639         PR target/71056
7640         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
7641         NULL_TREE early if NEON is not available.  Remove now redundant check
7642         in ARM_CHECK_BUILTIN_MODE.
7644 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
7646         PR sanitizer/64354
7647         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
7648         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
7649         * doc/cpp.texi: Document new macros.
7651 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
7653         PR tree-optimization/69848
7654         * tree-vect-loop.c (vectorizable_reduction): Don't factor
7655         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
7657 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
7659         * function.c (thread_prologue_and_epilogue_insn): Move the
7660         "goto epilogue_done" one block later.
7662 2016-05-19  Richard Biener  <rguenther@suse.de>
7664         PR tree-optimization/70729
7665         * passes.def: Move LIM pass before PRE.  Remove no longer
7666         required copyprop and move first DCE out of the loop pipeline.
7668 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
7670         PR driver/69265
7671         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
7672         (OBJS-libcommon-target): ...here.
7673         * opts-common.c: Include spellcheck.h.
7674         (cmdline_handle_error): Build a vec of valid options and use it
7675         to suggest provide hints for misspelled arguments.
7677 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
7679         PR c++/71100
7680         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
7681         lhs if it has TREE_ADDRESSABLE type.
7683 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
7685         PR target/71145
7686         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
7687         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
7689 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7691         PR ipa/69708
7692         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
7693         input for NOP_EXPR pass-through functions.
7694         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
7695         aggregate global constant VAR_DECLs in constant jump functions.
7697 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7699         PR ipa/69708
7700         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
7701         from TREE_READONLY parameters.
7703 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7705         PR ipa/69708
7706         * cgraph.h (cgraph_indirect_call_info): New field
7707         guaranteed_unmodified.
7708         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
7709         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
7710         appropriate.
7711         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
7712         pass the parameter value to ipa_find_agg_cst_for_param.
7713         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
7714         guaranteed_unmodified, store AA results there instead of bailing out
7715         if present.
7716         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
7717         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
7718         (find_constructor_constant_at_offset): New function.
7719         (ipa_find_agg_cst_from_init): Likewise.
7720         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
7721         static initializers of contants, report back through a new paameter
7722         from_global_constant if that was the case.
7723         (try_make_edge_direct_simple_call): Also pass parameter value to
7724         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
7725         appropriate.
7726         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
7727         (ipa_read_indirect_edge_info): Likewise.
7728         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
7729         (ipa_load_from_parm_agg): Likewise.
7731 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
7733         PR rtl-optimization/71150
7734         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
7735         check.
7737 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
7739         PR target/70915
7740         * config/rs6000/constraints.md (wE constraint): New constraint
7741         for a vector constant that can be loaded with XXSPLTIB.
7742         (wM constraint): New constraint for a vector constant of a 1's.
7743         (wS constraint): New constraint for a vector constant that can be
7744         loaded with XXSPLTIB and a vector sign extend instruction.
7745         * config/rs6000/predicates.md (xxspltib_constant_split): New
7746         predicates for wE/wS constraints.
7747         (xxspltib_constant_nosplit): Likewise.
7748         (easy_vector_constant): Add support for constants that can be
7749         loaded via XXSPLTIB.
7750         (all_ones_constant): New predicate for vector constant with all
7751         1's set.
7752         (splat_input_operand): Add support for ISA 3.0 word splat operations.
7753         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
7754         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
7755         instruction and possibly with a sign extension.
7756         (output_vec_const_move): Add support for XXSPLTIB. If we are
7757         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
7758         instead of XXLXOR/XXLORC.
7759         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
7760         operations.
7761         (rs6000_legitimize_reload_address): Likewise.
7762         (rs6000_output_move_128bit): Use output_vec_const_move to emit
7763         constants.
7764         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
7765         combine VSX_M and VSX_M2 into one iterator.
7766         (VSX_M2): Likewise.
7767         (VSINT_84): New iterators for loading constants with XXSPLTIB.
7768         (VSINT_842): Likewise.
7769         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
7770         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
7771         XXSPLTIB instruction.
7772         (xxspltib_<mode>_nosplit): Likewise.
7773         (xxspltib_<mode>_split): New insn to load up constants with
7774         XXSPLTIB and a sign extend instruction.
7775         (vsx_mov<mode>): Replace single move that handled all vector types
7776         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
7777         moves (when -mvsx-timode is in effect) into the main vector
7778         moves.  Eliminate separate moves for <VSr> <VSa>, where the
7779         preferred register class (<VSr>) is listed first, and the
7780         secondary register class (<VSa>) is listed second with a '?' to
7781         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
7782         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
7783         that if the register was involved in a slow operation, the
7784         clear/set operation does not wait for the slow operation to
7785         finish.  Adjust the length attributes for 32-bit mode.  Use
7786         rs6000_output_move_128bit and drop the use of the string
7787         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
7788         spacing so that the alternatives and attributes don't generate
7789         long lines, and put things in columns, so that it is easier to
7790         match up the operands and attributes with the insn alternatives.
7791         (vsx_mov<mode>_64bit): Likewise.
7792         (vsx_mov<mode>_32bit): Likewise.
7793         (vsx_movti_64bit): Fold movti into normal vector moves.
7794         (vsx_movti_32bit): Likewise.
7795         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
7796         splat instructions.
7797         (vsx_splat_v4si_internal): Likewise.
7798         (vsx_splat_v4sf_internal): Likewise.
7799         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
7800         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
7801         extend vector elements.
7802         (vsx_sign_extend_hi_<mode>): Likewise.
7803         (vsx_sign_extend_si_v2di): Likewise.
7804         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
7805         declaration.
7806         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
7807         constraints.  Add trailing period to wL documentation.
7809 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
7811         PR middle-end/71020
7812         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
7813         * tree-dfa.c (replace_abnormal_ssa_names): New function.
7814         * tree-call-cdce.c: Include tree-dfa.h.
7815         (can_guard_call_p): New function, extracted from...
7816         (can_use_internal_fn): ...here.
7817         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
7818         and return void.
7819         (shrink_wrap_one_built_in_call): Likewise.
7820         (use_internal_fn): Likewise.
7821         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
7822         and return void.  Call replace_abnormal_ssa_names.
7823         (pass_call_cdce::execute): Check can_guard_call_p during the
7824         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
7825         will always change something.
7827 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7829         PR ipa/70646
7830         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
7831         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
7833 2016-05-18  Martin Jambor  <mjambor@suse.cz>
7835         PR ipa/70646
7836         * ipa-inline.h (condition): New field size.
7837         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
7838         for comaprison and store it into the new condition.
7839         (evaluate_conditions_for_known_args): Use condition size to check
7840         access sizes for all but CHANGED conditions.
7841         (unmodified_parm_1): New parameter size_p, store access size into it.
7842         (unmodified_parm): Likewise.
7843         (unmodified_parm_or_parm_agg_item): Likewise.
7844         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
7845         (set_cond_stmt_execution_predicate): Extract access sizes and store
7846         them to conditions.
7847         (set_switch_stmt_execution_predicate): Likewise.
7848         (will_be_nonconstant_expr_predicate): Likewise.
7849         (will_be_nonconstant_predicate): Likewise.
7850         (inline_read_section): Stream condition size.
7851         (inline_write_summary): Likewise.
7853 2016-05-18  Richard Biener  <rguenther@suse.de>
7855         * tree-ssa-loop-im.c (determine_max_movement): Properly add
7856         condition cost to PHI cost instead of total_cost.
7858 2016-05-18  Martin Liska  <mliska@suse.cz>
7860         PR fortran/70856
7861         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
7862         merged variables.
7864 2016-05-18  Richard Biener  <rguenther@suse.de>
7866         * lto-streamer.h (LTO_major_version): Bump to 6.
7868 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
7870         * function.c (make_split_prologue_seq, make_prologue_seq,
7871         make_epilogue_seq): New functions, factored out from...
7872         (thread_prologue_and_epilogue_insns): Here.
7874 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
7876         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
7877         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
7878         of before.  Add a comment.
7880 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
7882         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
7883         expression pointer, not pointer to the pointer.
7885 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
7887         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
7888         (avx2_pbroadcast<mode>): Add another alternative with v instead
7889         of x constraints in it, using <pbroadcast_evex_isa> isa.
7890         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
7892         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
7893         constraint x instead of v in second alternative, add avx512bw
7894         alternative.
7896         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
7897         constraint x instead of v in second alternative, add avx512bw
7898         alternative.
7900         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
7901         constraint x instead of v in second alternative, add avx512bw
7902         alternative.
7904         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
7905         avx512bw alternative.
7907 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
7909         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
7910         array to 128 chars.
7911         (define_insn "*andnottf3"): Ditto.
7912         (define_insn "*<code><mode>3"/any_logic): Ditto.
7913         (define_insn "*<code>tf3"/any_logic): Ditto.
7914         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
7915         operand to block AVX-512VL insn variant emit when it is not enabled.
7917 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
7919         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
7920         constraint fot SF mode.
7922 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
7923             Kirill Yukhin  <kirill.yukhin@intel.com>
7925         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
7926         modifiers.
7927         (define_insn "rsqrt14<mode>"): Ditto.
7928         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
7929         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
7930         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
7931         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
7932         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
7933         Ditto.
7934         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
7935         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
7936         * config/i386/i386.c (ix86_print_operand): Expand check for size
7937         override codes for Intel syntax.
7939 2016-05-18  Richard Biener  <rguenther@suse.de>
7941         PR tree-optimization/71168
7942         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
7943         initialization earlier.
7945 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
7947         * config/aarch64/aarch64-simd.md
7948         (aarch64_reduc_plus_internal<mode>): Rename to...
7949         (reduc_plus_scal): ...This, and remove previous implementation.
7951 2016-05-18  Richard Biener  <rguenther@suse.de>
7953         * passes.def: Put late dse and cd_dce in canonical order.
7955 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
7957         * ipa-inline-transform.c (preserve_function_body_p): Look for
7958         first non-thunk clone.
7959         (save_function_body): Save into first non-thunk.
7960         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
7961         up call stmt id.
7962         (lto_output_node): Inline thunks don't need body in every
7963         partition.
7964         * lto-streamer-in.c: Do not fixup thunk clones.
7965         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
7966         thunks.
7967         * tree-inline.c (copy_bb): Be prepared for target node to be new after
7968         folding suceeds.
7970 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
7972         PR middle-end/63586
7973         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
7974         (reassociate_bb): Call transform_add_to_multiply.
7976 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
7978         * config/aarch64/aarch64.c (all_extensions): Removed unused
7979         static variable.
7981 2016-05-17  Nathan Sidwell  <nathan@acm.org>
7983         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
7984         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
7986 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
7988         PR tree-optimization/54579
7989         PR middle-end/55299
7990         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
7992 2016-05-17  Marek Polacek  <polacek@redhat.com>
7994         PR ipa/71146
7995         * tree-inline.c (expand_call_inline): Call
7996         maybe_remove_unused_call_args.
7998 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
8000         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
8001         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
8002         * doc/md.texi (fmin@var{m}3): Likewise.
8004 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
8006         * match.pd (X & C): New transformation.
8008 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
8010         * match.pd (~X & Y): New transformation.
8012 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
8014         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
8015         information for new SSA_NAME.
8016         (simplify_conversion_using_ranges): Get range through get_range_info
8017         instead of get_value_range.
8019 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
8021         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
8022         Remove inline assembly.
8023         (vmvn_s16): Likewise.
8024         (vmvn_s32): Likewise.
8025         (vmvn_u8): Likewise.
8026         (vmvn_u16): Likewise.
8027         (vmvn_u32): Likewise.
8028         (vmvnq_s8): Likewise.
8029         (vmvnq_s16): Likewise.
8030         (vmvnq_s32): Likewise.
8031         (vmvnq_u8): Likewise.
8032         (vmvnq_u16): Likewise.
8033         (vmvnq_u32): Likewise.
8034         (vmvn_p8): Likewise.
8035         (vmvnq_p16): Likewise.
8037 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
8039         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
8040         Use builtin.
8041         (vmul_n_s16): Likewise.
8042         (vmul_n_s32): Likewise.
8043         (vmul_n_u16): Likewise.
8044         (vmul_n_u32): Likewise.
8045         (vmulq_n_f32): Likewise.
8046         (vmulq_n_f64): Likewise.
8047         (vmulq_n_s16): Likewise.
8048         (vmulq_n_s32): Likewise.
8049         (vmulq_n_u16): Likewise.
8050         (vmulq_n_u32): Likewise.
8052 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
8054         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
8055         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
8057 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
8059         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
8060         to *aarch64_fma4_elt_from_dup<mode>.
8061         (*aarch64_fnma4_elt_to_128df): Rename to
8062         *aarch64_fnma4_elt_from_dup<mode>.
8063         * config/aarch64/arm_neon.h (vfma_n_f64): New.
8064         (vfms_n_f32): Likewise.
8065         (vfms_n_f64): Likewise.
8066         (vfmsq_n_f32): Likewise.
8067         (vfmsq_n_f64): Likewise.
8069 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
8071         * wide-int.h: Change fixed_wide_int_storage from class to struct.
8073 2016-05-17  Richard Biener  <rguenther@suse.de>
8075         PR tree-optimization/71132
8076         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
8077         Only add control dependences for blocks in the loop.
8078         (build_rdg): Adjust.
8079         (generate_code_for_partition): Return whether loop should
8080         be destroyed and delay that.
8081         (distribute_loop): Likewise.
8082         (pass_loop_distribution::execute): Record loops to be destroyed
8083         and perform delayed destroying of loops.
8085 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8087         PR target/70809
8088         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
8090 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
8092         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
8094 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
8096         PR target/71114
8097         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
8098         insertion point for instructions generated by validize_mem.
8100 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
8102         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
8103         in brackets.
8105 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
8107         * config/aarch64/aarch64.c
8108         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
8109         rather than a macro.
8111 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
8113         * doc/invoke.texi (AArch64 Options): Various updates.
8115 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
8117         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
8118         into instrumentation thunks.
8119         * cif-code.def (CIF_CHKP): New.
8121 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
8123         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
8125 2016-05-16  Martin Jambor  <mjambor@suse.cz>
8127         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
8128         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
8130 2016-05-16  Marek Polacek  <polacek@redhat.com>
8132         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
8133         commentary.
8135 2016-05-16  Martin Jambor  <mjambor@suse.cz>
8137         PR hsa/70857
8138         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
8139         the outlined kernel function.
8141 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
8143         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
8144         (ISA_HAS_DLSA): Ditto.
8146 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
8148         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
8150 2016-05-16  Nathan Sidwell  <nathan@acm.org>
8152         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
8153         (nvptx_name_replacement): Restore.  Add comment.
8154         (write_fn_proto, write_fn_proto_from_insn,
8155         nvptx_output_call_insn): Restore
8156         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
8158 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
8160         * config/aarch64/aarch64.md
8161         (add<mode>3_compareC_cconly_imm): Remove use of %w.
8162         (add<mode>3_compareC_imm): Likewise.
8163         (<optab>si3_uxtw): Split into register and immediate variants.
8164         (andsi3_compare0_uxtw): Likewise.
8165         (and<mode>3_compare0): Likewise.
8166         (and<mode>3nr_compare0): Likewise.
8167         (stack_protect_test_<mode>): Don't use %x for memory operands.
8169 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
8171         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
8173 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
8175         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
8176         Split integer shifts into shift_reg and bfm.
8177         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
8178         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
8179         (ror<mode>3_insn): Likewise.
8180         (<optab>si3_insn_uxtw): Likewise.
8181         (<optab><mode>3_insn): Change to rotate_imm.
8182         (extr<mode>5_insn_alt): Likewise.
8183         (extrsi5_insn_uxtw): Likewise.
8184         (extrsi5_insn_uxtw_alt): Likewise.
8186 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
8188         * doc/tm.texi: Regenerate.
8189         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
8190         (TARGET_INVALID_RETURN_TYPE): Remove.
8191         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
8192         TARGET_INVALID_RETURN_TYPE.
8193         * target.def (invalid_parameter_type): Remove.
8194         (invalid_return_type): Remove.
8196 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
8198         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
8199         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
8200         calls from thunk.
8201         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
8202         gimple body.
8203         (preserve_function_body_p): No need to preserve function body
8204         * cif-codes.def (CIF_THUNK): Remove.
8205         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
8207 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
8209         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
8211 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
8213         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
8214         for thunks.
8216 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
8218         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
8219         (inline_small_functions): Do not look for function symbol when
8220         resetting caches.
8222 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
8224         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
8225         of inline thunks
8227 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
8228             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8229             Jiong Wang  <jiong.wang@arm.com>
8231         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
8232         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
8233         Define __ARM_FP16_ARGS when appropriate.
8234         * config/arm/arm.c (arm_invalid_parameter_type): Remove
8235         declaration.
8236         (arm_invalid_return_type): Likewise.
8237         (TARGET_INVALID_PARAMETER_TYPE): Remove.
8238         (TARGET_INVALID_RETURN_TYPE): Remove.
8239         (aapcs_vfp_sub_candidate): Allow HFmode.
8240         (aapcs_vfp_allocate): Add comment.  Support HFmode.
8241         (aapcs_vfp_allocate_return_reg): Likewise.
8242         (struct aapcs_cp_arg_layout): Slightly reword comments for
8243         is_return_candidate and allocate_return_reg.
8244         (output_mov_vfp): Update assert.
8245         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
8246         condition.
8247         (arm_invalid_parameter_type): Remove.
8248         (amr_invalid_return_type): Remove.
8249         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
8250         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
8251         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
8253 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
8255         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
8256         * config/aarch64/arch64-protos.h
8257         (aarch64_legitimize_reload_address): Remove.
8258         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
8259         Remove.
8261 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
8263         * configure.ac: Add ACX_NONCANONICAL_HOST.
8264         * configure: Regenerate.
8265         * Makefile.in: Set host_noncanonical.
8267 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
8269         PR target/71097
8270         * config/i386/i386.md (*movtf_internal): Before register allocation,
8271         do not allow FP constants for CM_MEDIUM memory model, allow only
8272         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
8273         (*movxf_internal): Ditto.
8274         (*movdf_internal): Ditto.
8275         (*movsf_internal): Ditto.
8277 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
8279         PR rtl-optimization/67483
8280         * combine.c (make_compound_operation): Don't call extract_left_shift
8281         with negative shift amounts.
8283 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
8285         PR bootstrap/71071
8286         * fold-const.c (fold_checksum_tree): Allow modification
8287         of TYPE_ALIAS_SET during folding.
8289         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
8290         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
8291         (ix86_split_to_parts): Likewise.  Fix up formatting.
8293 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
8295         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
8296         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
8297         printf format.
8299 2016-05-13  Nathan Sidwell  <nathan@acm.org>
8301         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
8302         (nvptx_name_replacement): Delete.
8303         (write_fn_proto, write_fn_proto_from_insn,
8304         nvptx_output_call_insn): Remove nvptx_name_replacement call.
8305         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
8306         * langhooks.c (add_builtin_funcction_common): Call
8307         targetm.mangle_decl_assembler_name.
8309         * config/nvptx/nvptx.c (write_fn_proto): Handle
8310         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
8312 2016-05-13  Martin Liska  <mliska@suse.cz>
8314         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
8315         and PRIu64 in printf format.
8317 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8319         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
8320         comment.
8322 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8324         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
8325         Change --param max-completely-peeled-times to
8326         --param max-completely-peel-times in dump file printing.
8328 2016-05-13  Richard Biener  <rguenther@suse.de>
8330         PR tree-optimization/42587
8331         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
8332         (find_bswap_or_nop_1): Likewise.
8333         (bswap_replace): Likewise.
8335 2016-05-13  Martin Liska  <mliska@suse.cz>
8337         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
8338         Initialize a variable with default value.
8340 2016-05-13  Martin Liska  <mliska@suse.cz>
8342         * doc/invoke.texi: Enhance explanation of error recovery
8343         of sanitizers.
8345 2016-05-13  Martin Liska  <mliska@suse.cz>
8347         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
8348         (struct cost_pair): Change inv_expr_id (int) to inv_expr
8349         (iv_inv_expr_ent *).
8350         (struct iv_inv_expr_ent): Comment struct fields.
8351         (sort_iv_inv_expr_ent): New function.
8352         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
8353         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
8354         a hash_map between iv_inv_expr_ent and number of usages.
8355         (niter_for_exit): Fix coding style.
8356         (tree_ssa_iv_optimize_init): Use renamed variable.
8357         (determine_base_object): Fix coding style.
8358         (alloc_iv): Likewise.
8359         (find_interesting_uses_outside): Likewise.
8360         (add_candidate_1): Likewise.
8361         (add_standard_iv_candidates): Likewise.
8362         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
8363         (prepare_decl_rtl): Fix coding style.
8364         (get_address_cost): Likewise.
8365         (get_shiftadd_cost): Likewise.
8366         (force_expr_to_var_cost): Likewise.
8367         (compare_aff_trees): Likewise.
8368         (get_expr_id): Restructure the function.
8369         (get_loop_invariant_expr_id): Renamed to
8370         get_loop_invariant_expr.
8371         (get_computation_cost_at): Replace usage of inv_expr_id with
8372         inv_expr.
8373         (get_computation_cost): Likewise.
8374         (determine_group_iv_cost_generic): Likewise.
8375         (determine_group_iv_cost_address): Likewise.
8376         (iv_period): Fix coding style.
8377         (iv_elimination_compare_lt): Likewise.
8378         (may_eliminate_iv): Likewise.
8379         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
8380         inv_expr.
8381         (determine_group_iv_costs): Dump invariant expressions.
8382         (iv_ca_recount_cost): Use the newly added hash_map.
8383         (iv_ca_set_remove_invariants): Fix coding style.
8384         (iv_ca_set_add_invariants): Fix coding style.
8385         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
8386         invariants.
8387         (iv_ca_set_cp): Likewise.
8388         (iv_ca_new): Initialize the newly added hash_map and remove
8389         initialization of fields.
8390         (iv_ca_free): Delete the hash_map.
8391         (iv_ca_dump): Dump invariant expressions.
8392         (iv_ca_extend): Fix coding style.
8393         (try_add_cand_for): Likewise.
8394         (create_new_ivs): Dump information about # of avg iterations and
8395         # of used invariant expressions.
8396         (rewrite_use_compare): Fix coding style.
8397         (free_loop_data): Set default value for max_inv_expr_id.
8399 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
8401         * cse.c (rest_of_handle_cse): Use cleanup_cfg
8402         returned value cse_cfg_altered computation.
8403         (rest_of_handle_cse2): Likewise.
8404         (rest_of_handle_cse_after_global_opts): Likewise.
8406 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8408         PR target/53440
8409         * config/arm/arm.c (arm32_output_mi_thunk): New.
8410         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
8411         to split Thumb1 vs TARGET_32BIT functionality.
8412         (arm_thumb1_mi_thunk): New.
8414 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8416         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
8417         to true.
8419 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8421         PR target/71080
8422         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
8424 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
8426         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
8427         (expand_builtin_trap): Emit a regular call.
8428         (set_builtin_user_assembler_name): Remove obsolete cases.
8429         * dse.c (scan_insn): Adjust.
8430         * except.c: Include calls.h.
8431         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
8432         emit a regular call to setjmp.
8433         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
8434         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
8435         (emit_block_move_via_libcall): Delete.
8436         (block_move_fn): Delete.
8437         (init_block_move_fn): Likewise.
8438         (emit_block_move_libcall_fn): Likewise.
8439         (emit_block_op_via_libcall): New function.
8440         (set_storage_via_libcall): Tidy up and use memset builtin.
8441         (block_clear_fn): Delete.
8442         (init_block_clear_fn): Likewise.
8443         (clear_storage_libcall_fn): Likewise.
8444         (expand_assignment): Call emit_block_move_via_libcall.
8445         Do not include gt-expr.h.
8446         * expr.h (emit_block_op_via_libcall): Declare.
8447         (emit_block_copy_via_libcall): New inline function.
8448         (emit_block_move_via_libcall): Likewise.
8449         (emit_block_comp_via_libcall): Likewise.
8450         (block_clear_fn): Delete.
8451         (init_block_move_fn): Likewise.
8452         (init_block_clear_fn): Likewise.
8453         (emit_block_move_via_libcall): Likewise.
8454         (set_storage_via_libcall): Add default parameter value.
8455         * libfuncs.h (enum libfunc_index): Remove obsolete values.
8456         (abort_libfunc): Delete.
8457         (memcpy_libfunc): Likewise.
8458         (memmove_libfunc): Likewise.
8459         (memcmp_libfunc): Likewise.
8460         (memset_libfunc): Likewise.
8461         (setbits_libfunc): Likewise.
8462         (setjmp_libfunc): Likewise.
8463         (longjmp_libfunc): Likewise.
8464         (profile_function_entry_libfunc): Likewise.
8465         (profile_function_exit_libfunc): Likewise.
8466         (gcov_flush_libfunc): Likewise.
8467         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
8468         and DECL_VISIBILITY on the declaration.
8469         (init_optabs): Do not initialize obsolete libfuncs.
8470         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
8471         * tree-core.h (ECF_RET1): Define.
8472         (ECF_TM_PURE): Adjust.
8473         (ECF_TM_BUILTIN): Likewise.
8474         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
8475         (build_common_builtin_nodes): Initialize abort builtin.
8476         Add ECF_RET1 on memcpy, memmove and memset builtins.
8477         Pass final flags for alloca and alloca_with_align builtins.
8478         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
8479         obsolete builtins.
8480         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
8481         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
8482         set_storage_via_libcall and call emit_block_copy_via_libcall.
8484 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
8486         * config/i386/i386.md (*call_got_x32): Change operand 0 to
8487         DImode before it is passed to ix86_output_call_operand.
8488         (*call_value_got_x32): Ditto for operand 1.
8490 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
8492         PR rtl-optimization/70904
8493         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
8494         reload for wide mode.
8496 2016-05-12  Marek Polacek  <polacek@redhat.com>
8498         PR c/70756
8499         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
8500         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
8501         * langhooks.h (incomplete_type_error): Likewise.
8502         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
8503         parameter, pass it down to incomplete_type_error.
8504         * tree.h (size_in_bytes): New inline overload.
8505         (size_in_bytes_loc): Renamed from size_in_bytes.
8507 2016-05-12  Richard Biener  <rguenther@suse.de>
8509         PR tree-optimization/71059
8510         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
8511         nary before looking up or entering the expression into the VN
8512         hashes.
8513         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
8514         Make sure to re-use NARYs without result as inserted by
8515         phi-translation.
8517 2016-05-12  Richard Biener  <rguenther@suse.de>
8519         PR tree-optimization/71062
8520         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
8521         field.
8522         * tree-ssa-structalias.c (set_uids_in_ptset): Set
8523         vars_contains_restrict if the var is a restrict tag.
8524         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
8525         do not disambiguate pointers against it.
8526         (dump_points_to_solution): Re-structure and adjust for new
8527         vars_contains_restrict flag.
8528         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
8530 2016-05-12  Martin Liska  <mliska@suse.cz>
8532         * doc/invoke.texi: Explain connection between
8533         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
8535 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
8537         PR tree-optimization/71006
8538         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
8539         consider COND_EXPR as a mask producer.
8541 2016-05-12  Marek Polacek  <polacek@redhat.com>
8543         PR driver/71063
8544         * opts.c (common_handle_option): Detect missing argument for --help^.
8546 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8548         PR target/70830
8549         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
8550         when popping the PC and within an interrupt handler routine.
8551         Add missing tab to output of "ldmfd".
8552         (output_return_instruction): Output LDMFD with SP update rather
8553         than POP when returning from interrupt handler.
8555 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
8557         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
8558         TARGET_64BIT && TARGET_AVX512DQ.
8559         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
8560         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
8561         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
8562         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
8563         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
8564         (*vec_extractv4si_zext): Add avx512dq alternative.
8565         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
8566         use v instead of x constraint in other alternatives where possible.
8568         * config/i386/sse.md (sse2_loadld): Use v instead of x
8569         constraint in alternatives 0,1,4.
8571         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
8572         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
8573         v constraints instead of x and <pinsr_evex_isa> isa attribute.
8575         PR target/71019
8576         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
8577         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
8578         is not emitted unless TARGET_AVX512BW.
8579         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
8580         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
8581         for the result operand.
8583         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
8584         constraint instead of x in avx alternatives.  Use maybe_evex instead
8585         of vex prefix.
8587         * config/i386/constraints.md (Yv): New constraint.
8588         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
8589         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
8590         * config/i386/i386.md (avx512fvecmode): New mode attr.
8591         (*pushtf): Use v constraint instead of x.
8592         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
8593         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
8594         (*absneg<mode>2): Use Yv constraint instead of x constraint.
8595         (*absnegtf2_sse): Likewise.
8596         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
8597         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
8598         avx512f alternatives.
8599         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
8601 2016-05-12  Richard Biener  <rguenther@suse.de>
8603         PR tree-optimization/71060
8604         * tree-data-ref.c (initialize_data_dependence_relation): Do not
8605         require exact match of DR_BASE_OBJECT but only matching address and
8606         type.
8608 2016-05-12  Richard Biener  <rguenther@suse.de>
8610         PR tree-optimization/70986
8611         * cfganal.c: Include cfgloop.h.
8612         (dfs_find_deadend): Prefer to take edges exiting loops.
8614 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8616         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
8617         compile and run time.
8619 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
8621         PR c/43651
8622         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
8624 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
8626         * config/i386/i386.c (legitimize_pic_address): Use
8627         copy_to_suggested_reg instead of gen_movsi.
8629 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
8631         * config/rs6000/predicates.md (quad_memory_operand): Move most of
8632         the code into quad_address_p and call it to share code with
8633         vsx_quad_dform_memory_operand.
8634         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
8635         d-form support.
8636         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
8637         bit instead of being a separate word.  Split -mpower9-dform into
8638         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
8639         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
8640         for the register class supporting 128-bit quad word memory offsets.
8641         (mode_supports_vsx_dform_quad): Helper function to return if the
8642         register class uses quad word memory offsets.
8643         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
8644         (rs6000_debug_reg_global): Always print if we are using LRA or not.
8645         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
8646         instructions are enabled, set up the appropriate addr_masks for
8647         128-bit types.
8648         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
8649         -mpower9-dform-scalar, instead of -mpower9-dform.
8650         (rs6000_option_override_internal): Split -mpower9-dform into two
8651         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
8652         -mpower9-dform switch sets or clears both.  If we are not using
8653         the LRA register allocator, do not enable -mpower9-dform-vector by
8654         default.  If we are using LRA, enable -mpower9-dform-vector and
8655         -mvsx-timode if it is appropriate.  Issue a warning if either
8656         -mpower9-dform-vector or -mvsx-timode are explicitly used without
8657         enabling LRA.
8658         (quad_address_offset_p): New helper function to return if the
8659         offset is legal for quad word memory instructions.
8660         (quad_address_p): New function to determin if GPR or vector
8661         register quad word memory addresses are legal.
8662         (mem_operand_gpr): Validate quad word address offsets.
8663         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
8664         d-form (register + offset) instructions.
8665         (offsettable_ok_by_alignment): Likewise.
8666         (rs6000_legitimate_offset_address_p): Likewise.
8667         (legitimate_lo_sum_address_p): Likewise.
8668         (rs6000_legitimize_address): Likewise.
8669         (rs6000_legitimize_reload_address): Add more debug statements for
8670         -mdebug=addr.
8671         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
8672         d-form instructions.
8673         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
8674         d-form instructions.  Distinguish different cases in debug
8675         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
8676         d-form instructions.
8677         (rs6000_preferred_reload_class): Likewise.
8678         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
8679         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
8680         of the ISA 2.06 indexed memory instructions.
8681         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
8682         use them to save/restore the saved vector registers instead of
8683         using Altivec instructions.
8684         (rs6000_emit_epilogue): Likewise.
8685         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
8686         (rs6000_opt_masks): Split -mpower9-dform into
8687         -mpower9-dform-scalar and -mpower9-dform-vector.
8688         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
8689         was not selected.
8690         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
8691         ISA 3.0 vector indexed memory instructions, and fold the code into
8692         the normal mov<mode> patterns.
8693         (p9_vecstore_<mode>): Likewise.
8694         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
8695         instructions.
8696         (vsx_movti_64bit): Likewise.
8697         (vsx_movti_32bit): Likewise.
8698         * config/rs6000/constraints.md (wO constraint): New constraint for
8699         ISA 3.0 vector d-form support.
8700         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
8701         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
8702         include -mpower9-dform-vector until we switch over to LRA.
8703         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
8704         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
8705         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
8706         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
8707         for -mpower9-dform and -mlra.
8708         * doc/md.texi (wO constraint): Document wO constraint.
8710 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
8712         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
8713         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
8714         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
8715         Move handling of non-insn arguments inline into the sole user:
8716         (output_trans_func): ...here.
8717         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
8718         in emitted function prototype.
8719         (output_internal_insn_latency_func): Ditto.  Simplify.
8720         (output_internal_maximal_insn_latency_func): Ditto.  Delete
8721         always-unused argument.
8722         (output_insn_latency_func): Ditto.
8723         (output_maximal_insn_latency_func): Ditto.
8725 2016-05-11  Richard Biener  <rguenther@suse.de>
8727         PR tree-optimization/71055
8728         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
8729         sth with precision not equal to access size verify we don't chop
8730         off bits.
8732 2016-05-11  Richard Biener  <rguenther@suse.de>
8734         PR debug/71057
8735         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
8736         (dwarf2out_finish): Move retry_incomplete_types call ...
8737         (dwarf2out_early_finish): ... here.
8739 2016-05-11  Richard Biener  <rguenther@suse.de>
8741         PR middle-end/71002
8742         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
8743         if the langhook insists on it.
8744         * fold-const.c (make_bit_field_ref): Add arg for the original
8745         reference and preserve its alias-set.
8746         (decode_field_reference): Take exp by reference and adjust it
8747         to the original memory reference.
8748         (optimize_bit_field_compare): Adjust callers.
8749         (fold_truth_andor_1): Likewise.
8750         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
8752 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
8754         PR middle-end/70807
8755         * cfgrtl.h (delete_insn_and_edges): Now return bool.
8756         * cfgrtl.c (delete_insn_and_edges): Likewise.
8757         * config/i386/i386.c (convert_scalars_to_vector): Remove
8758         redundant code.
8759         * cse.c (cse_insn): Compute cse_cfg_altered.
8760         (delete_trivially_dead_insns): Likewise.
8761         (cse_cc_succs): Likewise.
8762         (rest_of_handle_cse): Free dominance info if required.
8763         (rest_of_handle_cse2): Likewise.
8764         (rest_of_handle_cse_after_global_opts): Likewise.
8766 2016-05-11  Alan Modra  <amodra@gmail.com>
8768         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
8769         abi_v4_pass_in_fpr): New functions.
8770         (rs6000_function_arg_boundary): Exclude complex IBM long double
8771         from 64-bit alignment when ABI_V4.
8772         (rs6000_function_arg, rs6000_function_arg_advance_1,
8773         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
8775 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
8777         PR rtl-optimization/71028
8778         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
8779         jump with just a return in the fallthrough block if the branch
8780         block contains just a return as well.
8782 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
8784         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
8785         * match.pd ((X & Y) ^ Y): ... this.
8786         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
8787         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
8789 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
8791         * read-md.c (require_char_ws): New function.
8792         (read_string): Simplify using require_char_ws.
8793         (handle_constants): Likewise.
8794         (handle_enum): Likewise.
8795         (handle_file): Likewise.
8796         * read-md.h (require_char_ws): New declaration.
8797         * read-rtl.c (read_conditions): Simplify using require_char_ws.
8798         (read_mapping): Likewise.
8799         (read_rtx_code): Likewise.
8800         (read_nested_rtx): Likewise.
8802 2016-05-10  James Norris  <jnorris@codesourcery.com>
8804         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
8805         if offloading is enabled and -fopenacc or -fopenmp is specified.
8806         (CRTOFFLOADEND): Likewise.
8807         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
8808         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
8810 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
8812         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
8813         gotoff_operand code paths.  Use copy_to_suggested_regs and
8814         expand_simple_binop where appropriate.  Cleanup.
8816 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
8818         PR target/70799
8819         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
8820         integer constants.
8821         (dimode_scalar_chain::vector_const_cost): New.
8822         (dimode_scalar_chain::compute_convert_gain): Handle constants.
8823         (dimode_scalar_chain::convert_op): Likewise.
8824         (dimode_scalar_chain::convert_insn): Likewise.
8826 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
8828         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
8829         unary operation, not a binary one.
8831 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
8833         PR middle-end/70877
8834         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
8835         calls with type casted fndecl.
8837 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
8839         PR tree-optimization/70786
8840         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
8841         * calls.c (initialize_argument_information): Bind bounds
8842         with corresponding args passed by reference.
8844 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
8846         PR target/70927
8847         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
8848         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
8849         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
8850         accordingly.
8852 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8854         PR target/70963
8855         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
8856         code for a zero scale factor.
8857         (vsx_xvcvdpuxds_scale): Likewise.
8859 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
8861         * diagnostic-show-locus.c (layout::layout): Call show_ruler
8862         if show_ruler_p was set on the context.
8863         (layout::show_ruler): New method.
8864         * diagnostic.h (struct diagnostic_context): Add field
8865         "show_ruler_p".
8867 2016-05-10  Richard Biener  <rguenther@suse.de>
8869         PR tree-optimization/71039
8870         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
8871         (chk_uses): New function.
8872         (propagate_with_phi): Verify we can safely replicate the lhs of an
8873         aggregate assignment on all incoming edges.
8875 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
8877         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
8878         Forward declare.
8879         (rx_atomic_sequence): New class.
8880         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
8881         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
8882         non-inline.
8883         (rx_atomic_sequence::rx_atomic_sequence,
8884         rx_atomic_sequence::~rx_atomic_sequence): New functions.
8885         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
8886         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
8887         CTRLREG_INTB): New constants.
8888         (FETCHOP): New code iterator.
8889         (fethcop_name, fetchop_name2): New iterator code attributes.
8890         (QIHI): New mode iterator.
8891         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
8892         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
8893         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
8895 2016-05-10  Martin Liska  <mliska@suse.cz>
8897         * tree-inline.c (remap_dependence_clique): Do not remap
8898         debugging statements.
8900 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8902         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
8903         ("*fixuns_truncdfdi2_z13")
8904         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
8905         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
8906         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
8908 2016-05-10  Richard Biener  <rguenther@suse.de>
8910         PR tree-optimization/70497
8911         PR tree-optimization/28367
8912         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
8913         split out from ...
8914         (visit_reference_op_load): ... here.
8915         (vn_reference_lookup_3): Use it to handle subreg-like accesses
8916         with simplified BIT_FIELD_REFs.
8917         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
8918         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
8919         correctly.
8921 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
8923         * dwarf2out.c (add_abstract_origin_attribute): Adjust
8924         documentation comment.  For BLOCK nodes, add a
8925         DW_AT_abstract_origin attribute that points to the DIE generated
8926         for the origin BLOCK.
8927         (gen_lexical_block_die): Call add_abstract_origin_attribute for
8928         blocks from inlined functions.
8930 2016-05-10  Alan Modra  <amodra@gmail.com>
8932         PR target/70947
8933         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
8934         regrename modifying insns saving lr before __morestack call.
8935         * config/rs6000/rs6000.md (split_stack_return): Similarly for
8936         insns restoring lr after __morestack call.
8938 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
8940         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
8941         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
8942         expanders.
8943         * config/i386/sse.md (vec_interleave_high<mode>,
8944         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
8945         <avx512>_vpermt2var<mode>3_maskz): Likewise.
8947 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8949         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
8950         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
8951         parallel reassociation for power8 and forward.
8953 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
8955         * config/i386/i386.md (absneg splitters with general regs): Use
8956         general_reg_operand predicate.
8957         (btsq peephole2): Use x86_64_immediate_operand to check if new
8958         value is suitable for immediate operand.  Generate emitted insn
8959         using RTL expressions.
8960         (btcq peephole2): Ditto.
8961         (btrq peephole2): Ditto.  Generate correct immediate operand
8962         for AND masking.
8964 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
8966         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
8967         bitpos.
8969 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
8971         * tree-affine.c (wide_int_constant_multiple_p): Add missing
8972         pointer dereference.
8974 2016-05-09  Richard Biener  <rguenther@suse.de>
8976         PR tree-optimization/70985
8977         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
8978         op0 isn't a gimple register.
8980 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
8982         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
8983         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
8984         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
8985         (i6400_fpu_mult): New cpu units.
8986         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
8987         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
8988         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
8989         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
8990         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
8991         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
8992         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
8993         (i6400_msa_long_float4, i6400_msa_long_float5)
8994         (i6400_msa_long_float8, i6400_msa_fdiv_df)
8995         (i6400_msa_fdiv_sf): New reservations.
8996         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
8997         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
8998         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
8999         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
9000         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
9001         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
9002         (msa_short_cmp, msa_short_float2, msa_short_logic3)
9003         (msa_short_store4, msa_long_load, msa_short_store)
9004         (msa_long_logic, msa_long_float2, msa_long_float4)
9005         (msa_long_float5, msa_long_float8, msa_long_mult)
9006         (msa_long_fdiv, msa_long_div): New reservations.
9008 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
9009             Sameera Deshpande  <sameera.deshpande@imgtec.com>
9010             Matthew Fortune  <matthew.fortune@imgtec.com>
9011             Graham Stott  <graham.stott@imgtec.com>
9012             Chao-ying Fu  <chao-ying.fu@imgtec.com>
9014         * config.gcc: Add MSA header file for mips*-*-* target.
9015         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
9016         (Ubv8i, Urv8):  New constraints.
9017         * config/mips/mips-ftypes.def: Add function types for MSA
9018         builtins.
9019         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
9020         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
9021         * config/mips/mips-msa.md: New file.
9022         * config/mips/mips-protos.h
9023         (mips_split_128bit_const_insns): New prototype.
9024         (mips_msa_idiv_insns): Likewise.
9025         (mips_split_128bit_move): Likewise.
9026         (mips_split_128bit_move_p): Likewise.
9027         (mips_split_msa_copy_d): Likewise.
9028         (mips_split_msa_insert_d): Likewise.
9029         (mips_split_msa_fill_d): Likewise.
9030         (mips_expand_msa_branch): Likewise.
9031         (mips_const_vector_same_val_p): Likewise.
9032         (mips_const_vector_same_bytes_p): Likewise.
9033         (mips_const_vector_same_int_p): Likewise.
9034         (mips_const_vector_shuffle_set_p): Likewise.
9035         (mips_const_vector_bitimm_set_p): Likewise.
9036         (mips_const_vector_bitimm_clr_p): Likewise.
9037         (mips_msa_vec_parallel_const_half): Likewise.
9038         (mips_msa_output_division): Likewise.
9039         (mips_ldst_scaled_shift): Likewise.
9040         (mips_expand_vec_cond_expr): Likewise.
9041         * config/mips/mips.c (enum mips_builtin_type): Add
9042         MIPS_BUILTIN_MSA_TEST_BRANCH.
9043         (mips_gen_const_int_vector_shuffle): New prototype.
9044         (mips_const_vector_bitimm_set_p): New function.
9045         (mips_const_vector_bitimm_clr_p): Likewise.
9046         (mips_const_vector_same_val_p): Likewise.
9047         (mips_const_vector_same_bytes_p): Likewise.
9048         (mips_const_vector_same_int_p): Likewise.
9049         (mips_const_vector_shuffle_set_p): Likewise.
9050         (mips_symbol_insns): Forbid loading symbols via immediate for
9051         MSA.
9052         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
9053         stores.
9054         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
9055         MSA.
9056         (mips_lx_address_p): Add support load indexed address for MSA.
9057         (mips_address_insns): Add calculation of instructions needed for
9058         stores and loads for MSA.
9059         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
9060         CONST_VECTOR for MSA and let it fall through.
9061         (mips_ldst_scaled_shift): New function.
9062         (mips_subword_at_byte): Likewise.
9063         (mips_msa_idiv_insns): Likewise.
9064         (mips_legitimize_move): Validate MSA moves.
9065         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
9066         calculation of costs for MSA division.
9067         (mips_split_move_p): Check if MSA moves need splitting.
9068         (mips_split_move): Split MSA moves if necessary.
9069         (mips_split_128bit_move_p): New function.
9070         (mips_split_128bit_move): Likewise.
9071         (mips_split_msa_copy_d): Likewise.
9072         (mips_split_msa_insert_d): Likewise.
9073         (mips_split_msa_fill_d): Likewise.
9074         (mips_output_move): Handle MSA moves.
9075         (mips_expand_msa_branch): New function.
9076         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
9077         Reinstate 'y' modifier.
9078         (mips_file_start): Add MSA .gnu_attribute.
9079         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
9080         FPRs.
9081         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
9082         (mips_class_max_nregs): Add register size for MSA supported mode.
9083         (mips_cannot_change_mode_class): Allow conversion between MSA
9084         vector modes and TImode.
9085         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
9086         instruction.
9087         (mips_secondary_reload_class): Force MSA loads/stores via memory.
9088         (mips_preferred_simd_mode): Add preffered modes for MSA.
9089         (mips_vector_mode_supported_p): Add MSA supported modes.
9090         (mips_autovectorize_vector_sizes): New function.
9091         (mips_msa_output_division): Likewise.
9092         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
9093         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
9094         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
9095         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
9096         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
9097         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
9098         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
9099         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
9100         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
9101         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
9102         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
9103         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
9104         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
9105         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
9106         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
9107         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
9108         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
9109         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
9110         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
9111         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
9112         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
9113         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
9114         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
9115         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
9116         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
9117         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
9118         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
9119         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
9120         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
9121         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
9122         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
9123         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
9124         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
9125         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
9126         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
9127         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
9128         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
9129         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
9130         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
9131         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
9132         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
9133         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
9134         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
9135         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
9136         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
9137         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
9138         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
9139         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
9140         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
9141         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
9142         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
9143         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
9144         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
9145         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
9146         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
9147         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
9148         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
9149         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
9150         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
9151         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
9152         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
9153         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
9154         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
9155         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
9156         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
9157         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
9158         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
9159         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
9160         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
9161         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
9162         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
9163         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
9164         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
9165         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
9166         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
9167         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
9168         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
9169         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
9170         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
9171         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
9172         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
9173         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
9174         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
9175         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
9176         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
9177         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
9178         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
9179         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
9180         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
9181         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
9182         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
9183         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
9184         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
9185         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
9186         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
9187         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
9188         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
9189         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
9190         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
9191         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
9192         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
9193         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
9194         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
9195         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
9196         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
9197         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
9198         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
9199         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
9200         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
9201         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
9202         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
9203         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
9204         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
9205         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
9206         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
9207         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
9208         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
9209         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
9210         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
9211         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
9212         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
9213         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
9214         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
9215         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
9216         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
9217         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
9218         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
9219         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
9220         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
9221         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
9222         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
9223         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
9224         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
9225         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
9226         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
9227         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
9228         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
9229         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
9230         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
9231         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
9232         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
9233         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
9234         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
9235         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
9236         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
9237         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
9238         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
9239         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
9240         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
9241         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
9242         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
9243         move_v builtins.
9244         (mips_get_builtin_decl_index): New array.
9245         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
9246         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
9247         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
9248         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
9249         (mips_init_builtins): Initialize mips_get_builtin_decl_index
9250         array.
9251         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
9252         hook.
9253         (mips_expand_builtin_insn): Prepare operands for
9254         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
9255         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
9256         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
9257         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
9258         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
9259         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
9260         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
9261         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
9262         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
9263         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
9264         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
9265         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
9266         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
9267         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
9268         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
9269         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
9270         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
9271         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
9272         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
9273         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
9274         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
9275         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
9276         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
9277         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
9278         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
9279         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
9280         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
9281         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
9282         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
9283         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
9284         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
9285         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
9286         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
9287         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
9288         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
9289         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
9290         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
9291         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
9292         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
9293         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
9294         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
9295         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
9296         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
9297         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
9298         These are set implicitly and an error is reported if overridden.
9299         (mips_expand_builtin_msa_test_branch): New function.
9300         (mips_expand_msa_shuffle): Likewise.
9301         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
9302         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
9303         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
9304         (mips_expand_vec_unpack): Add support for MSA.
9305         (mips_expand_vector_init): Likewise.
9306         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
9307         instead of const0_rtx.
9308         (mips_msa_vec_parallel_const_half): New function.
9309         (mips_gen_const_int_vector): Likewise.
9310         (mips_gen_const_int_vector_shuffle): Likewise.
9311         (mips_expand_msa_cmp): Likewise.
9312         (mips_expand_vec_cond_expr): Likewise.
9313         * config/mips/mips.h
9314         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
9315         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
9316         specified.
9317         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
9318         (ISA_HAS_MSA): New macro.
9319         (UNITS_PER_MSA_REG): Likewise.
9320         (BITS_PER_MSA_REG): Likewise.
9321         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
9322         (MSA_REG_FIRST): New macro.
9323         (MSA_REG_LAST): Likewise.
9324         (MSA_REG_NUM): Likewise.
9325         (MSA_REG_P): Likewise.
9326         (MSA_REG_RTX_P): Likewise.
9327         (MSA_SUPPORTED_MODE_P): Likewise.
9328         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
9329         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
9330         * config/mips/mips.md: Include mips-msa.md.
9331         (alu_type): Add simd_add.
9332         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
9333         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
9334         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
9335         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
9336         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
9337         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
9338         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
9339         simd_move, simd_load, simd_store.  Choose "multi" for moves
9340         for "qword_mode".
9341         (qword_mode): New attribute.
9342         (insn_count): Add instruction count for quad moves.
9343         Increase the count for MIPS SIMD division.
9344         (UNITMODE): Add UNITMODEs for vector types.
9345         (addsub): New code iterator.
9346         * config/mips/mips.opt (mmsa): New option.
9347         * config/mips/msa.h: New file.
9348         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
9349         specified.
9350         * config/mips/mti-linux.h: Likewise.
9351         * config/mips/predicates.md
9352         (const_msa_branch_operand): New constraint.
9353         (const_uimm3_operand): Likewise.
9354         (const_uimm4_operand): Likewise.
9355         (const_uimm5_operand): Likewise.
9356         (const_uimm8_operand): Likewise.
9357         (const_imm5_operand): Likewise.
9358         (aq10b_operand): Likewise.
9359         (aq10h_operand): Likewise.
9360         (aq10w_operand): Likewise.
9361         (aq10d_operand): Likewise.
9362         (const_m1_operand): Likewise.
9363         (reg_or_m1_operand): Likewise.
9364         (const_exp_2_operand): Likewise.
9365         (const_exp_4_operand): Likewise.
9366         (const_exp_8_operand): Likewise.
9367         (const_exp_16_operand): Likewise.
9368         (const_vector_same_val_operand): Likewise.
9369         (const_vector_same_simm5_operand): Likewise.
9370         (const_vector_same_uimm5_operand): Likewise.
9371         (const_vector_same_uimm6_operand): Likewise.
9372         (const_vector_same_uimm8_operand): Likewise.
9373         (par_const_vector_shf_set_operand): Likewise.
9374         (reg_or_vector_same_val_operand): Likewise.
9375         (reg_or_vector_same_simm5_operand): Likewise.
9376         (reg_or_vector_same_uimm6_operand): Likewise.
9377         * doc/extend.texi (MIPS SIMD Architecture Functions): New
9378         section.
9379         * doc/invoke.texi (-mmsa): Document new option.
9381 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9383         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
9384         * configure: Regenerate.
9385         * config.in: Regenerate.
9386         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
9387         on -fvtable-verify.
9388         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
9389         (ENDFILE_VTV_SPEC): Define.
9391 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
9393         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
9394         registers in all interrupt handlers if necessary.
9395         (rl78_option_override): Add warning.
9396         (MUST_SAVE_MDUC_REGISTERS): New macro.
9397         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
9398         * config/rl78/rl78.c (check_mduc_usage): New function.
9399         (mduc_regs): New structure to hold MDUC register data.
9400         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
9401         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
9402         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
9403         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
9404         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
9405         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
9407 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
9409         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
9410         (tree-ssa-loop-niter.h): Ditto.
9411         (idx_within_array_bound, ref_within_array_bound): New functions.
9412         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
9413         Factor out check on writable base object to ...
9414         (base_object_writable): ... here.
9416 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9418         * config/arm/arm.md (probe_stack): Add modes to set source
9419         and destination.
9421 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
9423         * regrename.c (base_reg_class_for_rename): New static function.
9424         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
9426 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
9428         * cgraph.c (thunk_adjust): Export.
9429         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
9430         * cgraphunit.c (thunk_adjust): Export.
9431         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
9432         thunks.
9433         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
9434         inlinable.
9435         * tree-inline.c (expand_call_inline): Expand thunks inline.
9437 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
9439         PR target/70998
9440         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
9441         (*sse2_vd_cvtss2sd): Ditto.
9442         * config/i386/i386.md
9443         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
9444         Generate *sse2_vd_cvtsd2ss pattern.
9445         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
9446         Generate *sse2_vd_cvtss2sd pattern.
9448 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
9450         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
9451         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
9452         users.
9454 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
9456         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
9457         * config/sh/sh.c: Define and declare variables on first use throughout
9458         the file.
9459         (current_function_interrupt): Change to bool type.
9460         (frame_insn): Rename to emit_frame_insn and update users.
9461         (push_regs): Use bool for 'interrupt_handler' argument.
9462         (save_schedule_s): Remove.
9463         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
9464         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
9465         targetm.asm_out.unaligned_op.di.
9466         (gen_far_branch): Remove redundant forward declaration.
9467         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
9468         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
9469         (sh_set_return_address, sh_function_ok_for_sibcall,
9470         scavenge_reg): Update comments.
9471         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
9472         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
9473         (sh_attr_renesas_p): Remove unnecessary parentheses.
9474         (branch_dest): Simplify.
9475         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
9476         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
9477         (CUMULATIVE_ARGS): Change macro to typedef.
9478         (current_function_interrupt): Change to bool type.
9479         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
9480         Surround with __cplusplus ifdef.
9481         (sh_compare_op0, sh_compare_op1): Remove.
9482         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
9484 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
9486         * config/arm/arm.md: (arch): Add neon.
9487         (arch_enabled): Return yes for arch neon when TARGET_NEON.
9488         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
9489         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
9490         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
9491         attributes for alt renumbering.  Mark alt 3 as non-predicable.
9492         (thumb2_movdf_vfp): Likewise.
9494 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
9496         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
9497         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
9498         (*andqi_1): Add preferred_for_speed attribute to disparage
9499         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
9500         (*<code>qi_1): Ditto.
9501         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
9502         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
9503         (*ashlqi3_1): Ditto.
9504         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
9505         Add preferred_for_size attribute to disparage alternative 0 and
9506         preferred_for_speed attribute to disparage alternative 1 for
9507         TARGET_PARTIAL_REG_STALL targets.
9509 2016-05-07  Tom de Vries  <tom@codesourcery.com>
9511         PR tree-optimization/70956
9512         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
9513         def.
9515 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
9517         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
9518         * config/sh/sh.c (sh_cbranch_distance): Implement it.
9519         * config/sh/sh.md (branch_zero): Remove define_attr.
9520         (define_delay): Disable delay slot if branch distance is one insn.
9522 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
9524         * config/i386/i386.md (LEAMODE): New mode attribute.
9525         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
9526         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
9527         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
9528         operand 2 predicate.
9529         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
9530         (*lea<mode>_general_3): Ditto.
9531         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
9533 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
9535         * genmddump.c (main): Convert argv from char ** to const char **.
9537 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
9539         * coretypes.h (OVERRIDE): New macro.
9540         (FINAL): New macro.
9542 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
9544         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
9545         allow coalescing if the types are compatible.
9547 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
9549         * pass_manager.h (pass_manager::register_pass_name): New method.
9550         (pass_manager::get_pass_by_name): New method.
9551         (pass_manager::create_pass_tab): New method.
9552         (pass_manager::m_name_to_pass_map): New field.
9553         * passes.c (name_to_pass_map): Delete global in favor of field
9554         "m_name_to_pass_map" of pass_manager.
9555         (register_pass_name): Rename from a function to...
9556         (pass_manager::register_pass_name): ...this method, updating
9557         for renaming of global "name_to_pass_map" to field
9558         "m_name_to_pass_map".
9559         (create_pass_tab): Rename from a function to...
9560         (pass_manager::create_pass_tab): ...this method, updating
9561         for renaming of global "name_to_pass_map" to field.
9562         (get_pass_by_name): Rename from a function to...
9563         (pass_manager::get_pass_by_name): ...this method.
9564         (enable_disable_pass): Convert use of get_pass_by_name to
9565         a method call, locating the pass_manager singleton.
9567 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
9569         * genattr-common.c (main): Convert argv from char ** to const char **.
9570         * genattr.c (main): Likewise.
9571         * genattrtab.c (main): Likewise.
9572         * genautomata.c (initiate_automaton_gen): Likewise.
9573         (main): Likewise.
9574         * gencodes.c (main): Likewise.
9575         * genconditions.c (main): Likewise.
9576         * genconfig.c (main): Likewise.
9577         * genconstants.c (main): Likewise.
9578         * genemit.c (main): Likewise.
9579         * genenums.c (main): Likewise.
9580         * genextract.c (main): Likewise.
9581         * genflags.c (main): Likewise.
9582         * genmddeps.c (main): Likewise.
9583         * genopinit.c (main): Likewise.
9584         * genoutput.c (main): Likewise.
9585         * genpeep.c (main): Likewise.
9586         * genpreds.c (main): Likewise.
9587         * genrecog.c (main): Likewise.
9588         * gensupport.c (init_rtx_reader_args_cb): Likewise.
9589         (init_rtx_reader_args): Likewise.
9590         * gensupport.h (init_rtx_reader_args_cb): Likewise.
9591         (init_rtx_reader_args): Likewise.
9592         * gentarget-def.c (main): Likewise.
9593         * read-md.c (read_md_files): Likewise.
9594         * read-md.h (read_md_files): Likewise.
9596 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
9598         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
9599         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
9600         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
9601         Remove unused predicate.
9602         (register_and_not_fp_reg_operand): Ditto.
9604 2016-05-06  Martin Liska  <mliska@suse.cz>
9606         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
9607         instead of vec as the vector is local to the function.
9609 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
9611         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
9612         avx512bw alternative.
9614         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
9615         before the ashr<mode>3 pattern.
9617         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
9618         v instead of x in vex or maybe_vex alternatives, use
9619         maybe_evex instead of vex in prefix.
9621         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
9622         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
9623         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
9624         in vex or maybe_vex alternatives, use maybe_evex instead of vex
9625         in prefix.
9627         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
9628         v instead of x in vex or maybe_vex alternatives, use
9629         maybe_evex instead of vex in prefix.
9631         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
9632         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
9633         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
9634         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
9635         alternatives, use maybe_evex instead of vex in prefix.
9637         * config/i386/sse.md (vec_interleave_lowv4sf,
9638         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
9639         v instead of x in vex or maybe_vex alternatives, use
9640         maybe_evex instead of vex in prefix.
9642         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
9643         v instead of x in vex or maybe_vex alternatives, use
9644         maybe_evex instead of vex in prefix.
9646         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
9647         v constraint instead of x.
9649 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
9651         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
9652         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
9653         equality first.
9655 2016-05-06  Richard Biener  <rguenther@suse.de>
9657         PR tree-optimization/70948
9658         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
9659         Properly clobber all fields of va_list for __builtin_va_start.
9661 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
9663         PR debug/70935
9664         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
9665         loop latch destination.
9667 2016-05-06  Martin Liska  <mliska@suse.cz>
9669         * tree-ssa-uninit.c: Apply manual changes
9670         to the GNU coding style.
9671         (prune_uninit_phi_opnds): Rename from
9672         prune_uninit_phi_opnds_in_unrealizable_paths.
9674 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9676         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
9677         mspace): Remove deprecated options.
9678         * doc/invoke.texi (SH options): Remove -mspace.
9680 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9682         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
9684 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9686         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
9687         corresponding combine split pattern.
9689 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9691         PR target/58219
9692         * config/sh/predicates.md (long_displacement_mem_operand): New.
9693         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
9694         Add movi20, movi20s alternatives.  Adjust length attribute for
9695         alternatives.
9696         (movsi_ie): Allow for any FPU.  Adjust length attribute for
9697         alternatives.
9698         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
9699         attribute for alternatives.
9700         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
9701         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
9702         length attribute for alternatives.
9704 2016-05-06  Richard Biener  <rguenther@suse.de>
9706         PR tree-optimization/70960
9707         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
9709 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9711         PR target/52933
9712         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
9713         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
9715 2016-05-06  Marek Polacek  <polacek@redhat.com>
9717         PR sanitizer/70875
9718         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
9720 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
9722         PR target/54089
9723         * config/sh/sh.md (*rotcr): Add another variant.
9725 2016-05-06  Richard Biener  <rguenther@suse.de>
9727         PR middle-end/70931
9728         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
9730 2016-05-06  Richard Biener  <rguenther@suse.de>
9732         PR middle-end/70941
9733         * fold-const.c (split_tree): Always convert to the original type
9734         before negating.
9736 2016-05-06  Richard Biener  <rguenther@suse.de>
9738         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
9739         (fwprop_addr): Likewise.
9741 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
9743         PR target/70873
9744         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
9745         New prototype.
9746         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
9747         * config/i386/i386.md (push mem splitter): Use find_constant_src in
9748         the splitter condition.
9749         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
9750         the splitter condition.
9751         (FP float_extend load splitter): Ditto.
9753 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
9755         * config/i386/i386.md (peehole2 patterns): Change true_regnum
9756         to REGNO in all peephole2 patterns.
9757         (post-reload splitters): Change true_regnum to REGNO in
9758         post-reload splitters.
9759         (zero_extend splitters): Use general_reg_operand and
9760         nonimmediate_gr_operand predicates.
9762 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
9764         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
9765         v constraint instead of x.
9767 2016-05-05  Alan Modra  <amodra@gmail.com>
9769         PR target/68662
9770         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
9771         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
9772         TARGET_NO_FP_IN_TOC for -mrelocatable.
9773         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
9774         TARGET_RELOCATABLE test.
9775         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
9776         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
9777         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
9778         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
9779         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
9780         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
9781         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
9782         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
9783         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
9784         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
9785         Likewise.
9786         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
9787         (rs6000_stack_info): Likewise.
9788         (rs6000_elf_asm_out_constructor): Likewise.
9789         (rs6000_elf_asm_out_destructor): Likewise.
9790         (rs6000_elf_declare_function_name): Likewise.
9791         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
9792         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
9793         Don't define.
9795 2016-05-05  Alan Modra  <amodra@gmail.com>
9797         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
9799 2016-05-05  Alan Modra  <amodra@gmail.com>
9801         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
9802         out-of-line gpr restore for one or two regs if that would add
9803         a save of lr.
9805 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
9807         PR target/70873
9808         * config/i386/i386.md
9809         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
9810         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
9811         as operand 0 predicate.
9812         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
9813         Ditto.
9814         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
9815         Ditto.  Emit the pattern using RTX.
9817         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
9818         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
9819         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
9820         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
9821         Ditto.
9822         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
9823         sse_reg_operand as operand 0 predicate.
9825         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
9826         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
9827         instead of gen_rtx_REG.
9828         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
9829         Ditto.
9831 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
9833         * function.c (emit_use_return_register_into_block): Delete.
9834         (gen_return_pattern): Delete.
9835         (emit_return_into_block): Delete.
9836         (active_insn_between): Delete.
9837         (convert_jumps_to_returns): Delete.
9838         (emit_return_for_exit): Delete.
9839         (thread_prologue_and_epilogue_insns): Delete all code dealing with
9840         simple_return for shrink-wrapped blocks.
9841         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
9842         end of blocks that need one.
9843         (get_unconverted_simple_return): Delete.
9844         (convert_to_simple_return): Delete.
9845         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
9846         (convert_to_simple_return): Ditto.
9848 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
9850         * cfgcleanup.c (bb_is_just_return): New function.
9851         (try_optimize_cfg): Simplify jumps to return, branches to return,
9852         and branches around return.
9854 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
9856         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
9857         branch to a return.
9859 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
9861         PR c++/70906
9862         PR c++/70933
9863         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
9864         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
9865         assert flags & OEP_HASH_CHECK, instead of asserting it
9866         never happens.  Handle TARGET_EXPR.
9867         * fold-const.c (operand_equal_p): For hash verification,
9868         or in OEP_HASH_CHECK into flags.
9870 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
9872         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
9873         comment.
9874         (compute_samebase_partition_bases): Fix typo.
9876 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
9878         * config/i386/sse.md (vec_interleave_highv8sf,
9879         vec_interleave_lowv8sf, vec_interleave_highv4df,
9880         vec_interleave_lowv4df): Remove constraints from expanders.
9882         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
9884 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
9886         * tree-inline.c (expand_call_inline): Fix path dealing with
9887         making lhs of call statement undefined.
9889 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
9891         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
9892         Check availability on NODE, too.
9893         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
9894         (cgraph_node::call_for_symbol_and_aliases): Likewise.
9895         (varpool_node::call_for_symbol_and_aliase): Likewise.
9896         * ipa-pure-const.c (add_new_function): Analyze all bodies.
9897         (propagate_pure_const): Propagate across interposable functions, too.
9898         (skip_function_for_local_pure_const): Do not skip interposable bodies
9899         with aliases.
9900         (pass_local_pure_const::execute): Update.
9902 2016-05-04  Marek Polacek  <polacek@redhat.com>
9904         * doc/invoke.texi: Document -Wdangling-else.
9906 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9908         * config.gcc: Error out when conflicting multilib is detected.  Do not
9909         loop over multilibs since no combination is legal.
9911 2016-05-04  Alan Modra  <amodra@gmail.com>
9913         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
9914         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
9915         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
9916         Align .toc.
9918 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
9920         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
9921         Clean up p5600 comments.
9923 2016-05-04  Richard Biener  <rguenther@suse.de>
9925         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
9926         constructor simplifications.
9927         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
9929 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
9931         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
9932         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
9933         result.set_rtx is null instead of aborting.
9934         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
9935         Always enable.
9936         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
9937         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
9938         *mov<mode>_store_postinc): New patterns.
9940 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
9942         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
9943         as commutative.  Check both conversions are NOP.
9944         ((A & B) OP (C & B)): Remove.
9946 2016-05-04  Alan Modra  <amodra@gmail.com>
9948         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
9950 2016-05-04  Alan Modra  <amodra@gmail.com>
9952         PR target/70866
9953         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
9954         when cr2,3,4 are all fixed regs.
9956 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
9958         PR rtl-optimization/57193
9959         * opts.c (default_options_table): Revert OPT_frename_registers change.
9960         * doc/invoke.texi (-frename-registers, -O2): Likewise.
9962 2016-05-03  Martin Sebor  <msebor@redhat.com>
9964         PR c++/66561
9965         * builtins.c (fold_builtin_FILE): New function.
9966         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
9967         (fold_builtin_0): Call them.
9968         * gimplify.c (gimplify_call_expr): Remove the handling of
9969         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
9971         PR c++/66561
9972         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
9973         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
9974         constants.
9976         PR c++/66639
9977         * doc/extend.texi (Function Names as Strings): Update __func__,
9978         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
9979         constants.
9981 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
9982             Richard Biener  <rguenther@suse.de>
9984         PR tree-optimization/70916
9985         * tree-if-conv.c: Include cfganal.h.
9986         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
9987         and remove_fake_exit_edges around the optimization pass.
9989 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
9991         * cgraph.c (symbol_table::create_edge): Set inline_failed.
9992         (cgraph_edge::make_direct): Likewise.
9993         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
9994         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
9995         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
9996         (CIF_THUNK): New code.
9997         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
9998         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
9999         (compute_inline_parameters): Set inline_failed for thunks.
10000         (inline_analyze_function): Cleanup.
10001         * ipa-inline.c (can_inline_edge_p): Do not deal with
10002         call_stmt_cannot_inline_p.
10003         (can_early_inline_edge_p): Likewise.
10004         (early_inliner): Initialize inline_failed.
10005         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
10007 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
10009         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
10010         from nonimm_ssenomem_operand.
10011         (nonimm_ssenomem_operand): New predicate.
10012         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
10013         as operand 0 predicate.
10014         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
10015         Disable unsupported alternatives using "enabled" attribute.
10016         Use register_ssemem_operand as operand 0 predicate.
10017         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
10019 2016-05-03  Marek Polacek  <polacek@redhat.com>
10021         PR c/70859
10022         * input.c (expansion_point_location): New function.
10023         * input.h (expansion_point_location): Declare.
10025 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10027         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
10028         occurence with frame_offset_ ones.
10030 2016-05-03  Alan Modra  <amodra@gmail.com>
10032         PR rtl-optimization/70890
10033         * ira.c (combine_and_move_insns): When moving def_insn, remove
10034         equivs on use_insn.
10036 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10038         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
10039         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
10040         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
10041         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
10043 2016-05-03  Alan Modra  <amodra@gmail.com>
10045         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
10046         for SAVE_MULTIPLE/STORE_MULTIPLE.
10048 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
10050         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
10051         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
10053 2016-05-03  Richard Biener  <rguenther@suse.de>
10055         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
10056         default true.
10057         (gimplify_arg): Likewise.
10058         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
10059         re-writing the result to a decl if required.
10060         (internal_get_tmp_var): Add allow_ssa parameter
10061         and override into_ssa with it.
10062         (get_formal_tmp_var): Adjust.
10063         (get_initialized_tmp_var): Add allow_ssa parameter.
10064         (gimplify_arg): Add allow_ssa parameter and avoid generating
10065         SSA names for the result false.
10066         (gimplify_call_expr): If the call may return twice do not
10067         gimplify parameters into SSA.
10068         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
10069         (gimplify_modify_expr): Adjust assert.  For noreturn calls
10070         with a SSA name LHS adjust its def.
10071         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
10072         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
10073         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
10074         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
10075         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
10076         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
10077         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
10078         (optimize_target_teams): Do not allow SSA names for clause operands.
10079         (gimplify_expr): Likewise for where we mark the result addressable.
10080         * passes.def (pass_init_datastructures): Remove.
10081         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
10082         (rewrite_stmt): Likewise.
10083         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
10084         (replace_locals_op): Replace SSA names.
10085         (copy_gimple_seq_and_replace_locals): Init src_cfun.
10086         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
10087         * cgraph.c (release_function_body): Free CFG annotations only
10088         when we have a CFG.  Simplify.
10089         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
10090         force_gimple_operand instead of get_initialized_tmp_var.
10091         * tree-pass.h (make_pass_init_datastructures): Remove.
10092         * tree-ssa.c (execute_init_datastructures): Remove.
10093         (pass_data_init_datastructures): Likewise.
10094         (class pass_init_datastructures): Likewise.
10095         (make_pass_init_datastructures): Likewise.
10096         * omp-low.c (create_omp_child_function): Init SSA data structures.
10097         (grid_expand_target_grid_body): Likewise.
10098         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
10099         name before adding it to names_to_release.
10100         (remove_bb): Always release SSA defs.
10101         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
10102         before dereferencing it.
10103         * cgraphunit.c (init_lowered_empty_function): Always
10104         int SSA data structures.
10105         * tree-ssanames.c (release_defs): Remove assert that we are in
10106         SSA form.
10107         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
10109 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
10110             Uros Bizjak  <ubizjak@gmail.com>
10112         PR rtl-optimization/70467
10113         * config/i386/predicates.md (x86_64_hilo_int_operand,
10114         x86_64_hilo_general_operand): New predicates.
10115         * config/i386/constraints.md (Wd): New constraint.
10116         * config/i386/i386.md (mode attr di): Use Wd instead of e.
10117         (general_hilo_operand): New mode attr.
10118         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
10119         instead of <general_operand>.
10120         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
10121         x86_64_hilo_general_operand instead of <general_operand>.
10123 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
10125         PR tree-optimization/70916
10126         * tree-if-conv.c (constant_or_ssa_name): Removed.
10127         (fold_build_cond_expr): Use is_gimple_val instead of
10128         constant_or_ssa_name.
10130         PR tree-optimization/70916
10131         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
10132         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
10134         PR target/49244
10135         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
10136         (optimize_atomic_bit_test_and): New function.
10137         (pass_fold_builtins::execute): Use it.
10138         * optabs.def (atomic_bit_test_and_set_optab,
10139         atomic_bit_test_and_complement_optab,
10140         atomic_bit_test_and_reset_optab): New optabs.
10141         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
10142         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
10143         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
10144         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
10145         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
10146         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
10147         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
10148         * doc/md.texi (atomic_bit_test_and_set@var{mode},
10149         atomic_bit_test_and_complement@var{mode},
10150         atomic_bit_test_and_reset@var{mode}): Document.
10151         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
10152         atomic_bit_test_and_complement<mode>,
10153         atomic_bit_test_and_reset<mode>): New expanders.
10154         (atomic_bit_test_and_set<mode>_1,
10155         atomic_bit_test_and_complement<mode>_1,
10156         atomic_bit_test_and_reset<mode>_1): New insns.
10158 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
10160         PR rtl-optimization/70687
10161         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
10162         instead of unsigned HOST_WIDE_INT.
10164 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
10166         PR rtl-optimization/44281
10167         * hard-reg-set.h (struct target_hard_regs): New field
10168         x_fixed_nonglobal_reg_set.
10169         (fixed_nonglobal_reg_set): New macro.
10170         * reginfo.c (init_reg_sets_1): Initialize it.
10171         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
10172         of fixed_reg_set.
10173         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
10175 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
10177         PR tree-optimization/56541
10178         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
10179         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
10180         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
10181         (any_complicated_phi): new static variable.
10182         (aggressive_if_conv): delete.
10183         (if_convertible_phi_p): support phis with more than two arguments.
10184         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
10185         critical pred edges.
10186         (ifcvt_split_critical_edges): support phis with more than two
10187         arguments by checking new parameter.  only split critical edges
10188         if needed.
10189         (tree_if_conversion): handle simd pragma marked loop using new
10190         local variable aggressive_if_conv.  check any_complicated_phi.
10192 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
10194         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
10195         before using it.
10197 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
10199         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
10200         cbase.
10202 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
10204         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
10205         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
10206         define_insn_and_split.
10207         (mulsi3_i): New define_insn_and_split.
10208         (mulsi3_call): Convert to define_insn.
10209         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
10210         Remove constraints.
10212 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
10214         * machmode.h (mode_complex): Add support to give the complex mode
10215         for a given mode.
10216         (GET_MODE_COMPLEX_MODE): Likewise.
10217         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
10218         stored by build_complex_type and gfc_build_complex_type instead of
10219         trying to figure out the appropriate mode based on the size. Raise
10220         an assertion error, if the type was not set.
10221         * genmodes.c (struct mode_data): Add field for the complex type of
10222         the given type.
10223         (blank_mode): Likewise.
10224         (make_complex_modes): Remember the complex mode created in the
10225         base type.
10226         (emit_mode_complex): Write out the mode_complex array to map a
10227         type mode to the complex version.
10228         (emit_insn_modes_c): Likewise.
10229         * tree.c (build_complex_type): Set the complex type to use before
10230         calling layout_type.
10231         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
10232         support for __float128 complex datatypes.
10233         (rs6000_hard_regno_mode_ok): Likewise.
10234         (rs6000_setup_reg_addr_masks): Likewise.
10235         (rs6000_complex_function_value): Likewise.
10236         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
10237         __float128 and __ibm128 complex.
10238         (FLOAT128_IBM_P): Likewise.
10239         (ALTIVEC_ARG_MAX_RETURN): Likewise.
10240         * doc/extend.texi (Additional Floating Types): Document that
10241         -mfloat128 must be used to enable __float128.  Document complex
10242         __float128 and __ibm128 support.
10244 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
10246         PR target/49244
10247         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
10248         char/short arguments promoted to int because of promote_prototypes.
10250 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
10252         * config/i386/predicates.md (register_ssemem_operand): New predicate.
10253         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
10254         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
10255         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
10256         alternatives using "enabled" attribute.  Use register_ssemem_operand
10257         as operand 1 predicate.
10258         (*cmpi<unord>xf_i387): Split XFmode pattern from
10259         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
10260         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
10261         *absneg<mode>2_i387.  Disable unsupported alternatives using
10262         "enabled" attribute.
10263         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
10265 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
10267         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
10268         marker.
10269         (oacc_loop_process): Check mask for loop termination.
10271 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
10273         * cif-code.def (CIF_THUNK): Add.
10274         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
10275         accidental change.
10277 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
10279         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
10280         (dump_inline_summary): Dump it.
10281         (fp_expression_p): New predicate.
10282         (estimate_function_body_sizes): Use it.
10283         (inline_merge_summary): Merge fp_expressions.
10284         (inline_read_section): Read fp_expressions.
10285         (inline_write_summary): Write fp_expressions.
10286         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
10287         codegen boundary if either caller or callee is !fp_expressions.
10288         * ipa-inline.h (inline_summary): Add fp_expressions.
10289         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
10290         to fp_expressions be sure the fp generation flags are updated.
10292 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
10294         PR rtl-optimization/70467
10295         * cse.c (cse_insn): Handle no-op MEM moves after folding.
10297         PR rtl-optimization/70467
10298         * ipa-pure-const.c (check_call): Handle internal calls even in
10299         ipa mode like in local mode.
10301 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10303         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
10305 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
10307         * match.pd (X u< X, X u> X): New transformations.
10309 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
10311         * flag-types.h (enum warn_strict_overflow_code): Move ...
10312         * coretypes.h: ... here.
10313         * fold-const.h (fold_overflow_warning): Declare.
10314         * fold-const.c (fold_overflow_warning): Make non-static.
10315         (fold_comparison): Move the transformation of X +- C1 CMP C2
10316         into X CMP C2 -+ C1 ...
10317         * match.pd: ... here.
10318         * gimple-fold.c (fold_stmt_1): Protect with
10319         fold_defer_overflow_warnings.
10321 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
10323         * omp-low.c (struct oacc_loop): Add 'inner' field.
10324         (new_oacc_loop_raw): Initialize it to zero.
10325         (oacc_loop_fixed_partitions): Initialize it.
10326         (oacc_loop_auto_partitions): Partition outermost loop to outermost
10327         available partitioning.
10329 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
10331         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
10332         register_operand.
10333         (umulsidi3): Likewise.
10334         (indirect_jump): Fix jump instruction assembly patterns.
10336 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
10338         PR target/70860
10339         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
10340         (nvptx_function_value): Assert non-NULL cfun.
10342 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
10344         PR rtl-optimization/70886
10345         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
10347         * cselib.h (rtx_equal_for_cselib_1): Declare.
10348         (rtx_equal_for_cselib_p: New inline function.
10349         * cselib.c (rtx_equal_for_cselib_p): Delete.
10350         (rtx_equal_for_cselib_1): Make public.
10352 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
10354         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
10355         (register_mixssei387nonimm_operand): Remove predicate.
10356         * config/i386/i386.md (*fop_<mode>_comm): Merge from
10357         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
10358         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
10359         for TARGET_MIX_SSE_I387 alternatives.
10360         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
10361         Disable unsupported alternatives using "enabled" attribute.  Use
10362         nonimm_ssenomem_operand as operand 1 predicate.  Also check
10363         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
10365 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
10367         * tree.c (cst_and_fits_in_hwi): Simplify.
10369 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
10371         * tree.h (wi::to_wide): New function.
10372         * expr.c (expand_expr_real_1): Use wi::to_wide.
10373         * fold-const.c (int_const_binop_1): Likewise.
10374         (extract_muldiv_1): Likewise.
10376 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
10378         * wide-int.h: Update offset_int and widest_int documentation.
10379         (WI_SIGNED_SHIFT_RESULT): New macro.
10380         (wi::binary_shift): Define signed_shift_result_type for
10381         shifts on offset_int- and widest_int-like types.
10382         (generic_wide_int): Support <<= and >>= if << and >> are supported.
10383         * tree.h (int_bit_position): Use shift operators instead of wi::
10384          shifts.
10385         * alias.c (adjust_offset_for_component_ref): Likewise.
10386         * expr.c (get_inner_reference): Likewise.
10387         * fold-const.c (fold_comparison): Likewise.
10388         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
10389         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
10390         * tree-dfa.c (get_ref_base_and_extent): Likewise.
10391         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
10392         (stmt_kills_ref_p): Likewise.
10393         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
10394         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
10395         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
10396         (ao_ref_init_from_vn_reference): Likewise.
10398 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
10400         * wide-int.h: Update offset_int and widest_int documentation.
10401         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
10402         (wi::binary_traits): Allow ordered comparisons between offset_int and
10403         offset_int, between widest_int and widest_int, and between either
10404         of these types and basic C types.
10405         (operator <, <=, >, >=): Define for the same combinations.
10406         * tree.h (tree_int_cst_lt): Use comparison operators instead
10407         of wi:: comparisons.
10408         (tree_int_cst_le): Likewise.
10409         * gimple-fold.c (fold_array_ctor_reference): Likewise.
10410         (fold_nonarray_ctor_reference): Likewise.
10411         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
10412         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
10413         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
10414         * tree-sra.c (completely_scalarize): Likewise.
10415         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
10416         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
10417         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
10418         (check_for_binary_op_overflow): Likewise.
10419         (search_for_addr_array): Likewise.
10420         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
10422 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
10424         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
10425         (arc_save_restore): Likewise.
10426         (arc_dwarf_register_span): Likewise.
10427         (arc_output_pic_addr_const): Initialize suffix variable.
10429 2016-05-02  Martin Liska  <mliska@suse.cz>
10431         * symbol-summary.h (function_summary::function_summary):
10432         Remove checking assert for all cgraph nodes.
10433         (function_summary::get): Check summary_uid.
10434         (symtab_insertion): Check summary_uid.
10436 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
10438         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
10439         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
10440         bmaskn instruction.
10441         (arc_dwarf_register_span): Remove enum keyword.
10442         (compact_memory_operand_p): New function.
10443         * config/arc/arc.h (reg_class): Add code density register classes.
10444         (REG_CLASS_NAMES): Likewise.
10445         (REG_CLASS_CONTENTS): Likewise.
10446         * config/arc/arc.md (*movqi_insn): Add code density instructions.
10447         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
10448         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
10449         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
10450         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
10451         constraints.
10452         (h, Rcd, Rsd, Rzd): New register constraints.
10453         (T): Use compact_memory_operand_p function.
10454         * config/arc/predicates.md (compact_load_memory_operand): Remove.
10456 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
10458         * config/sh/sh.md (*negnegt, *movtt): Remove.
10460 2016-05-02  Marek Polacek  <polacek@redhat.com>
10461             Tom de Vries  <tom@codesourcery.com>
10463         PR tree-optimization/70700
10464         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
10465         bigger than FIRST_REF_NODE.
10467 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
10469         PR target/52898
10470         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
10471         TARGET_CMPEQDI_T.
10472         (prepare_cbranch_operands): Don't use scratch register.  Assume that
10473         function is used when pseudos can be created.
10474         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
10475         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
10476         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
10477         define_expand.  Allow it only when pseudos can be created.
10478         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
10480 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
10482         * config/i386/constraints.md (BC): Only allow -1 operands.
10483         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
10484         Add "enabled" attribute.  Update XI mode attribute calculation.
10485         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
10486         (*movoi_internal_avx): Update XI mode attribute calculation.
10487         (*movti_internal): Ditto.
10489 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
10491         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
10492         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
10494 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
10496         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
10497         statement on instruction code.  Remove trailing spaces.
10498         (altivec_expand_stv_builtin): Likewise.
10500 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
10502         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
10503         (TARGET_FPU_DOUBLE): Simplify.
10504         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
10505         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
10506         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
10507         with 'TARGET_FPU_DOUBLE'.
10508         * config/sh/sh.md: Likewise.
10510 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
10512         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
10513         SH_DIV_STR_FOR_SIZE): Remove.
10514         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
10515         SH_DIV_STR_FOR_SIZE): Remove.
10517 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
10519         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
10520         logical_reg_operand): Delete.
10521         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
10522         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
10523         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
10524         match_operand and match_test.
10525         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
10526         variables on their first use.  Return bool values.
10527         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
10528         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
10529         arith_reg_operand for input operand.  Remove empty constraints.
10530         (xorsi3): Delete.
10531         (*xorsi3_compact): Rename to xorsi3.
10532         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
10533         (*zero_extend<mode>si2_disp_mem): Update comment.
10534         (mov_nop): Delete.
10536 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
10538         * config/sh/t-sh: Remove SH5 support.
10539         * config.gcc: Likewise.
10540         * configure: Likewise.
10542 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10544         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
10546 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
10548         * config/sh/sh.c (register_sh_passes, sh_option_override,
10549         sh_print_operand, prepare_move_operands,
10550         sh_can_follow_jump): Remove TARGET_SH1 checks.
10551         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
10552         PROMOTE_MODE): Likewise.
10553         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
10554         movdi): Likewise.
10556 2016-04-30  Alan Modra  <amodra@gmail.com>
10558         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
10559         restoring when fixed_reg_p, but allow out-of-line or stmw save.
10560         Check for user regs later to avoid unnecessary looping over regs.
10561         Merge user reg check with non-saved reg check.  Don't force
10562         inline VR restore when static chain used.
10563         (rs6000_frame_related): Omit eh_frame info for user regs when
10564         saving.
10565         (fixed_regs_p): Delete.
10567 2016-04-30  Alan Modra  <amodra@gmail.com>
10569         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
10570         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
10571         Update all uses.
10573 2016-04-30  Alan Modra  <amodra@gmail.com>
10575         PR target/69645
10576         * config/rs6000/rs6000.c (fixed_reg_p): New function.
10577         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
10578         Update all uses.
10580 2016-04-30  Alan Modra  <amodra@gmail.com>
10582         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
10583         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
10584         flag_pic test for Darwin.
10586 2016-04-30  Alan Modra  <amodra@gmail.com>
10588         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
10589         throw_calls_crossed.
10590         (REG_FREQ_CALLS_CROSSED): Delete.
10591         (REG_N_THROWING_CALLS_CROSSED): Delete.
10592         * regstat.c (regstat_bb_compute_ri): Don't calculate
10593         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
10594         (dump_reg_info): Don't print call cross frequency.
10595         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
10596         and REG_N_THROWING_CALLS_CROSSED.
10598 2016-04-30  Alan Modra  <amodra@gmail.com>
10600         * regs.h (struct reg_info_t): Delete live_length.
10601         (REG_LIVE_LENGTH): Delete macro.
10602         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
10603         local_live, local_processed and local_live_last_luid params.
10604         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
10605         Formatting fixes.
10606         (regstat_compute_ri): Adjust for above.  Don't set
10607         REG_LIVE_LENGTH.
10608         (dump_reg_info): Don't print live length.
10609         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
10610         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
10611         Localize loop_depth var.
10613 2016-04-30  Alan Modra  <amodra@gmail.com>
10615         * ira.c (enum valid_equiv): New.
10616         (validate_equiv_mem): Return enum.
10617         (update_equiv_mem): Create replacement in more cases.
10618         (add_store_equivs): Update validate_equiv_mem call.
10620 2016-04-30  Alan Modra  <amodra@gmail.com>
10622         * ira.c (combine_and_move_insns): Rather than scanning insns,
10623         use DF infrastucture to find use and def insns.
10625 2016-04-30  Alan Modra  <amodra@gmail.com>
10627         ira.c (combine_and_move_insns): Move invariant conditions..
10628         (ira.c): ..to here.  Call combine_and_move_insns before
10629         add_store_equivs.  Call grow_reg_equivs later.  Allocate
10630         req_equiv later using max_reg_num() rather than global max_regno.
10631         (contains_replace_regs): Delete.
10632         (add_store_equivs): Remove contains_replace_regs test.
10634 2016-04-30  Alan Modra  <amodra@gmail.com>
10636         * ira.c (struct equiv_mem_data): New.
10637         (equiv_mem, equiv_mem_modified): Delete static vars.
10638         (validate_equiv_mem_from_store): Use "data" param to communicate..
10639         (validate_equiv_mem): ..from here.
10641 2016-04-30  Alan Modra  <amodra@gmail.com>
10643         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
10644         split out from..
10645         (update_reg_equivs): ..here.  Move allocation and freeing of
10646         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
10647         end_alias_analysis to..
10648         (ira): ..here.
10650 2016-04-30  Alan Modra  <amodra@gmail.com>
10652         * ira.c (pdx_subregs): Delete.
10653         (struct equivalence): Add pdx_subregs field.
10654         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
10655         pdx_subregs access.
10656         (update_equiv_regs): Don't create or free pdx_subregs.  Update
10657         pdx_subregs access.
10659 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10661         * config/rs6000/altivec.h: Change definitions of vec_xl and
10662         vec_xst.
10663         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
10664         (LD_ELEMREV_V2DI): New.
10665         (LD_ELEMREV_V4SF): New.
10666         (LD_ELEMREV_V4SI): New.
10667         (LD_ELEMREV_V8HI): New.
10668         (LD_ELEMREV_V16QI): New.
10669         (ST_ELEMREV_V2DF): New.
10670         (ST_ELEMREV_V2DI): New.
10671         (ST_ELEMREV_V4SF): New.
10672         (ST_ELEMREV_V4SI): New.
10673         (ST_ELEMREV_V8HI): New.
10674         (ST_ELEMREV_V16QI): New.
10675         (XL): New.
10676         (XST): New.
10677         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10678         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
10679         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
10680         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
10681         (altivec_expand_builtin): Add handling for
10682         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
10683         (rs6000_invalid_builtin): Add error-checking for
10684         RS6000_BTM_P9_VECTOR.
10685         (altivec_init_builtins): Define builtins used to implement vec_xl
10686         and vec_xst.
10687         (rs6000_builtin_mask_names): Define power9-vector.
10688         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
10689         (RS6000_BTM_P9_VECTOR): Define.
10690         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
10691         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
10692         (vsx_ld_elemrev_v2df): Likewise.
10693         (vsx_ld_elemrev_v4sf): Likewise.
10694         (vsx_ld_elemrev_v4si): Likewise.
10695         (vsx_ld_elemrev_v8hi): Likewise.
10696         (vsx_ld_elemrev_v16qi): Likewise.
10697         (vsx_st_elemrev_v2df): Likewise.
10698         (vsx_st_elemrev_v2di): Likewise.
10699         (vsx_st_elemrev_v4sf): Likewise.
10700         (vsx_st_elemrev_v4si): Likewise.
10701         (vsx_st_elemrev_v8hi): Likewise.
10702         (vsx_st_elemrev_v16qi): Likewise.
10703         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
10704         grammar.
10706 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
10708         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
10709         out into ...
10710         (simplify_control_stmt_condition_1): ... here.  Recurse into
10711         BIT_AND_EXPRs and BIT_IOR_EXPRs.
10713 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
10715         PR target/69810
10716         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
10717         (zero_extendqi<mode>2_dot): Revert earlier conversion from
10718         define_insn_and_split to define_insn.
10719         (zero_extendqi<mode>2_dot2): Same.
10720         (extendqi<mode>2_dot): Same.
10721         (extendqi<mode>2_dot2): Same.
10723 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
10725         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
10726         (probe_stack): New expander.
10727         (probe_stack_<mode>): New insn pattern.
10729 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
10731         * config/i386/i386.md
10732         (operations with memory inputs setting flags peephole2):
10733         Remove uneeded REG_P checks.  Cleanup pattern generation.
10735 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
10737         * tree-vect-loop.c (vect_transform_loop): Fix
10738         nb_iterations_upper_bound computation for vectorized loop.
10740 2016-04-29  Marek Polacek  <polacek@redhat.com>
10741             Jakub Jelinek  <jakub@redhat.com>
10743         PR sanitizer/70342
10744         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
10745         TARGET_EXPR_SLOT as a base.
10747 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
10749         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
10750         with 'rCm2' constraints to limit possible immediate size.
10751         (*load_zeroextendqisi_update): Likewise.
10752         (*load_signextendqisi_update): Likewise.
10753         (*loadhi_update): Likewise.
10754         (*load_zeroextendhisi_update): Likewise.
10755         (*load_signextendhisi_update): Likewise.
10756         (*loadsi_update): Likewise.
10757         (*loadsf_update): Likewise.
10759 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
10761         * config/i386/predicates.md (constm1_operand): Fix comparison.
10763 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
10765         * testsuite/gcc.target/arc/ieee_eq.c: New test.
10767 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
10769         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
10770         remaining SH5 related settings.
10771         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
10772         shmedia_prepare_call_address): Delete.
10773         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
10774         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
10775         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
10776         UNSUPPORTED_SH2A): Remove m5 checks.
10777         (sh_divide_strategy_e): Remove SH5 division strategies.
10778         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
10779         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
10781 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10783         * config/s390/s390.c (s390_rtx_costs): Update documentation.
10785 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10787         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
10788         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
10789         Change lder to ldr.
10790         * config/s390/vector.md ("mov<mode>"): Likewise.
10792 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
10794         * config/s390/constraints.md ("U", "W"): Invoke
10795         s390_mem_constraint with "ZR" and "ZT".
10796         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
10797         addresses when using LRA.  Accept also short displacements for S
10798         and T constraints.  Do not check for long displacement target for
10799         S and T constraints.
10800         (s390_mem_constraint): Remove handling of U and W constraints.
10801         * config/s390/s390.md (various patterns): Remove the short
10802         displacement constraints (Q and R) if a long displacement
10803         constraint is present.  Add longdisp as required CPU capability.
10804         * config/s390/vector.md: Likewise.
10805         * config/s390/vx-builtins.md: Likewise.
10807 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10809         PR target/60040
10810         * reload1.c (reload): Call finish_spills before
10811         restarting reload loop. Skip select_reload_regs
10812         if update_eliminables_and_spill returns true.
10814 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
10816         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
10817         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
10818         (umulhisi3_imm): Update predicates and constraint letters.
10819         (umulhisi3_reg): Declare instruction as commutative.
10820         * config/arc/constraints.md (J12, J16): New constraints.
10821         * config/arc/predicates.md (short_unsigned_const_operand): New
10822         predicate.
10823         (arc_short_operand): Likewise.
10824         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
10826 2016-04-29  Richard Biener  <rguenther@suse.de>
10828         PR tree-optimization/13962
10829         PR tree-optimization/65686
10830         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
10831         * tree-ssa-alias.c (ptrs_compare_unequal): New function
10832         using PTA to compare pointers.
10833         * match.pd: Add pattern for pointer equality compare simplification
10834         using ptrs_compare_unequal.
10836 2016-04-29  Richard Biener  <rguenther@suse.de>
10838         * stor-layout.c (layout_type): Do not build a pointer-to-element
10839         type for arrays.
10841 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
10843         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
10844         Use SWI mode iterator.  Use general_reg_operand predicate.
10845         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
10846         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
10847         predicates.
10849 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
10851         PR middle-end/70843
10852         * fold-const.c (operand_equal_p): Don't verify hash value equality
10853         if arg0 == arg1.
10854         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
10855         and OMP_CLAUSE.
10857 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
10859         PR target/70858
10860         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
10861         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
10862         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
10863         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
10864         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
10866 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
10868         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
10869         to info.  Don't initialize separate fields to 0.  Clean up
10870         formatting a bit.
10872 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
10874         * config/i386/i386.md (peephole2s for operations with memory inputs):
10875         Use SWI mode iterator.
10876         (peephole2s for operations with memory outputs): Ditto.
10877         Do not check for stack checking probe.
10879         (probe_stack): Remove expander.
10881 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
10882             Andrew Burgess  <andrew.burgess@embecosm.com>
10884         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
10885         operands as 32-bits.
10887 2016-04-28  Jason Merrill  <jason@redhat.com>
10889         * gdbinit.in: Skip line-map.h.
10891 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
10892             Andrew Burgess  <andrew.burgess@embecosm.com>
10894         * config/arc/arc.c (arc_conditional_register_usage): Take
10895         TARGET_RRQ_CLASS into account.
10896         (arc_print_operand): Support printing 'p' and 's' operands.
10897         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
10898         as 0.
10899         (TARGET_RRQ_CLASS): Define.
10900         (IS_POWEROF2_OR_0_P): Define.
10901         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
10902         alternatives.
10903         (*tst_movb): New define_insn.
10904         (*tst): Avoid recognition if it could prevent '*tst_movb'
10905         combination; replace c/CnL with c/Chs alternative.
10906         (*tst_bitfield_tst): New define_insn.
10907         (*tst_bitfield_asr): New define_insn.
10908         (*tst_bitfield): New define_insn.
10909         (andsi3_i): Add Rrq variant.
10910         (extzv): New define_expand.
10911         (insv): New define_expand.
10912         (*insv_i): New define_insn.
10913         (*movb): New define_insn.
10914         (*movb_signed): New define_insn.
10915         (*movb_high): New define_insn.
10916         (*movb_high_signed): New define_insn.
10917         (*movb_high_signed + 1): New define_split pattern.
10918         (*mrgb): New define_insn.
10919         (*mrgb + 1): New define_peephole2 pattern.
10920         (*mrgb + 2): New define_peephole2 pattern.
10921         * config/arc/arc.opt (mbitops): New option for nps400, uses
10922         TARGET_NPS_BITOPS_DEFAULT.
10923         * config/arc/constraints.md (q): Make register class conditional.
10924         (Rrq): New register constraint.
10925         (Chs): New constraint.
10926         (Clo): New constraint.
10927         (Chi): New constraint.
10928         (Cbf): New constraint.
10929         (Cbn): New constraint.
10930         (C18): New constraint.
10931         (Cbi): New constraint.
10933 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
10935         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
10936         dst->popcount.
10937         (bitmap_intersection_of_preds): Ditto.
10938         (bitmap_union_of_succs): Ditto.
10939         (bitmap_union_of_preds): Ditto.
10940         * sbitmap.c (do_popcount): Delete.
10941         (BITMAP_DEBUGGING): Delete.
10942         (sbitmap_verify_popcount): Delete.
10943         (sbitmap_alloc): Don't initialize the popcount field.
10944         (sbitmap_alloc_with_popcount): Delete.
10945         (sbitmap_resize): Don't resize the popcount array.
10946         (sbitmap_vector_alloc): Don't initialize the popcount field.
10947         (bitmap_copy): Don't copy the popcount array.
10948         (bitmap_clear): Don't clear the popcount array.
10949         (bitmap_clear): Delete the popcount array handling.
10950         (bitmap_ior_and_compl): Delete the popcount assert.
10951         (bitmap_not): Ditto.
10952         (bitmap_and_compl): Ditto.
10953         (bitmap_and): Delete the popcount array handling.
10954         (bitmap_xor): Ditto.
10955         (bitmap_ior): Ditto.
10956         (bitmap_or_and): Delete the popcount assert.
10957         (bitmap_and_or): Ditto.
10958         (popcount_table): Delete.
10959         (sbitmap_elt_popcount): Delete.
10960         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
10961         (bitmap_set_bit): Delete the popcount assert.
10962         (bitmap_clear_bit): Ditto.
10963         (sbitmap_free): Don't free the popcount array.
10964         (sbitmap_alloc_with_popcount): Delete declaration.
10965         (sbitmap_popcount): Ditto.
10967 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
10968             Andrew Burgess  <andrew.burgess@embecosm.com>
10970         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
10971         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
10972         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
10973         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
10974         * config/arc/arc.opt (mcmem): New option.
10975         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
10976         supply length for r/m alternative.
10977         (*extendqisi2_ac): Likewise.
10978         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
10979         r/Uex alternative.
10980         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
10981         (movhi_insn): Likewise.
10982         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
10983         (*zero_extendqihi2_i): Add r/Ucm alternative.
10984         (*zero_extendqisi2_ac): Likewise.
10985         (*zero_extendhisi2_i): Likewise.
10986         * config/arc/constraints.md (Uex): New memory constraint.
10987         (Ucm): New define_constraint.
10988         * config/arc/predicates.md (long_immediate_loadstore_operand):
10989         Return 0 for MEM with cmem_address address.
10990         (cmem_address_0): New predicates.
10991         (cmem_address_1): Likewise.
10992         (cmem_address_2): Likewise.
10993         (cmem_address): Likewise.
10995 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
10997         * config/rs6000/rs6000.c (machine_function): Rename
10998         insn_chain_scanned_p to spe_insn_chain_scanned_p.
10999         (rs6000_stack_info): Adjust.
11001 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
11002             Andrew Burgess  <andrew.burgess@embecosm.com>
11004         * config/arc/constraints.md (Usd): Convert to define_constraint.
11005         (Us<): Likewise.
11006         (Us>): Likewise.
11008 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
11010         PR target/70821
11011         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
11012         Add new peephole2 where the first insn is *mov<mode>_or instead of
11013         *mov<mode>_internal.
11015 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
11017         * tracer.c (bb_seen): Make static.
11019 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
11021         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
11022         support, setup defaults.
11023         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
11024         * config/arc/arc.c (arc_init): Add NPS400 support.
11025         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
11026         (TARGET_ARC700): NPS400 is also an ARC700.
11027         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
11029 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
11031         PR target/70668
11032         * config/nds32/nds32.md (casesi): Don't access the operands array
11033         out of bounds.
11035 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
11037         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
11038         (or $-1,reg peephole2): Ditto.
11039         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
11041 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
11043         * doc/extend.texi (Common Function Attributes) [optimize]:
11044         Discourage use of the optimize attribute.
11046 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
11048         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
11049         special case builtin.
11050         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
11051         ALTIVEC_BUILTIN_VEC_ADDE.
11052         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
11053         support for ALTIVEC_BUILTIN_VEC_ADDE.
11054         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
11055         for __builtin_vec_adde.
11057 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
11059         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
11060         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
11062 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11064         PR testsuite/70595
11065         * doc/sourcebuild.texi (Effective-Target Keywords, Other
11066         attributes): Document cilkplus_runtime.
11068 2016-04-28  Martin Jambor  <mjambor@suse.cz>
11070         * tree-cfg.c (verify_expr): Verify that local declarations belong to
11071         this function.  Call verify_expr on MEM_REFs and bases of other
11072         handled_components.
11074 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11076         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
11077         for WORD_REGISTER_OPERATIONS to runtime check.
11079 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
11081         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
11083 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
11085         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
11086         big-endian compilation.
11087         * config/arc/arc.md (addf3): Likewise.
11088         (subdf3): Likewise.
11089         (muldf3): Likewise.
11091 2016-04-28  Richard Biener  <rguenther@suse.de>
11093         PR tree-optimization/70840
11094         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
11095         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
11096         Mark x * pow(x,c) -> pow(x,c+1) commutative.
11097         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
11099 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11101         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
11102         and explain why in a comment.
11104 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
11106         * config/arc/arc.md (cpu_facility): Add fpx variant.
11107         (subdf3): Prohibit use reverse sub when assist operations option
11108         is enabled.
11109         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
11110         instructions only when FPX is enabled.
11111         * testsuite/gcc.target/arc/trsub.c: New test.
11113 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
11115         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
11116         mult_operator when calculating "type" attribute.
11117         (*fop_<mode>_1_i387): Ditto.
11118         (*fop_xf_1_i387): Ditto.
11119         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
11120         Use std::swap to swap operands.  Use RTL expressions to generate
11121         converted pattern.
11123 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
11124             Joern Rennecke  <joern.rennecke@embecosm.com>
11126         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
11127         declaration.
11128         (emit_pic_move): Remove.
11129         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
11130         * config/arc/arc.c (emit_pic_move): Removed.
11131         (TARGET_HAVE_TLS): Define.
11132         (arc_conditional_register_usage): Test for arc_tp_regno.
11133         (arc_print_operand, arc_print_operand_address): Handle TLS
11134         unspecs.
11135         (arc_needs_pcl_p): New function.
11136         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
11137         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
11138         (arc_raw_symbolic_reference_mentioned_p): Likewise.
11139         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
11140         (arc_legitimize_tls_address): Likewise.
11141         (DTPOFF_ZERO_SYM): Define.
11142         (arc_legitimize_pic_address): Make it static, handle TLS cases.
11143         (arc_output_pic_addr_const): Print TLS unspecs.
11144         (prepare_pic_move): New function, replaces emit_pic_move.
11145         (arc_legitimate_constant_p): Handle TLS unspecs.
11146         (arc_legitimate_address_p): Likewise.
11147         (arc_rewrite_small_data_p): Use assert for TLS constants.
11148         (prepare_move_operands): Use prepare_pic_move.
11149         (arc_legitimize_address): Legitimize tls addresses.
11150         (arc_epilogue_uses): Check for arc_tp_regno.
11151         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
11152         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
11153         Define.
11154         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
11155         Likewise.
11156         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
11157         %(arc_tls_extra_start_spec).
11158         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
11159         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
11160         (EH_USES): Define.
11161         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
11162         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
11163         (UNSPEC_TLS_OFF): Add.
11164         (R10_REG): Define.
11165         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
11166         (get_thread_pointersi): New patterns.
11167         * config/arc/arc.opt (mtp-regno): New option.
11168         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
11169         (move_dest_operand): Likewise.
11170         * configure: Regenerate.
11171         * configure.ac: Add arc*-*-* case to test for tls.
11172         * doc/invoke.texi (ARC options): Document mtp-regno.
11174 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
11176         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
11177         the new ARC HS SIMD instructions.
11178         (arc_preferred_simd_mode): New function.
11179         (arc_autovectorize_vector_sizes): Likewise.
11180         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
11181         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
11182         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
11183         (arc_init_builtins): Add new SIMD builtin types.
11184         (arc_split_move): Handle 64 bit vector moves.
11185         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
11186         (TARGET_PLUS_QMACW): Define.
11187         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
11188         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
11189         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
11190         (VSUBADD4H): New builtins.
11191         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
11192         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
11194 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
11195             Matthias Klose  <doko@debian.org>
11197         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
11199 2016-04-28  Richard Biener  <rguenther@suse.de>
11201         PR middle-end/70777
11202         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
11203         canonicalization.
11205 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
11207         * common/config/sh/sh-common.c: Remove SH5 support.
11208         * config/sh/constraints.md: Likewise.
11209         * config/sh/config/sh/elf.h: Likewise.
11210         * config/sh/linux.h: Likewise.
11211         * config/sh/netbsd-elf.h: Likewise.
11212         * config/sh/predicates.md: Likewise.
11213         * config/sh/sh-c.c: Likewise.
11214         * config/sh/sh-protos.h: Likewise.
11215         * config/sh/sh.c: Likewise.
11216         * config/sh/sh.h: Likewise.
11217         * config/sh/sh.md: Likewise.
11218         * config/sh/sh.opt: Likewise.
11219         * config/sh/sync.md: Likewise.
11220         * config/sh/sh64.h: Delete.
11221         * config/sh/shmedia.h: Likewise.
11222         * config/sh/shmedia.md: Likewise.
11223         * config/sh/sshmedia.h: Likewise.
11224         * config/sh/t-netbsd-sh5-64: Likewise.
11225         * config/sh/t-sh64: Likewise.
11226         * config/sh/ushmedia.h: Likewise.
11228 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
11230         * config/i386/i386.md (sign_extend to memory peephole2s): Use
11231         general_reg_operand instead of register_operand predicate.
11233 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11235         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
11237 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
11239         * match.pd (A - B > A, A + B < A): New transformations.
11241 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
11243         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
11244         which defaults to true.  Emit an outer pair of parentheses only if
11245         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
11246         don't emit parentheses for the right-hand operand.
11248 2016-04-27  Jeff Law  <law@redhat.com>
11250         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
11252 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11254         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
11255         (altivec_lvx_<mode>_internal): Document.
11256         (altivec_lvx_<mode>_2op): New define_insn.
11257         (altivec_lvx_<mode>_1op): Likewise.
11258         (altivec_lvx_<mode>_2op_si): Likewise.
11259         (altivec_lvx_<mode>_1op_si): Likewise.
11260         (altivec_stvx_<mode>): Remove.
11261         (altivec_stvx_<mode>_internal): Document.
11262         (altivec_stvx_<mode>_2op): New define_insn.
11263         (altivec_stvx_<mode>_1op): Likewise.
11264         (altivec_stvx_<mode>_2op_si): Likewise.
11265         (altivec_stvx_<mode>_1op_si): Likewise.
11266         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
11267         Expand vec_ld and vec_st during parsing.
11268         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
11269         changes.
11270         (altivec_expand_stvx_be): Likewise.
11271         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
11272         address-masking behavior in RTL.
11273         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
11274         address-masking behavior in RTL.
11275         (altivec_expand_builtin): Change builtin code arguments for calls
11276         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
11277         (insn_is_swappable_p): Avoid incorrect swap optimization in the
11278         presence of lvx/stvx patterns.
11279         (alignment_with_canonical_addr): New function.
11280         (alignment_mask): Likewise.
11281         (find_alignment_op): Likewise.
11282         (recombine_lvx_pattern): Likewise.
11283         (recombine_stvx_pattern): Likewise.
11284         (recombine_lvx_stvx_patterns): Likewise.
11285         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
11286         stvx patterns from expand.
11287         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
11288         expansions.
11289         (vector_altivec_store_<mode>): Likewise.
11291 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
11293         * config/aarch64/aarch64.md
11294         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
11295         remove the "fp" attributes.
11296         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
11297         add the "simd" attributes.
11298         (*movdf_aarch64): Likewise.
11299         (*movtf_aarch64): Remove the "fp" attributes.
11300         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
11301         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
11303 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
11305         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
11306         rtx to rtx_code_label *.
11307         * rtl.h (maybe_set_first_label_num): Likewise.
11309 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
11311         * df-core.c (df_add_problem): Make the problem param be const.
11312         (df_remove_problem): Make local "problem" be const.
11313         * df-problems.c (problem_RD): Make const.
11314         (problem_LR): Likewise.
11315         (problem_LIVE): Likewise.
11316         (problem_MIR): Likewise.
11317         (problem_CHAIN): Likewise.
11318         (problem_WORD_LR): Likewise.
11319         (problem_NOTE): Likewise.
11320         (problem_MD): Likewise.
11321         * df-scan.c (problem_SCAN): Likewise.
11322         * df.h (struct df_problem): Make field "dependent_problem" be
11323         const.
11324         (struct dataflow): Likewise for field "problem".
11325         (df_add_problem): Make param const.
11327 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
11329         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
11330         inter-unit moves to/from vector registers are enabled.  Do not disable
11331         for TARGET_MMX.
11333 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
11335         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
11336         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
11337         #define to...
11338         (enum df_problem_id): ...this new enum.
11339         (struct df_problem): Convert field "id" from "int" to
11340         enum df_problem_id.
11342 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
11344         * rtl.def: Update comment for "things in the instruction chain" to
11345         reflect the removal of the leading "i" field for INSN_UID in
11346         r210360.  Fix bogus apostrophe.
11348 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
11350         * config/i386/i386.md
11351         (lea arith with mem operand + setcc peephole2): Set operator mode.
11353 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
11355         PR target/70155
11356         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
11357         (dimode_scalar_to_vector_candidate_p): This.
11358         (timode_scalar_to_vector_candidate_p): New function.
11359         (scalar_to_vector_candidate_p): Likewise.
11360         (timode_check_non_convertible_regs): Likewise.
11361         (timode_remove_non_convertible_regs): Likewise.
11362         (remove_non_convertible_regs): Likewise.
11363         (remove_non_convertible_regs): Renamed to ...
11364         (dimode_remove_non_convertible_regs): This.
11365         (scalar_chain::~scalar_chain): Make it virtual.
11366         (scalar_chain::compute_convert_gain): Make it pure virtual.
11367         (scalar_chain::mark_dual_mode_def): Likewise.
11368         (scalar_chain::convert_insn): Likewise.
11369         (scalar_chain::convert_registers): Likewise.
11370         (scalar_chain::add_to_queue): Make it protected.
11371         (scalar_chain::emit_conversion_insns): Likewise.
11372         (scalar_chain::replace_with_subreg): Likewise.
11373         (scalar_chain::replace_with_subreg_in_insn): Likewise.
11374         (scalar_chain::convert_op): Likewise.
11375         (scalar_chain::convert_reg): Likewise.
11376         (scalar_chain::make_vector_copies): Likewise.
11377         (scalar_chain::convert_registers): New pure virtual function.
11378         (class dimode_scalar_chain): New class.
11379         (class timode_scalar_chain): Likewise.
11380         (scalar_chain::mark_dual_mode_def): Renamed to ...
11381         (dimode_scalar_chain::mark_dual_mode_def): This.
11382         (timode_scalar_chain::mark_dual_mode_def): New function.
11383         (timode_scalar_chain::convert_insn): Likewise.
11384         (dimode_scalar_chain::convert_registers): Likewise.
11385         (scalar_chain::compute_convert_gain): Renamed to ...
11386         (dimode_scalar_chain::compute_convert_gain): This.
11387         (scalar_chain::replace_with_subreg): Renamed to ...
11388         (dimode_scalar_chain::replace_with_subreg): This.
11389         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
11390         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
11391         (scalar_chain::make_vector_copies): Renamed to ...
11392         (dimode_scalar_chain::make_vector_copies): This.
11393         (scalar_chain::convert_reg): Renamed to ...
11394         (dimode_scalar_chain::convert_reg ): This.
11395         (scalar_chain::convert_op): Renamed to ...
11396         (dimode_scalar_chain::convert_op): This.
11397         (scalar_chain::convert_insn): Renamed to ...
11398         (dimode_scalar_chain::convert_insn): This.
11399         (scalar_chain::convert): Call convert_registers.
11400         (convert_scalars_to_vector): Change to scalar_chain pointer to
11401         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
11402         in 32-bit mode.  Delete scalar_chain pointer.  Call
11403         free_dominance_info in 64-bit mode.
11404         (pass_stv::gate): Remove TARGET_64BIT check.
11405         (ix86_option_override): Put the 64-bit STV pass before the CSE
11406         pass.
11408 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
11410         * dwarf2out.h (struct dw_loc_descr_node): Remove the
11411         dw_loc_frame_offset field.
11412         * dwarf2out.c (new_loc_descr): Likewise.
11413         (resolve_args_picking_1): Turn the VISITED hash set into a
11414         FRAME_OFFSET hash map. Use it to associate a frame offset to
11415         visited nodes. Remove uses of the CHECKING_P macro.
11416         (resolve_args_picking): Update call to resolve_args_picking_1.
11418 2016-04-27  Martin Liska  <mliska@suse.cz>
11420         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
11421         (free_loop_data): Release vuses of groups.
11423 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
11425         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
11426         instead of redundant use_id and boolean have_use_for.
11427         (struct iv_use): Change sub_id into group_id.  Remove field next.
11428         Move fields: related_cands, n_map_members, cost_map and selected
11429         to ...
11430         (struct iv_group): ... here.  New structure.
11431         (struct iv_common_cand): Use structure declaration directly.
11432         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
11433         (MAX_CONSIDERED_USES): Rename macro to ...
11434         (MAX_CONSIDERED_GROUPS): ... here.
11435         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
11436         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
11437         (dump_uses): Rename to ...
11438         (dump_groups): ... here.  Update all uses.
11439         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
11440         (find_induction_variables): Refactor format of dump information.
11441         (record_sub_use): Delete.
11442         (record_use): Update all uses.
11443         (record_group): New function.
11444         (record_group_use, find_interesting_uses_op): Call above functions.
11445         Update all uses.
11446         (find_interesting_uses_cond): Ditto.
11447         (group_compare_offset): New function.
11448         (split_all_small_groups): Rename to ...
11449         (split_small_address_groups_p): ... here.  Update all uses.
11450         (split_address_groups):  Update all uses.
11451         (find_interesting_uses): Refactor format of dump information.
11452         (add_candidate_1): Update all uses.  Remove redundant check on iv,
11453         base and step.
11454         (add_candidate, record_common_cand): Remove redundant assert.
11455         (add_iv_candidate_for_biv): Update use.
11456         (add_iv_candidate_derived_from_uses): Update all uses.
11457         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
11458         (alloc_use_cost_map): Ditto.
11459         (set_use_iv_cost, get_use_iv_cost): Rename to ...
11460         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
11461         (determine_use_iv_cost_generic): Ditto.
11462         (determine_group_iv_cost_generic): Ditto.
11463         (determine_use_iv_cost_address): Ditto.
11464         (determine_group_iv_cost_address): Ditto.
11465         (determine_use_iv_cost_condition): Ditto.
11466         (determine_group_iv_cost_cond): Ditto.
11467         (determine_use_iv_cost): Ditto.
11468         (determine_group_iv_cost): Ditto.
11469         (set_autoinc_for_original_candidates): Update all uses.
11470         (find_iv_candidates): Update all uses.  Refactor dump information.
11471         (determine_use_iv_costs): Ditto.
11472         (determine_iv_costs): Ditto.
11473         (iv_ca_cand_for_use): Rename to ...
11474         (iv_ca_cand_for_group): ... here.  Update all uses.
11475         (iv_ca_add_use, iv_ca_add_group): Ditto.
11476         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
11477         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
11478         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
11479         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
11480         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
11481         (create_new_iv, adjust_iv_update_pos): Ditto.
11482         (rewrite_use_address): Delete.
11483         (rewrite_use_address_1): Rename to ...
11484         (rewrite_use_address): ... here.
11485         (rewrite_use_compare): Update all uses.
11486         (rewrite_use): Delete.
11487         (rewrite_uses): Rename to ...
11488         (rewrite_groups): ... here.  Update all uses.
11489         (remove_unused_ivs, free_loop_data): Update all uses.
11490         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
11492 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11494         * rtlanal.c (nonzero_bits1): Convert preprocessor check
11495         for WORD_REGISTER_OPERATIONS to runtime check.
11497 2016-04-27  Richard Biener  <rguenther@suse.de>
11499         PR ipa/70760
11500         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
11501         aggregate_value_p to determine if a function result is
11502         returned by reference.
11503         (ipa_pta_execute): Functions having their address taken are
11504         not automatically nonlocal.
11506 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
11508         PR sanitizer/70683
11509         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
11510         * fold-const.c (operand_equal_p): If flag_checking and
11511         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
11512         and if it returns non-zero, assert iterative_hash_expr on both
11513         args is the same.
11515 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
11517         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
11519 2016-04-27  Nick Clifton  <nickc@redhat.com>
11521         PR middle-end/49889
11522         * varasm.c (merge_weak): Generate an error if an attempt is made
11523         to convert a non-weak static function into a weak, public function.
11525 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11527         * params.def (MAX_PARTITION_SIZE): New param.
11528         * doc/invoke.texi: Document lto-max-partition.
11530 2016-04-27  Richard Biener  <rguenther@suse.de>
11532         PR ipa/70785
11533         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
11534         function cummulating used_from_other_partition, externally_visible
11535         and force_output from aliases.
11536         (refered_from_nonlocal_var): Likewise.
11537         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
11538         node flags properly.
11540 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
11542         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
11543         (-Wmemset-elt-size): New item.
11545 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
11547         PR ada/70759
11548         * stor-layout.h (internal_reference_types): Delete.
11549         * stor-layout.c (reference_types_internal): Likewise.
11550         (internal_reference_types): Likewise.
11551         (layout_type) <REFERENCE_TYPE>: Adjust.
11553 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
11555         PR sanitizer/70683
11556         * tree.h (inchash::add_expr): Add FLAGS argument.
11557         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
11558         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
11559         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
11560         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
11561         if swap_tree_comparison (code) is smaller than code, hash that
11562         and arguments in the other order.  Hash CONVERT_EXPR the same
11563         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
11564         of ADDR_EXPR of decl as the decl itself.  Add or remove
11565         OEP_ADDRESS_OF from recursive flags as needed.  For
11566         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
11567         operands commutatively and only the third one normally.
11568         For internal CALL_EXPR hash in CALL_EXPR_IFN.
11570 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
11572         * config/rtems.h (LIB_SPEC): Add -latomic.
11574 2016-04-27  Joel Sherrill  <joel@rtems.org>
11576         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
11577         xilink.ld and flags not relevant to RTEMS.
11579 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
11581         * toplev.c (backend_init_target): Avoid calling init_reload when using
11582         LRA.
11584 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
11586         * reorg.c (try_merge_delay_insns): Declare i and j inside the
11587         for loops rather than one for the whole function.
11589 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
11591         * match.pd (X + CST CMP X): New transformation.
11593 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
11595         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
11596         * fold-const.c (fold_binary_loc): Remove 2 transformations
11597         superseded by match.pd.
11598         * match.pd (x+x -> x*2): Generalize to integers.
11600 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
11602         * config/i386/i386.md (operation on memory peephole): Duplicate an
11603         existing peephole and adapt it to match lea rather than an operation
11604         that clobbers CC.
11606         PR rtl-optimization/57193
11607         * opts.c (default_options_table): Add OPT_frename_registers at -O2
11608         and above.
11609         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
11611 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
11613         * tree-if-conv.c (any_pred_load_store): New static variable.
11614         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
11615         any_pred_load_store instead of and_mask_load_store.
11616         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
11617         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
11618         (combine_blocks, tree_if_conversion): Ditto.
11620 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
11622         PR tree-optimization/70771
11623         PR tree-optimization/70775
11624         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
11625         virtual PHI nodes.  Delete parameter.
11626         (if_convertible_loop_p_1): Delete argument to above function.
11627         (predicate_all_scalar_phis): Delete code handling single-argument
11628         PHIs.
11629         (tree_if_conversion): Mark and update virtual SSA.
11631 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11633         PR target/61821
11634         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
11635         (x86_elf_aligned_common): Rename to ...
11636         (x86_elf_aligned_decl_common): ... this.
11637         Add decl arg.  Switch to .lbss for largecomm object.  Use
11638         LARGECOMM_SECTION_ASM_OP.
11639         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
11640         renaming.
11641         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
11642         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
11643         Pass new decl arg.
11644         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11645         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
11647 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11649         PR target/59407
11650         * config/i386/i386.c (SECTION_LARGE): Define.
11651         (x86_64_elf_select_section): Set it for large data/bss sections.
11652         Only clear SECTION_WRITE for .lrodata.
11653         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
11654         data/bss sections.
11655         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
11656         * varasm.c (default_elf_asm_named_section): Grow flagchars.
11657         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
11658         SECTION_MACH_DEP.
11659         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
11660         * doc/tm.texi: Regenerate.
11662 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
11664         PR bootstrap/70704
11665         * configure.ac (--enable-checking): Document extra flag, for
11666         non-release builds default to --enable-checking=yes,extra.
11667         If misc checking and extra checking, define CHECKING_P to 2 instead
11668         of 1.
11669         * common.opt (fchecking=): Add.
11670         * doc/invoke.texi (-fchecking=): Document.
11671         * doc/install.texi: Document --enable-checking changes.
11672         * configure: Regenerated.
11673         * config.in: Regenerated.
11675 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
11677         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
11678         attribute instead of which_alternative.
11679         * config/i386/sse.md (*mov<mode>_internal): Ditto.
11680         Use EXT_REX_SSE_REG_P where appropriate.
11682 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
11684         * config/i386/predicates.md (const0_operand): Do not match
11685         const_wide_int code.
11686         (const1_operand): Ditto.
11688 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
11690         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
11691         for SSE constm1 operands and TARGET_AVX512VL.
11692         (*movti_internal): Ditto.
11693         (*mov<mode>_or): Use constm1_operand predicate.
11694         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
11695         for SSE vector_all_ones operands and TARGET_AVX512VL.
11696         * config/i386/predicates.md (constm1_operand): New predicate.
11697         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
11698         emission of constant -1 load.
11700 2016-04-25  Jason Merrill  <jason@redhat.com>
11702         * gdbinit.in: Skip is-a.h.
11704         * attribs.c (register_scoped_attributes): Fix logic.
11705         * attribs.h: Declare register_scoped_attributes.
11707 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11709         * config/rs6000/rs6000-builtin.def: Correct pasto error for
11710         stxvd2x and stxvw4x built-in functions.
11712 2016-04-25  DJ Delorie  <dj@redhat.com>
11714         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
11715         (ashrhi3): Likewise.
11716         (lshrhi3): Likewise.
11718 2016-04-25  Richard Biener  <rguenther@suse.de>
11720         PR tree-optimization/70780
11721         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
11722         wasn't visited yet.
11723         (compute_antic): Mark blocks with abnormal preds as visited as
11724         they have a final empty antic-in solution already.
11726 2016-04-25  Michael Collison  <michael.collison@linaro.org>
11728         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
11730 2016-04-25  Michael Collison  <michael.collison@linaro.org>
11732         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
11733         mode is VQI to improve mixed mode vectorization.
11734         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
11735         define_insn to match low half of signed vaddw.
11736         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
11737         define_insn to match high half of signed vaddw.
11738         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
11739         define_insn to match low half of unsigned vaddw.
11740         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
11741         define_insn to match high half of unsigned vaddw.
11742         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
11743         (arm_simd_check_vect_par_cnst_half_p): Likewise.
11744         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
11745         for new function.
11746         (arm_simd_check_vect_par_cnst_half_p): Likewise.
11747         * config/arm/predicates.md (vect_par_constant_high): Support
11748         big endian and simplify by calling
11749         arm_simd_check_vect_par_cnst_half
11750         (vect_par_constant_low): Likewise.
11752 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
11754         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
11755         predicate for operand 2.
11757 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
11758             H.J. Lu  <hongjiu.lu@intel.com>
11760         * config/i386/i386-protos.h (standard_sse_constant_p): Add
11761         machine_mode argument.
11762         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
11763         constm1_rtx operands.  For VOIDmode constants, get mode from
11764         pred_mode.  Check mode size if the mode is supported by ABI.
11765         (standard_sse_constant_opcode): Do not use standard_constant_p.
11766         Strictly check ABI support for all-ones operands.
11767         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
11768         immediates. Update calls to standard_sse_constant_p.
11769         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
11770         (ix86_rtx_costs): Ditto.
11771         * config/i386/i386.md (*movxi_internal_avx512f): Use
11772         nonimmediate_or_sse_const_operand instead of vector_move_operand.
11773         Use (v,BC) alternative instead of (v,C). Use register_operand
11774         checks instead of MEM_P.
11775         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
11776         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
11777         isa attribute.  Use register_operand checks instead of MEM_P.
11778         (*movti_internal): Use nonimmediate_or_sse_const_operand for
11779         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
11780         alternative and corresponding sse2 isa attribute.
11781         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
11782         to standard_sse_constant_p.
11783         (FP constant splitters): Ditto.
11784         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
11785         (C): Ditto.
11786         * config/i386/predicates.md (constm1_operand): Remove.
11787         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
11788         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
11789         vector_all_ones_operand instead of constm1_operand.
11791 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11793         * print-rtl.c (print_rtx_insn_vec): New function.
11794         * print-rtl.h: New prototype.
11795         * store-motion.c (struct st_expr): Make avail_stores a vector.
11796         (st_expr_entry): Adjust.
11797         (free_st_expr_entry): Likewise.
11798         (print_store_motion_mems): Likewise.
11799         (find_moveable_store): Likewise.
11800         (compute_store_table): Likewise.
11801         (delete_store): Likewise.
11802         (build_store_vectors): Likewise.
11804 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11806         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
11808 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11810         * vec.h (vec_safe_contains): New function.
11811         (vec::contains): Likewise.
11812         (vec::begin): Likewise.
11813         (vec::end): Likewise.
11815 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
11817         PR sanitizer/70712
11818         * cfgexpand.c (expand_stack_vars): Fix typo.
11820 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11822         * system.h (list, map, set, vector): Include conditionally.
11823         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
11824         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
11825         * ipa-icf.c (INCLUDE_LIST): Define.
11826         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
11827         * config/sh/sh.c (INCLUDE_VECTOR): Define.
11828         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
11829         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
11830         * cp/logic.cc (INCLUDE_LIST): Define.
11831         * fortran/trans-common.c (INCLUDE_MAP): Define.
11833 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11835         * auto-profile.c: Remove <string.h> include.
11836         * ipa-icf-gimple.c: Remove <list> include.
11837         * diagnostic.c: Remove <new> include.
11838         * genmatch.c: Likewise.
11839         * pretty-print.c: Likewise.
11840         * toplev.c: Likewise
11841         * c/c-objc-common.c: Likewise.
11842         * cp/error.c: Likewise.
11843         * fortran/error.c: Likewise.
11845 2016-04-22  Richard Biener  <rguenther@suse.de>
11847         * lto-streamer-in.c (input_ssa_names): Do not allocate
11848         GIMPLE_NOP for all SSA names.
11849         * lto-streamer-out.c (output_ssa_names): Do not output
11850         SSA names that should have been released.
11852 2016-04-22  Richard Biener  <rguenther@suse.de>
11854         PR tree-optimization/70740
11855         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
11856         VDEF.
11858 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
11860         PR target/70750
11861         * config/i386/predicates.md (call_insn_operand): Replace
11862         sibcall_memory_operand with memory_operand.
11864 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
11866         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
11867         has_single_use() tests.
11868         (register_edge_assert_for_1): Likewise.
11869         (find_assert_locations_1): Check the liveness bitmap instead of
11870         checking has_single_use().
11872 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
11874         PR target/70728
11875         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
11876         Extract AVX-512BW constraint from AVX.
11878 2016-04-21  Richard Biener  <rguenther@suse.de>
11880         PR tree-optimization/70725
11881         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
11882         for phi_convertible_by_degenerating_args.
11883         (predicate_all_scalar_phis): Handle single-argument PHIs.
11885 2016-04-21  Richard Biener  <rguenther@suse.de>
11887         PR middle-end/70747
11888         * fold-const.c (fold_comparison): Return properly typed
11889         constant boolean.
11891 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
11893         PR tree-optimization/70715
11894         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
11895         after expanding BASE using expand_simple_operations.
11897 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
11899         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
11900         New transformations.
11902 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
11904         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
11906 2016-04-20  Jan Hubicka  <jh@suse.cz>
11908         * ipa-inline.c (can_inline_edge_p): Pass caller info to
11909         ultiimate_alias_target.
11910         (update_callee_keys): Likewise.
11911         (lookup_recursive_calls): Likewise.
11912         (speculation_useful_p): Likewise.
11914 2016-04-20  Jan Hubicka  <jh@suse.cz>
11916         PR ipa/70018
11917         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
11918         (set_nothrow_flag_1): ... this; handle interposition correctly;
11919         recurse on aliases and thunks.
11920         (cgraph_node::set_nothrow_flag): New.
11921         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
11922         functions compiled with non-call exceptions that binds to current
11923         def.
11924         (propagate_nothrow): Be safe WRT interposition.
11925         * cgraph.h (set_nothrow_flag): Update prototype.
11927 2016-04-18  Jan Hubicka  <jh@suse.cz>
11929         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
11930         max_loop_iterations_int.
11931         (tree_unswitch_outer_loop): Likewise.
11933 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
11935         PR tree-optimization/69489
11936         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
11937         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
11938         Revise dump message.
11939         (if_convertible_bb_p): Remove check on edge count of basic block's
11940         predecessors.
11942 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
11944         PR tree-optimization/56625
11945         PR tree-optimization/69489
11946         * tree-data-ref.h (DR_INNERMOST): New macro.
11947         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
11948         hashing struct innermost_loop_behavior.
11949         (ref_DR_map): Remove.
11950         (innermost_DR_map): New map.
11951         (baseref_DR_map): Revise comment.
11952         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
11953         to innermost_DR_map accroding to its innermost loop behavior.
11954         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
11955         to its innermost loop behavior.
11956         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
11957         Add initialization for innermost_DR_map.  Record memory reference
11958         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
11959         have innermost loop behavior.
11960         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
11961         innermost_DR_map.
11963 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
11965         * config/i386/i386.md (*lea<mode>_general_1): Rename from
11966         *lea_general_1.  Use explicit SWI12 mode interator.
11967         (*lea<mode>_general_2): Rename from *lea_general_2.
11968         Use explicit SWI12 mode interator.
11969         (*lea<mode>_general_3): Rename from *lea_general_3.
11970         Use explicit SWI12 mode interator.
11971         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
11972         Use explicit SWI12 mode interator.
11973         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
11974         Use explicit SWI48 mode interator.
11976 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
11978         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
11979         Short-cut unaligned load and store cases.  Handle all integer
11980         vector modes.
11981         (ix86_expand_vector_move_misalign): Short-cut unaligned load
11982         and store cases.  Call ix86_avx256_split_vector_move_misalign
11983         directly without checking mode class.
11985 2016-04-20  Andrew Pinski  <apinski@cavium.com>
11986             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11988         PR target/64971
11989         * config/aarch64/aarch64.md (sibcall): Force call
11990         address to be DImode for ILP32.
11991         (sibcall_value): Likewise.
11993 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
11995         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
11997 2016-04-20  Richard Biener  <rguenther@suse.de>
11999         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
12000         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
12001         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
12002         (maybe_push_res_to_seq): Adjust.
12003         * gimple-fold.c (maybe_build_generic_op): Likewise.
12005 2016-04-20  Marek Polacek  <polacek@redhat.com>
12007         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
12008         rather than true.
12010 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
12012         * config/i386/sse.md (vec_unpacks_lo_hi): Always
12013         use kmovw to support AVX512F target.
12015 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
12017         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
12019 2016-04-20  Marek Polacek  <polacek@redhat.com>
12021         PR tree-optimization/70725
12022         * tree-if-conv.c (is_false_predicate): New function.
12023         (predicate_mem_writes): Use it.
12025 2016-04-20  Richard Biener  <rguenther@suse.de>
12027         PR tree-optimization/70726
12028         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
12029         shift amounts from a pattern stmt operand.
12031 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12033         PR target/70674
12034         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
12035         stack_restore_from_fpr pattern when restoring r15.
12036         (s390_optimize_prologue): Strip away the memory barrier in the
12037         parallel when trying to get rid of restore insns.
12038         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
12039         definition for loading the stack pointer from an FPR.  Compared to
12040         the normal move insn this pattern includes a full memory barrier.
12042 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
12044         PR middle-end/70680
12045         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
12046         implicitly linear or lastprivate iterator on the outer context.
12048 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
12050         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
12051         alignment check.
12052         * config/i386/i386.md (ssememalign): Removed.
12053         * config/i386/sse.md: Remove ssememalign attribute from patterns.
12055 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
12057         PR target/69201
12058         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
12059         const short * to __builtin_ia32_loaddquhi512_mask.
12060         (_mm512_maskz_loadu_epi16): Likewise.
12061         (_mm512_mask_storeu_epi16): Pass short * to
12062         __builtin_ia32_storedquhi512_mask.
12063         (_mm512_mask_loadu_epi8): Pass const char * to
12064         __builtin_ia32_loaddquqi512_mask.
12065         (_mm512_maskz_loadu_epi8): Likewise.
12066         (_mm512_mask_storeu_epi8): Pass char * to
12067         __builtin_ia32_storedquqi512_mask.
12068         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
12069         const double * to __builtin_ia32_loadupd512_mask.
12070         (_mm512_mask_loadu_pd): Likewise.
12071         (_mm512_maskz_loadu_pd): Likewise.
12072         (_mm512_storeu_pd): Pass double * to
12073         __builtin_ia32_storeupd512_mask.
12074         (_mm512_mask_storeu_pd): Likewise.
12075         (_mm512_loadu_ps): Pass const float * to
12076         __builtin_ia32_loadups512_mask.
12077         (_mm512_mask_loadu_ps): Likewise.
12078         (_mm512_maskz_loadu_ps): Likewise.
12079         (_mm512_storeu_ps): Pass float * to
12080         __builtin_ia32_storeups512_mask.
12081         (_mm512_mask_storeu_ps): Likewise.
12082         (_mm512_mask_loadu_epi64): Pass const long long * to
12083         __builtin_ia32_loaddqudi512_mask.
12084         (_mm512_maskz_loadu_epi64): Likewise.
12085         (_mm512_mask_storeu_epi64): Pass long long *
12086         to __builtin_ia32_storedqudi512_mask.
12087         (_mm512_loadu_si512): Pass const int * to
12088         __builtin_ia32_loaddqusi512_mask.
12089         (_mm512_mask_loadu_epi32): Likewise.
12090         (_mm512_maskz_loadu_epi32): Likewise.
12091         (_mm512_storeu_si512): Pass int * to
12092         __builtin_ia32_storedqusi512_mask.
12093         (_mm512_mask_storeu_epi32): Likewise.
12094         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
12095         char * to __builtin_ia32_storedquqi256_mask.
12096         (_mm_mask_storeu_epi8): Likewise.
12097         (_mm256_mask_loadu_epi16): Pass const short * to
12098         __builtin_ia32_loaddquhi256_mask.
12099         (_mm256_maskz_loadu_epi16): Likewise.
12100         (_mm_mask_loadu_epi16): Pass const short * to
12101         __builtin_ia32_loaddquhi128_mask.
12102         (_mm_maskz_loadu_epi16): Likewise.
12103         (_mm256_mask_loadu_epi8): Pass const char * to
12104         __builtin_ia32_loaddquqi256_mask.
12105         (_mm256_maskz_loadu_epi8): Likewise.
12106         (_mm_mask_loadu_epi8): Pass const char * to
12107         __builtin_ia32_loaddquqi128_mask.
12108         (_mm_maskz_loadu_epi8): Likewise.
12109         (_mm256_mask_storeu_epi16): Pass short * to.
12110         __builtin_ia32_storedquhi256_mask.
12111         (_mm_mask_storeu_epi16): Pass short * to.
12112         __builtin_ia32_storedquhi128_mask.
12113         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
12114         const double * to __builtin_ia32_loadupd256_mask.
12115         (_mm256_maskz_loadu_pd): Likewise.
12116         (_mm_mask_loadu_pd): Pass onst double * to
12117         __builtin_ia32_loadupd128_mask.
12118         (_mm_maskz_loadu_pd): Likewise.
12119         (_mm256_mask_storeu_pd): Pass double * to
12120         __builtin_ia32_storeupd256_mask.
12121         (_mm_mask_storeu_pd): Pass double * to
12122         __builtin_ia32_storeupd128_mask.
12123         (_mm256_mask_loadu_ps): Pass const float * to
12124         __builtin_ia32_loadups256_mask.
12125         (_mm256_maskz_loadu_ps): Likewise.
12126         (_mm_mask_loadu_ps): Pass const float * to
12127         __builtin_ia32_loadups128_mask.
12128         (_mm_maskz_loadu_ps): Likewise.
12129         (_mm256_mask_storeu_ps): Pass float * to
12130         __builtin_ia32_storeups256_mask.
12131         (_mm_mask_storeu_ps): ass float * to
12132         __builtin_ia32_storeups128_mask.
12133         (_mm256_mask_loadu_epi64): Pass const long long * to
12134         __builtin_ia32_loaddqudi256_mask.
12135         (_mm256_maskz_loadu_epi64): Likewise.
12136         (_mm_mask_loadu_epi64): Pass const long long * to
12137         __builtin_ia32_loaddqudi128_mask.
12138         (_mm_maskz_loadu_epi64): Likewise.
12139         (_mm256_mask_storeu_epi64): Pass long long * to
12140         __builtin_ia32_storedqudi256_mask.
12141         (_mm_mask_storeu_epi64): Pass long long * to
12142         __builtin_ia32_storedqudi128_mask.
12143         (_mm256_mask_loadu_epi32): Pass const int * to
12144         __builtin_ia32_loaddqusi256_mask.
12145         (_mm256_maskz_loadu_epi32): Likewise.
12146         (_mm_mask_loadu_epi32): Pass const int * to
12147         __builtin_ia32_loaddqusi128_mask.
12148         (_mm_maskz_loadu_epi32): Likewise.
12149         (_mm256_mask_storeu_epi32): Pass int * to
12150         __builtin_ia32_storedqusi256_mask.
12151         (_mm_mask_storeu_epi32): Pass int * to
12152         __builtin_ia32_storedqusi128_mask.
12153         * config/i386/i386-builtin-types.def (PCSHORT): New.
12154         (PINT64): Likewise.
12155         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
12156         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
12157         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
12158         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
12159         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
12160         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
12161         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
12162         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
12163         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
12164         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
12165         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
12166         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
12167         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
12168         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
12169         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
12170         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
12171         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
12172         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
12173         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
12174         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
12175         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
12176         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
12177         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
12178         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
12179         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
12180         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
12181         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
12182         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
12183         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
12184         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
12185         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
12186         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
12187         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
12188         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
12189         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
12190         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
12191         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
12192         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
12193         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
12194         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
12195         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
12196         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
12197         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
12198         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
12199         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
12200         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
12201         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
12202         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
12203         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
12204         use UNSPEC_STOREU.
12205         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
12206         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
12207         load nor store.
12208         (ix86_expand_vector_move_misalign): Likewise.
12209         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
12210         to scalar function prototype for unaligned load/store builtins.
12211         (ix86_expand_special_args_builtin): Updated.
12212         * config/i386/sse.md (UNSPEC_LOADU): Removed.
12213         (UNSPEC_STOREU): Likewise.
12214         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
12215         (VI_ULOADSTORE_F_AVX512VL): Likewise.
12216         (ssescalarsize): Handle V4TI, V2TI and V1TI.
12217         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
12218         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
12219         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
12220         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
12221         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
12222         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
12223         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
12224         (<avx512>_storedqu<mode>_mask): Likewise.
12225         (*sse4_2_pcmpestr_unaligned): Likewise.
12226         (*sse4_2_pcmpistr_unaligned): Likewise.
12227         (*mov<mode>_internal): Renamed to ...
12228         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
12229         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
12230         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
12231         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
12233 2016-04-19  Richard Biener  <rguenther@suse.de>
12235         PR tree-optimization/70171
12236         * tree-ssa-phiprop.c: Include stor-layout.h.
12237         (phiprop_insert_phi): Handle the aggregate copy case.
12238         (propagate_with_phi): Likewise.
12240 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
12242         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
12243         instead of simplify_gen_subreg (... , 0).
12244         (ix86_delegitimize_address): Ditto.
12245         (ix86_split_divmod): Ditto.
12246         (ix86_split_copysign_const): Ditto.
12247         (ix86_split_copysign_var): Ditto.
12248         (ix86_expand_args_builtin): Ditto.
12249         (ix86_expand_round_builtin): Ditto.
12250         (ix86_expand_special_args_builtin): Ditto.
12251         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
12252         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
12253         (udivmodqi4): Ditto.
12254         (absneg splitters): Ditto.
12255         (*jcc_bt<mode>_1): Ditto.
12257 2016-04-19  Richard Biener  <rguenther@suse.de>
12259         PR tree-optimization/70724
12260         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
12261         restoring out from ...
12262         (free_scc_vn): ... here.
12263         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
12264         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
12265         tail merging.
12266         (pass_fre::execute): Restore SSA info.
12268 2016-04-19  Richard Biener  <rguenther@suse.de>
12270         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
12271         * gimple-walk.c (walk_gimple_op): Initialize it.
12272         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
12273         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
12274         remapping SSA names of defs.
12275         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
12276         adjustment.
12278 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
12280         PR middle-end/70689
12281         * lra-constraints.c (equiv_substition_p): New.
12282         (process_alt_operands): Use it.
12283         (swap_operands): Swap it.
12284         (curr_insn_transform): Update it.
12286 2016-04-18  Michael Matz  <matz@suse.de>
12288         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
12289         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
12290         * tree-core.h (tree_type_common.align): Use bit-field.
12291         (tree_type_common.spare): New.
12292         (tree_decl_common.off_align): Make smaller.
12293         (tree_decl_common.align): Use bit-field.
12295         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
12296         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
12297         (scan_sharing_clauses): Ditto.
12298         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
12299         (omp_finish_file): Ditto.
12300         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
12301         (layout_decl): Ditto.
12302         (relayout_decl): Ditto.
12303         (finalize_record_size): Use SET_TYPE_ALIGN.
12304         (finalize_type_size): Ditto.
12305         (finish_builtin_struct): Ditto.
12306         (layout_type): Ditto.
12307         (initialize_sizetypes): Ditto.
12308         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
12309         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
12310         (lookup_field_for_decl): Use SET_DECL_ALIGN.
12311         (get_chain_field): Ditto.
12312         (get_trampoline_type): Ditto.
12313         (get_nl_goto_field): Ditto.
12314         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
12315         SET_DECL_ALIGN.
12316         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
12317         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
12318         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
12319         (build_qualified_type): Use SET_TYPE_ALIGN.
12320         (build_aligned_type, build_range_type_1): Ditto.
12321         (build_atomic_base): Ditto.
12322         (build_common_tree_nodes): Ditto.
12323         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
12324         (expand_one_stack_var_at): Ditto.
12325         * coverage.c (build_var): Use SET_DECL_ALIGN.
12326         * except.c (init_eh): Ditto.
12327         * function.c (assign_parm_setup_block): Ditto.
12328         * symtab.c (increase_alignment_1): Ditto.
12329         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
12330         * tree-vect-stmts.c (ensure_base_align): Ditto.
12331         * varasm.c (align_variable): Ditto.
12332         (assemble_variable): Ditto.
12333         (build_constant_desc): Ditto.
12334         (output_constant_def_contents): Ditto.
12336         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
12337         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
12338         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
12339         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
12340         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
12342 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
12344         PR target/70708
12345         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
12346         replace %vmovsd with "%vmovq".
12347         (vec_concatv2df): Likewise.
12349 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
12351         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
12352         (*vec_extractv2si_0): Ditto.
12353         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
12354         (zero_extended_scalar_load_operand splitters): Ditto.
12355         (vec_extract splitters): Ditto.
12356         (*vec_extractv4si_0_zext): Ditto.
12357         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
12358         and lowpart_subreg.
12359         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
12360         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
12361         (*sse4_1_extractps): Use lowpart_subreg.
12362         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
12364 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12366         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
12367         gld requirements.
12368         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
12369         Mention Solaris 11 packaging changes.
12370         Update gas and gld requirements.
12371         Remove reference to pre-Solaris 10 bug.
12372         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
12373         systems and bugs.
12374         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
12375         with cc.
12377 2016-04-17  Jan Hubicka  <jh@suse.cz>
12379         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
12380         max_loop_iterations_int.
12382 2016-04-18  Richard Biener  <rguenther@suse.de>
12384         PR tree-optimization/43434
12385         * tree-ssa-structalias.c (struct vls_data): New.
12386         (visit_loadstore): Handle all pointer-based accesses.
12387         (compute_dependence_clique): Compute a bitmap of restrict tags
12388         assigned bases and pass it to visit_loadstore.
12390 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
12392         PR target/70711
12393         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
12394         armv8.1-a and armv8.1-a+crc.
12396 2016-04-18  Richard Biener  <rguenther@suse.de>
12398         PR tree-optimization/70701
12399         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
12400         references after translating through a memcpy.
12402 2016-04-18  Richard Biener  <rguenther@suse.de>
12404         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
12405         (compute_antic): ... here.  For partial antic use regular
12406         postorder and scrap iteration.
12407         (compute_partial_antic_aux): Remove unused return value.
12408         (init_pre): Do not allocate postorder.
12409         (fini_pre): Do not free postorder.
12411 2016-04-18  Richard Biener  <rguenther@suse.de>
12413         PR middle-end/37870
12414         * expmed.c (extract_bit_field_1): Remove broken case
12415         using a wider MODE_INT mode.
12417 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
12419         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
12420         unless compiling with at least GCC-4.8.
12422 2016-04-17  Jan Hubicka  <jh@suse.cz>
12424         PR bootstrap/70706
12425         * graphite.c (graphite_finalize): Update call to
12426         tree_estimate_probability.
12427         * predict.h (tree_estimate_probability): Update prototype.
12429 2016-04-17  Jan Hubicka  <jh@suse.cz>
12431         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
12432         (tree_estimate_probability): Likewise.
12433         (pass_profile::execute): Update.
12434         (report_predictor_hitrates): New function.
12435         * profile.c (compute_branch_probabilities): Use it.
12436         * predict.h (report_predictor_hitrates): Declare.
12438 2016-04-17  Jan Hubicka  <jh@suse.cz>
12440         PR ipa/70018
12441         * cgraph.h (cgraph_node::set_const_flag,
12442         cgraph_node::set_pure_flag): Update prototype to return bool;
12443         update comment.
12444         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
12445         of interposable symbol are interposable, too.
12446         (cgraph_set_const_flag_1): Rename to ...
12447         (set_const_flag_1): ... this one; change to self recursive function
12448         instead of call_for_symbol_thunks_and_aliases. Handle correctly
12449         clearnig the flag in all variants and also virtual thunks of const
12450         functions are pure; track if any change was done.
12451         (cgraph_node::set_const_flag): Update.
12452         (struct set_pure_flag_info): New struct.
12453         (cgraph_set_pure_flag_1): Rename to ...
12454         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
12455         rather than pointer encoded flags; track if any changes was done;
12456         handle correctly clearning flag and setting flag of aliases already
12457         declared const.
12458         (cgraph_node::set_pure_flag): Update.
12459         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
12461 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12463         PR other/70433
12464         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
12465         backslash in label.
12467 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12469         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
12470         '{}<> ' as escape-for-record.
12472 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12474         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
12475         structure.
12477 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12479         PR other/70185
12480         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
12481         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
12482         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
12483         * passes.c (finish_optimization_passes): Only call
12484         finish_graph_dump_file if dfi->graph_dump_initialized.
12485         (execute_function_dump, pass_init_dump_file): Use
12486         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
12488 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12490         PR tree-optimization/70256
12491         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
12492         (debug_varmap): New function.
12494 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12496         PR other/70183
12497         * passes.c (pass_manager::register_pass): Propagate pflags.
12499 2016-04-17  Tom de Vries  <tom@codesourcery.com>
12501         PR other/68875
12502         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
12503         * passes.c (pass_manager::pass_manager): Declare and init p_start in
12504         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
12505         check if it's equal to p_start.
12506         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
12508 2016-04-15  Jan Hubicka  <jh@suse.cz>
12510         PR ipa/70018
12511         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
12512         function does not bind to current def.
12513         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
12514         handle conservatively calls to functions that does not need to bind
12515         to current def.
12516         (check_call): Update call of worse_state.
12517         (ignore_edge_for_nothrow): Update.
12518         (ignore_edge_for_pure_const): Likewise.
12519         (propagate_pure_const): Update calls to worse_state.
12520         (skip_function_for_local_pure_const): Reformat comments.
12522 2016-04-15  Jan Hubicka  <jh@suse.cz>
12524         PR ipa/70018
12525         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
12526         (cgraph_node::function_symbol): Likewise.
12527         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
12528         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
12529         (symtab_node::ultimate_alias_target): Add REF parameter.
12530         (symtab_node::binds_to_current_def_p): Declare.
12531         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
12532         (cgraph_node::function_symbol): Likewise.
12533         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
12534         (cgraph_node::get_availability): Likewise.
12535         (cgraph_edge::binds_to_current_def_p): New inline function.
12536         (varpool_node::get_availability): Add REF parameter.
12537         (varpool_node::ultimate_alias_target): Likewise.
12538         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
12539         (symtab_node::binds_to_current_def_p): Likewise.
12540         * varpool.c (varpool_node::get_availability): Likewise.
12542 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
12544         PR target/70662
12545         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
12546         Fix mode size check.
12548 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
12550         * BASE-VER: Set to 7.0.0.
12552 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
12554         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
12556 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12558         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
12559         architecture revisions.
12561 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
12563         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
12564         * config/i386/i386.c (ix86_using_red_zone): No longer static.
12565         * config/i386/i386.md (stack decrement to push peepholes): Guard
12566         with !x86_using_red_zone ().
12568 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
12570         PR c++/70675
12571         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
12572         to dump_generic_node.
12573         (NIY): Pass also flags to do_niy.
12575 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
12577         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
12578         (simd_clone_vector_of_formal_parm_types)
12579         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
12580         (simd_clone_mangle, simd_clone_create)
12581         (simd_clone_adjust_return_type, create_tmp_simd_array)
12582         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
12583         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
12584         (ipa_simd_modify_function_body, simd_clone_linear_addend)
12585         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
12586         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
12587         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
12588         * omp-simd-clone.c: ... this new file.
12589         (simd_clone_vector_of_formal_parm_types): Make it static.
12590         * Makefile.in (OBJS): Add omp-simd-clone.o.
12592 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
12594         PR target/70662
12595         * config/i386/sse.md: Use proper memory operand modifiers.
12598 2016-04-15  Richard Biener  <rguenther@suse.de>
12599         Alan Modra  <amodra@gmail.com>
12601         PR tree-optimization/70130
12602         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
12603         when alignment stays not the same and no not use the realign
12604         scheme then.
12606 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
12608         PR target/70669
12609         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
12610         direct move handlers for KFmode. Change TFmode handlers test from
12611         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
12613 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
12615         PR c++/70594
12616         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
12617         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
12618         (inlined_polymorphic_ctor_dtor_block_p): Use it.
12619         * tree-ssa-live.c (remove_unused_scope_block_p): When
12620         in_ctor_dtor_block, avoid discarding not just BLOCKs with
12621         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
12622         block_ultimate_origin is FUNCTION_DECL.
12623         (remove_unused_locals): If current_function_decl is
12624         polymorphic_ctor_dtor_p, pass initial true to
12625         remove_unused_scope_block_p' is_ctor_dtor_block.
12627 2016-04-14  Martin Sebor  <msebor@redhat.com>
12629         PR c++/69517
12630         PR c++/70019
12631         PR c++/70588
12632         * doc/extend.texi (Variable Length): Revert.
12634 2016-04-14  Marek Polacek  <polacek@redhat.com>
12635             Jan Hubicka  <hubicka@ucw.cz>
12637         PR c++/70029
12638         * tree.c (verify_type): Disable the canonical type of main variant
12639         check.
12641 2016-04-14  Jason Merrill  <jason@redhat.com>
12643         * cfgexpand.c, expr.c: Revert previous change.
12645 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
12647         PR middle-end/70643
12648         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
12649         when building a mem ref for the incoming reduction variable.
12651 2016-04-14  Richard Biener  <rguenther@suse.de>
12653         PR tree-optimization/70614
12654         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
12655         loop if the evolution dropped to chrec_dont_know.
12656         (interpret_condition_phi): Likewise.
12658 2016-04-14  Richard Biener  <rguenther@suse.de>
12660         PR tree-optimization/70623
12661         * tree-ssa-pre.c (changed_blocks): Make global ...
12662         (compute_antic): ... local here.  Move and fix worklist
12663         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
12664         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
12665         worklist handling, dump when ANTIC_IN changed.
12666         (compute_partial_antic_aux): Remove worklist handling.
12667         (init_pre): Do not compute post dominators.  Add a comment about
12668         the CFG order chosen.
12669         (fini_pre): Do not free post dominators.
12671 2016-04-13  Martin Sebor  <msebor@redhat.com>
12673         PR c++/69517
12674         PR c++/70019
12675         PR c++/70588
12676         * doc/extend.texi (Variable Length): Document C++ specifics.
12678 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
12680         PR c++/70641
12681         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
12682         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
12683         eh edges have been purged.
12685         PR c++/70594
12686         * tree-sra.c (create_access_replacement,
12687         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
12688         gets fancy name.
12689         * tree-pretty-print.c (dump_fancy_name): New function.
12690         (dump_decl_name, dump_generic_node): Use it.
12692 2016-04-13  Jason Merrill  <jason@redhat.com>
12694         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
12695         * expr.c (expand_expr_real_1): Likewise.
12697 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
12699         * config/i386/i386.md (kunpckhi): Swap operands.
12700         (kunpcksi): Likewise.
12701         (kunpckdi): Likewise.
12702         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
12703         (vec_pack_trunc_<mode>): Likewise.
12705 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
12707         PR debug/70628
12708         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
12710         PR middle-end/70633
12711         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
12712         gimplification turns some element into non-constant.
12714         PR debug/70628
12715         * rtl.h (convert_memory_address_addr_space_1): New prototype.
12716         * explow.c (convert_memory_address_addr_space_1): No longer static,
12717         add NO_EMIT argument and don't call convert_modes if true, pass
12718         it down recursively, remove break after return.
12719         (convert_memory_address_addr_space): Adjust caller.
12720         * simplify-rtx.c (simplify_unary_operation_1): Call
12721         convert_memory_address_addr_space_1 instead of convert_memory_address,
12722         if it returns NULL, don't simplify.
12724 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
12726         PR target/70630
12727         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
12729 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
12731         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
12732         Bump the upper SIMDLEN limits, so that if the return type or
12733         characteristic type if the return type is void can be passed in
12734         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
12735         allowed.
12737 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
12739         PR target/70640
12740         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
12741         Do not use "=" constraint on an input constraint.
12742         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
12743         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
12744         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
12745         generates (neg (abs ...)) instead of (abs ...).
12747 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
12749         PR rtl-optimization/70596
12750         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
12751         just invalidate LRA data and reset them.  Adjust dump wording.
12753 2016-04-12  Martin Liska  <mliska@suse.cz>
12755         Revert
12756         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
12758         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
12759         estimates here.
12760         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
12761         max_loop_iterations_int.
12762         (tree_unswitch_outer_loop): Likewise.
12763         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
12764         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
12766 2016-04-12  Tom de Vries  <tom@codesourcery.com>
12768         PR tree-optimization/68756
12769         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
12770         instead of new_name.
12772 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
12774         PR tree-optimization/70602
12775         * tree-sra.c (generate_subtree_copies): Don't write anything into
12776         constant pool decls.
12778         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
12779         regardless whether there are depend clauses or not.
12781 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
12783         PR target/70381
12784         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
12785         target attribute and pragma from changing the -mfloat128
12786         and -mfloat128-hardware options.
12788         * doc/extend.texi (Additional Floating Types): Document PowerPC
12789         __float128 restrictions.
12791 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
12793         PR target/70133
12794         * config/aarch64/driver-aarch64.c
12795         (aarch64_get_extension_string_for_isa_flags): New.
12796         (arch_extension): Rename to...
12797         (aarch64_arch_extension): ...This.
12798         (ext_to_feat_string): Rename to...
12799         (aarch64_extensions): ...This.
12800         (aarch64_core_data): Keep track of architecture extension flags.
12801         (cpu_data): Rename to...
12802         (aarch64_cpu_data): ...This.
12803         (aarch64_arch_driver_info): Keep track of architecture extension
12804         flags.
12805         (get_arch_name_from_id): Rename to...
12806         (get_arch_from_id): ...This, change return type.
12807         (host_detect_local_cpu): Update and reformat for renames, handle
12808         extensions through common infrastructure.
12810 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
12812         PR target/70133
12813         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
12814         track of a canonical flag name.
12815         (all_extensions): Likewise.
12816         (arch_to_arch_name): Also track extension flags enabled by the arch.
12817         (all_architectures): Likewise.
12818         (aarch64_parse_extension): Move to here.
12819         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
12820         rework.
12821         (aarch64_rewrite_selected_cpu): Update for above change.
12822         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
12823         are handled, such that the single explicit value enabled by an
12824         extension is kept seperate from the implicit values it also enables.
12825         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
12826         to here.
12827         (aarch64_parse_extension): New.
12828         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
12829         here to config/aarch64/aarch64-protos.h.
12830         (aarch64_parse_extension): Move from here to
12831         common/config/aarch64/aarch64-common.c.
12832         (aarch64_option_print): Update.
12833         (aarch64_declare_function_name): Likewise.
12834         (aarch64_start_file): Likewise.
12835         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
12836         the canonical flag for extensions.
12837         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
12838         flags.
12840 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
12842         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
12843         AARCH64_FL_CRC.
12845 2016-04-09  Tom de Vries  <tom@codesourcery.com>
12847         PR tree-optimization/68953
12848         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
12849         first to last subscript.
12851 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
12853         PR tree-optimization/70586
12854         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
12855         for any calls.
12857 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
12859         PR lto/70289
12860         PR ipa/70348
12861         PR tree-optimization/70373
12862         PR middle-end/70533
12863         PR middle-end/70534
12864         PR middle-end/70535
12865         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
12866         clauses for acc parallel reductions as necessary.  Error on those
12867         that are private.
12868         * omp-low.c (scan_sharing_clauses): Don't install variables which
12869         are used in acc parallel reductions.
12870         (lower_rec_input_clauses): Remove dead code.
12871         (lower_oacc_reductions): Add support for reference reductions.
12872         (lower_reduction_clauses): Remove dead code.
12873         (lower_omp_target): Don't remap variables appearing in acc parallel
12874         reductions.
12875         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
12877 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
12879         PR middle-end/70593
12880         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
12881         with multiple SSA_NAME defs, force the outputs other than first
12882         to be live before calling live_track_process_def on each output.
12884         PR rtl-optimization/70574
12885         * fwprop.c (forward_propagate_and_simplify): Don't add
12886         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
12887         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
12888         paradoxical subregs within *loc.
12890 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
12892         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
12893         -ftree-parallelize-loops={0,1}.
12894         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
12895         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
12896         * config/ia64/hpux.h (LIB_SPEC): Likewise.
12897         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
12898         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
12900 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
12902         PR sanitizer/70541
12903         * asan.c (instrument_derefs): If we get unknown location, extract it
12904         with EXPR_LOCATION.
12905         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
12907 2016-04-08  Tom de Vries  <tom@codesourcery.com>
12909         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
12910         implicit firstprivate clause.
12912 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12914         PR target/70566
12915         * config/arm/thumb2.md (tst + branch-> lsls + branch
12916         peephole below *orsi_not_shiftsi_si): Require that condition
12917         register is dead after the peephole.
12918         (second peephole after the above): Likewise.
12920 2016-04-08  Alan Modra  <amodra@gmail.com>
12922         PR target/70117
12923         * builtins.c (fold_builtin_classify): For IBM extended precision,
12924         look at just the high-order double to test for NaN.
12925         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
12926         test just the high double for Inf but both doubles for subnormal
12927         limit.
12929 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
12931         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
12932         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
12933         node->simdclone->mask_mode != VOIDmode masks.
12934         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
12935         earlier, use it instead of node->simdclone.
12936         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
12937         Set clonei->mask_mode.
12939 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
12941         PR c/70436
12942         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
12943         Pass it through to cp_parser_already_scoped_statement.
12944         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
12945         it through to cp_parser_statement.
12946         (cp_parser_statement): Pass IF_P through to
12947         cp_parser_iteration_statement.
12948         (cp_parser_pragma): Adjust call to
12949         cp_parser_iteration_statement.
12951 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
12953         PR c/70436
12954         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
12955         resolve a future -Wparentheses warning.
12956         * omp-low.c (scan_sharing_clauses): Likewise.
12957         * tree-parloops.c (eliminate_local_variables): Likewise.
12959 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
12961         PR rtl-optimization/70398
12962         * lra-constraints.c (process_address_1): Check zero scale and code
12963         for reloading with zero scale.
12965 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
12967         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
12968         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
12970 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
12972         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
12973         Add support for AVX512F clones, include them by default for
12974         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
12975         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
12976         up to 128.
12978         PR middle-end/70550
12979         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
12980         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
12981         firstprivate clauses.
12982         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
12983         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
12984         (lower_omp_target): Set TREE_NO_WARNING for
12985         non-addressable possibly uninitialized vars which are copied into
12986         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
12988 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
12990         * config/pa/predicates.md (integer_store_memory_operand): Accept
12991         REG+D operands with a large offset when reload_in_progress is true.
12992         (floating_point_store_memory_operand): Likewise.
12994 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
12996         PR c++/70336
12997         * match.pd (nested int casts): Limit to GIMPLE.
12999 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
13001         PR ipa/66223
13002         * ipa-devirt.c (maybe_record_node): Fix comment; use
13003         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
13005 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
13007         PR rtl-optimization/70542
13008         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
13009         if there are any uses other than insn or debug insns.
13011 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
13012             Jakub Jelinek  <jakub@redhat.com>
13014         PR tree-optimization/70509
13015         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
13016         Shift HOST_WIDE_INT_1U instead of 1.
13018 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
13020         PR tree-optimization/70509
13021         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
13022         of the vector base type for index.
13024 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
13026         PR target/70510
13027         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
13029 2016-04-05  Richard Biener  <rguenther@suse.de>
13031         PR tree-optimization/70526
13032         * tree-sra.c (build_ref_for_offset): Use prev_base to
13033         extract the alias pointer type.
13035 2016-04-05  Richard Biener  <rguenther@suse.de>
13037         * dse.c (struct store_info): Remove alias_set member.
13038         (struct read_info_type): Likewise.
13039         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
13040         spill_deleted, clear_alias_set_lookup): Remove.
13041         (get_group_info): Remove dead base == NULL_RTX case.
13042         (dse_step0): Remove initialization of removed variables.
13043         (delete_dead_store_insn): Reomve alias set dumping.
13044         (free_read_records): Remove alias_set handling.
13045         (canon_address): Remove alias_set_out parameter.
13046         (record_store): Remove spill_alias_set, it's always zero.
13047         (check_mem_read_rtx): Likewise.
13048         (dse_step2): Rename from ...
13049         (dse_step2_nospill): ... this.  Adjust.
13050         (scan_stores): Rename from ...
13051         (scan_stores_nospill): ... this.
13052         (scan_reads): Rename from ...
13053         (scan_reads_nospill): ... this.
13054         (scan_stores_spill, scan_reads_spill): Remove.
13055         (dse_step3_scan): Remove for_spills argument which is always false.
13056         (dse_step3): Likewise.
13057         (dse_step5): Rename from ...
13058         (dse_step5_nospill): ... this.  Remove alias_set handling.
13059         (rest_of_handle_dse): Adjust.
13061 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
13063         PR target/70525
13064         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
13065         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
13066         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
13067         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
13069 2016-04-05  Richard Biener  <rguenther@suse.de>
13071         PR middle-end/70499
13072         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
13073         non-register type temporaries into SSA.
13075 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
13077         PR ipa/66223
13078         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
13079         calls when sanitizing.
13080         (possible_polymorphic_call_target_p): Fix formatting.
13082 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13083             Jakub Jelinek <jakub@redhat.com>
13085         PR middle-end/70457
13086         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
13087         to ensure a call statement is compatible with a built-in's
13088         prototype.
13089         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
13090         Likewise.
13092 2016-04-04  Richard Biener  <rguenther@suse.de>
13094         PR rtl-optimization/70484
13095         * rtl.h (canon_output_dependence): Declare.
13096         * alias.c (canon_output_dependence): New function.
13097         * dse.c (record_store): Use canon_output_dependence rather
13098         than canon_true_dependence.
13100 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
13102         PR ipa/68881
13103         * cgraph.h (symtab_node::copy_visibility_from): New function.
13104         * symtab.c (symtab_node::copy_visibility_from): New function.
13105         * ipa-visibility.c (optimize_weakref): New function.
13106         (function_and_variable_visibility): Use it.
13108 2016-04-04  Martin Liska  <mliska@suse.cz>
13110         PR hsa/70402
13111         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
13112         value that is really in range handled by SBR instruction.
13113         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
13114         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
13115         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
13117 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
13119         PR target/70416
13120         PR target/67391
13121         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
13122         set, but not for SP_REG operands.
13124 2016-04-02  Martin Sebor  <msebor@redhat.com>
13126         PR c++/67376
13127         * fold-const.c (maybe_nonzero_address): New function.
13128         (fold_comparison): Call it.  Fold equality and relational
13129         expressions involving null pointers.
13130         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
13132 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
13134         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
13135         the "Y" constraint (scalar FP 0.0 immediate).
13137         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
13138         Add the "const_double" to the list of operand constraints.
13140 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
13142         PR rtl-optimization/70467
13143         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
13144         If low word of the last operand is 0, just emit addition/subtraction
13145         for the high word.
13147 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13149         PR target/70404
13150         * config/s390/s390.c (s390_expand_insv): Check for everything
13151         constant instead of just VOIDmode stuff.
13153 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13155         PR target/70496
13156         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
13158 2016-04-01  Nathan Sidwell  <nathan@acm.org>
13160         * tree.def (TRY_CATCH_EXPR): Correct documentation.
13162 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
13164         PR rtl-optimization/70461
13165         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
13166         is necessary.
13168 2016-03-31  Martin Liska  <mliska@suse.cz>
13170         PR hsa/70399
13171         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
13172         a tree value or an immediate integer value to a buffer
13173         that is eventually copied to a BRIG section.
13174         (emit_immediate_operand): Call the function here.
13175         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
13176         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
13177         of class' fields that are removed.
13178         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
13179         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
13180         m_brig_repr_size fields.
13182 2016-03-31  Martin Liska  <mliska@suse.cz>
13184         PR hsa/70391
13185         * hsa-gen.c (hsa_function_representation::update_dominance): New
13186         function.
13187         (convert_addr_to_flat_segment): Likewise.
13188         (gen_hsa_memory_set): New alignment argument.
13189         (gen_hsa_ctor_assignment): Likewise.
13190         (gen_hsa_insns_for_single_assignment): Provide alignment
13191         to gen_hsa_ctor_assignment.
13192         (gen_hsa_insns_for_direct_call): Add new argument.
13193         (expand_lhs_of_string_op): New function.
13194         (expand_string_operation_builtin): Likewise.
13195         (expand_memory_copy): New function.
13196         (expand_memory_set): New function.
13197         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
13198         (convert_switch_statements): Change signature.
13199         (generate_hsa): Use a return value of the function.
13200         (pass_gen_hsail::execute): Do not call
13201         convert_switch_statements here.
13202         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
13203         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
13204         (hsa_function_representation::update_dominance): New function.
13206 2016-03-31  Martin Liska  <mliska@suse.cz>
13208         PR hsa/70391
13209         * hsa-brig.c (emit_directive_variable): Emit alignment
13210         according to hsa_symbol::m_align.
13211         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
13212         (dump_hsa_symbol): Dump alignment of HSA symbols.
13213         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
13214         (gen_hsa_addr_with_align): New function.
13215         (hsa_bitmemref_alignment): Use newly added function.
13216         (gen_hsa_insns_for_load): Likewise.
13217         (gen_hsa_insns_for_store): Likewise.
13218         (gen_hsa_memory_copy): New argument added.
13219         (gen_hsa_insns_for_single_assignment): Respect
13220         alignment for assignments processed via gen_hsa_memory_copy.
13221         (gen_hsa_insns_for_direct_call): Likewise.
13222         (gen_hsa_insns_for_return): Likewise.
13223         (gen_function_def_parameters): Set default alignment.
13224         * hsa.c (hsa_object_alignment): New function.
13225         (hsa_byte_alignment): Pasted function.
13226         * hsa.h (hsa_symbol::m_align): New field.
13228 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
13230         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
13231         scratch field for goto case.
13233 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
13235         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
13237 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
13239         PR target/70442
13240         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
13241         (scalar_chain::convert_insn): Call convert_op for reg
13242         moves to handle undefined registers.
13244 2016-03-31  Nathan Sidwell  <nathan@acm.org>
13246         PR c++/70393
13247         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
13248         Assert we don't want to move backwards.
13250 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
13252         PR target/70453
13253         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
13255 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
13257         PR rtl-optimization/70460
13258         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
13259         with operand from REG_LABEL_OPERAND, instead substitute
13260         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
13261         Don't do anything for REG_NON_LOCAL_GOTO jumps.
13263 2016-03-31  Martin Liska  <mliska@suse.cz>
13265         * passes.c (execute_one_pass): Do not call
13266         todo_after for a discarded function.
13268 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
13270         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
13271         (no_cost, infinite_cost): Initialize the new field.
13272         (get_computation_cost_at): Record setup cost.
13273         (determine_use_iv_cost_address): Skip cost computation for sub
13274         uses if we can estimate it without losing accuracy.
13276 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
13278         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
13279         estimates here.
13280         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
13281         max_loop_iterations_int.
13282         (tree_unswitch_outer_loop): Likewise.
13283         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
13284         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
13286 2016-03-30  Richard Biener  <rguenther@suse.de>
13288         PR middle-end/70450
13289         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
13291 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
13293         PR target/70421
13294         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
13295         in gen_blendm expander.
13297 2016-03-30  Nick Clifton  <nickc@redhat.com>
13299         PR target/62254
13300         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
13301         case where we are already provided with an SImode SUBREG.
13303 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
13305         PR target/70439
13306         * config/i386/i386.c (ix86_expand_epilogue): Properly check
13307         conflict between DRAP register and __builtin_eh_return.
13309 2016-03-30  Michael Matz  <matz@suse.de>
13310             Richard Biener  <rguenther@suse.de>
13312         PR ipa/12392
13313         * ipa-polymorphic-call.c (struct type_change_info): Change
13314         speculative to an unsigned allowing to limit the work we do.
13315         (csftc_abort_walking_p): New inline function..
13316         (check_stmt_for_type_change): Limit the number of may-defs
13317         skipped for speculative devirtualization to
13318         max-speculative-devirt-maydefs.
13319         * params.def (max-speculative-devirt-maydefs): New param.
13320         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
13322 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
13324         PR target/63890
13325         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
13326         and TARGET_MACHO.
13328 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
13330         PR tree-optimization/59124
13331         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
13332         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
13334 2016-03-29  Jeff Law  <law@redhat.com>
13336         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
13338 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
13340         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
13341         to HOST_WIDE_INT.
13343 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
13345         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
13346         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
13347         gcrt0.o if linking dynamically.
13349 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
13351         PR ipa/70283
13352         * ipa-devirt.c (methods_equal_p): New function.
13353         (compare_virtual_tables): Use it.
13354         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
13355         * cgraphclones.c (clone_function_name_1): Use
13356         symbol_table::symbol_suffix_separator.
13357         * coverage.c (build_var): Likewise.
13358         * symtab.c (symbol_table::symbol_suffix_separator): New.
13360 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
13362         PR rtl-optimization/70429
13363         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
13364         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
13365         mode != result_mode.
13367         PR c++/70353
13368         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
13370         PR tree-optimization/70405
13371         * ssa-iterators.h (num_imm_uses): Add missing braces.
13373 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
13375         PR rtl-optimization/68695
13376         * ira-color.c (allocno_copy_cost_saving): New.
13377         (improve_allocation): Use it.
13379 2016-03-29  Richard Henderson  <rth@redhat.com>
13381         PR middle-end/70355
13382         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
13384 2016-03-29  Richard Biener  <rguenther@suse.de>
13386         PR middle-end/70424
13387         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
13388         use alignment returned by get_pointer_alignment_1 if it is
13389         bigger than BITS_PER_UNIT.
13390         * builtins.c (get_pointer_alignment_1): Do not return true
13391         for alignment extracted from SSA info.
13393 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
13395         * config/ft32/ft32.opt (mnodiv): New.
13396         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
13397         * doc/invoke.texi (FT32 Options -mnodiv): New.
13399 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
13401         PR target/70406
13402         * config/i386/i386.md (define_split, andn): Fix modes.
13404 2016-03-26  Richard Biener  <rguenther@suse.de>
13405             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13407         PR ipa/70366
13408         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
13409         instead of
13410         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
13411         as 2nd argument to cl_optimization_restore().
13413 2016-03-25  Richard Henderson  <rth@redhat.com>
13415         PR target/70120
13416         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
13417         * config/aarch64/aarch64-protos.h: Declare it.
13418         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
13420 2016-03-25  Alan Modra  <amodra@gmail.com>
13422         PR target/70052
13423         * config/rs6000/constraints.md (j): Simplify.
13424         * config/rs6000/predicates.md (easy_fp_constant): Exclude
13425         decimal float 0.D.
13426         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
13427         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
13428          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
13429         in all constraint alternatives.
13430         (movtd_64bit_nodm): Delete "j" constraint alternative.
13432 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
13434         * tree-ssa-propagate.c: Enhance docs for
13435         SSA_PROP_NOT_INTERESTING.
13437 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
13439         * doc/extend.texi: Fix typo in documentation to pure attribute.
13441 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
13443         PR target/70319
13444         * config/pa/pa.md (bswapdi2): Use a scratch register.
13446 2016-03-24  Richard Henderson  <rth@redhat.com>
13448         PR middle-end/69845
13449         * fold-const.c (extract_muldiv_1): Correct test for multiplication
13450         overflow.
13452 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
13454         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
13455         using ix86_expand_binary_operator instead of gen_andsi3.
13457 2016-03-24  Richard Biener  <rguenther@suse.de>
13459         PR tree-optimization/70396
13460         * tree-vect-stmts.c (vectorizable_comparison): Use
13461         get_vectype_for_scalar_type.
13463 2016-03-24  Richard Biener  <rguenther@suse.de>
13465         PR middle-end/70370
13466         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
13467         with register bases.
13469 2016-03-24  Richard Biener  <rguenther@suse.de>
13471         PR tree-optimization/70372
13472         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
13473         build_all_ones_cst to also handle vector types correctly.
13475 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
13477         PR target/70381
13478         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
13479         -mfloat128 here.
13481 2016-03-23  Marek Polacek  <polacek@redhat.com>
13483         PR c++/69884
13484         * doc/invoke.texi: Document -Wignored-attributes.
13486 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
13488         PR tree-optimization/69042
13489         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
13490         parameter from 30 to 40.
13492 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
13494         PR tree-optimization/69042
13495         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
13496         for use with constant offset stripped in base.
13498 2016-03-23  Richard Biener  <rguenther@suse.de>
13500         PR middle-end/70251
13501         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
13502         mode compatibility check.
13503         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
13505 2016-03-23  Jeff Law  <law@redhat.com>
13507         PR tree-optimization/64058
13508         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
13509         CONFLICT_COUNT.
13510         (struct ssa_conflicts): Move up earlier in the file.
13511         (conflicts_, var_map_): New static variables.
13512         (initialize_conflict_count): New function to initialize the
13513         CONFLICT_COUNT field for each conflict pair.
13514         (compare_pairs): Lazily initialize the conflict count and use it
13515         as the first tie-breaker.
13516         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
13517         and wipe conflicts_ and map_ around the call to qsort.  Remove
13518         special case for 2 coalesce pairs.
13519         * bitmap.c (bitmap_count_unique_bits): New function.
13520         (bitmap_count_bits_in_word): New function, extracted from
13521         bitmap_count_bits.
13522         (bitmap_count_bits): Use bitmap_count_bits_in_word.
13523         * bitmap.h (bitmap_count_unique_bits): Declare it.
13525 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
13527         PR target/69917
13528         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
13529         transparent alias chain for decl assembler name.
13530         * config/sol2.c (solaris_assemble_visibility): Likewise.
13532 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13534         * config/arm/arm1020e.md (1020call_op): Reduce reservation
13535         duration.
13536         (v10_fdivs): Likewise.
13537         (v10_fdivd): Likewise.
13539 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13541         PR driver/70132
13542         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
13543         to not call fclose twice on file.
13545 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
13547         PR tree-optimization/70354
13548         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
13549         oprnd0 is wider than oprnd1 and there is a cast from the wider
13550         type to oprnd1, mask it with the mask of the narrower type.
13552         PR target/70321
13553         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
13554         Optimize TARGET_STV splitters, if high or low word of last argument
13555         is 0 or -1.
13557 2016-03-22  Jeff Law  <law@redhat.com>
13559         PR target/70232
13560         tree-ssa-threadbackward.c
13561         (fsm_find_control_statement_thread_paths): Correctly distinguish
13562         between old style jump threads vs FSM jump threads.
13564 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
13566         PR target/70302
13567         * config/i386/i386.c (scalar_chain::convert_op): Support
13568         uninitialized register usage case.
13570 2016-03-22  Richard Biener  <rguenther@suse.de>
13572         PR middle-end/70251
13573         * genmatch.c (gen_transform): Adjust last parameter to a three-state
13574         int...
13575         (capture::gen_transform): ... to change behavior when substituting
13576         a condition into cond or not-cond expr context.
13577         (dt_simplify::gen_1): Adjust.
13578         * gimple-match-head.c: Include gimplify.h for unshare_expr.
13579         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
13580         last change and instead change to
13581         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
13582         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
13584 2016-03-22  Anthony Green  <green@moxielogic.com>
13586         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
13587         issue for moxiebox targets.
13588         (CC1PLUS_SPEC): Ditto.
13590 2016-03-22  Richard Biener  <rguenther@suse.de>
13592         PR middle-end/70333
13593         * fold-const.c (extract_muldiv_1): Properly perform multiplication
13594         in the wide type.
13596 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
13598         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
13600 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
13602         PR target/70325
13603         * config/i386/i386.c (def_builtin): Handle
13604         OPTION_MASK_ISA_AVX512VL to be and-ed with other
13605         bits.
13606         (const struct builtin_description bdesc_special_args[]):
13607         Remove duplicate ISA bits.
13609 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
13611         PR target/70329
13612         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
13613         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
13614         in a way that works also for AVX512BW.
13616         PR target/70300
13617         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
13618         instead of source if operands[1] is xmm16 and above and
13619         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
13620         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
13622         PR c++/70295
13623         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
13624         on assign if (*from_p) is a comparison, set it to
13625         TREE_NO_WARNING (*from_p).
13627 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
13629         PR middle-end/70326
13630         * lra.c (restore_scratches): Ignore deleted insns.
13632 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
13633             Jakub Jelinek  <jakub@redhat.com>
13635         PR tree-optimization/70317
13636         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
13637         to HONOR_NANS.
13639 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
13641         PR target/70327
13642         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
13643         of ix86_expand_move.
13644         (movoi): Ditto.
13645         (movti): Use general_operand for operand 1 predicate.
13647 2016-03-21  Martin Liska  <mliska@suse.cz>
13649         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
13650         insns.
13651         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
13653 2016-03-21  Martin Liska  <mliska@suse.cz>
13655         PR ipa/70306
13656         * ipa-icf.c (sem_function::parse): Skip static
13657         constructors and destructors.
13659 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
13661         PR target/70296
13662         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
13663         function-like macro, peek following token(s) if it is followed
13664         by CPP_OPEN_PAREN token with optional padding in between, and
13665         if not, don't treat it like a macro.
13667 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
13668             Alexander Monakov  <amonakov@ispras.ru>
13670         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
13671         for the stabs debug format.
13673 2016-03-21  Richard Biener  <rguenther@suse.de>
13675         PR tree-optimization/70310
13676         * tree-vect-generic.c (expand_vector_condition): Fold the built
13677         condition.
13679 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
13681         PR target/70293
13682         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
13683         Block third alternative for AVX-512VL target,
13685 2016-03-21  Martin Liska  <mliska@suse.cz>
13687         PR hsa/70234
13688         * hsa-brig.c (emit_function_directives): Mark unemitted
13689         global variables for emission.
13690         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
13691         (get_symbol_for_decl): Likewise.
13692         * hsa.h (struct hsa_symbol): New flag.
13694 2016-03-21  Richard Biener  <rguenther@suse.de>
13696         PR tree-optimization/70288
13697         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
13698         we do not estimate unsimplified all-constant conditionals or
13699         switches as optimized away.
13701 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
13703         PR rtl-optimization/69102
13704         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
13705         when we have a readonly dependency context.
13707 2016-03-18  Jeff Law  <law@redhat.com>
13709         PR rtl-optimization/70263
13710         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
13711         (update_equiv_regs): When trying to move a store to after the insn
13712         that sets the source of the store, make sure the store occurs after
13713         the insn that sets the source of the store.  When successful note
13714         the REG_EQUIV note created in the dump file.
13716 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
13717             Bernd Schmidt  <bschmidt@redhat.com>
13719         * doc/extend.texi: Document more potential problems with basic asms.
13721 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
13723         PR rtl-optimization/70278
13724         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
13725         VOIDmode.
13727 2016-03-18  Jason Merrill  <jason@redhat.com>
13729         * calls.c (load_register_parameters): Fix zero size sibcall logic.
13731 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
13733         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
13734         values to 128b regs.
13736 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
13738         PR tree-optimization/70252
13739         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
13740         boolean vector has a proper number of elements.
13741         (supportable_narrowing_operation): Likewise.
13743 2016-03-18  Tom de Vries  <tom@codesourcery.com>
13745         PR ipa/70269
13746         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
13748 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
13750         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
13751         instead of replace_rtx for DEBUG_INSNs.
13753 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
13755         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
13756         load type reservations.
13758 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
13760         PR target/70188
13761         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
13762         define_constraint for "Q" and "T" constraints.
13764 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
13766         Tweak the pipeline model for Exynos M1
13768         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
13769         model.
13771 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
13773         PR c/70264
13774         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
13775         where one or both locations aren't within a line_map.
13777 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
13779         PR driver/70192
13780         * opts.c (finish_options): Don't set flag_pie to the default if
13781         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
13782         if it is -1.
13784 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
13786         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
13787         true as ALL_REGS argument to replace_rtx.
13789 2016-03-17  Richard Biener  <rguenther@suse.de>
13791         PR debug/70271
13792         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
13793         last.
13795 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
13797         PR target/70245
13798         * rtl.h (replace_rtx): Add ALL_REGS argument.
13799         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
13800         equality and assert mode is the same, instead of just rtx pointer
13801         equality.
13802         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
13803         true as ALL_REGS argument to replace_rtx.
13805 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
13807         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
13808         for boolean vector with vector mode only.
13809         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
13811 2016-03-17  Nick Clifton  <nickc@redhat.com>
13813         PR target/70162
13814         * config/rx/rx.c (rx_print_integer): Print negative constants in
13815         decimal.
13817 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
13819         PR target/70261
13820         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
13822 2016-03-16  Richard Henderson  <rth@redhat.com>
13823             Richard Biener  <rguenth@suse.de>
13825         PR middle-end/70240
13826         PR middle-end/68215
13827         PR tree-opt/68714
13828         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
13829         first operand as is_gimple_condexpr.
13831         PR middle-end/70240
13832         PR middle-end/68215
13833         Revert r231575
13834         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
13835         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
13836         Do not gimplify the result.
13837         (do_unop): Adjust call to tree_vec_extract.
13838         (do_binop): Likewise.
13839         (do_compare): Likewise.
13840         (do_plus_minus): Likewise.
13841         (do_negate): Likewise.
13842         (expand_vector_condition): Likewise.
13843         (do_cond): Likewise.
13845 2016-03-16  Richard Henderson  <rth@redhat.com>
13847         PR target/70048
13848         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
13849         (aarch64_classify_address): Use it.
13850         (aarch64_legitimize_address): Force all subexpressions of PLUS
13851         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
13853 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
13854             Richard Biener  <rguenth@suse.de>
13856         PR target/70245
13857         * rtlanal.c (replace_rtx): For REG, if from is a REG,
13858         return to even if only REGNO is equal, and assert
13859         mode is the same.
13861 2016-03-11  Jeff Law  <law@redhat.com>
13863         PR rtl-optimization/70224
13864         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
13866 2016-03-16  Richard Henderson  <rth@redhat.com>
13868         PR middle-end/70199
13869         * function.h (struct function): Add has_forced_label_in_static.
13870         * gimplify.c (force_labels_r): Set it.
13871         * lto-streamer-in.c (input_struct_function_base): Read it.
13872         * lto-streamer-out.c (output_struct_function_base): Write it.
13873         * tree-inline.c (has_label_address_in_static_1): Remove.
13874         (copy_forbidden): Remove fndecl parameter; test
13875         has_forced_label_in_static.
13876         (inline_forbidden_p): Update call to copy_forbidden.
13877         (tree_versionable_function_p): Likewise.
13878         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
13879         (chkp_versioning): Likewise.
13880         * tree-inline.h (copy_forbidden): Update decl.
13882 2016-03-16  Marek Polacek  <polacek@redhat.com>
13884         PR c/70093
13885         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
13886         function being thunked if the result type doesn't have fixed size.
13887         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
13888         doesn't have fixed size.
13890 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
13892         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
13893         reporting malformed loop nest.
13895 2016-03-16  Tom de Vries  <tom@codesourcery.com>
13897         PR lto/70187
13898         * ipa-devirt.c (possible_polymorphic_call_targets): Move
13899         nodes.length () == 1 test to before first nodes[0] access.
13901 2016-03-16  Tom de Vries  <tom@codesourcery.com>
13903         PR tree-optimization/68715
13904         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
13905         single_pred_p test.
13907 2016-03-16  Tom de Vries  <tom@codesourcery.com>
13909         PR tree-optimization/68809
13910         * graphite-scop-detection.c (same_close_phi_node): Test if result types
13911         are the same.
13913 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
13914             Sandra Loosemore  <sandra@codesourcery.com>
13916         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
13917         on leaf attribute. Mention ELF interposition problems.
13919 2016-03-16  Alan Modra  <amodra@gmail.com>
13921         PR rtl-optimization/69195
13922         PR rtl-optimization/47992
13923         * ira.c (indirect_jump_optimize): Ignore artificial defs.
13924         Add comments.
13926 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
13928         PR bootstrap/69513
13929         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
13931 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
13933         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
13935 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
13937         PR rtl-optimization/70222
13938         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
13939         optimization if mode is different from result_mode, queue up masking
13940         of the result in outer_op.  Formatting fix.
13942         PR middle-end/70239
13943         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
13944         of safe_grow.
13946 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
13948         PR rtl-optimization/69032
13949         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
13950         looping backwards over basic block insns.
13952 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
13954         PR target/66660
13955         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
13956         to non-speculative when propagating trap bits.
13958 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
13960         PR rtl-optimization/63384
13961         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
13962         DEBUG_INSN_P insns.
13964 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
13966         PR target/64411
13967         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
13968         factored out from ...
13969         (sched_analyze_insn): ... here.
13970         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
13971         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
13972         get_implicit_reg_pending_clobbers in it.
13973         (setup_id_reg_sets): Use setup_id_implicit_regs.
13974         (deps_init_id): Ditto.
13976 2016-03-15  Tom de Vries  <tom@codesourcery.com>
13978         PR ipa/70161
13979         * cgraph.c (cgraph_node::get_body): Save, reset and restore
13980         dump_file_name.
13981         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
13982         execute_function_dump.
13983         (execute_one_pass): Don't dump function if it will be dumped after ipa
13984         transform.
13986 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
13988         * genrecog.c (match_pattern_2): If pred is NULL don't call
13989         safe_predicate_mode on it.
13991 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
13993         PR middle-end/70219
13994         * lra-constraints.c (delete_move_and_clobber): Change assertion
13995         to also allow dregno == 0.
13997 2016-03-14  Richard Henderson  <rth@redhat.com>
13999         PR tree-opt/68714
14000         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
14001         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
14002         (reassociate_bb): Use optimize_vec_cond_expr; avoid
14003         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
14004         on vectors.
14006 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
14008         PR target/70083
14009         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
14010         regs.
14011         (lra_create_live_ranges_1): initialize hard register biggest_mode to
14012         VOIDmode.
14013         * lra-constraints.c (split_reg): For hard regs, try to find the
14014         biggest single-register mode used in the function.
14016 2016-03-14  Richard Biener  <rguenther@suse.de>
14018         PR tree-optimization/56365
14019         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
14020         constants to compare against.
14022 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
14024         PR target/70098
14025         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
14026         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
14027         (define_split for the GPR case): Use int_reg_operand instead of
14028         gpc_reg_operand for the output.
14030 2016-03-14  Tom de Vries  <tom@codesourcery.com>
14032         PR tree-optimization/70045
14033         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
14034         create_empty_if_region_on_edge argument.
14036 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
14038         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
14039         (STACK_CHECK_PROTECT): Likewise.
14040         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
14041         (STACK_CHECK_PROTECT): Likewise.
14042         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
14043         (STACK_CHECK_PROTECT): Likewise.
14044         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
14045         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14046         (STACK_CHECK_PROTECT): Likewise.
14048 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
14050         PR rtl-optimization/69307
14051         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
14052         registers in modes that span more than one register.
14054 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
14056         PR target/69614
14057         * lra-constraints.c (delete_move_and_clobber): New.
14058         (remove_inheritance_pseudos): Use it.
14060 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
14062         PR ada/70017
14063         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
14064         the libcall is LCT_THROW.
14065         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
14066         for the checking routine.
14068 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
14070         PR target/70131
14071         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
14072         optimization if we have direct move.
14073         (roundu32<mode>2_fprs): Likewise.
14075 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
14077         PR target/70123
14078         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
14079         be rematerialized.
14080         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
14081         Arguments swapped.  All callers changed.  Take reg_renumber into
14082         account, and Calculate and compare register ranges for hard regs.
14084 2016-03-11  Jeff Law  <law@redhat.com>
14086         PR tree-optimization/70190
14087         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14088         Handle cases where we can not extract the taken edge, even though we
14089         found a constant value.
14091         PR tree-optimization/64058
14092         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
14093         (num_coalesce_pairs): Move up earlier in file.
14094         (find_coalesce_pair): Initialize the INDEX field for each pair
14095         discovered.
14096         (compare_pairs): No longer sort on the elements in each pair.
14097         Instead break ties with the index of the coalesce pair.
14099 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14101         PR target/70002
14102         * config/aarch64/aarch64-protos.h
14103         (aarch64_save_restore_target_globals): New prototype.
14104         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
14105         Call the above when popping pragma.
14106         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
14107         New function.
14108         (aarch64_set_current_function): Rewrite using the above.
14110 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
14112         PR tree-optimization/70177
14113         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
14114         (extract_ops_from_tree): ... this.  In the 2 argument
14115         overload remove _1 suffix.
14116         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
14117         (extract_ops_from_tree): ... this.
14118         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
14119         Adjust callers.
14120         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
14121         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
14122         extract_ops_from_tree instead of 2 operand one.
14124 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
14126         PR tree-optimization/70013
14127         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
14128         for constant-pool entries.
14130 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
14132         PR rtl-optimization/70174
14133         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
14134         followed by gen_lowpart on force_reg instead of just gen_lowpart.
14136         PR tree-optimization/70169
14137         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
14138         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
14139         for unknown codes.
14141 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
14142             Jakub Jelinek  <jakub@redhat.com>
14144         PR target/70160
14145         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
14146         of uninitialized values.
14148 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14150         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
14151         define_expand.
14152         ("*trunctddd2"): New pattern definition.
14153         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
14154         TD->DD truncation.
14156 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14158         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
14159         definitions for BFP and DFP rounding modes.
14160         ("fixuns_truncdddi2", "fixuns_trunctddi2")
14161         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
14162         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
14163         ("fix_trunctf<mode>2"): Use the new constants instead of magic
14164         numbers.
14166 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14168         * config/s390/constraints.md: Adjust comment.
14169         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
14170         s390_decompose_addrstyle_without_index.
14171         * config/s390/predicates.md (shift_count_or_setmem_operand):
14172         Rename to setmem_operand.
14173         * config/s390/s390-protos.h
14174         (s390_decompose_shift_count): Rename to
14175         s390_decompose_addrstyle_without_index.
14176         * config/s390/s390.c (s390_decompose_shift_count)
14177         (s390_mem_constraint, print_shift_count_operand)
14178         (print_operand_address, print_operand): Rename
14179         s390_decompose_shift_count to
14180         s390_decompose_addrstyle_without_index and rename
14181         print_shift_count_operand to print_addrstyle_operand troughout the
14182         file.
14183         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
14184         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
14185         Rename shift_count_or_setmem_operand to setmem_operand.
14186         * config/s390/vx-builtins.md ("vec_insert<mode>")
14187         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
14188         nonmemory_operand.
14190 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14192         PR target/70168
14193         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
14194         Handle overlapping retval and newval.
14196 2016-03-10  Nick Clifton  <nickc@redhat.com>
14198         PR target/7044
14199         * config/aarch64/aarch64.c
14200         (aarch64_override_options_after_change_1): When forcing
14201         flag_omit_frame_pointer to be true, use a special value that can
14202         be detected if this function is called again, thus preventing
14203         flag_omit_leaf_frame_pointer from being forced to be false.
14205 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14207         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
14208         Set x_flag_omit_leaf_frame_pointer when handling
14209         -momit-leaf-frame-pointer.
14211 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
14213         PR lto/69589
14214         * cgraph.c (cgraph_node::dump): Dump split_part and
14215         indirect_call_target.
14216         * cgraph.h (cgraph_node): Add indirect_call_target flag.
14217         * ipa.c (has_addr_references_p): Cleanup.
14218         (is_indirect_call_target_p): New.
14219         (walk_polymorphic_call_targets): Do not mark virtuals that may be
14220         called indirectly as local.
14221         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
14223 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
14225         PR ipa/69630
14226         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
14227         on cxa_pure_virtual.
14229 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
14231         PR lto/69589
14232         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
14234 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
14236         PR lto/69589
14237         * tree.c (need_assembler_name_p): Only record main variant type names.
14239 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
14241         PR target/70113.
14242         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
14243         Always define to 0 or 1.
14244         (TARGET_FIX_ERR_A53_843419): New macro.
14245         * config/aarch64/aarch64-elf-raw.h
14246         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
14247         * config/aarch64/aarch64-linux.h: Likewise.
14248         * config/aarch64/aarch64.c
14249         (aarch64_override_options_after_change_1): Do not default
14250         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
14251         843419 is on.
14252         (aarch64_attributes): Handle fix-cortex-a53-843419.
14253         (aarch64_can_inline_p): Likewise.
14254         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
14256 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
14257         Jakub Jelinek <jakub@redhat.com>
14259         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
14260         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
14261         DECL_COMMONS if flag_unconstrained_commons is set.
14262         * tree-dfa.c (get_ref_base_and_extent): Likewise.
14263         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
14264         (funconstrained-commons): Document.
14266 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
14268         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
14269         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
14271 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
14273         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
14274         has a proper number of elements.
14276 2016-03-10  Alan Modra  <amodra@gmail.com>
14278         PR rtl-optimization/69195
14279         PR rtl-optimization/47992
14280         * ira.c (recorded_label_ref): Delete.
14281         (update_equiv_regs): Return void.
14282         (indirect_jump_optimize): New function.
14283         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
14284         before regstat_compute_ri.  Don't rebuild_jump_labels here.
14285         Delete update_regstat.
14287 2016-03-10  Richard Biener  <rguenther@suse.de>
14289         PR tree-optimization/70128
14290         * tree-ssa-structalias.c (set_uids_in_ptset): Set
14291         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
14293 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
14295         PR tree-optimization/70152
14296         * tree-sra.c (replace_removed_params_ssa_names): Copy over
14297         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
14299         PR target/70086
14300         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
14301         instead of gen_sse2_loadlpd.
14302         * config/i386/sse.md (*vec_concatv2df): Rename to...
14303         (vec_concatv2df): ... this.
14305         PR tree-optimization/70127
14306         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
14308 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
14310         PR c/68473
14311         PR c++/70105
14312         * diagnostic-show-locus.c (compatible_locations_p): New function.
14313         (layout::layout): Sanitize ranges using compatible_locations_p.
14315 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
14317         PR c/68473
14318         PR c++/70105
14319         * diagnostic-show-locus.c (layout_range::layout_range): Replace
14320         location_range param with three const expanded_locations * and a
14321         bool.
14322         (layout::layout): Replace call to
14323         rich_location::lazily_expand_location with get_expanded_location.
14324         Extract the range and perform location expansion here, passing
14325         the results to the layout_range ctor.
14326         * diagnostic.c (source_range::debug): Delete.
14327         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
14328         of rich_location::get_expanded_location.
14329         * gcc-rich-location.c (get_range_for_expr): Delete.
14330         (gcc_rich_location::add_expr): Reimplement to avoid the
14331         rich_location::add_range overload that took a location_range,
14332         passing a location_t instead.
14334 2016-03-09  Richard Biener  <rguenther@suse.de>
14335         Jakub Jelinek  <jakub@redhat.com>
14337         PR tree-optimization/70138
14338         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
14339         Also skip vect_double_reduction_def.
14341 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
14343         PR target/70049
14344         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
14345         if the operand is "m".
14347 2016-03-09  Nathan Sidwell  <nathan@acm.org>
14349         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
14351 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
14353         * config/i386/i386.c (processor_target_table): Fix cost table
14354         intialization order for znver1.
14356 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
14358         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
14359         - becuase -> because.
14360         * ipa-reference.c (ignore_module_statics): Likewise.
14361         * cgraph.c (cgraph_node::get_body): Likewise.
14362         * ipa-inline.c (early_inliner): Likewise.
14363         * ipa-devirt.c (types_same_for_odr): Likewise.
14364         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
14365         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
14367 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14369         * tree-ssa-math-opts.c: Fix typo in comment.
14371 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
14373         PR target/70110
14374         * config/i386/i386.c (scalar_chain::make_vector_copies,
14375         scalar_chain::convert_reg): Call end_sequence in between
14376         get_insns and emit_conversion_insns rather than after both
14377         calls.
14379 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
14381         PR target/70064
14382         * config/i386/i386.h (machine_function): Add
14383         pc_thunk_call_expanded flag.
14384         (ix86_pc_thunk_call_expanded): New define.
14385         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
14386         (*set_got): Rename insn pattern from set_got.
14387         (*set_got_labelled): Rename inst pattern from set_got_labelled.
14388         * config/i386/i386.c (ix86_compute_frame_layout): Use
14389         ix86_pc_thunk_call_expanded to prevent red-zone.
14391 2016-03-07  Martin Jambor  <mjambor@suse.cz>
14393         * hsa.h (hsa_get_ctor_statements): Declare.
14394         (hsa_get_dtor_statements): Likewise.
14395         (hsa_get_kernel_dispatch_type): Likewise.
14396         * hsa.c (hsa_get_ctor_statements): New function.
14397         (hsa_get_dtor_statements): Likewise.
14398         (hsa_get_kernel_dispatch_type): Likewise.
14399         * hsa-brig.c (hsa_cdtor_statements): Removed.
14400         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
14401         hsa_get_dtor_statements.
14402         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
14403         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
14405 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
14407         * config/arm/arm-cores.def (cortex-r8): New.
14408         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
14409         * config/arm/arm-tune.md: Likewise.
14410         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
14412 2016-03-07  Martin Sebor  <msebor@redhat.com>
14414         PR rtl-optimization/19705
14415         * doc/invoke.texi (Options That Control Optimization): Clarify
14416         -fno-branch-count-reg.
14418 2016-02-26  Richard Biener  <rguenther@suse.de>
14419             Jeff Law  <law@redhat.com>
14421         PR tree-optimization/69740
14422         * cfghooks.c (remove_edge): Request loop fixups if we delete
14423         an edge that might turn an irreducible loop into a natural
14424         loop.
14425         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
14426         Move after definition of loops_state_clear.
14428 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
14430         PR rtl-optimization/69052
14431         * rtlanal.c (commutative_operand_precedence): Set higher precedence
14432         to CONST_WIDE_INT.
14434 2016-03-07  Tom de Vries  <tom@codesourcery.com>
14436         PR tree-optimization/70116
14437         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
14438         is_tm_ending stmts and ubsan/asan internal functions.
14439         (find_duplicate): Use it.  Don't test is_tm_ending here.
14441 2016-03-07  Richard Biener  <rguenther@suse.de>
14443         PR tree-optimization/70115
14444         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
14445         (propagate_constants_for_unrolling): Use replace_uses_by.
14447 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
14449         PR middle-end/69916
14450         * omp-low.c (struct oacc_loop): Add ifns.
14451         (new_oacc_loop_raw): Initialize it.
14452         (finish_oacc_loop): Clear mask & flags if no ifns.
14453         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
14454         (oacc_loop_xform_loop): Add ifns arg & adjust.
14455         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
14457 2016-03-07  Richard Henderson  <rth@redhat.com>
14459         PR rtl-opt/70061
14460         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
14461         (insert_value_copy_on_edge): Likewise.
14463 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14465         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
14467 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14469         PR target/62281
14470         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
14472 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
14474         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
14476 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
14478         Fix sseimul type attribute.
14479         * config/i386/znver1.md
14480         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
14481         znver1_sseimul_avx256_load) : Fix the type attribute.
14482         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
14483         pipe usage and latency.
14485 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
14487         PR c++/70084
14488         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
14489         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
14490         to the right type.
14492 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
14494         PR c/69973
14495         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
14497         PR rtl-optimization/69941
14498         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
14499         the reg share its mode.
14501 2016-03-04  Jeff Law  <law@redhat.com>
14503         PR tree-optimization/69196
14504         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14505         If the both SSA_NAMEs are anonymous, then consider them unassociated
14506         and include the PHI in the statement count.
14508 2016-03-05  Tom de Vries  <tom@codesourcery.com>
14510         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
14511         construct in oacc routine.  Check for oacc region in oacc routine.
14513 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
14515         PR target/70062
14516         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
14517         2016-02-22 changes, instead don't recurse if RECUR is already true.
14518         Don't change *dynamic_check if RECUR.  Adjust recursive caller
14519         to pass true to the new argument.
14520         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
14522         PR target/70059
14523         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
14524         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
14525         fixes.
14526         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
14528 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
14530         PR rtl-optimization/57676
14531         * lra-assigns.c (lra_assign): Guard test for maximum iterations
14532         with flag_checking.
14534 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
14536         * tree-vect-patterns.c (search_type_for_mask): Handle
14537         comparison of booleans.
14539 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
14541         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
14542         Fix @xref usage.
14544         PR debug/69947
14545         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
14546         all other ops that have dw_val_class_die_ref operands,
14547         and DW_OP_GNU_entry_value.
14549 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14551         PR rtl-optimization/69904
14552         * config/arm/arm.c (arm_cannot_copy_insn_p):
14553         Return true for load-exclusive instructions.
14555 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
14557         PR target/70021
14558         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
14559         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
14560         the pattern no matter if it is used just by non-pattern, pattern
14561         or mix thereof.
14562         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
14563         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
14564         oprnd1 def_stmt is in pattern, don't look through it.
14566 2016-03-03  Marek Polacek  <polacek@redhat.com>
14568         PR middle-end/70050
14569         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
14571 2016-03-03  Martin Liska  <mliska@suse.cz>
14573         PR tree-optimization/70043
14574         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
14575         previous statement if we see a debug statement.
14577 2016-03-03  Richard Biener  <rguenther@suse.de>
14579         PR tree-optimization/55936
14580         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
14581         parameter and guard unsafe equivalence use.
14582         (vrp_evaluate_conditional_warnv_with_ops): Always use
14583         safe equivalences but not via the quadratic compare_names
14584         helper.
14586 2016-03-03  Michael Collison  <michael.collison@linaro.org>
14588         PR target/70014
14589         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
14590         for operand 1 to s_register_operand. Change predicate for operand
14591         2 to arm_not_immediate_operand.
14593 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
14595         * doc/tm.texi: Regenerated.
14597 2016-03-02  Richard Henderson  <rth@redhat.com>
14599         PR rtl-opt/67145
14600         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
14601         simplification when all args are positive non-fixed registers.
14603 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
14605         * target.def (lra_p): Specify that new ports should use LRA.
14607 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
14609         PR libgomp/69555
14610         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
14611         gimplify_type_sizes the type they refer to.
14612         (omp_notice_variable): Handle reference vars to VLAs.
14613         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
14614         reference to VLA decls in the second pass instead of first pass.
14616 2016-03-02  Tom de Vries  <tom@codesourcery.com>
14618         PR tree-optimization/68659
14619         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
14620         new_expr == NULL_TREE.
14621         (get_new_name): Handle ADDR_EXPR.
14623 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
14625         PR rtl-optimization/69052
14626         * loop-invariant.c (canonicalize_address): New function.
14627         (inv_can_prop_to_addr_use): Check validity of address expression
14628         which is canonicalized by above function.
14630 2016-03-02  Alan Modra  <amodra@gmail.com>
14632         PR ipa/69990
14633         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
14634         larger alignment.
14636 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
14638         PR target/70028
14639         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
14640         (*movhi_internal): Put mask moves from and to memory separately
14641         from moves from/to GPRs.
14643 2016-03-02  Richard Biener  <rguenther@suse.de>
14645         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
14646         GENERIC expressions in GIMPLE.
14648 2016-03-02  Richard Biener  <rguenther@suse.de>
14650         * config/i386/i386.c (type_natural_mode): Fix typo.
14652 2016-03-02  Nick Clifton  <nickc@redhat.com>
14654         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
14656 2016-03-02  Richard Biener  <rguenther@suse.de>
14657             Uros Bizjak  <ubizjak@gmail.com>
14659         PR target/67278
14660         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
14662 2016-03-02  Richard Biener  <rguenther@suse.de>
14664         PR middle-end/67278
14665         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
14667 2016-03-02  Marek Polacek  <polacek@redhat.com>
14669         PR c/67854
14670         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
14671         "is promoted to" warning.
14673 2016-03-01  DJ Delorie  <dj@redhat.com>
14675         * config.gcc: Deprecate mep-*.
14677 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
14679         PR middle-end/70025
14680         * lra-constraints.c (regno_val_use_in): New.
14681         (match_reload): Use it instead of regno_use_in.
14683 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
14685         PR rtl-optimization/70007
14686         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
14687         references present in REG_EQUAL notes attached to non-SET patterns.
14689 2016-03-01  Jeff Law  <law@redhat.com>
14691         PR tree-optimization/69196
14692         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14693         Appropriately clamp the number of statements to copy when the
14694         thread path does not traverse a loop backedge.
14696         PR tree-optimization/69196
14697         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14698         Do count some PHIs in the thread path against the insn count.  Decrease
14699         final statement count by one as the control statement in the last
14700         block will get removed.  Remove special cased code for handling PHIs
14701         in the last block.
14703 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
14705         PR target/70027
14706         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
14707         asm dialect alternatives to explicit GOTPCREL calls.
14709 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
14711         PR ada/70017
14712         * ira.c (do_reload): Issue warning for generic stack checking here...
14713         * reload1.c (reload): ...instead of here and streamline it.
14715 2016-03-01  Nick Clifton  <nickc@redhat.com>
14717         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
14719 2016-03-01  Richard Biener  <rguenther@suse.de>
14721         PR tree-optimization/69983
14722         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
14723         types and fall back to operand_equal_p.
14725 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14727         Revert
14728         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14730         * config/s390/constraints.md ("jm8"): New constraint.
14731         * config/s390/predicates.md ("const_int_8bitset_operand"): New
14732         predicate.
14733         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
14734         into ...
14735         ("*setmem_long<setmem_and>"): New pattern.
14736         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
14737         into ...
14738         ("*setmem_long_31z<setmem_and>"): New pattern.
14739         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
14740         New substitution rules with the required attributes.
14743 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14745         Revert
14746         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14748         * gensupport.c (process_substs_on_one_elem): Split loop to
14749         complete mark_operands_used_in_match_dup on all expressions in the
14750         vector first.
14751         (adjust_operands_numbers): Inline into process_substs_on_one_elem
14752         and remove function.
14754 2016-03-01  Richard Biener  <rguenther@suse.de>
14756         PR middle-end/70022
14757         * fold-const.c (fold_indirect_ref_1): Fix range checking for
14758         vector BIT_FIELD_REF extract.
14760 2016-03-01  Richard Biener  <rguenther@suse.de>
14762         PR tree-optimization/69994
14763         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
14765 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
14767         PR tree-optimization/69956
14768         * tree-vect-stmts.c (supportable_widening_operation): Support
14769         multi-step conversion of boolean vectors.
14770         (supportable_narrowing_operation): Likewise.
14772 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14774         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
14775         anymore.
14777 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14779         * config/s390/subst.md (DSI_VI): New mode iterator.
14780         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
14781         * config/s390/vector.md ("vec_set<mode>"): Move expander before
14782         the insn definition.
14783         ("*vec_set<mode>"): Change predicate and add alternative to
14784         support only either register or const_int operands as element
14785         selector.
14786         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
14787         operands.
14788         ("vec_extract<mode>"): New expander.
14789         ("*vec_extract<mode>"): New insn definition supporting reg and
14790         const_int element selectors.
14791         ("*vec_extract<mode>_plus"): New insn definition supporting
14792         reg+const_int element selectors.
14793         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
14794         following expander+insn definition.
14795         ("<vec_shifts_name><mode>3"): New expander.
14796         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
14798 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14800         * config/s390/s390.md ("*tabort_1"): Change predicate to
14801         nonmemory_operand.  Add a second alternative to cover
14802         register as well as const int operands.
14803         ("*tabort_1_plus"): New pattern definition.
14805 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14807         * config/s390/s390.md ("*ashrdi3_cc_31")
14808         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
14809         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
14810         Merge insn definitions into ...
14811         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
14812         New pattern definition.
14813         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
14814         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
14815         ("*ashr<mode>3_and"): Merge insn definitions into ...
14816         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
14817         New pattern definition.
14818         * config/s390/subst.md ("addr_style_op_cc_subst")
14819         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
14820         substitutions patterns plus attributes.
14821         Add ashiftrt to SUBST iterator.
14823 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14825         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
14826         op2 to nonmemory_operand.
14827         ("*<shift>di3_31", "*<shift>di3_31_and"):
14828         Merge into single pattern definition ...
14829         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
14830         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
14831         pattern definition ...
14832         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
14833         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
14834         iterator.
14836 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14838         * config/s390/predicates.md (const_int_6bitset_operand): New
14839         predicate.
14840         * config/s390/s390.md: Include subst.md.
14841         ("rotl<mode>3"): New expander.
14842         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
14843         ...
14844         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
14845         * config/s390/subst.md: New file.
14847 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14849         * config/s390/s390.md ("op_type", "atype", "length" attributes):
14850         Remove RRR type.  It doesn't really exist.
14851         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
14852         attributes.
14853         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
14854         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
14855         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
14856         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
14857         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
14858         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
14859         `enabled' attribute.
14861 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14863         * gensupport.c (process_substs_on_one_elem): Split loop to
14864         complete mark_operands_used_in_match_dup on all expressions in the
14865         vector first.
14866         (adjust_operands_numbers): Inline into process_substs_on_one_elem
14867         and remove function.
14869 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
14871         PR target/69706
14872         * config/sparc/sparc.c (NWORDS_UP): Rename to...
14873         (CEIL_NWORDS): ...this.  Use CEIL macro.
14874         (compute_fp_layout): Adjust to above renaming.
14875         (function_arg_union_value): Likewise.
14876         (sparc_arg_partial_bytes): Likewise.
14877         (sparc_function_arg_advance): Likewise.
14879 2016-02-29  Jeff Law  <law@redhat.com>
14881         PR tree-optimization/70005
14882         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
14883         where an object with a boolean range is compared against a value
14884         outside [0..1].
14886         PR tree-optimization/69999
14887         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
14888         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
14889         loop cleanups.
14891 2016-02-29  Richard Biener  <rguenther@suse.de>
14893         PR tree-optimization/69994
14894         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
14895         (get_unary_op): Look through nop conversions.
14896         (ops_equal_values_p): New function, look for equality diregarding
14897         nop conversions.
14898         (eliminate_plus_minus_pair): Use ops_equal_values_p
14899         (repropagate_negates): Do not use get_unary_op here.
14901 2016-02-29  Martin Liska  <mliska@suse.cz>
14903         * system.h: Poison ENABLE_CHECKING macro.
14905 2016-02-29  Martin Liska  <mliska@suse.cz>
14907         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
14908         is presented in dump flags.
14909         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
14910         (hsa_regalloc): Likewise.
14912 2016-02-19  Richard Biener  <rguenther@suse.de>
14914         PR tree-optimization/69980
14915         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
14916         permutation of those we need to keep.
14918 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
14920         PR target/69706
14921         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
14922         (NWORDS_UP): ...this
14923         (init_cumulative_args): Minor tweaks.
14924         (sparc_promote_function_mode): Likewise.
14925         (scan_record_type): Delete.
14926         (traverse_record_type): New function template.
14927         (classify_data_t): New structure type.
14928         (classify_registers): New inline function.
14929         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
14930         exhausted.  Instantiate traverse_record_type on classify_registers and
14931         deal with the case of a structure passed in slot #15 with no FP field
14932         in the first word.
14933         (assign_data_t): New structure type.
14934         (compute_int_layout): New static function.
14935         (compute_fp_layout): Likewise.
14936         (count_registers): New inline function.
14937         (assign_int_registers): New static function.
14938         (assign_fp_registers): Likewise.
14939         (assign_registers): New inline function.
14940         (function_arg_record_value_1): Delete.
14941         (function_arg_record_value_2): Likewise.
14942         (function_arg_record_value_3): Likewise.
14943         (function_arg_record_value): Adjust to above changes.  Instantiate
14944         traverse_record_type on count_registers to first count the number of
14945         registers to be used and then on assign_registers to assign them.
14946         (function_arg_union_value): Adjust to above renaming.
14947         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
14948         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
14949         case of a structure passed in slot #15
14950         (sparc_function_arg_advance): Likewise.
14951         (function_arg_padding): Minor tweak.
14953 2016-02-29  Richard Biener  <rguenther@suse.de>
14955         PR tree-optimization/69720
14956         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
14957         the adjustment_def path for possibly vectorized defs.
14958         (vect_create_epilog_for_reduction): Handle vectorized initial
14959         defs properly.
14961 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
14963         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
14965 2016-02-27  Jeff Law  <law@redhat.com>
14967         Revert
14968         2016-02-26  Richard Biener  <rguenther@suse.de>
14969                     Jeff Law  <law@redhat.com>
14971         PR tree-optimization/69740
14972         * cfghooks.c (remove_edge): Request loop fixups if we delete
14973         an edge that might turn an irreducible loop into a natural
14974         loop.
14976 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
14978         PR rtl-optimization/69896
14979         * tree-vect-generic.c (get_compute_type): Avoid single element
14980         vector types.
14982 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
14984         Rename the AArch64 tuning option and related functions to enable the
14985         Newton series for the reciprocal square root to reflect its
14986         approximative characteristic.
14988         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
14989         function to "aarch64_emit_approx_rsqrt".
14990         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
14991         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
14992         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
14993         (xgene1_tunings): Likewise.
14994         (use_rsqrt_p): Likewise.
14995         (aarch64_emit_swrsqrt): Use new function name.
14996         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
14997         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
14998         text explaining this option.
14999         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
15001 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
15003         PR target/69969
15004         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
15005         complain about -mallow-movmisalign without -mvsx if
15006         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
15008 2016-02-26  Joel Sherrill  <joel@rtems.org>
15010         * config.gcc: Add x86_64-*-rtems*.
15011         * config/i386/rtems-64.h: New file.
15013 2016-02-26  Joel Sherrill  <joel@rtems.org>
15015         * config.gcc: Add aarch64-*-rtems*.
15016         * config/aarch64/rtems.h: New file.
15018 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
15020         PR target/69946
15021         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
15022         shift amount using %h.  Add comment.
15024 2016-02-26  Richard Biener  <rguenther@suse.de>
15025             Jeff Law  <law@redhat.com>
15027         PR tree-optimization/69740
15028         * cfghooks.c (remove_edge): Request loop fixups if we delete
15029         an edge that might turn an irreducible loop into a natural
15030         loop.
15032 2016-02-26  Martin Jambor  <mjambor@suse.cz>
15034         PR middle-end/69920
15035         * tree-sra.c (sra_modify_assign): Do not remove loads of
15036         uninitialized aggregates to SSA_NAMEs.
15038 2016-02-26  Richard Henderson  <rth@redhat.com>
15040         PR target/69709
15041         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
15042         pseudo in case the target rtx matches the source of the left
15043         shift.
15045 2016-02-26  Martin Jambor  <mjambor@suse.cz>
15047         PR hsa/69568
15048         * hsa.h (hsa_type_packed_p): Declare.
15049         * hsa.c (hsa_type_packed_p): New function.
15050         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
15051         loads.
15052         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
15053         * hsa-brig.c (emit_basic_insn): Likewise.
15055 2016-02-26  Martin Jambor  <mjambor@suse.cz>
15057         pr hsa/69674
15058         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
15059         pointers.
15060         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
15062 2016-02-26  Martin Jambor  <mjambor@suse.cz>
15064         * hsa.h (is_a_helper): New overload for hsa_op_immed for
15065         hsa_op_with_type operands.
15066         (hsa_unsigned_type_for_type): Declare.
15067         * hsa.c (hsa_unsigned_type_for_type): New function.
15068         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
15069         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
15070         the finalizer.  Do not emit extra move.
15072 2016-02-26  Martin Jambor  <mjambor@suse.cz>
15074         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
15075         atomic operations in private segment.
15077 2016-02-26  Martin Jambor  <mjambor@suse.cz>
15079         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
15080         statements to wi->info.  Also disallow omp simd constructs.
15081         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
15082         for not gridifying.  Dump special string for omp_for.
15084 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15086         PR target/69245
15087         * config/aarch64/aarch64.c (aarch64_set_current_function):
15088         Save/restore target globals when switching to
15089         target_option_default_node.
15091 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15093         PR target/69613
15094         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
15095         Return 0 if !SHIFT_COUNT_TRUNCATED.
15097 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
15098             Eric Botcazou  <ebotcazou@adacore.com>
15100         PR rtl-optimization/69891
15101         * dse.c (scan_insn): If we can't figure out memset arguments
15102         or they are non-constant, call clear_rhs_from_active_local_stores.
15104 2016-02-26  Martin Liska  <mliska@suse.cz>
15106         * doc/extend.texi: Mention clog10, clog10f an clog10l
15107         in Builtins section.
15109 2016-02-26  Martin Liska  <mliska@suse.cz>
15111         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
15112         CHECKING_P.
15113         (resolve_args_picking_1): Likewise.
15114         * dwarf2out.h (struct GTY): Likewise.
15116 2016-02-26  Martin Liska  <mliska@suse.cz>
15118         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
15119         with flag_checking.
15120         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
15122 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
15123             Martin Liska  <mliska@suse.cz>
15125         * doc/install.texi: Mention --enable-valgrind-annotations.
15127 2016-02-26  Richard Biener  <rguenther@suse.de>
15129         PR tree-optimization/69551
15130         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
15131         looking through aliases adjust DECL_PT_UID to refer to the
15132         ultimate alias target.
15134 2016-02-25  Martin Liska  <mliska@suse.cz>
15136         PR middle-end/69919
15137         * alloc-pool.c (after_memory_report): New variable.
15138         * alloc-pool.h (base_pool_allocator ::release): Do not use
15139         the infrastructure if after_memory_report.
15140         * toplev.c (toplev::main): Mark after memory report.
15142 2016-02-25  Richard Biener  <rguenther@suse.de>
15144         PR tree-optimization/48795
15145         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
15147 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
15149         PR driver/68463
15150         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
15151         offloading is enabled and -fopenacc or -fopenmp is specified.
15152         (CRTOFFLOADEND): Likewise.
15153         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
15154         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
15155         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
15156         (offload_objects_file_name): New static var.
15157         (tool_cleanup): Remove offload_objects_file_name file.
15158         (find_offloadbeginend): Replace with ...
15159         (find_crtoffloadtable): ... this.
15160         (run_gcc): Remove offload_argc and offload_argv.
15161         Get offload_objects_file_name from -foffload-objects=... option.
15162         Read names of object files with offload from this file, pass them to
15163         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
15164         don't pass offloadbegin and offloadend to the linker.  Don't pass
15165         offload non-LTO files to the linker, because now they're not claimed.
15167 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
15169         PR ipa/69630
15170         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
15171         on builtin_unreachable.
15173 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
15175         PR rtl-optimization/69896
15176         * regcprop.c: Include cfgrtl.h.
15177         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
15178         than remembered mode, either delete it (if noop_move_p), or
15179         treat like copy_p but not noop_p instruction.
15181 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
15183         PR debug/69705
15184         * dwarf2out.c (gen_variable_die): Work around buggy LTO
15185         - allow NULL decl for Fortran DW_TAG_common_block variables.
15187 2016-02-24  Jason Merrill  <jason@redhat.com>
15189         * common.opt (flifetime-dse): Add -flifetime-dse=1.
15191 2016-02-24  Richard Biener  <rguenther@suse.de>
15192             Jakub Jelinek  <jakub@redhat.com>
15194         PR middle-end/69760
15195         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
15196         conditionally executed ops to well-defined overflow behavior.
15198 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
15200         PR middle-end/69915
15201         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
15202         elements.
15204 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15206         PR rtl-optimization/69886
15207         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
15208         argument.  Use it when checking validity of set instructions.
15209         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
15210         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
15211         callsite.
15212         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
15213         * store-motion.c (find_moveable_store): Update
15214         can_assign_to_reg_without_clobbers_p callsite.
15216 2016-02-24  Richard Biener  <rguenther@suse.de>
15218         PR middle-end/68963
15219         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
15220         bogus check.
15221         (record_nonwrapping_iv): Do not fall back to the low/high bound
15222         for non-constant IV bases if the stmt is not always executed.
15224 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15226         * config/arm/arm-cores.def (cortex-a32): New entry.
15227         * config/arm/arm-tables.opt: Regenerate.
15228         * config/arm/arm-tune.md: Regenerate.
15229         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
15230         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
15231         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
15232         for -mcpu and -mtune.
15234 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15236         PR target/69875
15237         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
15238         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
15239         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
15240         (atomic_loaddi_1): Delete.
15241         (atomic_loaddi): Rewrite expander using the above changes.
15243 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
15245         PR c/69918
15246         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
15247         2 to 3.
15249 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
15250             Richard Biener  <rguenth@suse.de>
15252         PR middle-end/69909
15253         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
15254         set_mem_attributes if tem is SSA_NAME which got expanded
15255         as a MEM.
15257 2016-02-24  Richard Biener  <rguenther@suse.de>
15259         PR tree-optimization/69907
15260         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
15261         end of permutations for BB vectorization.
15263 2016-02-24  Christian Bruel  <christian.bruel@st.com>
15265         * config/arm/arm-c.c (arm_option_override): Initialize
15266         target_option_current_node.
15267         * config/arm/arm.c (arm_pragma_target_parse): Replace
15268         build_target_option_node call by target_option_current_node.
15269         Set target_option_current_node.
15270         Fix comments.
15272 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
15274         PR target/69810
15275         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
15276         define_insn_and_split to define_insn.
15277         (zero_extendqi<mode>2_dot2): Same.
15278         (extendqi<mode>2_dot): Same.
15279         (extendqi<mode>2_dot2): Same.
15281 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
15283         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
15284         and add bypass for AES{D,E} and AESMC pairs.
15285         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
15286         and AESMC pairs.
15288 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
15290         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
15291         series for reciprocal square root in Exynos M1.
15293 2016-02-23  Martin Sebor  <msebor@redhat.com>
15295         PR c/69759
15296         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
15297         __builtin_alloca_with_align.
15299 2016-02-23  Richard Henderson  <rth@redhat.com>
15301         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
15302         (ix86_register_pragmas): Remove __seg_tls.
15303         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
15304         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
15305         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
15306         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
15307         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
15308         * doc/extend.texi (__seg_tls): Remove item.
15310 2016-02-23  Richard Biener  <rguenther@suse.de>
15312         * alloc-pool.h (struct allocation_object): Make id member
15313         conditional on CHECKING_P again.
15314         (get_instance): Adjust.
15315         (base_pool_allocator): Likewise.
15317 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
15319         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
15320         (parallelize_loops): In OpenACC kernels mode, set n_threads to
15321         zero.
15322         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
15323         flag_openacc.
15324         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
15326 2016-02-23  Richard Biener  <rguenther@suse.de>
15328         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
15329         * bitmap.h (struct bitmap_usage): Likewise.
15330         (bitmap_move): Declare.
15331         * bitmap.c (register_overhead): Take size_t argument.
15332         (bitmap_move): New function.
15333         * df-problems.c (df_rd_transfer_function): Use bitmap_move
15334         to properly account overhead.
15335         * tree.c (free_node): Use tree_size.
15337 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
15339         PR c++/69902
15340         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
15341         when inverting comparison.
15343         PR c/69900
15344         * common.opt (Wunreachable-code): Add Warning flag.
15346 2016-02-23  Mark Wielaard  <mjw@redhat.com>
15347             Jakub Jelinek  <jakub@redhat.com>
15349         PR c/69911
15350         * cgraphunit.c (check_global_declaration): Check main_input_filename
15351         and DECL_SOURCE_FILE are not NULL.
15353 2016-02-23  Martin Jambor  <mjambor@suse.cz>
15355         PR tree-optimization/69666
15356         * tree-sra.c (sra_modify_assign): Do not attempt to create
15357         default_def replacements for unscalarizable regions.
15359 2016-02-20  Mark Wielaard  <mjw@redhat.com>
15361         PR c/28901
15362         * cgraphunit.c (check_global_declaration): Check level of
15363         warn_unused_const_variable and main_input_filename.
15364         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
15365         (-Wunused-variable): For C implies -Wunused-const-variable=1.
15366         (-Wunused-const-variable): Explain levels 1 and 2.
15368 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
15370         PR target/69888
15371         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
15372         identical arguments.  Formatting and spelling fixes.
15374         PR target/69885
15375         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
15376         be specified.
15378         PR target/69894
15379         PR target/69895
15380         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
15381         and m68k-devices.def.
15382         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
15383         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
15385 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
15387         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
15388         and HImode registers.
15390 2016-02-22  Richard Biener  <rguenther@suse.de>
15392         PR tree-optimization/69882
15393         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
15394         preserve permutations present because of gaps.
15395         (vect_supported_load_permutation_p): Always continue checking
15396         permutations after vect_attempt_slp_rearrange_stmts.
15398 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
15400         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
15401         min_profitable_estimate, rather than min_profitable_iters.
15403 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
15405         PR target/69885
15406         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
15407         SImode for last match_operand.
15409 2016-02-22  Martin Liska  <mliska@suse.cz>
15411         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
15412         return bitsize - 1 as the return value.
15414 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
15416         PR target/69806
15417         PR target/54089
15418         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
15419         Handle negative shift counts.
15420         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
15421         force_reg on the shift constant.
15422         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
15423         (lshrsi3_d): Handle negative shift counts.
15425 2016-02-22  Richard Biener  <rguenther@suse.de>
15426             Tom de Vries  <tom@codesourcery.com>
15428         * graph.c: Include dumpfile.h.
15429         (print_graph_cfg): Split into three overloads.
15430         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
15432 2016-02-22  Tom de Vries  <tom@codesourcery.com>
15434         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
15435         dump-fn.
15437 2016-02-22  Richard Biener  <rguenther@suse.de>
15439         PR ipa/37448
15440         * ipa-inline-transform.c (inline_call): When not updating
15441         overall summaries adjust self size by the growth estimate.
15442         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
15443         hash-set, do not update overall summaries here.  Renamed from ...
15444         (inline_to_all_callers): ... this which is now wrapping the
15445         above and performing delayed overall summary update.
15446         (early_inline_small_functions): Delay updating of the overall
15447         summary.
15449 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
15451         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
15452         variable.
15454 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
15456         PR driver/69805
15457         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
15458         :%* in %:gt() argument.
15459         (greater_than_spec_func): Adjust for expecting only numbers,
15460         if there are more than two numbers, compare the last two.
15462 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
15464         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
15465         -Wnarrowing with -std.
15467 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
15469         PR c++/69851
15470         * expr.c (store_field): Don't use bit-field path if exp is
15471         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
15472         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
15473         and the assignment can be performed by bitwise copy.  Formatting
15474         fix.
15476         PR middle-end/69838
15477         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
15478         call copy_reg_eh_region_note_forward on before and/or after sequences
15479         and remove note from insn if it no longer can throw.
15481         PR target/69820
15482         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
15483         if TARGET_AVX512BW.
15485 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15487         * config/s390/vector.md: Add missing commutative operand markers
15488         to the patterns which qualify for one.
15489         * config/s390/vx-builtins.md: Likewise.
15491 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15493         * config/s390/vector.md (VI, VI_QHS): Add single element vector
15494         types to mode iterators.
15495         (vec_double): ... and mode attribute.
15496         * config/s390/vx-builtins.md (non_vec_int): Likewise.
15498 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15500         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
15501         Change the predicate of op2 from nonimmediate to general and let
15502         reload fix it if necessary.
15504 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15506         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
15508 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15510         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
15511         mode.
15513 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15515         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
15516         * config/s390/s390.c (s390_expand_vec_movstr): New function.
15517         * config/s390/s390.md ("movstr<P:mode>"): Call
15518         s390_expand_vec_movstr.
15520 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15522         * config/s390/s390.md: Add missing output modifier for operand 1
15523         to print it as address properly.
15525 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15527         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
15528         * config/s390/2964.md: New file.
15529         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
15530         of insn grouping attributes depending on the CPU level.
15531         (s390_get_unit_mask): New function.
15532         (s390_sched_score): Remove the OOO from the scheduling macros.
15533         Add loop to calculate a score for the instruction mix.
15534         (s390_sched_reorder): Likewise plus improve debug output.
15535         (s390_sched_variable_issue): Rename macros as above.  Calculate
15536         the unit distances after actually scheduling an insn.  Improve
15537         debug output.
15538         (s390_sched_init): Clear last_scheduled_unit_distance array.
15539         * config/s390/s390.md: Include 2964.md.
15541 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
15543         PR target/69671
15544         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
15545         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
15546         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
15547         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
15548         *avx512f_<code>v8div16qi2_mask_1): New insns.
15550 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15552         PR target/68404
15553         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
15554         2016-02-09 change.
15556         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
15557         earlyclobber from target.  Use wF constraint for fused memory
15558         address.
15559         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
15561 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
15562             Martin Liska  <mliska@suse.cz>
15564         PR sanitizer/69863
15565         * cfgexpand.c (asan_sanitize_stack_p): New function.
15566         (partition_stack_vars): Use the function.
15567         (expand_stack_vars): Likewise.
15568         (defer_stack_allocation): Likewise.
15569         (expand_used_vars): Likewise.
15571 2016-02-18  Richard Biener  <rguenther@suse.de>
15573         PR middle-end/69553
15574         * fold-const.c (operand_equal_p): Properly compare offsets for
15575         IMAGPART_EXPR and ARRAY_REF.
15577 2016-02-18  Nick Clifton  <nickc@redhat.com>
15579         PR target/62254
15580         PR target/69610
15581         * config/arm/arm.c (arm_option_override_internal): Disable
15582         interworking if the target does not support thumb instructions.
15583         (arm_reload_in_hi): Handle the case where a register to register
15584         move needs reloading because there is no simple pattern to handle
15585         it.
15586         (arm_reload_out_hi): Likewise.
15588 2016-02-18  Richard Biener  <rguenther@suse.de>
15590         PR middle-end/69854
15591         * match.pd: Don't use fold_binary or fold_unary for folding
15592         constants.
15594 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
15596         PR c++/69850
15597         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
15598         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
15599         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
15600         warn on gimple_no_warning_p statements.
15602 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
15604         * doc/extend.texi (C++ Attributes): Correct description of
15605         warn_unused type attribute.
15607 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15609         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
15610         correct instruction.
15612 2016-02-17  Richard Biener  <rguenther@suse.de>
15614         PR rtl-optimization/69609
15615         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
15616         (find_traces_1_round): When ending a trace update cached priority
15617         of successors.
15618         (bb_to_key): Use cached priority when available.
15619         (copy_bb): Initialize cached priority.
15620         (reorder_basic_blocks_software_trace_cache): Likewise.
15622 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15624         PR target/69161
15625         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
15626         New predicate.
15627         (aarch64_comparison_operator): Break overly long line into two.
15628         (aarch64_comparison_operation): Likewise.
15629         * config/aarch64/aarch64.md (cstorecc4): Use
15630         aarch64_comparison_operator_mode instead of
15631         aarch64_comparison_operator.
15632         (cstore<mode>4): Likewise.
15633         (aarch64_cstore<mode>): Likewise.
15634         (*cstoresi_insn_uxtw): Likewise.
15635         (cstore<mode>_neg): Likewise.
15636         (*cstoresi_neg_uxtw): Likewise.
15638 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15640         PR target/69161
15641         * config/arm/predicates.md (arm_comparison_operator_mode):
15642         New predicate.
15643         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
15644         instead of arm_comparison_operator.
15645         (*mov_negscc): Likewise.
15646         (*mov_notscc): Likewise.
15647         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
15648         (*thumb2_mov_negscc): Likewise.
15649         (*thumb2_mov_negscc_strict_it): Likewise.
15650         (*thumb2_mov_notscc): Likewise.
15651         (*thumb2_mov_notscc_strict_it): Likewise.
15653 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
15655         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
15656         Add missing return.
15658 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
15660         * config/visium/visium.c (machine_libfunc_index): New enum.
15661         (machine_libfuncs): New structure.
15662         (visium_libfuncs): New static variable.
15663         (TARGET_INIT_LIBFUNCS): Define to...
15664         (visium_init_libfuncs): ...this.  New function.
15665         (expand_block_move_4): Use the appropriate libfunc.
15666         (expand_block_move_2): Likewise.
15667         (expand_block_move_1): Likewise.
15668         (expand_block_set_4): Likewise.
15669         (expand_block_set_2): Likewise.
15670         (expand_block_set_1): Likewise.
15671         (visium_trampoline_init): Likewise.
15673 2016-02-17  Nick Clifton  <nickc@redhat.com>
15675         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
15676         TI's devices.csv file as of March 2016.
15678 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15680         PR Target/48344
15681         * opts-global.c (handle_common_deferred_options): Introduce and
15682         initialize two global variables to remember command-line options
15683         specifying a stack-limiting register.
15684         * opts.h: Add extern declarations of the two new global variables.
15685         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
15686         variable based on the values of the two new global variables.
15688 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
15690         PR c/69835
15691         * common.opt (Wnonnull-compare): New warning.
15692         * doc/invoke.texi (-Wnonnull): Remove text about comparison
15693         of arguments against NULL.
15694         (-Wnonnull-compare): Document.
15695         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
15696         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
15697         * passes.def (pass_warn_nonnull_compare): Add.
15698         * gimple-ssa-nonnull-compare.c: New file.
15700 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
15702         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
15703         AARCH64_EXTRA_TUNE_RECIP_SQRT.
15705 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
15707         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
15708         reciprocal sqrt for -mlow-precision-recip-sqrt.
15710 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
15711             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15713         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
15714         always use lane loads to construct non-constant vectors.
15716 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
15718         * config/aarch64/aarch64.md
15719         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
15720         constraints for operand 3.
15721         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
15723 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
15724             Richard Biener  <rguenther@suse.de>
15726         PR tree-optimization/69820
15727         * tree-vect-patterns.c (type_conversion_p): Return false if
15728         *orig_type is unsigned single precision or boolean.
15729         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
15730         Formatting fix.
15732 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
15734         PR rtl-optimization/69764
15735         PR rtl-optimization/69771
15736         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
15737         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
15739 2016-02-16  Richard Biener  <rguenther@suse.de>
15741         PR tree-optimization/69776
15742         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
15743         sets from caller.
15744         (indirect_refs_may_alias_p): Likewise.
15745         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
15746         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
15747         according to tbaa_p.
15748         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
15749         (optimize_stmt): For redundant store discovery do not allow tbaa.
15751 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
15753         PR tree-optimization/69714
15754         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
15755         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
15757 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
15759         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
15760         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
15761         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
15762         * config/arc/arc.c (arc_init): Check FPU options.
15763         (get_arc_condition_code): Handle new CC_FPU* modes.
15764         (arc_select_cc_mode): Likewise.
15765         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
15766         register pair only. Allow access for ARCv2 accumulator.
15767         (gen_compare_reg): Whenever we have FPU support use FPU compare
15768         instructions.
15769         (arc_reorg): Don't generate brcc insns when FPU compare
15770         instructions are involved.
15771         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
15772         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
15773         floating point emulation.
15774         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
15775         (REVERSE_CONDITION): Add new CC_FPU* modes.
15776         (TARGET_FP_SP_BASE): Define.
15777         (TARGET_FP_DP_BASE): Likewise.
15778         (TARGET_FP_SP_FUSED): Likewise.
15779         (TARGET_FP_DP_FUSED): Likewise.
15780         (TARGET_FP_SP_CONV): Likewise.
15781         (TARGET_FP_DP_CONV): Likewise.
15782         (TARGET_FP_SP_SQRT): Likewise.
15783         (TARGET_FP_DP_SQRT): Likewise.
15784         (TARGET_FP_DP_AX): Likewise.
15785         * config/arc/arc.md (ARCV2_ACC): New constant.
15786         (type): New fpu type attribute.
15787         (SDF): Conditional iterator.
15788         (cstore<mode>, cbranch<mode>): Change expand condition.
15789         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
15790         handles FPU/FPX cases as well.
15791         * config/arc/arc.opt (mfpu): New option.
15792         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
15793         Renamed.
15794         (adddf3, muldf3, subdf3): Removed.
15795         * config/arc/predicates.md (proper_comparison_operator): Recognize
15796         CC_FPU* modes.
15797         * config/arc/fpu.md: New file.
15798         * doc/invoke.texi (ARC Options): Document mfpu option.
15800 2016-02-16  Richard Biener  <rguenther@suse.de>
15802         PR rtl-optimization/69291
15803         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
15804         noce_operand_ok check.
15806 2016-02-16  Tom de Vries  <tom@codesourcery.com>
15808         PR lto/67709
15809         * omp-low.c (simd_clone_create): Remove call to
15810         symtab->call_cgraph_insertion_hooks.
15812 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
15814         PR tree-optimization/69802
15815         * tree-ssa-reassoc.c (update_range_test): If op is
15816         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
15817         op == 1 test of precision 1 integral op, otherwise handle
15818         that case as op itself.  Fix up formatting.
15819         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
15820         up formatting.
15822 2016-02-16  Richard Biener  <rguenther@suse.de>
15824         PR tree-optimization/69586
15825         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
15826         types for conversion sources.
15828 2016-02-16  Richard Biener  <rguenther@suse.de>
15830         PR middle-end/69801
15831         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
15832         mask OEP_ADDRESS_OF.
15834 2016-02-16  Alan Modra  <amodra@gmail.com>
15836         PR target/68973
15837         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
15838         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
15839         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
15840         (p8_mtvsrwz): New.
15841         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
15842         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
15843         (p8_fmrgow_<mode>): Likewise.
15844         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
15845         changes.
15846         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
15847         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
15848         to use movdi_internal64.  Remove op0_di.
15849         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
15851 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
15853         Add support for the FCCMP insn types
15855         * config/aarch64/aarch64.md (fccmp): Change insn type.
15856         (fccmpe): Likewise.
15857         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
15858         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
15859         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
15860         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
15861         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
15862         * config/arm/types.md (fccmps): Add new insn type.
15863         (fccmpd): Likewise.
15865 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15867         * alias.c (get_alias_set): Fix a typo in comment.
15869 2016-02-15  Richard Biener  <rguenther@suse.de>
15871         PR tree-optimization/69595
15872         * match.pd: Complete range test simplification to true.
15874 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
15876         PR rtl-optimization/69648
15877         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
15878         pic_offset_table_rtx.
15880         PR rtl-optimization/69752
15881         * ira.c (update_equiv_regs): When looking for more than a single SET,
15882         also take other side effects into account.
15884 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
15886         * config/s390/s390.c (s390_function_profiler): Add a new sequence
15887         for z900+ CPUs in 31-bit mode.
15889 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
15891         * common/config/s390/s390-common.c (s390_supports_split_stack):
15892         New function.
15893         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
15894         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
15895         * config/s390/s390.c (struct machine_function): New field
15896         split_stack_varargs_pointer.
15897         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
15898         in s390_emit_prologue.
15899         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
15900         vararg pointer.
15901         (morestack_ref): New global.
15902         (SPLIT_STACK_AVAILABLE): New macro.
15903         (s390_expand_split_stack_prologue): New function.
15904         (s390_live_on_entry): New function.
15905         (s390_va_start): Use split-stack vararg pointer if appropriate.
15906         (s390_asm_file_end): Emit the split-stack note sections.
15907         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
15908         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
15909         (UNSPECV_SPLIT_STACK_CALL): New unspec.
15910         (UNSPECV_SPLIT_STACK_DATA): New unspec.
15911         (split_stack_prologue): New expand.
15912         (split_stack_space_check): New expand.
15913         (split_stack_data): New insn.
15914         (split_stack_call): New expand.
15915         (split_stack_call_*): New insn.
15916         (split_stack_cond_call): New expand.
15917         (split_stack_cond_call_*): New insn.
15919 2016-02-15  Richard Biener  <rguenther@suse.de>
15921         PR tree-optimization/69783
15922         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
15923         Add trivially correct cases.
15925 2016-02-15  Tom de Vries  <tom@codesourcery.com>
15927         PR lto/69655
15928         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
15929         do_force_output.
15930         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
15932 2016-02-15  Richard Biener  <rguenther@suse.de>
15934         PR tree-optimization/69776
15935         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
15936         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
15937         indicate whether we can use TBAA to disambiguate against stores.
15938         Use alias-set zero if not.
15939         (visit_reference_op_store): Do not use TBAA when looking up
15940         redundant stores.
15941         * tree-ssa-pre.c (compute_avail): Use TBAA here.
15942         (eliminate_dom_walker::before_dom_children): But not when looking
15943         up redundant stores.
15945 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
15947         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
15949 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
15951         *  config/i386/znver1.md
15952         (znver1_pop, znver1_pop_mem,
15953         znver1_load_imov_double_store,
15954         znver1_load_imov_direct_store,
15955         znver1_load_imov_direct_load,
15956         znver1_load_imov_double_load): Add new.
15957         (znver1_insn, znver1_insn_load): Add icmov type.
15958         (znver1_sseavx_fma,
15959         znver1_sseavx_fma_load,
15960         znver1_avx256_fma,
15961         znver1_avx256_fma_load): Fix pipe usage.
15963 2016-02-14  Alan Modra  <amodra@gmail.com>
15965         PR target/68973
15966         * reload.c (find_reloads_address_1): For pre/post-inc/dec
15967         with an invalid hard reg, reload just the reg not the entire
15968         pre/post-inc/dec address expression.
15970 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
15972         PR target/67260
15973         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
15974         fixed R1_REG scratch reg.
15975         (sibcall_value_pcrel_fdpic): Likewise.
15977 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
15979         PR target/67636
15980         PR target/64345
15981         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
15983 2016-02-12  Walter Lee  <walt@tilera.com>
15985         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
15986         * config/tilegx/t-tilegx: Likewise.
15988 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
15990         PR other/69554
15991         * diagnostic-show-locus.c (struct line_span): New struct.
15992         (layout::get_first_line): Delete.
15993         (layout::get_last_line): Delete.
15994         (layout::get_num_line_spans): New member function.
15995         (layout::get_line_span): Likewise.
15996         (layout::print_heading_for_line_span_index_p): Likewise.
15997         (layout::get_expanded_location): Likewise.
15998         (layout::calculate_line_spans): Likewise.
15999         (layout::m_first_line): Delete.
16000         (layout::m_last_line): Delete.
16001         (layout::m_line_spans): New field.
16002         (layout::layout): Update comment.  Replace m_first_line and
16003         m_last_line with m_line_spans, replacing their initialization
16004         with a call to calculate_line_spans.
16005         (diagnostic_show_locus): When printing source lines and
16006         annotations, rather than looping over a single span
16007         of lines, instead loop over each line_span within
16008         the layout, with an inner loop over the lines within them.
16009         Call the context's start_span callback when changing line spans.
16010         * diagnostic.c (diagnostic_initialize): Initialize start_span.
16011         (diagnostic_build_prefix): Break out the building of the location
16012         part of the string into...
16013         (diagnostic_get_location_text): ...this new function, rewriting
16014         it from nested ternary expressions to a sequence of "if"
16015         statements.
16016         (default_diagnostic_start_span_fn): New function.
16017         * diagnostic.h (diagnostic_start_span_fn): New typedef.
16018         (diagnostic_context::start_span): New field.
16019         (default_diagnostic_start_span_fn): New prototype.
16021 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
16023         PR driver/69779
16024         * gcc.c (driver::finalize): Fix cleanup of "specs".
16026 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
16028         PR driver/69265
16029         PR driver/69453
16030         * gcc.c (driver::driver): Initialize m_option_suggestions.
16031         (driver::~driver): Clean up m_option_suggestions.
16032         (suggest_option): Convert to...
16033         (driver::suggest_option): ...this, and split out into
16034         driver::build_option_suggestions and find_closest_string.
16035         (driver::build_option_suggestions): New function, from
16036         first half of suggest_option.  Special-case
16037         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
16038         the sanitizer_opts array.  For options of enum types, add the
16039         various enum values to the candidate strings.
16040         (driver::handle_unrecognized_options): Remove "const".
16041         * gcc.h (driver::handle_unrecognized_options): Likewise.
16042         (driver::build_option_suggestions): New decl.
16043         (driver::suggest_option): New decl.
16044         (driver::m_option_suggestions): New field.
16045         * opts-common.c (add_misspelling_candidates): New function.
16046         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
16047         and make non-static.
16048         * opts.h (sanitizer_opts): New array decl.
16049         (add_misspelling_candidates): New function decl.
16050         * spellcheck.c (find_closest_string): New function.
16051         * spellcheck.h (find_closest_string): New function decl.
16053 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
16055         PR rtl-optimization/69764
16056         PR rtl-optimization/69771
16057         * optabs.c (expand_binop_directly): For shift_optab_p, force
16058         convert_modes with VOIDmode if xop1 has VOIDmode.
16060 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
16062         PR target/69729
16063         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
16064         to correctly determine instrumentation thunks.
16066 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
16068         PR ipa/69241
16069         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
16070         type by reference, force lhs on the call.
16072         PR ipa/68672
16073         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
16074         Compute retval and retbnd early in all cases if split_part_return_p
16075         and return_bb is not EXIT.  Remove all clobber stmts and reset
16076         all debug stmts that refer to SSA_NAMEs defined in split part,
16077         except if it is retval, in that case replace the old retval with the
16078         lhs of the call to the split part.
16080 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
16082         revert:
16083         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
16085         PR middle-end/66726
16086         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
16087         whose result is used in PHI.
16088         (maybe_optimize_range_tests): Likewise.
16089         (final_range_test_p): Likweise.
16091 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
16093         PR middle-end/66726
16094         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
16095         whose result is used in PHI.
16096         (maybe_optimize_range_tests): Likewise.
16097         (final_range_test_p): Likweise.
16099 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
16101         * cgraph.c: Spelling fixes - behaviour -> behavior and
16102         neighbour -> neighbor.
16103         * target.def: Likewise.
16104         * sel-sched.c: Likewise.
16105         * config/mips/mips.c: Likewise.
16106         * config/arc/arc.md: Likewise.
16107         * config/arm/cortex-a57.md: Likewise.
16108         * config/arm/arm.c: Likewise.
16109         * config/arm/neon.md: Likewise.
16110         * config/arm/arm-c.c: Likewise.
16111         * config/vms/vms-c.c: Likewise.
16112         * config/s390/s390.c: Likewise.
16113         * config/i386/znver1.md: Likewise.
16114         * config/i386/i386.c: Likewise.
16115         * config/ia64/hpux-unix2003.h: Likewise.
16116         * config/msp430/msp430.md: Likewise.
16117         * config/rx/rx.c: Likewise.
16118         * config/rx/rx.md: Likewise.
16119         * config/aarch64/aarch64-simd.md: Likewise.
16120         * config/aarch64/aarch64.c: Likewise.
16121         * config/nvptx/nvptx.c: Likewise.
16122         * config/bfin/bfin.c: Likewise.
16123         * config/cris/cris.opt: Likewise.
16124         * config/rs6000/rs6000.c: Likewise.
16125         * target.h: Likewise.
16126         * spellcheck.c: Likewise.
16127         * ira-build.c: Likewise.
16128         * tree-inline.c: Likewise.
16129         * builtins.c: Likewise.
16130         * lra-constraints.c: Likewise.
16131         * explow.c: Likewise.
16132         * hwint.h: Likewise.
16133         * targhooks.c: Likewise.
16134         * tree-vect-data-refs.c: Likewise.
16135         * expr.c: Likewise.
16136         * doc/tm.texi: Likewise.
16137         * doc/extend.texi: Likewise.
16138         * doc/install.texi: Likewise.
16139         * doc/md.texi: Likewise.
16140         * tree-ssa-tail-merge.c: Likewise.
16141         * sched-int.h: Likewise.
16142         * match.pd: Likewise.
16143         * sched-ebb.c: Likewise.
16144         * target.def (omit_struct_return_reg): Likewise.
16145         * gimple-ssa-isolate-paths.c: Likewise.
16146         (find_implicit_erroneous_behaviour): Renamed to...
16147         (find_implicit_erroneous_behavior): ... this.
16148         (find_explicit_erroneous_behaviour): Renamed to...
16149         (find_explicit_erroneous_behavior): ... this.
16150         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
16152 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
16154         PR rtl-optimization/64682
16155         PR rtl-optimization/69567
16156         PR rtl-optimization/69737
16157         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
16158         in I2 as well, just lose it.
16160 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16162         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
16163         New variable.
16164         (aarch64_last_printed_tune_string): Likewise.
16165         (aarch64_declare_function_name): Only output .arch assembler
16166         directive if it will be different from the previously output
16167         directive.  Same for .tune comment but only if -dA is set.
16168         (aarch64_start_file): New function.
16169         (TARGET_ASM_FILE_START): Define.
16171 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
16173         PR plugins/69758
16174         * Makefile.in (PLUGIN_HEADERS): Add params.list.
16176 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
16178         PR target/65313
16179         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
16180         -Wmaybe-uninitialized warning.
16182 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
16184         PR target/69713
16185         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
16187 2016-02-11  Richard Biener  <rguenther@suse.de>
16189         PR rtl-optimization/69291
16190         * ifcvt.c (noce_try_store_flag_constants): Do not allow
16191         subexpressions affected by changing the result.
16193 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
16195         PR target/69148
16196         * lra-constraints.c (curr_insn_transform): Find in/out operands
16197         for secondary memory moves.  Update dups.
16199 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
16201         PR tree-optimization/69652
16202         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
16203         to nested loop, did source re-formatting, skip debug statements,
16204         add check on statement with volatile operand, remove dead scalar
16205         statements.
16207 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
16208             Patrick Palka  <ppalka@gcc.gnu.org>
16210         PR ipa/69241
16211         PR c++/69649
16212         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
16213         calls if the return type is TREE_ADDRESSABLE.
16214         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
16215         * ipa-split.c (split_function): Fix doubled "we" in comment.
16216         Use void return type for the split part even if
16217         !split_point->split_part_set_retval.
16219 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
16221         PR tree-optimization/68021
16222         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
16223         when computing the value of biv cand by itself.
16225 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
16227         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
16228         (cortexa57_tunings): Likewise.
16229         (cortexa72_tunings): Likewise.
16230         (arch_macro_fusion_pair_p): Add support for AES fusion.
16231         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
16232         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
16233         Allow virtual registers before reload so early scheduling works.
16234         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
16235         correct latency and pipeline.
16236         (cortex_a57_crypto_complex): Likewise.
16237         (cortex_a57_crypto_xor): Likewise.
16238         (define_bypass): Add AES bypass.
16240 2016-02-10  Richard Biener  <rguenther@suse.de>
16242         PR tree-optimization/69726
16243         * passes.def: Add DCE pass before late uninit.
16244         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
16245         really fixup if-conversions job.
16247 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
16249         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
16250         (arm_cortex_a57_tune): Likewise.
16251         (aarch_macro_fusion_pair_p): Add support for AES fusion.
16252         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
16254 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
16256         * timevar.def (TV_PHASE_DBGINFO): Delete.
16257         (TV_PHASE_CHECK_DBGINFO): Likewise.
16258         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
16260 2016-02-10  Richard Biener  <rguenther@suse.de>
16262         PR tree-optimization/69719
16263         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
16264         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
16266 2016-02-09  Andrew Pinski  <apinski@cavium.com>
16268         PR tree-opt/69282
16269         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
16270         get_vcond_mask_icode returns false.
16272 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
16274         PR target/68404
16275         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
16276         an ADDIS that adds a pointer to a large constant that sets the
16277         upper16 bits with a load operation.
16279 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
16281         PR target/68532
16282         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
16283         order.
16284         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
16285         endian.
16286         (vzipq_s16): Likewise.
16287         (vzipq_s32): Likewise.
16288         (vzipq_f32): Likewise.
16289         (vzipq_u8): Likewise.
16290         (vzipq_u16): Likewise.
16291         (vzipq_u32): Likewise.
16292         (vzipq_p8): Likewise.
16293         (vzipq_p16): Likewise.
16295 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
16297         PR target/68532
16298         * config/arm/arm.c (neon_endian_lane_map): New function.
16299         (neon_vector_pair_endian_lane_map): New function.
16300         (arm_evpc_neon_vuzp): Allow for big endian lane order.
16301         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
16302         endian.
16303         (vuzpq_s16): Likewise.
16304         (vuzpq_s32): Likewise.
16305         (vuzpq_f32): Likewise.
16306         (vuzpq_u8): Likewise.
16307         (vuzpq_u16): Likewise.
16308         (vuzpq_u32): Likewise.
16309         (vuzpq_p8): Likewise.
16310         (vuzpq_p16): Likewise.
16312 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
16314         PR target/69634
16315         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
16316         debug insns.
16318 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
16320         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
16321         truncate const_int operand 1 to QImode.
16323 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
16325         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
16326         corresponding to an abnormal edge.
16328 2016-02-09  Tom de Vries  <tom@codesourcery.com>
16330         PR tree-optimization/69599
16331         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
16332         function.
16333         (find_func_aliases_for_builtin_call, find_func_clobbers)
16334         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
16335         partition.
16337 2016-02-09  Richard Biener  <rguenther@suse.de>
16339         PR tree-optimization/69715
16340         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
16341         LHS on calls as non-rewritable.
16343 2016-02-09  Tom de Vries  <tom@codesourcery.com>
16345         PR lto/69707
16346         * lto-wrapper.c (append_diag_options): New function.
16347         (compile_offload_image): Call append_diag_options.
16349 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
16351         PR other/69722
16352         * doc/extend.texi (Flag Output Operands): Correct sectioning.
16353         Minor copy-edit to fix verb tenses.
16355 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
16357         PR tree-optimization/69209
16358         * ipa-split.c (split_function): If split part is not
16359         returning retval, retval has gimple type but is not
16360         gimple value, force it into a SSA_NAME first.
16362 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
16364         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
16365         outdated section.
16367 2016-02-08  Jason Merrill  <jason@redhat.com>
16369         PR c++/69631
16370         * convert.c (convert_to_integer_1): Check dofold on truncation
16371         distribution.
16372         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
16373         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
16374         Rename from *_nofold.
16375         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
16376         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
16378 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
16380         PR target/60410
16381         * tree.c (build_common_tree_nodes): Remove short_double argument.
16382         All callers changed.
16383         * tree.h (build_common_tree_nodes): Adjust declaration.
16384         * doc/invoke.texi (-fshort-double): Remove documentation.
16385         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
16386         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
16387         * lto-wrapper.c (merge_and_complain, append_compiler_options)
16388         (append_linker_options): Don't handle OPT_fshort_double.
16390         PR rtl-optimization/68730
16391         * lra-remat.c (insn_to_cand_activation): New static variable.
16392         (lra_remat): Allocate and free it.
16393         (create_cand): New arg activation. Initialize a field in
16394         insn_to_cand_activation if it is nonnull.
16395         (create_cands): Pass the activation insn to create_cand when making
16396         a candidate involving an output reload.  Reorganize code a little.
16397         (do_remat): Keep track of active status of candidates in a separate
16398         bitmap.
16400 2016-02-08  Richard Biener  <rguenther@suse.de>
16402         PR tree-optimization/69719
16403         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
16404         Properly use absolute of the difference of the two offsets to
16405         compare or adjust the segment length.
16407 2016-02-08  Richard Biener  <rguenther@suse.de>
16408             Jeff Law  <law@redhat.com>
16410         PR target/68273
16411         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
16412         types for anonymous SSA names.
16414 2016-02-08   Richard Biener  <rguenther@suse.de>
16416         PR rtl-optimization/69274
16417         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
16419 2016-02-08  Jeff Law  <law@redhat.com>
16421         PR tree-optimization/65917
16422         * tree-ssa-dom.c (record_temporary_equivalences): Record both
16423         equivalences from if (x == y) style conditionals.
16424         (loop_depth_of_name): Remove.
16425         (record_equality): Remove loop depth check.
16426         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
16427         (const_and_copies::record_const_or_copy_raw): New member function.
16428         * tree-ssa-scopedtables.c
16429         (const_and_copies::record_const_or_copy_raw): New, factored out of
16430         (const_and_copies::record_const_or_copy): Call new member function.
16432 2016-02-05  Jeff Law  <law@redhat.com>
16434         PR tree-optimization/68541
16435         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
16436         (count_stmts_in_block): New function.
16437         (poor_ifcvt_candidate_code): Likewise.
16438         (is_feasible_trace): Add some heuristics to determine when path
16439         splitting is profitable.
16440         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
16441         is a diamond with a single exit.
16443 2016-02-05  Martin Sebor  <msebor@redhat.com>
16445         PR c++/69662
16446         * doc/invoke.texi: Update -Wplacement-new to take an optional
16447         argument.
16449 2016-02-06  Richard Henderson  <rth@redhat.com>
16451         PR c/69643
16452         * tree.c (tree_nop_conversion_p): Do not strip casts into or
16453         out of non-standard address spaces.
16455 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
16457         PR rtl-optimization/69691
16458         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
16460 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
16462         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
16463         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
16464         (*ieee128_mfvsrd_64bit): Likewise.
16465         (*ieee128_mfvsrd_32bit): Likewise.
16467 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
16469         PR target/69369
16470         Revert r232560:
16471         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
16473         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
16474         instrumented_version.
16476 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
16478         * doc/invoke.texi (Optimize Options): In table of --param options
16479         rename second occurrence of tracer-min-branch-ratio to
16480         tracer-min-branch-probability, rename
16481         tracer-min-branch-ratio-feedback to
16482         tracer-min-branch-probability-feedback and clarify description,
16483         rename sched-spec-state-edge-prob-cutoff to
16484         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
16485         to selsched-insns-to-rename, rename lto-minpartition to
16486         lto-min-partition, delete reorder-blocks-duplicate and
16487         reorder-blocks-duplicate-feedback.
16489 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16491         * config/s390/s390.c (s390_register_info_set_ranges): Remove
16492         superfluous loops.
16494 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16496         * doc/extend.texi: S/390: Correct some typos.
16498 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16500         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
16502 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16504         PR target/69625
16505         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
16506         (s390_register_info_gprtofpr): Use new macros above.
16507         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
16508         its name.
16509         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
16510         its name.  Adjust restore and save gpr ranges.
16511         (s390_register_info_set_ranges): New function.
16512         (s390_register_info): Use new macros above.  Call
16513         s390_register_info_set_ranges.
16514         (s390_optimize_register_info): Likewise.
16515         (s390_hard_regno_rename_ok): Use new macros.
16516         (s390_hard_regno_scratch_ok): Likewise.
16517         (s390_emit_epilogue): Likewise.
16518         (s390_can_use_return_insn): Likewise.
16519         (s390_optimize_prologue): Likewise.
16520         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
16522 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
16524         PR bootstrap/69677
16525         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
16526         alignment fixes.
16527         (ix86_option_override_internal): Disable TARGET_STV even for
16528         -m{incoming,preferred}-stack-boundary=3.
16530 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16532         * config.gcc: Mark deprecated rtems targets as obsolete.
16534 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
16536         PR rtl-optimization/64682
16537         PR rtl-optimization/69567
16538         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
16539         before I2 only if the register is both used and set in I2.
16541 2016-02-04  DJ Delorie  <dj@redhat.com>
16543         * config/msp430/msp430.c (msp430_start_function): Add function type.
16545 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
16547         PR fortran/69368
16548         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
16550 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
16552         PR rtl-optimization/69577
16553         Revert:
16554         2015-10-29  Richard Henderson  <rth@redhat.com>
16556         PR target/68124
16557         PR rtl-opt/67609
16558         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
16559         sse check to the exact conditions of PR 67609.
16561 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
16563         PR target/69667
16564         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
16565         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
16566         not allowed into the traditional Altivec registers.
16567         (movtd_64bit_nodm): Likewise.
16568         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
16570 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
16572         * config/aarch64/cortex-a57-fma-steering.c
16573         (aarch64_register_fma_steering): Remove "static" from arguments
16574         to register_pass.
16576 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
16578         PR target/69619
16579         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
16580         twice when complex.
16582 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
16584         * doc/invoke.texi: Delete -mno-fma4.
16586 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
16588         PR rtl-optimization/69577
16589         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
16590         (find_subregs_of_mode): Update accordingly.  Iterate over partial
16591         definitions.
16593 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
16595         * config/arm/arm-protos.h (neon_reinterpret): Remove.
16596         * config/arm/arm.c (neon_reinterpret): Remove.
16597         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
16598         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
16599         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
16600         vreinterpretti): Remove.
16601         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
16602         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
16603         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
16604         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
16605         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
16606         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
16607         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
16608         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
16609         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
16610         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
16611         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
16612         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
16613         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
16614         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
16615         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
16616         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
16617         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
16618         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
16619         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
16620         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
16621         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
16622         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
16623         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
16624         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
16625         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
16626         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
16627         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
16628         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
16629         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
16630         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
16631         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
16632         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
16633         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
16634         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
16635         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
16636         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
16637         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
16638         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
16639         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
16640         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
16641         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
16642         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
16643         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
16644         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
16645         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
16646         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
16647         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
16648         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
16649         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
16650         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
16651         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
16652         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
16653         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
16654         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
16655         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
16656         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
16657         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
16658         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
16659         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
16660         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
16661         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
16662         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
16663         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
16664         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
16665         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
16666         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
16667         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
16668         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
16669         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
16670         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
16671         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
16672         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
16673         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
16674         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
16675         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
16676         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
16677         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
16678         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
16679         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
16680         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
16681         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
16682         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
16683         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
16684         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
16685         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
16686         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
16687         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
16688         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
16689         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
16690         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
16691         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
16692         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
16693         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
16694         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
16695         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
16696         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
16697         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
16698         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
16699         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
16700         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
16701         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
16702         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
16703         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
16705 2016-02-04  Martin Liska  <mliska@suse.cz>
16707         PR sanitizer/69276
16708         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
16709         that are gimple_store_p.
16710         (maybe_instrument_call): Likewise.
16712 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
16714         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
16715         register scaling out of memory reference and comment why.
16717 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16719         PR target/65932
16720         PR target/67714
16721         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
16722         folding the source of a SET.
16724 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16726         PR target/65932
16727         PR target/67714
16728         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
16729         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
16731 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
16733         PR target/65932
16734         PR target/67714
16735         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
16736         HImode.
16738 2016-02-04  Christian Bruel  <christian.bruel@st.com>
16740         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
16741         * config/arm/arm.c (arm_set_current_function): Likewise.
16743 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
16744             Ilya Enkovich  <enkovich.gnu@gmail.com>
16745             H.J. Lu  <hongjiu.lu@intel.com>
16747         PR target/69454
16748         * config/i386/i386.c (convert_scalars_to_vector): Remove
16749         stack alignment fixes.
16750         (ix86_option_override_internal): Disable TARGET_STV if stack
16751         might not be aligned enough.
16752         (ix86_minimum_alignment): Assert that TARGET_STV is false.
16754 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
16756         * config/i386/x86-tune.def: Disable default prefetching
16757         for -march=znver1.
16759 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
16760             Vladimir Makarov  <vmakarov@redhat.com>
16762         PR target/69461
16763         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
16764         in validating fused toc addresses.
16766 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
16768         PR c/69627
16769         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
16770         range->m_caret fields if range->m_show_caret_p is false.
16772         PR target/69644
16773         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
16774         Force oldval into register if it does not satisfy reg_or_short_operand
16775         predicate.  Fix up formatting.
16777 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
16778             Alexandre Oliva  <aoliva@redhat.com>
16780         PR target/69461
16781         * lra-constraints.c (simplify_operand_subreg): Check additionally
16782         address validity after potential reloading.
16783         (process_address_1): Check insns validity.  In case of failure do
16784         nothing.
16786 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
16788         PR target/69118
16789         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
16790         Fix target.
16792 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
16794         * wide-int.cc (canonize_uhwi): New function.
16795         (wi::divmod_internal): Use it.
16797 2016-02-02  James Norris  <jnorris@codesourcery.com
16799         * gimplify.c (omp_notice_variable): Add usage check.
16801 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
16803         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
16804         like LE, GE, LT, GT when emitting relational operator.
16806 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
16808         * ira-costs.c (find_costs_and_classes): Add extra argument.
16809         * target.def (ira_change_pseudo_allocno_class): Add parameter.
16810         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
16811         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
16812         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
16813         Add best_class parameter, and return it if not ALL_REGS.
16814         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
16815         Add parameter.
16816         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
16817         Update target hook.
16819 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
16821         * config/aarch64/aarch64.c
16822         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
16823         (aarch64_ira_change_pseudo_allocno_class): New function.
16825 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
16827         PR target/67032
16828         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
16830 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
16832         * config/avr/avr.c (avr_option_override): Set
16833         PARAM_ALLOW_STORE_DATA_RACES to 1.
16835 2016-02-02  Richard Biener  <rguenther@suse.de>
16837         PR tree-optimization/69595
16838         * match.pd: Add range test simplifications to true/false.
16840 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
16842         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
16843         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
16844         instead.
16846 2016-02-02  Richard Biener  <rguenther@suse.de>
16848         PR tree-optimization/69606
16849         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
16850         info on the result before moving a stmt.
16852 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
16854         PR middle-end/68542
16855         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
16856         branch with vector comparison.
16857         * config/i386/sse.md (VI48_AVX): New mode iterator.
16858         (define_expand "cbranch<mode>4): Add support for conditional branch
16859         with vector comparison.
16860         * tree-vect-loop.c (optimize_mask_stores): New function.
16861         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
16862         has_mask_store field of vect_info.
16863         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
16864         vectorized loops having masked stores after vec_info destroy.
16865         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
16866         correspondent macros.
16867         (optimize_mask_stores): Add prototype.
16869 2016-02-02  Alan Modra  <amodra@gmail.com>
16871         PR target/69548
16872         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
16873         allow subregs.
16875 2016-02-02  Alan Modra  <amodra@gmail.com>
16877         PR target/68662
16878         * config/rs6000/rs6000.c (need_toc_init): New var, set it
16879         whenever toc_label_name used.
16880         (rs6000_file_start): Don't set up toc section here,
16881         (rs6000_output_function_epilogue): do so here instead,
16882         (rs6000_xcoff_file_start): and here.
16883         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
16884         (load_toc_aix_di): Likewise.
16886 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
16888         PR rtl-optimization/69592
16889         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
16890         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
16891         (num_sign_bit_copies_binary_arith_p): New inline function.
16892         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
16894 2016-02-01  Jeff Law  <law@redhat.com>
16896         PR tree-optimization/69580
16897         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
16898         * tree-ssa-threadbackward.c
16899         (fsm_find_control_statement_thread_paths): Do not try to walk
16900         through large PHI nodes.
16902 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
16904         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
16905         when count is incremented above limit, don't analyze further
16906         insns afterwards.
16908         * omp-low.c (oacc_parse_default_dims): Avoid
16909         -Wsign-compare warning, make sure value fits into int
16910         rather than just unsigned int.
16912 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
16914         PR tree-optimization/67921
16915         * fold-const.c (split_tree): New parameters.  Convert pointer
16916         type variable part to proper type before negating.
16917         (fold_binary_loc): Pass new arguments to split_tree.
16919 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
16921         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
16922         (nvptx_goacc_validate_dims): Extend to handle global defaults.
16923         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
16924         * doc/tm.texti: Rebuilt.
16925         * doc/invoke.texi (fopenacc-dim): Document.
16926         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
16927         (append_compiler_options): Likewise.
16928         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
16929         (oacc_parse_default_dims): New.
16930         (oacc_validate_dims): Add USED arg.  Select non-unity default when
16931         possible.
16932         (oacc_loop_fixed_partitions): Return mask of used partitions.
16933         (oacc_loop_auto_partitions): Emit dump info.
16934         (oacc_loop_partition): Return mask of used partitions.
16935         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
16936         loop partitioning and validation calls.
16938 2016-02-01  Richard Biener  <rguenther@suse.de>
16940         PR middle-end/69556
16941         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
16943 2016-02-01  Richard Biener  <rguenther@suse.de>
16945         PR tree-optimization/69574
16946         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
16947         of asserting return chrec_dont_know.
16949 2016-02-01  Martin Liska  <mliska@suse.cz>
16951         * mem-stats-traits.h: Add copyright header.
16952         * mem-stats.h: Likewise.
16954 2016-02-01  Richard Biener  <rguenther@suse.de>
16956         PR tree-optimization/69579
16957         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
16958         Do not propagate through abnormal PHI results.
16960 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
16962         * postreload.c (reload_cse_simplify): Remove dead code.
16964 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
16966         PR rtl-optimization/69570
16967         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
16968         if there is more than one set, not if there is a single set.
16970 2016-02-01  Richard Henderson  <rth@redhat.com>
16972         PR rtl-opt/69535
16973         * combine.c (make_compound_operation): When looking through a
16974         subreg, make sure to re-extend to the width of the outer mode.
16976 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
16978         PR tree-optimization/69546
16979         * wide-int.cc (wi::divmod_internal): For unsigned division
16980         where both operands fit into uhwi, if o1 is 1 and o0 has
16981         msb set, if divident_prec is larger than bits per hwi,
16982         clear another quotient word and return 2 instead of 1.
16983         Similarly for remainder with msb in HWI set, if dividend_prec
16984         is larger than bits per hwi.
16986 2016-01-29  Martin Jambor  <mjambor@suse.cz>
16988         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
16989         Use short lowercase names.
16990         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
16991         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
16992         acq_rel one.  Protect warning agains segfaults if
16993         get_memory_order_name returns NULL.
16994         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
16995         with release semantics.  Do not warn if get_memory_order already did.
16996         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
16997         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
16998         if get_memory_order already did.
17000 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
17002         * doc/install.texi: Document that isl-0.16 is supported.
17004 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
17006         PR target/69299
17007         * config/i386/constraints.md (Bm): Describe as special memory
17008         constraint.
17009         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
17010         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
17011         * genpreds.c (struct constraint_data): Add is_special_memory.
17012         (have_special_memory_constraints, special_memory_start): New
17013         static vars.
17014         (special_memory_end): Ditto.
17015         (add_constraint): Add new arg is_special_memory.  Add code to
17016         process its true value.  Update have_special_memory_constraints.
17017         (process_define_constraint): Pass the new arg.
17018         (process_define_register_constraint): Ditto.
17019         (choose_enum_order): Process special memory.
17020         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
17021         function insn_extra_special_memory_constraint.
17022         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
17023         * gensupport.c (process_rtx): Process
17024         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
17025         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
17026         * ira-lives.c (single_reg_class): Use
17027         insn_extra_special_memory_constraint.
17028         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
17029         * lra-constraints.c (process_alt_operands): Ditto.
17030         (curr_insn_transform): Use insn_extra_special_memory_constraint.
17031         * recog.c (asm_operand_ok, preprocess_constraints): Process
17032         CT_SPECIAL_MEMORY.
17033         * reload.c (find_reloads): Ditto.
17034         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
17035         * stmt.c (parse_input_constraint): Use
17036         insn_extra_special_memory_constraint.
17038 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17040         PR target/69530
17041         * lra-splill.c (lra_final_code_change): Revert r229087 by
17042         removing all sub-registers.
17044 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
17046         PR target/65604
17047         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
17049 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
17051         PR target/69551
17052         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
17053         SSE1, copy target into the temporary reg first before recursing
17054         on it.
17056 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17058         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
17059         with vm.
17061 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
17063         * ginclude/stdarg.h: Test __cplusplus instead of
17064         __GXX_EXPERIMENTAL_CXX0X__.
17066 2016-01-29  Richard Biener  <rguenther@suse.de>
17068         PR tree-optimization/69547
17069         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
17070         Do not mark clobbers necessary.
17071         (mark_all_reaching_defs_necessary_1): Likewise.
17073 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17075         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
17076         declaration name with %qs and print it in both error messages.
17077         Also fix indentation.
17079 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17081         PR other/69006
17082         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
17083         trailing blank line from error message.
17085 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
17087         PR c++/69462
17088         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
17089         for C++-11.
17091 2016-01-29  Richard Biener  <rguenther@suse.de>
17093         PR middle-end/69537
17094         * match.pd: Allow all integral types when simplifying a
17095         widening or sign-changing conversion.
17097 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
17099         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
17100         back to setting codegen_error to fail codegen.
17102 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
17104         PR target/69459
17105         * config/i386/constraints.md (C): Only accept constant zero operand.
17106         (BC): New constraint.
17107         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
17108         instead of C constraint.
17109         * doc/md.texi (Machine Constraints): Update description
17110         of C constraint.
17112 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
17114         PR target/68400
17115         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
17117 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
17119         PR middle-end/69542
17120         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
17121         non-debug insns.
17123 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
17125         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
17126         branches if using guessed profile.
17128 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
17130         * graphite-optimize-isl.c (optimize_isl): Fix dump.
17132 2016-01-28  Richard Henderson  <rth@redhat.com>
17134         PR target/69305
17135         * config/aarch64/aarch64-modes.def (CC_Cmode): New
17136         * config/aarch64/aarch64-protos.h: Update.
17137         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
17138         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
17139         (aarch64_get_condition_code_1): Handle CC_Cmode.
17140         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
17141         (*add<mode>3_compareC_cconly_imm): New.
17142         (*add<mode>3_compareC_cconly): New.
17143         (*add<mode>3_compareC_imm): New.
17144         (add<mode>3_compareC): New.
17145         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
17146         to be first.  Use aarch64_carry_operation.
17147         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
17148         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
17149         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
17150         (subti3): Use subdi3_compare1.
17151         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
17152         (sub<mode>3_compare1): New.
17153         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
17154         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
17155         (*subsi3_carryin_uxtw): Likewise.
17156         (*ngc<mode>, *ngcsi_uxtw): Likewise.
17157         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
17158         * config/aarch64/iterators.md (DWI): New.
17159         * config/aarch64/predicates.md (aarch64_carry_operation): New.
17160         (aarch64_borrow_operation): New.
17162 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
17164         * graphite-optimize-isl.c (optimize_isl): Print a different debug
17165         message when isl does not return a valid schedule.
17167 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
17169         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
17170         Remove comments from class declarations: they are already in the code
17171         close by the defs.
17173 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
17175         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
17176         codegen_error_p.
17177         (ternary_op_to_tree): Same.
17178         (unary_op_to_tree): Same.
17179         (nary_op_to_tree): Same.
17180         (gcc_expression_from_isl_expr_op): Same.
17181         (gcc_expression_from_isl_expression): Same.
17182         (graphite_create_new_loop): Same.
17183         (graphite_create_new_loop_guard): Same.
17184         (build_iv_mapping): Same.
17185         (graphite_create_new_guard): Same.
17186         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
17187         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
17189 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
17191         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
17192         instead of setting codegen_error to fail codegen.
17194 2016-01-28  Jason Merrill  <jason@redhat.com>
17196         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
17198 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
17200         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
17201         Remove CONST_INT_P check in CCMP cost calculation.
17203 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
17205         * config/aarch64/aarch64.c (generic_vector_cost):
17206         Set vec_permute_cost.
17207         (cortexa57_vector_cost): Likewise.
17208         (exynosm1_vector_cost): Likewise.
17209         (xgene1_vector_cost): Likewise.
17210         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
17211         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
17212         Add vec_permute_cost entry.
17214 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
17216         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
17217         immediate as %1.
17218         (add<mode>3_compare0): Likewise.
17219         (addsi3_compare0_uxtw): Likewise.
17220         (add<mode>3nr_compare0): Likewise.
17221         (compare_neg<mode>): Likewise.
17222         (<optab><mode>3): Likewise.
17224 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
17226         * tree-vect-stmts.c (vectorizable_comparison): Add
17227         NULL check for vectype.
17229 2016-01-28  Richard Biener  <rguenther@suse.de>
17231         PR tree-optimization/69466
17232         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
17233         Account for PHIs we couldn't duplicate.
17235 2016-01-28  Martin Liska  <mliska@suse.cz>
17237         PR pch/68758
17238         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
17239         instead of ENABLE_VALGRIND_CHECKING.
17241 2016-01-27  Richard Henderson  <rth@redhat.com>
17243         PR rtl-opt/69447
17244         * lra-remat.c (subreg_regs): New.
17245         (dump_candidates_and_remat_bb_data): Dump it.
17246         (operand_to_remat): Reject if operand in subreg_regs.
17247         (set_bb_regs): Collect subreg_regs.
17248         (lra_remat): Init and free subreg_regs.  Compute
17249         calculate_local_reg_remat_bb_data before create_cands.
17251 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
17253         PR target/68986
17254         * config/i386/i386.c (ix86_update_stack_boundary): Don't
17255         change stack_alignment_needed for __tls_get_addr call.
17257 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
17259         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
17261 2016-01-27  Jeff Law  <law@redhat.com>
17263         PR tree-optimization/68398
17264         PR tree-optimization/69196
17265         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
17266         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
17267         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
17268         Only count PHIs in the last block in the path.  The others will
17269         const/copy propagate away.  Add heuristic to allow more irreducible
17270         subloops to be created when it is likely profitable to do so.
17272         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
17273         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
17274         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
17276 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
17278         PR lto/69254
17279         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
17280         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
17281         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
17282         * tree-streamer-in.c: Include asan.h.
17283         (streamer_get_builtin_tree): For builtins in sanitizer
17284         range call initialize_sanitizer_builtins and retry.
17286 2016-01-27  Ian Lance Taylor  <iant@google.com>
17288         * common.opt (fkeep-gc-roots-live): New undocumented option.
17289         * tree-ssa-loop-ivopts.c (add_candidate_1): If
17290         -fkeep-gc-roots-live, skip pointers.
17291         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
17292         NULL.
17294 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
17296         PR target/69512
17297         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
17298         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
17300 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
17302         PR target/68380
17303         * configure.ac: NetBSD provides SSP in its C library.
17304         * configure: Updated.
17306 2016-01-27  Richard Biener  <rguenther@suse.de>
17308         PR tree-optimization/69166
17309         * tree-vect-loop.c (vect_is_simple_reduction): Always check
17310         reduction code for commutativity / associativity.
17312 2016-01-27  Martin Jambor  <mjambor@suse.cz>
17314         PR tree-optimization/69355
17315         * tree-sra.c (analyze_access_subtree): Correct hole detection when
17316         total_scalarization fails.
17318 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
17320         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
17321         power9.
17323 2016-01-27  Christian Bruel  <christian.bruel@st.com>
17325         PR target/69245
17326         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
17327         Move arm_reset_previous_fndecl and set_target_option_current_node in
17328         the conditional part.  Call save_restore_target_globals.
17329         * config/arm/arm.c (arm_set_current_function):
17330         Refactor to better support #pragma target and attribute mix.
17331         Call save_restore_target_globals.
17332         * config/arm/arm-protos.h (save_restore_target_globals): New function.
17334 2016-01-27  Martin Liska  <mliska@suse.cz>
17336         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
17337         reference for an HSA kernel and its host function.
17339 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
17341         PR tree-optimization/69399
17342         * wide-int.h (wi::lrshift): For larger precisions, only
17343         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
17345 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
17347         * config/arc/predicates.md (proper_comparison_operator): Reject
17348         constant-constant comparison.
17350 2016-01-26  Tom de Vries  <tom@codesourcery.com>
17352         PR tree-optimization/69110
17353         * tree-data-ref.c (initialize_data_dependence_relation): Handle
17354         DR_NUM_DIMENSIONS == 0.
17356 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
17357             Sebastian Pop  <s.pop@samsung.com>
17359         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
17360         isl_ast_op_cond and isl_ast_op_select.
17361         (gcc_expression_from_isl_expr_op): Same.
17363 2016-01-26  Jason Merrill  <jason@redhat.com>
17365         PR c++/68782
17366         * tree.c (recompute_constructor_flags): Split out from
17367         build_constructor.
17368         (verify_constructor_flags): New.
17369         * tree.h: Declare them.
17371 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
17373         PR rtl-optimization/69217
17374         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
17375         are no TYPE_FIELDS set for the record type.
17377 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
17379         PR target/68662
17380         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
17381         toc_label_name unconditionally.
17382         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
17383         SYMBOL_REF string.  Use toc_label_name instead of constructing
17384         LCTOC1.
17385         (rs6000_elf_declare_function_name): Use toc_label_name instead of
17386         constructing LCTOC1.
17388 2016-01-26  Martin Sebor  <msebor@redhat.com>
17390         PR other/69477
17391         * doc/extend.texi (Common Type Attributes): Move text that talks about
17392         attribute packed from attribute aligned to the section discussing
17393         the former attribute for clarity.
17395 2016-01-26  Richard Henderson  <rth@redhat.com>
17397         PR middle-end/60908
17398         * trans-mem.c (tm_region_init): Mark entry block as visited.
17400 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
17402         PR other/69006
17403         * diagnostic-show-locus.c (layout::print_source_line): Replace
17404         call to pp_newline with call to layout::print_newline.
17405         (layout::print_annotation_line): Likewise.
17406         (layout::move_to_column): Likewise.
17407         (layout::print_any_fixits): After printing any fixits, print a
17408         trailing newline, if necessary.
17409         (layout::print_newline): New method, resetting any colorization
17410         before a newline.
17411         (diagnostic_show_locus): Move the pp_newline to before the
17412         early bailout.  Remove dummy block enclosing the layout instance.
17413         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
17414         of pp_newline_and_flush with pp_flush.
17415         (diagnostic_append_note): Delete use of pp_newline.
17416         (diagnostic_append_note_at_rich_loc): Delete.
17417         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
17418         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
17419         when newline characters are added to the buffer.
17421 2016-01-26  Michael Matz  <matz@suse.de>
17423         * configure.ac (ac_cv_std_swap_in_utility): New test.
17424         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
17425         * configure: Regenerate.
17426         * config.in: Regenerate.
17428 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
17430         * config/arc/arc.md (cstoresi4): Force operand into register.
17431         (arcset<code>): Fix predicate.
17432         (arcsetltu): Likewise.
17433         (arcsetgeu): Likewise.
17434         (arcsethi): Likewise.
17435         (arcsetls): Likewise.
17437 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
17439         PR tree-optimization/69483
17440         * gimple-fold.c (canonicalize_constructor_val): Return NULL
17441         if base has error_mark_node type.
17443 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
17445         PR target/68620
17446         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
17447         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
17448         New helper macros.
17449         (vget_lane_f16): Handle big-endian.
17450         (vgetq_lane_f16): Likewise.
17451         (vset_lane_f16): Likewise.
17452         (vsetq_lane_f16): Likewise.
17453         * config/arm/iterators.md (VQXMOV): Add V8HF.
17454         (VDQ): Add V4HF and V8HF.
17455         (V_reg): Handle V4HF and V8HF.
17456         (Is_float_mode): Likewise.
17457         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
17458         neon_vdup_nv8hf): New patterns.
17459         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
17460         Use VD_LANE iterator.
17461         (neon_vld1_dup<mode>): Use VQ2 iterator.
17463 2016-01-26  Nathan Sidwell  <nathan@acm.org>
17465         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
17466         (set_oacc_fn_attrib): Add IS_KERNEL arg.
17467         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
17468         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
17469         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
17470         (oacc_validate_dims): Add LEVEL arg, don't return level.
17471         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
17472         oacc_validate_dims.
17473         (execute_oacc_device_lower): Adjust, add more dump output.
17474         * tree-ssa-loop.c (gate_oacc_kernels): Use
17475         oacc_fn_attrib_kernels_p.
17476         * tree-parloops.c (create_parallel_loop): Adjust
17477         set_oacc_fn_attrib call.
17479 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
17481         PR lto/69254
17482         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
17483         (append_compiler_options): Handle -fcilkplus.
17484         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
17486 2016-01-26  Nick Clifton  <nickc@redhat.com>
17488         PR target/66655
17489         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
17490         been marked as DECL_ONE_ONLY but we do not the means to make it
17491         so, then do not allow it to bind locally.
17493 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
17495         PR lto/69254
17496         * opts.h (parse_sanitizer_options): New prototype.
17497         * opts.c (sanitizer_opts): New array.
17498         (parse_sanitizer_options): New function.
17499         (common_handle_option): Use parse_sanitizer_options.
17501 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
17503         PR target/68986
17504         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
17505         alignment adjustment to ...
17506         (ix86_update_stack_boundary): Here.  Don't over-align stack for
17507         __tls_get_addr.
17508         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
17509         if __tls_get_addr is called.
17511 2016-01-26  Christian Bruel  <christian.bruel@st.com>
17513         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
17515 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
17517         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
17519 2016-01-26  Richard Biener  <rguenther@suse.de>
17521         PR middle-end/69467
17522         * match.pd: Guard X * CST CMP 0 pattern with single_use.
17524 2016-01-26  Richard Biener  <rguenther@suse.de>
17526         PR tree-optimization/69452
17527         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
17528         (move_computations_dom_walker::before_dom_children): Rename
17529         to ...
17530         (move_computations_worker): This.
17531         (move_computations): Perform an RPO rather than a DOM walk.
17533 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
17535         PR target/69442
17536         * combine.c (combine_instructions): For REG_EQUAL note with
17537         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
17538         to the underlying register.
17539         * doc/rtl.texi (REG_EQUAL): Document the behavior of
17540         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
17542 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
17544         PR target/67896
17545         * config/aarch64/aarch64-builtins.c
17546         (aarch64_init_simd_builtin_types): Do not set structural
17547         equality to __Poly{8,16,64,128}_t types.
17549 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
17551         PR tree-optimization/69400
17552         * wide-int.cc (wi_pack): Take the precision as argument and
17553         perform canonicalization here rather than in the callers.
17554         Use the main loop to handle all full-width HWIs.  Add a
17555         zero HWI if in_len isn't a full result.
17556         (wi::divmod_internal): Update accordingly.
17557         (wi::mul_internal): Likewise.  Simplify.
17559 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
17560             Sebastian Pop  <s.pop@samsung.com>
17562         * graphite-poly.c (apply_poly_transforms): Simplify.
17563         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
17564         (print_isl_map): Same.
17565         (print_isl_union_map): Same.
17566         (print_isl_schedule): New.
17567         (debug_isl_schedule): New.
17568         * graphite-dependences.c (scop_get_reads): Do not call
17569         isl_union_map_add_map that is undocumented isl functionality.
17570         (scop_get_must_writes): Same.
17571         (scop_get_may_writes): Same.
17572         (scop_get_original_schedule): Remove.
17573         (scop_get_dependences): Do not call isl_union_map_compute_flow that
17574         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
17575         (compute_deps): Remove.
17576         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
17577         (debug_schedule_ast): New.
17578         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
17579         set_separate_option.
17580         (graphite_regenerate_ast_isl): Add dump.
17581         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
17582         from scop->transformed_schedule.
17583         (graphite_regenerate_ast_isl): Add more dump.
17584         * graphite-optimize-isl.c (optimize_isl): Set
17585         scop->transformed_schedule.  Check whether schedules are equal.
17586         (apply_poly_transforms): Move here.
17587         * graphite-poly.c (apply_poly_transforms): ... from here.
17588         (free_poly_bb): Static.
17589         (free_scop): Static.
17590         (pbb_number_of_iterations_at_time): Remove.
17591         (print_isl_ast): New.
17592         (debug_isl_ast): New.
17593         (debug_scop_pbb): New.
17594         * graphite-scop-detection.c (print_edge): Move.
17595         (print_sese): Move.
17596         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
17597         (build_scop_scattering): Remove.
17598         (create_pw_aff_from_tree): Assert instead of bailing out.
17599         (add_condition_to_pbb): Remove unused code, do not fail.
17600         (add_conditions_to_domain): Same.
17601         (add_conditions_to_constraints): Remove.
17602         (build_scop_context): New.
17603         (add_iter_domain_dimension): New.
17604         (build_iteration_domains): Initialize pbb->iterators.
17605         Call add_conditions_to_domain.
17606         (nested_in): New.
17607         (loop_at): New.
17608         (index_outermost_in_loop): New.
17609         (index_pbb_in_loop): New.
17610         (outermost_pbb_in): New.
17611         (add_in_sequence): New.
17612         (add_outer_projection): New.
17613         (outer_projection_mupa): New.
17614         (add_loop_schedule): New.
17615         (build_schedule_pbb): New.
17616         (build_schedule_loop): New.
17617         (embed_in_surrounding_loops): New.
17618         (build_schedule_loop_nest): New.
17619         (build_original_schedule): New.
17620         (build_poly_scop): Call build_original_schedule.
17621         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
17622         (free_poly_dr): Remove.
17623         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
17624         (free_poly_bb): Remove.
17625         (debug_loop_vec): Remove.
17626         (print_isl_ast): Declare.
17627         (debug_isl_ast): Declare.
17628         (scop_do_interchange): Remove.
17629         (scop_do_strip_mine): Remove.
17630         (scop_do_block): Remove.
17631         (flatten_all_loops): Remove.
17632         (optimize_isl): Remove.
17633         (pbb_number_of_iterations_at_time): Remove.
17634         (debug_scop_pbb): Declare.
17635         (print_schedule_ast): Declare.
17636         (debug_schedule_ast): Declare.
17637         (struct scop): Remove schedule.  Add original_schedule,
17638         transformed_schedule.
17639         (free_gimple_poly_bb): Remove.
17640         (print_generated_program): Remove.
17641         (debug_generated_program): Remove.
17642         (unify_scattering_dimensions): Remove.
17643         * sese.c (print_edge): ... here.
17644         (print_sese): ... here.
17645         (debug_edge): ... here.
17646         (debug_sese): ... here.
17647         * sese.h (print_edge): Declare.
17648         (print_sese): Declare.
17649         (dump_edge): Declare.
17650         (dump_sese): Declare.
17652 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
17653             Sebastian Pop  <s.pop@samsung.com>
17655         * Makefile.in: Set ISLVER in site.exp.
17657 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
17659         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
17660         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
17661         through DECL_VALUE_EXPR for expansion.
17663 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17665         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
17666         the frame info after reload completed.
17668 2016-01-25  Jeff Law  <law@redhat.com>
17670         PR tree-optimization/69196
17671         PR tree-optimization/68398
17672         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
17673         tree-ssa-threadupdate.c.
17674         (determine_bb_domination_status): Prototype
17675         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
17676         (determine_bb_domination_status): No longer static.
17677         (valid_jump_thread_path): Remove code to detect characteristics
17678         of the jump thread path not associated with correctness.
17679         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
17680         Correct test for thread path length.  Count PHIs for real operands as
17681         statements that need to be copied.  Do not count ASSERT_EXPRs.
17682         Look at all the blocks in the thread path.  Compute and selectively
17683         filter thread paths based on threading through the latch, threading
17684         a multiway branch or crossing a multiway branch.
17686 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17688         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
17689         decl with __attribute__ ((unused)) annotation.
17691 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
17693         PR target/69421
17694         * tree-vect-stmts.c (vectorizable_condition): Check vectype
17695         of operands is compatible with a statement vectype.
17697 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
17699         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
17700         improve wording for mixed storage order support.
17702 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
17704         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
17705         (vcvt_u64_f64): Likewise.
17706         (vcvta_s64_f64): Likewise.
17707         (vcvta_u64_f64): Likewise.
17708         (vcvtm_s64_f64): Likewise.
17709         (vcvtm_u64_f64): Likewise.
17710         (vcvtn_s64_f64): Likewise.
17711         (vcvtn_u64_f64): Likewise.
17712         (vcvtp_s64_f64): Likewise.
17713         (vcvtp_u64_f64): Likewise.
17715 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
17717         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
17718         (arc_init): Check validity mll64 option.
17719         (arc_save_restore): Use double load/store instruction.
17720         (arc_expand_movmem): Likewise.
17721         (arc_split_move): Don't split if we have double load/store
17722         instructions. Returns a boolean.
17723         (arc_process_double_reg_moves): Change function to return boolean
17724         instead of a sequence of instructions.
17725         (arc_dwarf_register_span): New function.
17726         * config/arc/arc-protos.h (arc_split_move): Change prototype.
17727         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
17728         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
17729         (*movdf_insn): Likewise.
17730         * config/arc/arc.opt (mll64): New option.
17731         * config/arc/predicates.md (even_register_operand): New predicate.
17732         * doc/invoke.texi (ARC Options): Add mll64 documentation.
17734 2016-01-25  Richard Biener  <rguenther@suse.de>
17736         PR lto/69393
17737         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
17738         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
17739         DECL_NAMELESS.
17740         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
17742 2016-01-25  Richard Biener  <rguenther@suse.de>
17744         PR tree-optimization/69376
17745         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
17746         flag.
17747         (VN_INFO_ANTI_RANGE_P): New inline.
17748         (VN_INFO_RANGE_TYPE): Likewise.
17749         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
17750         SSA_NAME_ANTI_RANGE_P.
17751         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
17752         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
17753         Properly query VN_INFO_RANGE_TYPE.
17755 2016-01-25  Nick Clifton  <nickc@redhat.com>
17757         PR target/66655
17758         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
17760 2016-01-23  Tom de Vries  <tom@codesourcery.com>
17762         PR tree-optimization/69426
17763         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
17764         removed clobber.
17766 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
17768         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
17769         "the the" with "the" in the comments.
17770         * ipa-devirt.c (build_type_inheritance_graph,
17771         update_type_inheritance_graph): Likewise.
17772         * tree.c (build_function_type_list_1): Likewise.
17773         * cfgloopmanip.c (scale_loop_profile): Likewise.
17774         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
17775         * gimple-ssa-split-paths.c
17776         (find_block_to_duplicate_for_splitting_paths): Likewise.
17777         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
17778         * expr.c (convert_move): Likewise.
17779         * var-tracking.c (vt_stack_adjustments): Likewise.
17780         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
17781         * tree-vrp.c (test_for_singularity): Likewise.
17783         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
17784         directly instead of building a temporary tree.
17786         PR bootstrap/69434
17787         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
17788         remove <algorithm> include.
17790 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
17792         PR target/69432
17793         * config/i386/i386.c: Include dojump.h.
17794         (expand_small_movmem_or_setmem,
17795         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
17796         fixes.
17797         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
17798         if dynamic_check != -1.
17800 2016-01-21  Jeff Law  <law@redhat.com>
17802         PR middle-end/69347
17803         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
17804         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
17805         into dominated_by_p.
17806         (cprop_into_successor_phis): Avoid unnecessary tests.
17808 2016-01-22  Richard Henderson  <rth@redhat.com>
17810         PR target/69416
17811         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
17812         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
17814 2016-01-22  Michael Matz  <matz@suse.de>
17816         * system.h (string, algorithm): Include only conditionally.
17817         (new): Include always under C++.
17818         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
17819         * final.c (toplevel): Ditto.
17820         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
17821         * genconditions.c (write_header): Make gencondmd.c define
17822         INCLUDE_STRING.
17823         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
17825         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
17826         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
17828 2016-01-22  Christian Bruel  <christian.bruel@st.com>
17830         PR target/68674
17831         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
17833 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17835         PR target/69403
17836         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
17837         define_insn_and_split.  Ensure operands[1] and operands[0] do not
17838         get assigned the same register.
17840 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
17842         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
17844 2016-01-22  Christian Bruel  <christian.bruel@st.com>
17846         * config/arm/arm-c.c (arm_pragma_target_parse):
17847         Remove warn_builtin_macro_redefined overwrite.
17849 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
17851         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
17852         flag_non_call_exceptions compatibility.
17854 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
17856         PR debug/66668
17857         * dwarf2out.c (add_child_die_after): New function.
17858         (dwarf_qual_info_t): New type.
17859         (dwarf_qual_info): New variable.
17860         (qualified_die_p): New function.
17861         (modified_type_die): For -fdebug-types-section, ensure
17862         canonical order of qualifiers.  Put qualified DIEs adjacent
17863         to the corresponding non-qualified type DIE and search there
17864         for existing qualified DIEs.
17866 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
17868         * doc/extend.texi (scalar_storage_order type attribute): Document
17869         restriction on type punning and aliasing, and remove future tense.
17871 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
17873         PR target/69252
17874         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
17875         first stage.
17877 2016-01-21  Jeff Law  <law@redhat.com>
17879         PR middle-end/69347
17880         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
17881         useless call to record_temporary_equivalences.
17882         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
17883         allocate 10 slots in the bb_path vector and let it grow as needed.
17884         (fsm_find_control_statement_thread_paths): Similarly for the next_path
17885         vector.
17887 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
17889         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
17890         Detangle.
17891         * configure: Regenerate.
17893 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
17895         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
17896         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
17898 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
17900         PR middle-end/66178
17901         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
17902         drop EXPAND_INITIALIZER.
17903         * rtl.h (contains_symbolic_reference_p): Declare.
17904         * rtlanal.c (contains_symbolic_reference_p): New function.
17905         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
17906         a subtraction into a NOT if symbolic constants are involved.
17908 2016-01-21  Anton Blanchard  <anton@samba.org>
17909             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17911         PR target/63354
17912         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
17913         #define.
17914         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
17915         function.
17917 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
17919         * config/microblaze/microblaze.c
17920         (get_branch_target): New.
17921         (insert_wic_for_ilb_runout): New.
17922         (insert_wic): New.
17923         (microblaze_machine_dependent_reorg): New.
17924         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
17925         * config/microblaze/microblaze.md
17926         (UNSPEC_IPREFETCH): Define.
17927         (iprefetch): New pattern
17928         * config/microblaze/microblaze.opt
17929         (mxl-prefetch): New flag.
17931 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
17933         * config/microblaze/microblaze.h
17934         (FIXED_REGISTERS): Update in macro.
17935         (CALL_USED_REGISTERS): Update in macro.
17937 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
17939         PR rtl-optimization/68920
17940         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
17941         moves.
17943 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
17945         PR rtl-optimization/68990
17946         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
17947         pseudo instead of inheritance ones.
17949 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17950             Nick Clifton  <nickc@redhat.com>
17952         PR target/69129
17953         PR target/69012
17954         * config/mips/mips.c (mips_compute_frame_info): Initialise
17955         args_size and hard_frame_pointer_offset fields of the frame
17956         structure before calling mips_global_pointer.
17958 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
17960         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
17961         label reference.
17962         * configure: Regenerate.
17964 2016-01-21  Richard Biener  <rguenther@suse.de>
17966         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
17968 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
17970         * config/s390/s390.c (s390_asm_declare_function_size): Add code
17971         to actually emit the .size directive.
17973 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
17974              Jakub Jelinek  <jakub@redhat.com>
17976         PR target/69187
17977         PR target/65624
17978         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
17979         args array size by one to avoid buffer overflow.
17981 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
17983         * config/s390/s390.md (pool_section_start): Use switch_to_section
17984         to select proper read-only data section instead of hardcoding
17985         .rodata.
17986         (pool_section_end): Use switch_to_section to match the above.
17988 2016-01-21  Richard Biener  <rguenther@suse.de>
17990         PR tree-optimization/69378
17991         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
17992         (set_ssa_val_to): Use it for dominance checks taking into
17993         account not executable edges.
17995 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
17997         PR c++/69355
17998         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
17999         for bitsize instead of GET_MODE_PRECISION (mode).
18001 2016-01-20  Martin Sebor  <msebor@redhat.com>
18003         PR c/52291
18004         * extend.texi (__sync Builtins): Clarify the semantics of
18005         __sync_fetch_and_OP built-ins on pointers.
18006         (__atomic Builtins): Same.
18008 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18009             Sebastian Pop  <s.pop@samsung.com>
18011         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
18012         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
18013         (is_valid_rename): Same.
18014         (translate_isl_ast_to_gimple::get_rename): Same.
18015         (translate_isl_ast_to_gimple::rename_all_uses): Same.
18016         (translate_isl_ast_to_gimple::rename_uses): Same.
18017         (get_new_name): Check for close_phi nodes.
18018         (copy_loop_phi_args): Use phi_node_kind.
18019         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
18020         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
18022 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18023             Sebastian Pop  <s.pop@samsung.com>
18025         Revert commit r229783.
18026         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
18027         Remove use of parameter_rename_map.
18028         (copy_def): Remove.
18029         (copy_internal_parameters): Remove.
18030         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
18031         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
18032         (free_sese_info): Do not free parameter_rename_map.
18033         (set_rename): Do not use parameter_rename_map.
18034         (rename_uses): Update call to set_rename.
18035         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
18036         * sese.h (parameter_rename_map_t): Remove.
18037         (struct sese_info_t): Remove field parameter_rename_map.
18039 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18040             Sebastian Pop  <s.pop@samsung.com>
18042         * graphite-isl-ast-to-gimple.c: Fix comment.
18043         * graphite-scop-detection.c (defined_in_loop_p): New.
18044         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
18045         names defined in loop.
18047 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18048             Sebastian Pop  <s.pop@samsung.com>
18050         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
18051         Discard unstructured if-then-else regions.
18053 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18054             Sebastian Pop  <s.pop@samsung.com>
18056         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
18057         (cleanup_loop_iter_dom): Remove.
18058         (build_loop_iteration_domains): Remove.
18059         (build_scop_context): Remove.
18060         (build_scop_iteration_domain): Remove.
18061         (add_loop_constraints): New.
18062         (build_iteration_domains): New.
18063         (build_poly_scop): Call build_iteration_domains.
18065 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18066             Sebastian Pop  <s.pop@samsung.com>
18068         * graphite-scop-detection.c
18069         (scop_detection::harmful_loop_in_region): Free dom and loops.
18070         (scop_detection::loop_body_is_valid_scop): Free bbs.
18072 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18073             Sebastian Pop  <s.pop@samsung.com>
18075         * graphite-scop-detection.c (record_loop_in_sese): New.
18076         (gather_bbs::before_dom_children): Call record_loop_in_sese.
18077         (build_scops): Remove call to build_sese_loop_nests.
18078         * sese.c (sese_record_loop): Remove.
18079         (build_sese_loop_nests): Remove.
18080         (new_sese_info): Remove region->loops.
18081         (free_sese_info): Same.
18082         * sese.h (sese_contains_loop): Same.
18083         (build_sese_loop_nests): Remove.
18084         (sese_contains_loop): Remove.
18086 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18087             Sebastian Pop  <s.pop@samsung.com>
18089         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
18090         loop_is_valid_in_scop.
18091         (scop_detection::harmful_stmt_in_region): Renamed
18092         harmful_loop_in_region.
18093         Call loop_is_valid_in_scop.
18095 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18096             Sebastian Pop  <s.pop@samsung.com>
18098         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
18099         isl_ast_node_mark.
18101 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18102             Sebastian Pop  <s.pop@samsung.com>
18104         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
18105         * graphite.h (struct poly_bb): Remove field is_reduction.
18106         (PBB_IS_REDUCTION): Remove.
18108 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
18109             Sebastian Pop  <s.pop@samsung.com>
18111         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
18112         (add_pdr_constraints): Same.
18113         (scop_get_reads): Same.
18114         (scop_get_must_writes): Same.
18115         (scop_get_may_writes): Same.
18116         (scop_get_original_schedule): Same.
18117         (extend_schedule): Same.
18118         (apply_schedule_on_deps): Same.
18119         (carries_deps): Same.
18120         (compute_deps): Same.
18121         (scop_get_dependences): Same.
18122         * graphite-isl-ast-to-gimple.c
18123         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
18124         * graphite-optimize-isl.c (get_schedule_for_band): Same.
18125         (get_schedule_for_band_list): Same.
18126         (get_schedule_map): Same.
18127         (apply_schedule_map_to_scop): Same.
18128         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
18129         (build_loop_iteration_domains): Same.
18130         (add_condition_to_pbb): Same.
18131         (add_param_constraints): Same.
18132         (pdr_add_memory_accesses): Same.
18133         (pdr_add_data_dimensions): Same.
18135 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
18137         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
18138         requirements.
18140 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
18142         * common.opt (feliminate-dwarf2-dups): Replace references to
18143         "DWARF 2" with just "DWARF".
18144         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
18145         * doc/extend.texi: Likewise.
18146         * doc/cpp.texi: Likewise.
18147         * doc/invoke.texi: Likewise.
18148         (Option Summary): Add -gdwarf to list of Debugging Options.
18149         (Debugging Options): Document -gdwarf.
18150         * doc/contrib.texi: Spell "DWARF" like that.
18152 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
18154         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
18155         warning.  Fix up formatting.
18157         PR middle-end/67653
18158         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
18159         attempt to mark memory input operand addressable and
18160         call prepare_gimple_addressable in that case.  Don't adjust
18161         input_location for diagnostics, use error_at instead.
18163 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
18165         * config/rs6000/ppc-auxv.h: New file.
18166         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
18167         (cpu_is): Likewise.
18168         (cpu_supports): Likewise.
18169         * config/rs6000/rs6000.c: include "ppc-auxv.h".
18170         (cpu_is_info): New variable.
18171         (cpu_supports_info): Likewise.
18172         (tcb_verification_symbol): Likewise.
18173         (cpu_builtin_p): Likewise.
18174         (cpu_expand_builtin): New function.
18175         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
18176         (rs6000_init_builtins): Likewise.
18177         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
18178         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
18179         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
18180         * configure: Regenerate.
18181         * config.in: Likewise.
18182         * doc/extend.texi (PowerPC Built-in Functions): Document
18183         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
18185 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
18187         PR target/68609
18188         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
18189         domain check.
18190         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
18191         for V4SFmode.
18193 2016-01-20  Richard Henderson  <rth@redhat.com>
18195         PR bootstrap/69343
18196         PR bootstrap/69339
18197         PR tree-opt/68964
18198         Revert:
18199         * tree.c (tm_define_builtin): New.
18200         (find_tm_vector_type): New.
18201         (build_tm_vector_builtins): New.
18202         (build_common_builtin_nodes): Call it.
18204 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
18206         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
18207         (arm_fp_ok): Likewise.
18208         (arm_fp): Likewise.
18209         (arm_crypto): Likewise.
18211 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
18212             Richard Biener  <rguenther@suse.de>
18214         PR tree-optimization/69328
18215         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
18216         vectors have same number of elements.
18217         (vectorizable_condition): Fix masked version recognition.
18219 2016-01-20  Richard Biener  <rguenther@suse.de>
18221         PR tree-optimization/69345
18222         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
18223         (VN_INFO_PTR_INFO): Likewise.
18224         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
18225         info when it is equal between non-dominating SSA names.
18226         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
18227         Make sure to look at original SSA infos.
18229 2016-01-20  Jeff Law  <law@redhat.com>
18231         PR target/25114
18232         * config/m68k/predicates.md (pow2_m1_operand): New predicate
18233         extracted from ...
18234         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
18235         (pc_or_label_operand): New predicate.
18236         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
18237         tests for small integers that are 2^n - 1.
18239 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
18241         * doc/invoke.texi (Options Summary): Add '.' after @xref.
18243 2016-01-19  Jeff Law  <law@redhat.com>
18245         PR middle-end/69347
18246         * tree-ssa-threadbackwards.c
18247         (fsm_find_control_statement_thread_paths): Do not try to lookup
18248         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
18250 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
18252         * doc/lto.texi: Remove text that says only Gold has linker plugin
18253         support.
18255 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
18257         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
18258         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
18259         the DIE accordingly.
18260         (modified_type_die): Add REVERSE parameter and pass it recursively,
18261         as well as to base_type_die.  Adjust presence check accordingly.
18262         (base_type_for_mode): Adjust call to modified_type_die.
18263         (add_type_attribute): Add REVERSE parameter and pass it to
18264         modified_type_die.
18265         (generic_parameter_die): Adjust call to add_type_attribute.
18266         (add_scalar_info): Likewise.
18267         (add_subscript_info): Likewise.
18268         (gen_array_type_die): Likewise.
18269         (gen_descr_array_type_die): Likewise.
18270         (gen_entry_point_die): Likewise.
18271         (gen_enumeration_type_die): Likewise.
18272         (gen_formal_parameter_die): Likewise.
18273         (gen_subprogram_die): Likewise.
18274         (gen_variable_die ): Likewise.
18275         (gen_const_die): Likewise.
18276         (gen_field_die): Likewise.
18277         (gen_pointer_type_die): Likewise.
18278         (gen_reference_type_die): Likewise.
18279         (gen_ptr_to_mbr_type_die): Likewise.
18280         (gen_inheritance_die): Likewise.
18281         (gen_subroutine_type_die): Likewise.
18282         (gen_typedef_die): Likewise.
18283         (force_type_die): Adjust call to modified_type_die.
18285 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
18287         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
18288         flow throughout the file.  Fix broken link to Objective-C 2.0
18289         documentation.
18290         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
18291         errors.
18293 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
18295         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
18297 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
18299         PR ipa/66223
18300         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
18301         (maybe_record_node): Record cxa_pure_virtual as the only possible
18302         target if there are not ohter candidates.
18303         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
18305 2016-01-19  Richard Biener  <rguenther@suse.de>
18307         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
18308         (get_memory_order): Likewise.
18310 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
18312         * tree-vect-stmts.c (vectorizable_store): Check
18313         rhs vectype.
18315 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
18317         PR jit/68446
18318         * gcc.c (driver::decode_argv): Add call to
18319         init_opts_obstack before init_options_struct.
18320         * opts.c (init_opts_obstack): Remove idempotency.
18321         (init_options_struct): Replace call to init_opts_obstack
18322         with a gcc_assert to verify that it has already been called.
18323         * toplev.c (toplev::main): Add call to init_opts_obstack before
18324         calls to init_options_struct.
18325         (toplev::finalize): Move cleanup of opts_obstack next to
18326         cleanup of save_decoded_options, clearing the latter, and
18327         save_decoded_options_count.
18329 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18331         PR target/69135
18332         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
18333         attribute to unconditional.  Remove %? from output template.
18335 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
18336             Jiong Wang  <jiong.wang@arm.com>
18338         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
18339         generated from different expand order.
18341 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
18343         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
18344         Add support for CCMP costing.
18346 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
18348         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
18349         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
18350         (fccmpe<mode>): Likewise.
18351         (fcmp): Rename to fcmp and globalize pattern.
18352         (fcmpe): Likewise.
18353         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
18354         (aarch64_gen_ccmp_next): Add FP support.
18356 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
18358         * target.def (gen_ccmp_first): Update documentation.
18359         (gen_ccmp_next): Likewise.
18360         * doc/tm.texi (gen_ccmp_first): Update documentation.
18361         (gen_ccmp_next): Likewise.
18362         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
18363         expand_ccmp_expr_1.  Improve comments.
18364         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
18365         (ccmp_ior<mode>): Remove pattern.
18366         (cmp<mode>): Remove expand.
18367         (cmp): Globalize pattern.
18368         (cstorecc4): Use cc_register.
18369         (mov<mode>cc): Remove ccmp_cc_register check.
18370         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
18371         Simplify after removal of CC_DNE/* modes.
18372         (aarch64_ccmp_mode_to_code): Remove.
18373         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
18374         In 'k' case use integer as condition.
18375         (aarch64_nzcv_codes): Remove inverted cases.
18376         (aarch64_code_to_ccmode): Remove.
18377         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
18378         comparison with CC register to be used in folowing CCMP/branch/CSEL.
18379         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
18380         pattern.  Return the comparison with CC register.  Invert conditions
18381         when bitcode is OR.
18382         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
18383         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
18385 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
18387         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
18388         instrumented_version.
18390 2016-01-19  Richard Biener  <rguenther@suse.de>
18392         PR tree-optimization/69336
18393         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
18394         handled components with get_ref_base_and_extent.
18395         (equal_mem_array_ref_p): Adjust.
18397 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
18399         PR debug/65779
18400         * shrink-wrap.c: Include valtrack.h.
18401         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
18402         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
18403         in between insn and where it will be moved to.  Call
18404         dead_debug_insert_temp.
18405         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
18406         first and dead_debug_local_finish at the end.
18407         For uses and defs bitmap, handle all regs in between REGNO and
18408         END_REGNO, not just the first one.
18410 2016-01-19  Richard Biener  <rguenther@suse.de>
18412         PR tree-optimization/69352
18413         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
18414         (equal_mem_array_ref_p): Constrain size and max size properly.
18415         Compare the reverse flag.
18417 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
18419         * ira.c (ira): Update regstat data if we deleted insns.
18421 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
18423         PR rtl-optimization/68955
18424         PR rtl-optimization/64557
18425         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
18426         here.  Fix up formatting.
18427         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
18429 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
18431         PR lto/69133
18432         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
18433         assume that the node has body.
18434         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
18435         check.
18437 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
18439         * lto-streamer-out.c (lto_output): Do not stream instrumentation
18440         thunks.
18442 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
18444         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
18445         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
18447 2016-01-19  Martin Jambor  <mjambor@suse.cz>
18448             Martin Liska  <mliska@suse.cz>
18449             Michael Matz  <matz@suse.de>
18451         * Makefile.in (OBJS): Add new source files.
18452         (GTFILES): Add hsa.c.
18453         * common.opt (disable_hsa): New variable.
18454         (-Whsa): New warning.
18455         * config.in (ENABLE_HSA): New.
18456         * configure.ac: Treat hsa differently from other accelerators.
18457         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
18458         $enable_offloading.
18459         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
18460         * doc/install.texi (Configuration): Document --with-hsa-runtime,
18461         --with-hsa-runtime-include, --with-hsa-runtime-lib and
18462         --with-hsa-kmt-lib.
18463         * doc/invoke.texi (-Whsa): Document.
18464         (hsa-gen-debug-stores): Likewise.
18465         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
18466         to invoke offload compiler for hsa acclerator.
18467         * opts.c (common_handle_option): Determine whether HSA offloading
18468         should be performed.
18469         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
18470         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
18471         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
18472         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
18473         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
18474         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
18475         GF_OMP_FOR_KIND_GRID_LOOP.
18476         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
18477         (pp_gimple_stmt_1): Likewise.
18478         * gimple-walk.c (walk_gimple_stmt): Likewise.
18479         * gimple.c (gimple_build_omp_grid_body): New function.
18480         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
18481         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
18482         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
18483         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
18484         GF_OMP_TEAMS_GRID_PHONY.
18485         (gimple_statement_omp_single_layout): Updated comments.
18486         (gimple_build_omp_grid_body): New function.
18487         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
18488         (gimple_omp_for_grid_phony): New function.
18489         (gimple_omp_for_set_grid_phony): Likewise.
18490         (gimple_omp_parallel_grid_phony): Likewise.
18491         (gimple_omp_parallel_set_grid_phony): Likewise.
18492         (gimple_omp_teams_grid_phony): Likewise.
18493         (gimple_omp_teams_set_grid_phony): Likewise.
18494         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
18495         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
18496         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
18497         (BUILT_IN_GOMP_TARGET): Updated type.
18498         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
18499         (adjust_for_condition): New function.
18500         (get_omp_for_step_from_incr): Likewise.
18501         (extract_omp_for_data): Moved parts to adjust_for_condition and
18502         get_omp_for_step_from_incr.
18503         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
18504         (fixup_child_record_type): Bail out if receiver_decl is NULL.
18505         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
18506         (scan_omp_parallel): Do not create child functions for phony
18507         constructs.
18508         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
18509         (scan_omp_1_op): Checking assert we are not remapping to
18510         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
18511         (parallel_needs_hsa_kernel_p): New function.
18512         (expand_parallel_call): Register apprpriate parallel child
18513         functions as HSA kernels.
18514         (grid_launch_attributes_trees): New type.
18515         (grid_attr_trees): New variable.
18516         (grid_create_kernel_launch_attr_types): New function.
18517         (grid_insert_store_range_dim): Likewise.
18518         (grid_get_kernel_launch_attributes): Likewise.
18519         (get_target_argument_identifier_1): Likewise.
18520         (get_target_argument_identifier): Likewise.
18521         (get_target_argument_value): Likewise.
18522         (push_target_argument_according_to_value): Likewise.
18523         (get_target_arguments): Likewise.
18524         (expand_omp_target): Call get_target_arguments instead of looking
18525         up for teams and thread limit.
18526         (grid_expand_omp_for_loop): New function.
18527         (grid_arg_decl_map): New type.
18528         (grid_remap_kernel_arg_accesses): New function.
18529         (grid_expand_target_kernel_body): New function.
18530         (expand_omp): Call it.
18531         (lower_omp_for): Do not emit phony constructs.
18532         (lower_omp_taskreg): Do not emit phony constructs but create for them
18533         a temporary variable receiver_decl.
18534         (lower_omp_taskreg): Do not emit phony constructs.
18535         (lower_omp_teams): Likewise.
18536         (lower_omp_grid_body): New function.
18537         (lower_omp_1): Call it.
18538         (grid_reg_assignment_to_local_var_p): New function.
18539         (grid_seq_only_contains_local_assignments): Likewise.
18540         (grid_find_single_omp_among_assignments_1): Likewise.
18541         (grid_find_single_omp_among_assignments): Likewise.
18542         (grid_find_ungridifiable_statement): Likewise.
18543         (grid_target_follows_gridifiable_pattern): Likewise.
18544         (grid_remap_prebody_decls): Likewise.
18545         (grid_copy_leading_local_assignments): Likewise.
18546         (grid_process_kernel_body_copy): Likewise.
18547         (grid_attempt_target_gridification): Likewise.
18548         (grid_gridify_all_targets_stmt): Likewise.
18549         (grid_gridify_all_targets): Likewise.
18550         (execute_lower_omp): Call grid_gridify_all_targets.
18551         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
18552         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
18553         (tree_omp_clause): Added union field dimension.
18554         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
18555         * tree.c (omp_clause_num_ops): Added number of arguments of
18556         OMP_CLAUSE__GRIDDIM_.
18557         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
18558         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
18559         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
18560         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
18561         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
18562         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
18563         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
18564         * tree-pass.h (make_pass_gen_hsail): Declare.
18565         (make_pass_ipa_hsa): Likewise.
18566         * ipa-hsa.c: New file.
18567         * lto-section-in.c (lto_section_name): Add hsa section name.
18568         * lto-streamer.h (lto_section_type): Add hsa section.
18569         * timevar.def (TV_IPA_HSA): New.
18570         * hsa-brig-format.h: New file.
18571         * hsa-brig.c: New file.
18572         * hsa-dump.c: Likewise.
18573         * hsa-gen.c: Likewise.
18574         * hsa.c: Likewise.
18575         * hsa.h: Likewise.
18576         * toplev.c (compile_file): Call hsa_output_brig.
18577         * hsa-regalloc.c: New file.
18579 2016-01-18  Jeff Law  <law@redhat.com>
18581         PR tree-optimization/69320
18582         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
18583         ranged object, do nothing if the RHS constant is not [0..1].
18584         (optimize_stmt): Comparing a boolean ranged object against a
18585         constant outside [0..1] results in a compile-time constant.
18587         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
18588         test.
18590 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
18592         * doc/invoke.texi (Invoking GCC): Add new section to menu.
18593         (Option Summary): Update to reflect new section and moved options.
18594         (C++ Dialect Options): Move -fstats to new section.
18595         (Debugging Options): Move all dump, statistics, and other GCC
18596         developer options to new section.  Rewrite section introduction
18597         and re-order remaining options to put the more basic ones first.
18598         (Optimization Options): Move -fira-verbose and -flto-report* to
18599         new section.
18600         (Developer Options): New section incorporating moved options.
18601         * doc/cppopts.texi (-dM): Update cross-reference.
18603 2016-01-18  Richard Henderson  <rth@redhat.com>
18605         PR target/69176
18606         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
18607         operands to pseudo only if CSE is expected.  Split long immediate
18608         operands only after reload, and for the stack pointer.
18609         (*add<GPI>3_pluslong): Remove.
18610         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
18611         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
18612         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
18613         (*add<GPI>3 peepholes): New.
18614         (*add<GPI>3 splitters): New.
18615         * config/aarch64/constraints.md (Upl): New.
18616         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
18618 2016-01-18  Richard Biener  <rguenther@suse.de>
18620         PR tree-optimization/69297
18621         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
18622         stmt at most once.
18623         (vect_bb_vectorization_profitable_p): Clear visited flag again.
18625 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
18627         PR middle-end/68542
18628         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
18629         of mixind vector and scalar types.
18630         (fold_relational_const): Add handling of vector
18631         comparison with boolean result.
18632         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
18633         comparison of vector operands with boolean result for EQ/NE only.
18634         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
18635         (verify_gimple_cond): Likewise.
18636         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
18637         valid type of VAL.
18639 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
18641         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
18642         !TARGET_OCTEON.
18644 2016-01-18  Richard Biener  <rguenther@suse.de>
18646         PR middle-end/69308
18647         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
18649 2016-01-18  Tom de Vries  <tom@codesourcery.com>
18651         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
18653 2016-01-18  Tom de Vries  <tom@codesourcery.com>
18655         * omp-low.c (set_oacc_fn_attrib): Make extern.
18656         * omp-low.h (set_oacc_fn_attrib): Declare.
18657         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
18658         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
18659         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
18660         Add and handle function parameter oacc_kernels_p.
18661         (find_reduc_addr, get_omp_data_i_param): New function.
18662         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
18663         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
18664         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
18665         Calculate dominance info.  Skip loops that are not in a kernels region
18666         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
18667         (pass_parallelize_loops::execute): Call parallelize_loops with
18668         oacc_kernels_p argument.
18669         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
18670         New member function.
18671         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
18672         * passes.def: Add argument to pass_parallelize_loops instantation.
18674 2016-01-18  Tom de Vries  <tom@codesourcery.com>
18676         * tree-parloops.c (pass_parallelize_loops::execute): Allow
18677         pass_parallelize_loops to be run outside the loop pipeline.
18679 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
18681         * tree-scalar-evolution.c (follow_copies_to_constant): New.
18682         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
18684 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
18686         PR target/63679
18687         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
18688         using get_ref_base_and_extent.
18689         (equal_mem_array_ref_p): New.
18690         (hashable_expr_equal_p): Add call to previous.
18692 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
18694         PR target/63679
18695         * tree-sra.c (disqualified_constants, constant_decl_p): New.
18696         (sra_initialize): Allocate disqualified_constants.
18697         (sra_deinitialize): Free disqualified_constants.
18698         (disqualify_candidate): Update disqualified_constants when appropriate.
18699         (create_access): Scan for constant-pool entries as we go along.
18700         (scalarizable_type_p): Add check against type_contains_placeholder_p.
18701         (maybe_add_sra_candidate): Allow constant-pool entries.
18702         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
18703         (initialize_constant_pool_replacements): New.
18704         (sra_modify_assign): Avoid mangling assignments created by previous,
18705         and don't generate writes into constant pool.
18706         (sra_modify_function_body): Call initialize_constant_pool_replacements.
18708 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
18710         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
18711         andnot instruction.
18712         (scalar_chain::convert_op): Likewise.
18713         * config/i386/i386.md (*andndi3_doubleword): New.
18715 2016-01-18  Richard Biener  <rguenther@suse.de>
18717         PR tree-optimization/69170
18718         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
18719         building a vector from scalar results of a pattern stmt.
18721 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
18723         * haifa-sched.c (autopref_multipass_init): Work around
18724         -Wmaybe-uninitialized warning.
18726 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18728         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
18729         against the constant 0.
18731 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18733         PR tree-optimization/68799
18734         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
18735         look up phi candidates in the statement-candidate map.
18736         (phi_add_costs): Likewise.
18737         (record_phi_increments): Likewise.
18738         (phi_incr_cost): Likewise.
18739         (ncd_with_phi): Likewise.
18740         (all_phi_incrs_profitable): Likewise.
18742 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
18744         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
18745         -Wmaybe-uninitialized warning.
18747 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
18749         * doc/invoke.texi (Invoking GCC): Add new section to menu.
18750         (Option Summary): Update to reflect new section and moved options.
18751         (C++ Dialect Options): Move -fvtable-verify and related options.
18752         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
18753         and profiling-related options.
18754         (Optimization Options): Move profile generation options and
18755         -fstack-protector and related options.
18756         (Instrumentation Options): New section incorporating moved options.
18757         (Code Generation Options): Move -finstrument-functions and
18758         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
18760 2016-01-16  Tom de Vries  <tom@codesourcery.com>
18762         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
18764 2016-01-16  Tom de Vries  <tom@codesourcery.com>
18766         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
18768 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
18770         * hash-table.h (hash_table::empty): Turn into an inline wrapper
18771         that checks whether the table is already empty.  Rename the
18772         original implementation to...
18773         (hash_table::empty_slot): ...this new private function.
18775 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
18777         PR diagnostic/68899
18778         * diagnostic-show-locus.c (layout::print_source_line): Move x
18779         offset of line until after call to
18780         get_line_width_without_trailing_whitespace.
18782 2016-01-15  Jeff Law  <law@redhat.com>
18784         PR tree-optimization/69270
18785         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
18786         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
18787         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
18788         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
18789         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
18790         ssa_name_has_boolean_range and constant_boolean_node.
18792 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
18794         PR rtl-optimization/69030
18795         * lra-spills.c (remove_pseudos): Check nrefs and make the function
18796         returning bool.
18797         (spill_pseudos): Delete debug insn for dead pseudo.
18798         (lra_spill): Initiate spill_hard_reg and slots memory separately.
18800 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
18802         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
18803         New.
18804         (TYPES_UNOPUS): Likewise.
18805         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
18806         builtin type, from UNOP to UNOPUS.
18807         (lbtruncuv4sf): Likewise.
18808         (lbtruncuv2df): Likewise.
18809         (lrounduv2sf): Likewise.
18810         (lrounduv4sf): Likewise.
18811         (lrounduv2df): Likewise.
18812         (lroundusf): Likewise.
18813         (lroundusf): Likewise.
18814         (lceiluv2sf): Likewise.
18815         (lceiluv4sf): Likewise.
18816         (lceiluv2df): Likewise.
18817         (lceilusf): Likewise.
18818         (lceiludf): Likewise.
18819         (lflooruv2sf): Likewise.
18820         (lflooruv4sf): Likewise.
18821         (lflooruv2df): Likewise.
18822         (lfloorusf): Likewise.
18823         (lfloorudf): Likewise.
18824         (lfrintnuv2sf): Likewise.
18825         (lfrintnuv4sf): Likewise.
18826         (lfrintnuv2df): Likewise.
18827         (lfrintnusf): Likewise.
18828         (lfrintnudf): Likewise.
18829         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
18830         conversion.
18831         (vcvtq_u32_f32): Likewise.
18832         (vcvtq_u64_f64): Likewise.
18833         (vcvta_u32_f32): Likewise.
18834         (vcvtaq_u32_f32): Likewise.
18835         (vcvtaq_u64_f64): Likewise.
18836         (vcvtm_u32_f32): Likewise.
18837         (vcvtmq_u32_f32): Likewise.
18838         (vcvtmq_u64_f64): Likewise.
18839         (vcvtn_u32_f32): Likwise.
18840         (vcvtnq_u32_f32): Likewise.
18841         (vcvtnq_u64_f64): Likewise.
18842         (vcvtp_u32_f32): Likewise.
18843         (vcvtpq_u32_f32): Likewise.
18844         (vcvtpq_u64_f64): Likewise.
18845         (vcvtmd_u64_f64): Likewise.
18846         (vcvtms_u32_f32): Likewise.
18847         (vcvtad_u64_f64): Likewise.
18848         (vcvtas_u32_f32): Likewise.
18849         (vcvtnd_u64_f64): Likewise.
18850         (vcvtns_u32_f32): Likewise.
18851         (vcvtpd_u64_f64): Likewise.
18852         (vcvtps_u32_f32): Likewise.
18854 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18856         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
18857         CSEL of zero_extended registers.
18859 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18861         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
18862         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
18864 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18866         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
18867         false when argument string is not found in the attributes table
18868         at all.
18870 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
18872         PR target/68609
18873         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
18874         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
18875         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
18876         precision estimate.
18878 2016-01-15  Richard Biener  <rguenther@suse.de>
18880         PR tree-optimization/66856
18881         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
18882         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
18883         (vect_create_new_slp_node): Increment stmt reference count.
18884         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
18885         an SLP tree before swapping operands.
18886         (vect_build_slp_tree): Likewise.
18887         (destroy_bb_vec_info): Free stmt info after SLP instances.
18888         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
18889         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
18890         (STMT_VINFO_NUM_SLP_USES): New macro.
18892 2016-01-15  Richard Biener  <rguenther@suse.de>
18894         PR debug/69137
18895         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
18896         (add_linkage_name): ... here.
18897         (gen_typedef_die): Use add_linkage_name_raw instead of
18898         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
18899         if necessary.
18901 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
18903         * gimplify.c (oacc_default_clause): Decode reference and pointer
18904         types for both kernels and parallel regions.
18906 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
18908         PR middle-end/69246
18909         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
18911 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
18913         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
18914         (convert_scalars_to_vector): Likewise.
18916 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
18918         * doc/extend.texi (Type Traits): Fix grammar.
18920 2016-01-15  Martin Jambor  <mjambor@suse.cz>
18922         * tree-inline.c (remap_decl): Use existing dclarations if
18923         remapping a type and prevent_decl_creation_for_types.
18924         (replace_locals_stmt): Do an initial remapping of non-VLA typed
18925         decls first.  Do real remapping with
18926         prevent_decl_creation_for_types set.
18927         * tree-inline.h (copy_body_data): New field
18928         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
18929         padding.
18931 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18933         * config/s390/s390.opt (mmvcle): More verbose help text.
18935 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18937         * config/s390/s390.opt: Add period to -mzvector option text.
18939 2016-01-15  Richard Biener  <rguenther@suse.de>
18941         PR tree-optimization/68961
18942         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
18943         of invariants in stores again.
18945 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
18947         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
18949 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
18951         * config/i386/i386.c (ix86_expand_branch): Don't split
18952         DI mode xor instruction to SI mode.
18954 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
18956         PR ipa/68148
18957         * ipa-icf.c (sem_function::merge): Virtual functions may become
18958         reachable even if they address is not taken and there are no
18959         idrect calls.
18961 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
18963         * lto-streamer-out.c (subtract_estimated_size): New function.
18964         (get_symbol_initial_value): Use it.
18966 2016-01-15  Christian Bruel  <christian.bruel@st.com>
18968         PR target/65837
18969         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
18970         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
18971         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
18972         use add_builtin_function_ext_scope instead of add_builtin_function.
18973         (neon_set_p, neon_crypto_set_p): Remove.
18974         (arm_init_builtins): Always call arm_init_neon_builtins and
18975         arm_init_crypto_builtins.
18976         (arm_expand_builtin): Check that builtins are allowed for the arch.
18977         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
18978         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
18979         arm_init_neon_builtins call.
18981 2016-01-15  Richard Biener  <rguenther@suse.de>
18983         PR tree-optimization/69117
18984         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
18985         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
18986         of the leader conservatively.
18987         (free_scc_vn): Restore original SSA name infos.
18989 2016-01-14  Jeff Law  <law@redhat.com>
18991         PR tree-optimization/69270
18992         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
18993         single bit of precision, verify it's also unsigned.
18994         (record_edge_info): Use constant_boolean_node rather than fold_convert
18995         to convert boolean_true/boolean_false to the right type.
18997 2016-01-14  Richard Henderson  <rth@redhat.com>
18999         PR rtl-opt/69014
19000         * loop-doloop.c (record_reg_sets): New.
19001         (doloop_optimize): Reject the transform if the sequence
19002         clobbers registers live at the end of the loop block.
19003         (doloop_optimize_loops): Enable df_live if needed.
19005 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
19007         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
19008         * config/rs6000/rs6000.c: Likewise.
19009         * config/rs6000/rs6000.h: Likewise.
19010         * config/rs6000/rs6000.md: Likewise.
19011         * doc/extend.texi: Likewsie.
19013 2016-01-14  Jeff Law  <law@redhat.com>
19015         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
19016         typo.
19018 2016-01-14  Richard Henderson  <rth@redhat.com>
19020         PR c/69272
19021         PR tree-opt/68964
19022         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
19023         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
19024         instead of builtin_decl_declared_p to test for declaration.
19026 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
19028         * doc/loop.texi (Loop Analysis and Representation): Document
19029         loop_depth function.
19031 2016-01-14  Tom de Vries  <tom@codesourcery.com>
19033         PR tree-optimization/68773
19034         * omp-low.c (expand_omp_target): Don't set force_output.
19035         * varpool.c (varpool_node::get_create): Same.
19036         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
19037         offload_funcs with force_output.
19039 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
19041         PR debug/69244
19042         * lra-eliminations.c (move_plus_up): Don't change anything if either
19043         the outer or inner subreg mode is not MODE_INT.
19044         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
19045         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
19047 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
19049         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
19050         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
19051         reduc_uplus_@var{m}): Remove.
19052         * expr.c (expand_expr_real_2): Remove expansion path for
19053         reduc_[us](min|max|plus) optabs.
19054         * optabs-tree.c (scalar_reduc_to_vector): Remove.
19055         * optabs-tree.h (scalar_reduc_to_vector): Remove.
19056         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
19057         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
19058         * tree-vect-loop.c (vectorizable_reduction): Remove test for
19059         reduc_[us](min|max|plus) optabs.
19061 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
19063         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
19064         (reduc_plus_scal_v2sf): New.
19065         (reduc_smax_v2sf): Rename to...
19066         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
19067         (reduc_smin_v2sf): Rename to...
19068         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
19070 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
19072         * alias.c (compare_base_symbol_refs): New function.
19073         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
19074         it.
19076 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
19078         PR middle-end/68146
19079         PR tree-optimization/69155
19080         * tree-complex.c: Include cfganal.h.
19081         (phis_to_revisit): New variable.
19082         (extract_component): Add phiarg_p argument.  Assert that returned
19083         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
19084         (update_phi_components): Partly rewrite to use loop over real/imag
19085         components instead of code duplication.  If extract_component returns
19086         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
19087         create_tmp_reg into the PHI node instead, and mention the phi triplet
19088         in phis_to_revisit.
19089         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
19090         in phis_to_revisit at the end.
19092 2016-01-14  Richard Biener  <rguenther@suse.de>
19094         PR tree-optimization/68060
19095         * tree-vect-loop.c (vect_is_simple_reduction): Check the
19096         outer loop reduction is only used in the inner loop before
19097         detecting a double reduction.
19099 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
19101         PR target/68269
19102         * combine.c (expand_field_assignment): Punt if compute_mode is
19103         unsupported scalar mode.
19105 2016-01-14  Richard Biener  <rguenther@suse.de>
19107         PR tree-optimization/66856
19108         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
19109         SLP node only if it built successfully.
19110         (vect_analyze_slp_instance): Adjust.
19112 2016-01-14  Jeff Law  <law@redhat.com>
19114         PR tree-optimization/69270
19115         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
19116         (record_edge_info): Use it.  Convert boolean_{true,false}_node
19117         to the type of op0.
19119 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
19121         PR ipa/66487
19122         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
19123         use block_ultimate_origin
19124         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
19126 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
19128         * doc/invoke.texi (Submodel Options): Rename section to
19129         "Machine-Dependent Options" to better reflect its content.
19130         Rewrite introductory text to remove archaic CPU names.
19131         Update references.
19133 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
19135         * doc/invoke.texi (Code Gen Options): Move section up in file,
19136         before target-specific options.  Update menu and option summary
19137         to reflect the new section ordering.
19139 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
19141         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
19142         (C++ Dialect Options): Add cross-reference to -std option.
19143         * doc/standards.texi (C++ Language): Document C++14 support.
19145 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
19147         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
19148         for pack/unpack functions for __ibm128.
19149         (PACK_IF): Likewise.
19150         (UNPACK_IF): Likewise.
19152         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
19153         support for __ibm128 pack/unpack functions.
19154         (rs6000_invalid_builtin): Likewise.
19155         (rs6000_init_builtins): Likewise.
19156         (rs6000_opt_masks): Likewise.
19158         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
19159         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
19160         functions
19161         (RS6000_BTM_COMMON): Likewise.
19163         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
19164         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
19165         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
19166         128-bit floating point.  Add support for the double values to be
19167         in Altivec registers for TF/IF packing and unpacking, but restrict
19168         TD packing sub-fields to be FPR registers.  Don't allow overlapped
19169         register support for packing.  Allow pack inputs to be memory
19170         locations.  Don't build generator functions for unpack<mode>_dm
19171         and unpack<mode>_nodm.
19172         (unpack<mode>_dm): Likewise.
19173         (unpack<mode>_nodm): Likewise.
19174         (pack<mode>): Likewise.
19176         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
19177         built-in functions to pack/unpack explicit __ibm128 values.
19178         (__builtin_unpack_ibm128): Likewise.
19180         * doc/extend.texi (PowerPC Built-in Functions): Document
19181         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
19183 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
19185         PR c/66208
19186         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
19187         Add new arg loc and pass it down as context.
19188         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
19189         to the location to use for the warning.
19190         (check_function_arguments): New arg loc.  All callers changed.  Pass
19191         it to check_function_nonnull.
19192         * c-common.h (check_function_arguments): Adjust declaration.
19194 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
19196         PR tree-optimization/69156
19197         * gimple.c (validate_type): Removed.
19198         (gimple_builtin_call_types_compatible_p): Use
19199         useless_type_conversion_p instead of validate_type.
19200         * value-prof.c (gimple_stringop_fixed_value): Fold
19201         icall_size to correct type.
19203 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
19205         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
19206         effects.
19208 2016-01-13  Richard Henderson  <rth@redhat.com>
19210         PR tree-opt/68964
19211         * target.def (builtin_tm_load, builtin_tm_store): Remove.
19212         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
19213         (ix86_builtin_tm_store): Remove.
19214         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
19215         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
19216         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
19217         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
19218         * doc/tm.texi: Rebuild.
19220         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
19221         (BUILT_IN_TM_MEMCPY_RTWN): New.
19222         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
19223         fallback from vector to integer helpers.
19224         (build_tm_load): Handle vector types directly, instead of
19225         via target hook.
19226         (build_tm_store): Likewise.
19227         (expand_assign_tm): Prepare for register types not handled by
19228         the above.  Copy them to memory and use memcpy.
19229         * tree.c (tm_define_builtin): New.
19230         (find_tm_vector_type): New.
19231         (build_tm_vector_builtins): New.
19232         (build_common_builtin_nodes): Call it.
19234 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
19236         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
19237         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
19239 2016-01-13  Tom de Vries  <tom@codesourcery.com>
19241         PR tree-optimization/69169
19242         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
19243         handled_struct_type param.
19244         (create_variable_info_for, intra_create_variable_infos): Call
19245         create_variable_info_for_1 with extra arg.
19247 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
19249         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
19250         and "armv8.1-a+crc" entries.
19252 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
19254         PR target/69228
19255         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
19256         Change first operand predicate from register_or_constm1_operand
19257         to register_operand.
19258         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
19259         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
19260         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
19261         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
19262         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
19263         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
19264         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
19265         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
19266         comparison with constm1_rtx from vec_prefetch_gen part.
19268 2016-01-13  Richard Biener  <rguenther@suse.de>
19270         PR tree-optimization/69013
19271         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
19272         Exchange assert for a test.
19274 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19276         PR target/69247
19277         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
19279 2016-01-13  Richard Biener  <rguenther@suse.de>
19281         PR tree-optimization/69242
19282         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
19283         assert with a check.
19285 2016-01-13  Richard Biener  <rguenther@suse.de>
19287         PR tree-optimization/69186
19288         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
19289         Properly guard vect_update_misalignment_for_peel call.
19291 2016-01-12  Jeff Law  <law@redhat.com>
19293         PR tree-optimization/pr67755
19294         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
19295         "need_profile_correction".
19296         (thread_block_1): Initialize new field to false by default.  If we
19297         have multiple thread paths through a common joiner to different
19298         final targets, then set new field to true.
19299         (compute_path_counts): Only do count adjustment when it's really
19300         needed.
19302 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
19304         * doc/invoke.texi (Spec Files): Move section down in file, past
19305         all command-line option descriptions.
19307 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
19309         PR middle-end/54809
19310         * doc/gty.texi: Remove documentation of mark_hook.
19311         * gengtype.c (struct write_types_data): Remove code to support
19312         mark_hook attribute.
19313         (walk_type): Likewise.
19314         (write_func_for_structure): Likewise.
19316 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
19318         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
19319         Directory Options, and -specs= to Overall Options.
19320         (Overall Options): Adjust similarly.  Reorder to group related
19321         options together.  Make -specs= cross-reference the spec file details.
19322         (Directory Options): Adjust similarly.
19324 2016-01-12  Jeff Law  <law@redhat.com>
19326         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
19328 2016-01-12  Olivier Hainque  <hainque@adacore.com>
19330         * gcc.c (spec_undefvar_allowed): New global.
19331         (process_command): Set to true when running for --version or --help,
19332         alone or together.
19333         (getenv_spec_function): When the variable is not defined, use the
19334         variable name as the variable value if we're allowed not to issue
19335         a fatal error.
19337 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
19339         PR tree-optimization/68911
19340         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
19341         information computed for expression "init + nit * step".
19343 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
19345         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
19346         about name of GCC executable.  Remove deleted node from menu.
19347         (Directory Options) <-B>: Remove cross-reference to deleted node.
19348         (Target Options): Delete section.
19350 2016-01-12  Christian Bruel  <christian.bruel@st.com>
19352         PR target/69180
19353         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
19354         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
19356 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
19358         PR target/69198
19359         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
19360         aligned_mem is properly set for AVX512-VL floating point masked
19361         stores.
19363         PR target/69175
19364         * ifcvt.c (cond_exec_process_if_block): When removing the last
19365         insn from then_bb, remove also any possible barriers that follow it.
19367 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
19369         PR target/68456
19370         PR target/69226
19371         * config/i386/iamcu.h (SIZE_TYPE): New macro.
19372         (PTRDIFF_TYPE): Likewise.
19373         (WCHAR_TYPE): Likewise.
19374         (WCHAR_TYPE_SIZE): Likewise.
19375         (STDINT_LONG32): Likewise.
19377 2016-01-12  Richard Biener  <rguenther@suse.de>
19379         PR tree-optimization/69053
19380         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
19381         convert initial value for cond reductions.
19383 2016-01-12  Richard Biener  <rguenther@suse.de>
19385         PR tree-optimization/69007
19386         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
19387         widen_sum after dot_prod and sad.
19389 2016-01-12  Richard Biener  <rguenther@suse.de>
19391         PR tree-optimization/69168
19392         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
19393         pattern stmt SLP type.
19394         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
19395         end up unused so cope with that case.
19397 2016-01-12  Richard Biener  <rguenther@suse.de>
19399         PR tree-optimization/69157
19400         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
19401         stmts def type only during analyze phase.
19402         (vectorizable_call): Likewise.
19403         (vectorizable_simd_clone_call): Likewise.
19404         (vectorizable_conversion): Likewise.
19405         (vectorizable_assignment): Likewise.
19406         (vectorizable_shift): Likewise.
19407         (vectorizable_operation): Likewise.
19408         (vectorizable_store): Likewise.
19409         (vectorizable_load): Likewise.
19411 2016-01-12  Richard Biener  <rguenther@suse.de>
19413         PR tree-optimization/69174
19414         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
19415         space.
19416         (vectorizable_load): Properly compute the number of loads needed
19417         for permuted strided SLP loads and do not spuriously assign
19418         to SLP_TREE_VEC_STMTS.
19420 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
19422         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
19423         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
19424         (MD_EXEC_PREFIX): Remove.
19425         (MD_STARTFILE_PREFIX) Removee.
19426         (FILE_NAME_ABSOLUTE_P): Remove.
19427         (CPP_SPEC): Do not read macros from sys/version.h.
19428         (LINK_COMMAND_SPEC): Remove.
19429         (LOCAL_INCLUDE_DIR): Remove.
19430         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
19431         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
19432         (POST_LINK_SPEC): Define to invoke stubify after linker
19433         (LIBSTDCXX): Remove define
19434         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
19435         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
19436         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
19437         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
19438         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
19439         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
19440         (i386_djgpp_asm_named_section): Add propotype of new procedure
19442         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
19443         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
19444         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
19445         in config/i386/djgpp.h).
19446         (STANDARD_STARTFILE_PREFIX_2): Define identical to
19447         STANDARD_STARTFILE_PREFIX_1.
19448         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
19449         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
19450         installation errors.
19451         (MAX_OFILE_ALIGNMENT): Define to 128.
19452         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
19454         * config/i386/djgpp.c: New file. Add implementation of
19455         i386_djgpp_asm_named_section.
19457         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
19459         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
19460         Add rule for building djgpp.o.
19462 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19464         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
19465         (rtx_is_swappable_p): Reductions are swappable.
19466         (insn_is_swappable_p): V2DF reductions are swappable.
19468 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
19470         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
19471         reloads for other unsupported memory operands.
19473 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
19474             Jim Wilson  <jim.wilson@linaro.org>
19476         PR target/69194
19477         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
19478         copy_to_mode_reg instead of force_reg.
19480 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
19482         PR target/69225
19483         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
19484         TARGET_80387 is true.
19486 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
19488         PR target/69071
19489         * lra-eliminations.c (move_plus_up): Only move plus up
19490         if subreg of the constant can be simplified into constant
19491         and use the simplified subreg of the constant instead of
19492         the original constant.
19494         * fold-const.c (fold_convertible_p): Don't return true
19495         for conversion of VECTOR_TYPE to same sized integral type.
19496         (fold_convert_loc): Fix up formatting.  Fold conversion of
19497         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
19498         instead of NOP_EXPR.
19500         PR tree-optimization/69214
19501         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
19502         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
19503         Formatting fix.
19505         PR tree-optimization/69207
19506         * tree-vect-slp.c (vect_get_constant_vectors): For
19507         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
19508         fold_convertible_p to vector_type's element type, and always
19509         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
19511 2016-01-11  Richard Biener  <rguenther@suse.de>
19513         PR tree-optimization/69173
19514         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
19515         fixup the cycle if all stmts are in a pattern.
19517 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
19519         PR middle-end/68999
19520         * alias.c (base_alias_check): Move check for addresses with
19521         alignment ANDs before the call for compare_base_decls.
19522         (memrefs_conflict_p): Return -1 for different decls
19523         that went through alignment adjustments.
19525 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19527         PR rtl-optimization/68796
19528         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
19529         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
19530         and QImode comparisons against zero with CC_NZmode.
19531         * config/aarch64/iterators.md (short_mask): New mode_attr.
19533 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
19535         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
19536         (<avx512>_store<mode>_mask): Likewise.
19538 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
19539             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19541         PR rtl-optimization/68841
19542         * ifcvt.c (struct noce_if_info): Add orig_x field.
19543         (bbs_ok_for_cmove_arith): Add to_rename parameter.
19544         Don't record conflicts on to_rename if it's present.
19545         Allow memory destinations in sets.
19546         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
19547         blocks, passing orig_x to the checks.
19548         (noce_process_if_block): Set if_info->orig_x appropriately.
19550 2016-01-11  Tom de Vries  <tom@codesourcery.com>
19552         PR tree-optimization/69069
19553         * tree-parloops.c (create_parallel_loop): Add missing phi args.
19555 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
19557         PR rtl-optimization/68920
19558         * config/i386/i386.c (ix86_option_override_internal): Restrict number
19559         of conditional moves for  RTL if-conversion to 1 for
19560         TARGET_ONE_IF_CONV_INSN.
19561         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
19562         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
19563         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
19564         parameter to restirct number of conditional moves for
19565         RTL if-conversion.
19566         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
19567         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
19568         conditionl moves.
19570 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
19572         PR bootstrap/69123
19573         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
19574         onepart vars.  Fix typo in comment.  Fix reversed condition in
19575         unshare test.
19576         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
19578         PR bootstrap/69123
19579         * var-tracking.c (dump_onepart_variable_differences): New.
19580         (dataflow_set_different): If a detailed dump is requested,
19581         delay early returns and dump differences between onepart
19582         variables present before and after, and added variables.
19584 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
19586         PR target/69010
19587         * expr.c (expand_expr_real_1): For boolean vector constants
19588         with a scalar mode use const_scalar_mask_from_tree.
19589         (const_scalar_mask_from_tree): New.
19590         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
19591         assigned to a mask type to handle constants.
19593 2016-01-11  Martin Jambor  <mjambor@suse.cz>
19595         PR ipa/69044
19596         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
19597         useless parameters if we cannot change function signature.
19599 2016-01-11  Martin Jambor  <mjambor@suse.cz>
19601         PR ipa/66616
19602         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
19603         flag.
19605 2016-01-11  Tom de Vries  <tom@codesourcery.com>
19607         PR tree-optimization/69109
19608         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
19609         latch with phi.
19611 2016-01-11  Tom de Vries  <tom@codesourcery.com>
19613         PR tree-optimization/69108
19614         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
19615         res is not used in a phi.
19617 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
19619         PR 67425
19620         * common.opt (frandom-seed): Fix parameter name.
19621         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
19623 2016-01-11  Tom de Vries  <tom@codesourcery.com>
19625         PR tree-optimization/69058
19626         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
19627         not supported.
19629 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
19631         * config/arc/arc.opt (mdiv-rem): Add period to the end.
19632         (mcode-density): Likewise.
19634 2016-01-10  Tom de Vries  <tom@codesourcery.com>
19636         PR tree-optimization/69062
19637         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
19638         (parallelize_loops): Don't paralelize loop that has phi with address
19639         arg.
19641 2016-01-10  Tom de Vries  <tom@codesourcery.com>
19643         PR tree-optimization/69039
19644         * tree-parloops.c (try_create_reduction_list): Only allow single exit
19645         phi for reduction.
19647 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
19649         PR middle-end/68743
19650         * match.pd: Require target has function_c99_misc before doing
19651         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
19653 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
19655         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
19656         use GMPINC.
19657         * configure: Regenerate.
19659 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
19661         PR middle-end/50865
19662         PR tree-optimization/69097
19663         * fold-const.h (expr_not_equal_to): New prototype.
19664         * fold-const.c: Include stringpool.h and tree-ssanames.h.
19665         (expr_not_equal_to): New function.
19666         * match.pd (X % -Y is the same as X % Y): Don't optimize
19667         unless X is known not to be equal to minimum or Y is known
19668         not to be equal to -1.
19669         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
19670         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
19671         (simplify_stmt_using_ranges): Adjust caller.
19672         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
19673         substitute_and_fold.
19675 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
19677         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
19678         w/o DECL_NAME.
19680 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
19682         PR tree-optimization/69167
19683         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
19684         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
19685         ops[0] comparison.
19686         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
19688 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
19689             Richard Biener  <rguenther@suse.de>
19691         PR tree-optimization/68707
19692         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
19693         instances that can be handled via vect_load_lanes.
19695 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
19697         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
19698         if we can't determine address equivalence.
19699         * alias.c (compare_base_decl): Update for changed return value of
19700         symtab_node::equal_address_to.
19702 2016-01-08  Jason Merrill  <jason@redhat.com>
19704         PR c++/68983
19705         PR c++/67557
19706         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
19707         * expr.c (store_field): Not here.
19708         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
19709         call with TREE_ADDRESSABLE type.
19710         * tree-cfg.c (verify_gimple_call): Adjust.
19712 2016-01-08  Olivier Hainque  <hainque@adacore.com>
19714         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
19715         libc_internal.
19717 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
19719         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
19720         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
19721         (reduc_smin_v2sf): Rename to...
19722         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
19723         (reduc_splus_v2sf): Rename to...
19724         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
19726 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
19728         PR tree-optimization/69162
19729         * gimplify.c (gimplify_va_arg_expr): Encode original type of
19730         valist argument in another argument.
19731         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
19732         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
19733         to determine the va_list type, build a MEM_REF instead of
19734         build_fold_indirect_ref.
19736         PR tree-optimization/69172
19737         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
19738         gimple_build.
19740 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19742         PR tree-optimization/67781
19743         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
19744         and cmpnop in two steps: first the ones not accessed in original
19745         gimple expression in a endian independent way and then the ones not
19746         accessed in the final result in an endian-specific way.
19748 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
19750         PR tree-optimization/69083
19751         * tree-vect-slp.c (vect_get_constant_vectors): For
19752         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
19753         element type.  If op is fold_convertible_p to vector_type's element
19754         type, use NOP_EXPR instead of VCE.
19756 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
19758         PR rtl-optimization/67778
19759         PR rtl-optimization/68634
19760         PR rtl-optimization/68909
19761         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
19762         block from the stack until done with it.  Remove a superfluous
19763         bitmap set.  Remove a superfluous bitmap test.
19765 2016-01-07  Martin Sebor  <msebor@redhat.com>
19767         PR c/68966
19768         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
19769         constraint on the type of arguments.
19771 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
19773         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
19774         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
19775         unaligned_access on the gcc_options set.
19776         * config/arm/arm.c (arm_option_override_internal): Use
19777         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
19779 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
19781         PR target/69140
19782         * config/i386/i386.c (ix86_frame_pointer_required): Enable
19783         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
19785 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
19787         Revert
19788         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
19790         PR target/69140
19791         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
19792         depending on frame_pointer_needed before remaining integer and SSE
19793         registers are saved.
19795 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
19797         PR 1078
19798         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
19800 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
19802         PR target/69171
19803         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
19804         Use the "xBm" constraint.
19805         (float<sseintvecmodelower><mode>2<mask_name><round_name):
19806         Likewise.
19807         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
19808         (sse_cvtsi2ssq<round_name>): Likewise.
19809         (sse_cvtss2si<round_name>): Likewise.
19810         (sse_cvtss2siq<round_name>): Likewise.
19811         (sse2_cvtsi2sdq<round_name>): Likewise.
19812         (sse2_cvtsd2si<round_name>): Likewise.
19813         (sse2_cvtsd2siq<round_name>): Likewise.
19814         * config/i386/subst.md (round_nimm_scalar_predicate): New
19815         predicate.
19817 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
19819         PR middle-end/67639
19820         * varasm.c (make_decl_rtl): Mark invalid register vars as
19821         DECL_EXTERNAL.
19823         PR rtl-optimization/66206
19824         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
19825         All callers changed.
19827 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
19829         PR tree-optimization/69141
19830         * tree-ssa-pre.c: Include langhooks.h.
19831         (eliminate_dom_walker::before_dom_children): Use
19832         lang_hooks.decl_printable_name instead of
19833         cgraph_node::get ()->name ().
19835         PR middle-end/68960
19836         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
19837         it and DECL_ALIGN too.
19839 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
19841         * config/mips/mips-ftypes.def: Sort to lexicographical order.
19843 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
19845         PR target/69140
19846         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
19847         depending on frame_pointer_needed before remaining integer and SSE
19848         registers are saved.
19850 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19852         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
19853         mode iterator with VSX_M2.
19854         (*p9_vecstore_<mode>): Likewise.
19855         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
19856         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
19857         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
19858         (define_split for VSX_LE128 stores): Likewise.
19859         (define_peephole2 for TImode LE swaps): Likewise.
19860         (define_split for VSX_LE128 post-reload stores): Likewise.
19862 2016-01-06  Marek Polacek  <polacek@redhat.com>
19864         PR sanitizer/69099
19865         * convert.c (convert_to_integer_1): Adjust call to
19866         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
19867         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
19868         EXPR instead of ARG.
19869         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
19871 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
19873         PR 1078
19874         * doc/extend.texi (RL78 Variable Attributes): New section.
19876 2016-01-05  Marek Polacek  <polacek@redhat.com>
19878         PR c/69104
19879         * builtins.c (get_memmodel): Use expansion point location rather than
19880         the input location.  Call warning_at rather than warning.
19881         (expand_builtin_atomic_compare_exchange): Likewise.
19882         (expand_builtin_atomic_load): Likewise.
19883         (expand_builtin_atomic_store): Likewise.
19884         (expand_builtin_atomic_clear): Likewise.
19886 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
19888         PR target/68991
19889         * config/i386/i386.c (ix86_expand_vector_logical_operator):
19890         Replace nonimmediate_operand with vector_operand.
19891         * config/i386/predicates.md (vector_operand): New predicate.
19892         (general_vector_operand): Replace nonimmediate_operand with
19893         vector_operand.
19894         * config/i386/sse.md: Replace nonimmediate_operand with
19895         vector_operand and m constraint with Bm constraint on SSE
19896         patterns with 16-byte memory operand.
19897         * config/i386/subst.md (round_nimm_predicate): Replace
19898         nonimmediate_operand with vector_operand.
19899         (round_saeonly_nimm_predicate): Likewise.
19900         (round_saeonly_nimm_scalar_predicate): New.
19902 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
19904         PR target/68991
19905         * config/i386/constraints.md (Bm): New constraint.
19906         * config/i386/predicates.md (vector_memory_operand): New
19907         predicate.
19908         * config/i386/sse.md: Replace xm with xBm in plusminus and
19909         any_logic patterns.
19911 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
19913         PR 1078
19914         * doc/extend.texi (V850 Function Attributes): New section.
19915         (V850 Variable Attributes): New section.
19917 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
19919         PR 1078
19920         * doc/extend.texi (MicroBlaze Function Attributes): Document
19921         interrupt_handler and fast_interrupt attributes.
19923 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
19925         PR other/60465
19926         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
19927         for local symbolic operands.
19928         * config/ia64/predicates.md (local_symbolic_operand64): New
19929         predicate.
19931 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19933         PR rtl-optimization/68651
19934         * combine.c (combine_simplify_rtx): Canonicalize x + x into
19935         x << 1.
19937 2016-01-05  Nathan Sidwell  <nathan@acm.org>
19939         * alias.c (compare_base_decls): Use symtab_node::get.
19941 2016-01-05  Nick Clifton  <nickc@redhat.com>
19943         PR target/68770
19944         * ira-costs.c (copy_cost): Initialise the t_icode field of the
19945         secondary_reload_info structure.
19947         PR target/66655
19948         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
19949         decls if weak support is available.
19951 2016-01-04  Martin Sebor  <msebor@redhat.com>
19953         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
19955 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
19957         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
19958         OPTION_MASK_P9_DFORM.
19960         * config/rs6000/constraints.md (wo constraint): New constraint for
19961         ISA 3.0 (power9).
19963         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
19964         for wo constraint.
19965         (rs6000_init_hard_regno_mode_ok): Likewise.
19967         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
19968         wo constraint.
19970         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
19971         expanders not to have constraints.  Add support for ISA 3.0 xxperm
19972         instruction.  Add support for fusing xxlor with xxperm.
19973         (altivec_vperm_<mode>_internal): Likewise.
19974         (altivec_vperm_v8hiv16qi): Likewise.
19975         (altivec_vperm_<mode>v16q): Likewise.
19976         (altivec_vperm_<mode>_uns): Likewise.
19977         (vperm_v8hiv4si): Likewise.
19978         (vperm_v16qiv8hi): Likewise.
19980         * doc/md.texi (RS/6000 constraints): Document wo constraint.
19982 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
19984         Update copyright years.
19986         * gcc.c (process_command): Update copyright notice dates.
19987         * gcov-dump.c (print_version): Ditto.
19988         * gcov.c (print_version): Ditto.
19989         * gcov-tool.c (print_version): Ditto.
19990         * gengtype.c (create_file): Ditto.
19991         * doc/cpp.texi: Bump @copying's copyright year.
19992         * doc/cppinternals.texi: Ditto.
19993         * doc/gcc.texi: Ditto.
19994         * doc/gccint.texi: Ditto.
19995         * doc/gcov.texi: Ditto.
19996         * doc/install.texi: Ditto.
19997         * doc/invoke.texi: Ditto.
19999 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
20001         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
20002         modes larger than TImode as TImode if NEON is not enabled.
20004 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
20006         PR target/69100
20007         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
20008         mode for %f0-%f31 only if TARGET_FPU.
20010 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
20012         PR target/69072
20013         * config/sparc/sparc.c (scan_record_type): Take into account subfields
20014         to compute the PACKED_P predicate.
20015         (function_arg_record_value): Minor tweaks.
20017 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20019         * doc/install.texi (--with-multilib-list): Describe the meaning of the
20020         option for arm*-*-* targets.
20022 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
20024         * doc/extend.texi (Common Function Attributes): Move docs for
20025         MSP430-specific attributes to....
20026         (MSP430 Function Attributes): ...here.  Delete the redundant
20027         entries and copy-edit the remaining text.
20028         (MSP430 Variable Attributes): Use uniform format for index
20029         entries and add a cross-reference to the corresponding function
20030         attribute docs.
20032 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
20034         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
20035         -finite-math typo.
20036         (x86 Options): Likewise.
20038 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
20040         PR 1078
20042         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
20043         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
20044         to corresponding attribute.
20046 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
20048         * doc/extend.texi (Common Function Attributes) <noplt>: Move
20049         to correct alphabetization of table.  Copy-edit and correct
20050         markup.
20051         <stack_protect>: Likewise.
20052         <target_clones>: Likewise.
20053         <simd>: Likewise.
20054         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
20055         Correct punctuation.
20056         (Code Gen Options) <-fno-plt>: Copy-edit.
20058 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20060         PR target/68917
20061         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
20062         SI values.  Explicitly convert SI to DI and vice-versa.
20064 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
20066         PR tree-optimization/69070
20067         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
20068         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
20070         PR sanitizer/69055
20071         * ubsan.c (ubsan_instrument_float_cast): Call
20072         initialize_sanitizer_builtins.
20074         PR target/69015
20075         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
20077 Copyright (C) 2016 Free Software Foundation, Inc.
20079 Copying and distribution of this file, with or without modification,
20080 are permitted in any medium without royalty provided the copyright
20081 notice and this notice are preserved.