spellcheck.h: add best_match template; implement early-reject
[official-gcc.git] / gcc / ChangeLog
blob907bb06bee90f23505b96431b9dbf074461ba6d5
1 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
3         * spellcheck-tree.c: Include spellcheck-tree.h rather than
4         spellcheck.h.
5         (find_closest_identifier): Reimplement in terms of
6         best_match<tree,tree>.
7         * spellcheck-tree.h: New file.
8         * spellcheck.c (struct edit_distance_traits<const char *>): New
9         struct.
10         (find_closest_string): Reimplement in terms of
11         best_match<const char *, const char *>.
12         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
13         overload to spellcheck-tree.h.
14         (find_closest_identifier): Likewise.
15         (struct edit_distance_traits<T>): New template.
16         (class best_match): New class.
18 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
20         * selftest-run-tests.c (selftest::run_tests): Call
21         selftest::spellcheck_tree_c_tests.
22         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
23         * spellcheck-tree.c: Include selftest.h and stringpool.h.
24         (selftest::test_find_closest_identifier): New function.
25         (selftest::spellcheck_tree_c_tests): New function.
26         * spellcheck.c (selftest::test_find_closest_string): Verify that
27         the order of the vec does not affect the results for this case.
28         (selftest::test_data): New array.
29         (selftest::test_metric_conditions): New function.
30         (selftest::spellcheck_c_tests): Add a test of case-comparison.
31         Call selftest::test_metric_conditions.
33 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
35         * config/rs6000/rs6000-builtin.def (commentary): Typo.
36         (BU_P9_MISC_1): Likewise.
37         (BU_P9_64BIT_MISC_0): Likewise.
38         (BU_P9_MISC_0): Likewise.
40 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
42         * gcc-rich-location.c
43         (gcc_rich_location::add_fixit_misspelled_id): New method.
44         * gcc-rich-location.h
45         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
47 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
49         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
50         FreeBSD 11 and above.
52 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
54         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
56 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
58         * expmed.h: Close parenthesis in "at your option" in copyright
59         boilerplate.
60         * lower-subreg.h: Likewise.
62 2016-06-14  Richard Biener  <rguenther@suse.de>
64         PR middle-end/71526
65         * genmatch.c (expr::gen_transform): Use in_type for comparisons
66         if available.
68 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
70         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
71         New function.
72         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
73         mask+shift version.
74         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
75         New prototype.
76         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
77         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
79 2016-06-14  Richard Biener  <rguenther@suse.de>
81         PR tree-optimization/71522
82         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
83         copying into float copying.
85 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
87         PR tree-optimization/71520
88         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
89         (replace_block_by): Move user labels from bb1 to bb2.
91 2016-06-14  Richard Biener  <rguenther@suse.de>
93         PR middle-end/71310
94         PR bootstrap/71510
95         * expr.h (get_bit_range): Declare.
96         * expr.c (get_bit_range): Export.
97         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
98         word_mode again to constrain the bitfield access.
100 2016-06-14  Richard Biener  <rguenther@suse.de>
102         PR tree-optimization/71521
103         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
104         division int_const_binop against zero divisor.
106 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
108         * config/i386/i386.md (signbittf2): New expander.
109         * config/i386/sse.md (ptesttf2): New insn pattern.
111 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
113         PR bootstrap/71481
114         * input.c (selftest::test_reading_source_line): Avoid reading from
115         __FILE__ by creating a tempfile with known content and reading
116         from that instead.
118 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
120         * pretty-print.c (assert_pp_format_colored): Skip the test if
121         GCC_COLORS is set.
122         (test_pp_format): Remove comment about GCC_COLORS.
124 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
126         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
127         * pretty-print.c (assert_pp_format_va): Add location param and use
128         it with ASSERT_STREQ_AT.
129         (assert_pp_format): Add location param and pass it to
130         assert_pp_format_va.
131         (assert_pp_format_colored): Likewise.
132         (ASSERT_PP_FORMAT_1): New.
133         (ASSERT_PP_FORMAT_2): New.
134         (ASSERT_PP_FORMAT_3): New.
135         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
136         explicitly, or implicitly via the above macros.
137         * selftest.c (selftest::pass): Use a selftest::location rather
138         than file and line.
139         (selftest::fail): Likewise.  Print the function name.
140         (selftest::fail_formatted): Likewise.
141         (selftest::assert_streq): Use a selftest::location rather than
142         file and line.
143         * selftest.h (selftest::location): New struct.
144         (SELFTEST_LOCATION): New macro.
145         (selftest::pass): Accept a const location & rather than file
146         and line.
147         (selftest::fail): Likewise.
148         (selftest::fail_formatted): Likewise.
149         (selftest::assert_streq): Likewise.
150         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
151         (ASSERT_FALSE): Likewise.
152         (ASSERT_EQ): Likewise.
153         (ASSERT_NE): Likewise.
154         (ASSERT_STREQ): Likewise.
155         (ASSERT_PRED1): Likewise.
156         (ASSERT_STREQ_AT): New macro.
158 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
160         * selftest.c (selftest::fail_formatted): New function.
161         (selftest::assert_streq): New function.
162         * selftest.h (selftests::fail_formatted): New decl.
163         (selftest::assert_streq): New decl.
164         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
166 2016-06-13  Jeff Law  <law@redhat.com>
168         PR tree-optimization/71403
169         * tree-ssa-threadbackward.c
170         (convert_and_register_jump_thread_path): No longer accept reference
171         to path.  Do not pop items off the path anymore.
172         (fsm_find_control_statement_thread_paths): Do not allow threading
173         to a deeper loop nest.  Pop the last item off the path here rather
174         than in convert_and_register_jump_thread_path.
176 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
177             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
179         [AArch64] Emit division using the Newton series
181         * config/aarch64/aarch64-protos.h
182         (cpu_approx_modes): Add new member "division".
183         (aarch64_emit_approx_div): Declare new function.
184         * config/aarch64/aarch64.c
185         (generic_approx_modes): New member "division".
186         (exynosm1_approx_modes): Likewise.
187         (xgene1_approx_modes): Likewise.
188         (aarch64_emit_approx_div): Define new function.
189         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
190         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
191         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
192         * doc/invoke.texi (-mlow-precision-div): Describe new option.
194 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
195             Wilco Dijkstra  <wilco.dijkstra@arm.com>
197         [AArch64] Emit square root using the Newton series
199         * config/aarch64/aarch64-protos.h
200         (aarch64_emit_approx_rsqrt): Replace with new function
201         "aarch64_emit_approx_sqrt".
202         (cpu_approx_modes): New member "sqrt".
203         * config/aarch64/aarch64.c
204         (generic_approx_modes): New member "sqrt".
205         (exynosm1_approx_modes): Likewise.
206         (xgene1_approx_modes): Likewise.
207         (aarch64_emit_approx_rsqrt): Replace with new function
208         "aarch64_emit_approx_sqrt".
209         (aarch64_override_options_after_change_1): Handle new option.
210         * config/aarch64/aarch64-simd.md
211         (rsqrt<mode>2): Use new function instead.
212         (sqrt<mode>2): New expansion and insn definitions.
213         * config/aarch64/aarch64.md: Likewise.
214         * config/aarch64/aarch64.opt
215         (mlow-precision-sqrt): Add new option description.
216         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
218 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
220         [AArch64] Add more choices for the reciprocal square root approximation
222         Allow a target to prefer such operation depending on the operation mode.
224         * config/aarch64/aarch64-protos.h
225         (AARCH64_APPROX_MODE): New macro.
226         (AARCH64_APPROX_{NONE,ALL}): Likewise.
227         (cpu_approx_modes): New structure.
228         (tune_params): New member "approx_modes".
229         * config/aarch64/aarch64-tuning-flags.def
230         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
231         * config/aarch64/aarch64.c
232         (generic_approx_modes): New core "cpu_approx_modes" structure.
233         (exynosm1_approx_modes): Likewise.
234         (xgene1_approx_modes): Likewise.
235         (generic_tunings): New member "approx_modes".
236         (cortexa35_tunings): Likewise.
237         (cortexa53_tunings): Likewise.
238         (cortexa57_tunings): Likewise.
239         (cortexa72_tunings): Likewise.
240         (exynosm1_tunings): Likewise.
241         (thunderx_tunings): Likewise.
242         (xgene1_tunings): Likewise.
243         (use_rsqrt_p): New argument for the mode and use new member from
244         "tune_params".
245         (aarch64_builtin_reciprocal): Devise mode from builtin.
246         (aarch64_optab_supported_p): New argument for the mode.
247         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
249 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
251         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
252         RS6000_BTM_MODULO flag into the set of flags that are considered
253         to be part of the common configuration.
255 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
257         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
258         difference unsigned.
259         (vec_absdb): New macro for vector absolute difference unsigned
260         byte.
261         (vec_absdh): New macro for vector absolute difference unsigned
262         half-word.
263         (vec_absdw): New macro for vector absolute difference unsigned word.
264         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
265         (vadu<mode>3): New insn.
266         (*p9_vadu<mode>3): New insn.
267         * config/rs6000/rs6000-builtin.def (vadub): New built-in
268         definition.
269         (vaduh): New built-in definition.
270         (vaduw): New built-in definition.
271         (vadu): New overloaded built-in definition.
272         (vadub): New overloaded built-in definition.
273         (vaduh): New overloaded built-in definition.
274         (vaduw): New overloaded built-in definition.
275         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
276         overloaded vector absolute difference unsigned functions.
277         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
278         the ISA 3.0 vector absolute difference unsigned built-in functions.
280 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
282         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
283         update shared_lookup_references only once after changing operands.
285 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
287         PR middle-end/71373
288         * tree-nested.c (convert_nonlocal_omp_clauses)
289         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
291         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
292         * tree.def (CASE_LABEL_EXPR): Likewise.
294 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
296         PR bootstrap/71481
297         * input.c (test_builtins): Fix an assertion.
299 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
301         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
302         (paritysi2): Ditto.
303         (isinfxf2): Ditto.
304         (isinf<mode>2): Ditto.
306 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
308         * ggc-tests.c (test_finalization): Only test need_finalization_p
309         for GCC_VERSION >= 4003.
311 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
313         * config/s390/vecintrin.h: Fix file description in comment.
315 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
317         * config/s390/s390-builtin-types.def: Change builtin type naming
318         scheme to match builtin-types.def.
320 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
322         * fold-const.c (optimize_minmax_comparison): Remove.
323         (fold_comparison): Remove call to the above.
324         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
325         New transformations.
327 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
329         PR tree-optimization/71416
330         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
331         multiple entries
333 2016-06-13  Martin Liska  <mliska@suse.cz>
335         * predict.c (enum predictor_reason): Prefix enum with REASON_.
336         (combine_predictions_for_insn): Likewise.
337         (prune_predictions_for_bb): Likewise.
338         (combine_predictions_for_bb): Likewise.
340 2016-06-13  Richard Biener  <rguenther@suse.de>
342         PR tree-optimization/71505
343         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
344         assert match comment.
346 2016-06-13  Marek Polacek  <polacek@redhat.com>
348         PR middle-end/71476
349         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
350         gimplify_switch_expr.
351         (warn_switch_unreachable_r): New function.
353 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
355         PR target/71379
356         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
357         one.
359 2016-06-13  Richard Biener  <rguenther@suse.de>
361         PR middle-end/64516
362         * fold-const.c (fold_unary_loc): Preserve alignment when
363         folding a VIEW_CONVERT_EXPR into a MEM_REF.
365 2016-06-13  Martin Liska  <mliska@suse.cz>
367         PR sanitizer/71458
368         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
369         w/ -fsanitize=bounds.
371 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
373         * config/i386/i386.c (ix86_init_builtins): Calculate
374         FLOAT128_FTYPE_CONST_STRING function type only once.
375         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
376         built-in functions are available for x86-32 and x86-64 targets.
378 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
380         PR target/71241
381         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
382         New primitive type.
383         (FLOAT128_FTYPE_CONST_STRING): New function type.
384         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
385         [IX86_BUILTIN_NANSQ]: Ditto.
386         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
387         (ix86_init_builtin_types): Declare const_string_type_node.
388         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
389         builtin functions.
390         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
391         * doc/extend.texi (x86 Built-in Functions): Document
392         __builtin_nanq and __builtin_nansq.
394 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
396         PR target/71061
397         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
398         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
399         length for pop patterns.
400         (arm_attr_length_push_multi): Update comments.
401         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
402         attribute.
403         (*pop_multiple_with_writeback_and_return): Likewise.
404         (*pop_multiple_with_return): Likewise.
406 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
408         PR middle-end/71310
409         * fold-const.c (optimize_bit_field_compare): Don't try to use
410         word_mode unconditionally for reading the bit field, look at
411         DECL_BIT_FIELD_REPRESENTATIVE instead.
413 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
415         PR middle-end/71478
416         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
417         vector integer type.
419 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
421         PR middle-end/71494
422         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
423         without LABEL_DECL, set *handled_ops_p to false instead of true.
425 2016-06-10  Martin Sebor  <msebor@redhat.com>
427         PR c/71392
428         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
429         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
430         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
431         them.
432         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
433         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
434         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
435         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
436         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
437         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
438         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
439         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
441 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
443         * config/arm/arm.h (pool_vector_label,
444         return_used_this_function): Remove.
446 2016-06-10  Jeff Law  <law@redhat.com>
448         PR tree-optimization/71335
449         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
450         zero length paths here.
451         (convert_and_register_jump_thread_path): Remove hacks related to
452         duplicated blocks in the jump thread path.
453         (fsm_find_control_statement_thread_paths): Avoid putting the same
454         block on the thread path twice, but ensure the thread path is
455         unchanged from the caller's point of view.
457 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
459         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
460         * predict.def (PRED_LOOP_BRANCH): Remove.
462 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
464         * Makefile.in (OBJS): Add ggc-tests.o.
465         (GTFILES): Add ggc-tests.c.
466         * ggc-tests.c: New file.
467         * selftest-run-tests.c (selftest::run_tests): Call
468         selftest::ggc_tests_c_tests.
469         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
471 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
473         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
475 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
477         PR sanitizer/71480
478         * varasm.c (place_block_symbol): Adjust alignment for asan protected
479         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
481 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
483         * profile.c: Include cfgloop.h.
484         (branch_prob): Compute estimated number of iterations.
485         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
486         recompute estimate number of iterations from profile.
488 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
490         PR inline-asm/68843
491         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
492         must be grouped on top of stack.  Don't force early clobber
493         on ordinary reg outputs.
495 2016-06-10  Richard Biener  <rguenther@suse.de>
497         * targhooks.c (default_builtin_vectorization_cost): Adjust
498         vec_construct cost.
500 2016-06-10  Richard Biener  <rguenther@suse.de>
502         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
503         to fold the RHS to a constant if possible.
505 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
507         PR middle-end/71373
508         * tree-nested.c (convert_nonlocal_omp_clauses)
509         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
510         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
511         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
513         * gimplify.c (gimplify_adjust_omp_clauses): Discard
514         OMP_CLAUSE_TILE.
515         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
517         * omp-low.c (scan_sharing_clauses): Don't expect
518         OMP_CLAUSE__CACHE_.
520 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
522         PR tree-optimization/71407
523         PR tree-optimization/71416
524         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
525         BIT_FIELD_REF type.
527 2016-06-10  Richard Biener  <rguenther@suse.de>
529         PR middle-end/71477
530         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
532 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
534         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
536 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
537             Jiong Wang  <jiong.wang@arm.com>
539         PR rtl-optimization/70751
540         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
541         spilled into memory.
543 2016-06-09  Jonathan Yong  <10walls@gmail.com>
545         Revert:
546         2015-09-21  Jonathan Yong  <10walls@gmail.com>
548         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
549         sysroot/usr/lib/32api for additional win32 libraries,
550         fixes failing Cygwin bootstrapping.
552 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
554         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
555         Delete.
557 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
559         PR bootstrap/71471
560         * pretty-print.c (pp_indent): Specify that %p is printed in a
561         host-dependent manner.
562         (test_pp_format): Remove the test for %p.
564 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
566         * config/mips/mips.c (mips_output_jump): Fix formatting.
568 2016-06-09  Richard Biener  <rguenther@suse.de>
570         PR tree-optimization/71462
571         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
572         removed blocks.
574 2016-06-09  Martin Liska  <mliska@suse.cz>
576         * predict.c (dump_prediction): Add new argument.
577         (enum predictor_reason): New enum.
578         (struct predictor_hash): New struct.
579         (predictor_hash::hash): New function.
580         (predictor_hash::equal): Likewise.
581         (not_removed_prediction_p): New function.
582         (prune_predictions_for_bb): Likewise.
583         (combine_predictions_for_bb): Prune predictions.
585 2016-06-09  Martin Liska  <mliska@suse.cz>
587         * predict.c (filter_predictions): New function.
588         (remove_predictions_associated_with_edge): Use the filter
589         function.
590         (equal_edge_p): New function.
592 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
594         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
595         Correct usage of @samp vs @option, add @samp where appropriate.
596         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
597         Add armv6s-m and document it, as it is no official ARM name.
599 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
601         * ifcvt.c (struct noce_if_info): Add transform_name field.
602         (noce_try_move): Set if_info->transform_name to the function name.
603         (noce_try_ifelse_collapse): Likewise.
604         (noce_try_store_flag): Likewise.
605         (noce_try_inverse_constants): Likewise.
606         (noce_try_store_flag_constants): Likewise.
607         (noce_try_addcc): Likewise.
608         (noce_try_store_flag_mask): Likewise.
609         (noce_try_cmove): Likewise.
610         (noce_try_cmove_arith): Likewise.
611         (noce_try_minmax): Likewise.
612         (noce_try_abs): Likewise.
613         (noce_try_sign_mask): Likewise.
614         (noce_try_bitop): Likewise.
615         (noce_convert_multiple_sets): Likewise.
616         (noce_process_if_block): Print if_info->transform_name to
617         dump_file if transformation succeeded.
619 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
621         * config/arm/cortex-a57.md (cortex_a57_alu):
622         Handle csel type.
624 2016-06-08  Martin Sebor  <msebor@redhat.com>
625             Jakub Jelinek  <jakub@redhat.com>
627         PR c++/70507
628         PR c/68120
629         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
630         BUILT_IN_MUL_OVERFLOW_P): New builtins.
631         * builtins.c: Include gimple-fold.h.
632         (fold_builtin_arith_overflow): Handle
633         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
634         (fold_builtin_3): Likewise.
635         * doc/extend.texi (Integer Overflow Builtins): Document
636         __builtin_{add,sub,mul}_overflow_p.
638 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
640         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
641         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
643 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
645         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
646         Rewrite, looking one level down for records and arrays.
648 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
650         * pretty-print.c: Include "selftest.h".
651         (pp_format): Fix comment.
652         (identifier_to_locale): Likewise.
653         (selftest::test_basic_printing): New function.
654         (selftest::assert_pp_format): New function.
655         (selftest::test_pp_format): New function.
656         (selftest::pretty_print_c_tests): New function.
657         * selftest-run-tests.c (selftest::run_tests): Call
658         selftest::pretty_print_c_tests.
659         * selftest.h (pretty_print_c_tests): New declaration.
661 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
663         * invoke.texi (max-loop-headers-insns): Document.
664         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
665         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
666         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
668 2016-06-08  Richard Biener  <rguenther@suse.de>
670         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
671         on strided SLP loads and fall back to scalar loads in case
672         we can't chunk them.
674 2016-06-08  Richard Biener  <rguenther@suse.de>
676         PR tree-optimization/71452
677         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
678         type used for the SSA rewrite has enough precision to cover
679         the dynamic type of the location.
681 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
682             Richard Biener  <rguenther@suse.de>
684         PR c++/71448
685         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
686         the same as DECL_P (base0) for indirect_base0.  Use equality_code
687         in one further place.
689 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
691         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
692         to one word if the field is known to overlap other words.
693         (extract_bit_field_1): Likewise.
694         (store_split_bit_field): Remove compensating code.
695         (extract_split_bit_field): Likewise.
697 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
699         PR debug/71432
700         PR ada/71413
701         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
703 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
705         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
706         VDQF.
707         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
708         (arch64_addpv4sf): Delete.
709         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
710         "gen_aarch64_addpv4sf".
711         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
712         builtin.
713         (vpadds_f32): Likewise.
714         (vpaddq_f32): Likewise.
715         (vpaddq_f64): Likewise.
717 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
719         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
720         VALLF.
721         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
722         to VALLF.  Rename to "fabd<mode>3".
723         "*fabd_scalar<mode>3): Delete.
724         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
725         Use builtin.
726         (vabdd_f64): Likewise.
727         (vabd_f32): Likewise.
728         (vabd_f64): Likewise.
729         (vabdq_f32): Likewise.
730         (vabdq_f64): Likewise.
732 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
734         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
735         VALLF.
736         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
737         "aarch64_rsqrts<mode>".
738         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
739         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
740         builtin.
741         (vrsqrtsd_f64): Likewise.
742         (vrsqrts_f32): Likewise.
743         (vrsqrts_f64): Likewise.
744         (vrsqrtsq_f32): Likewise.
745         (vrsqrtsq_f64): Likewise.
747 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
749         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
750         VALLF.
751         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
752         "aarch64_rsqrte<mode>".
753         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
754         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
755         builtin.
756         (vrsqrted_f64): Likewise.
757         (vrsqrte_f32): Likewise.
758         (vrsqrte_f64): Likewise.
759         (vrsqrteq_f32): Likewise.
760         (vrsqrteq_f64): Likewise.
762 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
764         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
765         (ucvtf): Likewise.
766         (fcvtzs): Likewise.
767         (fcvtzu): Likewise.
768         * config/aarch64/aarch64-simd.md
769         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
770         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
771         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
772         Use builtin.
773         (vcvt_n_f32_u32): Likewise.
774         (vcvt_n_s32_f32): Likewise.
775         (vcvt_n_u32_f32): Likewise.
776         (vcvtq_n_f32_s32): Likewise.
777         (vcvtq_n_f32_u32): Likewise.
778         (vcvtq_n_f64_s64): Likewise.
779         (vcvtq_n_f64_u64): Likewise.
780         (vcvtq_n_s32_f32): Likewise.
781         (vcvtq_n_s64_f64): Likewise.
782         (vcvtq_n_u32_f32): Likewise.
783         (vcvtq_n_u64_f64): Likewise.
784         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
785         (VSDQ_SDI): Likewise.
786         (fcvt_target): Support V4DI, V4SI and V2SI.
787         (FCVT_TARGET): Likewise.
789 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
791         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
792         (TYPES_BINOP_SUS): Likewise.
793         (aarch64_simd_builtin_data): Update include file name.
794         (aarch64_builtins): Likewise.
795         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
796         for conversion between scalar float-point and fixed-point.
797         (ucvtf): Likewise.
798         (fcvtzs): Likewise.
799         (fcvtzu): Likewise.
800         * config/aarch64/aarch64.md
801         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
802         pattern for conversion between scalar float to fixed-pointer.
803         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
804         (UNSPEC_FCVTZS): New UNSPEC enumeration.
805         (UNSPEC_FCVTZU): Likewise.
806         (UNSPEC_SCVTF): Likewise.
807         (UNSPEC_UCVTF): Likewise.
808         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
809         Use builtin.
810         (vcvtd_n_f64_u64): Likewise.
811         (vcvtd_n_s64_f64): Likewise.
812         (vcvtd_n_u64_f64): Likewise.
813         (vcvtd_n_f32_s32): Likewise.
814         (vcvts_n_f32_u32): Likewise.
815         (vcvtd_n_s32_f32): Likewise.
816         (vcvts_n_u32_f32): Likewise.
817         * config/aarch64/iterators.md (fcvt_target): Support integer to float
818         mapping.
819         (FCVT_TARGET): Likewise.
820         (FCVT_FIXED2F): New iterator.
821         (FCVT_F2FIXED): Likewise.
822         (fcvt_fixed_insn): New define_int_attr.
824 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
826         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
827         some statements was removed.
829 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
831         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
832         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
833         (vect_can_advance_ivs_p): likewise.
834         (vect_update_ivs_after_vectorizer): likewise.
835         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
836         (vect_analyze_scalar_cycles_1): likewise.
837         (vect_analyze_loop_operations): likewise.
838         (report_vect_op): likewise.
839         (vect_is_slp_reduction): likewise.
840         (vect_is_simple_reduction): likewise.
841         (get_initial_def_for_induction): likewise.
842         (vect_transform_loop): likewise.
843         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
844         (vect_recog_sad_pattern): likewise.
845         (vect_recog_widen_sum_pattern): likewise.
846         (vect_recog_widening_pattern): likewise.
847         (vect_recog_divmod_pattern): likewise.
848         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
849         (vect_analyze_slp_instance): likewise.
850         (vect_transform_slp_perm_load): likewise.
851         (vect_schedule_slp_instance): likewise.
853 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
855         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
856         (return_prediction): PRED_CONST_RETURN predict return as not taken.
857         * predict.def (PRED_CONTINUE): Change hitrate 50->67
858         (PRED_LOOP_BRANCH): Document predictor as broken.
859         (PRED_LOOP_EXIT): Change hitrate 91->92.
860         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
861         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
862         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
863         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
864         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
865         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
866         (PRED_CALL): Chane hitrate 71->67.
867         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
868         (PRED_GOTO): Document as unused right now.
869         (PRED_CONST_RETURN): Change hitrate 67->69
870         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
871         (PRED_NULL_RETURN): Change hitrate 91->90.
872         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
873         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
874         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
876 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
878         * config/rs6000/altivec.h: Add __builtin_vec_mul.
879         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
880         special case Altivec builtin.
881         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
882         VSX_BUILTIN_VEC_MUL (replaced with special case code).
883         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
884         code for ALTIVEC_BUILTIN_VEC_MUL.
885         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
886         for __builtin_vec_mul.
888 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
890         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
891         -mno-htm.
893 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
895         * spellcheck.c (selftest::test_find_closest_string): New function.
896         (spellcheck_c_tests): Call the above.
898 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
900         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
902 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
904         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
905         Yv=Yv,C alternatives.
907 2016-06-07  Richard Biener  <rguenther@suse.de>
909         PR c/61564
910         * common.opt (ffast-math): Make Optimization.
912 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
913             Prachi Godbole  <prachi.godbole@imgtec.com>
915         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
916         `fabs' and `fneg' type attributes.
917         (p5600_fpu_fabs): Add `fmove' to the comment.
919 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
921         * gimple.c: Include builtins.h
922         (gimple_inexpensive_call_p): New function.
923         * gimple.h (gimple_inexpensive_call_p): Declare.
924         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
925         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
926         fix formatting.
928 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
930         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
931         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
932         warning_at_rich_loc, warning_n, pedwarn, permerror,
933         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
934         sorry, fatal_error, internal_error, internal_error_no_backtrace):
935         Use the above.
937 2016-06-07  Richard Biener  <rguenther@suse.de>
939         PR tree-optimization/71428
940         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
941         BIT_FIELD_REF op vs. load.
943 2016-06-07  Richard Biener  <rguenther@suse.de>
945         PR middle-end/71423
946         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
947         for signed ops.
949 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
951         * config/pa/pa.md (call): Generate indirect long calls to non-local
952         functions on TARGET_64BIT.
953         (call_value): Likewise.
955 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
957         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
958         pattern and subsequent splitters.
959         (call_val_reg_64bit_post_reload): Likewise.
961 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
963         PR middle-end/71408
964         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
965         propagate_op_to_single_use.
967 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
969         PR middle-end/71281
970         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
972 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
974         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
975         (enum x86_dirflag_state): New enum.
976         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
977         (machine_function): Remove needs_cld.
978         (ix86_current_function_needs_cld): Remove.
979         * config/i386/i386.c (ix86_set_func_type): Set
980         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
981         (ix86_expand_prologue): Do not emit CLD here.
982         (ix86_dirflag_mode_needed): New function.
983         (ix86_dirflag_mode_entry): Ditto.
984         (ix86_mode_needed): Handle X86_DIRFLAG entity.
985         (ix86_mode_after): Ditto.
986         (ix86_mode_entry): Ditto.
987         (ix86_mode_exit): Ditto.
988         (ix86_emit_mode_set): Ditto.
989         * config/i386/i386.md (strmov_singleop): Set
990         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
991         Do not set ix86_current_function_needs_cld.
992         (rep_mov): Ditto.
993         (strset_singleop): Ditto.
994         (rep_stos): Ditto.
995         (cmpstrnqi_nz_1): Ditto.
996         (cmpstrnqi_1): Ditto.
997         (strlenqi_1): Ditto.
999 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
1001         PR tree-optimization/71259
1002         * tree-vect-slp.c (vect_get_constant_vectors): For
1003         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
1004         one for constant op, and use COND_EXPR for non-constant.
1006 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
1008         * Makefile.in (OBJS): Add function-tests.o,
1009         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
1010         selftest-run-tests.o.
1011         (OBJS-libcommon): Add selftest.o.
1012         (OBJS-libcommon-target): Add selftest.o.
1013         (all.internal): Add "selftest".
1014         (all.cross): Likewise.
1015         (selftest): New phony target.
1016         (s-selftest): New target.
1017         (selftest-gdb): New phony target.
1018         (COLLECT2_OBJS): Add selftest.o.
1019         * bitmap.c: Include "selftest.h".
1020         (selftest::test_gc_alloc): New function.
1021         (selftest::test_set_range): New function.
1022         (selftest::test_clear_bit_in_middle): New function.
1023         (selftest::test_copying): New function.
1024         (selftest::test_bitmap_single_bit_set_p): New function.
1025         (selftest::bitmap_c_tests): New function.
1026         * common.opt (fself-test): New.
1027         * diagnostic-show-locus.c: Include "selftest.h".
1028         (make_range): New function.
1029         (test_range_contains_point_for_single_point): New function.
1030         (test_range_contains_point_for_single_line): New function.
1031         (test_range_contains_point_for_multiple_lines): New function.
1032         (assert_eq): New function.
1033         (test_get_line_width_without_trailing_whitespace): New function.
1034         (selftest::diagnostic_show_locus_c_tests): New function.
1035         * et-forest.c: Include "selftest.h".
1036         (selftest::test_single_node): New function.
1037         (selftest::test_simple_tree): New function.
1038         (selftest::test_disconnected_nodes): New function.
1039         (selftest::et_forest_c_tests): New function.
1040         * fold-const.c: Include "selftest.h".
1041         (selftest::assert_binop_folds_to_const): New function.
1042         (selftest::assert_binop_folds_to_nonlvalue): New function.
1043         (selftest::test_arithmetic_folding): New function.
1044         (selftest::fold_const_c_tests): New function.
1045         * function-tests.c: New file.
1046         * gimple.c: Include "selftest.h".
1047         Include "gimple-pretty-print.h".
1048         (selftest::verify_gimple_pp): New function.
1049         (selftest::test_assign_single): New function.
1050         (selftest::test_assign_binop): New function.
1051         (selftest::test_nop_stmt): New function.
1052         (selftest::test_return_stmt): New function.
1053         (selftest::test_return_without_value): New function.
1054         (selftest::gimple_c_tests): New function.
1055         * hash-map-tests.c: New file.
1056         * hash-set-tests.c: New file.
1057         * input.c: Include "selftest.h".
1058         (selftest::assert_loceq): New function.
1059         (selftest::test_accessing_ordinary_linemaps): New function.
1060         (selftest::test_unknown_location): New function.
1061         (selftest::test_builtins): New function.
1062         (selftest::test_reading_source_line): New function.
1063         (selftest::input_c_tests): New function.
1064         * rtl-tests.c: New file.
1065         * selftest-run-tests.c: New file.
1066         * selftest.c: New file.
1067         * selftest.h: New file.
1068         * spellcheck.c: Include "selftest.h".
1069         (selftest::levenshtein_distance_unit_test_oneway): New function,
1070         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
1071         (selftest::levenshtein_distance_unit_test): Likewise.
1072         (selftest::spellcheck_c_tests): Likewise.
1073         * toplev.c: Include selftest.h.
1074         (toplev::run_self_tests): New.
1075         (toplev::main): Handle -fself-test.
1076         * toplev.h (toplev::run_self_tests): New.
1077         * tree.c: Include "selftest.h".
1078         (selftest::test_integer_constants): New function.
1079         (selftest::test_identifiers): New function.
1080         (selftest::test_labels): New function.
1081         (selftest::tree_c_tests): New function.
1082         * tree-cfg.c: Include "selftest.h".
1083         (selftest::push_fndecl): New function.
1084         (selftest::test_linear_chain): New function.
1085         (selftest::test_diamond): New function.
1086         (selftest::test_fully_connected): New function.
1087         (selftest::tree_cfg_c_tests): New function.
1088         * vec.c: Include "selftest.h".
1089         (selftest::safe_push_range): New function.
1090         (selftest::test_quick_push): New function.
1091         (selftest::test_safe_push): New function.
1092         (selftest::test_truncate): New function.
1093         (selftest::test_safe_grow_cleared): New function.
1094         (selftest::test_pop): New function.
1095         (selftest::test_safe_insert): New function.
1096         (selftest::test_ordered_remove): New function.
1097         (selftest::test_unordered_remove): New function.
1098         (selftest::test_block_remove): New function.
1099         (selftest::reverse_cmp): New function.
1100         (selftest::test_qsort): New function.
1101         (selftest::vec_c_tests): New function.c.
1102         * wide-int.cc: Include selftest.h and wide-int-print.h.
1103         (selftest::from_int <wide_int>): New function.
1104         (selftest::from_int <offset_int>): New function.
1105         (selftest::from_int <widest_int>): New function.
1106         (selftest::assert_deceq): New function.
1107         (selftest::assert_hexeq): New function.
1108         (selftest::test_printing <VALUE_TYPE>): New function template.
1109         (selftest::test_ops <VALUE_TYPE>): New function template.
1110         (selftest::test_comparisons <VALUE_TYPE>): New function template.
1111         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
1112         template.
1113         (selftest::wide_int_cc_tests): New function.
1115 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1117         PR middle-end/37780
1118         * ifcvt.c (noce_try_ifelse_collapse): New function.
1119         Declare prototype.
1120         (noce_process_if_block): Call noce_try_ifelse_collapse.
1121         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
1122         (simplify_ternary_operation): Use the above to simplify
1123         conditional CLZ/CTZ expressions.
1125 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1127         PR middle-end/37780
1128         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
1129         define_insn_and_split.
1131 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1133         PR middle-end/37780
1134         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
1136 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1138         PR c/24414
1139         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
1140         Implicitly clobber memory for basic asm with non-empty assembler
1141         string.  Use targetm.md_asm_adjust also here.
1142         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
1143         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
1144         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
1145         non-empty assembler string.
1146         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
1147         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
1148         (decode_asm_operands): Handle basic asm in PARALLEL block.
1149         (extract_insn): Handle basic asm in PARALLEL block.
1150         * doc/extend.texi: Mention new behavior of basic asm.
1151         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
1152         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
1153         branch_needs_nop_p): Use asm_noperands.
1155 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
1157         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
1158         Include the M7 SPARC DFA scheduler.
1159         New attribute v3pipe.
1160         Annotate insns with v3pipe where appropriate.
1161         Define cpu_feature vis4.
1162         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
1163         Add (V8QI "8") to vbits.
1164         Add insns {add,sub}v8qi3
1165         Add insns ss{add,sub}v8qi3
1166         Add insns us{add,sub}{v8qi,v4hi}3
1167         Add insns {min,max}{v8qi,v4hi,v2si}3
1168         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
1169         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
1170         * config/sparc/niagara4.md: Add a comment explaining the
1171         discrepancy between the documented latenty numbers and the
1172         implemented ones.
1173         * config/sparc/niagara7.md: New file.
1174         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
1175         supports SPARC5 and VIS 4.0 instructions.
1176         * configure: Regenerate.
1177         * config.in: Likewise.
1178         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
1179         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
1180         TARGET_CPU_niagara7.
1181         (ASM_CPU64_DEFAULT_SPEC): Likewise.
1182         (CPP_CPU_SPEC): Handle niagara7.
1183         (ASM_CPU_SPEC): Likewise.
1184         * config/sparc/sparc-opts.h (processor_type): Add
1185         PROCESSOR_NIAGARA7.
1186         (mvis4): New option.
1187         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
1188         (AS_NIAGARA7_FLAG): Define.
1189         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
1190         (CPP_CPU64_DEFAULT_SPEC): Likewise.
1191         (CPP_CPU_SPEC): Handle niagara7.
1192         (ASM_CPU_SPEC): Likewise.
1193         * config/sparc/sparc.c (niagara7_costs): Define.
1194         (sparc_option_override): Handle niagara7 and adjust cache-related
1195         parameters with better values for niagara cpus.  Also support VIS4.
1196         (sparc32_initialize_trampoline): Likewise.
1197         (sparc_use_sched_lookahead): Likewise.
1198         (sparc_issue_rate): Likewise.
1199         (sparc_register_move_cost): Likewise.
1200         (dump_target_flag_bits): Support VIS4.
1201         (sparc_vis_init_builtins): Likewise.
1202         (sparc_builtins): Likewise.
1203         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
1204         VIS4 4.0.
1205         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
1206         UltraSparc M7.
1207         * config/sparc/sparc.opt (sparc_processor_type): New value
1208         niagara7.
1209         * config/sparc/visintrin.h (__attribute__): Prototypes for the
1210         VIS4 builtins.
1211         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
1212         -mvis4.
1213         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
1214         VIS4 builtins.
1216 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
1218         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
1220 2016-06-06  Richard Biener  <rguenther@suse.de>
1222         PR tree-optimization/71398
1223         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
1224         remove edges.
1226 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
1228         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
1229         ft32_expand_prolog, ft32_expand_epilogue):
1230         Handle pretend_args.
1231         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
1232         * config/ft32/ft32.md: Add pretend_returner.
1234 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
1236         PR target/71389
1237         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
1238         Copy op1 RTX to avoid invalid sharing.
1239         (ix86_expand_vector_move_misalign): Ditto.
1241 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
1243         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
1244         ATTRIBUTE_UNUSED.
1246 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
1248         * predict.c (predicted_by_loop_heuristics_p): New function.
1249         (predict_iv_comparison): Use it.
1250         (predict_loops): Walk from innermost loops; do not predict edges
1251         leaving multiple loops multiple times; implement
1252         PRED_LOOP_ITERATIONS_MAX heuristics.
1253         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
1255 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
1257         * cfg.c (check_bb_profile): Do not report mismatched profiles when
1258         only edges out of BB are EH edges.
1260 2016-06-04  Martin Sebor  <msebor@redhat.com>
1261             Marcin Baczyński  <marbacz@gmail.com>
1263         PR c/48116
1264         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
1265         a void expression in a void function.
1267 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
1269         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
1270         aux; dump reasons of decisions.
1271         (should_duplicate_loop_header_p): Likewise.
1272         (do_while_loop_p): Likewise.
1273         (ch_base::copy_headers): Dump asi num insns duplicated.
1275 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
1277         PR tree-optimization/71405
1278         * tree-ssa.c (execute_update_addresses_taken): For clobber with
1279         incompatible type, build a new clobber with the right type instead
1280         of building a VIEW_CONVERT_EXPR around it.
1282 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
1284         PR tree-optimization/52171
1285         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
1286         by_pieces_ninsns instead of move_by_pieces_ninsns.
1288 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
1290         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
1291         for reg+reg addressing mode.
1293 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1295         * rs6000-c.c (c/c-tree.h): Add #include.
1296         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
1297         in C++ when found in the base position of vec_ld or vec_st.
1299 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
1301         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
1302         use of profile unless profile status is PROFILE_READ.
1303         * profile.c (compute_branch_probabilities): Set profile status
1304         only after reporting predictor hitrates.
1306 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
1308         PR target/71276
1309         PR target/71277
1310         * common.opt (ffp-int-builtin-inexact): New option.
1311         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
1312         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
1313         (ceil@var{m}2): Document dependence on this option.
1314         * ipa-inline-transform.c (inline_call): Handle
1315         flag_fp_int_builtin_inexact.
1316         * ipa-inline.c (can_inline_edge_p): Likewise.
1317         * config/i386/i386.md (rintxf2): Do not test
1318         flag_unsafe_math_optimizations.
1319         (rint<mode>2_frndint): New define_insn.
1320         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
1321         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
1322         for 387 instead of extending and truncating.
1323         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
1324         !flag_trapping_math instead of flag_unsafe_math_optimizations.
1325         Change to frndint<mode>2_<rounding>.
1326         (frndintxf2_<rounding>_i387): Likewise.  Change to
1327         frndint<mode>2_<rounding>_i387.
1328         (<rounding_insn>xf2): Likewise.
1329         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
1330         !flag_trapping_math instead of flag_unsafe_math_optimizations for
1331         x87.  Test TARGET_ROUND || !flag_trapping_math ||
1332         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
1333         SSE.  Use ROUND_NO_EXC in constant operand of
1334         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
1335         for 387 instead of extending and truncating.
1337 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
1338             Julia Koval  <julia.koval@intel.com>
1340         PR target/66960
1341         PR target/67630
1342         PR target/67634
1343         PR target/67841
1344         PR target/68037
1345         PR target/68618
1346         PR target/68661
1347         PR target/69575
1348         PR target/69596
1349         PR target/69734
1350         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
1351         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
1352         all registers, except for function return registers if there are
1353         no caller-saved registers.
1354         (ix86_set_func_type): New function.
1355         (ix86_set_current_function): Call ix86_set_func_type to set
1356         no_caller_saved_registers and func_type.  Call reinit_regs if
1357         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
1358         nor x87 instructions in interrupt handler nor function with
1359         no_caller_saved_registers attribute.
1360         (ix86_function_ok_for_sibcall): Return false if there are no
1361         caller-saved registers.
1362         (type_natural_mode): Don't warn ABI change for MMX in interrupt
1363         handler.
1364         (ix86_function_arg_advance): Skip for callee in interrupt handler.
1365         (ix86_function_arg): Return special arguments in interrupt handler.
1366         (ix86_promote_function_mode): Promote pointer to word_mode only
1367         for normal functions.
1368         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
1369         interrupt handler.
1370         (ix86_epilogue_uses): New function.
1371         (ix86_hard_regno_scratch_ok): Likewise.
1372         (ix86_save_reg): Preserve all registers in interrupt handler
1373         after reload.  Preserve all registers, except for function return
1374         registers, if there are no caller-saved registers after reload.
1375         (find_drap_reg): Always use callee-saved register if there are
1376         no caller-saved registers.
1377         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
1378         for interrupt handler.
1379         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
1380         Emit cld instruction if stringops are used in interrupt handler
1381         or interrupt handler isn't a leaf function.
1382         (ix86_expand_epilogue): Generate interrupt return for interrupt
1383         handler and pop the 'ERROR_CODE' off the stack before interrupt
1384         return in exception handler.
1385         (ix86_expand_call): Disallow calling interrupt handler directly.
1386         If there are no caller-saved registers, mark all registers that
1387         are clobbered by the call which returns as clobbered.
1388         (ix86_handle_no_caller_saved_registers_attribute): New function.
1389         (ix86_handle_interrupt_attribute): Likewise.
1390         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
1391         attributes.
1392         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
1393         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
1394         accumulation in interrupt function if stack may be realigned to
1395         avoid DRAP.
1396         (EPILOGUE_USES): New.
1397         (function_type): New enum.
1398         (machine_function): Add func_type and no_caller_saved_registers.
1399         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
1400         (interrupt_return): New pattern.
1401         * doc/extend.texi: Document x86 interrupt and
1402         no_caller_saved_registers attributes.
1404 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
1406         PR tree-optimization/52171
1407         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
1408         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
1409         Look for constant strings.  Move some code to emit_block_cmp_hints
1410         and use it.
1411         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
1412         * defaults.h (COMPARE_MAX_PIECES): New macro.
1413         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
1414         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
1415         (clear_by_pieces_1): Don't declare.  Move definition before use.
1416         (can_do_by_pieces): New static function.
1417         (can_move_by_pieces): Use it.  Return bool.
1418         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
1419         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
1420         (class pieces_addr); New.
1421         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
1422         pieces_addr::adjust, pieces_addr::increment_address,
1423         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
1424         functions for it.
1425         (class op_by_pieces_d): New.
1426         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
1427         functions for it.
1428         (class move_by_pieces_d, class compare_by_pieces_d,
1429         class store_by_pieces_d): New subclasses of op_by_pieces_d.
1430         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
1431         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
1432         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
1433         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
1434         compare_by_pieces_d::finish_mode): New member functions.
1435         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
1436         functions.
1437         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
1438         (emit_block_cmp_hints): New function.
1439         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
1440         use the newly defined classes.
1441         * expr.h (by_pieces_constfn): New typedef.
1442         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
1443         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
1444         (move_by_pieces_ninsns): Don't declare.
1445         (can_move_by_pieces): Change return value to bool.
1446         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
1447         (compare_by_pieces_branch_ratio): New hook.
1448         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
1449         (by_pieces_ninsns): Declare.
1450         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
1451         COMPARE_BY_PIECES.
1452         (default_compare_by_pieces_branch_ratio): New function.
1453         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
1454         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
1455         * doc/tm.texi: Regenerate.
1456         * tree-ssa-strlen.c: Include "builtins.h".
1457         (handle_builtin_memcmp): New static function.
1458         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
1459         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
1461 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1463         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
1464         relevant stmts which are simple and invariant.
1465         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
1466         instead of simple and invariant
1468 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1470         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
1471         (vectorizable_reduction): Check for new relevant state.
1472         (vectorizable_live_operation): vectorize live stmts using
1473         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
1474         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
1475         (vect_stmt_relevant_p): Check for stmts which are only used live.
1476         (process_use): Use of a stmt does not inherit it's live value.
1477         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
1478         (vect_analyze_stmt): Check for new relevant state.
1479         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
1480         outside the loop, but not inside it.
1482 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1484         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
1485         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
1486         (vect_get_vec_def_for_operand): Split out code.
1488 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
1490         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
1492 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
1494         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
1496 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1498         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
1500 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
1502         PR middle-end/71387
1503         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
1504         to noreturn e->callee->decl that has void return type and void
1505         arguments, adjust gimple_call_fntype and remove lhs even if it had
1506         previously addressable type.
1508 2016-06-02  Jeff Law  <law@redhat.com>
1510         PR tree-optimization/71328
1511         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
1512         error when checking for a jump back onto the copied path.
1514 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
1516         * config/microblaze/microblaze.c (get_branch_target): Add return
1517         NULL_RTX for the non-CALL_P case.
1518         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
1519         (insert_wic): Remove unused local "j".
1521 2016-06-02  Martin Liska  <mliska@suse.cz>
1523         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
1525 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1526             Julia Koval  <julia.koval@intel.com>
1528         * function.c (assign_parm_setup_stack): Force source into a
1529         register if needed.
1530         * target.def (function_incoming_arg): Update documentation to
1531         allow arbitrary address computation based on hard register.
1532         * doc/tm.texi: Regenerated.
1534 2016-06-02  Martin Liska  <mliska@suse.cz>
1536         * predict.c (combine_predictions_for_bb): Fix first match in
1537         cases where a first predictor contains more than one occurence
1538         in list of predictors.  Take the best value in such case.
1540 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1542         PR rtl-optimization/71295
1543         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
1544         offset would go over the size of the inner mode reject it.
1546 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
1548         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
1549         x=x,x and v=v,m instead of x=x,m.
1551         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
1552         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
1553         alternative to v=rm,C.
1555         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
1556         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
1557         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
1558         instead of vex for the last two above mentioned alternatives.
1560 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1562         PR target/70830
1563         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
1565 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
1567         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
1569 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
1571         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
1572         from int to unsigned.
1574 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
1576         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
1577         alternatives, eliminating preferred register class.  Add support
1578         for the MTVSRDD instruction in ISA 3.0.
1579         (vsx_splat_v4si_internal): Use splat_input_operand instead of
1580         reg_or_indexed_operand.
1581         (vsx_splat_v4sf_internal): Likewise.
1583 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
1585         PR target/71186
1586         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
1587         for loading up all 0's or all 1's.
1589 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1591         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
1593 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
1595         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
1596         extension.
1597         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
1598         * gcc.c (set_source_date_epoch_envvar): New function, sets
1599         the SOURCE_DATE_EPOCH environment variable to the current time.
1601 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
1603         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
1604         the factor for live Phi nodes.
1606 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
1608         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
1609         * tree-parloops.c (parallelize_loops): likewise.
1610         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
1611         tree_unswitch_outer_loop): likewise.
1613 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
1615         PR middle-end/71371
1616         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
1617         around creation of the temporary.
1619 2016-06-01  Richard Biener  <rguenther@suse.de>
1621         PR tree-optimization/71366
1622         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
1623         (unloop_loops): Move removing edges here ...
1624         (try_unroll_loop_completely): ... from here.
1625         (try_peel_loop): ... and here.
1626         (tree_unroll_loops_completely_1): Track parent loops via
1627         bitmap of header BBs.
1628         (tree_unroll_loops_completely): Adjust for that.
1630 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1632         * config/rs6000/altivec.h (vec_slv): New macro.
1633         (vec_srv): New macro.
1634         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
1635         (UNSPEC_VSRV): New value.
1636         (vslv): New insn.
1637         (vsrv): New insn.
1638         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
1639         (vsrv): New builtin definition.
1640         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
1641         define argument types for new builtin.
1642         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
1643         new builtin.
1644         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
1645         functions.
1647 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
1648             Jocelyn Mayer  <l_indien@magic.fr>
1650         PR target/67310
1651         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
1652         detect processor family for signature_CENTAUR_ebx.
1653         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
1654         signature_CENTAUR_ebx.
1655         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
1656         <default>: Pass x86-64 for has_longmode.
1658 2016-06-01  Nathan Sidwell  <nathan@acm.org>
1660         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
1661         undefined weak.
1663 2016-06-01  Richard Biener  <rguenther@suse.de>
1665         PR tree-optimization/71261
1666         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
1667         of stmts successfully put in the bool pattern.  Remove
1668         single-use restriction.
1669         (adjust_bool_pattern_cast): Add cast at the use site via the
1670         pattern def sequence.
1671         (adjust_bool_pattern): Remove recursion, maintain a hash-map
1672         of patterned defs.  Use the pattern def seqence instead of
1673         multiple independent patterns.
1674         (sort_after_uid): New qsort compare function.
1675         (adjust_bool_stmts): New function to process stmts in the bool
1676         pattern in IL order.
1677         (vect_recog_bool_pattern): Adjust.
1678         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
1679         (ifcvt_walk_pattern_tree): Likewise.
1680         (stmt_is_root_of_bool_pattern): Likewise.
1681         (ifcvt_repair_bool_pattern): Likewise.
1682         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
1684 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
1686         * loop-unroll.c (decide_unroll_constant_iterations,
1687         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
1688         likely upper bounds.
1689         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
1691 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
1693         * tree-core.h (enum omp_clause_code): Remove
1694         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
1696 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1698         * config/arm/sync.md (arm_store_exclusive<mode>):
1699         Use 'H' output modifier on operands[2] rather than creating a new
1700         entry in out-of-bounds memory of the operands array.
1701         (arm_store_release_exclusivedi): Likewise.
1703 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1705         * config/arm/arm.c (arm_fusion_enabled_p): New function.
1706         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
1707         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
1708         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
1710 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
1712         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
1713         into account live statements for mask producers.
1715 2016-06-01  Richard Biener  <rguenther@suse.de>
1717         PR tree-optimization/71311
1718         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
1719         restrict to non-INTEGER_CST @0.
1721 2016-06-01  Richard Biener  <rguenther@suse.de>
1723         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
1724         (relational patterns): Use :c to avoid pattern duplications.
1726 2016-06-01  Richard Biener  <rguenther@suse.de>
1728         * genmatch.c (comparison_code_p): New predicate.
1729         (swap_tree_comparison): New function.
1730         (commutate): Add for_vec parameter to append new for entries.
1731         Support commutating relational operators by swapping it alongside
1732         operands.
1733         (lower_commutative): Adjust.
1734         (dt_simplify::gen): Do not pass artificial operators to gen
1735         functions.
1736         (decision_tree::gen): Do not add artificial operators as parameters.
1737         (parser::parse_expr): Verify operator commutativity when :c is
1738         applied.  Allow :C to override this.
1739         * match.pd: Adjust patterns to use :C instead of :c where required.
1741 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
1743         PR tree-optimization/71077
1744         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
1745         the combining step, use boolean_false_node and boolean_true_node
1746         as the designated false/true return values.
1748 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
1750         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
1751         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
1752         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
1753         PRED_LOOP_EXIT.
1755 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
1757         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
1758         of flags impliying the register renaming.
1759         * toplev.c (process_options): Do not imply flag_rename_registers with
1760         loop peeling.
1762 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
1764         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
1765         default implementation.
1767 2016-05-31  Nathan Sidwell  <nathan@acm.org>
1769         * dwarf2out.c (cur_line_info_table): Add GTY marker.
1771 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
1773         * config/sh/constraints.md (b): Remove constraint.
1774         * config/sh/predicates.md (arith_reg_operand): Remove
1775         TARGET_REGISTER_P.
1776         * config/sh/sh-modes.def (PDI): Remove.
1777         * config/sh/sh.c (sh_target_reg_class,
1778         sh_optimize_target_register_callee_saved): Remove functions.
1779         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
1780         (sh_expand_epilogue): Update comment.
1781         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
1782         sh_secondary_reload): Remove TARGET_REGS related code.
1783         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
1784         TARGET_REGISTER_P): Remove macros.
1785         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
1786         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
1787         TR1_REG, TR2_REG): Remove constants.
1788         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
1790 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
1792         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
1793         define_expand patterns.
1794         (adddi3_compact): Rename to adddi3.
1795         (subdi3_compact): Rename to subdi3.
1796         (*negdi2): Rename to negdi2.
1797         (*abs<mode>2): Rename to abs<mode>2.
1799 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
1801         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
1802         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
1803         (atomic_sub_fetchsi): ... this new pattern.
1804         (mvtc): Add CC_REG clobber.
1806 2016-05-31  Marek Polacek  <polacek@redhat.com>
1808         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
1810 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1812         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
1813         aarch64_fusion_enabled_p to check for fusion capabilities.
1815 2016-05-31  Richard Biener  <rguenther@suse.de>
1817         PR tree-optimization/71352
1818         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
1819         minus one and a negate.
1821 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1823         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
1824         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
1825         Delete prototype.
1826         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
1827         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
1828         Remove use of aarch64_simd_attr_length_move, set length attribute
1829         directly.
1830         (*aarch64_be_movoi): Likewise.
1831         (*aarch64_be_movci): Likewise.
1832         (*aarch64_be_movxi): Likewise.
1834 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
1836         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
1837         It no longer does that.
1838         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
1840 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
1842         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
1843         attribute __unused__.
1845 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1847         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
1848         * config/arm/arm.c (arm_arch_thumb1): Define.
1849         (arm_option_override): Initialize arm_arch_thumb1.
1850         * config/arm/arm.h (arm_arch_thumb1): Declare.
1851         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
1852         support Thumb-1 ISA.
1854 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
1856         PR target/71346
1857         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
1858         `Yv' for scalar operand.
1860 2016-05-31  Tom de Vries  <tom@codesourcery.com>
1862         PR tree-optimization/69068
1863         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
1864         phis with more than two args.
1866 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
1868         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
1869         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
1870         target.
1872 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
1874         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
1875         tune_64.
1876         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
1877         support on SPARC.
1878         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
1879         cpu_32, cpu_64, tune_32 and tune_64.
1880         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
1882 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
1884         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
1886 2016-05-30  Andi Kleen  <ak@linux.intel.com>
1888         * auto-profile.c (read_profile): Replace asserts with errors
1889         when file does not exist.
1890         * gcov-io.c (gcov_read_words): Dito.
1892 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
1894         * tree-cfg.c (print_loop): Print likely upper bounds.
1896 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
1898         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
1899         * opts.c (default_options): Enable peel loops at -O3.
1900         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
1901         (try_peel_loop): Do not re-peel already peeled loops;
1902         use likely upper bounds; fix profile updating.
1903         (pass_complete_unroll::execute): Initialize peeled_loops.
1905 2016-05-30  Martin Liska  <mliska@suse.cz>
1907         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
1908         computed costs by frequency of BB they belong to.
1909         (get_scaled_computation_cost_at): New function.
1911 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
1912             Marc Glisse  <marc.glisse@inria.fr>
1914         PR tree-optimization/71289
1915         * match.pd (-1 / B < A, A > -1 / B): New transformations.
1917 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
1919         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
1921 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
1923         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
1924         for peeled copies; avoid underflow when updating estimates; correctly
1925         scale loop profile.
1927 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
1929         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
1930         r236875. Corrected oe3 to oe2 as obvious.
1932 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
1934         PR middle-end/71269
1935         PR middle-end/71252
1936         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
1937         that inserted stmt will not dominate stmts that defines its operand.
1938         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
1939         (rewrite_expr_tree_parallel): Likewise.
1941 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
1943         PR middle-end/71252
1944         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
1945         all fields including stmt_to_insert are swapped.
1947 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
1949         * predict.h (force_edge_cold): Declare.
1950         * predict.c (force_edge_cold): New function.
1951         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
1952         updating.
1953         (canonicalize_loop_induction_variables): Fix formating.
1955 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
1957         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
1958         (visium_expand_copysign): Use gen_int_mode directly.
1959         (visium_compute_frame_size): Minor tweaks.
1961 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
1963         * tree-vect-loop.c (vect_analyze_loop_2): Use
1964         likely_max_stmt_executions_int.
1966 2016-05-30  Tom de Vries  <tom@codesourcery.com>
1968         PR tree-optimization/69067
1969         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
1971 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
1973         PR target/71245
1974         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
1975         New peepholes to remove unneeded fild/fistp pairs.
1976         (define_peephole2 atomic_loaddi_fpu): Ditto.
1978 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
1980         * predict.c (maybe_hot_frequency_p): Avoid division.
1982 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
1984         * doc/install.texi: Use https for shop.fsf.org.
1986 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
1988         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
1989         likely_max_stmt_executions_int.
1991 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
1993         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
1994         likely_max_stmt_executions_int.
1996 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
1998         * profile.c (compute_branch_probabilities): Do not report hitrates
1999         here.
2000         (branch_prob): Report hitrates here.
2001         * predict.c (gimple_predict_edge): Do not assert profile status;
2002         fix formatting issues.
2004 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2006         * predict.c (edge_predicted_by_p): New function.
2007         (predict_paths_for_bb): Do not put multiple predictions of the same type
2008         on one edge.
2010 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2012         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
2013         commit.
2015 2016-05-28  Alan Modra  <amodra@gmail.com>
2017         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
2019 2016-05-28  Alan Modra  <amodra@gmail.com>
2021         PR rtl-optimization/71275
2022         * ira.c (ira): Free dominance info.
2024 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
2026         * doc/sourcebuild.texi: New address for upstream Go repository.
2028 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2030         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
2031         (TARGET_ARM_V7M): Likewise.
2033 2016-05-26  Jeff Law  <law@redhat.com>
2035         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
2036         (thread_across_edge): Remove calls to find_jump_threads_backwards.
2037         * passes.def: Add jump threading passes before DOM/VRP.
2038         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
2039         argument to a basic block from an edge.  Remove tests which are
2040         handled elsewhere.
2041         (pass_data_thread_jumps, class pass_thread_jumps): New.
2042         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
2043         (make_pass_thread_jumps): Likewise.
2044         * tree-pass.h (make_pass_thread_jumps): Declare.
2046 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2048         * config/visium/visium-protos.h (split_double_move): Rename into...
2049         (visium_split_double_move): ...this.
2050         (visium_split_double_add): Declare.
2051         * config/visium/visium.c (split_double_move): Rename into...
2052         (visium_split_double_move): ...this.
2053         (visium_split_double_add): New function.
2054         (visium_expand_copysign): Renumber operands for consistency.
2055         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
2056         (DFmode move splitter): Likewise.
2057         (*addi3_insn): Split by means of visium_split_double_add.
2058         (*adddi3_insn_flags): Delete.
2059         (*plus_plus_sltu<subst_arith>): New insn.
2060         (*subdi3_insn): Split by means of visium_split_double_add.
2061         (subdi3_insn_flags): Delete.
2062         (*minus_minus_sltu<subst_arith>): New insn.
2063         (*negdi2_insn): Split by means of visium_split_double_add.
2064         (*negdi2_insn_flags): Delete.
2066 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
2068         * configure.ac: Treat a --with-headers option without argument
2069         the same as the default (i.e. consult sys-include directory).
2070         * configure: Regenerate.
2072 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2074         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
2075         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
2076         prototype.
2077         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
2078         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
2080 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
2082         PR target/63596
2083         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
2084         tree-stdarg analysis results.
2085         (aarch64_setup_incoming_varargs): Likewise.
2087 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
2089         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
2090         va_list_gpr_counter_field and va_list_fpr_counter_field.
2092 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
2094         PR67609
2095         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
2096         * config/aarch64/aarch64.c
2097         (aarch64_cannot_change_mode_class): Remove function.
2098         * config/aarch64/aarch64-protos.h
2099         (aarch64_cannot_change_mode_class): Remove.
2101 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
2103         * cfgloop.c (record_niter_bound): Record likely upper bounds.
2104         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
2105         get_likely_max_loop_iterations_int): New.
2106         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
2107         any_likely_upper_bound.
2108         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
2109         Declare.
2110         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
2111         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
2112         upper bound.
2113         (unroll_loop_constant_iterations): Likewise.
2114         (unroll_loop_runtime_iterations): Likewise.
2115         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
2116         * lto-streamer-out.c (output_cfg): Likewise.
2117         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
2118         bounds.
2119         (canonicalize_loop_induction_variables): Dump likely upper bounds.
2120         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
2121         (likely_max_loop_iterations): New.
2122         (likely_max_loop_iterations_int): New.
2123         (likely_max_stmt_executions): New.
2124         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
2125         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
2126         likely_max_stmt_executions): Declare.
2128 2016-05-27  Marek Polacek  <polacek@redhat.com>
2130         PR middle-end/71308
2131         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
2133 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2135         * config/s390/s390.md (2x risbg splitters): Use
2136         reg_overlap_mentioned_p instead of rtx_equal_p.
2138 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2140         * combine.c (make_compound_operation): Take known zero bits into
2141         account when checking for possible zero_extend.
2143 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2145         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
2146         Use const_int_operand for operand 2 predicate.  Simplify expand code
2147         as a result.
2149 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
2151         PR middle-end/71279
2152         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
2153         into comparison.
2155 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2157         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
2158         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
2159         that returns CC_SESWPmode and CC_ZESWPmode.
2160         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
2161         and CC_SESWPmode.
2162         (aarch64_rtx_costs): Likewise.
2164 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
2166         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
2167         for ISA 3.0 min/max support.
2168         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
2169         conditional move support.
2170         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
2171         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
2172         available.
2173         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
2174         conditional moves where the comparison type is different from move
2175         type.
2176         (fp_minmax): New code iterator for smin/smax.
2177         (minmax): New code attributes for min/max.
2178         (SMINMAX): Likewise.
2179         (smax<mode>3): Combine min, max insns into one insn using the
2180         fp_minmax code iterator.  Add support for ISA 3.0 min/max
2181         instructions that don't need -ffast-math.
2182         (s<minmax><mode>3): Likewise.
2183         (smax<mode>3_vsx): Likewise.
2184         (smin<mode>3): Likewise.
2185         (s<minmax><mode>3_vsx): Likewise.
2186         (smin<mode>3_vsx): Likewise.
2187         (pre-VSX min/max splitters): Likewise.
2188         (s<minmax><mode>3_fpr): Likewise.
2189         (movsfcc): Rewrite floating point conditional moves to combine
2190         SFmode/DFmode into a single insn.
2191         (mov<mode>cc): Likewise.
2192         (movdfcc): Likewise.
2193         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
2194         SFDF2 iterators to handle all combinations.
2195         (fseldfsf4): Likewise.
2196         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
2197         (fseldfdf4): Likewise.
2198         (fselsfdf4): Likewise.
2199         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
2200         comparison instructions that set a 0/-1 mask, and use it for
2201         floating point conditional move via XXSEL.
2202         (fpmask<mode>): Likewise.
2203         (xxsel<mode>): Likewise.
2204         * config/rs6000/predicates.md (min_max_operator): Delete, no
2205         longer used.
2206         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
2207         instructions that generate a 0/-1 mask for use with XXSEL.
2208         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
2209         say whether floating point min/max is available, either through
2210         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
2211         (TARGET_MINMAX_DF): Likewise.
2213 2016-05-27  Alan Modra  <amodra@gmail.com>
2215         PR rtl-optimization/71275
2216         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
2217         for update_equiv_regs and combine_and_move_insns.
2219 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
2221         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
2222         if_then_else or cond RTXes to calculate attribute value.
2223         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
2224         <attr "length_immediate>: Ditto.
2225         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
2226         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
2227         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
2228         <attr "type">: Ditto.
2229         <attr "prefix_data16">: Ditto.
2230         <attr "prefix_extra">: Ditto.
2231         <attr "length_immediate">: Ditto.
2232         <attr "prefix">: Ditto.
2233         (vec_set<mode>_0) <attr "isa">: Ditto.
2234         <attr "prefix_extra">: Ditto.
2235         <attr "length_immediate">: Ditto.
2236         <attr "prefix">: Ditto.
2237         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
2238         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
2239         (sse2_storelpd) <attr "prefix_data16">: Ditto.
2240         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
2241         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
2242         <attr "length_immediate">: Ditto.
2243         <attr "prefix">: Ditto.
2244         (sse2_movsd) <attr "length_immediate">: Ditto.
2245         <attr "prefix">: Ditto.
2246         (vec_concatv2df)  <attr "isa">: Ditto.
2247         <attr "prefix">: Ditto.
2248         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
2249         (*vec_extractv2di_1) <attr "isa">: Ditto.
2250         <attr "type">: Ditto.
2251         <attr "length_immediate">: Ditto.
2252         <attr "prefix_rex">: Ditto.
2253         <attr "prefix_extra">: Ditto.
2254         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
2255         <attr "prefix_extra">: Ditto.
2256         <attr "length_immediate">: Ditto.
2257         (vec_concatv2di) <attr "isa">: Ditto.
2258         <attr "prefix_extra">: Ditto.
2259         <attr "length_immediate">: Ditto.
2260         <attr "prefix">: Ditto.
2262 2016-05-26  Martin Liska  <mliska@suse.cz>
2264         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
2265         function.
2266         (operator+): Likewise.
2267         (operator-): Likewise.
2268         (comp_cost::operator+=): Likewise.
2269         (comp_cost::operator-=): Likewise.
2270         (comp_cost::operator/=): Likewise.
2271         (comp_cost::operator*=): Likewise.
2272         (operator<): Likewise.
2273         (operator==): Likewise.
2274         (operator<=): Likewise.
2275         (new_cost): Remove.
2276         (infinite_cost_p): Likewise.
2277         (add_costs): Likewise.
2278         (sub_costs): Likewise.
2279         (compare_costs): Likewise.
2280         (set_group_iv_cost): Use the newly introduced functions.
2281         (get_address_cost): Likewise.
2282         (get_shiftadd_cost): Likewise.
2283         (force_expr_to_var_cost): Likewise.
2284         (split_address_cost): Likewise.
2285         (ptr_difference_cost): Likewise.
2286         (difference_cost): Likewise.
2287         (get_computation_cost_at): Likewise.
2288         (determine_group_iv_cost_generic): Likewise.
2289         (determine_group_iv_cost_address): Likewise.
2290         (determine_group_iv_cost_cond): Likewise.
2291         (autoinc_possible_for_pair): Likewise.
2292         (determine_group_iv_costs): Likewise.
2293         (cheaper_cost_pair): Likewise.
2294         (iv_ca_recount_cost): Likewise.
2295         (iv_ca_set_no_cp): Likewise.
2296         (iv_ca_set_cp): Likewise.
2297         (iv_ca_cost): Likewise.
2298         (iv_ca_new): Likewise.
2299         (iv_ca_dump): Likewise.
2300         (iv_ca_narrow): Likewise.
2301         (iv_ca_prune): Likewise.
2302         (iv_ca_replace): Likewise.
2303         (try_add_cand_for): Likewise.
2304         (try_improve_iv_set): Likewise.
2305         (find_optimal_iv_set): Likewise.
2307 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
2309         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
2310         that internal functions will clobber all caller-saved registers.
2312 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
2314         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
2315         Return a better case_values_threshold when optimizing.
2317 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
2319         * config/aarch64/aarch64-simd.md (aarch64_combinez):
2320         Add ? to integer variant.
2321         (aarch64_combinez_be): Likewise.
2323 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
2325         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
2326         instead of x constraint.
2327         (vcvtps2ph256<mask_name>): Likewise.
2329         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
2330         alternative.  Formatting fix.
2332         * config/i386/sse.md
2333         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
2334         to ...
2335         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
2336         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
2337         maybe_evex prefix instead of vex.
2338         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
2339         EXT_REX_SSE_REG_P (op0) case in the splitter.
2341 2016-05-25  Jeff Law  <law@redhat.com>
2343         PR tree-optimization/71272
2344         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
2345         Update comments.  Add test for empty path.
2347 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
2349         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
2350         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
2351         special case builtin.
2352         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2353         code for ALTIVEC_BUILTIN_VEC_CMPNE.
2354         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2355         for __builtin_vec_cmpne.
2357 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2359         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
2360         redundant test and bail out if the type of the new operand is not
2361         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
2363 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
2365         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
2366         (x_ix86_target_flags_explicit): Remove.
2367         * config/i386/i386.c (ix86_function_specific_save): Do not copy
2368         x_ix86_target_flags_explicit.
2369         (ix86_function_specific_restore): Ditto.
2371 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
2372             H.J. Lu  <hongjiu.lu@intel.com>
2374         PR target/70738
2375         * common/config/i386/i386-common.c
2376         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
2377         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
2378         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
2379         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
2380         (-mgeneral-regs-only): Add new option.
2381         * config/i386/i386.c (ix86_option_override_internal): Don't enable
2382         x87 instructions if only general registers are allowed.
2383         (ix86_target_string): Add ix86_flags argument. Handle additional
2384         flags options through ix86_flags argument.  Update all callers.
2385         * doc/invoke.texi: Document -mgeneral-regs-only.
2387 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2389         PR rtl-optimization/66940
2390         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
2391         decrementing desired_val will not overflow before performing these
2392         operations.
2394 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
2396         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
2397         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
2398         * config/i386/i386.c (enum ix86_builtins): Add
2399         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
2400         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
2401         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
2402         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
2403         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
2404         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
2405         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
2406         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
2407         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
2408         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
2409         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
2410         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
2411         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
2412         __builtin_ia32_cvtps2dq512_mask.
2413         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
2414         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
2415         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
2416         * config/i386/sse.md
2417         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
2418         Rename to ...
2419         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
2420         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
2421         to ...
2422         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
2423         (avx512f_vec_pack_sfix_v8df): New define_expand.
2424         (avx512f_roundpd512): Rename to ...
2425         (avx512f_round<castmode>512): ... this.  Change iterator.
2426         (avx512f_roundps512_sfix): New define_expand.
2427         (round<mode>2_sfix): Change iterator.
2429 2016-05-25  Nick Clifton  <nickc@redhat.com>
2431         * config/msp430/msp430.c (msp430_attr): Produce an error if a
2432         static interrupt handler is detected.
2433         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
2434         default linker script.
2435         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
2436         the low part of a symbolic pointer.
2438 2016-05-25  Richard Biener  <rguenther@suse.de>
2440         PR tree-optimization/71261
2441         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
2442         interesting stmt instead of immediate uses when looking
2443         for the use operand to replace.
2445 2016-05-25  Martin Liska  <mliska@suse.cz>
2447         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
2449 2016-05-25  Richard Biener  <rguenther@suse.de>
2451         PR tree-optimization/71264
2452         * tree-vect-stmts.c (vect_init_vector): Properly deal with
2453         vector type val.
2455 2016-05-25  Martin Liska  <mliska@suse.cz>
2457         PR tree-optimization/71239
2458         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
2459         if DECL_SIZE is NULL.
2461 2016-05-25  Richard Biener  <rguenther@suse.de>
2463         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
2464         * tree-if-conv.c (pass_data_if_conversion): Use it.
2466 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2468         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
2469         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
2470         * varpool.c (varpool_node::get_availability): Likewise.
2472 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2474         * config/rs6000/altivec.md (VNEG iterator): New iterator for
2475         VNEGW/VNEGD instructions.
2476         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
2477         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
2478         support for ISA 3.0 VNEGW/VNEGD instructions.
2480 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
2482         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
2483         pointers inside OACC_DATA regions.
2484         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
2485         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
2486         (gimplify_adjust_omp_clauses): Fix typo in comment.
2488 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
2490         * config/rs6000/altivec.md (VParity): New mode iterator for vector
2491         parity built-in functions.
2492         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
2493         zeros.
2494         (p9v_parity<mode>2): Likewise.
2495         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
2496         parity.
2497         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
2498         (parity<mode>2): ISA 3.0 expander for vector parity.
2499         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
2500         power9 built-ins.
2501         (BU_P9_64BIT_MISC_0): Likewise.
2502         (BU_P9_MISC_0): Likewise.
2503         (BU_P9V_AV_1): Likewise.
2504         (BU_P9V_AV_2): Likewise.
2505         (BU_P9V_AV_3): Likewise.
2506         (BU_P9V_AV_P): Likewise.
2507         (BU_P9V_VSX_1): Likewise.
2508         (BU_P9V_OVERLOAD_1): Likewise.
2509         (BU_P9V_OVERLOAD_2): Likewise.
2510         (BU_P9V_OVERLOAD_3): Likewise.
2511         (VCTZB): Add vector count trailing zeros support.
2512         (VCTZH): Likewise.
2513         (VCTZW): Likewise.
2514         (VCTZD): Likewise.
2515         (VPRTYBD): Add vector parity support.
2516         (VPRTYBQ): Likewise.
2517         (VPRTYBW): Likewise.
2518         (VCTZ): Add overloaded vector count trailing zeros support.
2519         (VPRTYB): Add overloaded vector parity support.
2520         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2521         overloaded vector count trailing zeros and parity instructions.
2522         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
2523         vector parity support.
2524         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
2525         trailing zeros support.
2526         (vec_cntlz): Likewise.
2527         (vec_vctzb): Likewise.
2528         (vec_vctzd): Likewise.
2529         (vec_vctzh): Likewise.
2530         (vec_vctzw): Likewise.
2531         (vec_vprtyb): Add ISA 3.0 vector parity support.
2532         (vec_vprtybd): Likewise.
2533         (vec_vprtybw): Likewise.
2534         (vec_vprtybq): Likewise.
2535         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
2536         the ISA 3.0 vector count trailing zeros and vector parity built-in
2537         functions.
2539 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
2541         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
2542         when there is stmt_to_insert.
2544 2016-05-24  Martin Sebor  <msebor@redhat.com>
2546         PR c++/71147
2547         * tree.h (complete_or_array_type_p): New inline function.
2549 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
2551         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
2552         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
2553         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
2555         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
2556         Limit 1st alternative to noavx isa, split 2nd alternative into one
2557         noavx and one avx alternative, use *x and Bm in the former and
2558         x and m in the latter.
2560         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
2561         of sse4 for the first alternative, drop %v from the template
2562         and d operand modifier.  Split second alternative into one sse4_noavx
2563         and one avx alternative, use *x instead of *v in the former and v
2564         instead of *v in the latter.
2565         (*sse4_1_extractps): Use noavx isa instead of * for the first
2566         alternative, drop %v from the template.  Split second alternative into
2567         one noavx and one avx alternative, use *x instead of *v in the
2568         former and v instead of *v in the latter.
2569         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
2570         with noavx and the last one with avx.
2571         (sse4_1_phminposuw): Guard first alternative with noavx isa,
2572         split the second one into one noavx and one avx alternative,
2573         use *x and Bm in the former and x and m in the latter one.
2574         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
2575         alternatives.
2577         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
2578         first two alternatives to noavx, use *x instead of *v in the second
2579         one, add avx alternative without *.
2580         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
2581         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
2582         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
2584 2016-05-24  Jeff Law  <law@redhat.com>
2586         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
2587         New function, extracted from...
2588         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
2589         Allow simple copies and constant initializations in the SSA chain.
2591 2016-05-24  Marek Polacek  <polacek@redhat.com>
2593         PR c/71249
2594         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
2595         scope.
2597 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
2599         PR c++/71257
2600         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
2601         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
2602         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
2603         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
2604         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
2606 2016-05-24  Richard Biener  <rguenther@suse.de>
2608         PR tree-optimization/71240
2609         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
2610         has integral type.
2612 2016-05-24  Richard Biener  <rguenther@suse.de>
2614         PR tree-optimization/71230
2615         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
2617 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
2619         * tree-vectorizer.h (vectorizable_comparison): Delete.
2620         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
2621         PURE_SLP_STMT check.
2622         * tree-vect-stmts.c (vectorizable_call): Likewise.
2623         (vectorizable_simd_clone_call): Likewise.
2624         (vectorizable_conversion): Likewise.
2625         (vectorizable_assignment): Likewise.
2626         (vectorizable_shift): Likewise.
2627         (vectorizable_operation): Likewise.
2628         (vectorizable_load): Likewise.
2629         (vectorizable_condition): Likewise.
2630         (vectorizable_store): Likewise.  Assert that we don't have
2631         hybrid SLP.
2632         (vectorizable_comparison): Make static.  Remove redundant
2633         PURE_SLP_STMT check.
2634         (vect_transform_stmt): Assert that we always have an slp_node
2635         if PURE_SLP_STMT.
2637 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2639         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
2640         operands[2] against 1 with comparison against CONST1_RTX.
2641         (<shift>di3_neon): Likewise.
2642         * config/arm/predicates.md (const0_operand): Replace with comparison
2643         against CONST0_RTX.
2645 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2647         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
2648         operands[2] against 1 with comparison against CONST1_RTX.
2649         (ashrdi3): Likewise.
2650         (lshrdi3): Likewise.
2651         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
2652         UINTVAL.
2653         (ashrsi3): Likewise.
2654         (lshrsi3): Likewise.
2655         (rotrsi3): Likewise.
2656         (define_split above *compareqi_eq0): Likewise.
2657         (define_split above "prologue"): Likewise.
2658         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
2659         * config/arm/predicates.md (shift_operator): Likewise.
2660         (shift_nomul_operator): Likewise.
2661         (sat_shift_operator): Likewise.
2662         (thumb1_cmp_operand): Likewise.
2663         (const_neon_scalar_shift_amount_operand): Replace manual range
2664         check with IN_RANGE.
2665         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
2666         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
2668 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2670         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
2671         with HOST_WIDE_INT_1.
2672         (insv): Likewise.
2673         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
2674         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
2675         (arm_canonicalize_comparison): Likewise.
2676         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
2677         HOST_WIDE_INT_1.
2678         (thumb1_size_rtx_costs): Likewise.
2679         (vfp_const_double_index): Replace cast of 1 to unsigned
2680         HOST_WIDE_INT with HOST_WIDE_INT_1U.
2681         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
2682         HOST_WIDE_INT_1.
2683         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
2684         HOST_WIDE_INT with HOST_WIDE_INT_1U.
2685         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
2686         HOST_WIDE_INT with HOST_WIDE_INT_1.
2688 2016-05-24  Marek Polacek  <polacek@redhat.com>
2690         * tree-cfg.h (should_remove_lhs_p): New predicate.
2691         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
2692         * gimplify.c (gimplify_modify_expr): Likewise.
2693         * tree-cfg.c (verify_gimple_call): Likewise.
2694         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
2695         * gimple-fold.c: Include "tree-cfg.h".
2696         (gimple_fold_call): Use should_remove_lhs_p.
2698 2016-05-24  Richard Biener  <rguenther@suse.de>
2700         PR tree-optimization/71253
2701         * cfganal.h (control_dependences): Make robust against edge
2702         and BB removal.
2703         (control_dependences::control_dependences): Remove edge_list argument.
2704         (control_dependences::get_edge): Remove.
2705         (control_dependences::get_edge_src): Add.
2706         (control_dependences::get_edge_dest): Likewise.
2707         (control_dependences::m_el): Make a vector of edge src/dest index.
2708         * cfganal.c (control_dependences::find_control_dependence): Adjust.
2709         (control_dependences::control_dependences): Likewise.
2710         (control_dependences::~control_dependence): Likewise.
2711         (control_dependences::get_edge): Remove.
2712         (control_dependences::get_edge_src): Add.
2713         (control_dependences::get_edge_dest): Likewise.
2714         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
2715         get_edge_src.
2716         (perform_tree_ssa_dce): Adjust.
2717         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
2718         get_edge_src.
2719         (pass_loop_distribution::execute): Adjust.  Do loop destroying
2720         conditional on changed.
2722 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2724         PR target/69857
2725         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
2726         return.  Reindent transformation comment and mention the ARM state
2727         behavior.
2729 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
2731         PR middle-end/71252
2732         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
2733         after build_and_add_sum creates new use stmt.
2735 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
2737         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
2738         load_lanes/grouped_load classification comes first.  Don't check
2739         whether the vectorization factor is a multiple of the group size
2740         for load_lanes.
2742 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
2744         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
2745         GROUP_GAP for single-element interleaving.
2746         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
2747         variable.
2749 2016-05-24  Richard Biener  <rguenther@suse.de>
2751         PR middle-end/70434
2752         PR c/69504
2753         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
2754         bases which are accessed with non-invariant indices.
2755         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
2756         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
2758 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
2760         PR middle-end/71170
2761         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
2762         (add_to_ops_vec): Add stmt_to_insert.
2763         (add_repeat_to_ops_vec): Init stmt_to_insert.
2764         (insert_stmt_before_use): New.
2765         (transform_add_to_multiply): Remove mult_stmt insertion and add it
2766         to ops vector.
2767         (get_ops): Init stmt_to_insert.
2768         (maybe_optimize_range_tests): Likewise.
2769         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
2770         (rewrite_expr_tree_parallel): Likewise.
2771         (reassociate_bb): Likewise.
2773 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
2775         PR target/71201
2776         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
2777         ISA 3.0 xxperm fusion alternative.
2778         (altivec_vperm_v8hiv16qi): Likewise.
2779         (altivec_vperm_<mode>_uns_internal): Likewise.
2780         (vperm_v8hiv4si): Likewise.
2781         (vperm_v16qiv8hi): Likewise.
2783 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
2784             Kelvin Nilsen  <kelvin@gcc.gnu.org>
2786         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
2787         vpermr/xxpermr on ISA 3.0.
2788         (altivec_expand_vec_perm_le): Likewise.
2789         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
2790         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
2791         ISA 3.0.
2793 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
2795         * config/i386/i386.h (IS_STACK_MODE): Enable for
2796         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
2797         SSE_FLOAT_MODE_P macros.
2798         * config/i386/i386.c (ix86_preferred_reload_class): Use
2799         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
2800         Cleanup regclass processing for CONST_DOUBLE_P.
2801         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
2802         (ix86_rtx_costs): Remove redundant TARGET_80387 check
2803         with IS_STACK_MODE macro.
2804         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
2805         with TARGET_SSE2.
2806         (*movdf_internal): Use IS_STACK_MODE macro.
2807         (*movsf_internal): Ditto.
2809 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
2811         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
2812         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
2814 2016-05-23  Jeff Law  <law@redhat.com>
2816         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
2817         extracted from ...
2818         (fsm_find_control_statement_thread_paths): Call it.
2820 2016-05-23  Martin Jambor  <mjambor@suse.cz>
2822         PR ipa/71234
2823         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
2824         from_global_constant if t is not NULL.
2826 2016-05-23  Marek Polacek  <polacek@redhat.com>
2828         PR c/49859
2829         * common.opt (Wswitch-unreachable): New option.
2830         * doc/invoke.texi: Document -Wswitch-unreachable.
2831         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
2832         warning.
2834 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
2836         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
2837         TMR_INDEX is non-NULL.
2839 2016-05-23  Richard Biener  <rguenther@suse.de>
2841         PR tree-optimization/71230
2842         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
2843         (try_special_add_to_ops): ... here.  Always test for single-use.
2845 2016-05-23  Martin Jambor  <mjambor@suse.cz>
2847         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
2848         default block if a PHI node in the original one would be resized.
2850 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2852         PR tree-optimization/58135
2853         * tree-vect-slp.c: When group size is not multiple
2854         of vector size, allow splitting of store group at
2855         vector boundary.
2857 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
2859         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
2861 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
2863         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
2864         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
2865         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
2866         of 64x2.
2868         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
2869         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
2870         v constraint instead of x and vinserti32x4 insn.
2872         * config/i386/sse.md (i128vldq): New mode iterator.
2873         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
2874         avx512dq and avx512vl alternatives.
2876         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
2877         constraint, use maybe_evex prefix instead of vex.
2878         (vec_dupv4sf): Use v constraint instead of x for output
2879         operand except for noavx alternative, use Yv constraint
2880         instead of x for input.  Use maybe_evex prefix instead of vex.
2881         (*vec_dupv4si): Likewise.
2882         (*vec_dupv2di): Likewise.
2884 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
2886         PR middle-end/40921
2887         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
2888         (linearize_expr_tree): Call try_special_add_to_ops.
2889         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
2891 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2893         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
2894         to computed stack_usage.
2896 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
2898         PR target/71103
2899         * config/avr/avr.md (define_expand "mov<mode>"): If the source
2900         operand is subreg (symbol_ref) then move the symbol ref to register.
2902 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
2904         * tree.c (array_at_struct_end_p): Look through MEM_REF.
2906 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
2908         PR middle-end/71179
2909         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
2910         VECTOR type.
2912 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
2914         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
2915         ranges by calling get_single_symbol and tidy up.  Look more closely
2916         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
2918 2016-05-20  Jeff Law  <law@redhat.com>
2920         * bitmap.c (bitmap_find_bit): Remove useless test.
2922 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
2924         * function.c (thread_prologue_and_epilogue_insns): Commit the
2925         insertion of the epilogue.
2927 2016-05-20  Martin Jambor  <mjambor@suse.cz>
2929         PR tree-optimization/70884
2930         * tree-sra.c (initialize_constant_pool_replacements): Do not check
2931         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
2932         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
2933         of constant pool data as a reason for scalarization.
2935 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
2937         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
2938         for naked functions.
2939         (thumb1_expand_prologue): Likewise.
2941 2016-05-20  Nathan Sidwell  <nathan@acm.org>
2943         * config/nvptx/nptx.c (nvptx_option_override): Only set
2944         flag_toplevel_reorder, if not explicitly specified.  Set
2945         flag_no_common, unless explicitly specified.
2947 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
2949         * calls.c (can_implement_as_sibling_call_p): Mark param
2950         reg_parm_stack_space with ATTRIBUTE_UNUSED.
2952 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
2954         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
2955         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
2956         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
2957         constants.
2958         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
2959         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
2960         and CASE_CONST_ANY.
2962 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
2964         * config/nvptx/nvptx.md (sincossf3): New pattern.
2966 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
2968         * calls.c (maybe_complain_about_tail_call): New function.
2969         (initialize_argument_information): Call
2970         maybe_complain_about_tail_call when clearing *may_tailcall.
2971         (can_implement_as_sibling_call_p): Call
2972         maybe_complain_about_tail_call when returning false.
2973         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
2974         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
2975         if tail-call optimization fails.
2976         * cfgexpand.c (expand_call_stmt): Initialize
2977         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
2978         * gimple-pretty-print.c (dump_gimple_call): Dump
2979         gimple_call_must_tail_p.
2980         * gimple.c (gimple_build_call_from_tree): Call
2981         gimple_call_set_must_tail with the value of
2982         CALL_EXPR_MUST_TAIL_CALL.
2983         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
2984         (gimple_call_set_must_tail): New function.
2985         (gimple_call_must_tail_p): New function.
2986         * print-tree.c (print_node): Update printing of TREE_STATIC
2987         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
2988         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
2989         trailing comment listing applicable flags.
2990         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
2992 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
2994         * calls.c (expand_call): Move "Rest of purposes for tail call
2995         optimizations to fail" to...
2996         (can_implement_as_sibling_call_p): ...this new function, and
2997         split into multiple "if" statements.
2999 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3001         * cfgloop.h (expected_loop_iterations_unbounded,
3002         expected_loop_iterations): Unconstify.
3003         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
3004         profile with known upper bound; return 3 when profile is absent.
3005         (expected_loop_iterations): Update.
3007 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3009         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
3010         and get_max_loop_iterations_int.
3012 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
3014         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
3015         realistic upper bounds here.
3017 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
3019         PR c++/71210
3020         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
3021         calls if the LHS is variable length or has addressable type.
3022         If targets[0]->decl is a noreturn call with void return type and
3023         zero arguments, adjust fntype and remove lhs in that case.
3025 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
3027         PR tree-optimization/71079
3028         PR tree-optimization/71206
3029         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
3031 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3033         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
3034         (get_vec_alignment_for_array_decl): Likewise.
3035         (get_vec_alignment_for_record_decl): Likewise.
3036         (increase_alignment::execute): Move code to find alignment to
3037         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
3038         (type_align_map): New hash_map.
3040 2016-05-20  Richard Guenther  <rguenther@suse.de>
3042         PR tree-optimization/29756
3043         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
3044         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
3045         * fold-const.c (operand_equal_p): Likewise.
3046         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
3047         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
3048         * tree-inline.c (estimate_operator_cost): Likewise.
3049         * tree-pretty-print.c (dump_generic_node): Likewise.
3050         * tree-ssa-operands.c (get_expr_operands): Likewise.
3051         * cfgexpand.c (expand_debug_expr): Likewise.
3052         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
3053         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
3054         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
3055         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
3056         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
3057         (execute_update_addresses_taken): Do it.
3059 2016-05-20  Richard Biener  <rguenther@suse.de>
3061         PR tree-optimization/71185
3062         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
3063         register operations.
3065 2016-05-20  Richard Biener  <rguenther@suse.de>
3067         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
3068         gimple_seq_add_seq_without_update.
3069         (release_bb_predicate): Assert we have no operands to free.
3070         (if_convertible_loop_p_1): Calculate post dominators later.
3071         Do not free BB predicates here.
3072         (combine_blocks): Do not recompute BB predicates.
3073         (version_loop_for_if_conversion): Save BB predicates around
3074         loop versioning.
3076 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
3078         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
3079         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
3080         code.  Ignore sibcalls on EDGE_IGNORE edges.
3081         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
3082         on edges for sibcalls that run without prologue.  The rest of the
3083         function is combined from...
3084         (fix_fake_fallthrough_edge): ... this, and ...
3085         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
3086         function argument, make it a local variable.
3088 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
3090         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
3091         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
3092         for 32-bit mode and SEH for 64-bit.
3093         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
3094         TARGET_64BIT_DEFAULT.
3096 2016-05-19  Ryan Burn  <contact@rnburn.com>
3098         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
3099         * gengtype.c (open_base_files): Add cilk.h to ifiles.
3101 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
3103         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
3104         force pending loads from memory.
3106 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3108         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
3109         (UNSPEC_DARN_32): New unspec constant.
3110         (UNSPEC_DARN_RAW): New unspec constant.
3111         (darn_32): New instruction.
3112         (darn_raw): New instruction.
3113         (darn): New instruction.
3114         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
3115         support and documentation for this macro.
3116         (BU_P9_MISC_1): New macro definition.
3117         (BU_P9_64BIT_MISC_0): New macro definition.
3118         (BU_P9_MISC_0): New macro definition.
3119         (darn_32): New builtin definition.
3120         (darn_raw): New builtin definition.
3121         (darn): New builtin definition.
3122         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
3123         RS6000_BUILTIN_0 directives to surround each occurrence of
3124         #include "rs6000-builtin.def".
3125         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
3126         RS6000_BTM_64BIT flags to the returned mask, depending on
3127         configuration.
3128         (def_builtin): Correct an error in the assignments made to the
3129         debugging variable attr_string.
3130         (rs6000_expand_builtin): Add support for no-operand built-in
3131         functions.
3132         (builtin_function_type): Remove fatal_error assertion that is no
3133         longer valid.
3134         (rs6000_common_init_builtins): Add support for no-operand built-in
3135         functions.
3136         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
3137         definition.
3138         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
3139         definition.
3140         (RS6000_BTM_64BIT): New macro definition.
3141         * doc/extend.texi: Document __builtin_darn (void),
3142         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
3143         functions.
3145 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
3147         * tree-vect-loop.c (vect_analyze_loop_2): Use also
3148         max_loop_iterations_int.
3150 2016-05-19  Marek Polacek  <polacek@redhat.com>
3152         PR tree-optimization/71031
3153         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
3154         condition and adjust the code a bit.
3156 2016-05-19  Martin Liska  <mliska@suse.cz>
3158         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
3159         auto_vec instead of vec.
3161 2016-05-19  Martin Liska  <mliska@suse.cz>
3163         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
3165 2016-05-19  Martin Liska  <mliska@suse.cz>
3167         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
3169 2016-05-19  Martin Liska  <mliska@suse.cz>
3171         * ipa-pure-const.c (set_function_state): Remove an existing
3172         funct_state.
3173         (remove_node_data): Do not free it as it's released
3174         in set_function_state.
3176 2016-05-19  Martin Liska  <mliska@suse.cz>
3178         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
3179         bitmap.
3181 2016-05-19  Martin Liska  <mliska@suse.cz>
3183         * omp-simd-clone.c (simd_clone_adjust): Release vector.
3185 2016-05-19  Martin Liska  <mliska@suse.cz>
3187         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
3188         an auto_vec instead of re-creating it.
3190 2016-05-19  Martin Liska  <mliska@suse.cz>
3192         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
3193         auto_vec instead of vec.
3195 2016-05-19  Martin Liska  <mliska@suse.cz>
3197         * lto-section-in.c (lto_get_section_data): Call
3198         lto_check_version with additional argument.
3199         * lto-streamer.c (lto_check_version): Add new argument.
3200         * lto-streamer.h (lto_check_version): Likewise.
3202 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3204         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
3205         Don't add cost of inner memory when handling sign-extended loads.
3207 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
3209         PR rtl-optimization/71148
3210         * cse.c (cse_main): Free dominance info.
3211         (rest_of_handle_cse): Don't free dominance info.
3212         (rest_of_handle_cse2): Likewise.
3213         (rest_of_handle_cse_after_global_opts): Likewise.
3215 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3217         PR target/71056
3218         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
3219         NULL_TREE early if NEON is not available.  Remove now redundant check
3220         in ARM_CHECK_BUILTIN_MODE.
3222 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
3224         PR sanitizer/64354
3225         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
3226         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
3227         * doc/cpp.texi: Document new macros.
3229 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
3231         PR tree-optimization/69848
3232         * tree-vect-loop.c (vectorizable_reduction): Don't factor
3233         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
3235 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
3237         * function.c (thread_prologue_and_epilogue_insn): Move the
3238         "goto epilogue_done" one block later.
3240 2016-05-19  Richard Biener  <rguenther@suse.de>
3242         PR tree-optimization/70729
3243         * passes.def: Move LIM pass before PRE.  Remove no longer
3244         required copyprop and move first DCE out of the loop pipeline.
3246 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
3248         PR driver/69265
3249         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
3250         (OBJS-libcommon-target): ...here.
3251         * opts-common.c: Include spellcheck.h.
3252         (cmdline_handle_error): Build a vec of valid options and use it
3253         to suggest provide hints for misspelled arguments.
3255 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
3257         PR c++/71100
3258         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
3259         lhs if it has TREE_ADDRESSABLE type.
3261 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
3263         PR target/71145
3264         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
3265         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
3267 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3269         PR ipa/69708
3270         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
3271         input for NOP_EXPR pass-through functions.
3272         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
3273         aggregate global constant VAR_DECLs in constant jump functions.
3275 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3277         PR ipa/69708
3278         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
3279         from TREE_READONLY parameters.
3281 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3283         PR ipa/69708
3284         * cgraph.h (cgraph_indirect_call_info): New field
3285         guaranteed_unmodified.
3286         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
3287         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
3288         appropriate.
3289         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
3290         pass the parameter value to ipa_find_agg_cst_for_param.
3291         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
3292         guaranteed_unmodified, store AA results there instead of bailing out
3293         if present.
3294         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
3295         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
3296         (find_constructor_constant_at_offset): New function.
3297         (ipa_find_agg_cst_from_init): Likewise.
3298         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
3299         static initializers of contants, report back through a new paameter
3300         from_global_constant if that was the case.
3301         (try_make_edge_direct_simple_call): Also pass parameter value to
3302         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
3303         appropriate.
3304         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
3305         (ipa_read_indirect_edge_info): Likewise.
3306         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
3307         (ipa_load_from_parm_agg): Likewise.
3309 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
3311         PR rtl-optimization/71150
3312         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
3313         check.
3315 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
3317         PR target/70915
3318         * config/rs6000/constraints.md (wE constraint): New constraint
3319         for a vector constant that can be loaded with XXSPLTIB.
3320         (wM constraint): New constraint for a vector constant of a 1's.
3321         (wS constraint): New constraint for a vector constant that can be
3322         loaded with XXSPLTIB and a vector sign extend instruction.
3323         * config/rs6000/predicates.md (xxspltib_constant_split): New
3324         predicates for wE/wS constraints.
3325         (xxspltib_constant_nosplit): Likewise.
3326         (easy_vector_constant): Add support for constants that can be
3327         loaded via XXSPLTIB.
3328         (all_ones_constant): New predicate for vector constant with all
3329         1's set.
3330         (splat_input_operand): Add support for ISA 3.0 word splat operations.
3331         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
3332         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
3333         instruction and possibly with a sign extension.
3334         (output_vec_const_move): Add support for XXSPLTIB. If we are
3335         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
3336         instead of XXLXOR/XXLORC.
3337         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
3338         operations.
3339         (rs6000_legitimize_reload_address): Likewise.
3340         (rs6000_output_move_128bit): Use output_vec_const_move to emit
3341         constants.
3342         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
3343         combine VSX_M and VSX_M2 into one iterator.
3344         (VSX_M2): Likewise.
3345         (VSINT_84): New iterators for loading constants with XXSPLTIB.
3346         (VSINT_842): Likewise.
3347         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
3348         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
3349         XXSPLTIB instruction.
3350         (xxspltib_<mode>_nosplit): Likewise.
3351         (xxspltib_<mode>_split): New insn to load up constants with
3352         XXSPLTIB and a sign extend instruction.
3353         (vsx_mov<mode>): Replace single move that handled all vector types
3354         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
3355         moves (when -mvsx-timode is in effect) into the main vector
3356         moves.  Eliminate separate moves for <VSr> <VSa>, where the
3357         preferred register class (<VSr>) is listed first, and the
3358         secondary register class (<VSa>) is listed second with a '?' to
3359         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
3360         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
3361         that if the register was involved in a slow operation, the
3362         clear/set operation does not wait for the slow operation to
3363         finish.  Adjust the length attributes for 32-bit mode.  Use
3364         rs6000_output_move_128bit and drop the use of the string
3365         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
3366         spacing so that the alternatives and attributes don't generate
3367         long lines, and put things in columns, so that it is easier to
3368         match up the operands and attributes with the insn alternatives.
3369         (vsx_mov<mode>_64bit): Likewise.
3370         (vsx_mov<mode>_32bit): Likewise.
3371         (vsx_movti_64bit): Fold movti into normal vector moves.
3372         (vsx_movti_32bit): Likewise.
3373         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
3374         splat instructions.
3375         (vsx_splat_v4si_internal): Likewise.
3376         (vsx_splat_v4sf_internal): Likewise.
3377         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
3378         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
3379         extend vector elements.
3380         (vsx_sign_extend_hi_<mode>): Likewise.
3381         (vsx_sign_extend_si_v2di): Likewise.
3382         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
3383         declaration.
3384         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
3385         constraints.  Add trailing period to wL documentation.
3387 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
3389         PR middle-end/71020
3390         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
3391         * tree-dfa.c (replace_abnormal_ssa_names): New function.
3392         * tree-call-cdce.c: Include tree-dfa.h.
3393         (can_guard_call_p): New function, extracted from...
3394         (can_use_internal_fn): ...here.
3395         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
3396         and return void.
3397         (shrink_wrap_one_built_in_call): Likewise.
3398         (use_internal_fn): Likewise.
3399         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
3400         and return void.  Call replace_abnormal_ssa_names.
3401         (pass_call_cdce::execute): Check can_guard_call_p during the
3402         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
3403         will always change something.
3405 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3407         PR ipa/70646
3408         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
3409         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
3411 2016-05-18  Martin Jambor  <mjambor@suse.cz>
3413         PR ipa/70646
3414         * ipa-inline.h (condition): New field size.
3415         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
3416         for comaprison and store it into the new condition.
3417         (evaluate_conditions_for_known_args): Use condition size to check
3418         access sizes for all but CHANGED conditions.
3419         (unmodified_parm_1): New parameter size_p, store access size into it.
3420         (unmodified_parm): Likewise.
3421         (unmodified_parm_or_parm_agg_item): Likewise.
3422         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
3423         (set_cond_stmt_execution_predicate): Extract access sizes and store
3424         them to conditions.
3425         (set_switch_stmt_execution_predicate): Likewise.
3426         (will_be_nonconstant_expr_predicate): Likewise.
3427         (will_be_nonconstant_predicate): Likewise.
3428         (inline_read_section): Stream condition size.
3429         (inline_write_summary): Likewise.
3431 2016-05-18  Richard Biener  <rguenther@suse.de>
3433         * tree-ssa-loop-im.c (determine_max_movement): Properly add
3434         condition cost to PHI cost instead of total_cost.
3436 2016-05-18  Martin Liska  <mliska@suse.cz>
3438         PR fortran/70856
3439         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
3440         merged variables.
3442 2016-05-18  Richard Biener  <rguenther@suse.de>
3444         * lto-streamer.h (LTO_major_version): Bump to 6.
3446 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
3448         * function.c (make_split_prologue_seq, make_prologue_seq,
3449         make_epilogue_seq): New functions, factored out from...
3450         (thread_prologue_and_epilogue_insns): Here.
3452 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
3454         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
3455         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
3456         of before.  Add a comment.
3458 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
3460         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
3461         expression pointer, not pointer to the pointer.
3463 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
3465         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
3466         (avx2_pbroadcast<mode>): Add another alternative with v instead
3467         of x constraints in it, using <pbroadcast_evex_isa> isa.
3468         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
3470         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
3471         constraint x instead of v in second alternative, add avx512bw
3472         alternative.
3474         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
3475         constraint x instead of v in second alternative, add avx512bw
3476         alternative.
3478         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
3479         constraint x instead of v in second alternative, add avx512bw
3480         alternative.
3482         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
3483         avx512bw alternative.
3485 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
3487         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
3488         array to 128 chars.
3489         (define_insn "*andnottf3"): Ditto.
3490         (define_insn "*<code><mode>3"/any_logic): Ditto.
3491         (define_insn "*<code>tf3"/any_logic): Ditto.
3492         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
3493         operand to block AVX-512VL insn variant emit when it is not enabled.
3495 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
3497         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
3498         constraint fot SF mode.
3500 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
3501             Kirill Yukhin  <kirill.yukhin@intel.com>
3503         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
3504         modifiers.
3505         (define_insn "rsqrt14<mode>"): Ditto.
3506         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
3507         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
3508         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
3509         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
3510         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
3511         Ditto.
3512         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
3513         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
3514         * config/i386/i386.c (ix86_print_operand): Expand check for size
3515         override codes for Intel syntax.
3517 2016-05-18  Richard Biener  <rguenther@suse.de>
3519         PR tree-optimization/71168
3520         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
3521         initialization earlier.
3523 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
3525         * config/aarch64/aarch64-simd.md
3526         (aarch64_reduc_plus_internal<mode>): Rename to...
3527         (reduc_plus_scal): ...This, and remove previous implementation.
3529 2016-05-18  Richard Biener  <rguenther@suse.de>
3531         * passes.def: Put late dse and cd_dce in canonical order.
3533 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
3535         * ipa-inline-transform.c (preserve_function_body_p): Look for
3536         first non-thunk clone.
3537         (save_function_body): Save into first non-thunk.
3538         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
3539         up call stmt id.
3540         (lto_output_node): Inline thunks don't need body in every
3541         partition.
3542         * lto-streamer-in.c: Do not fixup thunk clones.
3543         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
3544         thunks.
3545         * tree-inline.c (copy_bb): Be prepared for target node to be new after
3546         folding suceeds.
3548 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3550         PR middle-end/63586
3551         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
3552         (reassociate_bb): Call transform_add_to_multiply.
3554 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3556         * config/aarch64/aarch64.c (all_extensions): Removed unused
3557         static variable.
3559 2016-05-17  Nathan Sidwell  <nathan@acm.org>
3561         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
3562         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
3564 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
3566         PR tree-optimization/54579
3567         PR middle-end/55299
3568         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
3570 2016-05-17  Marek Polacek  <polacek@redhat.com>
3572         PR ipa/71146
3573         * tree-inline.c (expand_call_inline): Call
3574         maybe_remove_unused_call_args.
3576 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
3578         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
3579         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
3580         * doc/md.texi (fmin@var{m}3): Likewise.
3582 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
3584         * match.pd (X & C): New transformation.
3586 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
3588         * match.pd (~X & Y): New transformation.
3590 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
3592         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
3593         information for new SSA_NAME.
3594         (simplify_conversion_using_ranges): Get range through get_range_info
3595         instead of get_value_range.
3597 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
3599         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
3600         Remove inline assembly.
3601         (vmvn_s16): Likewise.
3602         (vmvn_s32): Likewise.
3603         (vmvn_u8): Likewise.
3604         (vmvn_u16): Likewise.
3605         (vmvn_u32): Likewise.
3606         (vmvnq_s8): Likewise.
3607         (vmvnq_s16): Likewise.
3608         (vmvnq_s32): Likewise.
3609         (vmvnq_u8): Likewise.
3610         (vmvnq_u16): Likewise.
3611         (vmvnq_u32): Likewise.
3612         (vmvn_p8): Likewise.
3613         (vmvnq_p16): Likewise.
3615 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
3617         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
3618         Use builtin.
3619         (vmul_n_s16): Likewise.
3620         (vmul_n_s32): Likewise.
3621         (vmul_n_u16): Likewise.
3622         (vmul_n_u32): Likewise.
3623         (vmulq_n_f32): Likewise.
3624         (vmulq_n_f64): Likewise.
3625         (vmulq_n_s16): Likewise.
3626         (vmulq_n_s32): Likewise.
3627         (vmulq_n_u16): Likewise.
3628         (vmulq_n_u32): Likewise.
3630 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
3632         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
3633         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
3635 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
3637         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
3638         to *aarch64_fma4_elt_from_dup<mode>.
3639         (*aarch64_fnma4_elt_to_128df): Rename to
3640         *aarch64_fnma4_elt_from_dup<mode>.
3641         * config/aarch64/arm_neon.h (vfma_n_f64): New.
3642         (vfms_n_f32): Likewise.
3643         (vfms_n_f64): Likewise.
3644         (vfmsq_n_f32): Likewise.
3645         (vfmsq_n_f64): Likewise.
3647 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
3649         * wide-int.h: Change fixed_wide_int_storage from class to struct.
3651 2016-05-17  Richard Biener  <rguenther@suse.de>
3653         PR tree-optimization/71132
3654         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
3655         Only add control dependences for blocks in the loop.
3656         (build_rdg): Adjust.
3657         (generate_code_for_partition): Return whether loop should
3658         be destroyed and delay that.
3659         (distribute_loop): Likewise.
3660         (pass_loop_distribution::execute): Record loops to be destroyed
3661         and perform delayed destroying of loops.
3663 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3665         PR target/70809
3666         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
3668 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
3670         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
3672 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
3674         PR target/71114
3675         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
3676         insertion point for instructions generated by validize_mem.
3678 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
3680         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
3681         in brackets.
3683 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
3685         * config/aarch64/aarch64.c
3686         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
3687         rather than a macro.
3689 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
3691         * doc/invoke.texi (AArch64 Options): Various updates.
3693 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
3695         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
3696         into instrumentation thunks.
3697         * cif-code.def (CIF_CHKP): New.
3699 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
3701         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
3703 2016-05-16  Martin Jambor  <mjambor@suse.cz>
3705         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
3706         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
3708 2016-05-16  Marek Polacek  <polacek@redhat.com>
3710         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
3711         commentary.
3713 2016-05-16  Martin Jambor  <mjambor@suse.cz>
3715         PR hsa/70857
3716         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
3717         the outlined kernel function.
3719 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
3721         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
3722         (ISA_HAS_DLSA): Ditto.
3724 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
3726         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
3728 2016-05-16  Nathan Sidwell  <nathan@acm.org>
3730         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
3731         (nvptx_name_replacement): Restore.  Add comment.
3732         (write_fn_proto, write_fn_proto_from_insn,
3733         nvptx_output_call_insn): Restore
3734         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
3736 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
3738         * config/aarch64/aarch64.md
3739         (add<mode>3_compareC_cconly_imm): Remove use of %w.
3740         (add<mode>3_compareC_imm): Likewise.
3741         (<optab>si3_uxtw): Split into register and immediate variants.
3742         (andsi3_compare0_uxtw): Likewise.
3743         (and<mode>3_compare0): Likewise.
3744         (and<mode>3nr_compare0): Likewise.
3745         (stack_protect_test_<mode>): Don't use %x for memory operands.
3747 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
3749         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
3751 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
3753         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
3754         Split integer shifts into shift_reg and bfm.
3755         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
3756         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
3757         (ror<mode>3_insn): Likewise.
3758         (<optab>si3_insn_uxtw): Likewise.
3759         (<optab><mode>3_insn): Change to rotate_imm.
3760         (extr<mode>5_insn_alt): Likewise.
3761         (extrsi5_insn_uxtw): Likewise.
3762         (extrsi5_insn_uxtw_alt): Likewise.
3764 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
3766         * doc/tm.texi: Regenerate.
3767         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
3768         (TARGET_INVALID_RETURN_TYPE): Remove.
3769         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
3770         TARGET_INVALID_RETURN_TYPE.
3771         * target.def (invalid_parameter_type): Remove.
3772         (invalid_return_type): Remove.
3774 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
3776         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
3777         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
3778         calls from thunk.
3779         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
3780         gimple body.
3781         (preserve_function_body_p): No need to preserve function body
3782         * cif-codes.def (CIF_THUNK): Remove.
3783         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
3785 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
3787         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
3789 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
3791         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
3792         for thunks.
3794 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
3796         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
3797         (inline_small_functions): Do not look for function symbol when
3798         resetting caches.
3800 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
3802         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
3803         of inline thunks
3805 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
3806             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3807             Jiong Wang  <jiong.wang@arm.com>
3809         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
3810         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
3811         Define __ARM_FP16_ARGS when appropriate.
3812         * config/arm/arm.c (arm_invalid_parameter_type): Remove
3813         declaration.
3814         (arm_invalid_return_type): Likewise.
3815         (TARGET_INVALID_PARAMETER_TYPE): Remove.
3816         (TARGET_INVALID_RETURN_TYPE): Remove.
3817         (aapcs_vfp_sub_candidate): Allow HFmode.
3818         (aapcs_vfp_allocate): Add comment.  Support HFmode.
3819         (aapcs_vfp_allocate_return_reg): Likewise.
3820         (struct aapcs_cp_arg_layout): Slightly reword comments for
3821         is_return_candidate and allocate_return_reg.
3822         (output_mov_vfp): Update assert.
3823         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
3824         condition.
3825         (arm_invalid_parameter_type): Remove.
3826         (amr_invalid_return_type): Remove.
3827         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
3828         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
3829         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
3831 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
3833         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
3834         * config/aarch64/arch64-protos.h
3835         (aarch64_legitimize_reload_address): Remove.
3836         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
3837         Remove.
3839 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
3841         * configure.ac: Add ACX_NONCANONICAL_HOST.
3842         * configure: Regenerate.
3843         * Makefile.in: Set host_noncanonical.
3845 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
3847         PR target/71097
3848         * config/i386/i386.md (*movtf_internal): Before register allocation,
3849         do not allow FP constants for CM_MEDIUM memory model, allow only
3850         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
3851         (*movxf_internal): Ditto.
3852         (*movdf_internal): Ditto.
3853         (*movsf_internal): Ditto.
3855 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
3857         PR rtl-optimization/67483
3858         * combine.c (make_compound_operation): Don't call extract_left_shift
3859         with negative shift amounts.
3861 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
3863         PR bootstrap/71071
3864         * fold-const.c (fold_checksum_tree): Allow modification
3865         of TYPE_ALIAS_SET during folding.
3867         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
3868         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
3869         (ix86_split_to_parts): Likewise.  Fix up formatting.
3871 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
3873         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
3874         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
3875         printf format.
3877 2016-05-13  Nathan Sidwell  <nathan@acm.org>
3879         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
3880         (nvptx_name_replacement): Delete.
3881         (write_fn_proto, write_fn_proto_from_insn,
3882         nvptx_output_call_insn): Remove nvptx_name_replacement call.
3883         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
3884         * langhooks.c (add_builtin_funcction_common): Call
3885         targetm.mangle_decl_assembler_name.
3887         * config/nvptx/nvptx.c (write_fn_proto): Handle
3888         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
3890 2016-05-13  Martin Liska  <mliska@suse.cz>
3892         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
3893         and PRIu64 in printf format.
3895 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3897         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
3898         comment.
3900 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3902         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
3903         Change --param max-completely-peeled-times to
3904         --param max-completely-peel-times in dump file printing.
3906 2016-05-13  Richard Biener  <rguenther@suse.de>
3908         PR tree-optimization/42587
3909         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
3910         (find_bswap_or_nop_1): Likewise.
3911         (bswap_replace): Likewise.
3913 2016-05-13  Martin Liska  <mliska@suse.cz>
3915         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
3916         Initialize a variable with default value.
3918 2016-05-13  Martin Liska  <mliska@suse.cz>
3920         * doc/invoke.texi: Enhance explanation of error recovery
3921         of sanitizers.
3923 2016-05-13  Martin Liska  <mliska@suse.cz>
3925         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
3926         (struct cost_pair): Change inv_expr_id (int) to inv_expr
3927         (iv_inv_expr_ent *).
3928         (struct iv_inv_expr_ent): Comment struct fields.
3929         (sort_iv_inv_expr_ent): New function.
3930         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
3931         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
3932         a hash_map between iv_inv_expr_ent and number of usages.
3933         (niter_for_exit): Fix coding style.
3934         (tree_ssa_iv_optimize_init): Use renamed variable.
3935         (determine_base_object): Fix coding style.
3936         (alloc_iv): Likewise.
3937         (find_interesting_uses_outside): Likewise.
3938         (add_candidate_1): Likewise.
3939         (add_standard_iv_candidates): Likewise.
3940         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
3941         (prepare_decl_rtl): Fix coding style.
3942         (get_address_cost): Likewise.
3943         (get_shiftadd_cost): Likewise.
3944         (force_expr_to_var_cost): Likewise.
3945         (compare_aff_trees): Likewise.
3946         (get_expr_id): Restructure the function.
3947         (get_loop_invariant_expr_id): Renamed to
3948         get_loop_invariant_expr.
3949         (get_computation_cost_at): Replace usage of inv_expr_id with
3950         inv_expr.
3951         (get_computation_cost): Likewise.
3952         (determine_group_iv_cost_generic): Likewise.
3953         (determine_group_iv_cost_address): Likewise.
3954         (iv_period): Fix coding style.
3955         (iv_elimination_compare_lt): Likewise.
3956         (may_eliminate_iv): Likewise.
3957         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
3958         inv_expr.
3959         (determine_group_iv_costs): Dump invariant expressions.
3960         (iv_ca_recount_cost): Use the newly added hash_map.
3961         (iv_ca_set_remove_invariants): Fix coding style.
3962         (iv_ca_set_add_invariants): Fix coding style.
3963         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
3964         invariants.
3965         (iv_ca_set_cp): Likewise.
3966         (iv_ca_new): Initialize the newly added hash_map and remove
3967         initialization of fields.
3968         (iv_ca_free): Delete the hash_map.
3969         (iv_ca_dump): Dump invariant expressions.
3970         (iv_ca_extend): Fix coding style.
3971         (try_add_cand_for): Likewise.
3972         (create_new_ivs): Dump information about # of avg iterations and
3973         # of used invariant expressions.
3974         (rewrite_use_compare): Fix coding style.
3975         (free_loop_data): Set default value for max_inv_expr_id.
3977 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
3979         * cse.c (rest_of_handle_cse): Use cleanup_cfg
3980         returned value cse_cfg_altered computation.
3981         (rest_of_handle_cse2): Likewise.
3982         (rest_of_handle_cse_after_global_opts): Likewise.
3984 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3986         PR target/53440
3987         * config/arm/arm.c (arm32_output_mi_thunk): New.
3988         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
3989         to split Thumb1 vs TARGET_32BIT functionality.
3990         (arm_thumb1_mi_thunk): New.
3992 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3994         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
3995         to true.
3997 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3999         PR target/71080
4000         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
4002 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
4004         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
4005         (expand_builtin_trap): Emit a regular call.
4006         (set_builtin_user_assembler_name): Remove obsolete cases.
4007         * dse.c (scan_insn): Adjust.
4008         * except.c: Include calls.h.
4009         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
4010         emit a regular call to setjmp.
4011         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
4012         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
4013         (emit_block_move_via_libcall): Delete.
4014         (block_move_fn): Delete.
4015         (init_block_move_fn): Likewise.
4016         (emit_block_move_libcall_fn): Likewise.
4017         (emit_block_op_via_libcall): New function.
4018         (set_storage_via_libcall): Tidy up and use memset builtin.
4019         (block_clear_fn): Delete.
4020         (init_block_clear_fn): Likewise.
4021         (clear_storage_libcall_fn): Likewise.
4022         (expand_assignment): Call emit_block_move_via_libcall.
4023         Do not include gt-expr.h.
4024         * expr.h (emit_block_op_via_libcall): Declare.
4025         (emit_block_copy_via_libcall): New inline function.
4026         (emit_block_move_via_libcall): Likewise.
4027         (emit_block_comp_via_libcall): Likewise.
4028         (block_clear_fn): Delete.
4029         (init_block_move_fn): Likewise.
4030         (init_block_clear_fn): Likewise.
4031         (emit_block_move_via_libcall): Likewise.
4032         (set_storage_via_libcall): Add default parameter value.
4033         * libfuncs.h (enum libfunc_index): Remove obsolete values.
4034         (abort_libfunc): Delete.
4035         (memcpy_libfunc): Likewise.
4036         (memmove_libfunc): Likewise.
4037         (memcmp_libfunc): Likewise.
4038         (memset_libfunc): Likewise.
4039         (setbits_libfunc): Likewise.
4040         (setjmp_libfunc): Likewise.
4041         (longjmp_libfunc): Likewise.
4042         (profile_function_entry_libfunc): Likewise.
4043         (profile_function_exit_libfunc): Likewise.
4044         (gcov_flush_libfunc): Likewise.
4045         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
4046         and DECL_VISIBILITY on the declaration.
4047         (init_optabs): Do not initialize obsolete libfuncs.
4048         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
4049         * tree-core.h (ECF_RET1): Define.
4050         (ECF_TM_PURE): Adjust.
4051         (ECF_TM_BUILTIN): Likewise.
4052         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
4053         (build_common_builtin_nodes): Initialize abort builtin.
4054         Add ECF_RET1 on memcpy, memmove and memset builtins.
4055         Pass final flags for alloca and alloca_with_align builtins.
4056         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
4057         obsolete builtins.
4058         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
4059         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
4060         set_storage_via_libcall and call emit_block_copy_via_libcall.
4062 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
4064         * config/i386/i386.md (*call_got_x32): Change operand 0 to
4065         DImode before it is passed to ix86_output_call_operand.
4066         (*call_value_got_x32): Ditto for operand 1.
4068 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
4070         PR rtl-optimization/70904
4071         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
4072         reload for wide mode.
4074 2016-05-12  Marek Polacek  <polacek@redhat.com>
4076         PR c/70756
4077         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
4078         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
4079         * langhooks.h (incomplete_type_error): Likewise.
4080         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
4081         parameter, pass it down to incomplete_type_error.
4082         * tree.h (size_in_bytes): New inline overload.
4083         (size_in_bytes_loc): Renamed from size_in_bytes.
4085 2016-05-12  Richard Biener  <rguenther@suse.de>
4087         PR tree-optimization/71059
4088         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
4089         nary before looking up or entering the expression into the VN
4090         hashes.
4091         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
4092         Make sure to re-use NARYs without result as inserted by
4093         phi-translation.
4095 2016-05-12  Richard Biener  <rguenther@suse.de>
4097         PR tree-optimization/71062
4098         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
4099         field.
4100         * tree-ssa-structalias.c (set_uids_in_ptset): Set
4101         vars_contains_restrict if the var is a restrict tag.
4102         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
4103         do not disambiguate pointers against it.
4104         (dump_points_to_solution): Re-structure and adjust for new
4105         vars_contains_restrict flag.
4106         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
4108 2016-05-12  Martin Liska  <mliska@suse.cz>
4110         * doc/invoke.texi: Explain connection between
4111         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
4113 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
4115         PR tree-optimization/71006
4116         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
4117         consider COND_EXPR as a mask producer.
4119 2016-05-12  Marek Polacek  <polacek@redhat.com>
4121         PR driver/71063
4122         * opts.c (common_handle_option): Detect missing argument for --help^.
4124 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4126         PR target/70830
4127         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
4128         when popping the PC and within an interrupt handler routine.
4129         Add missing tab to output of "ldmfd".
4130         (output_return_instruction): Output LDMFD with SP update rather
4131         than POP when returning from interrupt handler.
4133 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
4135         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
4136         TARGET_64BIT && TARGET_AVX512DQ.
4137         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
4138         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
4139         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
4140         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
4141         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
4142         (*vec_extractv4si_zext): Add avx512dq alternative.
4143         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
4144         use v instead of x constraint in other alternatives where possible.
4146         * config/i386/sse.md (sse2_loadld): Use v instead of x
4147         constraint in alternatives 0,1,4.
4149         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
4150         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
4151         v constraints instead of x and <pinsr_evex_isa> isa attribute.
4153         PR target/71019
4154         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
4155         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
4156         is not emitted unless TARGET_AVX512BW.
4157         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
4158         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
4159         for the result operand.
4161         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
4162         constraint instead of x in avx alternatives.  Use maybe_evex instead
4163         of vex prefix.
4165         * config/i386/constraints.md (Yv): New constraint.
4166         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
4167         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
4168         * config/i386/i386.md (avx512fvecmode): New mode attr.
4169         (*pushtf): Use v constraint instead of x.
4170         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
4171         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
4172         (*absneg<mode>2): Use Yv constraint instead of x constraint.
4173         (*absnegtf2_sse): Likewise.
4174         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
4175         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
4176         avx512f alternatives.
4177         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
4179 2016-05-12  Richard Biener  <rguenther@suse.de>
4181         PR tree-optimization/71060
4182         * tree-data-ref.c (initialize_data_dependence_relation): Do not
4183         require exact match of DR_BASE_OBJECT but only matching address and
4184         type.
4186 2016-05-12  Richard Biener  <rguenther@suse.de>
4188         PR tree-optimization/70986
4189         * cfganal.c: Include cfgloop.h.
4190         (dfs_find_deadend): Prefer to take edges exiting loops.
4192 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4194         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
4195         compile and run time.
4197 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
4199         PR c/43651
4200         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
4202 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
4204         * config/i386/i386.c (legitimize_pic_address): Use
4205         copy_to_suggested_reg instead of gen_movsi.
4207 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
4209         * config/rs6000/predicates.md (quad_memory_operand): Move most of
4210         the code into quad_address_p and call it to share code with
4211         vsx_quad_dform_memory_operand.
4212         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
4213         d-form support.
4214         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
4215         bit instead of being a separate word.  Split -mpower9-dform into
4216         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
4217         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
4218         for the register class supporting 128-bit quad word memory offsets.
4219         (mode_supports_vsx_dform_quad): Helper function to return if the
4220         register class uses quad word memory offsets.
4221         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
4222         (rs6000_debug_reg_global): Always print if we are using LRA or not.
4223         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
4224         instructions are enabled, set up the appropriate addr_masks for
4225         128-bit types.
4226         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
4227         -mpower9-dform-scalar, instead of -mpower9-dform.
4228         (rs6000_option_override_internal): Split -mpower9-dform into two
4229         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
4230         -mpower9-dform switch sets or clears both.  If we are not using
4231         the LRA register allocator, do not enable -mpower9-dform-vector by
4232         default.  If we are using LRA, enable -mpower9-dform-vector and
4233         -mvsx-timode if it is appropriate.  Issue a warning if either
4234         -mpower9-dform-vector or -mvsx-timode are explicitly used without
4235         enabling LRA.
4236         (quad_address_offset_p): New helper function to return if the
4237         offset is legal for quad word memory instructions.
4238         (quad_address_p): New function to determin if GPR or vector
4239         register quad word memory addresses are legal.
4240         (mem_operand_gpr): Validate quad word address offsets.
4241         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
4242         d-form (register + offset) instructions.
4243         (offsettable_ok_by_alignment): Likewise.
4244         (rs6000_legitimate_offset_address_p): Likewise.
4245         (legitimate_lo_sum_address_p): Likewise.
4246         (rs6000_legitimize_address): Likewise.
4247         (rs6000_legitimize_reload_address): Add more debug statements for
4248         -mdebug=addr.
4249         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
4250         d-form instructions.
4251         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
4252         d-form instructions.  Distinguish different cases in debug
4253         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
4254         d-form instructions.
4255         (rs6000_preferred_reload_class): Likewise.
4256         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
4257         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
4258         of the ISA 2.06 indexed memory instructions.
4259         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
4260         use them to save/restore the saved vector registers instead of
4261         using Altivec instructions.
4262         (rs6000_emit_epilogue): Likewise.
4263         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
4264         (rs6000_opt_masks): Split -mpower9-dform into
4265         -mpower9-dform-scalar and -mpower9-dform-vector.
4266         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
4267         was not selected.
4268         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
4269         ISA 3.0 vector indexed memory instructions, and fold the code into
4270         the normal mov<mode> patterns.
4271         (p9_vecstore_<mode>): Likewise.
4272         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
4273         instructions.
4274         (vsx_movti_64bit): Likewise.
4275         (vsx_movti_32bit): Likewise.
4276         * config/rs6000/constraints.md (wO constraint): New constraint for
4277         ISA 3.0 vector d-form support.
4278         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
4279         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
4280         include -mpower9-dform-vector until we switch over to LRA.
4281         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
4282         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
4283         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
4284         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
4285         for -mpower9-dform and -mlra.
4286         * doc/md.texi (wO constraint): Document wO constraint.
4288 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
4290         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
4291         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
4292         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
4293         Move handling of non-insn arguments inline into the sole user:
4294         (output_trans_func): ...here.
4295         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
4296         in emitted function prototype.
4297         (output_internal_insn_latency_func): Ditto.  Simplify.
4298         (output_internal_maximal_insn_latency_func): Ditto.  Delete
4299         always-unused argument.
4300         (output_insn_latency_func): Ditto.
4301         (output_maximal_insn_latency_func): Ditto.
4303 2016-05-11  Richard Biener  <rguenther@suse.de>
4305         PR tree-optimization/71055
4306         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
4307         sth with precision not equal to access size verify we don't chop
4308         off bits.
4310 2016-05-11  Richard Biener  <rguenther@suse.de>
4312         PR debug/71057
4313         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
4314         (dwarf2out_finish): Move retry_incomplete_types call ...
4315         (dwarf2out_early_finish): ... here.
4317 2016-05-11  Richard Biener  <rguenther@suse.de>
4319         PR middle-end/71002
4320         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
4321         if the langhook insists on it.
4322         * fold-const.c (make_bit_field_ref): Add arg for the original
4323         reference and preserve its alias-set.
4324         (decode_field_reference): Take exp by reference and adjust it
4325         to the original memory reference.
4326         (optimize_bit_field_compare): Adjust callers.
4327         (fold_truth_andor_1): Likewise.
4328         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
4330 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
4332         PR middle-end/70807
4333         * cfgrtl.h (delete_insn_and_edges): Now return bool.
4334         * cfgrtl.c (delete_insn_and_edges): Likewise.
4335         * config/i386/i386.c (convert_scalars_to_vector): Remove
4336         redundant code.
4337         * cse.c (cse_insn): Compute cse_cfg_altered.
4338         (delete_trivially_dead_insns): Likewise.
4339         (cse_cc_succs): Likewise.
4340         (rest_of_handle_cse): Free dominance info if required.
4341         (rest_of_handle_cse2): Likewise.
4342         (rest_of_handle_cse_after_global_opts): Likewise.
4344 2016-05-11  Alan Modra  <amodra@gmail.com>
4346         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
4347         abi_v4_pass_in_fpr): New functions.
4348         (rs6000_function_arg_boundary): Exclude complex IBM long double
4349         from 64-bit alignment when ABI_V4.
4350         (rs6000_function_arg, rs6000_function_arg_advance_1,
4351         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
4353 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
4355         PR rtl-optimization/71028
4356         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
4357         jump with just a return in the fallthrough block if the branch
4358         block contains just a return as well.
4360 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
4362         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
4363         * match.pd ((X & Y) ^ Y): ... this.
4364         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
4365         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
4367 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
4369         * read-md.c (require_char_ws): New function.
4370         (read_string): Simplify using require_char_ws.
4371         (handle_constants): Likewise.
4372         (handle_enum): Likewise.
4373         (handle_file): Likewise.
4374         * read-md.h (require_char_ws): New declaration.
4375         * read-rtl.c (read_conditions): Simplify using require_char_ws.
4376         (read_mapping): Likewise.
4377         (read_rtx_code): Likewise.
4378         (read_nested_rtx): Likewise.
4380 2016-05-10  James Norris  <jnorris@codesourcery.com>
4382         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
4383         if offloading is enabled and -fopenacc or -fopenmp is specified.
4384         (CRTOFFLOADEND): Likewise.
4385         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
4386         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
4388 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
4390         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
4391         gotoff_operand code paths.  Use copy_to_suggested_regs and
4392         expand_simple_binop where appropriate.  Cleanup.
4394 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4396         PR target/70799
4397         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
4398         integer constants.
4399         (dimode_scalar_chain::vector_const_cost): New.
4400         (dimode_scalar_chain::compute_convert_gain): Handle constants.
4401         (dimode_scalar_chain::convert_op): Likewise.
4402         (dimode_scalar_chain::convert_insn): Likewise.
4404 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
4406         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
4407         unary operation, not a binary one.
4409 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4411         PR middle-end/70877
4412         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
4413         calls with type casted fndecl.
4415 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
4417         PR tree-optimization/70786
4418         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
4419         * calls.c (initialize_argument_information): Bind bounds
4420         with corresponding args passed by reference.
4422 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
4424         PR target/70927
4425         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
4426         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
4427         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
4428         accordingly.
4430 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4432         PR target/70963
4433         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
4434         code for a zero scale factor.
4435         (vsx_xvcvdpuxds_scale): Likewise.
4437 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
4439         * diagnostic-show-locus.c (layout::layout): Call show_ruler
4440         if show_ruler_p was set on the context.
4441         (layout::show_ruler): New method.
4442         * diagnostic.h (struct diagnostic_context): Add field
4443         "show_ruler_p".
4445 2016-05-10  Richard Biener  <rguenther@suse.de>
4447         PR tree-optimization/71039
4448         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
4449         (chk_uses): New function.
4450         (propagate_with_phi): Verify we can safely replicate the lhs of an
4451         aggregate assignment on all incoming edges.
4453 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
4455         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
4456         Forward declare.
4457         (rx_atomic_sequence): New class.
4458         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
4459         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
4460         non-inline.
4461         (rx_atomic_sequence::rx_atomic_sequence,
4462         rx_atomic_sequence::~rx_atomic_sequence): New functions.
4463         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
4464         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
4465         CTRLREG_INTB): New constants.
4466         (FETCHOP): New code iterator.
4467         (fethcop_name, fetchop_name2): New iterator code attributes.
4468         (QIHI): New mode iterator.
4469         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
4470         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
4471         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
4473 2016-05-10  Martin Liska  <mliska@suse.cz>
4475         * tree-inline.c (remap_dependence_clique): Do not remap
4476         debugging statements.
4478 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4480         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
4481         ("*fixuns_truncdfdi2_z13")
4482         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
4483         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
4484         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
4486 2016-05-10  Richard Biener  <rguenther@suse.de>
4488         PR tree-optimization/70497
4489         PR tree-optimization/28367
4490         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
4491         split out from ...
4492         (visit_reference_op_load): ... here.
4493         (vn_reference_lookup_3): Use it to handle subreg-like accesses
4494         with simplified BIT_FIELD_REFs.
4495         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
4496         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
4497         correctly.
4499 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
4501         * dwarf2out.c (add_abstract_origin_attribute): Adjust
4502         documentation comment.  For BLOCK nodes, add a
4503         DW_AT_abstract_origin attribute that points to the DIE generated
4504         for the origin BLOCK.
4505         (gen_lexical_block_die): Call add_abstract_origin_attribute for
4506         blocks from inlined functions.
4508 2016-05-10  Alan Modra  <amodra@gmail.com>
4510         PR target/70947
4511         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
4512         regrename modifying insns saving lr before __morestack call.
4513         * config/rs6000/rs6000.md (split_stack_return): Similarly for
4514         insns restoring lr after __morestack call.
4516 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
4518         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
4519         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
4520         expanders.
4521         * config/i386/sse.md (vec_interleave_high<mode>,
4522         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
4523         <avx512>_vpermt2var<mode>3_maskz): Likewise.
4525 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
4527         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
4528         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
4529         parallel reassociation for power8 and forward.
4531 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
4533         * config/i386/i386.md (absneg splitters with general regs): Use
4534         general_reg_operand predicate.
4535         (btsq peephole2): Use x86_64_immediate_operand to check if new
4536         value is suitable for immediate operand.  Generate emitted insn
4537         using RTL expressions.
4538         (btcq peephole2): Ditto.
4539         (btrq peephole2): Ditto.  Generate correct immediate operand
4540         for AND masking.
4542 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
4544         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
4545         bitpos.
4547 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
4549         * tree-affine.c (wide_int_constant_multiple_p): Add missing
4550         pointer dereference.
4552 2016-05-09  Richard Biener  <rguenther@suse.de>
4554         PR tree-optimization/70985
4555         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
4556         op0 isn't a gimple register.
4558 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
4560         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
4561         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
4562         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
4563         (i6400_fpu_mult): New cpu units.
4564         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
4565         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
4566         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
4567         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
4568         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
4569         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
4570         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
4571         (i6400_msa_long_float4, i6400_msa_long_float5)
4572         (i6400_msa_long_float8, i6400_msa_fdiv_df)
4573         (i6400_msa_fdiv_sf): New reservations.
4574         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
4575         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
4576         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
4577         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
4578         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
4579         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
4580         (msa_short_cmp, msa_short_float2, msa_short_logic3)
4581         (msa_short_store4, msa_long_load, msa_short_store)
4582         (msa_long_logic, msa_long_float2, msa_long_float4)
4583         (msa_long_float5, msa_long_float8, msa_long_mult)
4584         (msa_long_fdiv, msa_long_div): New reservations.
4586 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
4587             Sameera Deshpande  <sameera.deshpande@imgtec.com>
4588             Matthew Fortune  <matthew.fortune@imgtec.com>
4589             Graham Stott  <graham.stott@imgtec.com>
4590             Chao-ying Fu  <chao-ying.fu@imgtec.com>
4592         * config.gcc: Add MSA header file for mips*-*-* target.
4593         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
4594         (Ubv8i, Urv8):  New constraints.
4595         * config/mips/mips-ftypes.def: Add function types for MSA
4596         builtins.
4597         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
4598         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
4599         * config/mips/mips-msa.md: New file.
4600         * config/mips/mips-protos.h
4601         (mips_split_128bit_const_insns): New prototype.
4602         (mips_msa_idiv_insns): Likewise.
4603         (mips_split_128bit_move): Likewise.
4604         (mips_split_128bit_move_p): Likewise.
4605         (mips_split_msa_copy_d): Likewise.
4606         (mips_split_msa_insert_d): Likewise.
4607         (mips_split_msa_fill_d): Likewise.
4608         (mips_expand_msa_branch): Likewise.
4609         (mips_const_vector_same_val_p): Likewise.
4610         (mips_const_vector_same_bytes_p): Likewise.
4611         (mips_const_vector_same_int_p): Likewise.
4612         (mips_const_vector_shuffle_set_p): Likewise.
4613         (mips_const_vector_bitimm_set_p): Likewise.
4614         (mips_const_vector_bitimm_clr_p): Likewise.
4615         (mips_msa_vec_parallel_const_half): Likewise.
4616         (mips_msa_output_division): Likewise.
4617         (mips_ldst_scaled_shift): Likewise.
4618         (mips_expand_vec_cond_expr): Likewise.
4619         * config/mips/mips.c (enum mips_builtin_type): Add
4620         MIPS_BUILTIN_MSA_TEST_BRANCH.
4621         (mips_gen_const_int_vector_shuffle): New prototype.
4622         (mips_const_vector_bitimm_set_p): New function.
4623         (mips_const_vector_bitimm_clr_p): Likewise.
4624         (mips_const_vector_same_val_p): Likewise.
4625         (mips_const_vector_same_bytes_p): Likewise.
4626         (mips_const_vector_same_int_p): Likewise.
4627         (mips_const_vector_shuffle_set_p): Likewise.
4628         (mips_symbol_insns): Forbid loading symbols via immediate for
4629         MSA.
4630         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
4631         stores.
4632         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
4633         MSA.
4634         (mips_lx_address_p): Add support load indexed address for MSA.
4635         (mips_address_insns): Add calculation of instructions needed for
4636         stores and loads for MSA.
4637         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
4638         CONST_VECTOR for MSA and let it fall through.
4639         (mips_ldst_scaled_shift): New function.
4640         (mips_subword_at_byte): Likewise.
4641         (mips_msa_idiv_insns): Likewise.
4642         (mips_legitimize_move): Validate MSA moves.
4643         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
4644         calculation of costs for MSA division.
4645         (mips_split_move_p): Check if MSA moves need splitting.
4646         (mips_split_move): Split MSA moves if necessary.
4647         (mips_split_128bit_move_p): New function.
4648         (mips_split_128bit_move): Likewise.
4649         (mips_split_msa_copy_d): Likewise.
4650         (mips_split_msa_insert_d): Likewise.
4651         (mips_split_msa_fill_d): Likewise.
4652         (mips_output_move): Handle MSA moves.
4653         (mips_expand_msa_branch): New function.
4654         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
4655         Reinstate 'y' modifier.
4656         (mips_file_start): Add MSA .gnu_attribute.
4657         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
4658         FPRs.
4659         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
4660         (mips_class_max_nregs): Add register size for MSA supported mode.
4661         (mips_cannot_change_mode_class): Allow conversion between MSA
4662         vector modes and TImode.
4663         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
4664         instruction.
4665         (mips_secondary_reload_class): Force MSA loads/stores via memory.
4666         (mips_preferred_simd_mode): Add preffered modes for MSA.
4667         (mips_vector_mode_supported_p): Add MSA supported modes.
4668         (mips_autovectorize_vector_sizes): New function.
4669         (mips_msa_output_division): Likewise.
4670         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
4671         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
4672         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
4673         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
4674         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
4675         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
4676         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
4677         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
4678         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
4679         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
4680         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
4681         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
4682         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
4683         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
4684         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
4685         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
4686         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
4687         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
4688         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
4689         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
4690         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
4691         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
4692         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
4693         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
4694         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
4695         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
4696         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
4697         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
4698         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
4699         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
4700         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
4701         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
4702         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
4703         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
4704         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
4705         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
4706         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
4707         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
4708         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
4709         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
4710         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
4711         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
4712         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
4713         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
4714         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
4715         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
4716         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
4717         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
4718         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
4719         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
4720         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
4721         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
4722         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
4723         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
4724         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
4725         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
4726         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
4727         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
4728         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
4729         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
4730         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
4731         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
4732         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
4733         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
4734         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
4735         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
4736         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
4737         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
4738         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
4739         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
4740         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
4741         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
4742         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
4743         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
4744         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
4745         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
4746         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
4747         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
4748         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
4749         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
4750         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
4751         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
4752         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
4753         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
4754         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
4755         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
4756         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
4757         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
4758         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
4759         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
4760         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
4761         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
4762         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
4763         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
4764         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
4765         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
4766         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
4767         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
4768         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
4769         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
4770         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
4771         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
4772         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
4773         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
4774         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
4775         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
4776         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
4777         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
4778         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
4779         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
4780         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
4781         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
4782         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
4783         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
4784         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
4785         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
4786         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
4787         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
4788         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
4789         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
4790         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
4791         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
4792         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
4793         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
4794         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
4795         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
4796         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
4797         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
4798         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
4799         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
4800         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
4801         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
4802         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
4803         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
4804         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
4805         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
4806         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
4807         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
4808         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
4809         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
4810         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
4811         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
4812         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
4813         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
4814         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
4815         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
4816         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
4817         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
4818         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
4819         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
4820         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
4821         move_v builtins.
4822         (mips_get_builtin_decl_index): New array.
4823         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
4824         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
4825         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
4826         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
4827         (mips_init_builtins): Initialize mips_get_builtin_decl_index
4828         array.
4829         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
4830         hook.
4831         (mips_expand_builtin_insn): Prepare operands for
4832         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
4833         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
4834         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
4835         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
4836         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
4837         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
4838         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
4839         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
4840         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
4841         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
4842         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
4843         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
4844         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
4845         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
4846         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
4847         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
4848         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
4849         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
4850         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
4851         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
4852         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
4853         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
4854         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
4855         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
4856         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
4857         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
4858         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
4859         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
4860         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
4861         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
4862         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
4863         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
4864         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
4865         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
4866         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
4867         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
4868         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
4869         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
4870         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
4871         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
4872         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
4873         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
4874         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
4875         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
4876         These are set implicitly and an error is reported if overridden.
4877         (mips_expand_builtin_msa_test_branch): New function.
4878         (mips_expand_msa_shuffle): Likewise.
4879         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
4880         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
4881         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
4882         (mips_expand_vec_unpack): Add support for MSA.
4883         (mips_expand_vector_init): Likewise.
4884         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
4885         instead of const0_rtx.
4886         (mips_msa_vec_parallel_const_half): New function.
4887         (mips_gen_const_int_vector): Likewise.
4888         (mips_gen_const_int_vector_shuffle): Likewise.
4889         (mips_expand_msa_cmp): Likewise.
4890         (mips_expand_vec_cond_expr): Likewise.
4891         * config/mips/mips.h
4892         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
4893         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
4894         specified.
4895         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
4896         (ISA_HAS_MSA): New macro.
4897         (UNITS_PER_MSA_REG): Likewise.
4898         (BITS_PER_MSA_REG): Likewise.
4899         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
4900         (MSA_REG_FIRST): New macro.
4901         (MSA_REG_LAST): Likewise.
4902         (MSA_REG_NUM): Likewise.
4903         (MSA_REG_P): Likewise.
4904         (MSA_REG_RTX_P): Likewise.
4905         (MSA_SUPPORTED_MODE_P): Likewise.
4906         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
4907         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
4908         * config/mips/mips.md: Include mips-msa.md.
4909         (alu_type): Add simd_add.
4910         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
4911         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
4912         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
4913         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
4914         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
4915         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
4916         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
4917         simd_move, simd_load, simd_store.  Choose "multi" for moves
4918         for "qword_mode".
4919         (qword_mode): New attribute.
4920         (insn_count): Add instruction count for quad moves.
4921         Increase the count for MIPS SIMD division.
4922         (UNITMODE): Add UNITMODEs for vector types.
4923         (addsub): New code iterator.
4924         * config/mips/mips.opt (mmsa): New option.
4925         * config/mips/msa.h: New file.
4926         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
4927         specified.
4928         * config/mips/mti-linux.h: Likewise.
4929         * config/mips/predicates.md
4930         (const_msa_branch_operand): New constraint.
4931         (const_uimm3_operand): Likewise.
4932         (const_uimm4_operand): Likewise.
4933         (const_uimm5_operand): Likewise.
4934         (const_uimm8_operand): Likewise.
4935         (const_imm5_operand): Likewise.
4936         (aq10b_operand): Likewise.
4937         (aq10h_operand): Likewise.
4938         (aq10w_operand): Likewise.
4939         (aq10d_operand): Likewise.
4940         (const_m1_operand): Likewise.
4941         (reg_or_m1_operand): Likewise.
4942         (const_exp_2_operand): Likewise.
4943         (const_exp_4_operand): Likewise.
4944         (const_exp_8_operand): Likewise.
4945         (const_exp_16_operand): Likewise.
4946         (const_vector_same_val_operand): Likewise.
4947         (const_vector_same_simm5_operand): Likewise.
4948         (const_vector_same_uimm5_operand): Likewise.
4949         (const_vector_same_uimm6_operand): Likewise.
4950         (const_vector_same_uimm8_operand): Likewise.
4951         (par_const_vector_shf_set_operand): Likewise.
4952         (reg_or_vector_same_val_operand): Likewise.
4953         (reg_or_vector_same_simm5_operand): Likewise.
4954         (reg_or_vector_same_uimm6_operand): Likewise.
4955         * doc/extend.texi (MIPS SIMD Architecture Functions): New
4956         section.
4957         * doc/invoke.texi (-mmsa): Document new option.
4959 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4961         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
4962         * configure: Regenerate.
4963         * config.in: Regenerate.
4964         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
4965         on -fvtable-verify.
4966         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
4967         (ENDFILE_VTV_SPEC): Define.
4969 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
4971         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
4972         registers in all interrupt handlers if necessary.
4973         (rl78_option_override): Add warning.
4974         (MUST_SAVE_MDUC_REGISTERS): New macro.
4975         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
4976         * config/rl78/rl78.c (check_mduc_usage): New function.
4977         (mduc_regs): New structure to hold MDUC register data.
4978         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
4979         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
4980         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
4981         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
4982         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
4983         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
4985 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
4987         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
4988         (tree-ssa-loop-niter.h): Ditto.
4989         (idx_within_array_bound, ref_within_array_bound): New functions.
4990         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
4991         Factor out check on writable base object to ...
4992         (base_object_writable): ... here.
4994 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4996         * config/arm/arm.md (probe_stack): Add modes to set source
4997         and destination.
4999 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
5001         * regrename.c (base_reg_class_for_rename): New static function.
5002         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
5004 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
5006         * cgraph.c (thunk_adjust): Export.
5007         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
5008         * cgraphunit.c (thunk_adjust): Export.
5009         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
5010         thunks.
5011         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
5012         inlinable.
5013         * tree-inline.c (expand_call_inline): Expand thunks inline.
5015 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
5017         PR target/70998
5018         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
5019         (*sse2_vd_cvtss2sd): Ditto.
5020         * config/i386/i386.md
5021         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
5022         Generate *sse2_vd_cvtsd2ss pattern.
5023         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
5024         Generate *sse2_vd_cvtss2sd pattern.
5026 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
5028         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
5029         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
5030         users.
5032 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
5034         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
5035         * config/sh/sh.c: Define and declare variables on first use throughout
5036         the file.
5037         (current_function_interrupt): Change to bool type.
5038         (frame_insn): Rename to emit_frame_insn and update users.
5039         (push_regs): Use bool for 'interrupt_handler' argument.
5040         (save_schedule_s): Remove.
5041         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
5042         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
5043         targetm.asm_out.unaligned_op.di.
5044         (gen_far_branch): Remove redundant forward declaration.
5045         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
5046         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
5047         (sh_set_return_address, sh_function_ok_for_sibcall,
5048         scavenge_reg): Update comments.
5049         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
5050         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
5051         (sh_attr_renesas_p): Remove unnecessary parentheses.
5052         (branch_dest): Simplify.
5053         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
5054         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
5055         (CUMULATIVE_ARGS): Change macro to typedef.
5056         (current_function_interrupt): Change to bool type.
5057         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
5058         Surround with __cplusplus ifdef.
5059         (sh_compare_op0, sh_compare_op1): Remove.
5060         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
5062 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
5064         * config/arm/arm.md: (arch): Add neon.
5065         (arch_enabled): Return yes for arch neon when TARGET_NEON.
5066         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
5067         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
5068         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
5069         attributes for alt renumbering.  Mark alt 3 as non-predicable.
5070         (thumb2_movdf_vfp): Likewise.
5072 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
5074         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
5075         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
5076         (*andqi_1): Add preferred_for_speed attribute to disparage
5077         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
5078         (*<code>qi_1): Ditto.
5079         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
5080         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
5081         (*ashlqi3_1): Ditto.
5082         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
5083         Add preferred_for_size attribute to disparage alternative 0 and
5084         preferred_for_speed attribute to disparage alternative 1 for
5085         TARGET_PARTIAL_REG_STALL targets.
5087 2016-05-07  Tom de Vries  <tom@codesourcery.com>
5089         PR tree-optimization/70956
5090         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
5091         def.
5093 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
5095         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
5096         * config/sh/sh.c (sh_cbranch_distance): Implement it.
5097         * config/sh/sh.md (branch_zero): Remove define_attr.
5098         (define_delay): Disable delay slot if branch distance is one insn.
5100 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5102         * config/i386/i386.md (LEAMODE): New mode attribute.
5103         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
5104         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
5105         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
5106         operand 2 predicate.
5107         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
5108         (*lea<mode>_general_3): Ditto.
5109         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
5111 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
5113         * genmddump.c (main): Convert argv from char ** to const char **.
5115 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5117         * coretypes.h (OVERRIDE): New macro.
5118         (FINAL): New macro.
5120 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
5122         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
5123         allow coalescing if the types are compatible.
5125 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5127         * pass_manager.h (pass_manager::register_pass_name): New method.
5128         (pass_manager::get_pass_by_name): New method.
5129         (pass_manager::create_pass_tab): New method.
5130         (pass_manager::m_name_to_pass_map): New field.
5131         * passes.c (name_to_pass_map): Delete global in favor of field
5132         "m_name_to_pass_map" of pass_manager.
5133         (register_pass_name): Rename from a function to...
5134         (pass_manager::register_pass_name): ...this method, updating
5135         for renaming of global "name_to_pass_map" to field
5136         "m_name_to_pass_map".
5137         (create_pass_tab): Rename from a function to...
5138         (pass_manager::create_pass_tab): ...this method, updating
5139         for renaming of global "name_to_pass_map" to field.
5140         (get_pass_by_name): Rename from a function to...
5141         (pass_manager::get_pass_by_name): ...this method.
5142         (enable_disable_pass): Convert use of get_pass_by_name to
5143         a method call, locating the pass_manager singleton.
5145 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
5147         * genattr-common.c (main): Convert argv from char ** to const char **.
5148         * genattr.c (main): Likewise.
5149         * genattrtab.c (main): Likewise.
5150         * genautomata.c (initiate_automaton_gen): Likewise.
5151         (main): Likewise.
5152         * gencodes.c (main): Likewise.
5153         * genconditions.c (main): Likewise.
5154         * genconfig.c (main): Likewise.
5155         * genconstants.c (main): Likewise.
5156         * genemit.c (main): Likewise.
5157         * genenums.c (main): Likewise.
5158         * genextract.c (main): Likewise.
5159         * genflags.c (main): Likewise.
5160         * genmddeps.c (main): Likewise.
5161         * genopinit.c (main): Likewise.
5162         * genoutput.c (main): Likewise.
5163         * genpeep.c (main): Likewise.
5164         * genpreds.c (main): Likewise.
5165         * genrecog.c (main): Likewise.
5166         * gensupport.c (init_rtx_reader_args_cb): Likewise.
5167         (init_rtx_reader_args): Likewise.
5168         * gensupport.h (init_rtx_reader_args_cb): Likewise.
5169         (init_rtx_reader_args): Likewise.
5170         * gentarget-def.c (main): Likewise.
5171         * read-md.c (read_md_files): Likewise.
5172         * read-md.h (read_md_files): Likewise.
5174 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5176         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
5177         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
5178         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
5179         Remove unused predicate.
5180         (register_and_not_fp_reg_operand): Ditto.
5182 2016-05-06  Martin Liska  <mliska@suse.cz>
5184         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
5185         instead of vec as the vector is local to the function.
5187 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
5189         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
5190         avx512bw alternative.
5192         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
5193         before the ashr<mode>3 pattern.
5195         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
5196         v instead of x in vex or maybe_vex alternatives, use
5197         maybe_evex instead of vex in prefix.
5199         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
5200         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
5201         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
5202         in vex or maybe_vex alternatives, use maybe_evex instead of vex
5203         in prefix.
5205         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
5206         v instead of x in vex or maybe_vex alternatives, use
5207         maybe_evex instead of vex in prefix.
5209         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
5210         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
5211         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
5212         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
5213         alternatives, use maybe_evex instead of vex in prefix.
5215         * config/i386/sse.md (vec_interleave_lowv4sf,
5216         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
5217         v instead of x in vex or maybe_vex alternatives, use
5218         maybe_evex instead of vex in prefix.
5220         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
5221         v instead of x in vex or maybe_vex alternatives, use
5222         maybe_evex instead of vex in prefix.
5224         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
5225         v constraint instead of x.
5227 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
5229         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
5230         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
5231         equality first.
5233 2016-05-06  Richard Biener  <rguenther@suse.de>
5235         PR tree-optimization/70948
5236         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
5237         Properly clobber all fields of va_list for __builtin_va_start.
5239 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
5241         PR debug/70935
5242         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
5243         loop latch destination.
5245 2016-05-06  Martin Liska  <mliska@suse.cz>
5247         * tree-ssa-uninit.c: Apply manual changes
5248         to the GNU coding style.
5249         (prune_uninit_phi_opnds): Rename from
5250         prune_uninit_phi_opnds_in_unrealizable_paths.
5252 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5254         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
5255         mspace): Remove deprecated options.
5256         * doc/invoke.texi (SH options): Remove -mspace.
5258 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5260         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
5262 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5264         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
5265         corresponding combine split pattern.
5267 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5269         PR target/58219
5270         * config/sh/predicates.md (long_displacement_mem_operand): New.
5271         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
5272         Add movi20, movi20s alternatives.  Adjust length attribute for
5273         alternatives.
5274         (movsi_ie): Allow for any FPU.  Adjust length attribute for
5275         alternatives.
5276         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
5277         attribute for alternatives.
5278         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
5279         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
5280         length attribute for alternatives.
5282 2016-05-06  Richard Biener  <rguenther@suse.de>
5284         PR tree-optimization/70960
5285         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
5287 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5289         PR target/52933
5290         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
5291         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
5293 2016-05-06  Marek Polacek  <polacek@redhat.com>
5295         PR sanitizer/70875
5296         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
5298 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
5300         PR target/54089
5301         * config/sh/sh.md (*rotcr): Add another variant.
5303 2016-05-06  Richard Biener  <rguenther@suse.de>
5305         PR middle-end/70931
5306         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
5308 2016-05-06  Richard Biener  <rguenther@suse.de>
5310         PR middle-end/70941
5311         * fold-const.c (split_tree): Always convert to the original type
5312         before negating.
5314 2016-05-06  Richard Biener  <rguenther@suse.de>
5316         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
5317         (fwprop_addr): Likewise.
5319 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
5321         PR target/70873
5322         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
5323         New prototype.
5324         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
5325         * config/i386/i386.md (push mem splitter): Use find_constant_src in
5326         the splitter condition.
5327         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
5328         the splitter condition.
5329         (FP float_extend load splitter): Ditto.
5331 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
5333         * config/i386/i386.md (peehole2 patterns): Change true_regnum
5334         to REGNO in all peephole2 patterns.
5335         (post-reload splitters): Change true_regnum to REGNO in
5336         post-reload splitters.
5337         (zero_extend splitters): Use general_reg_operand and
5338         nonimmediate_gr_operand predicates.
5340 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
5342         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
5343         v constraint instead of x.
5345 2016-05-05  Alan Modra  <amodra@gmail.com>
5347         PR target/68662
5348         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
5349         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
5350         TARGET_NO_FP_IN_TOC for -mrelocatable.
5351         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
5352         TARGET_RELOCATABLE test.
5353         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5354         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5355         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5356         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5357         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5358         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5359         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
5360         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
5361         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
5362         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
5363         Likewise.
5364         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
5365         (rs6000_stack_info): Likewise.
5366         (rs6000_elf_asm_out_constructor): Likewise.
5367         (rs6000_elf_asm_out_destructor): Likewise.
5368         (rs6000_elf_declare_function_name): Likewise.
5369         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
5370         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
5371         Don't define.
5373 2016-05-05  Alan Modra  <amodra@gmail.com>
5375         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
5377 2016-05-05  Alan Modra  <amodra@gmail.com>
5379         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
5380         out-of-line gpr restore for one or two regs if that would add
5381         a save of lr.
5383 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
5385         PR target/70873
5386         * config/i386/i386.md
5387         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
5388         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
5389         as operand 0 predicate.
5390         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
5391         Ditto.
5392         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
5393         Ditto.  Emit the pattern using RTX.
5395         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
5396         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
5397         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
5398         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
5399         Ditto.
5400         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
5401         sse_reg_operand as operand 0 predicate.
5403         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
5404         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
5405         instead of gen_rtx_REG.
5406         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
5407         Ditto.
5409 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5411         * function.c (emit_use_return_register_into_block): Delete.
5412         (gen_return_pattern): Delete.
5413         (emit_return_into_block): Delete.
5414         (active_insn_between): Delete.
5415         (convert_jumps_to_returns): Delete.
5416         (emit_return_for_exit): Delete.
5417         (thread_prologue_and_epilogue_insns): Delete all code dealing with
5418         simple_return for shrink-wrapped blocks.
5419         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
5420         end of blocks that need one.
5421         (get_unconverted_simple_return): Delete.
5422         (convert_to_simple_return): Delete.
5423         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
5424         (convert_to_simple_return): Ditto.
5426 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5428         * cfgcleanup.c (bb_is_just_return): New function.
5429         (try_optimize_cfg): Simplify jumps to return, branches to return,
5430         and branches around return.
5432 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
5434         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
5435         branch to a return.
5437 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
5439         PR c++/70906
5440         PR c++/70933
5441         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
5442         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
5443         assert flags & OEP_HASH_CHECK, instead of asserting it
5444         never happens.  Handle TARGET_EXPR.
5445         * fold-const.c (operand_equal_p): For hash verification,
5446         or in OEP_HASH_CHECK into flags.
5448 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
5450         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
5451         comment.
5452         (compute_samebase_partition_bases): Fix typo.
5454 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
5456         * config/i386/sse.md (vec_interleave_highv8sf,
5457         vec_interleave_lowv8sf, vec_interleave_highv4df,
5458         vec_interleave_lowv4df): Remove constraints from expanders.
5460         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
5462 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
5464         * tree-inline.c (expand_call_inline): Fix path dealing with
5465         making lhs of call statement undefined.
5467 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
5469         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
5470         Check availability on NODE, too.
5471         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
5472         (cgraph_node::call_for_symbol_and_aliases): Likewise.
5473         (varpool_node::call_for_symbol_and_aliase): Likewise.
5474         * ipa-pure-const.c (add_new_function): Analyze all bodies.
5475         (propagate_pure_const): Propagate across interposable functions, too.
5476         (skip_function_for_local_pure_const): Do not skip interposable bodies
5477         with aliases.
5478         (pass_local_pure_const::execute): Update.
5480 2016-05-04  Marek Polacek  <polacek@redhat.com>
5482         * doc/invoke.texi: Document -Wdangling-else.
5484 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5486         * config.gcc: Error out when conflicting multilib is detected.  Do not
5487         loop over multilibs since no combination is legal.
5489 2016-05-04  Alan Modra  <amodra@gmail.com>
5491         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
5492         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
5493         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
5494         Align .toc.
5496 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
5498         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
5499         Clean up p5600 comments.
5501 2016-05-04  Richard Biener  <rguenther@suse.de>
5503         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
5504         constructor simplifications.
5505         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
5507 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
5509         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
5510         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
5511         result.set_rtx is null instead of aborting.
5512         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
5513         Always enable.
5514         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
5515         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
5516         *mov<mode>_store_postinc): New patterns.
5518 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
5520         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
5521         as commutative.  Check both conversions are NOP.
5522         ((A & B) OP (C & B)): Remove.
5524 2016-05-04  Alan Modra  <amodra@gmail.com>
5526         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
5528 2016-05-04  Alan Modra  <amodra@gmail.com>
5530         PR target/70866
5531         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
5532         when cr2,3,4 are all fixed regs.
5534 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
5536         PR rtl-optimization/57193
5537         * opts.c (default_options_table): Revert OPT_frename_registers change.
5538         * doc/invoke.texi (-frename-registers, -O2): Likewise.
5540 2016-05-03  Martin Sebor  <msebor@redhat.com>
5542         PR c++/66561
5543         * builtins.c (fold_builtin_FILE): New function.
5544         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
5545         (fold_builtin_0): Call them.
5546         * gimplify.c (gimplify_call_expr): Remove the handling of
5547         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
5549         PR c++/66561
5550         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
5551         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
5552         constants.
5554         PR c++/66639
5555         * doc/extend.texi (Function Names as Strings): Update __func__,
5556         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
5557         constants.
5559 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
5560             Richard Biener  <rguenther@suse.de>
5562         PR tree-optimization/70916
5563         * tree-if-conv.c: Include cfganal.h.
5564         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
5565         and remove_fake_exit_edges around the optimization pass.
5567 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
5569         * cgraph.c (symbol_table::create_edge): Set inline_failed.
5570         (cgraph_edge::make_direct): Likewise.
5571         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
5572         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
5573         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
5574         (CIF_THUNK): New code.
5575         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
5576         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
5577         (compute_inline_parameters): Set inline_failed for thunks.
5578         (inline_analyze_function): Cleanup.
5579         * ipa-inline.c (can_inline_edge_p): Do not deal with
5580         call_stmt_cannot_inline_p.
5581         (can_early_inline_edge_p): Likewise.
5582         (early_inliner): Initialize inline_failed.
5583         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
5585 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
5587         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
5588         from nonimm_ssenomem_operand.
5589         (nonimm_ssenomem_operand): New predicate.
5590         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
5591         as operand 0 predicate.
5592         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
5593         Disable unsupported alternatives using "enabled" attribute.
5594         Use register_ssemem_operand as operand 0 predicate.
5595         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
5597 2016-05-03  Marek Polacek  <polacek@redhat.com>
5599         PR c/70859
5600         * input.c (expansion_point_location): New function.
5601         * input.h (expansion_point_location): Declare.
5603 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
5605         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
5606         occurence with frame_offset_ ones.
5608 2016-05-03  Alan Modra  <amodra@gmail.com>
5610         PR rtl-optimization/70890
5611         * ira.c (combine_and_move_insns): When moving def_insn, remove
5612         equivs on use_insn.
5614 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5616         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
5617         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
5618         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
5619         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
5621 2016-05-03  Alan Modra  <amodra@gmail.com>
5623         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
5624         for SAVE_MULTIPLE/STORE_MULTIPLE.
5626 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
5628         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
5629         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
5631 2016-05-03  Richard Biener  <rguenther@suse.de>
5633         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
5634         default true.
5635         (gimplify_arg): Likewise.
5636         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
5637         re-writing the result to a decl if required.
5638         (internal_get_tmp_var): Add allow_ssa parameter
5639         and override into_ssa with it.
5640         (get_formal_tmp_var): Adjust.
5641         (get_initialized_tmp_var): Add allow_ssa parameter.
5642         (gimplify_arg): Add allow_ssa parameter and avoid generating
5643         SSA names for the result false.
5644         (gimplify_call_expr): If the call may return twice do not
5645         gimplify parameters into SSA.
5646         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
5647         (gimplify_modify_expr): Adjust assert.  For noreturn calls
5648         with a SSA name LHS adjust its def.
5649         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
5650         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
5651         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
5652         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
5653         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
5654         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
5655         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
5656         (optimize_target_teams): Do not allow SSA names for clause operands.
5657         (gimplify_expr): Likewise for where we mark the result addressable.
5658         * passes.def (pass_init_datastructures): Remove.
5659         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
5660         (rewrite_stmt): Likewise.
5661         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
5662         (replace_locals_op): Replace SSA names.
5663         (copy_gimple_seq_and_replace_locals): Init src_cfun.
5664         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
5665         * cgraph.c (release_function_body): Free CFG annotations only
5666         when we have a CFG.  Simplify.
5667         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
5668         force_gimple_operand instead of get_initialized_tmp_var.
5669         * tree-pass.h (make_pass_init_datastructures): Remove.
5670         * tree-ssa.c (execute_init_datastructures): Remove.
5671         (pass_data_init_datastructures): Likewise.
5672         (class pass_init_datastructures): Likewise.
5673         (make_pass_init_datastructures): Likewise.
5674         * omp-low.c (create_omp_child_function): Init SSA data structures.
5675         (grid_expand_target_grid_body): Likewise.
5676         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
5677         name before adding it to names_to_release.
5678         (remove_bb): Always release SSA defs.
5679         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
5680         before dereferencing it.
5681         * cgraphunit.c (init_lowered_empty_function): Always
5682         int SSA data structures.
5683         * tree-ssanames.c (release_defs): Remove assert that we are in
5684         SSA form.
5685         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
5687 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
5688             Uros Bizjak  <ubizjak@gmail.com>
5690         PR rtl-optimization/70467
5691         * config/i386/predicates.md (x86_64_hilo_int_operand,
5692         x86_64_hilo_general_operand): New predicates.
5693         * config/i386/constraints.md (Wd): New constraint.
5694         * config/i386/i386.md (mode attr di): Use Wd instead of e.
5695         (general_hilo_operand): New mode attr.
5696         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
5697         instead of <general_operand>.
5698         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
5699         x86_64_hilo_general_operand instead of <general_operand>.
5701 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
5703         PR tree-optimization/70916
5704         * tree-if-conv.c (constant_or_ssa_name): Removed.
5705         (fold_build_cond_expr): Use is_gimple_val instead of
5706         constant_or_ssa_name.
5708         PR tree-optimization/70916
5709         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
5710         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
5712         PR target/49244
5713         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
5714         (optimize_atomic_bit_test_and): New function.
5715         (pass_fold_builtins::execute): Use it.
5716         * optabs.def (atomic_bit_test_and_set_optab,
5717         atomic_bit_test_and_complement_optab,
5718         atomic_bit_test_and_reset_optab): New optabs.
5719         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
5720         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
5721         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
5722         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
5723         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
5724         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
5725         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
5726         * doc/md.texi (atomic_bit_test_and_set@var{mode},
5727         atomic_bit_test_and_complement@var{mode},
5728         atomic_bit_test_and_reset@var{mode}): Document.
5729         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
5730         atomic_bit_test_and_complement<mode>,
5731         atomic_bit_test_and_reset<mode>): New expanders.
5732         (atomic_bit_test_and_set<mode>_1,
5733         atomic_bit_test_and_complement<mode>_1,
5734         atomic_bit_test_and_reset<mode>_1): New insns.
5736 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
5738         PR rtl-optimization/70687
5739         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
5740         instead of unsigned HOST_WIDE_INT.
5742 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
5744         PR rtl-optimization/44281
5745         * hard-reg-set.h (struct target_hard_regs): New field
5746         x_fixed_nonglobal_reg_set.
5747         (fixed_nonglobal_reg_set): New macro.
5748         * reginfo.c (init_reg_sets_1): Initialize it.
5749         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
5750         of fixed_reg_set.
5751         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
5753 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
5755         PR tree-optimization/56541
5756         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
5757         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
5758         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
5759         (any_complicated_phi): new static variable.
5760         (aggressive_if_conv): delete.
5761         (if_convertible_phi_p): support phis with more than two arguments.
5762         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
5763         critical pred edges.
5764         (ifcvt_split_critical_edges): support phis with more than two
5765         arguments by checking new parameter.  only split critical edges
5766         if needed.
5767         (tree_if_conversion): handle simd pragma marked loop using new
5768         local variable aggressive_if_conv.  check any_complicated_phi.
5770 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
5772         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
5773         before using it.
5775 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
5777         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
5778         cbase.
5780 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
5782         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
5783         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
5784         define_insn_and_split.
5785         (mulsi3_i): New define_insn_and_split.
5786         (mulsi3_call): Convert to define_insn.
5787         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
5788         Remove constraints.
5790 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
5792         * machmode.h (mode_complex): Add support to give the complex mode
5793         for a given mode.
5794         (GET_MODE_COMPLEX_MODE): Likewise.
5795         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
5796         stored by build_complex_type and gfc_build_complex_type instead of
5797         trying to figure out the appropriate mode based on the size. Raise
5798         an assertion error, if the type was not set.
5799         * genmodes.c (struct mode_data): Add field for the complex type of
5800         the given type.
5801         (blank_mode): Likewise.
5802         (make_complex_modes): Remember the complex mode created in the
5803         base type.
5804         (emit_mode_complex): Write out the mode_complex array to map a
5805         type mode to the complex version.
5806         (emit_insn_modes_c): Likewise.
5807         * tree.c (build_complex_type): Set the complex type to use before
5808         calling layout_type.
5809         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
5810         support for __float128 complex datatypes.
5811         (rs6000_hard_regno_mode_ok): Likewise.
5812         (rs6000_setup_reg_addr_masks): Likewise.
5813         (rs6000_complex_function_value): Likewise.
5814         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
5815         __float128 and __ibm128 complex.
5816         (FLOAT128_IBM_P): Likewise.
5817         (ALTIVEC_ARG_MAX_RETURN): Likewise.
5818         * doc/extend.texi (Additional Floating Types): Document that
5819         -mfloat128 must be used to enable __float128.  Document complex
5820         __float128 and __ibm128 support.
5822 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
5824         PR target/49244
5825         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
5826         char/short arguments promoted to int because of promote_prototypes.
5828 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
5830         * config/i386/predicates.md (register_ssemem_operand): New predicate.
5831         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
5832         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
5833         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
5834         alternatives using "enabled" attribute.  Use register_ssemem_operand
5835         as operand 1 predicate.
5836         (*cmpi<unord>xf_i387): Split XFmode pattern from
5837         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
5838         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
5839         *absneg<mode>2_i387.  Disable unsupported alternatives using
5840         "enabled" attribute.
5841         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
5843 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
5845         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
5846         marker.
5847         (oacc_loop_process): Check mask for loop termination.
5849 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
5851         * cif-code.def (CIF_THUNK): Add.
5852         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
5853         accidental change.
5855 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
5857         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
5858         (dump_inline_summary): Dump it.
5859         (fp_expression_p): New predicate.
5860         (estimate_function_body_sizes): Use it.
5861         (inline_merge_summary): Merge fp_expressions.
5862         (inline_read_section): Read fp_expressions.
5863         (inline_write_summary): Write fp_expressions.
5864         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
5865         codegen boundary if either caller or callee is !fp_expressions.
5866         * ipa-inline.h (inline_summary): Add fp_expressions.
5867         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
5868         to fp_expressions be sure the fp generation flags are updated.
5870 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
5872         PR rtl-optimization/70467
5873         * cse.c (cse_insn): Handle no-op MEM moves after folding.
5875         PR rtl-optimization/70467
5876         * ipa-pure-const.c (check_call): Handle internal calls even in
5877         ipa mode like in local mode.
5879 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5881         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
5883 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
5885         * match.pd (X u< X, X u> X): New transformations.
5887 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
5889         * flag-types.h (enum warn_strict_overflow_code): Move ...
5890         * coretypes.h: ... here.
5891         * fold-const.h (fold_overflow_warning): Declare.
5892         * fold-const.c (fold_overflow_warning): Make non-static.
5893         (fold_comparison): Move the transformation of X +- C1 CMP C2
5894         into X CMP C2 -+ C1 ...
5895         * match.pd: ... here.
5896         * gimple-fold.c (fold_stmt_1): Protect with
5897         fold_defer_overflow_warnings.
5899 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
5901         * omp-low.c (struct oacc_loop): Add 'inner' field.
5902         (new_oacc_loop_raw): Initialize it to zero.
5903         (oacc_loop_fixed_partitions): Initialize it.
5904         (oacc_loop_auto_partitions): Partition outermost loop to outermost
5905         available partitioning.
5907 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
5909         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
5910         register_operand.
5911         (umulsidi3): Likewise.
5912         (indirect_jump): Fix jump instruction assembly patterns.
5914 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
5916         PR target/70860
5917         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
5918         (nvptx_function_value): Assert non-NULL cfun.
5920 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
5922         PR rtl-optimization/70886
5923         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
5925         * cselib.h (rtx_equal_for_cselib_1): Declare.
5926         (rtx_equal_for_cselib_p: New inline function.
5927         * cselib.c (rtx_equal_for_cselib_p): Delete.
5928         (rtx_equal_for_cselib_1): Make public.
5930 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
5932         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
5933         (register_mixssei387nonimm_operand): Remove predicate.
5934         * config/i386/i386.md (*fop_<mode>_comm): Merge from
5935         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
5936         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
5937         for TARGET_MIX_SSE_I387 alternatives.
5938         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
5939         Disable unsupported alternatives using "enabled" attribute.  Use
5940         nonimm_ssenomem_operand as operand 1 predicate.  Also check
5941         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
5943 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
5945         * tree.c (cst_and_fits_in_hwi): Simplify.
5947 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
5949         * tree.h (wi::to_wide): New function.
5950         * expr.c (expand_expr_real_1): Use wi::to_wide.
5951         * fold-const.c (int_const_binop_1): Likewise.
5952         (extract_muldiv_1): Likewise.
5954 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
5956         * wide-int.h: Update offset_int and widest_int documentation.
5957         (WI_SIGNED_SHIFT_RESULT): New macro.
5958         (wi::binary_shift): Define signed_shift_result_type for
5959         shifts on offset_int- and widest_int-like types.
5960         (generic_wide_int): Support <<= and >>= if << and >> are supported.
5961         * tree.h (int_bit_position): Use shift operators instead of wi::
5962          shifts.
5963         * alias.c (adjust_offset_for_component_ref): Likewise.
5964         * expr.c (get_inner_reference): Likewise.
5965         * fold-const.c (fold_comparison): Likewise.
5966         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
5967         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
5968         * tree-dfa.c (get_ref_base_and_extent): Likewise.
5969         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
5970         (stmt_kills_ref_p): Likewise.
5971         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
5972         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
5973         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
5974         (ao_ref_init_from_vn_reference): Likewise.
5976 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
5978         * wide-int.h: Update offset_int and widest_int documentation.
5979         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
5980         (wi::binary_traits): Allow ordered comparisons between offset_int and
5981         offset_int, between widest_int and widest_int, and between either
5982         of these types and basic C types.
5983         (operator <, <=, >, >=): Define for the same combinations.
5984         * tree.h (tree_int_cst_lt): Use comparison operators instead
5985         of wi:: comparisons.
5986         (tree_int_cst_le): Likewise.
5987         * gimple-fold.c (fold_array_ctor_reference): Likewise.
5988         (fold_nonarray_ctor_reference): Likewise.
5989         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
5990         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
5991         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
5992         * tree-sra.c (completely_scalarize): Likewise.
5993         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
5994         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
5995         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
5996         (check_for_binary_op_overflow): Likewise.
5997         (search_for_addr_array): Likewise.
5998         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
6000 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
6002         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
6003         (arc_save_restore): Likewise.
6004         (arc_dwarf_register_span): Likewise.
6005         (arc_output_pic_addr_const): Initialize suffix variable.
6007 2016-05-02  Martin Liska  <mliska@suse.cz>
6009         * symbol-summary.h (function_summary::function_summary):
6010         Remove checking assert for all cgraph nodes.
6011         (function_summary::get): Check summary_uid.
6012         (symtab_insertion): Check summary_uid.
6014 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
6016         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
6017         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
6018         bmaskn instruction.
6019         (arc_dwarf_register_span): Remove enum keyword.
6020         (compact_memory_operand_p): New function.
6021         * config/arc/arc.h (reg_class): Add code density register classes.
6022         (REG_CLASS_NAMES): Likewise.
6023         (REG_CLASS_CONTENTS): Likewise.
6024         * config/arc/arc.md (*movqi_insn): Add code density instructions.
6025         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
6026         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
6027         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
6028         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
6029         constraints.
6030         (h, Rcd, Rsd, Rzd): New register constraints.
6031         (T): Use compact_memory_operand_p function.
6032         * config/arc/predicates.md (compact_load_memory_operand): Remove.
6034 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
6036         * config/sh/sh.md (*negnegt, *movtt): Remove.
6038 2016-05-02  Marek Polacek  <polacek@redhat.com>
6039             Tom de Vries  <tom@codesourcery.com>
6041         PR tree-optimization/70700
6042         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
6043         bigger than FIRST_REF_NODE.
6045 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
6047         PR target/52898
6048         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
6049         TARGET_CMPEQDI_T.
6050         (prepare_cbranch_operands): Don't use scratch register.  Assume that
6051         function is used when pseudos can be created.
6052         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
6053         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
6054         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
6055         define_expand.  Allow it only when pseudos can be created.
6056         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
6058 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
6060         * config/i386/constraints.md (BC): Only allow -1 operands.
6061         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
6062         Add "enabled" attribute.  Update XI mode attribute calculation.
6063         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
6064         (*movoi_internal_avx): Update XI mode attribute calculation.
6065         (*movti_internal): Ditto.
6067 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6069         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
6070         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
6072 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
6074         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
6075         statement on instruction code.  Remove trailing spaces.
6076         (altivec_expand_stv_builtin): Likewise.
6078 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6080         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
6081         (TARGET_FPU_DOUBLE): Simplify.
6082         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
6083         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
6084         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
6085         with 'TARGET_FPU_DOUBLE'.
6086         * config/sh/sh.md: Likewise.
6088 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
6090         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
6091         SH_DIV_STR_FOR_SIZE): Remove.
6092         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
6093         SH_DIV_STR_FOR_SIZE): Remove.
6095 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
6097         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
6098         logical_reg_operand): Delete.
6099         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
6100         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
6101         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
6102         match_operand and match_test.
6103         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
6104         variables on their first use.  Return bool values.
6105         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
6106         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
6107         arith_reg_operand for input operand.  Remove empty constraints.
6108         (xorsi3): Delete.
6109         (*xorsi3_compact): Rename to xorsi3.
6110         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
6111         (*zero_extend<mode>si2_disp_mem): Update comment.
6112         (mov_nop): Delete.
6114 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
6116         * config/sh/t-sh: Remove SH5 support.
6117         * config.gcc: Likewise.
6118         * configure: Likewise.
6120 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6122         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
6124 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
6126         * config/sh/sh.c (register_sh_passes, sh_option_override,
6127         sh_print_operand, prepare_move_operands,
6128         sh_can_follow_jump): Remove TARGET_SH1 checks.
6129         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
6130         PROMOTE_MODE): Likewise.
6131         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
6132         movdi): Likewise.
6134 2016-04-30  Alan Modra  <amodra@gmail.com>
6136         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
6137         restoring when fixed_reg_p, but allow out-of-line or stmw save.
6138         Check for user regs later to avoid unnecessary looping over regs.
6139         Merge user reg check with non-saved reg check.  Don't force
6140         inline VR restore when static chain used.
6141         (rs6000_frame_related): Omit eh_frame info for user regs when
6142         saving.
6143         (fixed_regs_p): Delete.
6145 2016-04-30  Alan Modra  <amodra@gmail.com>
6147         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
6148         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
6149         Update all uses.
6151 2016-04-30  Alan Modra  <amodra@gmail.com>
6153         PR target/69645
6154         * config/rs6000/rs6000.c (fixed_reg_p): New function.
6155         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
6156         Update all uses.
6158 2016-04-30  Alan Modra  <amodra@gmail.com>
6160         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
6161         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
6162         flag_pic test for Darwin.
6164 2016-04-30  Alan Modra  <amodra@gmail.com>
6166         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
6167         throw_calls_crossed.
6168         (REG_FREQ_CALLS_CROSSED): Delete.
6169         (REG_N_THROWING_CALLS_CROSSED): Delete.
6170         * regstat.c (regstat_bb_compute_ri): Don't calculate
6171         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
6172         (dump_reg_info): Don't print call cross frequency.
6173         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
6174         and REG_N_THROWING_CALLS_CROSSED.
6176 2016-04-30  Alan Modra  <amodra@gmail.com>
6178         * regs.h (struct reg_info_t): Delete live_length.
6179         (REG_LIVE_LENGTH): Delete macro.
6180         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
6181         local_live, local_processed and local_live_last_luid params.
6182         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
6183         Formatting fixes.
6184         (regstat_compute_ri): Adjust for above.  Don't set
6185         REG_LIVE_LENGTH.
6186         (dump_reg_info): Don't print live length.
6187         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
6188         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
6189         Localize loop_depth var.
6191 2016-04-30  Alan Modra  <amodra@gmail.com>
6193         * ira.c (enum valid_equiv): New.
6194         (validate_equiv_mem): Return enum.
6195         (update_equiv_mem): Create replacement in more cases.
6196         (add_store_equivs): Update validate_equiv_mem call.
6198 2016-04-30  Alan Modra  <amodra@gmail.com>
6200         * ira.c (combine_and_move_insns): Rather than scanning insns,
6201         use DF infrastucture to find use and def insns.
6203 2016-04-30  Alan Modra  <amodra@gmail.com>
6205         ira.c (combine_and_move_insns): Move invariant conditions..
6206         (ira.c): ..to here.  Call combine_and_move_insns before
6207         add_store_equivs.  Call grow_reg_equivs later.  Allocate
6208         req_equiv later using max_reg_num() rather than global max_regno.
6209         (contains_replace_regs): Delete.
6210         (add_store_equivs): Remove contains_replace_regs test.
6212 2016-04-30  Alan Modra  <amodra@gmail.com>
6214         * ira.c (struct equiv_mem_data): New.
6215         (equiv_mem, equiv_mem_modified): Delete static vars.
6216         (validate_equiv_mem_from_store): Use "data" param to communicate..
6217         (validate_equiv_mem): ..from here.
6219 2016-04-30  Alan Modra  <amodra@gmail.com>
6221         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
6222         split out from..
6223         (update_reg_equivs): ..here.  Move allocation and freeing of
6224         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
6225         end_alias_analysis to..
6226         (ira): ..here.
6228 2016-04-30  Alan Modra  <amodra@gmail.com>
6230         * ira.c (pdx_subregs): Delete.
6231         (struct equivalence): Add pdx_subregs field.
6232         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
6233         pdx_subregs access.
6234         (update_equiv_regs): Don't create or free pdx_subregs.  Update
6235         pdx_subregs access.
6237 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6239         * config/rs6000/altivec.h: Change definitions of vec_xl and
6240         vec_xst.
6241         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
6242         (LD_ELEMREV_V2DI): New.
6243         (LD_ELEMREV_V4SF): New.
6244         (LD_ELEMREV_V4SI): New.
6245         (LD_ELEMREV_V8HI): New.
6246         (LD_ELEMREV_V16QI): New.
6247         (ST_ELEMREV_V2DF): New.
6248         (ST_ELEMREV_V2DI): New.
6249         (ST_ELEMREV_V4SF): New.
6250         (ST_ELEMREV_V4SI): New.
6251         (ST_ELEMREV_V8HI): New.
6252         (ST_ELEMREV_V16QI): New.
6253         (XL): New.
6254         (XST): New.
6255         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6256         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
6257         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
6258         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
6259         (altivec_expand_builtin): Add handling for
6260         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
6261         (rs6000_invalid_builtin): Add error-checking for
6262         RS6000_BTM_P9_VECTOR.
6263         (altivec_init_builtins): Define builtins used to implement vec_xl
6264         and vec_xst.
6265         (rs6000_builtin_mask_names): Define power9-vector.
6266         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
6267         (RS6000_BTM_P9_VECTOR): Define.
6268         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
6269         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
6270         (vsx_ld_elemrev_v2df): Likewise.
6271         (vsx_ld_elemrev_v4sf): Likewise.
6272         (vsx_ld_elemrev_v4si): Likewise.
6273         (vsx_ld_elemrev_v8hi): Likewise.
6274         (vsx_ld_elemrev_v16qi): Likewise.
6275         (vsx_st_elemrev_v2df): Likewise.
6276         (vsx_st_elemrev_v2di): Likewise.
6277         (vsx_st_elemrev_v4sf): Likewise.
6278         (vsx_st_elemrev_v4si): Likewise.
6279         (vsx_st_elemrev_v8hi): Likewise.
6280         (vsx_st_elemrev_v16qi): Likewise.
6281         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
6282         grammar.
6284 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
6286         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
6287         out into ...
6288         (simplify_control_stmt_condition_1): ... here.  Recurse into
6289         BIT_AND_EXPRs and BIT_IOR_EXPRs.
6291 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
6293         PR target/69810
6294         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
6295         (zero_extendqi<mode>2_dot): Revert earlier conversion from
6296         define_insn_and_split to define_insn.
6297         (zero_extendqi<mode>2_dot2): Same.
6298         (extendqi<mode>2_dot): Same.
6299         (extendqi<mode>2_dot2): Same.
6301 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6303         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
6304         (probe_stack): New expander.
6305         (probe_stack_<mode>): New insn pattern.
6307 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6309         * config/i386/i386.md
6310         (operations with memory inputs setting flags peephole2):
6311         Remove uneeded REG_P checks.  Cleanup pattern generation.
6313 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
6315         * tree-vect-loop.c (vect_transform_loop): Fix
6316         nb_iterations_upper_bound computation for vectorized loop.
6318 2016-04-29  Marek Polacek  <polacek@redhat.com>
6319             Jakub Jelinek  <jakub@redhat.com>
6321         PR sanitizer/70342
6322         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
6323         TARGET_EXPR_SLOT as a base.
6325 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
6327         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
6328         with 'rCm2' constraints to limit possible immediate size.
6329         (*load_zeroextendqisi_update): Likewise.
6330         (*load_signextendqisi_update): Likewise.
6331         (*loadhi_update): Likewise.
6332         (*load_zeroextendhisi_update): Likewise.
6333         (*load_signextendhisi_update): Likewise.
6334         (*loadsi_update): Likewise.
6335         (*loadsf_update): Likewise.
6337 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6339         * config/i386/predicates.md (constm1_operand): Fix comparison.
6341 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
6343         * testsuite/gcc.target/arc/ieee_eq.c: New test.
6345 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
6347         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
6348         remaining SH5 related settings.
6349         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
6350         shmedia_prepare_call_address): Delete.
6351         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
6352         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
6353         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
6354         UNSUPPORTED_SH2A): Remove m5 checks.
6355         (sh_divide_strategy_e): Remove SH5 division strategies.
6356         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
6357         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
6359 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6361         * config/s390/s390.c (s390_rtx_costs): Update documentation.
6363 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6365         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
6366         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
6367         Change lder to ldr.
6368         * config/s390/vector.md ("mov<mode>"): Likewise.
6370 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
6372         * config/s390/constraints.md ("U", "W"): Invoke
6373         s390_mem_constraint with "ZR" and "ZT".
6374         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
6375         addresses when using LRA.  Accept also short displacements for S
6376         and T constraints.  Do not check for long displacement target for
6377         S and T constraints.
6378         (s390_mem_constraint): Remove handling of U and W constraints.
6379         * config/s390/s390.md (various patterns): Remove the short
6380         displacement constraints (Q and R) if a long displacement
6381         constraint is present.  Add longdisp as required CPU capability.
6382         * config/s390/vector.md: Likewise.
6383         * config/s390/vx-builtins.md: Likewise.
6385 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
6387         PR target/60040
6388         * reload1.c (reload): Call finish_spills before
6389         restarting reload loop. Skip select_reload_regs
6390         if update_eliminables_and_spill returns true.
6392 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
6394         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
6395         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
6396         (umulhisi3_imm): Update predicates and constraint letters.
6397         (umulhisi3_reg): Declare instruction as commutative.
6398         * config/arc/constraints.md (J12, J16): New constraints.
6399         * config/arc/predicates.md (short_unsigned_const_operand): New
6400         predicate.
6401         (arc_short_operand): Likewise.
6402         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
6404 2016-04-29  Richard Biener  <rguenther@suse.de>
6406         PR tree-optimization/13962
6407         PR tree-optimization/65686
6408         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
6409         * tree-ssa-alias.c (ptrs_compare_unequal): New function
6410         using PTA to compare pointers.
6411         * match.pd: Add pattern for pointer equality compare simplification
6412         using ptrs_compare_unequal.
6414 2016-04-29  Richard Biener  <rguenther@suse.de>
6416         * stor-layout.c (layout_type): Do not build a pointer-to-element
6417         type for arrays.
6419 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
6421         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
6422         Use SWI mode iterator.  Use general_reg_operand predicate.
6423         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
6424         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
6425         predicates.
6427 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
6429         PR middle-end/70843
6430         * fold-const.c (operand_equal_p): Don't verify hash value equality
6431         if arg0 == arg1.
6432         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
6433         and OMP_CLAUSE.
6435 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
6437         PR target/70858
6438         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
6439         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
6440         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
6441         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
6442         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
6444 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6446         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
6447         to info.  Don't initialize separate fields to 0.  Clean up
6448         formatting a bit.
6450 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
6452         * config/i386/i386.md (peephole2s for operations with memory inputs):
6453         Use SWI mode iterator.
6454         (peephole2s for operations with memory outputs): Ditto.
6455         Do not check for stack checking probe.
6457         (probe_stack): Remove expander.
6459 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6460             Andrew Burgess  <andrew.burgess@embecosm.com>
6462         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
6463         operands as 32-bits.
6465 2016-04-28  Jason Merrill  <jason@redhat.com>
6467         * gdbinit.in: Skip line-map.h.
6469 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6470             Andrew Burgess  <andrew.burgess@embecosm.com>
6472         * config/arc/arc.c (arc_conditional_register_usage): Take
6473         TARGET_RRQ_CLASS into account.
6474         (arc_print_operand): Support printing 'p' and 's' operands.
6475         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
6476         as 0.
6477         (TARGET_RRQ_CLASS): Define.
6478         (IS_POWEROF2_OR_0_P): Define.
6479         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
6480         alternatives.
6481         (*tst_movb): New define_insn.
6482         (*tst): Avoid recognition if it could prevent '*tst_movb'
6483         combination; replace c/CnL with c/Chs alternative.
6484         (*tst_bitfield_tst): New define_insn.
6485         (*tst_bitfield_asr): New define_insn.
6486         (*tst_bitfield): New define_insn.
6487         (andsi3_i): Add Rrq variant.
6488         (extzv): New define_expand.
6489         (insv): New define_expand.
6490         (*insv_i): New define_insn.
6491         (*movb): New define_insn.
6492         (*movb_signed): New define_insn.
6493         (*movb_high): New define_insn.
6494         (*movb_high_signed): New define_insn.
6495         (*movb_high_signed + 1): New define_split pattern.
6496         (*mrgb): New define_insn.
6497         (*mrgb + 1): New define_peephole2 pattern.
6498         (*mrgb + 2): New define_peephole2 pattern.
6499         * config/arc/arc.opt (mbitops): New option for nps400, uses
6500         TARGET_NPS_BITOPS_DEFAULT.
6501         * config/arc/constraints.md (q): Make register class conditional.
6502         (Rrq): New register constraint.
6503         (Chs): New constraint.
6504         (Clo): New constraint.
6505         (Chi): New constraint.
6506         (Cbf): New constraint.
6507         (Cbn): New constraint.
6508         (C18): New constraint.
6509         (Cbi): New constraint.
6511 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6513         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
6514         dst->popcount.
6515         (bitmap_intersection_of_preds): Ditto.
6516         (bitmap_union_of_succs): Ditto.
6517         (bitmap_union_of_preds): Ditto.
6518         * sbitmap.c (do_popcount): Delete.
6519         (BITMAP_DEBUGGING): Delete.
6520         (sbitmap_verify_popcount): Delete.
6521         (sbitmap_alloc): Don't initialize the popcount field.
6522         (sbitmap_alloc_with_popcount): Delete.
6523         (sbitmap_resize): Don't resize the popcount array.
6524         (sbitmap_vector_alloc): Don't initialize the popcount field.
6525         (bitmap_copy): Don't copy the popcount array.
6526         (bitmap_clear): Don't clear the popcount array.
6527         (bitmap_clear): Delete the popcount array handling.
6528         (bitmap_ior_and_compl): Delete the popcount assert.
6529         (bitmap_not): Ditto.
6530         (bitmap_and_compl): Ditto.
6531         (bitmap_and): Delete the popcount array handling.
6532         (bitmap_xor): Ditto.
6533         (bitmap_ior): Ditto.
6534         (bitmap_or_and): Delete the popcount assert.
6535         (bitmap_and_or): Ditto.
6536         (popcount_table): Delete.
6537         (sbitmap_elt_popcount): Delete.
6538         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
6539         (bitmap_set_bit): Delete the popcount assert.
6540         (bitmap_clear_bit): Ditto.
6541         (sbitmap_free): Don't free the popcount array.
6542         (sbitmap_alloc_with_popcount): Delete declaration.
6543         (sbitmap_popcount): Ditto.
6545 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6546             Andrew Burgess  <andrew.burgess@embecosm.com>
6548         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
6549         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
6550         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
6551         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
6552         * config/arc/arc.opt (mcmem): New option.
6553         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
6554         supply length for r/m alternative.
6555         (*extendqisi2_ac): Likewise.
6556         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
6557         r/Uex alternative.
6558         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
6559         (movhi_insn): Likewise.
6560         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
6561         (*zero_extendqihi2_i): Add r/Ucm alternative.
6562         (*zero_extendqisi2_ac): Likewise.
6563         (*zero_extendhisi2_i): Likewise.
6564         * config/arc/constraints.md (Uex): New memory constraint.
6565         (Ucm): New define_constraint.
6566         * config/arc/predicates.md (long_immediate_loadstore_operand):
6567         Return 0 for MEM with cmem_address address.
6568         (cmem_address_0): New predicates.
6569         (cmem_address_1): Likewise.
6570         (cmem_address_2): Likewise.
6571         (cmem_address): Likewise.
6573 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6575         * config/rs6000/rs6000.c (machine_function): Rename
6576         insn_chain_scanned_p to spe_insn_chain_scanned_p.
6577         (rs6000_stack_info): Adjust.
6579 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
6580             Andrew Burgess  <andrew.burgess@embecosm.com>
6582         * config/arc/constraints.md (Usd): Convert to define_constraint.
6583         (Us<): Likewise.
6584         (Us>): Likewise.
6586 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
6588         PR target/70821
6589         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
6590         Add new peephole2 where the first insn is *mov<mode>_or instead of
6591         *mov<mode>_internal.
6593 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
6595         * tracer.c (bb_seen): Make static.
6597 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
6599         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
6600         support, setup defaults.
6601         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
6602         * config/arc/arc.c (arc_init): Add NPS400 support.
6603         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
6604         (TARGET_ARC700): NPS400 is also an ARC700.
6605         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
6607 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
6609         PR target/70668
6610         * config/nds32/nds32.md (casesi): Don't access the operands array
6611         out of bounds.
6613 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
6615         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
6616         (or $-1,reg peephole2): Ditto.
6617         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
6619 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
6621         * doc/extend.texi (Common Function Attributes) [optimize]:
6622         Discourage use of the optimize attribute.
6624 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
6626         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
6627         special case builtin.
6628         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
6629         ALTIVEC_BUILTIN_VEC_ADDE.
6630         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
6631         support for ALTIVEC_BUILTIN_VEC_ADDE.
6632         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
6633         for __builtin_vec_adde.
6635 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
6637         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
6638         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
6640 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6642         PR testsuite/70595
6643         * doc/sourcebuild.texi (Effective-Target Keywords, Other
6644         attributes): Document cilkplus_runtime.
6646 2016-04-28  Martin Jambor  <mjambor@suse.cz>
6648         * tree-cfg.c (verify_expr): Verify that local declarations belong to
6649         this function.  Call verify_expr on MEM_REFs and bases of other
6650         handled_components.
6652 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6654         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
6655         for WORD_REGISTER_OPERATIONS to runtime check.
6657 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6659         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
6661 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6663         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
6664         big-endian compilation.
6665         * config/arc/arc.md (addf3): Likewise.
6666         (subdf3): Likewise.
6667         (muldf3): Likewise.
6669 2016-04-28  Richard Biener  <rguenther@suse.de>
6671         PR tree-optimization/70840
6672         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
6673         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
6674         Mark x * pow(x,c) -> pow(x,c+1) commutative.
6675         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
6677 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6679         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
6680         and explain why in a comment.
6682 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6684         * config/arc/arc.md (cpu_facility): Add fpx variant.
6685         (subdf3): Prohibit use reverse sub when assist operations option
6686         is enabled.
6687         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
6688         instructions only when FPX is enabled.
6689         * testsuite/gcc.target/arc/trsub.c: New test.
6691 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
6693         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
6694         mult_operator when calculating "type" attribute.
6695         (*fop_<mode>_1_i387): Ditto.
6696         (*fop_xf_1_i387): Ditto.
6697         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
6698         Use std::swap to swap operands.  Use RTL expressions to generate
6699         converted pattern.
6701 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6702             Joern Rennecke  <joern.rennecke@embecosm.com>
6704         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
6705         declaration.
6706         (emit_pic_move): Remove.
6707         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
6708         * config/arc/arc.c (emit_pic_move): Removed.
6709         (TARGET_HAVE_TLS): Define.
6710         (arc_conditional_register_usage): Test for arc_tp_regno.
6711         (arc_print_operand, arc_print_operand_address): Handle TLS
6712         unspecs.
6713         (arc_needs_pcl_p): New function.
6714         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
6715         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
6716         (arc_raw_symbolic_reference_mentioned_p): Likewise.
6717         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
6718         (arc_legitimize_tls_address): Likewise.
6719         (DTPOFF_ZERO_SYM): Define.
6720         (arc_legitimize_pic_address): Make it static, handle TLS cases.
6721         (arc_output_pic_addr_const): Print TLS unspecs.
6722         (prepare_pic_move): New function, replaces emit_pic_move.
6723         (arc_legitimate_constant_p): Handle TLS unspecs.
6724         (arc_legitimate_address_p): Likewise.
6725         (arc_rewrite_small_data_p): Use assert for TLS constants.
6726         (prepare_move_operands): Use prepare_pic_move.
6727         (arc_legitimize_address): Legitimize tls addresses.
6728         (arc_epilogue_uses): Check for arc_tp_regno.
6729         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
6730         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
6731         Define.
6732         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
6733         Likewise.
6734         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
6735         %(arc_tls_extra_start_spec).
6736         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
6737         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
6738         (EH_USES): Define.
6739         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
6740         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
6741         (UNSPEC_TLS_OFF): Add.
6742         (R10_REG): Define.
6743         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
6744         (get_thread_pointersi): New patterns.
6745         * config/arc/arc.opt (mtp-regno): New option.
6746         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
6747         (move_dest_operand): Likewise.
6748         * configure: Regenerate.
6749         * configure.ac: Add arc*-*-* case to test for tls.
6750         * doc/invoke.texi (ARC options): Document mtp-regno.
6752 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
6754         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
6755         the new ARC HS SIMD instructions.
6756         (arc_preferred_simd_mode): New function.
6757         (arc_autovectorize_vector_sizes): Likewise.
6758         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
6759         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
6760         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
6761         (arc_init_builtins): Add new SIMD builtin types.
6762         (arc_split_move): Handle 64 bit vector moves.
6763         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
6764         (TARGET_PLUS_QMACW): Define.
6765         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
6766         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
6767         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
6768         (VSUBADD4H): New builtins.
6769         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
6770         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
6772 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
6773             Matthias Klose  <doko@debian.org>
6775         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
6777 2016-04-28  Richard Biener  <rguenther@suse.de>
6779         PR middle-end/70777
6780         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
6781         canonicalization.
6783 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
6785         * common/config/sh/sh-common.c: Remove SH5 support.
6786         * config/sh/constraints.md: Likewise.
6787         * config/sh/config/sh/elf.h: Likewise.
6788         * config/sh/linux.h: Likewise.
6789         * config/sh/netbsd-elf.h: Likewise.
6790         * config/sh/predicates.md: Likewise.
6791         * config/sh/sh-c.c: Likewise.
6792         * config/sh/sh-protos.h: Likewise.
6793         * config/sh/sh.c: Likewise.
6794         * config/sh/sh.h: Likewise.
6795         * config/sh/sh.md: Likewise.
6796         * config/sh/sh.opt: Likewise.
6797         * config/sh/sync.md: Likewise.
6798         * config/sh/sh64.h: Delete.
6799         * config/sh/shmedia.h: Likewise.
6800         * config/sh/shmedia.md: Likewise.
6801         * config/sh/sshmedia.h: Likewise.
6802         * config/sh/t-netbsd-sh5-64: Likewise.
6803         * config/sh/t-sh64: Likewise.
6804         * config/sh/ushmedia.h: Likewise.
6806 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
6808         * config/i386/i386.md (sign_extend to memory peephole2s): Use
6809         general_reg_operand instead of register_operand predicate.
6811 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6813         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
6815 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
6817         * match.pd (A - B > A, A + B < A): New transformations.
6819 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
6821         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
6822         which defaults to true.  Emit an outer pair of parentheses only if
6823         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
6824         don't emit parentheses for the right-hand operand.
6826 2016-04-27  Jeff Law  <law@redhat.com>
6828         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
6830 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6832         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
6833         (altivec_lvx_<mode>_internal): Document.
6834         (altivec_lvx_<mode>_2op): New define_insn.
6835         (altivec_lvx_<mode>_1op): Likewise.
6836         (altivec_lvx_<mode>_2op_si): Likewise.
6837         (altivec_lvx_<mode>_1op_si): Likewise.
6838         (altivec_stvx_<mode>): Remove.
6839         (altivec_stvx_<mode>_internal): Document.
6840         (altivec_stvx_<mode>_2op): New define_insn.
6841         (altivec_stvx_<mode>_1op): Likewise.
6842         (altivec_stvx_<mode>_2op_si): Likewise.
6843         (altivec_stvx_<mode>_1op_si): Likewise.
6844         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6845         Expand vec_ld and vec_st during parsing.
6846         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
6847         changes.
6848         (altivec_expand_stvx_be): Likewise.
6849         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
6850         address-masking behavior in RTL.
6851         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
6852         address-masking behavior in RTL.
6853         (altivec_expand_builtin): Change builtin code arguments for calls
6854         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
6855         (insn_is_swappable_p): Avoid incorrect swap optimization in the
6856         presence of lvx/stvx patterns.
6857         (alignment_with_canonical_addr): New function.
6858         (alignment_mask): Likewise.
6859         (find_alignment_op): Likewise.
6860         (recombine_lvx_pattern): Likewise.
6861         (recombine_stvx_pattern): Likewise.
6862         (recombine_lvx_stvx_patterns): Likewise.
6863         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
6864         stvx patterns from expand.
6865         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
6866         expansions.
6867         (vector_altivec_store_<mode>): Likewise.
6869 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
6871         * config/aarch64/aarch64.md
6872         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
6873         remove the "fp" attributes.
6874         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
6875         add the "simd" attributes.
6876         (*movdf_aarch64): Likewise.
6877         (*movtf_aarch64): Remove the "fp" attributes.
6878         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
6879         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
6881 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
6883         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
6884         rtx to rtx_code_label *.
6885         * rtl.h (maybe_set_first_label_num): Likewise.
6887 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
6889         * df-core.c (df_add_problem): Make the problem param be const.
6890         (df_remove_problem): Make local "problem" be const.
6891         * df-problems.c (problem_RD): Make const.
6892         (problem_LR): Likewise.
6893         (problem_LIVE): Likewise.
6894         (problem_MIR): Likewise.
6895         (problem_CHAIN): Likewise.
6896         (problem_WORD_LR): Likewise.
6897         (problem_NOTE): Likewise.
6898         (problem_MD): Likewise.
6899         * df-scan.c (problem_SCAN): Likewise.
6900         * df.h (struct df_problem): Make field "dependent_problem" be
6901         const.
6902         (struct dataflow): Likewise for field "problem".
6903         (df_add_problem): Make param const.
6905 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
6907         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
6908         inter-unit moves to/from vector registers are enabled.  Do not disable
6909         for TARGET_MMX.
6911 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
6913         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
6914         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
6915         #define to...
6916         (enum df_problem_id): ...this new enum.
6917         (struct df_problem): Convert field "id" from "int" to
6918         enum df_problem_id.
6920 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
6922         * rtl.def: Update comment for "things in the instruction chain" to
6923         reflect the removal of the leading "i" field for INSN_UID in
6924         r210360.  Fix bogus apostrophe.
6926 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
6928         * config/i386/i386.md
6929         (lea arith with mem operand + setcc peephole2): Set operator mode.
6931 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
6933         PR target/70155
6934         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
6935         (dimode_scalar_to_vector_candidate_p): This.
6936         (timode_scalar_to_vector_candidate_p): New function.
6937         (scalar_to_vector_candidate_p): Likewise.
6938         (timode_check_non_convertible_regs): Likewise.
6939         (timode_remove_non_convertible_regs): Likewise.
6940         (remove_non_convertible_regs): Likewise.
6941         (remove_non_convertible_regs): Renamed to ...
6942         (dimode_remove_non_convertible_regs): This.
6943         (scalar_chain::~scalar_chain): Make it virtual.
6944         (scalar_chain::compute_convert_gain): Make it pure virtual.
6945         (scalar_chain::mark_dual_mode_def): Likewise.
6946         (scalar_chain::convert_insn): Likewise.
6947         (scalar_chain::convert_registers): Likewise.
6948         (scalar_chain::add_to_queue): Make it protected.
6949         (scalar_chain::emit_conversion_insns): Likewise.
6950         (scalar_chain::replace_with_subreg): Likewise.
6951         (scalar_chain::replace_with_subreg_in_insn): Likewise.
6952         (scalar_chain::convert_op): Likewise.
6953         (scalar_chain::convert_reg): Likewise.
6954         (scalar_chain::make_vector_copies): Likewise.
6955         (scalar_chain::convert_registers): New pure virtual function.
6956         (class dimode_scalar_chain): New class.
6957         (class timode_scalar_chain): Likewise.
6958         (scalar_chain::mark_dual_mode_def): Renamed to ...
6959         (dimode_scalar_chain::mark_dual_mode_def): This.
6960         (timode_scalar_chain::mark_dual_mode_def): New function.
6961         (timode_scalar_chain::convert_insn): Likewise.
6962         (dimode_scalar_chain::convert_registers): Likewise.
6963         (scalar_chain::compute_convert_gain): Renamed to ...
6964         (dimode_scalar_chain::compute_convert_gain): This.
6965         (scalar_chain::replace_with_subreg): Renamed to ...
6966         (dimode_scalar_chain::replace_with_subreg): This.
6967         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
6968         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
6969         (scalar_chain::make_vector_copies): Renamed to ...
6970         (dimode_scalar_chain::make_vector_copies): This.
6971         (scalar_chain::convert_reg): Renamed to ...
6972         (dimode_scalar_chain::convert_reg ): This.
6973         (scalar_chain::convert_op): Renamed to ...
6974         (dimode_scalar_chain::convert_op): This.
6975         (scalar_chain::convert_insn): Renamed to ...
6976         (dimode_scalar_chain::convert_insn): This.
6977         (scalar_chain::convert): Call convert_registers.
6978         (convert_scalars_to_vector): Change to scalar_chain pointer to
6979         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
6980         in 32-bit mode.  Delete scalar_chain pointer.  Call
6981         free_dominance_info in 64-bit mode.
6982         (pass_stv::gate): Remove TARGET_64BIT check.
6983         (ix86_option_override): Put the 64-bit STV pass before the CSE
6984         pass.
6986 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6988         * dwarf2out.h (struct dw_loc_descr_node): Remove the
6989         dw_loc_frame_offset field.
6990         * dwarf2out.c (new_loc_descr): Likewise.
6991         (resolve_args_picking_1): Turn the VISITED hash set into a
6992         FRAME_OFFSET hash map. Use it to associate a frame offset to
6993         visited nodes. Remove uses of the CHECKING_P macro.
6994         (resolve_args_picking): Update call to resolve_args_picking_1.
6996 2016-04-27  Martin Liska  <mliska@suse.cz>
6998         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
6999         (free_loop_data): Release vuses of groups.
7001 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
7003         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
7004         instead of redundant use_id and boolean have_use_for.
7005         (struct iv_use): Change sub_id into group_id.  Remove field next.
7006         Move fields: related_cands, n_map_members, cost_map and selected
7007         to ...
7008         (struct iv_group): ... here.  New structure.
7009         (struct iv_common_cand): Use structure declaration directly.
7010         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
7011         (MAX_CONSIDERED_USES): Rename macro to ...
7012         (MAX_CONSIDERED_GROUPS): ... here.
7013         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
7014         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
7015         (dump_uses): Rename to ...
7016         (dump_groups): ... here.  Update all uses.
7017         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
7018         (find_induction_variables): Refactor format of dump information.
7019         (record_sub_use): Delete.
7020         (record_use): Update all uses.
7021         (record_group): New function.
7022         (record_group_use, find_interesting_uses_op): Call above functions.
7023         Update all uses.
7024         (find_interesting_uses_cond): Ditto.
7025         (group_compare_offset): New function.
7026         (split_all_small_groups): Rename to ...
7027         (split_small_address_groups_p): ... here.  Update all uses.
7028         (split_address_groups):  Update all uses.
7029         (find_interesting_uses): Refactor format of dump information.
7030         (add_candidate_1): Update all uses.  Remove redundant check on iv,
7031         base and step.
7032         (add_candidate, record_common_cand): Remove redundant assert.
7033         (add_iv_candidate_for_biv): Update use.
7034         (add_iv_candidate_derived_from_uses): Update all uses.
7035         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
7036         (alloc_use_cost_map): Ditto.
7037         (set_use_iv_cost, get_use_iv_cost): Rename to ...
7038         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
7039         (determine_use_iv_cost_generic): Ditto.
7040         (determine_group_iv_cost_generic): Ditto.
7041         (determine_use_iv_cost_address): Ditto.
7042         (determine_group_iv_cost_address): Ditto.
7043         (determine_use_iv_cost_condition): Ditto.
7044         (determine_group_iv_cost_cond): Ditto.
7045         (determine_use_iv_cost): Ditto.
7046         (determine_group_iv_cost): Ditto.
7047         (set_autoinc_for_original_candidates): Update all uses.
7048         (find_iv_candidates): Update all uses.  Refactor dump information.
7049         (determine_use_iv_costs): Ditto.
7050         (determine_iv_costs): Ditto.
7051         (iv_ca_cand_for_use): Rename to ...
7052         (iv_ca_cand_for_group): ... here.  Update all uses.
7053         (iv_ca_add_use, iv_ca_add_group): Ditto.
7054         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
7055         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
7056         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
7057         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
7058         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
7059         (create_new_iv, adjust_iv_update_pos): Ditto.
7060         (rewrite_use_address): Delete.
7061         (rewrite_use_address_1): Rename to ...
7062         (rewrite_use_address): ... here.
7063         (rewrite_use_compare): Update all uses.
7064         (rewrite_use): Delete.
7065         (rewrite_uses): Rename to ...
7066         (rewrite_groups): ... here.  Update all uses.
7067         (remove_unused_ivs, free_loop_data): Update all uses.
7068         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
7070 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7072         * rtlanal.c (nonzero_bits1): Convert preprocessor check
7073         for WORD_REGISTER_OPERATIONS to runtime check.
7075 2016-04-27  Richard Biener  <rguenther@suse.de>
7077         PR ipa/70760
7078         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
7079         aggregate_value_p to determine if a function result is
7080         returned by reference.
7081         (ipa_pta_execute): Functions having their address taken are
7082         not automatically nonlocal.
7084 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
7086         PR sanitizer/70683
7087         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
7088         * fold-const.c (operand_equal_p): If flag_checking and
7089         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
7090         and if it returns non-zero, assert iterative_hash_expr on both
7091         args is the same.
7093 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
7095         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
7097 2016-04-27  Nick Clifton  <nickc@redhat.com>
7099         PR middle-end/49889
7100         * varasm.c (merge_weak): Generate an error if an attempt is made
7101         to convert a non-weak static function into a weak, public function.
7103 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7105         * params.def (MAX_PARTITION_SIZE): New param.
7106         * doc/invoke.texi: Document lto-max-partition.
7108 2016-04-27  Richard Biener  <rguenther@suse.de>
7110         PR ipa/70785
7111         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
7112         function cummulating used_from_other_partition, externally_visible
7113         and force_output from aliases.
7114         (refered_from_nonlocal_var): Likewise.
7115         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
7116         node flags properly.
7118 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
7120         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
7121         (-Wmemset-elt-size): New item.
7123 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
7125         PR ada/70759
7126         * stor-layout.h (internal_reference_types): Delete.
7127         * stor-layout.c (reference_types_internal): Likewise.
7128         (internal_reference_types): Likewise.
7129         (layout_type) <REFERENCE_TYPE>: Adjust.
7131 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
7133         PR sanitizer/70683
7134         * tree.h (inchash::add_expr): Add FLAGS argument.
7135         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
7136         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
7137         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
7138         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
7139         if swap_tree_comparison (code) is smaller than code, hash that
7140         and arguments in the other order.  Hash CONVERT_EXPR the same
7141         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
7142         of ADDR_EXPR of decl as the decl itself.  Add or remove
7143         OEP_ADDRESS_OF from recursive flags as needed.  For
7144         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
7145         operands commutatively and only the third one normally.
7146         For internal CALL_EXPR hash in CALL_EXPR_IFN.
7148 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7150         * config/rtems.h (LIB_SPEC): Add -latomic.
7152 2016-04-27  Joel Sherrill  <joel@rtems.org>
7154         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
7155         xilink.ld and flags not relevant to RTEMS.
7157 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
7159         * toplev.c (backend_init_target): Avoid calling init_reload when using
7160         LRA.
7162 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
7164         * reorg.c (try_merge_delay_insns): Declare i and j inside the
7165         for loops rather than one for the whole function.
7167 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
7169         * match.pd (X + CST CMP X): New transformation.
7171 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
7173         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
7174         * fold-const.c (fold_binary_loc): Remove 2 transformations
7175         superseded by match.pd.
7176         * match.pd (x+x -> x*2): Generalize to integers.
7178 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
7180         * config/i386/i386.md (operation on memory peephole): Duplicate an
7181         existing peephole and adapt it to match lea rather than an operation
7182         that clobbers CC.
7184         PR rtl-optimization/57193
7185         * opts.c (default_options_table): Add OPT_frename_registers at -O2
7186         and above.
7187         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
7189 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
7191         * tree-if-conv.c (any_pred_load_store): New static variable.
7192         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
7193         any_pred_load_store instead of and_mask_load_store.
7194         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
7195         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
7196         (combine_blocks, tree_if_conversion): Ditto.
7198 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
7200         PR tree-optimization/70771
7201         PR tree-optimization/70775
7202         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
7203         virtual PHI nodes.  Delete parameter.
7204         (if_convertible_loop_p_1): Delete argument to above function.
7205         (predicate_all_scalar_phis): Delete code handling single-argument
7206         PHIs.
7207         (tree_if_conversion): Mark and update virtual SSA.
7209 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7211         PR target/61821
7212         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
7213         (x86_elf_aligned_common): Rename to ...
7214         (x86_elf_aligned_decl_common): ... this.
7215         Add decl arg.  Switch to .lbss for largecomm object.  Use
7216         LARGECOMM_SECTION_ASM_OP.
7217         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
7218         renaming.
7219         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
7220         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
7221         Pass new decl arg.
7222         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
7223         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
7225 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7227         PR target/59407
7228         * config/i386/i386.c (SECTION_LARGE): Define.
7229         (x86_64_elf_select_section): Set it for large data/bss sections.
7230         Only clear SECTION_WRITE for .lrodata.
7231         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
7232         data/bss sections.
7233         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
7234         * varasm.c (default_elf_asm_named_section): Grow flagchars.
7235         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
7236         SECTION_MACH_DEP.
7237         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
7238         * doc/tm.texi: Regenerate.
7240 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
7242         PR bootstrap/70704
7243         * configure.ac (--enable-checking): Document extra flag, for
7244         non-release builds default to --enable-checking=yes,extra.
7245         If misc checking and extra checking, define CHECKING_P to 2 instead
7246         of 1.
7247         * common.opt (fchecking=): Add.
7248         * doc/invoke.texi (-fchecking=): Document.
7249         * doc/install.texi: Document --enable-checking changes.
7250         * configure: Regenerated.
7251         * config.in: Regenerated.
7253 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7255         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
7256         attribute instead of which_alternative.
7257         * config/i386/sse.md (*mov<mode>_internal): Ditto.
7258         Use EXT_REX_SSE_REG_P where appropriate.
7260 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7262         * config/i386/predicates.md (const0_operand): Do not match
7263         const_wide_int code.
7264         (const1_operand): Ditto.
7266 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7268         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
7269         for SSE constm1 operands and TARGET_AVX512VL.
7270         (*movti_internal): Ditto.
7271         (*mov<mode>_or): Use constm1_operand predicate.
7272         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
7273         for SSE vector_all_ones operands and TARGET_AVX512VL.
7274         * config/i386/predicates.md (constm1_operand): New predicate.
7275         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
7276         emission of constant -1 load.
7278 2016-04-25  Jason Merrill  <jason@redhat.com>
7280         * gdbinit.in: Skip is-a.h.
7282         * attribs.c (register_scoped_attributes): Fix logic.
7283         * attribs.h: Declare register_scoped_attributes.
7285 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7287         * config/rs6000/rs6000-builtin.def: Correct pasto error for
7288         stxvd2x and stxvw4x built-in functions.
7290 2016-04-25  DJ Delorie  <dj@redhat.com>
7292         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
7293         (ashrhi3): Likewise.
7294         (lshrhi3): Likewise.
7296 2016-04-25  Richard Biener  <rguenther@suse.de>
7298         PR tree-optimization/70780
7299         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
7300         wasn't visited yet.
7301         (compute_antic): Mark blocks with abnormal preds as visited as
7302         they have a final empty antic-in solution already.
7304 2016-04-25  Michael Collison  <michael.collison@linaro.org>
7306         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
7308 2016-04-25  Michael Collison  <michael.collison@linaro.org>
7310         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
7311         mode is VQI to improve mixed mode vectorization.
7312         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
7313         define_insn to match low half of signed vaddw.
7314         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
7315         define_insn to match high half of signed vaddw.
7316         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
7317         define_insn to match low half of unsigned vaddw.
7318         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
7319         define_insn to match high half of unsigned vaddw.
7320         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
7321         (arm_simd_check_vect_par_cnst_half_p): Likewise.
7322         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
7323         for new function.
7324         (arm_simd_check_vect_par_cnst_half_p): Likewise.
7325         * config/arm/predicates.md (vect_par_constant_high): Support
7326         big endian and simplify by calling
7327         arm_simd_check_vect_par_cnst_half
7328         (vect_par_constant_low): Likewise.
7330 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
7332         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
7333         predicate for operand 2.
7335 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
7336             H.J. Lu  <hongjiu.lu@intel.com>
7338         * config/i386/i386-protos.h (standard_sse_constant_p): Add
7339         machine_mode argument.
7340         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
7341         constm1_rtx operands.  For VOIDmode constants, get mode from
7342         pred_mode.  Check mode size if the mode is supported by ABI.
7343         (standard_sse_constant_opcode): Do not use standard_constant_p.
7344         Strictly check ABI support for all-ones operands.
7345         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
7346         immediates. Update calls to standard_sse_constant_p.
7347         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
7348         (ix86_rtx_costs): Ditto.
7349         * config/i386/i386.md (*movxi_internal_avx512f): Use
7350         nonimmediate_or_sse_const_operand instead of vector_move_operand.
7351         Use (v,BC) alternative instead of (v,C). Use register_operand
7352         checks instead of MEM_P.
7353         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
7354         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
7355         isa attribute.  Use register_operand checks instead of MEM_P.
7356         (*movti_internal): Use nonimmediate_or_sse_const_operand for
7357         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
7358         alternative and corresponding sse2 isa attribute.
7359         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
7360         to standard_sse_constant_p.
7361         (FP constant splitters): Ditto.
7362         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
7363         (C): Ditto.
7364         * config/i386/predicates.md (constm1_operand): Remove.
7365         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
7366         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
7367         vector_all_ones_operand instead of constm1_operand.
7369 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7371         * print-rtl.c (print_rtx_insn_vec): New function.
7372         * print-rtl.h: New prototype.
7373         * store-motion.c (struct st_expr): Make avail_stores a vector.
7374         (st_expr_entry): Adjust.
7375         (free_st_expr_entry): Likewise.
7376         (print_store_motion_mems): Likewise.
7377         (find_moveable_store): Likewise.
7378         (compute_store_table): Likewise.
7379         (delete_store): Likewise.
7380         (build_store_vectors): Likewise.
7382 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7384         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
7386 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7388         * vec.h (vec_safe_contains): New function.
7389         (vec::contains): Likewise.
7390         (vec::begin): Likewise.
7391         (vec::end): Likewise.
7393 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
7395         PR sanitizer/70712
7396         * cfgexpand.c (expand_stack_vars): Fix typo.
7398 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7400         * system.h (list, map, set, vector): Include conditionally.
7401         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
7402         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
7403         * ipa-icf.c (INCLUDE_LIST): Define.
7404         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
7405         * config/sh/sh.c (INCLUDE_VECTOR): Define.
7406         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
7407         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
7408         * cp/logic.cc (INCLUDE_LIST): Define.
7409         * fortran/trans-common.c (INCLUDE_MAP): Define.
7411 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7413         * auto-profile.c: Remove <string.h> include.
7414         * ipa-icf-gimple.c: Remove <list> include.
7415         * diagnostic.c: Remove <new> include.
7416         * genmatch.c: Likewise.
7417         * pretty-print.c: Likewise.
7418         * toplev.c: Likewise
7419         * c/c-objc-common.c: Likewise.
7420         * cp/error.c: Likewise.
7421         * fortran/error.c: Likewise.
7423 2016-04-22  Richard Biener  <rguenther@suse.de>
7425         * lto-streamer-in.c (input_ssa_names): Do not allocate
7426         GIMPLE_NOP for all SSA names.
7427         * lto-streamer-out.c (output_ssa_names): Do not output
7428         SSA names that should have been released.
7430 2016-04-22  Richard Biener  <rguenther@suse.de>
7432         PR tree-optimization/70740
7433         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
7434         VDEF.
7436 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
7438         PR target/70750
7439         * config/i386/predicates.md (call_insn_operand): Replace
7440         sibcall_memory_operand with memory_operand.
7442 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
7444         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
7445         has_single_use() tests.
7446         (register_edge_assert_for_1): Likewise.
7447         (find_assert_locations_1): Check the liveness bitmap instead of
7448         checking has_single_use().
7450 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
7452         PR target/70728
7453         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
7454         Extract AVX-512BW constraint from AVX.
7456 2016-04-21  Richard Biener  <rguenther@suse.de>
7458         PR tree-optimization/70725
7459         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
7460         for phi_convertible_by_degenerating_args.
7461         (predicate_all_scalar_phis): Handle single-argument PHIs.
7463 2016-04-21  Richard Biener  <rguenther@suse.de>
7465         PR middle-end/70747
7466         * fold-const.c (fold_comparison): Return properly typed
7467         constant boolean.
7469 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
7471         PR tree-optimization/70715
7472         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
7473         after expanding BASE using expand_simple_operations.
7475 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
7477         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
7478         New transformations.
7480 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
7482         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
7484 2016-04-20  Jan Hubicka  <jh@suse.cz>
7486         * ipa-inline.c (can_inline_edge_p): Pass caller info to
7487         ultiimate_alias_target.
7488         (update_callee_keys): Likewise.
7489         (lookup_recursive_calls): Likewise.
7490         (speculation_useful_p): Likewise.
7492 2016-04-20  Jan Hubicka  <jh@suse.cz>
7494         PR ipa/70018
7495         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
7496         (set_nothrow_flag_1): ... this; handle interposition correctly;
7497         recurse on aliases and thunks.
7498         (cgraph_node::set_nothrow_flag): New.
7499         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
7500         functions compiled with non-call exceptions that binds to current
7501         def.
7502         (propagate_nothrow): Be safe WRT interposition.
7503         * cgraph.h (set_nothrow_flag): Update prototype.
7505 2016-04-18  Jan Hubicka  <jh@suse.cz>
7507         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
7508         max_loop_iterations_int.
7509         (tree_unswitch_outer_loop): Likewise.
7511 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
7513         PR tree-optimization/69489
7514         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
7515         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
7516         Revise dump message.
7517         (if_convertible_bb_p): Remove check on edge count of basic block's
7518         predecessors.
7520 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
7522         PR tree-optimization/56625
7523         PR tree-optimization/69489
7524         * tree-data-ref.h (DR_INNERMOST): New macro.
7525         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
7526         hashing struct innermost_loop_behavior.
7527         (ref_DR_map): Remove.
7528         (innermost_DR_map): New map.
7529         (baseref_DR_map): Revise comment.
7530         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
7531         to innermost_DR_map accroding to its innermost loop behavior.
7532         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
7533         to its innermost loop behavior.
7534         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
7535         Add initialization for innermost_DR_map.  Record memory reference
7536         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
7537         have innermost loop behavior.
7538         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
7539         innermost_DR_map.
7541 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
7543         * config/i386/i386.md (*lea<mode>_general_1): Rename from
7544         *lea_general_1.  Use explicit SWI12 mode interator.
7545         (*lea<mode>_general_2): Rename from *lea_general_2.
7546         Use explicit SWI12 mode interator.
7547         (*lea<mode>_general_3): Rename from *lea_general_3.
7548         Use explicit SWI12 mode interator.
7549         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
7550         Use explicit SWI12 mode interator.
7551         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
7552         Use explicit SWI48 mode interator.
7554 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
7556         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
7557         Short-cut unaligned load and store cases.  Handle all integer
7558         vector modes.
7559         (ix86_expand_vector_move_misalign): Short-cut unaligned load
7560         and store cases.  Call ix86_avx256_split_vector_move_misalign
7561         directly without checking mode class.
7563 2016-04-20  Andrew Pinski  <apinski@cavium.com>
7564             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7566         PR target/64971
7567         * config/aarch64/aarch64.md (sibcall): Force call
7568         address to be DImode for ILP32.
7569         (sibcall_value): Likewise.
7571 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
7573         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
7575 2016-04-20  Richard Biener  <rguenther@suse.de>
7577         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
7578         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
7579         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
7580         (maybe_push_res_to_seq): Adjust.
7581         * gimple-fold.c (maybe_build_generic_op): Likewise.
7583 2016-04-20  Marek Polacek  <polacek@redhat.com>
7585         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
7586         rather than true.
7588 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
7590         * config/i386/sse.md (vec_unpacks_lo_hi): Always
7591         use kmovw to support AVX512F target.
7593 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
7595         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
7597 2016-04-20  Marek Polacek  <polacek@redhat.com>
7599         PR tree-optimization/70725
7600         * tree-if-conv.c (is_false_predicate): New function.
7601         (predicate_mem_writes): Use it.
7603 2016-04-20  Richard Biener  <rguenther@suse.de>
7605         PR tree-optimization/70726
7606         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
7607         shift amounts from a pattern stmt operand.
7609 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7611         PR target/70674
7612         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
7613         stack_restore_from_fpr pattern when restoring r15.
7614         (s390_optimize_prologue): Strip away the memory barrier in the
7615         parallel when trying to get rid of restore insns.
7616         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
7617         definition for loading the stack pointer from an FPR.  Compared to
7618         the normal move insn this pattern includes a full memory barrier.
7620 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
7622         PR middle-end/70680
7623         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
7624         implicitly linear or lastprivate iterator on the outer context.
7626 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
7628         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
7629         alignment check.
7630         * config/i386/i386.md (ssememalign): Removed.
7631         * config/i386/sse.md: Remove ssememalign attribute from patterns.
7633 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
7635         PR target/69201
7636         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
7637         const short * to __builtin_ia32_loaddquhi512_mask.
7638         (_mm512_maskz_loadu_epi16): Likewise.
7639         (_mm512_mask_storeu_epi16): Pass short * to
7640         __builtin_ia32_storedquhi512_mask.
7641         (_mm512_mask_loadu_epi8): Pass const char * to
7642         __builtin_ia32_loaddquqi512_mask.
7643         (_mm512_maskz_loadu_epi8): Likewise.
7644         (_mm512_mask_storeu_epi8): Pass char * to
7645         __builtin_ia32_storedquqi512_mask.
7646         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
7647         const double * to __builtin_ia32_loadupd512_mask.
7648         (_mm512_mask_loadu_pd): Likewise.
7649         (_mm512_maskz_loadu_pd): Likewise.
7650         (_mm512_storeu_pd): Pass double * to
7651         __builtin_ia32_storeupd512_mask.
7652         (_mm512_mask_storeu_pd): Likewise.
7653         (_mm512_loadu_ps): Pass const float * to
7654         __builtin_ia32_loadups512_mask.
7655         (_mm512_mask_loadu_ps): Likewise.
7656         (_mm512_maskz_loadu_ps): Likewise.
7657         (_mm512_storeu_ps): Pass float * to
7658         __builtin_ia32_storeups512_mask.
7659         (_mm512_mask_storeu_ps): Likewise.
7660         (_mm512_mask_loadu_epi64): Pass const long long * to
7661         __builtin_ia32_loaddqudi512_mask.
7662         (_mm512_maskz_loadu_epi64): Likewise.
7663         (_mm512_mask_storeu_epi64): Pass long long *
7664         to __builtin_ia32_storedqudi512_mask.
7665         (_mm512_loadu_si512): Pass const int * to
7666         __builtin_ia32_loaddqusi512_mask.
7667         (_mm512_mask_loadu_epi32): Likewise.
7668         (_mm512_maskz_loadu_epi32): Likewise.
7669         (_mm512_storeu_si512): Pass int * to
7670         __builtin_ia32_storedqusi512_mask.
7671         (_mm512_mask_storeu_epi32): Likewise.
7672         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
7673         char * to __builtin_ia32_storedquqi256_mask.
7674         (_mm_mask_storeu_epi8): Likewise.
7675         (_mm256_mask_loadu_epi16): Pass const short * to
7676         __builtin_ia32_loaddquhi256_mask.
7677         (_mm256_maskz_loadu_epi16): Likewise.
7678         (_mm_mask_loadu_epi16): Pass const short * to
7679         __builtin_ia32_loaddquhi128_mask.
7680         (_mm_maskz_loadu_epi16): Likewise.
7681         (_mm256_mask_loadu_epi8): Pass const char * to
7682         __builtin_ia32_loaddquqi256_mask.
7683         (_mm256_maskz_loadu_epi8): Likewise.
7684         (_mm_mask_loadu_epi8): Pass const char * to
7685         __builtin_ia32_loaddquqi128_mask.
7686         (_mm_maskz_loadu_epi8): Likewise.
7687         (_mm256_mask_storeu_epi16): Pass short * to.
7688         __builtin_ia32_storedquhi256_mask.
7689         (_mm_mask_storeu_epi16): Pass short * to.
7690         __builtin_ia32_storedquhi128_mask.
7691         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
7692         const double * to __builtin_ia32_loadupd256_mask.
7693         (_mm256_maskz_loadu_pd): Likewise.
7694         (_mm_mask_loadu_pd): Pass onst double * to
7695         __builtin_ia32_loadupd128_mask.
7696         (_mm_maskz_loadu_pd): Likewise.
7697         (_mm256_mask_storeu_pd): Pass double * to
7698         __builtin_ia32_storeupd256_mask.
7699         (_mm_mask_storeu_pd): Pass double * to
7700         __builtin_ia32_storeupd128_mask.
7701         (_mm256_mask_loadu_ps): Pass const float * to
7702         __builtin_ia32_loadups256_mask.
7703         (_mm256_maskz_loadu_ps): Likewise.
7704         (_mm_mask_loadu_ps): Pass const float * to
7705         __builtin_ia32_loadups128_mask.
7706         (_mm_maskz_loadu_ps): Likewise.
7707         (_mm256_mask_storeu_ps): Pass float * to
7708         __builtin_ia32_storeups256_mask.
7709         (_mm_mask_storeu_ps): ass float * to
7710         __builtin_ia32_storeups128_mask.
7711         (_mm256_mask_loadu_epi64): Pass const long long * to
7712         __builtin_ia32_loaddqudi256_mask.
7713         (_mm256_maskz_loadu_epi64): Likewise.
7714         (_mm_mask_loadu_epi64): Pass const long long * to
7715         __builtin_ia32_loaddqudi128_mask.
7716         (_mm_maskz_loadu_epi64): Likewise.
7717         (_mm256_mask_storeu_epi64): Pass long long * to
7718         __builtin_ia32_storedqudi256_mask.
7719         (_mm_mask_storeu_epi64): Pass long long * to
7720         __builtin_ia32_storedqudi128_mask.
7721         (_mm256_mask_loadu_epi32): Pass const int * to
7722         __builtin_ia32_loaddqusi256_mask.
7723         (_mm256_maskz_loadu_epi32): Likewise.
7724         (_mm_mask_loadu_epi32): Pass const int * to
7725         __builtin_ia32_loaddqusi128_mask.
7726         (_mm_maskz_loadu_epi32): Likewise.
7727         (_mm256_mask_storeu_epi32): Pass int * to
7728         __builtin_ia32_storedqusi256_mask.
7729         (_mm_mask_storeu_epi32): Pass int * to
7730         __builtin_ia32_storedqusi128_mask.
7731         * config/i386/i386-builtin-types.def (PCSHORT): New.
7732         (PINT64): Likewise.
7733         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
7734         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
7735         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
7736         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
7737         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
7738         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
7739         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
7740         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
7741         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
7742         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
7743         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
7744         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
7745         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
7746         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
7747         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
7748         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
7749         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
7750         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
7751         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
7752         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
7753         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
7754         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
7755         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
7756         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
7757         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
7758         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
7759         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
7760         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
7761         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
7762         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
7763         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
7764         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
7765         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
7766         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
7767         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
7768         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
7769         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
7770         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
7771         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
7772         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
7773         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
7774         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
7775         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
7776         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
7777         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
7778         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
7779         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
7780         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
7781         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
7782         use UNSPEC_STOREU.
7783         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
7784         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
7785         load nor store.
7786         (ix86_expand_vector_move_misalign): Likewise.
7787         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
7788         to scalar function prototype for unaligned load/store builtins.
7789         (ix86_expand_special_args_builtin): Updated.
7790         * config/i386/sse.md (UNSPEC_LOADU): Removed.
7791         (UNSPEC_STOREU): Likewise.
7792         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
7793         (VI_ULOADSTORE_F_AVX512VL): Likewise.
7794         (ssescalarsize): Handle V4TI, V2TI and V1TI.
7795         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
7796         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
7797         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
7798         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
7799         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
7800         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
7801         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
7802         (<avx512>_storedqu<mode>_mask): Likewise.
7803         (*sse4_2_pcmpestr_unaligned): Likewise.
7804         (*sse4_2_pcmpistr_unaligned): Likewise.
7805         (*mov<mode>_internal): Renamed to ...
7806         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
7807         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
7808         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
7809         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
7811 2016-04-19  Richard Biener  <rguenther@suse.de>
7813         PR tree-optimization/70171
7814         * tree-ssa-phiprop.c: Include stor-layout.h.
7815         (phiprop_insert_phi): Handle the aggregate copy case.
7816         (propagate_with_phi): Likewise.
7818 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
7820         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
7821         instead of simplify_gen_subreg (... , 0).
7822         (ix86_delegitimize_address): Ditto.
7823         (ix86_split_divmod): Ditto.
7824         (ix86_split_copysign_const): Ditto.
7825         (ix86_split_copysign_var): Ditto.
7826         (ix86_expand_args_builtin): Ditto.
7827         (ix86_expand_round_builtin): Ditto.
7828         (ix86_expand_special_args_builtin): Ditto.
7829         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
7830         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
7831         (udivmodqi4): Ditto.
7832         (absneg splitters): Ditto.
7833         (*jcc_bt<mode>_1): Ditto.
7835 2016-04-19  Richard Biener  <rguenther@suse.de>
7837         PR tree-optimization/70724
7838         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
7839         restoring out from ...
7840         (free_scc_vn): ... here.
7841         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
7842         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
7843         tail merging.
7844         (pass_fre::execute): Restore SSA info.
7846 2016-04-19  Richard Biener  <rguenther@suse.de>
7848         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
7849         * gimple-walk.c (walk_gimple_op): Initialize it.
7850         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
7851         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
7852         remapping SSA names of defs.
7853         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
7854         adjustment.
7856 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
7858         PR middle-end/70689
7859         * lra-constraints.c (equiv_substition_p): New.
7860         (process_alt_operands): Use it.
7861         (swap_operands): Swap it.
7862         (curr_insn_transform): Update it.
7864 2016-04-18  Michael Matz  <matz@suse.de>
7866         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
7867         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
7868         * tree-core.h (tree_type_common.align): Use bit-field.
7869         (tree_type_common.spare): New.
7870         (tree_decl_common.off_align): Make smaller.
7871         (tree_decl_common.align): Use bit-field.
7873         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
7874         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
7875         (scan_sharing_clauses): Ditto.
7876         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
7877         (omp_finish_file): Ditto.
7878         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
7879         (layout_decl): Ditto.
7880         (relayout_decl): Ditto.
7881         (finalize_record_size): Use SET_TYPE_ALIGN.
7882         (finalize_type_size): Ditto.
7883         (finish_builtin_struct): Ditto.
7884         (layout_type): Ditto.
7885         (initialize_sizetypes): Ditto.
7886         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
7887         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
7888         (lookup_field_for_decl): Use SET_DECL_ALIGN.
7889         (get_chain_field): Ditto.
7890         (get_trampoline_type): Ditto.
7891         (get_nl_goto_field): Ditto.
7892         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
7893         SET_DECL_ALIGN.
7894         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
7895         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
7896         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
7897         (build_qualified_type): Use SET_TYPE_ALIGN.
7898         (build_aligned_type, build_range_type_1): Ditto.
7899         (build_atomic_base): Ditto.
7900         (build_common_tree_nodes): Ditto.
7901         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
7902         (expand_one_stack_var_at): Ditto.
7903         * coverage.c (build_var): Use SET_DECL_ALIGN.
7904         * except.c (init_eh): Ditto.
7905         * function.c (assign_parm_setup_block): Ditto.
7906         * symtab.c (increase_alignment_1): Ditto.
7907         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
7908         * tree-vect-stmts.c (ensure_base_align): Ditto.
7909         * varasm.c (align_variable): Ditto.
7910         (assemble_variable): Ditto.
7911         (build_constant_desc): Ditto.
7912         (output_constant_def_contents): Ditto.
7914         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
7915         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
7916         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
7917         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
7918         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
7920 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
7922         PR target/70708
7923         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
7924         replace %vmovsd with "%vmovq".
7925         (vec_concatv2df): Likewise.
7927 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
7929         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
7930         (*vec_extractv2si_0): Ditto.
7931         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
7932         (zero_extended_scalar_load_operand splitters): Ditto.
7933         (vec_extract splitters): Ditto.
7934         (*vec_extractv4si_0_zext): Ditto.
7935         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
7936         and lowpart_subreg.
7937         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
7938         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
7939         (*sse4_1_extractps): Use lowpart_subreg.
7940         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
7942 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7944         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
7945         gld requirements.
7946         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
7947         Mention Solaris 11 packaging changes.
7948         Update gas and gld requirements.
7949         Remove reference to pre-Solaris 10 bug.
7950         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
7951         systems and bugs.
7952         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
7953         with cc.
7955 2016-04-17  Jan Hubicka  <jh@suse.cz>
7957         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
7958         max_loop_iterations_int.
7960 2016-04-18  Richard Biener  <rguenther@suse.de>
7962         PR tree-optimization/43434
7963         * tree-ssa-structalias.c (struct vls_data): New.
7964         (visit_loadstore): Handle all pointer-based accesses.
7965         (compute_dependence_clique): Compute a bitmap of restrict tags
7966         assigned bases and pass it to visit_loadstore.
7968 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
7970         PR target/70711
7971         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
7972         armv8.1-a and armv8.1-a+crc.
7974 2016-04-18  Richard Biener  <rguenther@suse.de>
7976         PR tree-optimization/70701
7977         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
7978         references after translating through a memcpy.
7980 2016-04-18  Richard Biener  <rguenther@suse.de>
7982         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
7983         (compute_antic): ... here.  For partial antic use regular
7984         postorder and scrap iteration.
7985         (compute_partial_antic_aux): Remove unused return value.
7986         (init_pre): Do not allocate postorder.
7987         (fini_pre): Do not free postorder.
7989 2016-04-18  Richard Biener  <rguenther@suse.de>
7991         PR middle-end/37870
7992         * expmed.c (extract_bit_field_1): Remove broken case
7993         using a wider MODE_INT mode.
7995 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
7997         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
7998         unless compiling with at least GCC-4.8.
8000 2016-04-17  Jan Hubicka  <jh@suse.cz>
8002         PR bootstrap/70706
8003         * graphite.c (graphite_finalize): Update call to
8004         tree_estimate_probability.
8005         * predict.h (tree_estimate_probability): Update prototype.
8007 2016-04-17  Jan Hubicka  <jh@suse.cz>
8009         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
8010         (tree_estimate_probability): Likewise.
8011         (pass_profile::execute): Update.
8012         (report_predictor_hitrates): New function.
8013         * profile.c (compute_branch_probabilities): Use it.
8014         * predict.h (report_predictor_hitrates): Declare.
8016 2016-04-17  Jan Hubicka  <jh@suse.cz>
8018         PR ipa/70018
8019         * cgraph.h (cgraph_node::set_const_flag,
8020         cgraph_node::set_pure_flag): Update prototype to return bool;
8021         update comment.
8022         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
8023         of interposable symbol are interposable, too.
8024         (cgraph_set_const_flag_1): Rename to ...
8025         (set_const_flag_1): ... this one; change to self recursive function
8026         instead of call_for_symbol_thunks_and_aliases. Handle correctly
8027         clearnig the flag in all variants and also virtual thunks of const
8028         functions are pure; track if any change was done.
8029         (cgraph_node::set_const_flag): Update.
8030         (struct set_pure_flag_info): New struct.
8031         (cgraph_set_pure_flag_1): Rename to ...
8032         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
8033         rather than pointer encoded flags; track if any changes was done;
8034         handle correctly clearning flag and setting flag of aliases already
8035         declared const.
8036         (cgraph_node::set_pure_flag): Update.
8037         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
8039 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8041         PR other/70433
8042         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
8043         backslash in label.
8045 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8047         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
8048         '{}<> ' as escape-for-record.
8050 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8052         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
8053         structure.
8055 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8057         PR other/70185
8058         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
8059         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
8060         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
8061         * passes.c (finish_optimization_passes): Only call
8062         finish_graph_dump_file if dfi->graph_dump_initialized.
8063         (execute_function_dump, pass_init_dump_file): Use
8064         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
8066 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8068         PR tree-optimization/70256
8069         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
8070         (debug_varmap): New function.
8072 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8074         PR other/70183
8075         * passes.c (pass_manager::register_pass): Propagate pflags.
8077 2016-04-17  Tom de Vries  <tom@codesourcery.com>
8079         PR other/68875
8080         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
8081         * passes.c (pass_manager::pass_manager): Declare and init p_start in
8082         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
8083         check if it's equal to p_start.
8084         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
8086 2016-04-15  Jan Hubicka  <jh@suse.cz>
8088         PR ipa/70018
8089         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
8090         function does not bind to current def.
8091         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
8092         handle conservatively calls to functions that does not need to bind
8093         to current def.
8094         (check_call): Update call of worse_state.
8095         (ignore_edge_for_nothrow): Update.
8096         (ignore_edge_for_pure_const): Likewise.
8097         (propagate_pure_const): Update calls to worse_state.
8098         (skip_function_for_local_pure_const): Reformat comments.
8100 2016-04-15  Jan Hubicka  <jh@suse.cz>
8102         PR ipa/70018
8103         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
8104         (cgraph_node::function_symbol): Likewise.
8105         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
8106         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
8107         (symtab_node::ultimate_alias_target): Add REF parameter.
8108         (symtab_node::binds_to_current_def_p): Declare.
8109         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
8110         (cgraph_node::function_symbol): Likewise.
8111         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
8112         (cgraph_node::get_availability): Likewise.
8113         (cgraph_edge::binds_to_current_def_p): New inline function.
8114         (varpool_node::get_availability): Add REF parameter.
8115         (varpool_node::ultimate_alias_target): Likewise.
8116         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
8117         (symtab_node::binds_to_current_def_p): Likewise.
8118         * varpool.c (varpool_node::get_availability): Likewise.
8120 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
8122         PR target/70662
8123         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
8124         Fix mode size check.
8126 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
8128         * BASE-VER: Set to 7.0.0.
8130 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
8132         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
8134 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8136         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
8137         architecture revisions.
8139 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
8141         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
8142         * config/i386/i386.c (ix86_using_red_zone): No longer static.
8143         * config/i386/i386.md (stack decrement to push peepholes): Guard
8144         with !x86_using_red_zone ().
8146 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
8148         PR c++/70675
8149         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
8150         to dump_generic_node.
8151         (NIY): Pass also flags to do_niy.
8153 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
8155         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
8156         (simd_clone_vector_of_formal_parm_types)
8157         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
8158         (simd_clone_mangle, simd_clone_create)
8159         (simd_clone_adjust_return_type, create_tmp_simd_array)
8160         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
8161         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
8162         (ipa_simd_modify_function_body, simd_clone_linear_addend)
8163         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
8164         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
8165         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
8166         * omp-simd-clone.c: ... this new file.
8167         (simd_clone_vector_of_formal_parm_types): Make it static.
8168         * Makefile.in (OBJS): Add omp-simd-clone.o.
8170 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
8172         PR target/70662
8173         * config/i386/sse.md: Use proper memory operand modifiers.
8176 2016-04-15  Richard Biener  <rguenther@suse.de>
8177         Alan Modra  <amodra@gmail.com>
8179         PR tree-optimization/70130
8180         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
8181         when alignment stays not the same and no not use the realign
8182         scheme then.
8184 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
8186         PR target/70669
8187         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
8188         direct move handlers for KFmode. Change TFmode handlers test from
8189         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
8191 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
8193         PR c++/70594
8194         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
8195         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
8196         (inlined_polymorphic_ctor_dtor_block_p): Use it.
8197         * tree-ssa-live.c (remove_unused_scope_block_p): When
8198         in_ctor_dtor_block, avoid discarding not just BLOCKs with
8199         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
8200         block_ultimate_origin is FUNCTION_DECL.
8201         (remove_unused_locals): If current_function_decl is
8202         polymorphic_ctor_dtor_p, pass initial true to
8203         remove_unused_scope_block_p' is_ctor_dtor_block.
8205 2016-04-14  Martin Sebor  <msebor@redhat.com>
8207         PR c++/69517
8208         PR c++/70019
8209         PR c++/70588
8210         * doc/extend.texi (Variable Length): Revert.
8212 2016-04-14  Marek Polacek  <polacek@redhat.com>
8213             Jan Hubicka  <hubicka@ucw.cz>
8215         PR c++/70029
8216         * tree.c (verify_type): Disable the canonical type of main variant
8217         check.
8219 2016-04-14  Jason Merrill  <jason@redhat.com>
8221         * cfgexpand.c, expr.c: Revert previous change.
8223 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
8225         PR middle-end/70643
8226         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
8227         when building a mem ref for the incoming reduction variable.
8229 2016-04-14  Richard Biener  <rguenther@suse.de>
8231         PR tree-optimization/70614
8232         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
8233         loop if the evolution dropped to chrec_dont_know.
8234         (interpret_condition_phi): Likewise.
8236 2016-04-14  Richard Biener  <rguenther@suse.de>
8238         PR tree-optimization/70623
8239         * tree-ssa-pre.c (changed_blocks): Make global ...
8240         (compute_antic): ... local here.  Move and fix worklist
8241         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
8242         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
8243         worklist handling, dump when ANTIC_IN changed.
8244         (compute_partial_antic_aux): Remove worklist handling.
8245         (init_pre): Do not compute post dominators.  Add a comment about
8246         the CFG order chosen.
8247         (fini_pre): Do not free post dominators.
8249 2016-04-13  Martin Sebor  <msebor@redhat.com>
8251         PR c++/69517
8252         PR c++/70019
8253         PR c++/70588
8254         * doc/extend.texi (Variable Length): Document C++ specifics.
8256 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
8258         PR c++/70641
8259         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
8260         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
8261         eh edges have been purged.
8263         PR c++/70594
8264         * tree-sra.c (create_access_replacement,
8265         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
8266         gets fancy name.
8267         * tree-pretty-print.c (dump_fancy_name): New function.
8268         (dump_decl_name, dump_generic_node): Use it.
8270 2016-04-13  Jason Merrill  <jason@redhat.com>
8272         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
8273         * expr.c (expand_expr_real_1): Likewise.
8275 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
8277         * config/i386/i386.md (kunpckhi): Swap operands.
8278         (kunpcksi): Likewise.
8279         (kunpckdi): Likewise.
8280         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
8281         (vec_pack_trunc_<mode>): Likewise.
8283 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
8285         PR debug/70628
8286         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
8288         PR middle-end/70633
8289         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
8290         gimplification turns some element into non-constant.
8292         PR debug/70628
8293         * rtl.h (convert_memory_address_addr_space_1): New prototype.
8294         * explow.c (convert_memory_address_addr_space_1): No longer static,
8295         add NO_EMIT argument and don't call convert_modes if true, pass
8296         it down recursively, remove break after return.
8297         (convert_memory_address_addr_space): Adjust caller.
8298         * simplify-rtx.c (simplify_unary_operation_1): Call
8299         convert_memory_address_addr_space_1 instead of convert_memory_address,
8300         if it returns NULL, don't simplify.
8302 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
8304         PR target/70630
8305         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
8307 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8309         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8310         Bump the upper SIMDLEN limits, so that if the return type or
8311         characteristic type if the return type is void can be passed in
8312         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
8313         allowed.
8315 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
8317         PR target/70640
8318         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
8319         Do not use "=" constraint on an input constraint.
8320         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
8321         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
8322         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
8323         generates (neg (abs ...)) instead of (abs ...).
8325 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8327         PR rtl-optimization/70596
8328         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
8329         just invalidate LRA data and reset them.  Adjust dump wording.
8331 2016-04-12  Martin Liska  <mliska@suse.cz>
8333         Revert
8334         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
8336         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
8337         estimates here.
8338         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
8339         max_loop_iterations_int.
8340         (tree_unswitch_outer_loop): Likewise.
8341         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
8342         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
8344 2016-04-12  Tom de Vries  <tom@codesourcery.com>
8346         PR tree-optimization/68756
8347         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
8348         instead of new_name.
8350 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
8352         PR tree-optimization/70602
8353         * tree-sra.c (generate_subtree_copies): Don't write anything into
8354         constant pool decls.
8356         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
8357         regardless whether there are depend clauses or not.
8359 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
8361         PR target/70381
8362         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
8363         target attribute and pragma from changing the -mfloat128
8364         and -mfloat128-hardware options.
8366         * doc/extend.texi (Additional Floating Types): Document PowerPC
8367         __float128 restrictions.
8369 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8371         PR target/70133
8372         * config/aarch64/driver-aarch64.c
8373         (aarch64_get_extension_string_for_isa_flags): New.
8374         (arch_extension): Rename to...
8375         (aarch64_arch_extension): ...This.
8376         (ext_to_feat_string): Rename to...
8377         (aarch64_extensions): ...This.
8378         (aarch64_core_data): Keep track of architecture extension flags.
8379         (cpu_data): Rename to...
8380         (aarch64_cpu_data): ...This.
8381         (aarch64_arch_driver_info): Keep track of architecture extension
8382         flags.
8383         (get_arch_name_from_id): Rename to...
8384         (get_arch_from_id): ...This, change return type.
8385         (host_detect_local_cpu): Update and reformat for renames, handle
8386         extensions through common infrastructure.
8388 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8390         PR target/70133
8391         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
8392         track of a canonical flag name.
8393         (all_extensions): Likewise.
8394         (arch_to_arch_name): Also track extension flags enabled by the arch.
8395         (all_architectures): Likewise.
8396         (aarch64_parse_extension): Move to here.
8397         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
8398         rework.
8399         (aarch64_rewrite_selected_cpu): Update for above change.
8400         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
8401         are handled, such that the single explicit value enabled by an
8402         extension is kept seperate from the implicit values it also enables.
8403         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
8404         to here.
8405         (aarch64_parse_extension): New.
8406         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
8407         here to config/aarch64/aarch64-protos.h.
8408         (aarch64_parse_extension): Move from here to
8409         common/config/aarch64/aarch64-common.c.
8410         (aarch64_option_print): Update.
8411         (aarch64_declare_function_name): Likewise.
8412         (aarch64_start_file): Likewise.
8413         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
8414         the canonical flag for extensions.
8415         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
8416         flags.
8418 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
8420         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
8421         AARCH64_FL_CRC.
8423 2016-04-09  Tom de Vries  <tom@codesourcery.com>
8425         PR tree-optimization/68953
8426         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
8427         first to last subscript.
8429 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
8431         PR tree-optimization/70586
8432         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
8433         for any calls.
8435 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
8437         PR lto/70289
8438         PR ipa/70348
8439         PR tree-optimization/70373
8440         PR middle-end/70533
8441         PR middle-end/70534
8442         PR middle-end/70535
8443         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
8444         clauses for acc parallel reductions as necessary.  Error on those
8445         that are private.
8446         * omp-low.c (scan_sharing_clauses): Don't install variables which
8447         are used in acc parallel reductions.
8448         (lower_rec_input_clauses): Remove dead code.
8449         (lower_oacc_reductions): Add support for reference reductions.
8450         (lower_reduction_clauses): Remove dead code.
8451         (lower_omp_target): Don't remap variables appearing in acc parallel
8452         reductions.
8453         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
8455 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
8457         PR middle-end/70593
8458         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
8459         with multiple SSA_NAME defs, force the outputs other than first
8460         to be live before calling live_track_process_def on each output.
8462         PR rtl-optimization/70574
8463         * fwprop.c (forward_propagate_and_simplify): Don't add
8464         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
8465         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
8466         paradoxical subregs within *loc.
8468 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
8470         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
8471         -ftree-parallelize-loops={0,1}.
8472         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
8473         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
8474         * config/ia64/hpux.h (LIB_SPEC): Likewise.
8475         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
8476         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
8478 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
8480         PR sanitizer/70541
8481         * asan.c (instrument_derefs): If we get unknown location, extract it
8482         with EXPR_LOCATION.
8483         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
8485 2016-04-08  Tom de Vries  <tom@codesourcery.com>
8487         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
8488         implicit firstprivate clause.
8490 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8492         PR target/70566
8493         * config/arm/thumb2.md (tst + branch-> lsls + branch
8494         peephole below *orsi_not_shiftsi_si): Require that condition
8495         register is dead after the peephole.
8496         (second peephole after the above): Likewise.
8498 2016-04-08  Alan Modra  <amodra@gmail.com>
8500         PR target/70117
8501         * builtins.c (fold_builtin_classify): For IBM extended precision,
8502         look at just the high-order double to test for NaN.
8503         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
8504         test just the high double for Inf but both doubles for subnormal
8505         limit.
8507 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
8509         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
8510         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
8511         node->simdclone->mask_mode != VOIDmode masks.
8512         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
8513         earlier, use it instead of node->simdclone.
8514         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8515         Set clonei->mask_mode.
8517 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
8519         PR c/70436
8520         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
8521         Pass it through to cp_parser_already_scoped_statement.
8522         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
8523         it through to cp_parser_statement.
8524         (cp_parser_statement): Pass IF_P through to
8525         cp_parser_iteration_statement.
8526         (cp_parser_pragma): Adjust call to
8527         cp_parser_iteration_statement.
8529 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
8531         PR c/70436
8532         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
8533         resolve a future -Wparentheses warning.
8534         * omp-low.c (scan_sharing_clauses): Likewise.
8535         * tree-parloops.c (eliminate_local_variables): Likewise.
8537 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
8539         PR rtl-optimization/70398
8540         * lra-constraints.c (process_address_1): Check zero scale and code
8541         for reloading with zero scale.
8543 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
8545         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
8546         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
8548 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
8550         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
8551         Add support for AVX512F clones, include them by default for
8552         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
8553         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
8554         up to 128.
8556         PR middle-end/70550
8557         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
8558         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
8559         firstprivate clauses.
8560         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
8561         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
8562         (lower_omp_target): Set TREE_NO_WARNING for
8563         non-addressable possibly uninitialized vars which are copied into
8564         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
8566 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
8568         * config/pa/predicates.md (integer_store_memory_operand): Accept
8569         REG+D operands with a large offset when reload_in_progress is true.
8570         (floating_point_store_memory_operand): Likewise.
8572 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
8574         PR c++/70336
8575         * match.pd (nested int casts): Limit to GIMPLE.
8577 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
8579         PR ipa/66223
8580         * ipa-devirt.c (maybe_record_node): Fix comment; use
8581         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
8583 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
8585         PR rtl-optimization/70542
8586         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
8587         if there are any uses other than insn or debug insns.
8589 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
8590             Jakub Jelinek  <jakub@redhat.com>
8592         PR tree-optimization/70509
8593         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
8594         Shift HOST_WIDE_INT_1U instead of 1.
8596 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
8598         PR tree-optimization/70509
8599         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
8600         of the vector base type for index.
8602 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
8604         PR target/70510
8605         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
8607 2016-04-05  Richard Biener  <rguenther@suse.de>
8609         PR tree-optimization/70526
8610         * tree-sra.c (build_ref_for_offset): Use prev_base to
8611         extract the alias pointer type.
8613 2016-04-05  Richard Biener  <rguenther@suse.de>
8615         * dse.c (struct store_info): Remove alias_set member.
8616         (struct read_info_type): Likewise.
8617         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
8618         spill_deleted, clear_alias_set_lookup): Remove.
8619         (get_group_info): Remove dead base == NULL_RTX case.
8620         (dse_step0): Remove initialization of removed variables.
8621         (delete_dead_store_insn): Reomve alias set dumping.
8622         (free_read_records): Remove alias_set handling.
8623         (canon_address): Remove alias_set_out parameter.
8624         (record_store): Remove spill_alias_set, it's always zero.
8625         (check_mem_read_rtx): Likewise.
8626         (dse_step2): Rename from ...
8627         (dse_step2_nospill): ... this.  Adjust.
8628         (scan_stores): Rename from ...
8629         (scan_stores_nospill): ... this.
8630         (scan_reads): Rename from ...
8631         (scan_reads_nospill): ... this.
8632         (scan_stores_spill, scan_reads_spill): Remove.
8633         (dse_step3_scan): Remove for_spills argument which is always false.
8634         (dse_step3): Likewise.
8635         (dse_step5): Rename from ...
8636         (dse_step5_nospill): ... this.  Remove alias_set handling.
8637         (rest_of_handle_dse): Adjust.
8639 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
8641         PR target/70525
8642         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
8643         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
8644         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
8645         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
8647 2016-04-05  Richard Biener  <rguenther@suse.de>
8649         PR middle-end/70499
8650         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
8651         non-register type temporaries into SSA.
8653 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
8655         PR ipa/66223
8656         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
8657         calls when sanitizing.
8658         (possible_polymorphic_call_target_p): Fix formatting.
8660 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8661             Jakub Jelinek <jakub@redhat.com>
8663         PR middle-end/70457
8664         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
8665         to ensure a call statement is compatible with a built-in's
8666         prototype.
8667         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
8668         Likewise.
8670 2016-04-04  Richard Biener  <rguenther@suse.de>
8672         PR rtl-optimization/70484
8673         * rtl.h (canon_output_dependence): Declare.
8674         * alias.c (canon_output_dependence): New function.
8675         * dse.c (record_store): Use canon_output_dependence rather
8676         than canon_true_dependence.
8678 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
8680         PR ipa/68881
8681         * cgraph.h (symtab_node::copy_visibility_from): New function.
8682         * symtab.c (symtab_node::copy_visibility_from): New function.
8683         * ipa-visibility.c (optimize_weakref): New function.
8684         (function_and_variable_visibility): Use it.
8686 2016-04-04  Martin Liska  <mliska@suse.cz>
8688         PR hsa/70402
8689         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
8690         value that is really in range handled by SBR instruction.
8691         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
8692         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
8693         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
8695 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
8697         PR target/70416
8698         PR target/67391
8699         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
8700         set, but not for SP_REG operands.
8702 2016-04-02  Martin Sebor  <msebor@redhat.com>
8704         PR c++/67376
8705         * fold-const.c (maybe_nonzero_address): New function.
8706         (fold_comparison): Call it.  Fold equality and relational
8707         expressions involving null pointers.
8708         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
8710 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
8712         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
8713         the "Y" constraint (scalar FP 0.0 immediate).
8715         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
8716         Add the "const_double" to the list of operand constraints.
8718 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
8720         PR rtl-optimization/70467
8721         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
8722         If low word of the last operand is 0, just emit addition/subtraction
8723         for the high word.
8725 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8727         PR target/70404
8728         * config/s390/s390.c (s390_expand_insv): Check for everything
8729         constant instead of just VOIDmode stuff.
8731 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8733         PR target/70496
8734         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
8736 2016-04-01  Nathan Sidwell  <nathan@acm.org>
8738         * tree.def (TRY_CATCH_EXPR): Correct documentation.
8740 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
8742         PR rtl-optimization/70461
8743         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
8744         is necessary.
8746 2016-03-31  Martin Liska  <mliska@suse.cz>
8748         PR hsa/70399
8749         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
8750         a tree value or an immediate integer value to a buffer
8751         that is eventually copied to a BRIG section.
8752         (emit_immediate_operand): Call the function here.
8753         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
8754         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
8755         of class' fields that are removed.
8756         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
8757         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
8758         m_brig_repr_size fields.
8760 2016-03-31  Martin Liska  <mliska@suse.cz>
8762         PR hsa/70391
8763         * hsa-gen.c (hsa_function_representation::update_dominance): New
8764         function.
8765         (convert_addr_to_flat_segment): Likewise.
8766         (gen_hsa_memory_set): New alignment argument.
8767         (gen_hsa_ctor_assignment): Likewise.
8768         (gen_hsa_insns_for_single_assignment): Provide alignment
8769         to gen_hsa_ctor_assignment.
8770         (gen_hsa_insns_for_direct_call): Add new argument.
8771         (expand_lhs_of_string_op): New function.
8772         (expand_string_operation_builtin): Likewise.
8773         (expand_memory_copy): New function.
8774         (expand_memory_set): New function.
8775         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
8776         (convert_switch_statements): Change signature.
8777         (generate_hsa): Use a return value of the function.
8778         (pass_gen_hsail::execute): Do not call
8779         convert_switch_statements here.
8780         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
8781         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
8782         (hsa_function_representation::update_dominance): New function.
8784 2016-03-31  Martin Liska  <mliska@suse.cz>
8786         PR hsa/70391
8787         * hsa-brig.c (emit_directive_variable): Emit alignment
8788         according to hsa_symbol::m_align.
8789         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
8790         (dump_hsa_symbol): Dump alignment of HSA symbols.
8791         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
8792         (gen_hsa_addr_with_align): New function.
8793         (hsa_bitmemref_alignment): Use newly added function.
8794         (gen_hsa_insns_for_load): Likewise.
8795         (gen_hsa_insns_for_store): Likewise.
8796         (gen_hsa_memory_copy): New argument added.
8797         (gen_hsa_insns_for_single_assignment): Respect
8798         alignment for assignments processed via gen_hsa_memory_copy.
8799         (gen_hsa_insns_for_direct_call): Likewise.
8800         (gen_hsa_insns_for_return): Likewise.
8801         (gen_function_def_parameters): Set default alignment.
8802         * hsa.c (hsa_object_alignment): New function.
8803         (hsa_byte_alignment): Pasted function.
8804         * hsa.h (hsa_symbol::m_align): New field.
8806 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
8808         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
8809         scratch field for goto case.
8811 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
8813         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
8815 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
8817         PR target/70442
8818         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
8819         (scalar_chain::convert_insn): Call convert_op for reg
8820         moves to handle undefined registers.
8822 2016-03-31  Nathan Sidwell  <nathan@acm.org>
8824         PR c++/70393
8825         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
8826         Assert we don't want to move backwards.
8828 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
8830         PR target/70453
8831         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
8833 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
8835         PR rtl-optimization/70460
8836         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
8837         with operand from REG_LABEL_OPERAND, instead substitute
8838         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
8839         Don't do anything for REG_NON_LOCAL_GOTO jumps.
8841 2016-03-31  Martin Liska  <mliska@suse.cz>
8843         * passes.c (execute_one_pass): Do not call
8844         todo_after for a discarded function.
8846 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
8848         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
8849         (no_cost, infinite_cost): Initialize the new field.
8850         (get_computation_cost_at): Record setup cost.
8851         (determine_use_iv_cost_address): Skip cost computation for sub
8852         uses if we can estimate it without losing accuracy.
8854 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
8856         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
8857         estimates here.
8858         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
8859         max_loop_iterations_int.
8860         (tree_unswitch_outer_loop): Likewise.
8861         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
8862         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
8864 2016-03-30  Richard Biener  <rguenther@suse.de>
8866         PR middle-end/70450
8867         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
8869 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
8871         PR target/70421
8872         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
8873         in gen_blendm expander.
8875 2016-03-30  Nick Clifton  <nickc@redhat.com>
8877         PR target/62254
8878         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
8879         case where we are already provided with an SImode SUBREG.
8881 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
8883         PR target/70439
8884         * config/i386/i386.c (ix86_expand_epilogue): Properly check
8885         conflict between DRAP register and __builtin_eh_return.
8887 2016-03-30  Michael Matz  <matz@suse.de>
8888             Richard Biener  <rguenther@suse.de>
8890         PR ipa/12392
8891         * ipa-polymorphic-call.c (struct type_change_info): Change
8892         speculative to an unsigned allowing to limit the work we do.
8893         (csftc_abort_walking_p): New inline function..
8894         (check_stmt_for_type_change): Limit the number of may-defs
8895         skipped for speculative devirtualization to
8896         max-speculative-devirt-maydefs.
8897         * params.def (max-speculative-devirt-maydefs): New param.
8898         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
8900 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
8902         PR target/63890
8903         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
8904         and TARGET_MACHO.
8906 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
8908         PR tree-optimization/59124
8909         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
8910         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
8912 2016-03-29  Jeff Law  <law@redhat.com>
8914         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
8916 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
8918         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
8919         to HOST_WIDE_INT.
8921 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
8923         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
8924         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
8925         gcrt0.o if linking dynamically.
8927 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
8929         PR ipa/70283
8930         * ipa-devirt.c (methods_equal_p): New function.
8931         (compare_virtual_tables): Use it.
8932         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
8933         * cgraphclones.c (clone_function_name_1): Use
8934         symbol_table::symbol_suffix_separator.
8935         * coverage.c (build_var): Likewise.
8936         * symtab.c (symbol_table::symbol_suffix_separator): New.
8938 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
8940         PR rtl-optimization/70429
8941         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
8942         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
8943         mode != result_mode.
8945         PR c++/70353
8946         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
8948         PR tree-optimization/70405
8949         * ssa-iterators.h (num_imm_uses): Add missing braces.
8951 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
8953         PR rtl-optimization/68695
8954         * ira-color.c (allocno_copy_cost_saving): New.
8955         (improve_allocation): Use it.
8957 2016-03-29  Richard Henderson  <rth@redhat.com>
8959         PR middle-end/70355
8960         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
8962 2016-03-29  Richard Biener  <rguenther@suse.de>
8964         PR middle-end/70424
8965         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
8966         use alignment returned by get_pointer_alignment_1 if it is
8967         bigger than BITS_PER_UNIT.
8968         * builtins.c (get_pointer_alignment_1): Do not return true
8969         for alignment extracted from SSA info.
8971 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
8973         * config/ft32/ft32.opt (mnodiv): New.
8974         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
8975         * doc/invoke.texi (FT32 Options -mnodiv): New.
8977 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
8979         PR target/70406
8980         * config/i386/i386.md (define_split, andn): Fix modes.
8982 2016-03-26  Richard Biener  <rguenther@suse.de>
8983             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8985         PR ipa/70366
8986         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
8987         instead of
8988         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
8989         as 2nd argument to cl_optimization_restore().
8991 2016-03-25  Richard Henderson  <rth@redhat.com>
8993         PR target/70120
8994         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
8995         * config/aarch64/aarch64-protos.h: Declare it.
8996         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
8998 2016-03-25  Alan Modra  <amodra@gmail.com>
9000         PR target/70052
9001         * config/rs6000/constraints.md (j): Simplify.
9002         * config/rs6000/predicates.md (easy_fp_constant): Exclude
9003         decimal float 0.D.
9004         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
9005         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
9006          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
9007         in all constraint alternatives.
9008         (movtd_64bit_nodm): Delete "j" constraint alternative.
9010 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
9012         * tree-ssa-propagate.c: Enhance docs for
9013         SSA_PROP_NOT_INTERESTING.
9015 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
9017         * doc/extend.texi: Fix typo in documentation to pure attribute.
9019 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
9021         PR target/70319
9022         * config/pa/pa.md (bswapdi2): Use a scratch register.
9024 2016-03-24  Richard Henderson  <rth@redhat.com>
9026         PR middle-end/69845
9027         * fold-const.c (extract_muldiv_1): Correct test for multiplication
9028         overflow.
9030 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
9032         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
9033         using ix86_expand_binary_operator instead of gen_andsi3.
9035 2016-03-24  Richard Biener  <rguenther@suse.de>
9037         PR tree-optimization/70396
9038         * tree-vect-stmts.c (vectorizable_comparison): Use
9039         get_vectype_for_scalar_type.
9041 2016-03-24  Richard Biener  <rguenther@suse.de>
9043         PR middle-end/70370
9044         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
9045         with register bases.
9047 2016-03-24  Richard Biener  <rguenther@suse.de>
9049         PR tree-optimization/70372
9050         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
9051         build_all_ones_cst to also handle vector types correctly.
9053 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
9055         PR target/70381
9056         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
9057         -mfloat128 here.
9059 2016-03-23  Marek Polacek  <polacek@redhat.com>
9061         PR c++/69884
9062         * doc/invoke.texi: Document -Wignored-attributes.
9064 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
9066         PR tree-optimization/69042
9067         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
9068         parameter from 30 to 40.
9070 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
9072         PR tree-optimization/69042
9073         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
9074         for use with constant offset stripped in base.
9076 2016-03-23  Richard Biener  <rguenther@suse.de>
9078         PR middle-end/70251
9079         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
9080         mode compatibility check.
9081         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9083 2016-03-23  Jeff Law  <law@redhat.com>
9085         PR tree-optimization/64058
9086         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
9087         CONFLICT_COUNT.
9088         (struct ssa_conflicts): Move up earlier in the file.
9089         (conflicts_, var_map_): New static variables.
9090         (initialize_conflict_count): New function to initialize the
9091         CONFLICT_COUNT field for each conflict pair.
9092         (compare_pairs): Lazily initialize the conflict count and use it
9093         as the first tie-breaker.
9094         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
9095         and wipe conflicts_ and map_ around the call to qsort.  Remove
9096         special case for 2 coalesce pairs.
9097         * bitmap.c (bitmap_count_unique_bits): New function.
9098         (bitmap_count_bits_in_word): New function, extracted from
9099         bitmap_count_bits.
9100         (bitmap_count_bits): Use bitmap_count_bits_in_word.
9101         * bitmap.h (bitmap_count_unique_bits): Declare it.
9103 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
9105         PR target/69917
9106         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
9107         transparent alias chain for decl assembler name.
9108         * config/sol2.c (solaris_assemble_visibility): Likewise.
9110 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9112         * config/arm/arm1020e.md (1020call_op): Reduce reservation
9113         duration.
9114         (v10_fdivs): Likewise.
9115         (v10_fdivd): Likewise.
9117 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9119         PR driver/70132
9120         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
9121         to not call fclose twice on file.
9123 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
9125         PR tree-optimization/70354
9126         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
9127         oprnd0 is wider than oprnd1 and there is a cast from the wider
9128         type to oprnd1, mask it with the mask of the narrower type.
9130         PR target/70321
9131         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
9132         Optimize TARGET_STV splitters, if high or low word of last argument
9133         is 0 or -1.
9135 2016-03-22  Jeff Law  <law@redhat.com>
9137         PR target/70232
9138         tree-ssa-threadbackward.c
9139         (fsm_find_control_statement_thread_paths): Correctly distinguish
9140         between old style jump threads vs FSM jump threads.
9142 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
9144         PR target/70302
9145         * config/i386/i386.c (scalar_chain::convert_op): Support
9146         uninitialized register usage case.
9148 2016-03-22  Richard Biener  <rguenther@suse.de>
9150         PR middle-end/70251
9151         * genmatch.c (gen_transform): Adjust last parameter to a three-state
9152         int...
9153         (capture::gen_transform): ... to change behavior when substituting
9154         a condition into cond or not-cond expr context.
9155         (dt_simplify::gen_1): Adjust.
9156         * gimple-match-head.c: Include gimplify.h for unshare_expr.
9157         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
9158         last change and instead change to
9159         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
9160         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9162 2016-03-22  Anthony Green  <green@moxielogic.com>
9164         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
9165         issue for moxiebox targets.
9166         (CC1PLUS_SPEC): Ditto.
9168 2016-03-22  Richard Biener  <rguenther@suse.de>
9170         PR middle-end/70333
9171         * fold-const.c (extract_muldiv_1): Properly perform multiplication
9172         in the wide type.
9174 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
9176         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
9178 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
9180         PR target/70325
9181         * config/i386/i386.c (def_builtin): Handle
9182         OPTION_MASK_ISA_AVX512VL to be and-ed with other
9183         bits.
9184         (const struct builtin_description bdesc_special_args[]):
9185         Remove duplicate ISA bits.
9187 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
9189         PR target/70329
9190         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
9191         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
9192         in a way that works also for AVX512BW.
9194         PR target/70300
9195         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
9196         instead of source if operands[1] is xmm16 and above and
9197         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
9198         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
9200         PR c++/70295
9201         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
9202         on assign if (*from_p) is a comparison, set it to
9203         TREE_NO_WARNING (*from_p).
9205 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
9207         PR middle-end/70326
9208         * lra.c (restore_scratches): Ignore deleted insns.
9210 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
9211             Jakub Jelinek  <jakub@redhat.com>
9213         PR tree-optimization/70317
9214         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
9215         to HONOR_NANS.
9217 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
9219         PR target/70327
9220         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
9221         of ix86_expand_move.
9222         (movoi): Ditto.
9223         (movti): Use general_operand for operand 1 predicate.
9225 2016-03-21  Martin Liska  <mliska@suse.cz>
9227         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
9228         insns.
9229         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
9231 2016-03-21  Martin Liska  <mliska@suse.cz>
9233         PR ipa/70306
9234         * ipa-icf.c (sem_function::parse): Skip static
9235         constructors and destructors.
9237 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
9239         PR target/70296
9240         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
9241         function-like macro, peek following token(s) if it is followed
9242         by CPP_OPEN_PAREN token with optional padding in between, and
9243         if not, don't treat it like a macro.
9245 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9246             Alexander Monakov  <amonakov@ispras.ru>
9248         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
9249         for the stabs debug format.
9251 2016-03-21  Richard Biener  <rguenther@suse.de>
9253         PR tree-optimization/70310
9254         * tree-vect-generic.c (expand_vector_condition): Fold the built
9255         condition.
9257 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
9259         PR target/70293
9260         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
9261         Block third alternative for AVX-512VL target,
9263 2016-03-21  Martin Liska  <mliska@suse.cz>
9265         PR hsa/70234
9266         * hsa-brig.c (emit_function_directives): Mark unemitted
9267         global variables for emission.
9268         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
9269         (get_symbol_for_decl): Likewise.
9270         * hsa.h (struct hsa_symbol): New flag.
9272 2016-03-21  Richard Biener  <rguenther@suse.de>
9274         PR tree-optimization/70288
9275         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
9276         we do not estimate unsimplified all-constant conditionals or
9277         switches as optimized away.
9279 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
9281         PR rtl-optimization/69102
9282         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
9283         when we have a readonly dependency context.
9285 2016-03-18  Jeff Law  <law@redhat.com>
9287         PR rtl-optimization/70263
9288         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
9289         (update_equiv_regs): When trying to move a store to after the insn
9290         that sets the source of the store, make sure the store occurs after
9291         the insn that sets the source of the store.  When successful note
9292         the REG_EQUIV note created in the dump file.
9294 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
9295             Bernd Schmidt  <bschmidt@redhat.com>
9297         * doc/extend.texi: Document more potential problems with basic asms.
9299 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
9301         PR rtl-optimization/70278
9302         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
9303         VOIDmode.
9305 2016-03-18  Jason Merrill  <jason@redhat.com>
9307         * calls.c (load_register_parameters): Fix zero size sibcall logic.
9309 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
9311         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
9312         values to 128b regs.
9314 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
9316         PR tree-optimization/70252
9317         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
9318         boolean vector has a proper number of elements.
9319         (supportable_narrowing_operation): Likewise.
9321 2016-03-18  Tom de Vries  <tom@codesourcery.com>
9323         PR ipa/70269
9324         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
9326 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
9328         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
9329         instead of replace_rtx for DEBUG_INSNs.
9331 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9333         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
9334         load type reservations.
9336 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
9338         PR target/70188
9339         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
9340         define_constraint for "Q" and "T" constraints.
9342 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
9344         Tweak the pipeline model for Exynos M1
9346         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
9347         model.
9349 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
9351         PR c/70264
9352         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
9353         where one or both locations aren't within a line_map.
9355 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
9357         PR driver/70192
9358         * opts.c (finish_options): Don't set flag_pie to the default if
9359         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
9360         if it is -1.
9362 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
9364         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
9365         true as ALL_REGS argument to replace_rtx.
9367 2016-03-17  Richard Biener  <rguenther@suse.de>
9369         PR debug/70271
9370         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
9371         last.
9373 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
9375         PR target/70245
9376         * rtl.h (replace_rtx): Add ALL_REGS argument.
9377         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
9378         equality and assert mode is the same, instead of just rtx pointer
9379         equality.
9380         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
9381         true as ALL_REGS argument to replace_rtx.
9383 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
9385         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
9386         for boolean vector with vector mode only.
9387         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
9389 2016-03-17  Nick Clifton  <nickc@redhat.com>
9391         PR target/70162
9392         * config/rx/rx.c (rx_print_integer): Print negative constants in
9393         decimal.
9395 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
9397         PR target/70261
9398         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
9400 2016-03-16  Richard Henderson  <rth@redhat.com>
9401             Richard Biener  <rguenth@suse.de>
9403         PR middle-end/70240
9404         PR middle-end/68215
9405         PR tree-opt/68714
9406         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
9407         first operand as is_gimple_condexpr.
9409         PR middle-end/70240
9410         PR middle-end/68215
9411         Revert r231575
9412         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
9413         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
9414         Do not gimplify the result.
9415         (do_unop): Adjust call to tree_vec_extract.
9416         (do_binop): Likewise.
9417         (do_compare): Likewise.
9418         (do_plus_minus): Likewise.
9419         (do_negate): Likewise.
9420         (expand_vector_condition): Likewise.
9421         (do_cond): Likewise.
9423 2016-03-16  Richard Henderson  <rth@redhat.com>
9425         PR target/70048
9426         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
9427         (aarch64_classify_address): Use it.
9428         (aarch64_legitimize_address): Force all subexpressions of PLUS
9429         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
9431 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
9432             Richard Biener  <rguenth@suse.de>
9434         PR target/70245
9435         * rtlanal.c (replace_rtx): For REG, if from is a REG,
9436         return to even if only REGNO is equal, and assert
9437         mode is the same.
9439 2016-03-11  Jeff Law  <law@redhat.com>
9441         PR rtl-optimization/70224
9442         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
9444 2016-03-16  Richard Henderson  <rth@redhat.com>
9446         PR middle-end/70199
9447         * function.h (struct function): Add has_forced_label_in_static.
9448         * gimplify.c (force_labels_r): Set it.
9449         * lto-streamer-in.c (input_struct_function_base): Read it.
9450         * lto-streamer-out.c (output_struct_function_base): Write it.
9451         * tree-inline.c (has_label_address_in_static_1): Remove.
9452         (copy_forbidden): Remove fndecl parameter; test
9453         has_forced_label_in_static.
9454         (inline_forbidden_p): Update call to copy_forbidden.
9455         (tree_versionable_function_p): Likewise.
9456         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
9457         (chkp_versioning): Likewise.
9458         * tree-inline.h (copy_forbidden): Update decl.
9460 2016-03-16  Marek Polacek  <polacek@redhat.com>
9462         PR c/70093
9463         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
9464         function being thunked if the result type doesn't have fixed size.
9465         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
9466         doesn't have fixed size.
9468 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
9470         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
9471         reporting malformed loop nest.
9473 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9475         PR lto/70187
9476         * ipa-devirt.c (possible_polymorphic_call_targets): Move
9477         nodes.length () == 1 test to before first nodes[0] access.
9479 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9481         PR tree-optimization/68715
9482         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
9483         single_pred_p test.
9485 2016-03-16  Tom de Vries  <tom@codesourcery.com>
9487         PR tree-optimization/68809
9488         * graphite-scop-detection.c (same_close_phi_node): Test if result types
9489         are the same.
9491 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
9492             Sandra Loosemore  <sandra@codesourcery.com>
9494         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
9495         on leaf attribute. Mention ELF interposition problems.
9497 2016-03-16  Alan Modra  <amodra@gmail.com>
9499         PR rtl-optimization/69195
9500         PR rtl-optimization/47992
9501         * ira.c (indirect_jump_optimize): Ignore artificial defs.
9502         Add comments.
9504 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
9506         PR bootstrap/69513
9507         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
9509 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
9511         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
9513 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
9515         PR rtl-optimization/70222
9516         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
9517         optimization if mode is different from result_mode, queue up masking
9518         of the result in outer_op.  Formatting fix.
9520         PR middle-end/70239
9521         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
9522         of safe_grow.
9524 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9526         PR rtl-optimization/69032
9527         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
9528         looping backwards over basic block insns.
9530 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9532         PR target/66660
9533         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
9534         to non-speculative when propagating trap bits.
9536 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9538         PR rtl-optimization/63384
9539         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
9540         DEBUG_INSN_P insns.
9542 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
9544         PR target/64411
9545         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
9546         factored out from ...
9547         (sched_analyze_insn): ... here.
9548         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
9549         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
9550         get_implicit_reg_pending_clobbers in it.
9551         (setup_id_reg_sets): Use setup_id_implicit_regs.
9552         (deps_init_id): Ditto.
9554 2016-03-15  Tom de Vries  <tom@codesourcery.com>
9556         PR ipa/70161
9557         * cgraph.c (cgraph_node::get_body): Save, reset and restore
9558         dump_file_name.
9559         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
9560         execute_function_dump.
9561         (execute_one_pass): Don't dump function if it will be dumped after ipa
9562         transform.
9564 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
9566         * genrecog.c (match_pattern_2): If pred is NULL don't call
9567         safe_predicate_mode on it.
9569 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
9571         PR middle-end/70219
9572         * lra-constraints.c (delete_move_and_clobber): Change assertion
9573         to also allow dregno == 0.
9575 2016-03-14  Richard Henderson  <rth@redhat.com>
9577         PR tree-opt/68714
9578         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
9579         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
9580         (reassociate_bb): Use optimize_vec_cond_expr; avoid
9581         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
9582         on vectors.
9584 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
9586         PR target/70083
9587         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
9588         regs.
9589         (lra_create_live_ranges_1): initialize hard register biggest_mode to
9590         VOIDmode.
9591         * lra-constraints.c (split_reg): For hard regs, try to find the
9592         biggest single-register mode used in the function.
9594 2016-03-14  Richard Biener  <rguenther@suse.de>
9596         PR tree-optimization/56365
9597         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
9598         constants to compare against.
9600 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
9602         PR target/70098
9603         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
9604         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
9605         (define_split for the GPR case): Use int_reg_operand instead of
9606         gpc_reg_operand for the output.
9608 2016-03-14  Tom de Vries  <tom@codesourcery.com>
9610         PR tree-optimization/70045
9611         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
9612         create_empty_if_region_on_edge argument.
9614 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
9616         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
9617         (STACK_CHECK_PROTECT): Likewise.
9618         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
9619         (STACK_CHECK_PROTECT): Likewise.
9620         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
9621         (STACK_CHECK_PROTECT): Likewise.
9622         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
9623         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9624         (STACK_CHECK_PROTECT): Likewise.
9626 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
9628         PR rtl-optimization/69307
9629         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
9630         registers in modes that span more than one register.
9632 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
9634         PR target/69614
9635         * lra-constraints.c (delete_move_and_clobber): New.
9636         (remove_inheritance_pseudos): Use it.
9638 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
9640         PR ada/70017
9641         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
9642         the libcall is LCT_THROW.
9643         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
9644         for the checking routine.
9646 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
9648         PR target/70131
9649         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
9650         optimization if we have direct move.
9651         (roundu32<mode>2_fprs): Likewise.
9653 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
9655         PR target/70123
9656         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
9657         be rematerialized.
9658         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
9659         Arguments swapped.  All callers changed.  Take reg_renumber into
9660         account, and Calculate and compare register ranges for hard regs.
9662 2016-03-11  Jeff Law  <law@redhat.com>
9664         PR tree-optimization/70190
9665         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
9666         Handle cases where we can not extract the taken edge, even though we
9667         found a constant value.
9669         PR tree-optimization/64058
9670         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
9671         (num_coalesce_pairs): Move up earlier in file.
9672         (find_coalesce_pair): Initialize the INDEX field for each pair
9673         discovered.
9674         (compare_pairs): No longer sort on the elements in each pair.
9675         Instead break ties with the index of the coalesce pair.
9677 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9679         PR target/70002
9680         * config/aarch64/aarch64-protos.h
9681         (aarch64_save_restore_target_globals): New prototype.
9682         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
9683         Call the above when popping pragma.
9684         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
9685         New function.
9686         (aarch64_set_current_function): Rewrite using the above.
9688 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
9690         PR tree-optimization/70177
9691         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
9692         (extract_ops_from_tree): ... this.  In the 2 argument
9693         overload remove _1 suffix.
9694         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
9695         (extract_ops_from_tree): ... this.
9696         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
9697         Adjust callers.
9698         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
9699         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
9700         extract_ops_from_tree instead of 2 operand one.
9702 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
9704         PR tree-optimization/70013
9705         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
9706         for constant-pool entries.
9708 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
9710         PR rtl-optimization/70174
9711         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
9712         followed by gen_lowpart on force_reg instead of just gen_lowpart.
9714         PR tree-optimization/70169
9715         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
9716         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
9717         for unknown codes.
9719 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
9720             Jakub Jelinek  <jakub@redhat.com>
9722         PR target/70160
9723         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
9724         of uninitialized values.
9726 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9728         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
9729         define_expand.
9730         ("*trunctddd2"): New pattern definition.
9731         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
9732         TD->DD truncation.
9734 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9736         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
9737         definitions for BFP and DFP rounding modes.
9738         ("fixuns_truncdddi2", "fixuns_trunctddi2")
9739         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
9740         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
9741         ("fix_trunctf<mode>2"): Use the new constants instead of magic
9742         numbers.
9744 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9746         * config/s390/constraints.md: Adjust comment.
9747         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
9748         s390_decompose_addrstyle_without_index.
9749         * config/s390/predicates.md (shift_count_or_setmem_operand):
9750         Rename to setmem_operand.
9751         * config/s390/s390-protos.h
9752         (s390_decompose_shift_count): Rename to
9753         s390_decompose_addrstyle_without_index.
9754         * config/s390/s390.c (s390_decompose_shift_count)
9755         (s390_mem_constraint, print_shift_count_operand)
9756         (print_operand_address, print_operand): Rename
9757         s390_decompose_shift_count to
9758         s390_decompose_addrstyle_without_index and rename
9759         print_shift_count_operand to print_addrstyle_operand troughout the
9760         file.
9761         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
9762         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
9763         Rename shift_count_or_setmem_operand to setmem_operand.
9764         * config/s390/vx-builtins.md ("vec_insert<mode>")
9765         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
9766         nonmemory_operand.
9768 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9770         PR target/70168
9771         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
9772         Handle overlapping retval and newval.
9774 2016-03-10  Nick Clifton  <nickc@redhat.com>
9776         PR target/7044
9777         * config/aarch64/aarch64.c
9778         (aarch64_override_options_after_change_1): When forcing
9779         flag_omit_frame_pointer to be true, use a special value that can
9780         be detected if this function is called again, thus preventing
9781         flag_omit_leaf_frame_pointer from being forced to be false.
9783 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9785         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
9786         Set x_flag_omit_leaf_frame_pointer when handling
9787         -momit-leaf-frame-pointer.
9789 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
9791         PR lto/69589
9792         * cgraph.c (cgraph_node::dump): Dump split_part and
9793         indirect_call_target.
9794         * cgraph.h (cgraph_node): Add indirect_call_target flag.
9795         * ipa.c (has_addr_references_p): Cleanup.
9796         (is_indirect_call_target_p): New.
9797         (walk_polymorphic_call_targets): Do not mark virtuals that may be
9798         called indirectly as local.
9799         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
9801 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
9803         PR ipa/69630
9804         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
9805         on cxa_pure_virtual.
9807 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
9809         PR lto/69589
9810         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
9812 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
9814         PR lto/69589
9815         * tree.c (need_assembler_name_p): Only record main variant type names.
9817 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
9819         PR target/70113.
9820         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
9821         Always define to 0 or 1.
9822         (TARGET_FIX_ERR_A53_843419): New macro.
9823         * config/aarch64/aarch64-elf-raw.h
9824         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
9825         * config/aarch64/aarch64-linux.h: Likewise.
9826         * config/aarch64/aarch64.c
9827         (aarch64_override_options_after_change_1): Do not default
9828         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
9829         843419 is on.
9830         (aarch64_attributes): Handle fix-cortex-a53-843419.
9831         (aarch64_can_inline_p): Likewise.
9832         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
9834 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
9835         Jakub Jelinek <jakub@redhat.com>
9837         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
9838         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
9839         DECL_COMMONS if flag_unconstrained_commons is set.
9840         * tree-dfa.c (get_ref_base_and_extent): Likewise.
9841         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
9842         (funconstrained-commons): Document.
9844 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
9846         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
9847         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
9849 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
9851         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
9852         has a proper number of elements.
9854 2016-03-10  Alan Modra  <amodra@gmail.com>
9856         PR rtl-optimization/69195
9857         PR rtl-optimization/47992
9858         * ira.c (recorded_label_ref): Delete.
9859         (update_equiv_regs): Return void.
9860         (indirect_jump_optimize): New function.
9861         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
9862         before regstat_compute_ri.  Don't rebuild_jump_labels here.
9863         Delete update_regstat.
9865 2016-03-10  Richard Biener  <rguenther@suse.de>
9867         PR tree-optimization/70128
9868         * tree-ssa-structalias.c (set_uids_in_ptset): Set
9869         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
9871 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
9873         PR tree-optimization/70152
9874         * tree-sra.c (replace_removed_params_ssa_names): Copy over
9875         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
9877         PR target/70086
9878         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
9879         instead of gen_sse2_loadlpd.
9880         * config/i386/sse.md (*vec_concatv2df): Rename to...
9881         (vec_concatv2df): ... this.
9883         PR tree-optimization/70127
9884         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
9886 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
9888         PR c/68473
9889         PR c++/70105
9890         * diagnostic-show-locus.c (compatible_locations_p): New function.
9891         (layout::layout): Sanitize ranges using compatible_locations_p.
9893 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
9895         PR c/68473
9896         PR c++/70105
9897         * diagnostic-show-locus.c (layout_range::layout_range): Replace
9898         location_range param with three const expanded_locations * and a
9899         bool.
9900         (layout::layout): Replace call to
9901         rich_location::lazily_expand_location with get_expanded_location.
9902         Extract the range and perform location expansion here, passing
9903         the results to the layout_range ctor.
9904         * diagnostic.c (source_range::debug): Delete.
9905         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
9906         of rich_location::get_expanded_location.
9907         * gcc-rich-location.c (get_range_for_expr): Delete.
9908         (gcc_rich_location::add_expr): Reimplement to avoid the
9909         rich_location::add_range overload that took a location_range,
9910         passing a location_t instead.
9912 2016-03-09  Richard Biener  <rguenther@suse.de>
9913         Jakub Jelinek  <jakub@redhat.com>
9915         PR tree-optimization/70138
9916         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
9917         Also skip vect_double_reduction_def.
9919 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
9921         PR target/70049
9922         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
9923         if the operand is "m".
9925 2016-03-09  Nathan Sidwell  <nathan@acm.org>
9927         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
9929 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9931         * config/i386/i386.c (processor_target_table): Fix cost table
9932         intialization order for znver1.
9934 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
9936         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
9937         - becuase -> because.
9938         * ipa-reference.c (ignore_module_statics): Likewise.
9939         * cgraph.c (cgraph_node::get_body): Likewise.
9940         * ipa-inline.c (early_inliner): Likewise.
9941         * ipa-devirt.c (types_same_for_odr): Likewise.
9942         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
9943         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
9945 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9947         * tree-ssa-math-opts.c: Fix typo in comment.
9949 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
9951         PR target/70110
9952         * config/i386/i386.c (scalar_chain::make_vector_copies,
9953         scalar_chain::convert_reg): Call end_sequence in between
9954         get_insns and emit_conversion_insns rather than after both
9955         calls.
9957 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
9959         PR target/70064
9960         * config/i386/i386.h (machine_function): Add
9961         pc_thunk_call_expanded flag.
9962         (ix86_pc_thunk_call_expanded): New define.
9963         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
9964         (*set_got): Rename insn pattern from set_got.
9965         (*set_got_labelled): Rename inst pattern from set_got_labelled.
9966         * config/i386/i386.c (ix86_compute_frame_layout): Use
9967         ix86_pc_thunk_call_expanded to prevent red-zone.
9969 2016-03-07  Martin Jambor  <mjambor@suse.cz>
9971         * hsa.h (hsa_get_ctor_statements): Declare.
9972         (hsa_get_dtor_statements): Likewise.
9973         (hsa_get_kernel_dispatch_type): Likewise.
9974         * hsa.c (hsa_get_ctor_statements): New function.
9975         (hsa_get_dtor_statements): Likewise.
9976         (hsa_get_kernel_dispatch_type): Likewise.
9977         * hsa-brig.c (hsa_cdtor_statements): Removed.
9978         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
9979         hsa_get_dtor_statements.
9980         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
9981         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
9983 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
9985         * config/arm/arm-cores.def (cortex-r8): New.
9986         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
9987         * config/arm/arm-tune.md: Likewise.
9988         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
9990 2016-03-07  Martin Sebor  <msebor@redhat.com>
9992         PR rtl-optimization/19705
9993         * doc/invoke.texi (Options That Control Optimization): Clarify
9994         -fno-branch-count-reg.
9996 2016-02-26  Richard Biener  <rguenther@suse.de>
9997             Jeff Law  <law@redhat.com>
9999         PR tree-optimization/69740
10000         * cfghooks.c (remove_edge): Request loop fixups if we delete
10001         an edge that might turn an irreducible loop into a natural
10002         loop.
10003         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
10004         Move after definition of loops_state_clear.
10006 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
10008         PR rtl-optimization/69052
10009         * rtlanal.c (commutative_operand_precedence): Set higher precedence
10010         to CONST_WIDE_INT.
10012 2016-03-07  Tom de Vries  <tom@codesourcery.com>
10014         PR tree-optimization/70116
10015         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
10016         is_tm_ending stmts and ubsan/asan internal functions.
10017         (find_duplicate): Use it.  Don't test is_tm_ending here.
10019 2016-03-07  Richard Biener  <rguenther@suse.de>
10021         PR tree-optimization/70115
10022         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
10023         (propagate_constants_for_unrolling): Use replace_uses_by.
10025 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
10027         PR middle-end/69916
10028         * omp-low.c (struct oacc_loop): Add ifns.
10029         (new_oacc_loop_raw): Initialize it.
10030         (finish_oacc_loop): Clear mask & flags if no ifns.
10031         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
10032         (oacc_loop_xform_loop): Add ifns arg & adjust.
10033         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
10035 2016-03-07  Richard Henderson  <rth@redhat.com>
10037         PR rtl-opt/70061
10038         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
10039         (insert_value_copy_on_edge): Likewise.
10041 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10043         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
10045 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10047         PR target/62281
10048         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
10050 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
10052         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
10054 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
10056         Fix sseimul type attribute.
10057         * config/i386/znver1.md
10058         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
10059         znver1_sseimul_avx256_load) : Fix the type attribute.
10060         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
10061         pipe usage and latency.
10063 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
10065         PR c++/70084
10066         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
10067         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
10068         to the right type.
10070 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
10072         PR c/69973
10073         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
10075         PR rtl-optimization/69941
10076         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
10077         the reg share its mode.
10079 2016-03-04  Jeff Law  <law@redhat.com>
10081         PR tree-optimization/69196
10082         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10083         If the both SSA_NAMEs are anonymous, then consider them unassociated
10084         and include the PHI in the statement count.
10086 2016-03-05  Tom de Vries  <tom@codesourcery.com>
10088         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
10089         construct in oacc routine.  Check for oacc region in oacc routine.
10091 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
10093         PR target/70062
10094         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
10095         2016-02-22 changes, instead don't recurse if RECUR is already true.
10096         Don't change *dynamic_check if RECUR.  Adjust recursive caller
10097         to pass true to the new argument.
10098         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
10100         PR target/70059
10101         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
10102         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
10103         fixes.
10104         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
10106 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
10108         PR rtl-optimization/57676
10109         * lra-assigns.c (lra_assign): Guard test for maximum iterations
10110         with flag_checking.
10112 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
10114         * tree-vect-patterns.c (search_type_for_mask): Handle
10115         comparison of booleans.
10117 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
10119         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
10120         Fix @xref usage.
10122         PR debug/69947
10123         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
10124         all other ops that have dw_val_class_die_ref operands,
10125         and DW_OP_GNU_entry_value.
10127 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10129         PR rtl-optimization/69904
10130         * config/arm/arm.c (arm_cannot_copy_insn_p):
10131         Return true for load-exclusive instructions.
10133 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
10135         PR target/70021
10136         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
10137         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
10138         the pattern no matter if it is used just by non-pattern, pattern
10139         or mix thereof.
10140         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
10141         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
10142         oprnd1 def_stmt is in pattern, don't look through it.
10144 2016-03-03  Marek Polacek  <polacek@redhat.com>
10146         PR middle-end/70050
10147         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
10149 2016-03-03  Martin Liska  <mliska@suse.cz>
10151         PR tree-optimization/70043
10152         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
10153         previous statement if we see a debug statement.
10155 2016-03-03  Richard Biener  <rguenther@suse.de>
10157         PR tree-optimization/55936
10158         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
10159         parameter and guard unsafe equivalence use.
10160         (vrp_evaluate_conditional_warnv_with_ops): Always use
10161         safe equivalences but not via the quadratic compare_names
10162         helper.
10164 2016-03-03  Michael Collison  <michael.collison@linaro.org>
10166         PR target/70014
10167         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
10168         for operand 1 to s_register_operand. Change predicate for operand
10169         2 to arm_not_immediate_operand.
10171 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
10173         * doc/tm.texi: Regenerated.
10175 2016-03-02  Richard Henderson  <rth@redhat.com>
10177         PR rtl-opt/67145
10178         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
10179         simplification when all args are positive non-fixed registers.
10181 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10183         * target.def (lra_p): Specify that new ports should use LRA.
10185 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
10187         PR libgomp/69555
10188         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
10189         gimplify_type_sizes the type they refer to.
10190         (omp_notice_variable): Handle reference vars to VLAs.
10191         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
10192         reference to VLA decls in the second pass instead of first pass.
10194 2016-03-02  Tom de Vries  <tom@codesourcery.com>
10196         PR tree-optimization/68659
10197         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
10198         new_expr == NULL_TREE.
10199         (get_new_name): Handle ADDR_EXPR.
10201 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
10203         PR rtl-optimization/69052
10204         * loop-invariant.c (canonicalize_address): New function.
10205         (inv_can_prop_to_addr_use): Check validity of address expression
10206         which is canonicalized by above function.
10208 2016-03-02  Alan Modra  <amodra@gmail.com>
10210         PR ipa/69990
10211         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
10212         larger alignment.
10214 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
10216         PR target/70028
10217         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
10218         (*movhi_internal): Put mask moves from and to memory separately
10219         from moves from/to GPRs.
10221 2016-03-02  Richard Biener  <rguenther@suse.de>
10223         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
10224         GENERIC expressions in GIMPLE.
10226 2016-03-02  Richard Biener  <rguenther@suse.de>
10228         * config/i386/i386.c (type_natural_mode): Fix typo.
10230 2016-03-02  Nick Clifton  <nickc@redhat.com>
10232         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
10234 2016-03-02  Richard Biener  <rguenther@suse.de>
10235             Uros Bizjak  <ubizjak@gmail.com>
10237         PR target/67278
10238         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
10240 2016-03-02  Richard Biener  <rguenther@suse.de>
10242         PR middle-end/67278
10243         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
10245 2016-03-02  Marek Polacek  <polacek@redhat.com>
10247         PR c/67854
10248         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
10249         "is promoted to" warning.
10251 2016-03-01  DJ Delorie  <dj@redhat.com>
10253         * config.gcc: Deprecate mep-*.
10255 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
10257         PR middle-end/70025
10258         * lra-constraints.c (regno_val_use_in): New.
10259         (match_reload): Use it instead of regno_use_in.
10261 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
10263         PR rtl-optimization/70007
10264         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
10265         references present in REG_EQUAL notes attached to non-SET patterns.
10267 2016-03-01  Jeff Law  <law@redhat.com>
10269         PR tree-optimization/69196
10270         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10271         Appropriately clamp the number of statements to copy when the
10272         thread path does not traverse a loop backedge.
10274         PR tree-optimization/69196
10275         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10276         Do count some PHIs in the thread path against the insn count.  Decrease
10277         final statement count by one as the control statement in the last
10278         block will get removed.  Remove special cased code for handling PHIs
10279         in the last block.
10281 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
10283         PR target/70027
10284         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
10285         asm dialect alternatives to explicit GOTPCREL calls.
10287 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
10289         PR ada/70017
10290         * ira.c (do_reload): Issue warning for generic stack checking here...
10291         * reload1.c (reload): ...instead of here and streamline it.
10293 2016-03-01  Nick Clifton  <nickc@redhat.com>
10295         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
10297 2016-03-01  Richard Biener  <rguenther@suse.de>
10299         PR tree-optimization/69983
10300         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
10301         types and fall back to operand_equal_p.
10303 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10305         Revert
10306         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10308         * config/s390/constraints.md ("jm8"): New constraint.
10309         * config/s390/predicates.md ("const_int_8bitset_operand"): New
10310         predicate.
10311         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
10312         into ...
10313         ("*setmem_long<setmem_and>"): New pattern.
10314         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
10315         into ...
10316         ("*setmem_long_31z<setmem_and>"): New pattern.
10317         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
10318         New substitution rules with the required attributes.
10321 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10323         Revert
10324         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10326         * gensupport.c (process_substs_on_one_elem): Split loop to
10327         complete mark_operands_used_in_match_dup on all expressions in the
10328         vector first.
10329         (adjust_operands_numbers): Inline into process_substs_on_one_elem
10330         and remove function.
10332 2016-03-01  Richard Biener  <rguenther@suse.de>
10334         PR middle-end/70022
10335         * fold-const.c (fold_indirect_ref_1): Fix range checking for
10336         vector BIT_FIELD_REF extract.
10338 2016-03-01  Richard Biener  <rguenther@suse.de>
10340         PR tree-optimization/69994
10341         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
10343 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
10345         PR tree-optimization/69956
10346         * tree-vect-stmts.c (supportable_widening_operation): Support
10347         multi-step conversion of boolean vectors.
10348         (supportable_narrowing_operation): Likewise.
10350 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10352         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
10353         anymore.
10355 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10357         * config/s390/subst.md (DSI_VI): New mode iterator.
10358         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
10359         * config/s390/vector.md ("vec_set<mode>"): Move expander before
10360         the insn definition.
10361         ("*vec_set<mode>"): Change predicate and add alternative to
10362         support only either register or const_int operands as element
10363         selector.
10364         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
10365         operands.
10366         ("vec_extract<mode>"): New expander.
10367         ("*vec_extract<mode>"): New insn definition supporting reg and
10368         const_int element selectors.
10369         ("*vec_extract<mode>_plus"): New insn definition supporting
10370         reg+const_int element selectors.
10371         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
10372         following expander+insn definition.
10373         ("<vec_shifts_name><mode>3"): New expander.
10374         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
10376 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10378         * config/s390/s390.md ("*tabort_1"): Change predicate to
10379         nonmemory_operand.  Add a second alternative to cover
10380         register as well as const int operands.
10381         ("*tabort_1_plus"): New pattern definition.
10383 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10385         * config/s390/s390.md ("*ashrdi3_cc_31")
10386         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
10387         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
10388         Merge insn definitions into ...
10389         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
10390         New pattern definition.
10391         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
10392         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
10393         ("*ashr<mode>3_and"): Merge insn definitions into ...
10394         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
10395         New pattern definition.
10396         * config/s390/subst.md ("addr_style_op_cc_subst")
10397         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
10398         substitutions patterns plus attributes.
10399         Add ashiftrt to SUBST iterator.
10401 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10403         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
10404         op2 to nonmemory_operand.
10405         ("*<shift>di3_31", "*<shift>di3_31_and"):
10406         Merge into single pattern definition ...
10407         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
10408         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
10409         pattern definition ...
10410         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
10411         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
10412         iterator.
10414 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10416         * config/s390/predicates.md (const_int_6bitset_operand): New
10417         predicate.
10418         * config/s390/s390.md: Include subst.md.
10419         ("rotl<mode>3"): New expander.
10420         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
10421         ...
10422         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
10423         * config/s390/subst.md: New file.
10425 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10427         * config/s390/s390.md ("op_type", "atype", "length" attributes):
10428         Remove RRR type.  It doesn't really exist.
10429         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
10430         attributes.
10431         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
10432         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
10433         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
10434         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
10435         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
10436         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
10437         `enabled' attribute.
10439 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10441         * gensupport.c (process_substs_on_one_elem): Split loop to
10442         complete mark_operands_used_in_match_dup on all expressions in the
10443         vector first.
10444         (adjust_operands_numbers): Inline into process_substs_on_one_elem
10445         and remove function.
10447 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
10449         PR target/69706
10450         * config/sparc/sparc.c (NWORDS_UP): Rename to...
10451         (CEIL_NWORDS): ...this.  Use CEIL macro.
10452         (compute_fp_layout): Adjust to above renaming.
10453         (function_arg_union_value): Likewise.
10454         (sparc_arg_partial_bytes): Likewise.
10455         (sparc_function_arg_advance): Likewise.
10457 2016-02-29  Jeff Law  <law@redhat.com>
10459         PR tree-optimization/70005
10460         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
10461         where an object with a boolean range is compared against a value
10462         outside [0..1].
10464         PR tree-optimization/69999
10465         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
10466         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
10467         loop cleanups.
10469 2016-02-29  Richard Biener  <rguenther@suse.de>
10471         PR tree-optimization/69994
10472         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
10473         (get_unary_op): Look through nop conversions.
10474         (ops_equal_values_p): New function, look for equality diregarding
10475         nop conversions.
10476         (eliminate_plus_minus_pair): Use ops_equal_values_p
10477         (repropagate_negates): Do not use get_unary_op here.
10479 2016-02-29  Martin Liska  <mliska@suse.cz>
10481         * system.h: Poison ENABLE_CHECKING macro.
10483 2016-02-29  Martin Liska  <mliska@suse.cz>
10485         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
10486         is presented in dump flags.
10487         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
10488         (hsa_regalloc): Likewise.
10490 2016-02-19  Richard Biener  <rguenther@suse.de>
10492         PR tree-optimization/69980
10493         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
10494         permutation of those we need to keep.
10496 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
10498         PR target/69706
10499         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
10500         (NWORDS_UP): ...this
10501         (init_cumulative_args): Minor tweaks.
10502         (sparc_promote_function_mode): Likewise.
10503         (scan_record_type): Delete.
10504         (traverse_record_type): New function template.
10505         (classify_data_t): New structure type.
10506         (classify_registers): New inline function.
10507         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
10508         exhausted.  Instantiate traverse_record_type on classify_registers and
10509         deal with the case of a structure passed in slot #15 with no FP field
10510         in the first word.
10511         (assign_data_t): New structure type.
10512         (compute_int_layout): New static function.
10513         (compute_fp_layout): Likewise.
10514         (count_registers): New inline function.
10515         (assign_int_registers): New static function.
10516         (assign_fp_registers): Likewise.
10517         (assign_registers): New inline function.
10518         (function_arg_record_value_1): Delete.
10519         (function_arg_record_value_2): Likewise.
10520         (function_arg_record_value_3): Likewise.
10521         (function_arg_record_value): Adjust to above changes.  Instantiate
10522         traverse_record_type on count_registers to first count the number of
10523         registers to be used and then on assign_registers to assign them.
10524         (function_arg_union_value): Adjust to above renaming.
10525         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
10526         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
10527         case of a structure passed in slot #15
10528         (sparc_function_arg_advance): Likewise.
10529         (function_arg_padding): Minor tweak.
10531 2016-02-29  Richard Biener  <rguenther@suse.de>
10533         PR tree-optimization/69720
10534         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
10535         the adjustment_def path for possibly vectorized defs.
10536         (vect_create_epilog_for_reduction): Handle vectorized initial
10537         defs properly.
10539 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
10541         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
10543 2016-02-27  Jeff Law  <law@redhat.com>
10545         Revert
10546         2016-02-26  Richard Biener  <rguenther@suse.de>
10547                     Jeff Law  <law@redhat.com>
10549         PR tree-optimization/69740
10550         * cfghooks.c (remove_edge): Request loop fixups if we delete
10551         an edge that might turn an irreducible loop into a natural
10552         loop.
10554 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
10556         PR rtl-optimization/69896
10557         * tree-vect-generic.c (get_compute_type): Avoid single element
10558         vector types.
10560 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
10562         Rename the AArch64 tuning option and related functions to enable the
10563         Newton series for the reciprocal square root to reflect its
10564         approximative characteristic.
10566         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
10567         function to "aarch64_emit_approx_rsqrt".
10568         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
10569         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
10570         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
10571         (xgene1_tunings): Likewise.
10572         (use_rsqrt_p): Likewise.
10573         (aarch64_emit_swrsqrt): Use new function name.
10574         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
10575         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
10576         text explaining this option.
10577         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
10579 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
10581         PR target/69969
10582         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
10583         complain about -mallow-movmisalign without -mvsx if
10584         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
10586 2016-02-26  Joel Sherrill  <joel@rtems.org>
10588         * config.gcc: Add x86_64-*-rtems*.
10589         * config/i386/rtems-64.h: New file.
10591 2016-02-26  Joel Sherrill  <joel@rtems.org>
10593         * config.gcc: Add aarch64-*-rtems*.
10594         * config/aarch64/rtems.h: New file.
10596 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
10598         PR target/69946
10599         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
10600         shift amount using %h.  Add comment.
10602 2016-02-26  Richard Biener  <rguenther@suse.de>
10603             Jeff Law  <law@redhat.com>
10605         PR tree-optimization/69740
10606         * cfghooks.c (remove_edge): Request loop fixups if we delete
10607         an edge that might turn an irreducible loop into a natural
10608         loop.
10610 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10612         PR middle-end/69920
10613         * tree-sra.c (sra_modify_assign): Do not remove loads of
10614         uninitialized aggregates to SSA_NAMEs.
10616 2016-02-26  Richard Henderson  <rth@redhat.com>
10618         PR target/69709
10619         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
10620         pseudo in case the target rtx matches the source of the left
10621         shift.
10623 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10625         PR hsa/69568
10626         * hsa.h (hsa_type_packed_p): Declare.
10627         * hsa.c (hsa_type_packed_p): New function.
10628         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
10629         loads.
10630         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
10631         * hsa-brig.c (emit_basic_insn): Likewise.
10633 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10635         pr hsa/69674
10636         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
10637         pointers.
10638         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
10640 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10642         * hsa.h (is_a_helper): New overload for hsa_op_immed for
10643         hsa_op_with_type operands.
10644         (hsa_unsigned_type_for_type): Declare.
10645         * hsa.c (hsa_unsigned_type_for_type): New function.
10646         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
10647         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
10648         the finalizer.  Do not emit extra move.
10650 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10652         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
10653         atomic operations in private segment.
10655 2016-02-26  Martin Jambor  <mjambor@suse.cz>
10657         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
10658         statements to wi->info.  Also disallow omp simd constructs.
10659         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
10660         for not gridifying.  Dump special string for omp_for.
10662 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10664         PR target/69245
10665         * config/aarch64/aarch64.c (aarch64_set_current_function):
10666         Save/restore target globals when switching to
10667         target_option_default_node.
10669 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10671         PR target/69613
10672         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
10673         Return 0 if !SHIFT_COUNT_TRUNCATED.
10675 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
10676             Eric Botcazou  <ebotcazou@adacore.com>
10678         PR rtl-optimization/69891
10679         * dse.c (scan_insn): If we can't figure out memset arguments
10680         or they are non-constant, call clear_rhs_from_active_local_stores.
10682 2016-02-26  Martin Liska  <mliska@suse.cz>
10684         * doc/extend.texi: Mention clog10, clog10f an clog10l
10685         in Builtins section.
10687 2016-02-26  Martin Liska  <mliska@suse.cz>
10689         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
10690         CHECKING_P.
10691         (resolve_args_picking_1): Likewise.
10692         * dwarf2out.h (struct GTY): Likewise.
10694 2016-02-26  Martin Liska  <mliska@suse.cz>
10696         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
10697         with flag_checking.
10698         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
10700 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
10701             Martin Liska  <mliska@suse.cz>
10703         * doc/install.texi: Mention --enable-valgrind-annotations.
10705 2016-02-26  Richard Biener  <rguenther@suse.de>
10707         PR tree-optimization/69551
10708         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
10709         looking through aliases adjust DECL_PT_UID to refer to the
10710         ultimate alias target.
10712 2016-02-25  Martin Liska  <mliska@suse.cz>
10714         PR middle-end/69919
10715         * alloc-pool.c (after_memory_report): New variable.
10716         * alloc-pool.h (base_pool_allocator ::release): Do not use
10717         the infrastructure if after_memory_report.
10718         * toplev.c (toplev::main): Mark after memory report.
10720 2016-02-25  Richard Biener  <rguenther@suse.de>
10722         PR tree-optimization/48795
10723         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
10725 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
10727         PR driver/68463
10728         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
10729         offloading is enabled and -fopenacc or -fopenmp is specified.
10730         (CRTOFFLOADEND): Likewise.
10731         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
10732         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
10733         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
10734         (offload_objects_file_name): New static var.
10735         (tool_cleanup): Remove offload_objects_file_name file.
10736         (find_offloadbeginend): Replace with ...
10737         (find_crtoffloadtable): ... this.
10738         (run_gcc): Remove offload_argc and offload_argv.
10739         Get offload_objects_file_name from -foffload-objects=... option.
10740         Read names of object files with offload from this file, pass them to
10741         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
10742         don't pass offloadbegin and offloadend to the linker.  Don't pass
10743         offload non-LTO files to the linker, because now they're not claimed.
10745 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
10747         PR ipa/69630
10748         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
10749         on builtin_unreachable.
10751 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
10753         PR rtl-optimization/69896
10754         * regcprop.c: Include cfgrtl.h.
10755         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
10756         than remembered mode, either delete it (if noop_move_p), or
10757         treat like copy_p but not noop_p instruction.
10759 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
10761         PR debug/69705
10762         * dwarf2out.c (gen_variable_die): Work around buggy LTO
10763         - allow NULL decl for Fortran DW_TAG_common_block variables.
10765 2016-02-24  Jason Merrill  <jason@redhat.com>
10767         * common.opt (flifetime-dse): Add -flifetime-dse=1.
10769 2016-02-24  Richard Biener  <rguenther@suse.de>
10770             Jakub Jelinek  <jakub@redhat.com>
10772         PR middle-end/69760
10773         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
10774         conditionally executed ops to well-defined overflow behavior.
10776 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
10778         PR middle-end/69915
10779         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
10780         elements.
10782 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10784         PR rtl-optimization/69886
10785         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
10786         argument.  Use it when checking validity of set instructions.
10787         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
10788         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
10789         callsite.
10790         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
10791         * store-motion.c (find_moveable_store): Update
10792         can_assign_to_reg_without_clobbers_p callsite.
10794 2016-02-24  Richard Biener  <rguenther@suse.de>
10796         PR middle-end/68963
10797         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
10798         bogus check.
10799         (record_nonwrapping_iv): Do not fall back to the low/high bound
10800         for non-constant IV bases if the stmt is not always executed.
10802 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10804         * config/arm/arm-cores.def (cortex-a32): New entry.
10805         * config/arm/arm-tables.opt: Regenerate.
10806         * config/arm/arm-tune.md: Regenerate.
10807         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
10808         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
10809         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
10810         for -mcpu and -mtune.
10812 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10814         PR target/69875
10815         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
10816         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
10817         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
10818         (atomic_loaddi_1): Delete.
10819         (atomic_loaddi): Rewrite expander using the above changes.
10821 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
10823         PR c/69918
10824         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
10825         2 to 3.
10827 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
10828             Richard Biener  <rguenth@suse.de>
10830         PR middle-end/69909
10831         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
10832         set_mem_attributes if tem is SSA_NAME which got expanded
10833         as a MEM.
10835 2016-02-24  Richard Biener  <rguenther@suse.de>
10837         PR tree-optimization/69907
10838         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
10839         end of permutations for BB vectorization.
10841 2016-02-24  Christian Bruel  <christian.bruel@st.com>
10843         * config/arm/arm-c.c (arm_option_override): Initialize
10844         target_option_current_node.
10845         * config/arm/arm.c (arm_pragma_target_parse): Replace
10846         build_target_option_node call by target_option_current_node.
10847         Set target_option_current_node.
10848         Fix comments.
10850 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
10852         PR target/69810
10853         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
10854         define_insn_and_split to define_insn.
10855         (zero_extendqi<mode>2_dot2): Same.
10856         (extendqi<mode>2_dot): Same.
10857         (extendqi<mode>2_dot2): Same.
10859 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
10861         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
10862         and add bypass for AES{D,E} and AESMC pairs.
10863         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
10864         and AESMC pairs.
10866 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
10868         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
10869         series for reciprocal square root in Exynos M1.
10871 2016-02-23  Martin Sebor  <msebor@redhat.com>
10873         PR c/69759
10874         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
10875         __builtin_alloca_with_align.
10877 2016-02-23  Richard Henderson  <rth@redhat.com>
10879         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
10880         (ix86_register_pragmas): Remove __seg_tls.
10881         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
10882         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
10883         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
10884         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
10885         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
10886         * doc/extend.texi (__seg_tls): Remove item.
10888 2016-02-23  Richard Biener  <rguenther@suse.de>
10890         * alloc-pool.h (struct allocation_object): Make id member
10891         conditional on CHECKING_P again.
10892         (get_instance): Adjust.
10893         (base_pool_allocator): Likewise.
10895 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
10897         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
10898         (parallelize_loops): In OpenACC kernels mode, set n_threads to
10899         zero.
10900         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
10901         flag_openacc.
10902         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
10904 2016-02-23  Richard Biener  <rguenther@suse.de>
10906         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
10907         * bitmap.h (struct bitmap_usage): Likewise.
10908         (bitmap_move): Declare.
10909         * bitmap.c (register_overhead): Take size_t argument.
10910         (bitmap_move): New function.
10911         * df-problems.c (df_rd_transfer_function): Use bitmap_move
10912         to properly account overhead.
10913         * tree.c (free_node): Use tree_size.
10915 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
10917         PR c++/69902
10918         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
10919         when inverting comparison.
10921         PR c/69900
10922         * common.opt (Wunreachable-code): Add Warning flag.
10924 2016-02-23  Mark Wielaard  <mjw@redhat.com>
10925             Jakub Jelinek  <jakub@redhat.com>
10927         PR c/69911
10928         * cgraphunit.c (check_global_declaration): Check main_input_filename
10929         and DECL_SOURCE_FILE are not NULL.
10931 2016-02-23  Martin Jambor  <mjambor@suse.cz>
10933         PR tree-optimization/69666
10934         * tree-sra.c (sra_modify_assign): Do not attempt to create
10935         default_def replacements for unscalarizable regions.
10937 2016-02-20  Mark Wielaard  <mjw@redhat.com>
10939         PR c/28901
10940         * cgraphunit.c (check_global_declaration): Check level of
10941         warn_unused_const_variable and main_input_filename.
10942         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
10943         (-Wunused-variable): For C implies -Wunused-const-variable=1.
10944         (-Wunused-const-variable): Explain levels 1 and 2.
10946 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
10948         PR target/69888
10949         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
10950         identical arguments.  Formatting and spelling fixes.
10952         PR target/69885
10953         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
10954         be specified.
10956         PR target/69894
10957         PR target/69895
10958         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
10959         and m68k-devices.def.
10960         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
10961         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
10963 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
10965         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
10966         and HImode registers.
10968 2016-02-22  Richard Biener  <rguenther@suse.de>
10970         PR tree-optimization/69882
10971         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
10972         preserve permutations present because of gaps.
10973         (vect_supported_load_permutation_p): Always continue checking
10974         permutations after vect_attempt_slp_rearrange_stmts.
10976 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
10978         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
10979         min_profitable_estimate, rather than min_profitable_iters.
10981 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
10983         PR target/69885
10984         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
10985         SImode for last match_operand.
10987 2016-02-22  Martin Liska  <mliska@suse.cz>
10989         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
10990         return bitsize - 1 as the return value.
10992 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
10994         PR target/69806
10995         PR target/54089
10996         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
10997         Handle negative shift counts.
10998         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
10999         force_reg on the shift constant.
11000         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
11001         (lshrsi3_d): Handle negative shift counts.
11003 2016-02-22  Richard Biener  <rguenther@suse.de>
11004             Tom de Vries  <tom@codesourcery.com>
11006         * graph.c: Include dumpfile.h.
11007         (print_graph_cfg): Split into three overloads.
11008         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
11010 2016-02-22  Tom de Vries  <tom@codesourcery.com>
11012         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
11013         dump-fn.
11015 2016-02-22  Richard Biener  <rguenther@suse.de>
11017         PR ipa/37448
11018         * ipa-inline-transform.c (inline_call): When not updating
11019         overall summaries adjust self size by the growth estimate.
11020         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
11021         hash-set, do not update overall summaries here.  Renamed from ...
11022         (inline_to_all_callers): ... this which is now wrapping the
11023         above and performing delayed overall summary update.
11024         (early_inline_small_functions): Delay updating of the overall
11025         summary.
11027 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
11029         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
11030         variable.
11032 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
11034         PR driver/69805
11035         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
11036         :%* in %:gt() argument.
11037         (greater_than_spec_func): Adjust for expecting only numbers,
11038         if there are more than two numbers, compare the last two.
11040 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
11042         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
11043         -Wnarrowing with -std.
11045 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
11047         PR c++/69851
11048         * expr.c (store_field): Don't use bit-field path if exp is
11049         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
11050         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
11051         and the assignment can be performed by bitwise copy.  Formatting
11052         fix.
11054         PR middle-end/69838
11055         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
11056         call copy_reg_eh_region_note_forward on before and/or after sequences
11057         and remove note from insn if it no longer can throw.
11059         PR target/69820
11060         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
11061         if TARGET_AVX512BW.
11063 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11065         * config/s390/vector.md: Add missing commutative operand markers
11066         to the patterns which qualify for one.
11067         * config/s390/vx-builtins.md: Likewise.
11069 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11071         * config/s390/vector.md (VI, VI_QHS): Add single element vector
11072         types to mode iterators.
11073         (vec_double): ... and mode attribute.
11074         * config/s390/vx-builtins.md (non_vec_int): Likewise.
11076 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11078         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
11079         Change the predicate of op2 from nonimmediate to general and let
11080         reload fix it if necessary.
11082 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11084         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
11086 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11088         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
11089         mode.
11091 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11093         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
11094         * config/s390/s390.c (s390_expand_vec_movstr): New function.
11095         * config/s390/s390.md ("movstr<P:mode>"): Call
11096         s390_expand_vec_movstr.
11098 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11100         * config/s390/s390.md: Add missing output modifier for operand 1
11101         to print it as address properly.
11103 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11105         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
11106         * config/s390/2964.md: New file.
11107         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
11108         of insn grouping attributes depending on the CPU level.
11109         (s390_get_unit_mask): New function.
11110         (s390_sched_score): Remove the OOO from the scheduling macros.
11111         Add loop to calculate a score for the instruction mix.
11112         (s390_sched_reorder): Likewise plus improve debug output.
11113         (s390_sched_variable_issue): Rename macros as above.  Calculate
11114         the unit distances after actually scheduling an insn.  Improve
11115         debug output.
11116         (s390_sched_init): Clear last_scheduled_unit_distance array.
11117         * config/s390/s390.md: Include 2964.md.
11119 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
11121         PR target/69671
11122         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
11123         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
11124         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
11125         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
11126         *avx512f_<code>v8div16qi2_mask_1): New insns.
11128 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11130         PR target/68404
11131         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
11132         2016-02-09 change.
11134         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
11135         earlyclobber from target.  Use wF constraint for fused memory
11136         address.
11137         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
11139 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
11140             Martin Liska  <mliska@suse.cz>
11142         PR sanitizer/69863
11143         * cfgexpand.c (asan_sanitize_stack_p): New function.
11144         (partition_stack_vars): Use the function.
11145         (expand_stack_vars): Likewise.
11146         (defer_stack_allocation): Likewise.
11147         (expand_used_vars): Likewise.
11149 2016-02-18  Richard Biener  <rguenther@suse.de>
11151         PR middle-end/69553
11152         * fold-const.c (operand_equal_p): Properly compare offsets for
11153         IMAGPART_EXPR and ARRAY_REF.
11155 2016-02-18  Nick Clifton  <nickc@redhat.com>
11157         PR target/62254
11158         PR target/69610
11159         * config/arm/arm.c (arm_option_override_internal): Disable
11160         interworking if the target does not support thumb instructions.
11161         (arm_reload_in_hi): Handle the case where a register to register
11162         move needs reloading because there is no simple pattern to handle
11163         it.
11164         (arm_reload_out_hi): Likewise.
11166 2016-02-18  Richard Biener  <rguenther@suse.de>
11168         PR middle-end/69854
11169         * match.pd: Don't use fold_binary or fold_unary for folding
11170         constants.
11172 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
11174         PR c++/69850
11175         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
11176         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
11177         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
11178         warn on gimple_no_warning_p statements.
11180 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
11182         * doc/extend.texi (C++ Attributes): Correct description of
11183         warn_unused type attribute.
11185 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11187         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
11188         correct instruction.
11190 2016-02-17  Richard Biener  <rguenther@suse.de>
11192         PR rtl-optimization/69609
11193         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
11194         (find_traces_1_round): When ending a trace update cached priority
11195         of successors.
11196         (bb_to_key): Use cached priority when available.
11197         (copy_bb): Initialize cached priority.
11198         (reorder_basic_blocks_software_trace_cache): Likewise.
11200 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11202         PR target/69161
11203         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
11204         New predicate.
11205         (aarch64_comparison_operator): Break overly long line into two.
11206         (aarch64_comparison_operation): Likewise.
11207         * config/aarch64/aarch64.md (cstorecc4): Use
11208         aarch64_comparison_operator_mode instead of
11209         aarch64_comparison_operator.
11210         (cstore<mode>4): Likewise.
11211         (aarch64_cstore<mode>): Likewise.
11212         (*cstoresi_insn_uxtw): Likewise.
11213         (cstore<mode>_neg): Likewise.
11214         (*cstoresi_neg_uxtw): Likewise.
11216 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11218         PR target/69161
11219         * config/arm/predicates.md (arm_comparison_operator_mode):
11220         New predicate.
11221         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
11222         instead of arm_comparison_operator.
11223         (*mov_negscc): Likewise.
11224         (*mov_notscc): Likewise.
11225         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
11226         (*thumb2_mov_negscc): Likewise.
11227         (*thumb2_mov_negscc_strict_it): Likewise.
11228         (*thumb2_mov_notscc): Likewise.
11229         (*thumb2_mov_notscc_strict_it): Likewise.
11231 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
11233         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
11234         Add missing return.
11236 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
11238         * config/visium/visium.c (machine_libfunc_index): New enum.
11239         (machine_libfuncs): New structure.
11240         (visium_libfuncs): New static variable.
11241         (TARGET_INIT_LIBFUNCS): Define to...
11242         (visium_init_libfuncs): ...this.  New function.
11243         (expand_block_move_4): Use the appropriate libfunc.
11244         (expand_block_move_2): Likewise.
11245         (expand_block_move_1): Likewise.
11246         (expand_block_set_4): Likewise.
11247         (expand_block_set_2): Likewise.
11248         (expand_block_set_1): Likewise.
11249         (visium_trampoline_init): Likewise.
11251 2016-02-17  Nick Clifton  <nickc@redhat.com>
11253         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
11254         TI's devices.csv file as of March 2016.
11256 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11258         PR Target/48344
11259         * opts-global.c (handle_common_deferred_options): Introduce and
11260         initialize two global variables to remember command-line options
11261         specifying a stack-limiting register.
11262         * opts.h: Add extern declarations of the two new global variables.
11263         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
11264         variable based on the values of the two new global variables.
11266 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11268         PR c/69835
11269         * common.opt (Wnonnull-compare): New warning.
11270         * doc/invoke.texi (-Wnonnull): Remove text about comparison
11271         of arguments against NULL.
11272         (-Wnonnull-compare): Document.
11273         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
11274         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
11275         * passes.def (pass_warn_nonnull_compare): Add.
11276         * gimple-ssa-nonnull-compare.c: New file.
11278 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11280         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
11281         AARCH64_EXTRA_TUNE_RECIP_SQRT.
11283 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11285         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
11286         reciprocal sqrt for -mlow-precision-recip-sqrt.
11288 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11289             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11291         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
11292         always use lane loads to construct non-constant vectors.
11294 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
11296         * config/aarch64/aarch64.md
11297         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
11298         constraints for operand 3.
11299         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
11301 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11302             Richard Biener  <rguenther@suse.de>
11304         PR tree-optimization/69820
11305         * tree-vect-patterns.c (type_conversion_p): Return false if
11306         *orig_type is unsigned single precision or boolean.
11307         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
11308         Formatting fix.
11310 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11312         PR rtl-optimization/69764
11313         PR rtl-optimization/69771
11314         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
11315         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
11317 2016-02-16  Richard Biener  <rguenther@suse.de>
11319         PR tree-optimization/69776
11320         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
11321         sets from caller.
11322         (indirect_refs_may_alias_p): Likewise.
11323         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
11324         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
11325         according to tbaa_p.
11326         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
11327         (optimize_stmt): For redundant store discovery do not allow tbaa.
11329 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
11331         PR tree-optimization/69714
11332         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
11333         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
11335 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
11337         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
11338         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
11339         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
11340         * config/arc/arc.c (arc_init): Check FPU options.
11341         (get_arc_condition_code): Handle new CC_FPU* modes.
11342         (arc_select_cc_mode): Likewise.
11343         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
11344         register pair only. Allow access for ARCv2 accumulator.
11345         (gen_compare_reg): Whenever we have FPU support use FPU compare
11346         instructions.
11347         (arc_reorg): Don't generate brcc insns when FPU compare
11348         instructions are involved.
11349         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
11350         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
11351         floating point emulation.
11352         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
11353         (REVERSE_CONDITION): Add new CC_FPU* modes.
11354         (TARGET_FP_SP_BASE): Define.
11355         (TARGET_FP_DP_BASE): Likewise.
11356         (TARGET_FP_SP_FUSED): Likewise.
11357         (TARGET_FP_DP_FUSED): Likewise.
11358         (TARGET_FP_SP_CONV): Likewise.
11359         (TARGET_FP_DP_CONV): Likewise.
11360         (TARGET_FP_SP_SQRT): Likewise.
11361         (TARGET_FP_DP_SQRT): Likewise.
11362         (TARGET_FP_DP_AX): Likewise.
11363         * config/arc/arc.md (ARCV2_ACC): New constant.
11364         (type): New fpu type attribute.
11365         (SDF): Conditional iterator.
11366         (cstore<mode>, cbranch<mode>): Change expand condition.
11367         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
11368         handles FPU/FPX cases as well.
11369         * config/arc/arc.opt (mfpu): New option.
11370         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
11371         Renamed.
11372         (adddf3, muldf3, subdf3): Removed.
11373         * config/arc/predicates.md (proper_comparison_operator): Recognize
11374         CC_FPU* modes.
11375         * config/arc/fpu.md: New file.
11376         * doc/invoke.texi (ARC Options): Document mfpu option.
11378 2016-02-16  Richard Biener  <rguenther@suse.de>
11380         PR rtl-optimization/69291
11381         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
11382         noce_operand_ok check.
11384 2016-02-16  Tom de Vries  <tom@codesourcery.com>
11386         PR lto/67709
11387         * omp-low.c (simd_clone_create): Remove call to
11388         symtab->call_cgraph_insertion_hooks.
11390 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
11392         PR tree-optimization/69802
11393         * tree-ssa-reassoc.c (update_range_test): If op is
11394         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
11395         op == 1 test of precision 1 integral op, otherwise handle
11396         that case as op itself.  Fix up formatting.
11397         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
11398         up formatting.
11400 2016-02-16  Richard Biener  <rguenther@suse.de>
11402         PR tree-optimization/69586
11403         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
11404         types for conversion sources.
11406 2016-02-16  Richard Biener  <rguenther@suse.de>
11408         PR middle-end/69801
11409         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
11410         mask OEP_ADDRESS_OF.
11412 2016-02-16  Alan Modra  <amodra@gmail.com>
11414         PR target/68973
11415         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
11416         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
11417         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
11418         (p8_mtvsrwz): New.
11419         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
11420         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
11421         (p8_fmrgow_<mode>): Likewise.
11422         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
11423         changes.
11424         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
11425         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
11426         to use movdi_internal64.  Remove op0_di.
11427         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
11429 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
11431         Add support for the FCCMP insn types
11433         * config/aarch64/aarch64.md (fccmp): Change insn type.
11434         (fccmpe): Likewise.
11435         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
11436         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
11437         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
11438         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
11439         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
11440         * config/arm/types.md (fccmps): Add new insn type.
11441         (fccmpd): Likewise.
11443 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11445         * alias.c (get_alias_set): Fix a typo in comment.
11447 2016-02-15  Richard Biener  <rguenther@suse.de>
11449         PR tree-optimization/69595
11450         * match.pd: Complete range test simplification to true.
11452 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
11454         PR rtl-optimization/69648
11455         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
11456         pic_offset_table_rtx.
11458         PR rtl-optimization/69752
11459         * ira.c (update_equiv_regs): When looking for more than a single SET,
11460         also take other side effects into account.
11462 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
11464         * config/s390/s390.c (s390_function_profiler): Add a new sequence
11465         for z900+ CPUs in 31-bit mode.
11467 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
11469         * common/config/s390/s390-common.c (s390_supports_split_stack):
11470         New function.
11471         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
11472         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
11473         * config/s390/s390.c (struct machine_function): New field
11474         split_stack_varargs_pointer.
11475         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
11476         in s390_emit_prologue.
11477         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
11478         vararg pointer.
11479         (morestack_ref): New global.
11480         (SPLIT_STACK_AVAILABLE): New macro.
11481         (s390_expand_split_stack_prologue): New function.
11482         (s390_live_on_entry): New function.
11483         (s390_va_start): Use split-stack vararg pointer if appropriate.
11484         (s390_asm_file_end): Emit the split-stack note sections.
11485         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
11486         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
11487         (UNSPECV_SPLIT_STACK_CALL): New unspec.
11488         (UNSPECV_SPLIT_STACK_DATA): New unspec.
11489         (split_stack_prologue): New expand.
11490         (split_stack_space_check): New expand.
11491         (split_stack_data): New insn.
11492         (split_stack_call): New expand.
11493         (split_stack_call_*): New insn.
11494         (split_stack_cond_call): New expand.
11495         (split_stack_cond_call_*): New insn.
11497 2016-02-15  Richard Biener  <rguenther@suse.de>
11499         PR tree-optimization/69783
11500         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
11501         Add trivially correct cases.
11503 2016-02-15  Tom de Vries  <tom@codesourcery.com>
11505         PR lto/69655
11506         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
11507         do_force_output.
11508         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
11510 2016-02-15  Richard Biener  <rguenther@suse.de>
11512         PR tree-optimization/69776
11513         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
11514         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
11515         indicate whether we can use TBAA to disambiguate against stores.
11516         Use alias-set zero if not.
11517         (visit_reference_op_store): Do not use TBAA when looking up
11518         redundant stores.
11519         * tree-ssa-pre.c (compute_avail): Use TBAA here.
11520         (eliminate_dom_walker::before_dom_children): But not when looking
11521         up redundant stores.
11523 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
11525         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
11527 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11529         *  config/i386/znver1.md
11530         (znver1_pop, znver1_pop_mem,
11531         znver1_load_imov_double_store,
11532         znver1_load_imov_direct_store,
11533         znver1_load_imov_direct_load,
11534         znver1_load_imov_double_load): Add new.
11535         (znver1_insn, znver1_insn_load): Add icmov type.
11536         (znver1_sseavx_fma,
11537         znver1_sseavx_fma_load,
11538         znver1_avx256_fma,
11539         znver1_avx256_fma_load): Fix pipe usage.
11541 2016-02-14  Alan Modra  <amodra@gmail.com>
11543         PR target/68973
11544         * reloads.c (find_reloads_address_1): For pre/post-inc/dec
11545         with an invalid hard reg, reload just the reg not the entire
11546         pre/post-inc/dec address expression.
11548 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
11550         PR target/67260
11551         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
11552         fixed R1_REG scratch reg.
11553         (sibcall_value_pcrel_fdpic): Likewise.
11555 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
11557         PR target/67636
11558         PR target/64345
11559         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
11561 2016-02-12  Walter Lee  <walt@tilera.com>
11563         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
11564         * config/tilegx/t-tilegx: Likewise.
11566 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
11568         PR other/69554
11569         * diagnostic-show-locus.c (struct line_span): New struct.
11570         (layout::get_first_line): Delete.
11571         (layout::get_last_line): Delete.
11572         (layout::get_num_line_spans): New member function.
11573         (layout::get_line_span): Likewise.
11574         (layout::print_heading_for_line_span_index_p): Likewise.
11575         (layout::get_expanded_location): Likewise.
11576         (layout::calculate_line_spans): Likewise.
11577         (layout::m_first_line): Delete.
11578         (layout::m_last_line): Delete.
11579         (layout::m_line_spans): New field.
11580         (layout::layout): Update comment.  Replace m_first_line and
11581         m_last_line with m_line_spans, replacing their initialization
11582         with a call to calculate_line_spans.
11583         (diagnostic_show_locus): When printing source lines and
11584         annotations, rather than looping over a single span
11585         of lines, instead loop over each line_span within
11586         the layout, with an inner loop over the lines within them.
11587         Call the context's start_span callback when changing line spans.
11588         * diagnostic.c (diagnostic_initialize): Initialize start_span.
11589         (diagnostic_build_prefix): Break out the building of the location
11590         part of the string into...
11591         (diagnostic_get_location_text): ...this new function, rewriting
11592         it from nested ternary expressions to a sequence of "if"
11593         statements.
11594         (default_diagnostic_start_span_fn): New function.
11595         * diagnostic.h (diagnostic_start_span_fn): New typedef.
11596         (diagnostic_context::start_span): New field.
11597         (default_diagnostic_start_span_fn): New prototype.
11599 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
11601         PR driver/69779
11602         * gcc.c (driver::finalize): Fix cleanup of "specs".
11604 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
11606         PR driver/69265
11607         PR driver/69453
11608         * gcc.c (driver::driver): Initialize m_option_suggestions.
11609         (driver::~driver): Clean up m_option_suggestions.
11610         (suggest_option): Convert to...
11611         (driver::suggest_option): ...this, and split out into
11612         driver::build_option_suggestions and find_closest_string.
11613         (driver::build_option_suggestions): New function, from
11614         first half of suggest_option.  Special-case
11615         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
11616         the sanitizer_opts array.  For options of enum types, add the
11617         various enum values to the candidate strings.
11618         (driver::handle_unrecognized_options): Remove "const".
11619         * gcc.h (driver::handle_unrecognized_options): Likewise.
11620         (driver::build_option_suggestions): New decl.
11621         (driver::suggest_option): New decl.
11622         (driver::m_option_suggestions): New field.
11623         * opts-common.c (add_misspelling_candidates): New function.
11624         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
11625         and make non-static.
11626         * opts.h (sanitizer_opts): New array decl.
11627         (add_misspelling_candidates): New function decl.
11628         * spellcheck.c (find_closest_string): New function.
11629         * spellcheck.h (find_closest_string): New function decl.
11631 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
11633         PR rtl-optimization/69764
11634         PR rtl-optimization/69771
11635         * optabs.c (expand_binop_directly): For shift_optab_p, force
11636         convert_modes with VOIDmode if xop1 has VOIDmode.
11638 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
11640         PR target/69729
11641         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
11642         to correctly determine instrumentation thunks.
11644 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
11646         PR ipa/69241
11647         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
11648         type by reference, force lhs on the call.
11650         PR ipa/68672
11651         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
11652         Compute retval and retbnd early in all cases if split_part_return_p
11653         and return_bb is not EXIT.  Remove all clobber stmts and reset
11654         all debug stmts that refer to SSA_NAMEs defined in split part,
11655         except if it is retval, in that case replace the old retval with the
11656         lhs of the call to the split part.
11658 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
11660         revert:
11661         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
11663         PR middle-end/66726
11664         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
11665         whose result is used in PHI.
11666         (maybe_optimize_range_tests): Likewise.
11667         (final_range_test_p): Likweise.
11669 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
11671         PR middle-end/66726
11672         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
11673         whose result is used in PHI.
11674         (maybe_optimize_range_tests): Likewise.
11675         (final_range_test_p): Likweise.
11677 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
11679         * cgraph.c: Spelling fixes - behaviour -> behavior and
11680         neighbour -> neighbor.
11681         * target.def: Likewise.
11682         * sel-sched.c: Likewise.
11683         * config/mips/mips.c: Likewise.
11684         * config/arc/arc.md: Likewise.
11685         * config/arm/cortex-a57.md: Likewise.
11686         * config/arm/arm.c: Likewise.
11687         * config/arm/neon.md: Likewise.
11688         * config/arm/arm-c.c: Likewise.
11689         * config/vms/vms-c.c: Likewise.
11690         * config/s390/s390.c: Likewise.
11691         * config/i386/znver1.md: Likewise.
11692         * config/i386/i386.c: Likewise.
11693         * config/ia64/hpux-unix2003.h: Likewise.
11694         * config/msp430/msp430.md: Likewise.
11695         * config/rx/rx.c: Likewise.
11696         * config/rx/rx.md: Likewise.
11697         * config/aarch64/aarch64-simd.md: Likewise.
11698         * config/aarch64/aarch64.c: Likewise.
11699         * config/nvptx/nvptx.c: Likewise.
11700         * config/bfin/bfin.c: Likewise.
11701         * config/cris/cris.opt: Likewise.
11702         * config/rs6000/rs6000.c: Likewise.
11703         * target.h: Likewise.
11704         * spellcheck.c: Likewise.
11705         * ira-build.c: Likewise.
11706         * tree-inline.c: Likewise.
11707         * builtins.c: Likewise.
11708         * lra-constraints.c: Likewise.
11709         * explow.c: Likewise.
11710         * hwint.h: Likewise.
11711         * targhooks.c: Likewise.
11712         * tree-vect-data-refs.c: Likewise.
11713         * expr.c: Likewise.
11714         * doc/tm.texi: Likewise.
11715         * doc/extend.texi: Likewise.
11716         * doc/install.texi: Likewise.
11717         * doc/md.texi: Likewise.
11718         * tree-ssa-tail-merge.c: Likewise.
11719         * sched-int.h: Likewise.
11720         * match.pd: Likewise.
11721         * sched-ebb.c: Likewise.
11722         * target.def (omit_struct_return_reg): Likewise.
11723         * gimple-ssa-isolate-paths.c: Likewise.
11724         (find_implicit_erroneous_behaviour): Renamed to...
11725         (find_implicit_erroneous_behavior): ... this.
11726         (find_explicit_erroneous_behaviour): Renamed to...
11727         (find_explicit_erroneous_behavior): ... this.
11728         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
11730 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
11732         PR rtl-optimization/64682
11733         PR rtl-optimization/69567
11734         PR rtl-optimization/69737
11735         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
11736         in I2 as well, just lose it.
11738 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11740         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
11741         New variable.
11742         (aarch64_last_printed_tune_string): Likewise.
11743         (aarch64_declare_function_name): Only output .arch assembler
11744         directive if it will be different from the previously output
11745         directive.  Same for .tune comment but only if -dA is set.
11746         (aarch64_start_file): New function.
11747         (TARGET_ASM_FILE_START): Define.
11749 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
11751         PR plugins/69758
11752         * Makefile.in (PLUGIN_HEADERS): Add params.list.
11754 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
11756         PR target/65313
11757         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
11758         -Wmaybe-uninitialized warning.
11760 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
11762         PR target/69713
11763         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
11765 2016-02-11  Richard Biener  <rguenther@suse.de>
11767         PR rtl-optimization/69291
11768         * ifcvt.c (noce_try_store_flag_constants): Do not allow
11769         subexpressions affected by changing the result.
11771 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
11773         PR target/69148
11774         * lra-constraints.c (curr_insn_transform): Find in/out operands
11775         for secondary memory moves.  Update dups.
11777 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
11779         PR tree-optimization/69652
11780         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
11781         to nested loop, did source re-formatting, skip debug statements,
11782         add check on statement with volatile operand, remove dead scalar
11783         statements.
11785 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
11786             Patrick Palka  <ppalka@gcc.gnu.org>
11788         PR ipa/69241
11789         PR c++/69649
11790         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
11791         calls if the return type is TREE_ADDRESSABLE.
11792         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
11793         * ipa-split.c (split_function): Fix doubled "we" in comment.
11794         Use void return type for the split part even if
11795         !split_point->split_part_set_retval.
11797 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
11799         PR tree-optimization/68021
11800         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
11801         when computing the value of biv cand by itself.
11803 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
11805         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
11806         (cortexa57_tunings): Likewise.
11807         (cortexa72_tunings): Likewise.
11808         (arch_macro_fusion_pair_p): Add support for AES fusion.
11809         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
11810         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
11811         Allow virtual registers before reload so early scheduling works.
11812         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
11813         correct latency and pipeline.
11814         (cortex_a57_crypto_complex): Likewise.
11815         (cortex_a57_crypto_xor): Likewise.
11816         (define_bypass): Add AES bypass.
11818 2016-02-10  Richard Biener  <rguenther@suse.de>
11820         PR tree-optimization/69726
11821         * passes.def: Add DCE pass before late uninit.
11822         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
11823         really fixup if-conversions job.
11825 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
11827         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
11828         (arm_cortex_a57_tune): Likewise.
11829         (aarch_macro_fusion_pair_p): Add support for AES fusion.
11830         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
11832 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
11834         * timevar.def (TV_PHASE_DBGINFO): Delete.
11835         (TV_PHASE_CHECK_DBGINFO): Likewise.
11836         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
11838 2016-02-10  Richard Biener  <rguenther@suse.de>
11840         PR tree-optimization/69719
11841         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
11842         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
11844 2016-02-09  Andrew Pinski  <apinski@cavium.com>
11846         PR tree-opt/69282
11847         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
11848         get_vcond_mask_icode returns false.
11850 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
11852         PR target/68404
11853         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
11854         an ADDIS that adds a pointer to a large constant that sets the
11855         upper16 bits with a load operation.
11857 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
11859         PR target/68532
11860         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
11861         order.
11862         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
11863         endian.
11864         (vzipq_s16): Likewise.
11865         (vzipq_s32): Likewise.
11866         (vzipq_f32): Likewise.
11867         (vzipq_u8): Likewise.
11868         (vzipq_u16): Likewise.
11869         (vzipq_u32): Likewise.
11870         (vzipq_p8): Likewise.
11871         (vzipq_p16): Likewise.
11873 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
11875         PR target/68532
11876         * config/arm/arm.c (neon_endian_lane_map): New function.
11877         (neon_vector_pair_endian_lane_map): New function.
11878         (arm_evpc_neon_vuzp): Allow for big endian lane order.
11879         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
11880         endian.
11881         (vuzpq_s16): Likewise.
11882         (vuzpq_s32): Likewise.
11883         (vuzpq_f32): Likewise.
11884         (vuzpq_u8): Likewise.
11885         (vuzpq_u16): Likewise.
11886         (vuzpq_u32): Likewise.
11887         (vuzpq_p8): Likewise.
11888         (vuzpq_p16): Likewise.
11890 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
11892         PR target/69634
11893         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
11894         debug insns.
11896 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
11898         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
11899         truncate const_int operand 1 to QImode.
11901 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
11903         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
11904         corresponding to an abnormal edge.
11906 2016-02-09  Tom de Vries  <tom@codesourcery.com>
11908         PR tree-optimization/69599
11909         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
11910         function.
11911         (find_func_aliases_for_builtin_call, find_func_clobbers)
11912         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
11913         partition.
11915 2016-02-09  Richard Biener  <rguenther@suse.de>
11917         PR tree-optimization/69715
11918         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
11919         LHS on calls as non-rewritable.
11921 2016-02-09  Tom de Vries  <tom@codesourcery.com>
11923         PR lto/69707
11924         * lto-wrapper.c (append_diag_options): New function.
11925         (compile_offload_image): Call append_diag_options.
11927 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
11929         PR other/69722
11930         * doc/extend.texi (Flag Output Operands): Correct sectioning.
11931         Minor copy-edit to fix verb tenses.
11933 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
11935         PR tree-optimization/69209
11936         * ipa-split.c (split_function): If split part is not
11937         returning retval, retval has gimple type but is not
11938         gimple value, force it into a SSA_NAME first.
11940 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
11942         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
11943         outdated section.
11945 2016-02-08  Jason Merrill  <jason@redhat.com>
11947         PR c++/69631
11948         * convert.c (convert_to_integer_1): Check dofold on truncation
11949         distribution.
11950         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
11951         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
11952         Rename from *_nofold.
11953         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
11954         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
11956 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
11958         PR target/60410
11959         * tree.c (build_common_tree_nodes): Remove short_double argument.
11960         All callers changed.
11961         * tree.h (build_common_tree_nodes): Adjust declaration.
11962         * doc/invoke.texi (-fshort-double): Remove documentation.
11963         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
11964         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
11965         * lto-wrapper.c (merge_and_complain, append_compiler_options)
11966         (append_linker_options): Don't handle OPT_fshort_double.
11968         PR rtl-optimization/68730
11969         * lra-remat.c (insn_to_cand_activation): New static variable.
11970         (lra_remat): Allocate and free it.
11971         (create_cand): New arg activation. Initialize a field in
11972         insn_to_cand_activation if it is nonnull.
11973         (create_cands): Pass the activation insn to create_cand when making
11974         a candidate involving an output reload.  Reorganize code a little.
11975         (do_remat): Keep track of active status of candidates in a separate
11976         bitmap.
11978 2016-02-08  Richard Biener  <rguenther@suse.de>
11980         PR tree-optimization/69719
11981         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
11982         Properly use absolute of the difference of the two offsets to
11983         compare or adjust the segment length.
11985 2016-02-08  Richard Biener  <rguenther@suse.de>
11986             Jeff Law  <law@redhat.com>
11988         PR target/68273
11989         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
11990         types for anonymous SSA names.
11992 2016-02-08   Richard Biener  <rguenther@suse.de>
11994         PR rtl-optimization/69274
11995         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
11997 2016-02-08  Jeff Law  <law@redhat.com>
11999         PR tree-optimization/65917
12000         * tree-ssa-dom.c (record_temporary_equivalences): Record both
12001         equivalences from if (x == y) style conditionals.
12002         (loop_depth_of_name): Remove.
12003         (record_equality): Remove loop depth check.
12004         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
12005         (const_and_copies::record_const_or_copy_raw): New member function.
12006         * tree-ssa-scopedtables.c
12007         (const_and_copies::record_const_or_copy_raw): New, factored out of
12008         (const_and_copies::record_const_or_copy): Call new member function.
12010 2016-02-05  Jeff Law  <law@redhat.com>
12012         PR tree-optimization/68541
12013         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
12014         (count_stmts_in_block): New function.
12015         (poor_ifcvt_candidate_code): Likewise.
12016         (is_feasible_trace): Add some heuristics to determine when path
12017         splitting is profitable.
12018         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
12019         is a diamond with a single exit.
12021 2016-02-05  Martin Sebor  <msebor@redhat.com>
12023         PR c++/69662
12024         * doc/invoke.texi: Update -Wplacement-new to take an optional
12025         argument.
12027 2016-02-06  Richard Henderson  <rth@redhat.com>
12029         PR c/69643
12030         * tree.c (tree_nop_conversion_p): Do not strip casts into or
12031         out of non-standard address spaces.
12033 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
12035         PR rtl-optimization/69691
12036         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
12038 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
12040         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
12041         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
12042         (*ieee128_mfvsrd_64bit): Likewise.
12043         (*ieee128_mfvsrd_32bit): Likewise.
12045 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
12047         PR target/69369
12048         Revert r232560:
12049         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
12051         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
12052         instrumented_version.
12054 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
12056         * doc/invoke.texi (Optimize Options): In table of --param options
12057         rename second occurrence of tracer-min-branch-ratio to
12058         tracer-min-branch-probability, rename
12059         tracer-min-branch-ratio-feedback to
12060         tracer-min-branch-probability-feedback and clarify description,
12061         rename sched-spec-state-edge-prob-cutoff to
12062         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
12063         to selsched-insns-to-rename, rename lto-minpartition to
12064         lto-min-partition, delete reorder-blocks-duplicate and
12065         reorder-blocks-duplicate-feedback.
12067 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12069         * config/s390/s390.c (s390_register_info_set_ranges): Remove
12070         superfluous loops.
12072 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12074         * doc/extend.texi: S/390: Correct some typos.
12076 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12078         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
12080 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12082         PR target/69625
12083         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
12084         (s390_register_info_gprtofpr): Use new macros above.
12085         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
12086         its name.
12087         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
12088         its name.  Adjust restore and save gpr ranges.
12089         (s390_register_info_set_ranges): New function.
12090         (s390_register_info): Use new macros above.  Call
12091         s390_register_info_set_ranges.
12092         (s390_optimize_register_info): Likewise.
12093         (s390_hard_regno_rename_ok): Use new macros.
12094         (s390_hard_regno_scratch_ok): Likewise.
12095         (s390_emit_epilogue): Likewise.
12096         (s390_can_use_return_insn): Likewise.
12097         (s390_optimize_prologue): Likewise.
12098         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
12100 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
12102         PR bootstrap/69677
12103         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
12104         alignment fixes.
12105         (ix86_option_override_internal): Disable TARGET_STV even for
12106         -m{incoming,preferred}-stack-boundary=3.
12108 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12110         * config.gcc: Mark deprecated rtems targets as obsolete.
12112 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
12114         PR rtl-optimization/64682
12115         PR rtl-optimization/69567
12116         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
12117         before I2 only if the register is both used and set in I2.
12119 2016-02-04  DJ Delorie  <dj@redhat.com>
12121         * config/msp430/msp430.c (msp430_start_function): Add function type.
12123 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
12125         PR fortran/69368
12126         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
12128 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
12130         PR rtl-optimization/69577
12131         Revert:
12132         2015-10-29  Richard Henderson  <rth@redhat.com>
12134         PR target/68124
12135         PR rtl-opt/67609
12136         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
12137         sse check to the exact conditions of PR 67609.
12139 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
12141         PR target/69667
12142         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
12143         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
12144         not allowed into the traditional Altivec registers.
12145         (movtd_64bit_nodm): Likewise.
12146         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
12148 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
12150         * config/aarch64/cortex-a57-fma-steering.c
12151         (aarch64_register_fma_steering): Remove "static" from arguments
12152         to register_pass.
12154 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
12156         PR target/69619
12157         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
12158         twice when complex.
12160 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
12162         * doc/invoke.texi: Delete -mno-fma4.
12164 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
12166         PR rtl-optimization/69577
12167         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
12168         (find_subregs_of_mode): Update accordingly.  Iterate over partial
12169         definitions.
12171 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
12173         * config/arm/arm-protos.h (neon_reinterpret): Remove.
12174         * config/arm/arm.c (neon_reinterpret): Remove.
12175         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
12176         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
12177         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
12178         vreinterpretti): Remove.
12179         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
12180         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
12181         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
12182         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
12183         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
12184         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
12185         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
12186         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
12187         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
12188         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
12189         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
12190         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
12191         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
12192         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
12193         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
12194         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
12195         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
12196         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
12197         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
12198         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
12199         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
12200         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
12201         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
12202         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
12203         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
12204         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
12205         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
12206         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
12207         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
12208         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
12209         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
12210         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
12211         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
12212         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
12213         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
12214         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
12215         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
12216         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
12217         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
12218         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
12219         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
12220         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
12221         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
12222         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
12223         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
12224         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
12225         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
12226         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
12227         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
12228         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
12229         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
12230         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
12231         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
12232         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
12233         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
12234         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
12235         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
12236         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
12237         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
12238         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
12239         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
12240         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
12241         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
12242         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
12243         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
12244         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
12245         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
12246         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
12247         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
12248         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
12249         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
12250         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
12251         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
12252         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
12253         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
12254         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
12255         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
12256         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
12257         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
12258         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
12259         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
12260         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
12261         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
12262         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
12263         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
12264         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
12265         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
12266         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
12267         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
12268         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
12269         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
12270         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
12271         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
12272         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
12273         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
12274         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
12275         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
12276         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
12277         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
12278         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
12279         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
12280         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
12281         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
12283 2016-02-04  Martin Liska  <mliska@suse.cz>
12285         PR sanitizer/69276
12286         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
12287         that are gimple_store_p.
12288         (maybe_instrument_call): Likewise.
12290 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
12292         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
12293         register scaling out of memory reference and comment why.
12295 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12297         PR target/65932
12298         PR target/67714
12299         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
12300         folding the source of a SET.
12302 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12304         PR target/65932
12305         PR target/67714
12306         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
12307         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
12309 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
12311         PR target/65932
12312         PR target/67714
12313         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
12314         HImode.
12316 2016-02-04  Christian Bruel  <christian.bruel@st.com>
12318         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
12319         * config/arm/arm.c (arm_set_current_function): Likewise.
12321 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
12322             Ilya Enkovich  <enkovich.gnu@gmail.com>
12323             H.J. Lu  <hongjiu.lu@intel.com>
12325         PR target/69454
12326         * config/i386/i386.c (convert_scalars_to_vector): Remove
12327         stack alignment fixes.
12328         (ix86_option_override_internal): Disable TARGET_STV if stack
12329         might not be aligned enough.
12330         (ix86_minimum_alignment): Assert that TARGET_STV is false.
12332 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
12334         * config/i386/x86-tune.def: Disable default prefetching
12335         for -march=znver1.
12337 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
12338             Vladimir Makarov  <vmakarov@redhat.com>
12340         PR target/69461
12341         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
12342         in validating fused toc addresses.
12344 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
12346         PR c/69627
12347         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
12348         range->m_caret fields if range->m_show_caret_p is false.
12350         PR target/69644
12351         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
12352         Force oldval into register if it does not satisfy reg_or_short_operand
12353         predicate.  Fix up formatting.
12355 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
12356             Alexandre Oliva  <aoliva@redhat.com>
12358         PR target/69461
12359         * lra-constraints.c (simplify_operand_subreg): Check additionally
12360         address validity after potential reloading.
12361         (process_address_1): Check insns validity.  In case of failure do
12362         nothing.
12364 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
12366         PR target/69118
12367         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
12368         Fix target.
12370 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
12372         * wide-int.cc (canonize_uhwi): New function.
12373         (wi::divmod_internal): Use it.
12375 2016-02-02  James Norris  <jnorris@codesourcery.com
12377         * gimplify.c (omp_notice_variable): Add usage check.
12379 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
12381         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
12382         like LE, GE, LT, GT when emitting relational operator.
12384 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
12386         * ira-costs.c (find_costs_and_classes): Add extra argument.
12387         * target.def (ira_change_pseudo_allocno_class): Add parameter.
12388         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
12389         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
12390         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
12391         Add best_class parameter, and return it if not ALL_REGS.
12392         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
12393         Add parameter.
12394         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
12395         Update target hook.
12397 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
12399         * config/aarch64/aarch64.c
12400         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
12401         (aarch64_ira_change_pseudo_allocno_class): New function.
12403 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
12405         PR target/67032
12406         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
12408 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12410         * config/avr/avr.c (avr_option_override): Set
12411         PARAM_ALLOW_STORE_DATA_RACES to 1.
12413 2016-02-02  Richard Biener  <rguenther@suse.de>
12415         PR tree-optimization/69595
12416         * match.pd: Add range test simplifications to true/false.
12418 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
12420         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
12421         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
12422         instead.
12424 2016-02-02  Richard Biener  <rguenther@suse.de>
12426         PR tree-optimization/69606
12427         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
12428         info on the result before moving a stmt.
12430 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
12432         PR middle-end/68542
12433         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
12434         branch with vector comparison.
12435         * config/i386/sse.md (VI48_AVX): New mode iterator.
12436         (define_expand "cbranch<mode>4): Add support for conditional branch
12437         with vector comparison.
12438         * tree-vect-loop.c (optimize_mask_stores): New function.
12439         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
12440         has_mask_store field of vect_info.
12441         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
12442         vectorized loops having masked stores after vec_info destroy.
12443         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
12444         correspondent macros.
12445         (optimize_mask_stores): Add prototype.
12447 2016-02-02  Alan Modra  <amodra@gmail.com>
12449         PR target/69548
12450         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
12451         allow subregs.
12453 2016-02-02  Alan Modra  <amodra@gmail.com>
12455         PR target/68662
12456         * config/rs6000/rs6000.c (need_toc_init): New var, set it
12457         whenever toc_label_name used.
12458         (rs6000_file_start): Don't set up toc section here,
12459         (rs6000_output_function_epilogue): do so here instead,
12460         (rs6000_xcoff_file_start): and here.
12461         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
12462         (load_toc_aix_di): Likewise.
12464 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
12466         PR rtl-optimization/69592
12467         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
12468         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
12469         (num_sign_bit_copies_binary_arith_p): New inline function.
12470         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
12472 2016-02-01  Jeff Law  <law@redhat.com>
12474         PR tree-optimization/69580
12475         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
12476         * tree-ssa-threadbackward.c
12477         (fsm_find_control_statement_thread_paths): Do not try to walk
12478         through large PHI nodes.
12480 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
12482         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
12483         when count is incremented above limit, don't analyze further
12484         insns afterwards.
12486         * omp-low.c (oacc_parse_default_dims): Avoid
12487         -Wsign-compare warning, make sure value fits into int
12488         rather than just unsigned int.
12490 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
12492         PR tree-optimization/67921
12493         * fold-const.c (split_tree): New parameters.  Convert pointer
12494         type variable part to proper type before negating.
12495         (fold_binary_loc): Pass new arguments to split_tree.
12497 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
12499         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
12500         (nvptx_goacc_validate_dims): Extend to handle global defaults.
12501         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
12502         * doc/tm.texti: Rebuilt.
12503         * doc/invoke.texi (fopenacc-dim): Document.
12504         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
12505         (append_compiler_options): Likewise.
12506         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
12507         (oacc_parse_default_dims): New.
12508         (oacc_validate_dims): Add USED arg.  Select non-unity default when
12509         possible.
12510         (oacc_loop_fixed_partitions): Return mask of used partitions.
12511         (oacc_loop_auto_partitions): Emit dump info.
12512         (oacc_loop_partition): Return mask of used partitions.
12513         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
12514         loop partitioning and validation calls.
12516 2016-02-01  Richard Biener  <rguenther@suse.de>
12518         PR middle-end/69556
12519         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
12521 2016-02-01  Richard Biener  <rguenther@suse.de>
12523         PR tree-optimization/69574
12524         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
12525         of asserting return chrec_dont_know.
12527 2016-02-01  Martin Liska  <mliska@suse.cz>
12529         * mem-stats-traits.h: Add copyright header.
12530         * mem-stats.h: Likewise.
12532 2016-02-01  Richard Biener  <rguenther@suse.de>
12534         PR tree-optimization/69579
12535         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
12536         Do not propagate through abnormal PHI results.
12538 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
12540         * postreload.c (reload_cse_simplify): Remove dead code.
12542 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
12544         PR rtl-optimization/69570
12545         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
12546         if there is more than one set, not if there is a single set.
12548 2016-02-01  Richard Henderson  <rth@redhat.com>
12550         PR rtl-opt/69535
12551         * combine.c (make_compound_operation): When looking through a
12552         subreg, make sure to re-extend to the width of the outer mode.
12554 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
12556         PR tree-optimization/69546
12557         * wide-int.cc (wi::divmod_internal): For unsigned division
12558         where both operands fit into uhwi, if o1 is 1 and o0 has
12559         msb set, if divident_prec is larger than bits per hwi,
12560         clear another quotient word and return 2 instead of 1.
12561         Similarly for remainder with msb in HWI set, if dividend_prec
12562         is larger than bits per hwi.
12564 2016-01-29  Martin Jambor  <mjambor@suse.cz>
12566         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
12567         Use short lowercase names.
12568         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
12569         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
12570         acq_rel one.  Protect warning agains segfaults if
12571         get_memory_order_name returns NULL.
12572         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
12573         with release semantics.  Do not warn if get_memory_order already did.
12574         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
12575         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
12576         if get_memory_order already did.
12578 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
12580         * doc/install.texi: Document that isl-0.16 is supported.
12582 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
12584         PR target/69299
12585         * config/i386/constraints.md (Bm): Describe as special memory
12586         constraint.
12587         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
12588         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
12589         * genpreds.c (struct constraint_data): Add is_special_memory.
12590         (have_special_memory_constraints, special_memory_start): New
12591         static vars.
12592         (special_memory_end): Ditto.
12593         (add_constraint): Add new arg is_special_memory.  Add code to
12594         process its true value.  Update have_special_memory_constraints.
12595         (process_define_constraint): Pass the new arg.
12596         (process_define_register_constraint): Ditto.
12597         (choose_enum_order): Process special memory.
12598         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
12599         function insn_extra_special_memory_constraint.
12600         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
12601         * gensupport.c (process_rtx): Process
12602         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
12603         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
12604         * ira-lives.c (single_reg_class): Use
12605         insn_extra_special_memory_constraint.
12606         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
12607         * lra-constraints.c (process_alt_operands): Ditto.
12608         (curr_insn_transform): Use insn_extra_special_memory_constraint.
12609         * recog.c (asm_operand_ok, preprocess_constraints): Process
12610         CT_SPECIAL_MEMORY.
12611         * reload.c (find_reloads): Ditto.
12612         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
12613         * stmt.c (parse_input_constraint): Use
12614         insn_extra_special_memory_constraint.
12616 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12618         PR target/69530
12619         * lra-splill.c (lra_final_code_change): Revert r229087 by
12620         removing all sub-registers.
12622 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
12624         PR target/65604
12625         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
12627 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
12629         PR target/69551
12630         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
12631         SSE1, copy target into the temporary reg first before recursing
12632         on it.
12634 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12636         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
12637         with vm.
12639 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
12641         * ginclude/stdarg.h: Test __cplusplus instead of
12642         __GXX_EXPERIMENTAL_CXX0X__.
12644 2016-01-29  Richard Biener  <rguenther@suse.de>
12646         PR tree-optimization/69547
12647         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
12648         Do not mark clobbers necessary.
12649         (mark_all_reaching_defs_necessary_1): Likewise.
12651 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12653         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
12654         declaration name with %qs and print it in both error messages.
12655         Also fix indentation.
12657 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12659         PR other/69006
12660         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
12661         trailing blank line from error message.
12663 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
12665         PR c++/69462
12666         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
12667         for C++-11.
12669 2016-01-29  Richard Biener  <rguenther@suse.de>
12671         PR middle-end/69537
12672         * match.pd: Allow all integral types when simplifying a
12673         widening or sign-changing conversion.
12675 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
12677         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
12678         back to setting codegen_error to fail codegen.
12680 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
12682         PR target/69459
12683         * config/i386/constraints.md (C): Only accept constant zero operand.
12684         (BC): New constraint.
12685         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
12686         instead of C constraint.
12687         * doc/md.texi (Machine Constraints): Update description
12688         of C constraint.
12690 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
12692         PR target/68400
12693         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
12695 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
12697         PR middle-end/69542
12698         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
12699         non-debug insns.
12701 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
12703         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
12704         branches if using guessed profile.
12706 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
12708         * graphite-optimize-isl.c (optimize_isl): Fix dump.
12710 2016-01-28  Richard Henderson  <rth@redhat.com>
12712         PR target/69305
12713         * config/aarch64/aarch64-modes.def (CC_Cmode): New
12714         * config/aarch64/aarch64-protos.h: Update.
12715         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
12716         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
12717         (aarch64_get_condition_code_1): Handle CC_Cmode.
12718         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
12719         (*add<mode>3_compareC_cconly_imm): New.
12720         (*add<mode>3_compareC_cconly): New.
12721         (*add<mode>3_compareC_imm): New.
12722         (add<mode>3_compareC): New.
12723         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
12724         to be first.  Use aarch64_carry_operation.
12725         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
12726         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
12727         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
12728         (subti3): Use subdi3_compare1.
12729         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
12730         (sub<mode>3_compare1): New.
12731         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
12732         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
12733         (*subsi3_carryin_uxtw): Likewise.
12734         (*ngc<mode>, *ngcsi_uxtw): Likewise.
12735         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
12736         * config/aarch64/iterators.md (DWI): New.
12737         * config/aarch64/predicates.md (aarch64_carry_operation): New.
12738         (aarch64_borrow_operation): New.
12740 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
12742         * graphite-optimize-isl.c (optimize_isl): Print a different debug
12743         message when isl does not return a valid schedule.
12745 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
12747         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
12748         Remove comments from class declarations: they are already in the code
12749         close by the defs.
12751 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
12753         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
12754         codegen_error_p.
12755         (ternary_op_to_tree): Same.
12756         (unary_op_to_tree): Same.
12757         (nary_op_to_tree): Same.
12758         (gcc_expression_from_isl_expr_op): Same.
12759         (gcc_expression_from_isl_expression): Same.
12760         (graphite_create_new_loop): Same.
12761         (graphite_create_new_loop_guard): Same.
12762         (build_iv_mapping): Same.
12763         (graphite_create_new_guard): Same.
12764         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
12765         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
12767 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
12769         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
12770         instead of setting codegen_error to fail codegen.
12772 2016-01-28  Jason Merrill  <jason@redhat.com>
12774         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
12776 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
12778         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
12779         Remove CONST_INT_P check in CCMP cost calculation.
12781 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
12783         * config/aarch64/aarch64.c (generic_vector_cost):
12784         Set vec_permute_cost.
12785         (cortexa57_vector_cost): Likewise.
12786         (exynosm1_vector_cost): Likewise.
12787         (xgene1_vector_cost): Likewise.
12788         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
12789         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
12790         Add vec_permute_cost entry.
12792 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
12794         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
12795         immediate as %1.
12796         (add<mode>3_compare0): Likewise.
12797         (addsi3_compare0_uxtw): Likewise.
12798         (add<mode>3nr_compare0): Likewise.
12799         (compare_neg<mode>): Likewise.
12800         (<optab><mode>3): Likewise.
12802 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
12804         * tree-vect-stmts.c (vectorizable_comparison): Add
12805         NULL check for vectype.
12807 2016-01-28  Richard Biener  <rguenther@suse.de>
12809         PR tree-optimization/69466
12810         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
12811         Account for PHIs we couldn't duplicate.
12813 2016-01-28  Martin Liska  <mliska@suse.cz>
12815         PR pch/68758
12816         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
12817         instead of ENABLE_VALGRIND_CHECKING.
12819 2016-01-27  Richard Henderson  <rth@redhat.com>
12821         PR rtl-opt/69447
12822         * lra-remat.c (subreg_regs): New.
12823         (dump_candidates_and_remat_bb_data): Dump it.
12824         (operand_to_remat): Reject if operand in subreg_regs.
12825         (set_bb_regs): Collect subreg_regs.
12826         (lra_remat): Init and free subreg_regs.  Compute
12827         calculate_local_reg_remat_bb_data before create_cands.
12829 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
12831         PR target/68986
12832         * config/i386/i386.c (ix86_update_stack_boundary): Don't
12833         change stack_alignment_needed for __tls_get_addr call.
12835 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
12837         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
12839 2016-01-27  Jeff Law  <law@redhat.com>
12841         PR tree-optimization/68398
12842         PR tree-optimization/69196
12843         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
12844         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
12845         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
12846         Only count PHIs in the last block in the path.  The others will
12847         const/copy propagate away.  Add heuristic to allow more irreducible
12848         subloops to be created when it is likely profitable to do so.
12850         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
12851         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
12852         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
12854 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
12856         PR lto/69254
12857         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
12858         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
12859         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
12860         * tree-streamer-in.c: Include asan.h.
12861         (streamer_get_builtin_tree): For builtins in sanitizer
12862         range call initialize_sanitizer_builtins and retry.
12864 2016-01-27  Ian Lance Taylor  <iant@google.com>
12866         * common.opt (fkeep-gc-roots-live): New undocumented option.
12867         * tree-ssa-loop-ivopts.c (add_candidate_1): If
12868         -fkeep-gc-roots-live, skip pointers.
12869         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
12870         NULL.
12872 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
12874         PR target/69512
12875         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
12876         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
12878 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
12880         PR target/68380
12881         * configure.ac: NetBSD provides SSP in its C library.
12882         * configure: Updated.
12884 2016-01-27  Richard Biener  <rguenther@suse.de>
12886         PR tree-optimization/69166
12887         * tree-vect-loop.c (vect_is_simple_reduction): Always check
12888         reduction code for commutativity / associativity.
12890 2016-01-27  Martin Jambor  <mjambor@suse.cz>
12892         PR tree-optimization/69355
12893         * tree-sra.c (analyze_access_subtree): Correct hole detection when
12894         total_scalarization fails.
12896 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
12898         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
12899         power9.
12901 2016-01-27  Christian Bruel  <christian.bruel@st.com>
12903         PR target/69245
12904         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
12905         Move arm_reset_previous_fndecl and set_target_option_current_node in
12906         the conditional part.  Call save_restore_target_globals.
12907         * config/arm/arm.c (arm_set_current_function):
12908         Refactor to better support #pragma target and attribute mix.
12909         Call save_restore_target_globals.
12910         * config/arm/arm-protos.h (save_restore_target_globals): New function.
12912 2016-01-27  Martin Liska  <mliska@suse.cz>
12914         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
12915         reference for an HSA kernel and its host function.
12917 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
12919         PR tree-optimization/69399
12920         * wide-int.h (wi::lrshift): For larger precisions, only
12921         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
12923 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
12925         * config/arc/predicates.md (proper_comparison_operator): Reject
12926         constant-constant comparison.
12928 2016-01-26  Tom de Vries  <tom@codesourcery.com>
12930         PR tree-optimization/69110
12931         * tree-data-ref.c (initialize_data_dependence_relation): Handle
12932         DR_NUM_DIMENSIONS == 0.
12934 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
12935             Sebastian Pop  <s.pop@samsung.com>
12937         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
12938         isl_ast_op_cond and isl_ast_op_select.
12939         (gcc_expression_from_isl_expr_op): Same.
12941 2016-01-26  Jason Merrill  <jason@redhat.com>
12943         PR c++/68782
12944         * tree.c (recompute_constructor_flags): Split out from
12945         build_constructor.
12946         (verify_constructor_flags): New.
12947         * tree.h: Declare them.
12949 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
12951         PR rtl-optimization/69217
12952         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
12953         are no TYPE_FIELDS set for the record type.
12955 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
12957         PR target/68662
12958         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
12959         toc_label_name unconditionally.
12960         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
12961         SYMBOL_REF string.  Use toc_label_name instead of constructing
12962         LCTOC1.
12963         (rs6000_elf_declare_function_name): Use toc_label_name instead of
12964         constructing LCTOC1.
12966 2016-01-26  Martin Sebor  <msebor@redhat.com>
12968         PR other/69477
12969         * doc/extend.texi (Common Type Attributes): Move text that talks about
12970         attribute packed from attribute aligned to the section discussing
12971         the former attribute for clarity.
12973 2016-01-26  Richard Henderson  <rth@redhat.com>
12975         PR middle-end/60908
12976         * trans-mem.c (tm_region_init): Mark entry block as visited.
12978 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
12980         PR other/69006
12981         * diagnostic-show-locus.c (layout::print_source_line): Replace
12982         call to pp_newline with call to layout::print_newline.
12983         (layout::print_annotation_line): Likewise.
12984         (layout::move_to_column): Likewise.
12985         (layout::print_any_fixits): After printing any fixits, print a
12986         trailing newline, if necessary.
12987         (layout::print_newline): New method, resetting any colorization
12988         before a newline.
12989         (diagnostic_show_locus): Move the pp_newline to before the
12990         early bailout.  Remove dummy block enclosing the layout instance.
12991         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
12992         of pp_newline_and_flush with pp_flush.
12993         (diagnostic_append_note): Delete use of pp_newline.
12994         (diagnostic_append_note_at_rich_loc): Delete.
12995         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
12996         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
12997         when newline characters are added to the buffer.
12999 2016-01-26  Michael Matz  <matz@suse.de>
13001         * configure.ac (ac_cv_std_swap_in_utility): New test.
13002         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
13003         * configure: Regenerate.
13004         * config.in: Regenerate.
13006 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
13008         * config/arc/arc.md (cstoresi4): Force operand into register.
13009         (arcset<code>): Fix predicate.
13010         (arcsetltu): Likewise.
13011         (arcsetgeu): Likewise.
13012         (arcsethi): Likewise.
13013         (arcsetls): Likewise.
13015 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13017         PR tree-optimization/69483
13018         * gimple-fold.c (canonicalize_constructor_val): Return NULL
13019         if base has error_mark_node type.
13021 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
13023         PR target/68620
13024         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
13025         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
13026         New helper macros.
13027         (vget_lane_f16): Handle big-endian.
13028         (vgetq_lane_f16): Likewise.
13029         (vset_lane_f16): Likewise.
13030         (vsetq_lane_f16): Likewise.
13031         * config/arm/iterators.md (VQXMOV): Add V8HF.
13032         (VDQ): Add V4HF and V8HF.
13033         (V_reg): Handle V4HF and V8HF.
13034         (Is_float_mode): Likewise.
13035         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
13036         neon_vdup_nv8hf): New patterns.
13037         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
13038         Use VD_LANE iterator.
13039         (neon_vld1_dup<mode>): Use VQ2 iterator.
13041 2016-01-26  Nathan Sidwell  <nathan@acm.org>
13043         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
13044         (set_oacc_fn_attrib): Add IS_KERNEL arg.
13045         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
13046         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
13047         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
13048         (oacc_validate_dims): Add LEVEL arg, don't return level.
13049         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
13050         oacc_validate_dims.
13051         (execute_oacc_device_lower): Adjust, add more dump output.
13052         * tree-ssa-loop.c (gate_oacc_kernels): Use
13053         oacc_fn_attrib_kernels_p.
13054         * tree-parloops.c (create_parallel_loop): Adjust
13055         set_oacc_fn_attrib call.
13057 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13059         PR lto/69254
13060         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
13061         (append_compiler_options): Handle -fcilkplus.
13062         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
13064 2016-01-26  Nick Clifton  <nickc@redhat.com>
13066         PR target/66655
13067         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
13068         been marked as DECL_ONE_ONLY but we do not the means to make it
13069         so, then do not allow it to bind locally.
13071 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13073         PR lto/69254
13074         * opts.h (parse_sanitizer_options): New prototype.
13075         * opts.c (sanitizer_opts): New array.
13076         (parse_sanitizer_options): New function.
13077         (common_handle_option): Use parse_sanitizer_options.
13079 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
13081         PR target/68986
13082         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
13083         alignment adjustment to ...
13084         (ix86_update_stack_boundary): Here.  Don't over-align stack for
13085         __tls_get_addr.
13086         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
13087         if __tls_get_addr is called.
13089 2016-01-26  Christian Bruel  <christian.bruel@st.com>
13091         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
13093 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
13095         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
13097 2016-01-26  Richard Biener  <rguenther@suse.de>
13099         PR middle-end/69467
13100         * match.pd: Guard X * CST CMP 0 pattern with single_use.
13102 2016-01-26  Richard Biener  <rguenther@suse.de>
13104         PR tree-optimization/69452
13105         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
13106         (move_computations_dom_walker::before_dom_children): Rename
13107         to ...
13108         (move_computations_worker): This.
13109         (move_computations): Perform an RPO rather than a DOM walk.
13111 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
13113         PR target/69442
13114         * combine.c (combine_instructions): For REG_EQUAL note with
13115         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
13116         to the underlying register.
13117         * doc/rtl.texi (REG_EQUAL): Document the behavior of
13118         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
13120 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
13122         PR target/67896
13123         * config/aarch64/aarch64-builtins.c
13124         (aarch64_init_simd_builtin_types): Do not set structural
13125         equality to __Poly{8,16,64,128}_t types.
13127 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
13129         PR tree-optimization/69400
13130         * wide-int.cc (wi_pack): Take the precision as argument and
13131         perform canonicalization here rather than in the callers.
13132         Use the main loop to handle all full-width HWIs.  Add a
13133         zero HWI if in_len isn't a full result.
13134         (wi::divmod_internal): Update accordingly.
13135         (wi::mul_internal): Likewise.  Simplify.
13137 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
13138             Sebastian Pop  <s.pop@samsung.com>
13140         * graphite-poly.c (apply_poly_transforms): Simplify.
13141         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
13142         (print_isl_map): Same.
13143         (print_isl_union_map): Same.
13144         (print_isl_schedule): New.
13145         (debug_isl_schedule): New.
13146         * graphite-dependences.c (scop_get_reads): Do not call
13147         isl_union_map_add_map that is undocumented isl functionality.
13148         (scop_get_must_writes): Same.
13149         (scop_get_may_writes): Same.
13150         (scop_get_original_schedule): Remove.
13151         (scop_get_dependences): Do not call isl_union_map_compute_flow that
13152         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
13153         (compute_deps): Remove.
13154         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
13155         (debug_schedule_ast): New.
13156         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
13157         set_separate_option.
13158         (graphite_regenerate_ast_isl): Add dump.
13159         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
13160         from scop->transformed_schedule.
13161         (graphite_regenerate_ast_isl): Add more dump.
13162         * graphite-optimize-isl.c (optimize_isl): Set
13163         scop->transformed_schedule.  Check whether schedules are equal.
13164         (apply_poly_transforms): Move here.
13165         * graphite-poly.c (apply_poly_transforms): ... from here.
13166         (free_poly_bb): Static.
13167         (free_scop): Static.
13168         (pbb_number_of_iterations_at_time): Remove.
13169         (print_isl_ast): New.
13170         (debug_isl_ast): New.
13171         (debug_scop_pbb): New.
13172         * graphite-scop-detection.c (print_edge): Move.
13173         (print_sese): Move.
13174         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
13175         (build_scop_scattering): Remove.
13176         (create_pw_aff_from_tree): Assert instead of bailing out.
13177         (add_condition_to_pbb): Remove unused code, do not fail.
13178         (add_conditions_to_domain): Same.
13179         (add_conditions_to_constraints): Remove.
13180         (build_scop_context): New.
13181         (add_iter_domain_dimension): New.
13182         (build_iteration_domains): Initialize pbb->iterators.
13183         Call add_conditions_to_domain.
13184         (nested_in): New.
13185         (loop_at): New.
13186         (index_outermost_in_loop): New.
13187         (index_pbb_in_loop): New.
13188         (outermost_pbb_in): New.
13189         (add_in_sequence): New.
13190         (add_outer_projection): New.
13191         (outer_projection_mupa): New.
13192         (add_loop_schedule): New.
13193         (build_schedule_pbb): New.
13194         (build_schedule_loop): New.
13195         (embed_in_surrounding_loops): New.
13196         (build_schedule_loop_nest): New.
13197         (build_original_schedule): New.
13198         (build_poly_scop): Call build_original_schedule.
13199         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
13200         (free_poly_dr): Remove.
13201         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
13202         (free_poly_bb): Remove.
13203         (debug_loop_vec): Remove.
13204         (print_isl_ast): Declare.
13205         (debug_isl_ast): Declare.
13206         (scop_do_interchange): Remove.
13207         (scop_do_strip_mine): Remove.
13208         (scop_do_block): Remove.
13209         (flatten_all_loops): Remove.
13210         (optimize_isl): Remove.
13211         (pbb_number_of_iterations_at_time): Remove.
13212         (debug_scop_pbb): Declare.
13213         (print_schedule_ast): Declare.
13214         (debug_schedule_ast): Declare.
13215         (struct scop): Remove schedule.  Add original_schedule,
13216         transformed_schedule.
13217         (free_gimple_poly_bb): Remove.
13218         (print_generated_program): Remove.
13219         (debug_generated_program): Remove.
13220         (unify_scattering_dimensions): Remove.
13221         * sese.c (print_edge): ... here.
13222         (print_sese): ... here.
13223         (debug_edge): ... here.
13224         (debug_sese): ... here.
13225         * sese.h (print_edge): Declare.
13226         (print_sese): Declare.
13227         (dump_edge): Declare.
13228         (dump_sese): Declare.
13230 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
13231             Sebastian Pop  <s.pop@samsung.com>
13233         * Makefile.in: Set ISLVER in site.exp.
13235 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
13237         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
13238         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
13239         through DECL_VALUE_EXPR for expansion.
13241 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13243         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
13244         the frame info after reload completed.
13246 2016-01-25  Jeff Law  <law@redhat.com>
13248         PR tree-optimization/69196
13249         PR tree-optimization/68398
13250         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
13251         tree-ssa-threadupdate.c.
13252         (determine_bb_domination_status): Prototype
13253         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
13254         (determine_bb_domination_status): No longer static.
13255         (valid_jump_thread_path): Remove code to detect characteristics
13256         of the jump thread path not associated with correctness.
13257         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
13258         Correct test for thread path length.  Count PHIs for real operands as
13259         statements that need to be copied.  Do not count ASSERT_EXPRs.
13260         Look at all the blocks in the thread path.  Compute and selectively
13261         filter thread paths based on threading through the latch, threading
13262         a multiway branch or crossing a multiway branch.
13264 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13266         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
13267         decl with __attribute__ ((unused)) annotation.
13269 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
13271         PR target/69421
13272         * tree-vect-stmts.c (vectorizable_condition): Check vectype
13273         of operands is compatible with a statement vectype.
13275 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
13277         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
13278         improve wording for mixed storage order support.
13280 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
13282         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
13283         (vcvt_u64_f64): Likewise.
13284         (vcvta_s64_f64): Likewise.
13285         (vcvta_u64_f64): Likewise.
13286         (vcvtm_s64_f64): Likewise.
13287         (vcvtm_u64_f64): Likewise.
13288         (vcvtn_s64_f64): Likewise.
13289         (vcvtn_u64_f64): Likewise.
13290         (vcvtp_s64_f64): Likewise.
13291         (vcvtp_u64_f64): Likewise.
13293 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
13295         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
13296         (arc_init): Check validity mll64 option.
13297         (arc_save_restore): Use double load/store instruction.
13298         (arc_expand_movmem): Likewise.
13299         (arc_split_move): Don't split if we have double load/store
13300         instructions. Returns a boolean.
13301         (arc_process_double_reg_moves): Change function to return boolean
13302         instead of a sequence of instructions.
13303         (arc_dwarf_register_span): New function.
13304         * config/arc/arc-protos.h (arc_split_move): Change prototype.
13305         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
13306         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
13307         (*movdf_insn): Likewise.
13308         * config/arc/arc.opt (mll64): New option.
13309         * config/arc/predicates.md (even_register_operand): New predicate.
13310         * doc/invoke.texi (ARC Options): Add mll64 documentation.
13312 2016-01-25  Richard Biener  <rguenther@suse.de>
13314         PR lto/69393
13315         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
13316         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
13317         DECL_NAMELESS.
13318         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
13320 2016-01-25  Richard Biener  <rguenther@suse.de>
13322         PR tree-optimization/69376
13323         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
13324         flag.
13325         (VN_INFO_ANTI_RANGE_P): New inline.
13326         (VN_INFO_RANGE_TYPE): Likewise.
13327         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
13328         SSA_NAME_ANTI_RANGE_P.
13329         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
13330         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13331         Properly query VN_INFO_RANGE_TYPE.
13333 2016-01-25  Nick Clifton  <nickc@redhat.com>
13335         PR target/66655
13336         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
13338 2016-01-23  Tom de Vries  <tom@codesourcery.com>
13340         PR tree-optimization/69426
13341         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
13342         removed clobber.
13344 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
13346         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
13347         "the the" with "the" in the comments.
13348         * ipa-devirt.c (build_type_inheritance_graph,
13349         update_type_inheritance_graph): Likewise.
13350         * tree.c (build_function_type_list_1): Likewise.
13351         * cfgloopmanip.c (scale_loop_profile): Likewise.
13352         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
13353         * gimple-ssa-split-paths.c
13354         (find_block_to_duplicate_for_splitting_paths): Likewise.
13355         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
13356         * expr.c (convert_move): Likewise.
13357         * var-tracking.c (vt_stack_adjustments): Likewise.
13358         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
13359         * tree-vrp.c (test_for_singularity): Likewise.
13361         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
13362         directly instead of building a temporary tree.
13364         PR bootstrap/69434
13365         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
13366         remove <algorithm> include.
13368 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
13370         PR target/69432
13371         * config/i386/i386.c: Include dojump.h.
13372         (expand_small_movmem_or_setmem,
13373         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
13374         fixes.
13375         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
13376         if dynamic_check != -1.
13378 2016-01-21  Jeff Law  <law@redhat.com>
13380         PR middle-end/69347
13381         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
13382         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
13383         into dominated_by_p.
13384         (cprop_into_successor_phis): Avoid unnecessary tests.
13386 2016-01-22  Richard Henderson  <rth@redhat.com>
13388         PR target/69416
13389         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
13390         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
13392 2016-01-22  Michael Matz  <matz@suse.de>
13394         * system.h (string, algorithm): Include only conditionally.
13395         (new): Include always under C++.
13396         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
13397         * final.c (toplevel): Ditto.
13398         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
13399         * genconditions.c (write_header): Make gencondmd.c define
13400         INCLUDE_STRING.
13401         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
13403         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
13404         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
13406 2016-01-22  Christian Bruel  <christian.bruel@st.com>
13408         PR target/68674
13409         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
13411 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13413         PR target/69403
13414         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
13415         define_insn_and_split.  Ensure operands[1] and operands[0] do not
13416         get assigned the same register.
13418 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
13420         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
13422 2016-01-22  Christian Bruel  <christian.bruel@st.com>
13424         * config/arm/arm-c.c (arm_pragma_target_parse):
13425         Remove warn_builtin_macro_redefined overwrite.
13427 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
13429         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
13430         flag_non_call_exceptions compatibility.
13432 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
13434         PR debug/66668
13435         * dwarf2out.c (add_child_die_after): New function.
13436         (dwarf_qual_info_t): New type.
13437         (dwarf_qual_info): New variable.
13438         (qualified_die_p): New function.
13439         (modified_type_die): For -fdebug-types-section, ensure
13440         canonical order of qualifiers.  Put qualified DIEs adjacent
13441         to the corresponding non-qualified type DIE and search there
13442         for existing qualified DIEs.
13444 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
13446         * doc/extend.texi (scalar_storage_order type attribute): Document
13447         restriction on type punning and aliasing, and remove future tense.
13449 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
13451         PR target/69252
13452         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
13453         first stage.
13455 2016-01-21  Jeff Law  <law@redhat.com>
13457         PR middle-end/69347
13458         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
13459         useless call to record_temporary_equivalences.
13460         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
13461         allocate 10 slots in the bb_path vector and let it grow as needed.
13462         (fsm_find_control_statement_thread_paths): Similarly for the next_path
13463         vector.
13465 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
13467         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
13468         Detangle.
13469         * configure: Regenerate.
13471 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
13473         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
13474         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
13476 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
13478         PR middle-end/66178
13479         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
13480         drop EXPAND_INITIALIZER.
13481         * rtl.h (contains_symbolic_reference_p): Declare.
13482         * rtlanal.c (contains_symbolic_reference_p): New function.
13483         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
13484         a subtraction into a NOT if symbolic constants are involved.
13486 2016-01-21  Anton Blanchard  <anton@samba.org>
13487             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13489         PR target/63354
13490         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
13491         #define.
13492         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
13493         function.
13495 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
13497         * config/microblaze/microblaze.c
13498         (get_branch_target): New.
13499         (insert_wic_for_ilb_runout): New.
13500         (insert_wic): New.
13501         (microblaze_machine_dependent_reorg): New.
13502         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
13503         * config/microblaze/microblaze.md
13504         (UNSPEC_IPREFETCH): Define.
13505         (iprefetch): New pattern
13506         * config/microblaze/microblaze.opt
13507         (mxl-prefetch): New flag.
13509 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
13511         * config/microblaze/microblaze.h
13512         (FIXED_REGISTERS): Update in macro.
13513         (CALL_USED_REGISTERS): Update in macro.
13515 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
13517         PR rtl-optimization/68920
13518         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
13519         moves.
13521 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
13523         PR rtl-optimization/68990
13524         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
13525         pseudo instead of inheritance ones.
13527 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13528             Nick Clifton  <nickc@redhat.com>
13530         PR target/69129
13531         PR target/69012
13532         * config/mips/mips.c (mips_compute_frame_info): Initialise
13533         args_size and hard_frame_pointer_offset fields of the frame
13534         structure before calling mips_global_pointer.
13536 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
13538         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
13539         label reference.
13540         * configure: Regenerate.
13542 2016-01-21  Richard Biener  <rguenther@suse.de>
13544         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
13546 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
13548         * config/s390/s390.c (s390_asm_declare_function_size): Add code
13549         to actually emit the .size directive.
13551 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
13552              Jakub Jelinek  <jakub@redhat.com>
13554         PR target/69187
13555         PR target/65624
13556         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
13557         args array size by one to avoid buffer overflow.
13559 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
13561         * config/s390/s390.md (pool_section_start): Use switch_to_section
13562         to select proper read-only data section instead of hardcoding
13563         .rodata.
13564         (pool_section_end): Use switch_to_section to match the above.
13566 2016-01-21  Richard Biener  <rguenther@suse.de>
13568         PR tree-optimization/69378
13569         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
13570         (set_ssa_val_to): Use it for dominance checks taking into
13571         account not executable edges.
13573 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
13575         PR c++/69355
13576         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
13577         for bitsize instead of GET_MODE_PRECISION (mode).
13579 2016-01-20  Martin Sebor  <msebor@redhat.com>
13581         PR c/52291
13582         * extend.texi (__sync Builtins): Clarify the semantics of
13583         __sync_fetch_and_OP built-ins on pointers.
13584         (__atomic Builtins): Same.
13586 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13587             Sebastian Pop  <s.pop@samsung.com>
13589         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
13590         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
13591         (is_valid_rename): Same.
13592         (translate_isl_ast_to_gimple::get_rename): Same.
13593         (translate_isl_ast_to_gimple::rename_all_uses): Same.
13594         (translate_isl_ast_to_gimple::rename_uses): Same.
13595         (get_new_name): Check for close_phi nodes.
13596         (copy_loop_phi_args): Use phi_node_kind.
13597         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
13598         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
13600 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13601             Sebastian Pop  <s.pop@samsung.com>
13603         Revert commit r229783.
13604         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
13605         Remove use of parameter_rename_map.
13606         (copy_def): Remove.
13607         (copy_internal_parameters): Remove.
13608         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
13609         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
13610         (free_sese_info): Do not free parameter_rename_map.
13611         (set_rename): Do not use parameter_rename_map.
13612         (rename_uses): Update call to set_rename.
13613         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
13614         * sese.h (parameter_rename_map_t): Remove.
13615         (struct sese_info_t): Remove field parameter_rename_map.
13617 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13618             Sebastian Pop  <s.pop@samsung.com>
13620         * graphite-isl-ast-to-gimple.c: Fix comment.
13621         * graphite-scop-detection.c (defined_in_loop_p): New.
13622         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
13623         names defined in loop.
13625 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13626             Sebastian Pop  <s.pop@samsung.com>
13628         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
13629         Discard unstructured if-then-else regions.
13631 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13632             Sebastian Pop  <s.pop@samsung.com>
13634         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
13635         (cleanup_loop_iter_dom): Remove.
13636         (build_loop_iteration_domains): Remove.
13637         (build_scop_context): Remove.
13638         (build_scop_iteration_domain): Remove.
13639         (add_loop_constraints): New.
13640         (build_iteration_domains): New.
13641         (build_poly_scop): Call build_iteration_domains.
13643 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13644             Sebastian Pop  <s.pop@samsung.com>
13646         * graphite-scop-detection.c
13647         (scop_detection::harmful_loop_in_region): Free dom and loops.
13648         (scop_detection::loop_body_is_valid_scop): Free bbs.
13650 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13651             Sebastian Pop  <s.pop@samsung.com>
13653         * graphite-scop-detection.c (record_loop_in_sese): New.
13654         (gather_bbs::before_dom_children): Call record_loop_in_sese.
13655         (build_scops): Remove call to build_sese_loop_nests.
13656         * sese.c (sese_record_loop): Remove.
13657         (build_sese_loop_nests): Remove.
13658         (new_sese_info): Remove region->loops.
13659         (free_sese_info): Same.
13660         * sese.h (sese_contains_loop): Same.
13661         (build_sese_loop_nests): Remove.
13662         (sese_contains_loop): Remove.
13664 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13665             Sebastian Pop  <s.pop@samsung.com>
13667         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
13668         loop_is_valid_in_scop.
13669         (scop_detection::harmful_stmt_in_region): Renamed
13670         harmful_loop_in_region.
13671         Call loop_is_valid_in_scop.
13673 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13674             Sebastian Pop  <s.pop@samsung.com>
13676         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
13677         isl_ast_node_mark.
13679 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13680             Sebastian Pop  <s.pop@samsung.com>
13682         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
13683         * graphite.h (struct poly_bb): Remove field is_reduction.
13684         (PBB_IS_REDUCTION): Remove.
13686 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
13687             Sebastian Pop  <s.pop@samsung.com>
13689         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
13690         (add_pdr_constraints): Same.
13691         (scop_get_reads): Same.
13692         (scop_get_must_writes): Same.
13693         (scop_get_may_writes): Same.
13694         (scop_get_original_schedule): Same.
13695         (extend_schedule): Same.
13696         (apply_schedule_on_deps): Same.
13697         (carries_deps): Same.
13698         (compute_deps): Same.
13699         (scop_get_dependences): Same.
13700         * graphite-isl-ast-to-gimple.c
13701         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
13702         * graphite-optimize-isl.c (get_schedule_for_band): Same.
13703         (get_schedule_for_band_list): Same.
13704         (get_schedule_map): Same.
13705         (apply_schedule_map_to_scop): Same.
13706         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
13707         (build_loop_iteration_domains): Same.
13708         (add_condition_to_pbb): Same.
13709         (add_param_constraints): Same.
13710         (pdr_add_memory_accesses): Same.
13711         (pdr_add_data_dimensions): Same.
13713 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
13715         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
13716         requirements.
13718 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
13720         * common.opt (feliminate-dwarf2-dups): Replace references to
13721         "DWARF 2" with just "DWARF".
13722         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
13723         * doc/extend.texi: Likewise.
13724         * doc/cpp.texi: Likewise.
13725         * doc/invoke.texi: Likewise.
13726         (Option Summary): Add -gdwarf to list of Debugging Options.
13727         (Debugging Options): Document -gdwarf.
13728         * doc/contrib.texi: Spell "DWARF" like that.
13730 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
13732         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
13733         warning.  Fix up formatting.
13735         PR middle-end/67653
13736         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
13737         attempt to mark memory input operand addressable and
13738         call prepare_gimple_addressable in that case.  Don't adjust
13739         input_location for diagnostics, use error_at instead.
13741 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
13743         * config/rs6000/ppc-auxv.h: New file.
13744         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
13745         (cpu_is): Likewise.
13746         (cpu_supports): Likewise.
13747         * config/rs6000/rs6000.c: include "ppc-auxv.h".
13748         (cpu_is_info): New variable.
13749         (cpu_supports_info): Likewise.
13750         (tcb_verification_symbol): Likewise.
13751         (cpu_builtin_p): Likewise.
13752         (cpu_expand_builtin): New function.
13753         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
13754         (rs6000_init_builtins): Likewise.
13755         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
13756         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
13757         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
13758         * configure: Regenerate.
13759         * config.in: Likewise.
13760         * doc/extend.texi (PowerPC Built-in Functions): Document
13761         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
13763 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
13765         PR target/68609
13766         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
13767         domain check.
13768         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
13769         for V4SFmode.
13771 2016-01-20  Richard Henderson  <rth@redhat.com>
13773         PR bootstrap/69343
13774         PR bootstrap/69339
13775         PR tree-opt/68964
13776         Revert:
13777         * tree.c (tm_define_builtin): New.
13778         (find_tm_vector_type): New.
13779         (build_tm_vector_builtins): New.
13780         (build_common_builtin_nodes): Call it.
13782 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
13784         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
13785         (arm_fp_ok): Likewise.
13786         (arm_fp): Likewise.
13787         (arm_crypto): Likewise.
13789 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
13790             Richard Biener  <rguenther@suse.de>
13792         PR tree-optimization/69328
13793         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
13794         vectors have same number of elements.
13795         (vectorizable_condition): Fix masked version recognition.
13797 2016-01-20  Richard Biener  <rguenther@suse.de>
13799         PR tree-optimization/69345
13800         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
13801         (VN_INFO_PTR_INFO): Likewise.
13802         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
13803         info when it is equal between non-dominating SSA names.
13804         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13805         Make sure to look at original SSA infos.
13807 2016-01-20  Jeff Law  <law@redhat.com>
13809         PR target/25114
13810         * config/m68k/predicates.md (pow2_m1_operand): New predicate
13811         extracted from ...
13812         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
13813         (pc_or_label_operand): New predicate.
13814         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
13815         tests for small integers that are 2^n - 1.
13817 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
13819         * doc/invoke.texi (Options Summary): Add '.' after @xref.
13821 2016-01-19  Jeff Law  <law@redhat.com>
13823         PR middle-end/69347
13824         * tree-ssa-threadbackwards.c
13825         (fsm_find_control_statement_thread_paths): Do not try to lookup
13826         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
13828 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
13830         * doc/lto.texi: Remove text that says only Gold has linker plugin
13831         support.
13833 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
13835         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
13836         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
13837         the DIE accordingly.
13838         (modified_type_die): Add REVERSE parameter and pass it recursively,
13839         as well as to base_type_die.  Adjust presence check accordingly.
13840         (base_type_for_mode): Adjust call to modified_type_die.
13841         (add_type_attribute): Add REVERSE parameter and pass it to
13842         modified_type_die.
13843         (generic_parameter_die): Adjust call to add_type_attribute.
13844         (add_scalar_info): Likewise.
13845         (add_subscript_info): Likewise.
13846         (gen_array_type_die): Likewise.
13847         (gen_descr_array_type_die): Likewise.
13848         (gen_entry_point_die): Likewise.
13849         (gen_enumeration_type_die): Likewise.
13850         (gen_formal_parameter_die): Likewise.
13851         (gen_subprogram_die): Likewise.
13852         (gen_variable_die ): Likewise.
13853         (gen_const_die): Likewise.
13854         (gen_field_die): Likewise.
13855         (gen_pointer_type_die): Likewise.
13856         (gen_reference_type_die): Likewise.
13857         (gen_ptr_to_mbr_type_die): Likewise.
13858         (gen_inheritance_die): Likewise.
13859         (gen_subroutine_type_die): Likewise.
13860         (gen_typedef_die): Likewise.
13861         (force_type_die): Adjust call to modified_type_die.
13863 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
13865         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
13866         flow throughout the file.  Fix broken link to Objective-C 2.0
13867         documentation.
13868         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
13869         errors.
13871 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
13873         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
13875 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
13877         PR ipa/66223
13878         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
13879         (maybe_record_node): Record cxa_pure_virtual as the only possible
13880         target if there are not ohter candidates.
13881         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
13883 2016-01-19  Richard Biener  <rguenther@suse.de>
13885         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
13886         (get_memory_order): Likewise.
13888 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
13890         * tree-vect-stmts.c (vectorizable_store): Check
13891         rhs vectype.
13893 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
13895         PR jit/68446
13896         * gcc.c (driver::decode_argv): Add call to
13897         init_opts_obstack before init_options_struct.
13898         * opts.c (init_opts_obstack): Remove idempotency.
13899         (init_options_struct): Replace call to init_opts_obstack
13900         with a gcc_assert to verify that it has already been called.
13901         * toplev.c (toplev::main): Add call to init_opts_obstack before
13902         calls to init_options_struct.
13903         (toplev::finalize): Move cleanup of opts_obstack next to
13904         cleanup of save_decoded_options, clearing the latter, and
13905         save_decoded_options_count.
13907 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13909         PR target/69135
13910         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
13911         attribute to unconditional.  Remove %? from output template.
13913 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
13914             Jiong Wang  <jiong.wang@arm.com>
13916         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
13917         generated from different expand order.
13919 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
13921         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
13922         Add support for CCMP costing.
13924 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
13926         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
13927         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
13928         (fccmpe<mode>): Likewise.
13929         (fcmp): Rename to fcmp and globalize pattern.
13930         (fcmpe): Likewise.
13931         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
13932         (aarch64_gen_ccmp_next): Add FP support.
13934 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
13936         * target.def (gen_ccmp_first): Update documentation.
13937         (gen_ccmp_next): Likewise.
13938         * doc/tm.texi (gen_ccmp_first): Update documentation.
13939         (gen_ccmp_next): Likewise.
13940         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
13941         expand_ccmp_expr_1.  Improve comments.
13942         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
13943         (ccmp_ior<mode>): Remove pattern.
13944         (cmp<mode>): Remove expand.
13945         (cmp): Globalize pattern.
13946         (cstorecc4): Use cc_register.
13947         (mov<mode>cc): Remove ccmp_cc_register check.
13948         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
13949         Simplify after removal of CC_DNE/* modes.
13950         (aarch64_ccmp_mode_to_code): Remove.
13951         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
13952         In 'k' case use integer as condition.
13953         (aarch64_nzcv_codes): Remove inverted cases.
13954         (aarch64_code_to_ccmode): Remove.
13955         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
13956         comparison with CC register to be used in folowing CCMP/branch/CSEL.
13957         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
13958         pattern.  Return the comparison with CC register.  Invert conditions
13959         when bitcode is OR.
13960         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
13961         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
13963 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
13965         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
13966         instrumented_version.
13968 2016-01-19  Richard Biener  <rguenther@suse.de>
13970         PR tree-optimization/69336
13971         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
13972         handled components with get_ref_base_and_extent.
13973         (equal_mem_array_ref_p): Adjust.
13975 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
13977         PR debug/65779
13978         * shrink-wrap.c: Include valtrack.h.
13979         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
13980         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
13981         in between insn and where it will be moved to.  Call
13982         dead_debug_insert_temp.
13983         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
13984         first and dead_debug_local_finish at the end.
13985         For uses and defs bitmap, handle all regs in between REGNO and
13986         END_REGNO, not just the first one.
13988 2016-01-19  Richard Biener  <rguenther@suse.de>
13990         PR tree-optimization/69352
13991         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
13992         (equal_mem_array_ref_p): Constrain size and max size properly.
13993         Compare the reverse flag.
13995 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
13997         * ira.c (ira): Update regstat data if we deleted insns.
13999 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
14001         PR rtl-optimization/68955
14002         PR rtl-optimization/64557
14003         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
14004         here.  Fix up formatting.
14005         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
14007 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14009         PR lto/69133
14010         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
14011         assume that the node has body.
14012         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
14013         check.
14015 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14017         * lto-streamer-out.c (lto_output): Do not stream instrumentation
14018         thunks.
14020 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
14022         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
14023         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
14025 2016-01-19  Martin Jambor  <mjambor@suse.cz>
14026             Martin Liska  <mliska@suse.cz>
14027             Michael Matz  <matz@suse.de>
14029         * Makefile.in (OBJS): Add new source files.
14030         (GTFILES): Add hsa.c.
14031         * common.opt (disable_hsa): New variable.
14032         (-Whsa): New warning.
14033         * config.in (ENABLE_HSA): New.
14034         * configure.ac: Treat hsa differently from other accelerators.
14035         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
14036         $enable_offloading.
14037         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
14038         * doc/install.texi (Configuration): Document --with-hsa-runtime,
14039         --with-hsa-runtime-include, --with-hsa-runtime-lib and
14040         --with-hsa-kmt-lib.
14041         * doc/invoke.texi (-Whsa): Document.
14042         (hsa-gen-debug-stores): Likewise.
14043         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
14044         to invoke offload compiler for hsa acclerator.
14045         * opts.c (common_handle_option): Determine whether HSA offloading
14046         should be performed.
14047         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
14048         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
14049         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
14050         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
14051         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
14052         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
14053         GF_OMP_FOR_KIND_GRID_LOOP.
14054         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
14055         (pp_gimple_stmt_1): Likewise.
14056         * gimple-walk.c (walk_gimple_stmt): Likewise.
14057         * gimple.c (gimple_build_omp_grid_body): New function.
14058         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
14059         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
14060         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
14061         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
14062         GF_OMP_TEAMS_GRID_PHONY.
14063         (gimple_statement_omp_single_layout): Updated comments.
14064         (gimple_build_omp_grid_body): New function.
14065         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
14066         (gimple_omp_for_grid_phony): New function.
14067         (gimple_omp_for_set_grid_phony): Likewise.
14068         (gimple_omp_parallel_grid_phony): Likewise.
14069         (gimple_omp_parallel_set_grid_phony): Likewise.
14070         (gimple_omp_teams_grid_phony): Likewise.
14071         (gimple_omp_teams_set_grid_phony): Likewise.
14072         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
14073         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
14074         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
14075         (BUILT_IN_GOMP_TARGET): Updated type.
14076         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
14077         (adjust_for_condition): New function.
14078         (get_omp_for_step_from_incr): Likewise.
14079         (extract_omp_for_data): Moved parts to adjust_for_condition and
14080         get_omp_for_step_from_incr.
14081         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
14082         (fixup_child_record_type): Bail out if receiver_decl is NULL.
14083         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
14084         (scan_omp_parallel): Do not create child functions for phony
14085         constructs.
14086         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
14087         (scan_omp_1_op): Checking assert we are not remapping to
14088         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
14089         (parallel_needs_hsa_kernel_p): New function.
14090         (expand_parallel_call): Register apprpriate parallel child
14091         functions as HSA kernels.
14092         (grid_launch_attributes_trees): New type.
14093         (grid_attr_trees): New variable.
14094         (grid_create_kernel_launch_attr_types): New function.
14095         (grid_insert_store_range_dim): Likewise.
14096         (grid_get_kernel_launch_attributes): Likewise.
14097         (get_target_argument_identifier_1): Likewise.
14098         (get_target_argument_identifier): Likewise.
14099         (get_target_argument_value): Likewise.
14100         (push_target_argument_according_to_value): Likewise.
14101         (get_target_arguments): Likewise.
14102         (expand_omp_target): Call get_target_arguments instead of looking
14103         up for teams and thread limit.
14104         (grid_expand_omp_for_loop): New function.
14105         (grid_arg_decl_map): New type.
14106         (grid_remap_kernel_arg_accesses): New function.
14107         (grid_expand_target_kernel_body): New function.
14108         (expand_omp): Call it.
14109         (lower_omp_for): Do not emit phony constructs.
14110         (lower_omp_taskreg): Do not emit phony constructs but create for them
14111         a temporary variable receiver_decl.
14112         (lower_omp_taskreg): Do not emit phony constructs.
14113         (lower_omp_teams): Likewise.
14114         (lower_omp_grid_body): New function.
14115         (lower_omp_1): Call it.
14116         (grid_reg_assignment_to_local_var_p): New function.
14117         (grid_seq_only_contains_local_assignments): Likewise.
14118         (grid_find_single_omp_among_assignments_1): Likewise.
14119         (grid_find_single_omp_among_assignments): Likewise.
14120         (grid_find_ungridifiable_statement): Likewise.
14121         (grid_target_follows_gridifiable_pattern): Likewise.
14122         (grid_remap_prebody_decls): Likewise.
14123         (grid_copy_leading_local_assignments): Likewise.
14124         (grid_process_kernel_body_copy): Likewise.
14125         (grid_attempt_target_gridification): Likewise.
14126         (grid_gridify_all_targets_stmt): Likewise.
14127         (grid_gridify_all_targets): Likewise.
14128         (execute_lower_omp): Call grid_gridify_all_targets.
14129         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
14130         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
14131         (tree_omp_clause): Added union field dimension.
14132         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
14133         * tree.c (omp_clause_num_ops): Added number of arguments of
14134         OMP_CLAUSE__GRIDDIM_.
14135         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
14136         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
14137         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
14138         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
14139         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
14140         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
14141         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
14142         * tree-pass.h (make_pass_gen_hsail): Declare.
14143         (make_pass_ipa_hsa): Likewise.
14144         * ipa-hsa.c: New file.
14145         * lto-section-in.c (lto_section_name): Add hsa section name.
14146         * lto-streamer.h (lto_section_type): Add hsa section.
14147         * timevar.def (TV_IPA_HSA): New.
14148         * hsa-brig-format.h: New file.
14149         * hsa-brig.c: New file.
14150         * hsa-dump.c: Likewise.
14151         * hsa-gen.c: Likewise.
14152         * hsa.c: Likewise.
14153         * hsa.h: Likewise.
14154         * toplev.c (compile_file): Call hsa_output_brig.
14155         * hsa-regalloc.c: New file.
14157 2016-01-18  Jeff Law  <law@redhat.com>
14159         PR tree-optimization/69320
14160         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
14161         ranged object, do nothing if the RHS constant is not [0..1].
14162         (optimize_stmt): Comparing a boolean ranged object against a
14163         constant outside [0..1] results in a compile-time constant.
14165         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
14166         test.
14168 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
14170         * doc/invoke.texi (Invoking GCC): Add new section to menu.
14171         (Option Summary): Update to reflect new section and moved options.
14172         (C++ Dialect Options): Move -fstats to new section.
14173         (Debugging Options): Move all dump, statistics, and other GCC
14174         developer options to new section.  Rewrite section introduction
14175         and re-order remaining options to put the more basic ones first.
14176         (Optimization Options): Move -fira-verbose and -flto-report* to
14177         new section.
14178         (Developer Options): New section incorporating moved options.
14179         * doc/cppopts.texi (-dM): Update cross-reference.
14181 2016-01-18  Richard Henderson  <rth@redhat.com>
14183         PR target/69176
14184         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
14185         operands to pseudo only if CSE is expected.  Split long immediate
14186         operands only after reload, and for the stack pointer.
14187         (*add<GPI>3_pluslong): Remove.
14188         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
14189         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
14190         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
14191         (*add<GPI>3 peepholes): New.
14192         (*add<GPI>3 splitters): New.
14193         * config/aarch64/constraints.md (Upl): New.
14194         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
14196 2016-01-18  Richard Biener  <rguenther@suse.de>
14198         PR tree-optimization/69297
14199         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
14200         stmt at most once.
14201         (vect_bb_vectorization_profitable_p): Clear visited flag again.
14203 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
14205         PR middle-end/68542
14206         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
14207         of mixind vector and scalar types.
14208         (fold_relational_const): Add handling of vector
14209         comparison with boolean result.
14210         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
14211         comparison of vector operands with boolean result for EQ/NE only.
14212         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
14213         (verify_gimple_cond): Likewise.
14214         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
14215         valid type of VAL.
14217 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
14219         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
14220         !TARGET_OCTEON.
14222 2016-01-18  Richard Biener  <rguenther@suse.de>
14224         PR middle-end/69308
14225         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
14227 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14229         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
14231 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14233         * omp-low.c (set_oacc_fn_attrib): Make extern.
14234         * omp-low.h (set_oacc_fn_attrib): Declare.
14235         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
14236         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
14237         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
14238         Add and handle function parameter oacc_kernels_p.
14239         (find_reduc_addr, get_omp_data_i_param): New function.
14240         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
14241         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
14242         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
14243         Calculate dominance info.  Skip loops that are not in a kernels region
14244         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
14245         (pass_parallelize_loops::execute): Call parallelize_loops with
14246         oacc_kernels_p argument.
14247         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
14248         New member function.
14249         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
14250         * passes.def: Add argument to pass_parallelize_loops instantation.
14252 2016-01-18  Tom de Vries  <tom@codesourcery.com>
14254         * tree-parloops.c (pass_parallelize_loops::execute): Allow
14255         pass_parallelize_loops to be run outside the loop pipeline.
14257 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14259         * tree-scalar-evolution.c (follow_copies_to_constant): New.
14260         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
14262 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14264         PR target/63679
14265         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
14266         using get_ref_base_and_extent.
14267         (equal_mem_array_ref_p): New.
14268         (hashable_expr_equal_p): Add call to previous.
14270 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
14272         PR target/63679
14273         * tree-sra.c (disqualified_constants, constant_decl_p): New.
14274         (sra_initialize): Allocate disqualified_constants.
14275         (sra_deinitialize): Free disqualified_constants.
14276         (disqualify_candidate): Update disqualified_constants when appropriate.
14277         (create_access): Scan for constant-pool entries as we go along.
14278         (scalarizable_type_p): Add check against type_contains_placeholder_p.
14279         (maybe_add_sra_candidate): Allow constant-pool entries.
14280         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
14281         (initialize_constant_pool_replacements): New.
14282         (sra_modify_assign): Avoid mangling assignments created by previous,
14283         and don't generate writes into constant pool.
14284         (sra_modify_function_body): Call initialize_constant_pool_replacements.
14286 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
14288         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
14289         andnot instruction.
14290         (scalar_chain::convert_op): Likewise.
14291         * config/i386/i386.md (*andndi3_doubleword): New.
14293 2016-01-18  Richard Biener  <rguenther@suse.de>
14295         PR tree-optimization/69170
14296         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
14297         building a vector from scalar results of a pattern stmt.
14299 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
14301         * haifa-sched.c (autopref_multipass_init): Work around
14302         -Wmaybe-uninitialized warning.
14304 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14306         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
14307         against the constant 0.
14309 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14311         PR tree-optimization/68799
14312         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
14313         look up phi candidates in the statement-candidate map.
14314         (phi_add_costs): Likewise.
14315         (record_phi_increments): Likewise.
14316         (phi_incr_cost): Likewise.
14317         (ncd_with_phi): Likewise.
14318         (all_phi_incrs_profitable): Likewise.
14320 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
14322         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
14323         -Wmaybe-uninitialized warning.
14325 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
14327         * doc/invoke.texi (Invoking GCC): Add new section to menu.
14328         (Option Summary): Update to reflect new section and moved options.
14329         (C++ Dialect Options): Move -fvtable-verify and related options.
14330         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
14331         and profiling-related options.
14332         (Optimization Options): Move profile generation options and
14333         -fstack-protector and related options.
14334         (Instrumentation Options): New section incorporating moved options.
14335         (Code Generation Options): Move -finstrument-functions and
14336         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
14338 2016-01-16  Tom de Vries  <tom@codesourcery.com>
14340         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
14342 2016-01-16  Tom de Vries  <tom@codesourcery.com>
14344         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
14346 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
14348         * hash-table.h (hash_table::empty): Turn into an inline wrapper
14349         that checks whether the table is already empty.  Rename the
14350         original implementation to...
14351         (hash_table::empty_slot): ...this new private function.
14353 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
14355         PR diagnostic/68899
14356         * diagnostic-show-locus.c (layout::print_source_line): Move x
14357         offset of line until after call to
14358         get_line_width_without_trailing_whitespace.
14360 2016-01-15  Jeff Law  <law@redhat.com>
14362         PR tree-optimization/69270
14363         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
14364         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
14365         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
14366         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
14367         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
14368         ssa_name_has_boolean_range and constant_boolean_node.
14370 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
14372         PR rtl-optimization/69030
14373         * lra-spills.c (remove_pseudos): Check nrefs and make the function
14374         returning bool.
14375         (spill_pseudos): Delete debug insn for dead pseudo.
14376         (lra_spill): Initiate spill_hard_reg and slots memory separately.
14378 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
14380         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
14381         New.
14382         (TYPES_UNOPUS): Likewise.
14383         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
14384         builtin type, from UNOP to UNOPUS.
14385         (lbtruncuv4sf): Likewise.
14386         (lbtruncuv2df): Likewise.
14387         (lrounduv2sf): Likewise.
14388         (lrounduv4sf): Likewise.
14389         (lrounduv2df): Likewise.
14390         (lroundusf): Likewise.
14391         (lroundusf): Likewise.
14392         (lceiluv2sf): Likewise.
14393         (lceiluv4sf): Likewise.
14394         (lceiluv2df): Likewise.
14395         (lceilusf): Likewise.
14396         (lceiludf): Likewise.
14397         (lflooruv2sf): Likewise.
14398         (lflooruv4sf): Likewise.
14399         (lflooruv2df): Likewise.
14400         (lfloorusf): Likewise.
14401         (lfloorudf): Likewise.
14402         (lfrintnuv2sf): Likewise.
14403         (lfrintnuv4sf): Likewise.
14404         (lfrintnuv2df): Likewise.
14405         (lfrintnusf): Likewise.
14406         (lfrintnudf): Likewise.
14407         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
14408         conversion.
14409         (vcvtq_u32_f32): Likewise.
14410         (vcvtq_u64_f64): Likewise.
14411         (vcvta_u32_f32): Likewise.
14412         (vcvtaq_u32_f32): Likewise.
14413         (vcvtaq_u64_f64): Likewise.
14414         (vcvtm_u32_f32): Likewise.
14415         (vcvtmq_u32_f32): Likewise.
14416         (vcvtmq_u64_f64): Likewise.
14417         (vcvtn_u32_f32): Likwise.
14418         (vcvtnq_u32_f32): Likewise.
14419         (vcvtnq_u64_f64): Likewise.
14420         (vcvtp_u32_f32): Likewise.
14421         (vcvtpq_u32_f32): Likewise.
14422         (vcvtpq_u64_f64): Likewise.
14423         (vcvtmd_u64_f64): Likewise.
14424         (vcvtms_u32_f32): Likewise.
14425         (vcvtad_u64_f64): Likewise.
14426         (vcvtas_u32_f32): Likewise.
14427         (vcvtnd_u64_f64): Likewise.
14428         (vcvtns_u32_f32): Likewise.
14429         (vcvtpd_u64_f64): Likewise.
14430         (vcvtps_u32_f32): Likewise.
14432 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14434         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
14435         CSEL of zero_extended registers.
14437 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14439         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
14440         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
14442 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14444         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
14445         false when argument string is not found in the attributes table
14446         at all.
14448 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
14450         PR target/68609
14451         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
14452         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
14453         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
14454         precision estimate.
14456 2016-01-15  Richard Biener  <rguenther@suse.de>
14458         PR tree-optimization/66856
14459         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
14460         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
14461         (vect_create_new_slp_node): Increment stmt reference count.
14462         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
14463         an SLP tree before swapping operands.
14464         (vect_build_slp_tree): Likewise.
14465         (destroy_bb_vec_info): Free stmt info after SLP instances.
14466         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
14467         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
14468         (STMT_VINFO_NUM_SLP_USES): New macro.
14470 2016-01-15  Richard Biener  <rguenther@suse.de>
14472         PR debug/69137
14473         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
14474         (add_linkage_name): ... here.
14475         (gen_typedef_die): Use add_linkage_name_raw instead of
14476         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
14477         if necessary.
14479 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
14481         * gimplify.c (oacc_default_clause): Decode reference and pointer
14482         types for both kernels and parallel regions.
14484 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
14486         PR middle-end/69246
14487         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
14489 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
14491         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
14492         (convert_scalars_to_vector): Likewise.
14494 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
14496         * doc/extend.texi (Type Traits): Fix grammar.
14498 2016-01-15  Martin Jambor  <mjambor@suse.cz>
14500         * tree-inline.c (remap_decl): Use existing dclarations if
14501         remapping a type and prevent_decl_creation_for_types.
14502         (replace_locals_stmt): Do an initial remapping of non-VLA typed
14503         decls first.  Do real remapping with
14504         prevent_decl_creation_for_types set.
14505         * tree-inline.h (copy_body_data): New field
14506         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
14507         padding.
14509 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14511         * config/s390/s390.opt (mmvcle): More verbose help text.
14513 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14515         * config/s390/s390.opt: Add period to -mzvector option text.
14517 2016-01-15  Richard Biener  <rguenther@suse.de>
14519         PR tree-optimization/68961
14520         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
14521         of invariants in stores again.
14523 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
14525         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
14527 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
14529         * config/i386/i386.c (ix86_expand_branch): Don't split
14530         DI mode xor instruction to SI mode.
14532 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
14534         PR ipa/68148
14535         * ipa-icf.c (sem_function::merge): Virtual functions may become
14536         reachable even if they address is not taken and there are no
14537         idrect calls.
14539 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
14541         * lto-streamer-out.c (subtract_estimated_size): New function.
14542         (get_symbol_initial_value): Use it.
14544 2016-01-15  Christian Bruel  <christian.bruel@st.com>
14546         PR target/65837
14547         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
14548         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
14549         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
14550         use add_builtin_function_ext_scope instead of add_builtin_function.
14551         (neon_set_p, neon_crypto_set_p): Remove.
14552         (arm_init_builtins): Always call arm_init_neon_builtins and
14553         arm_init_crypto_builtins.
14554         (arm_expand_builtin): Check that builtins are allowed for the arch.
14555         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
14556         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
14557         arm_init_neon_builtins call.
14559 2016-01-15  Richard Biener  <rguenther@suse.de>
14561         PR tree-optimization/69117
14562         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
14563         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
14564         of the leader conservatively.
14565         (free_scc_vn): Restore original SSA name infos.
14567 2016-01-14  Jeff Law  <law@redhat.com>
14569         PR tree-optimization/69270
14570         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
14571         single bit of precision, verify it's also unsigned.
14572         (record_edge_info): Use constant_boolean_node rather than fold_convert
14573         to convert boolean_true/boolean_false to the right type.
14575 2016-01-14  Richard Henderson  <rth@redhat.com>
14577         PR rtl-opt/69014
14578         * loop-doloop.c (record_reg_sets): New.
14579         (doloop_optimize): Reject the transform if the sequence
14580         clobbers registers live at the end of the loop block.
14581         (doloop_optimize_loops): Enable df_live if needed.
14583 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
14585         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
14586         * config/rs6000/rs6000.c: Likewise.
14587         * config/rs6000/rs6000.h: Likewise.
14588         * config/rs6000/rs6000.md: Likewise.
14589         * doc/extend.texi: Likewsie.
14591 2016-01-14  Jeff Law  <law@redhat.com>
14593         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
14594         typo.
14596 2016-01-14  Richard Henderson  <rth@redhat.com>
14598         PR c/69272
14599         PR tree-opt/68964
14600         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
14601         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
14602         instead of builtin_decl_declared_p to test for declaration.
14604 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
14606         * doc/loop.texi (Loop Analysis and Representation): Document
14607         loop_depth function.
14609 2016-01-14  Tom de Vries  <tom@codesourcery.com>
14611         PR tree-optimization/68773
14612         * omp-low.c (expand_omp_target): Don't set force_output.
14613         * varpool.c (varpool_node::get_create): Same.
14614         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
14615         offload_funcs with force_output.
14617 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
14619         PR debug/69244
14620         * lra-eliminations.c (move_plus_up): Don't change anything if either
14621         the outer or inner subreg mode is not MODE_INT.
14622         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
14623         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
14625 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
14627         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
14628         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
14629         reduc_uplus_@var{m}): Remove.
14630         * expr.c (expand_expr_real_2): Remove expansion path for
14631         reduc_[us](min|max|plus) optabs.
14632         * optabs-tree.c (scalar_reduc_to_vector): Remove.
14633         * optabs-tree.h (scalar_reduc_to_vector): Remove.
14634         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
14635         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
14636         * tree-vect-loop.c (vectorizable_reduction): Remove test for
14637         reduc_[us](min|max|plus) optabs.
14639 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
14641         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
14642         (reduc_plus_scal_v2sf): New.
14643         (reduc_smax_v2sf): Rename to...
14644         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
14645         (reduc_smin_v2sf): Rename to...
14646         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
14648 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
14650         * alias.c (compare_base_symbol_refs): New function.
14651         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
14652         it.
14654 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
14656         PR middle-end/68146
14657         PR tree-optimization/69155
14658         * tree-complex.c: Include cfganal.h.
14659         (phis_to_revisit): New variable.
14660         (extract_component): Add phiarg_p argument.  Assert that returned
14661         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
14662         (update_phi_components): Partly rewrite to use loop over real/imag
14663         components instead of code duplication.  If extract_component returns
14664         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
14665         create_tmp_reg into the PHI node instead, and mention the phi triplet
14666         in phis_to_revisit.
14667         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
14668         in phis_to_revisit at the end.
14670 2016-01-14  Richard Biener  <rguenther@suse.de>
14672         PR tree-optimization/68060
14673         * tree-vect-loop.c (vect_is_simple_reduction): Check the
14674         outer loop reduction is only used in the inner loop before
14675         detecting a double reduction.
14677 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
14679         PR target/68269
14680         * combine.c (expand_field_assignment): Punt if compute_mode is
14681         unsupported scalar mode.
14683 2016-01-14  Richard Biener  <rguenther@suse.de>
14685         PR tree-optimization/66856
14686         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
14687         SLP node only if it built successfully.
14688         (vect_analyze_slp_instance): Adjust.
14690 2016-01-14  Jeff Law  <law@redhat.com>
14692         PR tree-optimization/69270
14693         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
14694         (record_edge_info): Use it.  Convert boolean_{true,false}_node
14695         to the type of op0.
14697 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
14699         PR ipa/66487
14700         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
14701         use block_ultimate_origin
14702         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
14704 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
14706         * doc/invoke.texi (Submodel Options): Rename section to
14707         "Machine-Dependent Options" to better reflect its content.
14708         Rewrite introductory text to remove archaic CPU names.
14709         Update references.
14711 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
14713         * doc/invoke.texi (Code Gen Options): Move section up in file,
14714         before target-specific options.  Update menu and option summary
14715         to reflect the new section ordering.
14717 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
14719         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
14720         (C++ Dialect Options): Add cross-reference to -std option.
14721         * doc/standards.texi (C++ Language): Document C++14 support.
14723 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
14725         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
14726         for pack/unpack functions for __ibm128.
14727         (PACK_IF): Likewise.
14728         (UNPACK_IF): Likewise.
14730         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
14731         support for __ibm128 pack/unpack functions.
14732         (rs6000_invalid_builtin): Likewise.
14733         (rs6000_init_builtins): Likewise.
14734         (rs6000_opt_masks): Likewise.
14736         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
14737         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
14738         functions
14739         (RS6000_BTM_COMMON): Likewise.
14741         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
14742         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
14743         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
14744         128-bit floating point.  Add support for the double values to be
14745         in Altivec registers for TF/IF packing and unpacking, but restrict
14746         TD packing sub-fields to be FPR registers.  Don't allow overlapped
14747         register support for packing.  Allow pack inputs to be memory
14748         locations.  Don't build generator functions for unpack<mode>_dm
14749         and unpack<mode>_nodm.
14750         (unpack<mode>_dm): Likewise.
14751         (unpack<mode>_nodm): Likewise.
14752         (pack<mode>): Likewise.
14754         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
14755         built-in functions to pack/unpack explicit __ibm128 values.
14756         (__builtin_unpack_ibm128): Likewise.
14758         * doc/extend.texi (PowerPC Built-in Functions): Document
14759         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
14761 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
14763         PR c/66208
14764         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
14765         Add new arg loc and pass it down as context.
14766         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
14767         to the location to use for the warning.
14768         (check_function_arguments): New arg loc.  All callers changed.  Pass
14769         it to check_function_nonnull.
14770         * c-common.h (check_function_arguments): Adjust declaration.
14772 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
14774         PR tree-optimization/69156
14775         * gimple.c (validate_type): Removed.
14776         (gimple_builtin_call_types_compatible_p): Use
14777         useless_type_conversion_p instead of validate_type.
14778         * value-prof.c (gimple_stringop_fixed_value): Fold
14779         icall_size to correct type.
14781 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
14783         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
14784         effects.
14786 2016-01-13  Richard Henderson  <rth@redhat.com>
14788         PR tree-opt/68964
14789         * target.def (builtin_tm_load, builtin_tm_store): Remove.
14790         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
14791         (ix86_builtin_tm_store): Remove.
14792         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
14793         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
14794         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
14795         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
14796         * doc/tm.texi: Rebuild.
14798         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
14799         (BUILT_IN_TM_MEMCPY_RTWN): New.
14800         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
14801         fallback from vector to integer helpers.
14802         (build_tm_load): Handle vector types directly, instead of
14803         via target hook.
14804         (build_tm_store): Likewise.
14805         (expand_assign_tm): Prepare for register types not handled by
14806         the above.  Copy them to memory and use memcpy.
14807         * tree.c (tm_define_builtin): New.
14808         (find_tm_vector_type): New.
14809         (build_tm_vector_builtins): New.
14810         (build_common_builtin_nodes): Call it.
14812 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
14814         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
14815         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
14817 2016-01-13  Tom de Vries  <tom@codesourcery.com>
14819         PR tree-optimization/69169
14820         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
14821         handled_struct_type param.
14822         (create_variable_info_for, intra_create_variable_infos): Call
14823         create_variable_info_for_1 with extra arg.
14825 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
14827         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
14828         and "armv8.1-a+crc" entries.
14830 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
14832         PR target/69228
14833         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
14834         Change first operand predicate from register_or_constm1_operand
14835         to register_operand.
14836         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
14837         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
14838         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
14839         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
14840         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
14841         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
14842         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
14843         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
14844         comparison with constm1_rtx from vec_prefetch_gen part.
14846 2016-01-13  Richard Biener  <rguenther@suse.de>
14848         PR tree-optimization/69013
14849         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
14850         Exchange assert for a test.
14852 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14854         PR target/69247
14855         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
14857 2016-01-13  Richard Biener  <rguenther@suse.de>
14859         PR tree-optimization/69242
14860         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
14861         assert with a check.
14863 2016-01-13  Richard Biener  <rguenther@suse.de>
14865         PR tree-optimization/69186
14866         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
14867         Properly guard vect_update_misalignment_for_peel call.
14869 2016-01-12  Jeff Law  <law@redhat.com>
14871         PR tree-optimization/pr67755
14872         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
14873         "need_profile_correction".
14874         (thread_block_1): Initialize new field to false by default.  If we
14875         have multiple thread paths through a common joiner to different
14876         final targets, then set new field to true.
14877         (compute_path_counts): Only do count adjustment when it's really
14878         needed.
14880 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
14882         * doc/invoke.texi (Spec Files): Move section down in file, past
14883         all command-line option descriptions.
14885 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14887         PR middle-end/54809
14888         * doc/gty.texi: Remove documentation of mark_hook.
14889         * gengtype.c (struct write_types_data): Remove code to support
14890         mark_hook attribute.
14891         (walk_type): Likewise.
14892         (write_func_for_structure): Likewise.
14894 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
14896         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
14897         Directory Options, and -specs= to Overall Options.
14898         (Overall Options): Adjust similarly.  Reorder to group related
14899         options together.  Make -specs= cross-reference the spec file details.
14900         (Directory Options): Adjust similarly.
14902 2016-01-12  Jeff Law  <law@redhat.com>
14904         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
14906 2016-01-12  Olivier Hainque  <hainque@adacore.com>
14908         * gcc.c (spec_undefvar_allowed): New global.
14909         (process_command): Set to true when running for --version or --help,
14910         alone or together.
14911         (getenv_spec_function): When the variable is not defined, use the
14912         variable name as the variable value if we're allowed not to issue
14913         a fatal error.
14915 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
14917         PR tree-optimization/68911
14918         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
14919         information computed for expression "init + nit * step".
14921 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
14923         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
14924         about name of GCC executable.  Remove deleted node from menu.
14925         (Directory Options) <-B>: Remove cross-reference to deleted node.
14926         (Target Options): Delete section.
14928 2016-01-12  Christian Bruel  <christian.bruel@st.com>
14930         PR target/69180
14931         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
14932         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
14934 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
14936         PR target/69198
14937         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
14938         aligned_mem is properly set for AVX512-VL floating point masked
14939         stores.
14941         PR target/69175
14942         * ifcvt.c (cond_exec_process_if_block): When removing the last
14943         insn from then_bb, remove also any possible barriers that follow it.
14945 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
14947         PR target/68456
14948         PR target/69226
14949         * config/i386/iamcu.h (SIZE_TYPE): New macro.
14950         (PTRDIFF_TYPE): Likewise.
14951         (WCHAR_TYPE): Likewise.
14952         (WCHAR_TYPE_SIZE): Likewise.
14953         (STDINT_LONG32): Likewise.
14955 2016-01-12  Richard Biener  <rguenther@suse.de>
14957         PR tree-optimization/69053
14958         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
14959         convert initial value for cond reductions.
14961 2016-01-12  Richard Biener  <rguenther@suse.de>
14963         PR tree-optimization/69007
14964         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
14965         widen_sum after dot_prod and sad.
14967 2016-01-12  Richard Biener  <rguenther@suse.de>
14969         PR tree-optimization/69168
14970         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
14971         pattern stmt SLP type.
14972         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
14973         end up unused so cope with that case.
14975 2016-01-12  Richard Biener  <rguenther@suse.de>
14977         PR tree-optimization/69157
14978         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
14979         stmts def type only during analyze phase.
14980         (vectorizable_call): Likewise.
14981         (vectorizable_simd_clone_call): Likewise.
14982         (vectorizable_conversion): Likewise.
14983         (vectorizable_assignment): Likewise.
14984         (vectorizable_shift): Likewise.
14985         (vectorizable_operation): Likewise.
14986         (vectorizable_store): Likewise.
14987         (vectorizable_load): Likewise.
14989 2016-01-12  Richard Biener  <rguenther@suse.de>
14991         PR tree-optimization/69174
14992         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
14993         space.
14994         (vectorizable_load): Properly compute the number of loads needed
14995         for permuted strided SLP loads and do not spuriously assign
14996         to SLP_TREE_VEC_STMTS.
14998 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
15000         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
15001         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
15002         (MD_EXEC_PREFIX): Remove.
15003         (MD_STARTFILE_PREFIX) Removee.
15004         (FILE_NAME_ABSOLUTE_P): Remove.
15005         (CPP_SPEC): Do not read macros from sys/version.h.
15006         (LINK_COMMAND_SPEC): Remove.
15007         (LOCAL_INCLUDE_DIR): Remove.
15008         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
15009         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
15010         (POST_LINK_SPEC): Define to invoke stubify after linker
15011         (LIBSTDCXX): Remove define
15012         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
15013         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
15014         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
15015         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
15016         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
15017         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
15018         (i386_djgpp_asm_named_section): Add propotype of new procedure
15020         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
15021         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
15022         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
15023         in config/i386/djgpp.h).
15024         (STANDARD_STARTFILE_PREFIX_2): Define identical to
15025         STANDARD_STARTFILE_PREFIX_1.
15026         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
15027         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
15028         installation errors.
15029         (MAX_OFILE_ALIGNMENT): Define to 128.
15030         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
15032         * config/i386/djgpp.c: New file. Add implementation of
15033         i386_djgpp_asm_named_section.
15035         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
15037         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
15038         Add rule for building djgpp.o.
15040 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15042         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
15043         (rtx_is_swappable_p): Reductions are swappable.
15044         (insn_is_swappable_p): V2DF reductions are swappable.
15046 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
15048         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
15049         reloads for other unsupported memory operands.
15051 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
15052             Jim Wilson  <jim.wilson@linaro.org>
15054         PR target/69194
15055         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
15056         copy_to_mode_reg instead of force_reg.
15058 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
15060         PR target/69225
15061         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
15062         TARGET_80387 is true.
15064 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
15066         PR target/69071
15067         * lra-eliminations.c (move_plus_up): Only move plus up
15068         if subreg of the constant can be simplified into constant
15069         and use the simplified subreg of the constant instead of
15070         the original constant.
15072         * fold-const.c (fold_convertible_p): Don't return true
15073         for conversion of VECTOR_TYPE to same sized integral type.
15074         (fold_convert_loc): Fix up formatting.  Fold conversion of
15075         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
15076         instead of NOP_EXPR.
15078         PR tree-optimization/69214
15079         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
15080         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
15081         Formatting fix.
15083         PR tree-optimization/69207
15084         * tree-vect-slp.c (vect_get_constant_vectors): For
15085         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
15086         fold_convertible_p to vector_type's element type, and always
15087         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
15089 2016-01-11  Richard Biener  <rguenther@suse.de>
15091         PR tree-optimization/69173
15092         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
15093         fixup the cycle if all stmts are in a pattern.
15095 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
15097         PR middle-end/68999
15098         * alias.c (base_alias_check): Move check for addresses with
15099         alignment ANDs before the call for compare_base_decls.
15100         (memrefs_conflict_p): Return -1 for different decls
15101         that went through alignment adjustments.
15103 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15105         PR rtl-optimization/68796
15106         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
15107         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
15108         and QImode comparisons against zero with CC_NZmode.
15109         * config/aarch64/iterators.md (short_mask): New mode_attr.
15111 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
15113         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
15114         (<avx512>_store<mode>_mask): Likewise.
15116 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
15117             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15119         PR rtl-optimization/68841
15120         * ifcvt.c (struct noce_if_info): Add orig_x field.
15121         (bbs_ok_for_cmove_arith): Add to_rename parameter.
15122         Don't record conflicts on to_rename if it's present.
15123         Allow memory destinations in sets.
15124         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
15125         blocks, passing orig_x to the checks.
15126         (noce_process_if_block): Set if_info->orig_x appropriately.
15128 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15130         PR tree-optimization/69069
15131         * tree-parloops.c (create_parallel_loop): Add missing phi args.
15133 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
15135         PR rtl-optimization/68920
15136         * config/i386/i386.c (ix86_option_override_internal): Restrict number
15137         of conditional moves for  RTL if-conversion to 1 for
15138         TARGET_ONE_IF_CONV_INSN.
15139         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
15140         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
15141         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
15142         parameter to restirct number of conditional moves for
15143         RTL if-conversion.
15144         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
15145         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
15146         conditionl moves.
15148 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
15150         PR bootstrap/69123
15151         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
15152         onepart vars.  Fix typo in comment.  Fix reversed condition in
15153         unshare test.
15154         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
15156         PR bootstrap/69123
15157         * var-tracking.c (dump_onepart_variable_differences): New.
15158         (dataflow_set_different): If a detailed dump is requested,
15159         delay early returns and dump differences between onepart
15160         variables present before and after, and added variables.
15162 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
15164         PR target/69010
15165         * expr.c (expand_expr_real_1): For boolean vector constants
15166         with a scalar mode use const_scalar_mask_from_tree.
15167         (const_scalar_mask_from_tree): New.
15168         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
15169         assigned to a mask type to handle constants.
15171 2016-01-11  Martin Jambor  <mjambor@suse.cz>
15173         PR ipa/69044
15174         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
15175         useless parameters if we cannot change function signature.
15177 2016-01-11  Martin Jambor  <mjambor@suse.cz>
15179         PR ipa/66616
15180         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
15181         flag.
15183 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15185         PR tree-optimization/69109
15186         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
15187         latch with phi.
15189 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15191         PR tree-optimization/69108
15192         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
15193         res is not used in a phi.
15195 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
15197         PR 67425
15198         * common.opt (frandom-seed): Fix parameter name.
15199         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
15201 2016-01-11  Tom de Vries  <tom@codesourcery.com>
15203         PR tree-optimization/69058
15204         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
15205         not supported.
15207 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
15209         * config/arc/arc.opt (mdiv-rem): Add period to the end.
15210         (mcode-density): Likewise.
15212 2016-01-10  Tom de Vries  <tom@codesourcery.com>
15214         PR tree-optimization/69062
15215         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
15216         (parallelize_loops): Don't paralelize loop that has phi with address
15217         arg.
15219 2016-01-10  Tom de Vries  <tom@codesourcery.com>
15221         PR tree-optimization/69039
15222         * tree-parloops.c (try_create_reduction_list): Only allow single exit
15223         phi for reduction.
15225 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
15227         PR middle-end/68743
15228         * match.pd: Require target has function_c99_misc before doing
15229         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
15231 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
15233         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
15234         use GMPINC.
15235         * configure: Regenerate.
15237 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
15239         PR middle-end/50865
15240         PR tree-optimization/69097
15241         * fold-const.h (expr_not_equal_to): New prototype.
15242         * fold-const.c: Include stringpool.h and tree-ssanames.h.
15243         (expr_not_equal_to): New function.
15244         * match.pd (X % -Y is the same as X % Y): Don't optimize
15245         unless X is known not to be equal to minimum or Y is known
15246         not to be equal to -1.
15247         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
15248         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
15249         (simplify_stmt_using_ranges): Adjust caller.
15250         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
15251         substitute_and_fold.
15253 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
15255         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
15256         w/o DECL_NAME.
15258 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15260         PR tree-optimization/69167
15261         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
15262         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
15263         ops[0] comparison.
15264         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
15266 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
15267             Richard Biener  <rguenther@suse.de>
15269         PR tree-optimization/68707
15270         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
15271         instances that can be handled via vect_load_lanes.
15273 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
15275         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
15276         if we can't determine address equivalence.
15277         * alias.c (compare_base_decl): Update for changed return value of
15278         symtab_node::equal_address_to.
15280 2016-01-08  Jason Merrill  <jason@redhat.com>
15282         PR c++/68983
15283         PR c++/67557
15284         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
15285         * expr.c (store_field): Not here.
15286         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
15287         call with TREE_ADDRESSABLE type.
15288         * tree-cfg.c (verify_gimple_call): Adjust.
15290 2016-01-08  Olivier Hainque  <hainque@adacore.com>
15292         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
15293         libc_internal.
15295 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
15297         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
15298         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
15299         (reduc_smin_v2sf): Rename to...
15300         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
15301         (reduc_splus_v2sf): Rename to...
15302         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
15304 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15306         PR tree-optimization/69162
15307         * gimplify.c (gimplify_va_arg_expr): Encode original type of
15308         valist argument in another argument.
15309         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
15310         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
15311         to determine the va_list type, build a MEM_REF instead of
15312         build_fold_indirect_ref.
15314         PR tree-optimization/69172
15315         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
15316         gimple_build.
15318 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15320         PR tree-optimization/67781
15321         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
15322         and cmpnop in two steps: first the ones not accessed in original
15323         gimple expression in a endian independent way and then the ones not
15324         accessed in the final result in an endian-specific way.
15326 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
15328         PR tree-optimization/69083
15329         * tree-vect-slp.c (vect_get_constant_vectors): For
15330         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
15331         element type.  If op is fold_convertible_p to vector_type's element
15332         type, use NOP_EXPR instead of VCE.
15334 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
15336         PR rtl-optimization/67778
15337         PR rtl-optimization/68634
15338         PR rtl-optimization/68909
15339         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
15340         block from the stack until done with it.  Remove a superfluous
15341         bitmap set.  Remove a superfluous bitmap test.
15343 2016-01-07  Martin Sebor  <msebor@redhat.com>
15345         PR c/68966
15346         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
15347         constraint on the type of arguments.
15349 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
15351         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
15352         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
15353         unaligned_access on the gcc_options set.
15354         * config/arm/arm.c (arm_option_override_internal): Use
15355         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
15357 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
15359         PR target/69140
15360         * config/i386/i386.c (ix86_frame_pointer_required): Enable
15361         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
15363 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
15365         Revert
15366         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
15368         PR target/69140
15369         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
15370         depending on frame_pointer_needed before remaining integer and SSE
15371         registers are saved.
15373 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
15375         PR 1078
15376         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
15378 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
15380         PR target/69171
15381         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
15382         Use the "xBm" constraint.
15383         (float<sseintvecmodelower><mode>2<mask_name><round_name):
15384         Likewise.
15385         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
15386         (sse_cvtsi2ssq<round_name>): Likewise.
15387         (sse_cvtss2si<round_name>): Likewise.
15388         (sse_cvtss2siq<round_name>): Likewise.
15389         (sse2_cvtsi2sdq<round_name>): Likewise.
15390         (sse2_cvtsd2si<round_name>): Likewise.
15391         (sse2_cvtsd2siq<round_name>): Likewise.
15392         * config/i386/subst.md (round_nimm_scalar_predicate): New
15393         predicate.
15395 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
15397         PR middle-end/67639
15398         * varasm.c (make_decl_rtl): Mark invalid register vars as
15399         DECL_EXTERNAL.
15401         PR rtl-optimization/66206
15402         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
15403         All callers changed.
15405 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
15407         PR tree-optimization/69141
15408         * tree-ssa-pre.c: Include langhooks.h.
15409         (eliminate_dom_walker::before_dom_children): Use
15410         lang_hooks.decl_printable_name instead of
15411         cgraph_node::get ()->name ().
15413         PR middle-end/68960
15414         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
15415         it and DECL_ALIGN too.
15417 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
15419         * config/mips/mips-ftypes.def: Sort to lexicographical order.
15421 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
15423         PR target/69140
15424         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
15425         depending on frame_pointer_needed before remaining integer and SSE
15426         registers are saved.
15428 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15430         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
15431         mode iterator with VSX_M2.
15432         (*p9_vecstore_<mode>): Likewise.
15433         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
15434         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
15435         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
15436         (define_split for VSX_LE128 stores): Likewise.
15437         (define_peephole2 for TImode LE swaps): Likewise.
15438         (define_split for VSX_LE128 post-reload stores): Likewise.
15440 2016-01-06  Marek Polacek  <polacek@redhat.com>
15442         PR sanitizer/69099
15443         * convert.c (convert_to_integer_1): Adjust call to
15444         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
15445         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
15446         EXPR instead of ARG.
15447         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
15449 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15451         PR 1078
15452         * doc/extend.texi (RL78 Variable Attributes): New section.
15454 2016-01-05  Marek Polacek  <polacek@redhat.com>
15456         PR c/69104
15457         * builtins.c (get_memmodel): Use expansion point location rather than
15458         the input location.  Call warning_at rather than warning.
15459         (expand_builtin_atomic_compare_exchange): Likewise.
15460         (expand_builtin_atomic_load): Likewise.
15461         (expand_builtin_atomic_store): Likewise.
15462         (expand_builtin_atomic_clear): Likewise.
15464 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
15466         PR target/68991
15467         * config/i386/i386.c (ix86_expand_vector_logical_operator):
15468         Replace nonimmediate_operand with vector_operand.
15469         * config/i386/predicates.md (vector_operand): New predicate.
15470         (general_vector_operand): Replace nonimmediate_operand with
15471         vector_operand.
15472         * config/i386/sse.md: Replace nonimmediate_operand with
15473         vector_operand and m constraint with Bm constraint on SSE
15474         patterns with 16-byte memory operand.
15475         * config/i386/subst.md (round_nimm_predicate): Replace
15476         nonimmediate_operand with vector_operand.
15477         (round_saeonly_nimm_predicate): Likewise.
15478         (round_saeonly_nimm_scalar_predicate): New.
15480 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
15482         PR target/68991
15483         * config/i386/constraints.md (Bm): New constraint.
15484         * config/i386/predicates.md (vector_memory_operand): New
15485         predicate.
15486         * config/i386/sse.md: Replace xm with xBm in plusminus and
15487         any_logic patterns.
15489 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15491         PR 1078
15492         * doc/extend.texi (V850 Function Attributes): New section.
15493         (V850 Variable Attributes): New section.
15495 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
15497         PR 1078
15498         * doc/extend.texi (MicroBlaze Function Attributes): Document
15499         interrupt_handler and fast_interrupt attributes.
15501 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
15503         PR other/60465
15504         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
15505         for local symbolic operands.
15506         * config/ia64/predicates.md (local_symbolic_operand64): New
15507         predicate.
15509 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15511         PR rtl-optimization/68651
15512         * combine.c (combine_simplify_rtx): Canonicalize x + x into
15513         x << 1.
15515 2016-01-05  Nathan Sidwell  <nathan@acm.org>
15517         * alias.c (compare_base_decls): Use symtab_node::get.
15519 2016-01-05  Nick Clifton  <nickc@redhat.com>
15521         PR target/68770
15522         * ira-costs.c (copy_cost): Initialise the t_icode field of the
15523         secondary_reload_info structure.
15525         PR target/66655
15526         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
15527         decls if weak support is available.
15529 2016-01-04  Martin Sebor  <msebor@redhat.com>
15531         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
15533 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
15535         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
15536         OPTION_MASK_P9_DFORM.
15538         * config/rs6000/constraints.md (wo constraint): New constraint for
15539         ISA 3.0 (power9).
15541         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
15542         for wo constraint.
15543         (rs6000_init_hard_regno_mode_ok): Likewise.
15545         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
15546         wo constraint.
15548         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
15549         expanders not to have constraints.  Add support for ISA 3.0 xxperm
15550         instruction.  Add support for fusing xxlor with xxperm.
15551         (altivec_vperm_<mode>_internal): Likewise.
15552         (altivec_vperm_v8hiv16qi): Likewise.
15553         (altivec_vperm_<mode>v16q): Likewise.
15554         (altivec_vperm_<mode>_uns): Likewise.
15555         (vperm_v8hiv4si): Likewise.
15556         (vperm_v16qiv8hi): Likewise.
15558         * doc/md.texi (RS/6000 constraints): Document wo constraint.
15560 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
15562         Update copyright years.
15564         * gcc.c (process_command): Update copyright notice dates.
15565         * gcov-dump.c (print_version): Ditto.
15566         * gcov.c (print_version): Ditto.
15567         * gcov-tool.c (print_version): Ditto.
15568         * gengtype.c (create_file): Ditto.
15569         * doc/cpp.texi: Bump @copying's copyright year.
15570         * doc/cppinternals.texi: Ditto.
15571         * doc/gcc.texi: Ditto.
15572         * doc/gccint.texi: Ditto.
15573         * doc/gcov.texi: Ditto.
15574         * doc/install.texi: Ditto.
15575         * doc/invoke.texi: Ditto.
15577 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
15579         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
15580         modes larger than TImode as TImode if NEON is not enabled.
15582 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
15584         PR target/69100
15585         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
15586         mode for %f0-%f31 only if TARGET_FPU.
15588 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
15590         PR target/69072
15591         * config/sparc/sparc.c (scan_record_type): Take into account subfields
15592         to compute the PACKED_P predicate.
15593         (function_arg_record_value): Minor tweaks.
15595 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15597         * doc/install.texi (--with-multilib-list): Describe the meaning of the
15598         option for arm*-*-* targets.
15600 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
15602         * doc/extend.texi (Common Function Attributes): Move docs for
15603         MSP430-specific attributes to....
15604         (MSP430 Function Attributes): ...here.  Delete the redundant
15605         entries and copy-edit the remaining text.
15606         (MSP430 Variable Attributes): Use uniform format for index
15607         entries and add a cross-reference to the corresponding function
15608         attribute docs.
15610 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
15612         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
15613         -finite-math typo.
15614         (x86 Options): Likewise.
15616 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
15618         PR 1078
15620         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
15621         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
15622         to corresponding attribute.
15624 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
15626         * doc/extend.texi (Common Function Attributes) <noplt>: Move
15627         to correct alphabetization of table.  Copy-edit and correct
15628         markup.
15629         <stack_protect>: Likewise.
15630         <target_clones>: Likewise.
15631         <simd>: Likewise.
15632         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
15633         Correct punctuation.
15634         (Code Gen Options) <-fno-plt>: Copy-edit.
15636 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15638         PR target/68917
15639         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
15640         SI values.  Explicitly convert SI to DI and vice-versa.
15642 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
15644         PR tree-optimization/69070
15645         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
15646         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
15648         PR sanitizer/69055
15649         * ubsan.c (ubsan_instrument_float_cast): Call
15650         initialize_sanitizer_builtins.
15652         PR target/69015
15653         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
15655 Copyright (C) 2016 Free Software Foundation, Inc.
15657 Copying and distribution of this file, with or without modification,
15658 are permitted in any medium without royalty provided the copyright
15659 notice and this notice are preserved.